@remnawave/backend-contract 2.8.23 → 2.8.25

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 (666) hide show
  1. package/build/backend/api/controllers/api-tokens.d.ts +1 -0
  2. package/build/backend/api/controllers/api-tokens.d.ts.map +1 -1
  3. package/build/backend/api/controllers/api-tokens.js +1 -0
  4. package/build/backend/api/controllers-info.d.ts +27 -0
  5. package/build/backend/api/controllers-info.d.ts.map +1 -1
  6. package/build/backend/api/controllers-info.js +27 -0
  7. package/build/backend/api/routes.d.ts +1 -0
  8. package/build/backend/api/routes.d.ts.map +1 -1
  9. package/build/backend/api/routes.js +1 -0
  10. package/build/backend/commands/api-tokens/create.command.d.ts +28 -5
  11. package/build/backend/commands/api-tokens/create.command.d.ts.map +1 -1
  12. package/build/backend/commands/api-tokens/create.command.js +4 -5
  13. package/build/backend/commands/api-tokens/delete.command.d.ts.map +1 -1
  14. package/build/backend/commands/api-tokens/delete.command.js +1 -1
  15. package/build/backend/commands/api-tokens/find.command.d.ts +19 -12
  16. package/build/backend/commands/api-tokens/find.command.d.ts.map +1 -1
  17. package/build/backend/commands/api-tokens/find.command.js +1 -1
  18. package/build/backend/commands/api-tokens/get-scopes.command.d.ts +174 -0
  19. package/build/backend/commands/api-tokens/get-scopes.command.d.ts.map +1 -0
  20. package/build/backend/commands/api-tokens/get-scopes.command.js +30 -0
  21. package/build/backend/commands/api-tokens/index.d.ts +1 -0
  22. package/build/backend/commands/api-tokens/index.d.ts.map +1 -1
  23. package/build/backend/commands/api-tokens/index.js +1 -0
  24. package/build/backend/commands/auth/get-status.command.d.ts.map +1 -1
  25. package/build/backend/commands/auth/get-status.command.js +1 -1
  26. package/build/backend/commands/auth/login.command.d.ts.map +1 -1
  27. package/build/backend/commands/auth/login.command.js +1 -1
  28. package/build/backend/commands/auth/oauth2/authorize.command.d.ts.map +1 -1
  29. package/build/backend/commands/auth/oauth2/authorize.command.js +1 -1
  30. package/build/backend/commands/auth/oauth2/callback.command.d.ts.map +1 -1
  31. package/build/backend/commands/auth/oauth2/callback.command.js +1 -1
  32. package/build/backend/commands/auth/passkey/get-authentication-options.command.d.ts.map +1 -1
  33. package/build/backend/commands/auth/passkey/get-authentication-options.command.js +1 -1
  34. package/build/backend/commands/auth/passkey/verify-authentication.command.d.ts.map +1 -1
  35. package/build/backend/commands/auth/passkey/verify-authentication.command.js +1 -1
  36. package/build/backend/commands/auth/register.command.d.ts.map +1 -1
  37. package/build/backend/commands/auth/register.command.js +1 -1
  38. package/build/backend/commands/bandwidth-stats/legacy/get-legacy-stats-node-user-usage.command.d.ts.map +1 -1
  39. package/build/backend/commands/bandwidth-stats/legacy/get-legacy-stats-node-user-usage.command.js +1 -1
  40. package/build/backend/commands/bandwidth-stats/legacy/get-legacy-user-usage.command.d.ts.map +1 -1
  41. package/build/backend/commands/bandwidth-stats/legacy/get-legacy-user-usage.command.js +1 -1
  42. package/build/backend/commands/bandwidth-stats/nodes/get-stats-node-users-usage.command.d.ts.map +1 -1
  43. package/build/backend/commands/bandwidth-stats/nodes/get-stats-node-users-usage.command.js +1 -1
  44. package/build/backend/commands/bandwidth-stats/nodes/get-stats-nodes-usage.command.d.ts.map +1 -1
  45. package/build/backend/commands/bandwidth-stats/nodes/get-stats-nodes-usage.command.js +1 -1
  46. package/build/backend/commands/bandwidth-stats/nodes/get-stats-nodes-users-usage.command.d.ts.map +1 -1
  47. package/build/backend/commands/bandwidth-stats/nodes/get-stats-nodes-users-usage.command.js +1 -1
  48. package/build/backend/commands/bandwidth-stats/users/get-stats-user-usage.command.d.ts.map +1 -1
  49. package/build/backend/commands/bandwidth-stats/users/get-stats-user-usage.command.js +1 -1
  50. package/build/backend/commands/config-profiles/actions/reorder.command.d.ts +10 -10
  51. package/build/backend/commands/config-profiles/actions/reorder.command.d.ts.map +1 -1
  52. package/build/backend/commands/config-profiles/actions/reorder.command.js +1 -1
  53. package/build/backend/commands/config-profiles/create-config-profile.command.d.ts +6 -6
  54. package/build/backend/commands/config-profiles/create-config-profile.command.d.ts.map +1 -1
  55. package/build/backend/commands/config-profiles/create-config-profile.command.js +1 -1
  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 +1 -1
  58. package/build/backend/commands/config-profiles/get-all-inbounds.command.d.ts +6 -6
  59. package/build/backend/commands/config-profiles/get-all-inbounds.command.d.ts.map +1 -1
  60. package/build/backend/commands/config-profiles/get-all-inbounds.command.js +1 -1
  61. package/build/backend/commands/config-profiles/get-computed-config-profile-by-uuid.command.d.ts +6 -6
  62. package/build/backend/commands/config-profiles/get-computed-config-profile-by-uuid.command.d.ts.map +1 -1
  63. package/build/backend/commands/config-profiles/get-computed-config-profile-by-uuid.command.js +1 -1
  64. package/build/backend/commands/config-profiles/get-config-profile-by-uuid.command.d.ts +6 -6
  65. package/build/backend/commands/config-profiles/get-config-profile-by-uuid.command.d.ts.map +1 -1
  66. package/build/backend/commands/config-profiles/get-config-profile-by-uuid.command.js +1 -1
  67. package/build/backend/commands/config-profiles/get-config-profiles.command.d.ts +8 -8
  68. package/build/backend/commands/config-profiles/get-config-profiles.command.d.ts.map +1 -1
  69. package/build/backend/commands/config-profiles/get-config-profiles.command.js +1 -1
  70. package/build/backend/commands/config-profiles/get-inbounds-by-profile-uuid.command.d.ts +6 -6
  71. package/build/backend/commands/config-profiles/get-inbounds-by-profile-uuid.command.d.ts.map +1 -1
  72. package/build/backend/commands/config-profiles/get-inbounds-by-profile-uuid.command.js +1 -1
  73. package/build/backend/commands/config-profiles/update-config-profile.command.d.ts +6 -6
  74. package/build/backend/commands/config-profiles/update-config-profile.command.d.ts.map +1 -1
  75. package/build/backend/commands/config-profiles/update-config-profile.command.js +1 -1
  76. package/build/backend/commands/external-squads/actions/reorder.command.d.ts.map +1 -1
  77. package/build/backend/commands/external-squads/actions/reorder.command.js +1 -1
  78. package/build/backend/commands/external-squads/bulk-actions/add-users-to-external-squad.command.d.ts.map +1 -1
  79. package/build/backend/commands/external-squads/bulk-actions/add-users-to-external-squad.command.js +1 -1
  80. package/build/backend/commands/external-squads/bulk-actions/delete-users-from-external-squad.command.d.ts.map +1 -1
  81. package/build/backend/commands/external-squads/bulk-actions/delete-users-from-external-squad.command.js +1 -1
  82. package/build/backend/commands/external-squads/create-external-squad.command.d.ts.map +1 -1
  83. package/build/backend/commands/external-squads/create-external-squad.command.js +1 -1
  84. package/build/backend/commands/external-squads/delete-external-squad.command.d.ts.map +1 -1
  85. package/build/backend/commands/external-squads/delete-external-squad.command.js +1 -1
  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 +1 -1
  88. package/build/backend/commands/external-squads/get-external-squads.command.d.ts.map +1 -1
  89. package/build/backend/commands/external-squads/get-external-squads.command.js +1 -1
  90. package/build/backend/commands/external-squads/update-external-squad.command.d.ts.map +1 -1
  91. package/build/backend/commands/external-squads/update-external-squad.command.js +1 -1
  92. package/build/backend/commands/hosts/bulk/delete-many-hosts.command.d.ts +4 -4
  93. package/build/backend/commands/hosts/bulk/delete-many-hosts.command.d.ts.map +1 -1
  94. package/build/backend/commands/hosts/bulk/delete-many-hosts.command.js +1 -1
  95. package/build/backend/commands/hosts/bulk/disable-many-hosts.command.d.ts +4 -4
  96. package/build/backend/commands/hosts/bulk/disable-many-hosts.command.d.ts.map +1 -1
  97. package/build/backend/commands/hosts/bulk/disable-many-hosts.command.js +1 -1
  98. package/build/backend/commands/hosts/bulk/enable-many-hosts.command.d.ts +4 -4
  99. package/build/backend/commands/hosts/bulk/enable-many-hosts.command.d.ts.map +1 -1
  100. package/build/backend/commands/hosts/bulk/enable-many-hosts.command.js +1 -1
  101. package/build/backend/commands/hosts/bulk/update-many-hosts.command.d.ts +4 -4
  102. package/build/backend/commands/hosts/bulk/update-many-hosts.command.d.ts.map +1 -1
  103. package/build/backend/commands/hosts/bulk/update-many-hosts.command.js +1 -1
  104. package/build/backend/commands/hosts/create.command.d.ts +4 -4
  105. package/build/backend/commands/hosts/create.command.d.ts.map +1 -1
  106. package/build/backend/commands/hosts/create.command.js +1 -1
  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-all.command.d.ts +4 -4
  110. package/build/backend/commands/hosts/get-all.command.d.ts.map +1 -1
  111. package/build/backend/commands/hosts/get-all.command.js +4 -1
  112. package/build/backend/commands/hosts/get-one.command.d.ts +4 -4
  113. package/build/backend/commands/hosts/get-one.command.d.ts.map +1 -1
  114. package/build/backend/commands/hosts/get-one.command.js +1 -1
  115. package/build/backend/commands/hosts/reorder.command.d.ts.map +1 -1
  116. package/build/backend/commands/hosts/reorder.command.js +1 -1
  117. package/build/backend/commands/hosts/tags/get-all-host-tags.command.d.ts.map +1 -1
  118. package/build/backend/commands/hosts/tags/get-all-host-tags.command.js +1 -1
  119. package/build/backend/commands/hosts/update.command.d.ts +4 -4
  120. package/build/backend/commands/hosts/update.command.d.ts.map +1 -1
  121. package/build/backend/commands/hosts/update.command.js +1 -1
  122. package/build/backend/commands/hwid/create-user-hwid-device.command.d.ts.map +1 -1
  123. package/build/backend/commands/hwid/create-user-hwid-device.command.js +1 -1
  124. package/build/backend/commands/hwid/delete-all-user-hwid-devices.command.d.ts.map +1 -1
  125. package/build/backend/commands/hwid/delete-all-user-hwid-devices.command.js +1 -1
  126. package/build/backend/commands/hwid/delete-user-hwid-device.command.d.ts.map +1 -1
  127. package/build/backend/commands/hwid/delete-user-hwid-device.command.js +1 -1
  128. package/build/backend/commands/hwid/get-all-hwid-devices.command.d.ts.map +1 -1
  129. package/build/backend/commands/hwid/get-all-hwid-devices.command.js +1 -1
  130. package/build/backend/commands/hwid/get-hwid-devices-stats.command.d.ts.map +1 -1
  131. package/build/backend/commands/hwid/get-hwid-devices-stats.command.js +1 -1
  132. package/build/backend/commands/hwid/get-top-users-by-hwid-devices.command.d.ts.map +1 -1
  133. package/build/backend/commands/hwid/get-top-users-by-hwid-devices.command.js +1 -1
  134. package/build/backend/commands/hwid/get-user-hwid-devices.command.d.ts.map +1 -1
  135. package/build/backend/commands/hwid/get-user-hwid-devices.command.js +1 -1
  136. package/build/backend/commands/infra-billing/create-bill-record.command.d.ts.map +1 -1
  137. package/build/backend/commands/infra-billing/create-bill-record.command.js +1 -1
  138. package/build/backend/commands/infra-billing/create-billing-node.command.d.ts +26 -26
  139. package/build/backend/commands/infra-billing/create-billing-node.command.d.ts.map +1 -1
  140. package/build/backend/commands/infra-billing/create-billing-node.command.js +1 -1
  141. package/build/backend/commands/infra-billing/create-infra-provider.command.d.ts.map +1 -1
  142. package/build/backend/commands/infra-billing/create-infra-provider.command.js +1 -1
  143. package/build/backend/commands/infra-billing/delete-bill-record-by-uuid.command.d.ts.map +1 -1
  144. package/build/backend/commands/infra-billing/delete-bill-record-by-uuid.command.js +1 -1
  145. package/build/backend/commands/infra-billing/delete-billing-node-by-uuid.command.d.ts +26 -26
  146. package/build/backend/commands/infra-billing/delete-billing-node-by-uuid.command.d.ts.map +1 -1
  147. package/build/backend/commands/infra-billing/delete-billing-node-by-uuid.command.js +1 -1
  148. package/build/backend/commands/infra-billing/delete-infra-provider-by-uuid.command.d.ts.map +1 -1
  149. package/build/backend/commands/infra-billing/delete-infra-provider-by-uuid.command.js +1 -1
  150. package/build/backend/commands/infra-billing/get-bill-records.command.d.ts.map +1 -1
  151. package/build/backend/commands/infra-billing/get-bill-records.command.js +1 -1
  152. package/build/backend/commands/infra-billing/get-billing-nodes.command.d.ts +26 -26
  153. package/build/backend/commands/infra-billing/get-billing-nodes.command.d.ts.map +1 -1
  154. package/build/backend/commands/infra-billing/get-billing-nodes.command.js +1 -1
  155. package/build/backend/commands/infra-billing/get-infra-provider-by-uuid.command.d.ts.map +1 -1
  156. package/build/backend/commands/infra-billing/get-infra-provider-by-uuid.command.js +1 -1
  157. package/build/backend/commands/infra-billing/get-infra-providers.command.d.ts.map +1 -1
  158. package/build/backend/commands/infra-billing/get-infra-providers.command.js +1 -1
  159. package/build/backend/commands/infra-billing/update-billing-node.command.d.ts +26 -26
  160. package/build/backend/commands/infra-billing/update-billing-node.command.d.ts.map +1 -1
  161. package/build/backend/commands/infra-billing/update-billing-node.command.js +1 -1
  162. package/build/backend/commands/infra-billing/update-infra-provider.command.d.ts.map +1 -1
  163. package/build/backend/commands/infra-billing/update-infra-provider.command.js +1 -1
  164. package/build/backend/commands/internal-squads/actions/reorder.command.d.ts +10 -10
  165. package/build/backend/commands/internal-squads/actions/reorder.command.d.ts.map +1 -1
  166. package/build/backend/commands/internal-squads/actions/reorder.command.js +1 -1
  167. package/build/backend/commands/internal-squads/bulk-actions/add-users-to-internal-squad.command.d.ts.map +1 -1
  168. package/build/backend/commands/internal-squads/bulk-actions/add-users-to-internal-squad.command.js +1 -1
  169. package/build/backend/commands/internal-squads/bulk-actions/delete-users-from-internal-squad.command.d.ts.map +1 -1
  170. package/build/backend/commands/internal-squads/bulk-actions/delete-users-from-internal-squad.command.js +1 -1
  171. package/build/backend/commands/internal-squads/create-internal-squad.command.d.ts +6 -6
  172. package/build/backend/commands/internal-squads/create-internal-squad.command.d.ts.map +1 -1
  173. package/build/backend/commands/internal-squads/create-internal-squad.command.js +1 -1
  174. package/build/backend/commands/internal-squads/delete-internal-squad.command.d.ts.map +1 -1
  175. package/build/backend/commands/internal-squads/delete-internal-squad.command.js +1 -1
  176. package/build/backend/commands/internal-squads/get-internal-squad-accessible-nodes.command.d.ts.map +1 -1
  177. package/build/backend/commands/internal-squads/get-internal-squad-accessible-nodes.command.js +1 -1
  178. package/build/backend/commands/internal-squads/get-internal-squad-by-uuid.d.ts +6 -6
  179. package/build/backend/commands/internal-squads/get-internal-squad-by-uuid.d.ts.map +1 -1
  180. package/build/backend/commands/internal-squads/get-internal-squad-by-uuid.js +1 -1
  181. package/build/backend/commands/internal-squads/get-internal-squads.command.d.ts +8 -8
  182. package/build/backend/commands/internal-squads/get-internal-squads.command.d.ts.map +1 -1
  183. package/build/backend/commands/internal-squads/get-internal-squads.command.js +1 -1
  184. package/build/backend/commands/internal-squads/update-internal-squad.command.d.ts +6 -6
  185. package/build/backend/commands/internal-squads/update-internal-squad.command.d.ts.map +1 -1
  186. package/build/backend/commands/internal-squads/update-internal-squad.command.js +1 -1
  187. package/build/backend/commands/ip-control/drop-connections.command.d.ts.map +1 -1
  188. package/build/backend/commands/ip-control/drop-connections.command.js +1 -1
  189. package/build/backend/commands/ip-control/fetch-ips-result.command.d.ts.map +1 -1
  190. package/build/backend/commands/ip-control/fetch-ips-result.command.js +1 -1
  191. package/build/backend/commands/ip-control/fetch-ips.command.d.ts.map +1 -1
  192. package/build/backend/commands/ip-control/fetch-ips.command.js +1 -1
  193. package/build/backend/commands/ip-control/fetch-users-ips-result.command.d.ts.map +1 -1
  194. package/build/backend/commands/ip-control/fetch-users-ips-result.command.js +1 -1
  195. package/build/backend/commands/ip-control/fetch-users-ips.command.d.ts.map +1 -1
  196. package/build/backend/commands/ip-control/fetch-users-ips.command.js +1 -1
  197. package/build/backend/commands/keygen/get-pubkey.command.d.ts.map +1 -1
  198. package/build/backend/commands/keygen/get-pubkey.command.js +1 -1
  199. package/build/backend/commands/metadata/node/get-node-metadata.command.d.ts.map +1 -1
  200. package/build/backend/commands/metadata/node/get-node-metadata.command.js +1 -1
  201. package/build/backend/commands/metadata/node/upsert-node-metadata.command.d.ts.map +1 -1
  202. package/build/backend/commands/metadata/node/upsert-node-metadata.command.js +1 -1
  203. package/build/backend/commands/metadata/user/get-user-metadata.command.d.ts.map +1 -1
  204. package/build/backend/commands/metadata/user/get-user-metadata.command.js +1 -1
  205. package/build/backend/commands/metadata/user/upsert-user-metadata.command.d.ts.map +1 -1
  206. package/build/backend/commands/metadata/user/upsert-user-metadata.command.js +1 -1
  207. package/build/backend/commands/node-plugins/actions/clone-node-plugin.command.d.ts.map +1 -1
  208. package/build/backend/commands/node-plugins/actions/clone-node-plugin.command.js +1 -1
  209. package/build/backend/commands/node-plugins/actions/reorder.command.d.ts.map +1 -1
  210. package/build/backend/commands/node-plugins/actions/reorder.command.js +1 -1
  211. package/build/backend/commands/node-plugins/create-node-plugin.command.d.ts.map +1 -1
  212. package/build/backend/commands/node-plugins/create-node-plugin.command.js +1 -1
  213. package/build/backend/commands/node-plugins/delete-node-plugin.command.d.ts.map +1 -1
  214. package/build/backend/commands/node-plugins/delete-node-plugin.command.js +1 -1
  215. package/build/backend/commands/node-plugins/executor.command.d.ts.map +1 -1
  216. package/build/backend/commands/node-plugins/executor.command.js +1 -1
  217. package/build/backend/commands/node-plugins/get-node-plugin.command.d.ts.map +1 -1
  218. package/build/backend/commands/node-plugins/get-node-plugin.command.js +1 -1
  219. package/build/backend/commands/node-plugins/get-node-plugins.command.d.ts.map +1 -1
  220. package/build/backend/commands/node-plugins/get-node-plugins.command.js +1 -1
  221. package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports-stats.command.d.ts.map +1 -1
  222. package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports-stats.command.js +1 -1
  223. package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.d.ts +10 -10
  224. package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.d.ts.map +1 -1
  225. package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.js +1 -1
  226. package/build/backend/commands/node-plugins/torrent-blocker/truncate-torrent-blocker-reports.command.d.ts +10 -10
  227. package/build/backend/commands/node-plugins/torrent-blocker/truncate-torrent-blocker-reports.command.d.ts.map +1 -1
  228. package/build/backend/commands/node-plugins/torrent-blocker/truncate-torrent-blocker-reports.command.js +1 -1
  229. package/build/backend/commands/node-plugins/update-node-plugin.command.d.ts.map +1 -1
  230. package/build/backend/commands/node-plugins/update-node-plugin.command.js +1 -1
  231. package/build/backend/commands/nodes/actions/disable.command.d.ts +8 -8
  232. package/build/backend/commands/nodes/actions/disable.command.d.ts.map +1 -1
  233. package/build/backend/commands/nodes/actions/disable.command.js +1 -1
  234. package/build/backend/commands/nodes/actions/enable.command.d.ts +8 -8
  235. package/build/backend/commands/nodes/actions/enable.command.d.ts.map +1 -1
  236. package/build/backend/commands/nodes/actions/enable.command.js +1 -1
  237. package/build/backend/commands/nodes/actions/reorder.command.d.ts +12 -12
  238. package/build/backend/commands/nodes/actions/reorder.command.d.ts.map +1 -1
  239. package/build/backend/commands/nodes/actions/reorder.command.js +1 -1
  240. package/build/backend/commands/nodes/actions/reset-traffic.command.d.ts.map +1 -1
  241. package/build/backend/commands/nodes/actions/reset-traffic.command.js +1 -1
  242. package/build/backend/commands/nodes/actions/restart-all.command.d.ts.map +1 -1
  243. package/build/backend/commands/nodes/actions/restart-all.command.js +1 -1
  244. package/build/backend/commands/nodes/actions/restart.command.d.ts.map +1 -1
  245. package/build/backend/commands/nodes/actions/restart.command.js +1 -1
  246. package/build/backend/commands/nodes/bulk-actions/actions.command.d.ts.map +1 -1
  247. package/build/backend/commands/nodes/bulk-actions/actions.command.js +1 -1
  248. package/build/backend/commands/nodes/bulk-actions/bulk-update.command.d.ts.map +1 -1
  249. package/build/backend/commands/nodes/bulk-actions/bulk-update.command.js +1 -1
  250. package/build/backend/commands/nodes/bulk-actions/profile-modification.command.d.ts.map +1 -1
  251. package/build/backend/commands/nodes/bulk-actions/profile-modification.command.js +1 -1
  252. package/build/backend/commands/nodes/create.command.d.ts +8 -8
  253. package/build/backend/commands/nodes/create.command.d.ts.map +1 -1
  254. package/build/backend/commands/nodes/create.command.js +1 -1
  255. package/build/backend/commands/nodes/delete.command.d.ts.map +1 -1
  256. package/build/backend/commands/nodes/delete.command.js +1 -1
  257. package/build/backend/commands/nodes/get-all.command.d.ts +8 -8
  258. package/build/backend/commands/nodes/get-all.command.d.ts.map +1 -1
  259. package/build/backend/commands/nodes/get-all.command.js +4 -1
  260. package/build/backend/commands/nodes/get-one.command.d.ts +8 -8
  261. package/build/backend/commands/nodes/get-one.command.d.ts.map +1 -1
  262. package/build/backend/commands/nodes/get-one.command.js +1 -1
  263. package/build/backend/commands/nodes/tags/get-all-nodes-tags.command.d.ts.map +1 -1
  264. package/build/backend/commands/nodes/tags/get-all-nodes-tags.command.js +1 -1
  265. package/build/backend/commands/nodes/update.command.d.ts +12 -12
  266. package/build/backend/commands/nodes/update.command.d.ts.map +1 -1
  267. package/build/backend/commands/nodes/update.command.js +4 -1
  268. package/build/backend/commands/passkeys/delete-passkeys.command.d.ts.map +1 -1
  269. package/build/backend/commands/passkeys/delete-passkeys.command.js +1 -1
  270. package/build/backend/commands/passkeys/get-active-passkeys.command.d.ts.map +1 -1
  271. package/build/backend/commands/passkeys/get-active-passkeys.command.js +1 -1
  272. package/build/backend/commands/passkeys/get-registration-options.command.d.ts.map +1 -1
  273. package/build/backend/commands/passkeys/get-registration-options.command.js +1 -1
  274. package/build/backend/commands/passkeys/update-passkey.command.d.ts.map +1 -1
  275. package/build/backend/commands/passkeys/update-passkey.command.js +1 -1
  276. package/build/backend/commands/passkeys/verify-registration.command.d.ts.map +1 -1
  277. package/build/backend/commands/passkeys/verify-registration.command.js +1 -1
  278. package/build/backend/commands/remnawave-settings/get-remnawave-settings.command.d.ts.map +1 -1
  279. package/build/backend/commands/remnawave-settings/get-remnawave-settings.command.js +1 -1
  280. package/build/backend/commands/remnawave-settings/update-remnawave-settings.command.d.ts.map +1 -1
  281. package/build/backend/commands/remnawave-settings/update-remnawave-settings.command.js +1 -1
  282. package/build/backend/commands/snippets/create-snippet.command.d.ts.map +1 -1
  283. package/build/backend/commands/snippets/create-snippet.command.js +1 -1
  284. package/build/backend/commands/snippets/delete-snippet.command.d.ts.map +1 -1
  285. package/build/backend/commands/snippets/delete-snippet.command.js +1 -1
  286. package/build/backend/commands/snippets/get-snippets.command.d.ts.map +1 -1
  287. package/build/backend/commands/snippets/get-snippets.command.js +4 -1
  288. package/build/backend/commands/snippets/update-snippets.command.d.ts.map +1 -1
  289. package/build/backend/commands/snippets/update-snippets.command.js +1 -1
  290. package/build/backend/commands/subscription/get-subscription-info-by-short-uuid.command.d.ts.map +1 -1
  291. package/build/backend/commands/subscription/get-subscription-info-by-short-uuid.command.js +1 -1
  292. package/build/backend/commands/subscription-page-configs/actions/clone-subpage-config.command.d.ts.map +1 -1
  293. package/build/backend/commands/subscription-page-configs/actions/clone-subpage-config.command.js +1 -1
  294. package/build/backend/commands/subscription-page-configs/actions/reorder.command.d.ts.map +1 -1
  295. package/build/backend/commands/subscription-page-configs/actions/reorder.command.js +1 -1
  296. package/build/backend/commands/subscription-page-configs/create-subpage-config.command.d.ts.map +1 -1
  297. package/build/backend/commands/subscription-page-configs/create-subpage-config.command.js +1 -1
  298. package/build/backend/commands/subscription-page-configs/delete-subpage-config.command.d.ts.map +1 -1
  299. package/build/backend/commands/subscription-page-configs/delete-subpage-config.command.js +1 -1
  300. package/build/backend/commands/subscription-page-configs/get-subpage-config.command.d.ts.map +1 -1
  301. package/build/backend/commands/subscription-page-configs/get-subpage-config.command.js +1 -1
  302. package/build/backend/commands/subscription-page-configs/get-subpage-configs.command.d.ts.map +1 -1
  303. package/build/backend/commands/subscription-page-configs/get-subpage-configs.command.js +1 -1
  304. package/build/backend/commands/subscription-page-configs/update-subpage-config.command.d.ts.map +1 -1
  305. package/build/backend/commands/subscription-page-configs/update-subpage-config.command.js +1 -1
  306. package/build/backend/commands/subscription-request-history/get-subscription-request-history-stats.command.d.ts.map +1 -1
  307. package/build/backend/commands/subscription-request-history/get-subscription-request-history-stats.command.js +1 -1
  308. package/build/backend/commands/subscription-request-history/get-subscription-request-history.command.d.ts.map +1 -1
  309. package/build/backend/commands/subscription-request-history/get-subscription-request-history.command.js +1 -1
  310. package/build/backend/commands/subscription-settings/get-subscription-settings.command.d.ts +12 -12
  311. package/build/backend/commands/subscription-settings/get-subscription-settings.command.d.ts.map +1 -1
  312. package/build/backend/commands/subscription-settings/get-subscription-settings.command.js +1 -1
  313. package/build/backend/commands/subscription-settings/update-subscription-settings.command.d.ts +22 -22
  314. package/build/backend/commands/subscription-settings/update-subscription-settings.command.d.ts.map +1 -1
  315. package/build/backend/commands/subscription-settings/update-subscription-settings.command.js +1 -1
  316. package/build/backend/commands/subscription-template/actions/reorder.command.d.ts.map +1 -1
  317. package/build/backend/commands/subscription-template/actions/reorder.command.js +1 -1
  318. package/build/backend/commands/subscription-template/create-template.command.d.ts.map +1 -1
  319. package/build/backend/commands/subscription-template/create-template.command.js +1 -1
  320. package/build/backend/commands/subscription-template/delete-subscription-template.command.d.ts.map +1 -1
  321. package/build/backend/commands/subscription-template/delete-subscription-template.command.js +1 -1
  322. package/build/backend/commands/subscription-template/get-template.command.d.ts.map +1 -1
  323. package/build/backend/commands/subscription-template/get-template.command.js +1 -1
  324. package/build/backend/commands/subscription-template/get-templates.command.d.ts.map +1 -1
  325. package/build/backend/commands/subscription-template/get-templates.command.js +1 -1
  326. package/build/backend/commands/subscription-template/update-template.command.d.ts.map +1 -1
  327. package/build/backend/commands/subscription-template/update-template.command.js +1 -1
  328. package/build/backend/commands/subscriptions/get-all-subscriptions.command.d.ts.map +1 -1
  329. package/build/backend/commands/subscriptions/get-all-subscriptions.command.js +1 -1
  330. package/build/backend/commands/subscriptions/get-by/get-connection-keys-by-uuid.command.d.ts.map +1 -1
  331. package/build/backend/commands/subscriptions/get-by/get-connection-keys-by-uuid.command.js +1 -1
  332. package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts +66 -21
  333. package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts.map +1 -1
  334. package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.js +9 -2
  335. package/build/backend/commands/subscriptions/get-by/get-subscription-by-short-uuid-protected.command.d.ts.map +1 -1
  336. package/build/backend/commands/subscriptions/get-by/get-subscription-by-short-uuid-protected.command.js +1 -1
  337. package/build/backend/commands/subscriptions/get-by/get-subscription-by-username.command.d.ts.map +1 -1
  338. package/build/backend/commands/subscriptions/get-by/get-subscription-by-username.command.js +1 -1
  339. package/build/backend/commands/subscriptions/get-by/get-subscription-by-uuid.command.d.ts.map +1 -1
  340. package/build/backend/commands/subscriptions/get-by/get-subscription-by-uuid.command.js +1 -1
  341. package/build/backend/commands/subscriptions/subpage/get-subpage-config-by-shortuuid.command.d.ts.map +1 -1
  342. package/build/backend/commands/subscriptions/subpage/get-subpage-config-by-shortuuid.command.js +1 -1
  343. package/build/backend/commands/system/get-bandwidth-stats.command.d.ts.map +1 -1
  344. package/build/backend/commands/system/get-bandwidth-stats.command.js +1 -1
  345. package/build/backend/commands/system/get-metadata.command.d.ts.map +1 -1
  346. package/build/backend/commands/system/get-metadata.command.js +1 -1
  347. package/build/backend/commands/system/get-nodes-metrics.command.d.ts.map +1 -1
  348. package/build/backend/commands/system/get-nodes-metrics.command.js +1 -1
  349. package/build/backend/commands/system/get-nodes-statistics.d.ts.map +1 -1
  350. package/build/backend/commands/system/get-nodes-statistics.js +1 -1
  351. package/build/backend/commands/system/get-recap.command.d.ts.map +1 -1
  352. package/build/backend/commands/system/get-recap.command.js +1 -1
  353. package/build/backend/commands/system/get-remnawave-health.command.d.ts.map +1 -1
  354. package/build/backend/commands/system/get-remnawave-health.command.js +1 -1
  355. package/build/backend/commands/system/get-stats.command.d.ts.map +1 -1
  356. package/build/backend/commands/system/get-stats.command.js +1 -1
  357. package/build/backend/commands/system/testers/test-srr-matcher.command.d.ts +20 -20
  358. package/build/backend/commands/system/testers/test-srr-matcher.command.d.ts.map +1 -1
  359. package/build/backend/commands/system/testers/test-srr-matcher.command.js +1 -1
  360. package/build/backend/commands/system/tools/encrypt-happ-cryptolink.command.d.ts.map +1 -1
  361. package/build/backend/commands/system/tools/encrypt-happ-cryptolink.command.js +1 -1
  362. package/build/backend/commands/system/tools/generate-x25519.command.d.ts.map +1 -1
  363. package/build/backend/commands/system/tools/generate-x25519.command.js +1 -1
  364. package/build/backend/commands/users/actions/disable-user.command.d.ts +4 -4
  365. package/build/backend/commands/users/actions/disable-user.command.d.ts.map +1 -1
  366. package/build/backend/commands/users/actions/disable-user.command.js +1 -1
  367. package/build/backend/commands/users/actions/enable-user.command.d.ts +4 -4
  368. package/build/backend/commands/users/actions/enable-user.command.d.ts.map +1 -1
  369. package/build/backend/commands/users/actions/enable-user.command.js +1 -1
  370. package/build/backend/commands/users/actions/reset-user-traffic.command.d.ts +4 -4
  371. package/build/backend/commands/users/actions/reset-user-traffic.command.d.ts.map +1 -1
  372. package/build/backend/commands/users/actions/reset-user-traffic.command.js +1 -1
  373. package/build/backend/commands/users/actions/revoke-user-subscription.command.d.ts +4 -4
  374. package/build/backend/commands/users/actions/revoke-user-subscription.command.d.ts.map +1 -1
  375. package/build/backend/commands/users/actions/revoke-user-subscription.command.js +1 -1
  376. package/build/backend/commands/users/bulk/bulk-delete-users-by-status.command.d.ts.map +1 -1
  377. package/build/backend/commands/users/bulk/bulk-delete-users-by-status.command.js +1 -1
  378. package/build/backend/commands/users/bulk/bulk-delete-users.command.d.ts.map +1 -1
  379. package/build/backend/commands/users/bulk/bulk-delete-users.command.js +1 -1
  380. package/build/backend/commands/users/bulk/bulk-extend-expiration-date.command.d.ts.map +1 -1
  381. package/build/backend/commands/users/bulk/bulk-extend-expiration-date.command.js +1 -1
  382. package/build/backend/commands/users/bulk/bulk-reset-traffic-users.command.d.ts.map +1 -1
  383. package/build/backend/commands/users/bulk/bulk-reset-traffic-users.command.js +1 -1
  384. package/build/backend/commands/users/bulk/bulk-revoke-users-subscription.command.d.ts.map +1 -1
  385. package/build/backend/commands/users/bulk/bulk-revoke-users-subscription.command.js +1 -1
  386. package/build/backend/commands/users/bulk/bulk-update-users-squads.command.d.ts.map +1 -1
  387. package/build/backend/commands/users/bulk/bulk-update-users-squads.command.js +1 -1
  388. package/build/backend/commands/users/bulk/bulk-update-users.command.d.ts +4 -4
  389. package/build/backend/commands/users/bulk/bulk-update-users.command.d.ts.map +1 -1
  390. package/build/backend/commands/users/bulk/bulk-update-users.command.js +1 -1
  391. package/build/backend/commands/users/bulk-all/bulk-all-extend-expiration-date.command.d.ts.map +1 -1
  392. package/build/backend/commands/users/bulk-all/bulk-all-extend-expiration-date.command.js +1 -1
  393. package/build/backend/commands/users/bulk-all/bulk-all-reset-traffic-users.command.d.ts.map +1 -1
  394. package/build/backend/commands/users/bulk-all/bulk-all-reset-traffic-users.command.js +1 -1
  395. package/build/backend/commands/users/bulk-all/bulk-all-update-users.command.d.ts +2 -2
  396. package/build/backend/commands/users/bulk-all/bulk-all-update-users.command.d.ts.map +1 -1
  397. package/build/backend/commands/users/bulk-all/bulk-all-update-users.command.js +1 -1
  398. package/build/backend/commands/users/create-user.command.d.ts +6 -6
  399. package/build/backend/commands/users/create-user.command.d.ts.map +1 -1
  400. package/build/backend/commands/users/create-user.command.js +1 -1
  401. package/build/backend/commands/users/delete-user.command.d.ts.map +1 -1
  402. package/build/backend/commands/users/delete-user.command.js +1 -1
  403. package/build/backend/commands/users/get-all-users.command.d.ts +6 -6
  404. package/build/backend/commands/users/get-all-users.command.d.ts.map +1 -1
  405. package/build/backend/commands/users/get-all-users.command.js +4 -1
  406. package/build/backend/commands/users/get-by/get-user-by-email.command.d.ts +4 -4
  407. package/build/backend/commands/users/get-by/get-user-by-email.command.d.ts.map +1 -1
  408. package/build/backend/commands/users/get-by/get-user-by-email.command.js +1 -1
  409. package/build/backend/commands/users/get-by/get-user-by-id.command.d.ts +4 -4
  410. package/build/backend/commands/users/get-by/get-user-by-id.command.d.ts.map +1 -1
  411. package/build/backend/commands/users/get-by/get-user-by-id.command.js +1 -1
  412. package/build/backend/commands/users/get-by/get-user-by-short-uuid.command.d.ts +4 -4
  413. package/build/backend/commands/users/get-by/get-user-by-short-uuid.command.d.ts.map +1 -1
  414. package/build/backend/commands/users/get-by/get-user-by-short-uuid.command.js +1 -1
  415. package/build/backend/commands/users/get-by/get-user-by-tag.command.d.ts +4 -4
  416. package/build/backend/commands/users/get-by/get-user-by-tag.command.d.ts.map +1 -1
  417. package/build/backend/commands/users/get-by/get-user-by-tag.command.js +1 -1
  418. package/build/backend/commands/users/get-by/get-user-by-telegram-id.command.d.ts +4 -4
  419. package/build/backend/commands/users/get-by/get-user-by-telegram-id.command.d.ts.map +1 -1
  420. package/build/backend/commands/users/get-by/get-user-by-telegram-id.command.js +1 -1
  421. package/build/backend/commands/users/get-by/get-user-by-username.command.d.ts +4 -4
  422. package/build/backend/commands/users/get-by/get-user-by-username.command.d.ts.map +1 -1
  423. package/build/backend/commands/users/get-by/get-user-by-username.command.js +1 -1
  424. package/build/backend/commands/users/get-user-accessible-nodes.command.d.ts.map +1 -1
  425. package/build/backend/commands/users/get-user-accessible-nodes.command.js +1 -1
  426. package/build/backend/commands/users/get-user-by-uuid.command.d.ts +4 -4
  427. package/build/backend/commands/users/get-user-by-uuid.command.d.ts.map +1 -1
  428. package/build/backend/commands/users/get-user-by-uuid.command.js +1 -1
  429. package/build/backend/commands/users/get-user-subscription-request-history.command.d.ts.map +1 -1
  430. package/build/backend/commands/users/get-user-subscription-request-history.command.js +1 -1
  431. package/build/backend/commands/users/resolve-user.command.d.ts.map +1 -1
  432. package/build/backend/commands/users/resolve-user.command.js +1 -1
  433. package/build/backend/commands/users/tags/get-all-tags.command.d.ts.map +1 -1
  434. package/build/backend/commands/users/tags/get-all-tags.command.js +1 -1
  435. package/build/backend/commands/users/update-user.command.d.ts +8 -8
  436. package/build/backend/commands/users/update-user.command.d.ts.map +1 -1
  437. package/build/backend/commands/users/update-user.command.js +1 -1
  438. package/build/backend/constants/endpoint-details/endpoint-details.d.ts +7 -1
  439. package/build/backend/constants/endpoint-details/endpoint-details.d.ts.map +1 -1
  440. package/build/backend/constants/endpoint-details/endpoint-details.js +3 -1
  441. package/build/backend/constants/errors/errors.d.ts +5 -0
  442. package/build/backend/constants/errors/errors.d.ts.map +1 -1
  443. package/build/backend/constants/errors/errors.js +5 -0
  444. package/build/backend/constants/index.d.ts +1 -0
  445. package/build/backend/constants/index.d.ts.map +1 -1
  446. package/build/backend/constants/index.js +1 -0
  447. package/build/backend/constants/scopes/index.d.ts +2 -0
  448. package/build/backend/constants/scopes/index.d.ts.map +1 -0
  449. package/build/backend/constants/scopes/index.js +17 -0
  450. package/build/backend/constants/scopes/scope.d.ts +11 -0
  451. package/build/backend/constants/scopes/scope.d.ts.map +1 -0
  452. package/build/backend/constants/scopes/scope.js +22 -0
  453. package/build/backend/models/api-tokens.schema.d.ts +7 -4
  454. package/build/backend/models/api-tokens.schema.d.ts.map +1 -1
  455. package/build/backend/models/api-tokens.schema.js +1 -0
  456. package/build/backend/models/config-profile-inbounds.schema.d.ts +2 -2
  457. package/build/backend/models/config-profile.schema.d.ts +4 -4
  458. package/build/backend/models/extended-users.schema.d.ts +2 -2
  459. package/build/backend/models/hosts.schema.d.ts +2 -2
  460. package/build/backend/models/infra-billing-available-node.schema.d.ts +4 -4
  461. package/build/backend/models/infra-billing-node.schema.d.ts +10 -10
  462. package/build/backend/models/internal-squad.schema.d.ts +4 -4
  463. package/build/backend/models/nodes.schema.d.ts +6 -6
  464. package/build/backend/models/resolved-proxy-config.schema.d.ts +10 -10
  465. package/build/backend/models/response-rules/response-rule-modifications.schema.d.ts +6 -6
  466. package/build/backend/models/response-rules/response-rule.schema.d.ts +12 -12
  467. package/build/backend/models/response-rules/response-rules-config.schema.d.ts +8 -8
  468. package/build/backend/models/subscription-settings.schema.d.ts +10 -10
  469. package/build/backend/models/torrent-blocker-report.schema.d.ts +6 -6
  470. package/build/backend/models/users.schema.d.ts +2 -2
  471. package/build/backend/models/webhook/webhook.schema.d.ts +80 -80
  472. package/build/frontend/api/controllers/api-tokens.js +1 -0
  473. package/build/frontend/api/controllers-info.js +27 -0
  474. package/build/frontend/api/routes.js +1 -0
  475. package/build/frontend/commands/api-tokens/create.command.js +4 -5
  476. package/build/frontend/commands/api-tokens/delete.command.js +1 -1
  477. package/build/frontend/commands/api-tokens/find.command.js +1 -1
  478. package/build/frontend/commands/api-tokens/get-scopes.command.js +30 -0
  479. package/build/frontend/commands/api-tokens/index.js +1 -0
  480. package/build/frontend/commands/auth/get-status.command.js +1 -1
  481. package/build/frontend/commands/auth/login.command.js +1 -1
  482. package/build/frontend/commands/auth/oauth2/authorize.command.js +1 -1
  483. package/build/frontend/commands/auth/oauth2/callback.command.js +1 -1
  484. package/build/frontend/commands/auth/passkey/get-authentication-options.command.js +1 -1
  485. package/build/frontend/commands/auth/passkey/verify-authentication.command.js +1 -1
  486. package/build/frontend/commands/auth/register.command.js +1 -1
  487. package/build/frontend/commands/bandwidth-stats/legacy/get-legacy-stats-node-user-usage.command.js +1 -1
  488. package/build/frontend/commands/bandwidth-stats/legacy/get-legacy-user-usage.command.js +1 -1
  489. package/build/frontend/commands/bandwidth-stats/nodes/get-stats-node-users-usage.command.js +1 -1
  490. package/build/frontend/commands/bandwidth-stats/nodes/get-stats-nodes-usage.command.js +1 -1
  491. package/build/frontend/commands/bandwidth-stats/nodes/get-stats-nodes-users-usage.command.js +1 -1
  492. package/build/frontend/commands/bandwidth-stats/users/get-stats-user-usage.command.js +1 -1
  493. package/build/frontend/commands/config-profiles/actions/reorder.command.js +1 -1
  494. package/build/frontend/commands/config-profiles/create-config-profile.command.js +1 -1
  495. package/build/frontend/commands/config-profiles/delete-config-profile.command.js +1 -1
  496. package/build/frontend/commands/config-profiles/get-all-inbounds.command.js +1 -1
  497. package/build/frontend/commands/config-profiles/get-computed-config-profile-by-uuid.command.js +1 -1
  498. package/build/frontend/commands/config-profiles/get-config-profile-by-uuid.command.js +1 -1
  499. package/build/frontend/commands/config-profiles/get-config-profiles.command.js +1 -1
  500. package/build/frontend/commands/config-profiles/get-inbounds-by-profile-uuid.command.js +1 -1
  501. package/build/frontend/commands/config-profiles/update-config-profile.command.js +1 -1
  502. package/build/frontend/commands/external-squads/actions/reorder.command.js +1 -1
  503. package/build/frontend/commands/external-squads/bulk-actions/add-users-to-external-squad.command.js +1 -1
  504. package/build/frontend/commands/external-squads/bulk-actions/delete-users-from-external-squad.command.js +1 -1
  505. package/build/frontend/commands/external-squads/create-external-squad.command.js +1 -1
  506. package/build/frontend/commands/external-squads/delete-external-squad.command.js +1 -1
  507. package/build/frontend/commands/external-squads/get-external-squad-by-uuid.command.js +1 -1
  508. package/build/frontend/commands/external-squads/get-external-squads.command.js +1 -1
  509. package/build/frontend/commands/external-squads/update-external-squad.command.js +1 -1
  510. package/build/frontend/commands/hosts/bulk/delete-many-hosts.command.js +1 -1
  511. package/build/frontend/commands/hosts/bulk/disable-many-hosts.command.js +1 -1
  512. package/build/frontend/commands/hosts/bulk/enable-many-hosts.command.js +1 -1
  513. package/build/frontend/commands/hosts/bulk/update-many-hosts.command.js +1 -1
  514. package/build/frontend/commands/hosts/create.command.js +1 -1
  515. package/build/frontend/commands/hosts/delete.command.js +1 -1
  516. package/build/frontend/commands/hosts/get-all.command.js +4 -1
  517. package/build/frontend/commands/hosts/get-one.command.js +1 -1
  518. package/build/frontend/commands/hosts/reorder.command.js +1 -1
  519. package/build/frontend/commands/hosts/tags/get-all-host-tags.command.js +1 -1
  520. package/build/frontend/commands/hosts/update.command.js +1 -1
  521. package/build/frontend/commands/hwid/create-user-hwid-device.command.js +1 -1
  522. package/build/frontend/commands/hwid/delete-all-user-hwid-devices.command.js +1 -1
  523. package/build/frontend/commands/hwid/delete-user-hwid-device.command.js +1 -1
  524. package/build/frontend/commands/hwid/get-all-hwid-devices.command.js +1 -1
  525. package/build/frontend/commands/hwid/get-hwid-devices-stats.command.js +1 -1
  526. package/build/frontend/commands/hwid/get-top-users-by-hwid-devices.command.js +1 -1
  527. package/build/frontend/commands/hwid/get-user-hwid-devices.command.js +1 -1
  528. package/build/frontend/commands/infra-billing/create-bill-record.command.js +1 -1
  529. package/build/frontend/commands/infra-billing/create-billing-node.command.js +1 -1
  530. package/build/frontend/commands/infra-billing/create-infra-provider.command.js +1 -1
  531. package/build/frontend/commands/infra-billing/delete-bill-record-by-uuid.command.js +1 -1
  532. package/build/frontend/commands/infra-billing/delete-billing-node-by-uuid.command.js +1 -1
  533. package/build/frontend/commands/infra-billing/delete-infra-provider-by-uuid.command.js +1 -1
  534. package/build/frontend/commands/infra-billing/get-bill-records.command.js +1 -1
  535. package/build/frontend/commands/infra-billing/get-billing-nodes.command.js +1 -1
  536. package/build/frontend/commands/infra-billing/get-infra-provider-by-uuid.command.js +1 -1
  537. package/build/frontend/commands/infra-billing/get-infra-providers.command.js +1 -1
  538. package/build/frontend/commands/infra-billing/update-billing-node.command.js +1 -1
  539. package/build/frontend/commands/infra-billing/update-infra-provider.command.js +1 -1
  540. package/build/frontend/commands/internal-squads/actions/reorder.command.js +1 -1
  541. package/build/frontend/commands/internal-squads/bulk-actions/add-users-to-internal-squad.command.js +1 -1
  542. package/build/frontend/commands/internal-squads/bulk-actions/delete-users-from-internal-squad.command.js +1 -1
  543. package/build/frontend/commands/internal-squads/create-internal-squad.command.js +1 -1
  544. package/build/frontend/commands/internal-squads/delete-internal-squad.command.js +1 -1
  545. package/build/frontend/commands/internal-squads/get-internal-squad-accessible-nodes.command.js +1 -1
  546. package/build/frontend/commands/internal-squads/get-internal-squad-by-uuid.js +1 -1
  547. package/build/frontend/commands/internal-squads/get-internal-squads.command.js +1 -1
  548. package/build/frontend/commands/internal-squads/update-internal-squad.command.js +1 -1
  549. package/build/frontend/commands/ip-control/drop-connections.command.js +1 -1
  550. package/build/frontend/commands/ip-control/fetch-ips-result.command.js +1 -1
  551. package/build/frontend/commands/ip-control/fetch-ips.command.js +1 -1
  552. package/build/frontend/commands/ip-control/fetch-users-ips-result.command.js +1 -1
  553. package/build/frontend/commands/ip-control/fetch-users-ips.command.js +1 -1
  554. package/build/frontend/commands/keygen/get-pubkey.command.js +1 -1
  555. package/build/frontend/commands/metadata/node/get-node-metadata.command.js +1 -1
  556. package/build/frontend/commands/metadata/node/upsert-node-metadata.command.js +1 -1
  557. package/build/frontend/commands/metadata/user/get-user-metadata.command.js +1 -1
  558. package/build/frontend/commands/metadata/user/upsert-user-metadata.command.js +1 -1
  559. package/build/frontend/commands/node-plugins/actions/clone-node-plugin.command.js +1 -1
  560. package/build/frontend/commands/node-plugins/actions/reorder.command.js +1 -1
  561. package/build/frontend/commands/node-plugins/create-node-plugin.command.js +1 -1
  562. package/build/frontend/commands/node-plugins/delete-node-plugin.command.js +1 -1
  563. package/build/frontend/commands/node-plugins/executor.command.js +1 -1
  564. package/build/frontend/commands/node-plugins/get-node-plugin.command.js +1 -1
  565. package/build/frontend/commands/node-plugins/get-node-plugins.command.js +1 -1
  566. package/build/frontend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports-stats.command.js +1 -1
  567. package/build/frontend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.js +1 -1
  568. package/build/frontend/commands/node-plugins/torrent-blocker/truncate-torrent-blocker-reports.command.js +1 -1
  569. package/build/frontend/commands/node-plugins/update-node-plugin.command.js +1 -1
  570. package/build/frontend/commands/nodes/actions/disable.command.js +1 -1
  571. package/build/frontend/commands/nodes/actions/enable.command.js +1 -1
  572. package/build/frontend/commands/nodes/actions/reorder.command.js +1 -1
  573. package/build/frontend/commands/nodes/actions/reset-traffic.command.js +1 -1
  574. package/build/frontend/commands/nodes/actions/restart-all.command.js +1 -1
  575. package/build/frontend/commands/nodes/actions/restart.command.js +1 -1
  576. package/build/frontend/commands/nodes/bulk-actions/actions.command.js +1 -1
  577. package/build/frontend/commands/nodes/bulk-actions/bulk-update.command.js +1 -1
  578. package/build/frontend/commands/nodes/bulk-actions/profile-modification.command.js +1 -1
  579. package/build/frontend/commands/nodes/create.command.js +1 -1
  580. package/build/frontend/commands/nodes/delete.command.js +1 -1
  581. package/build/frontend/commands/nodes/get-all.command.js +4 -1
  582. package/build/frontend/commands/nodes/get-one.command.js +1 -1
  583. package/build/frontend/commands/nodes/tags/get-all-nodes-tags.command.js +1 -1
  584. package/build/frontend/commands/nodes/update.command.js +4 -1
  585. package/build/frontend/commands/passkeys/delete-passkeys.command.js +1 -1
  586. package/build/frontend/commands/passkeys/get-active-passkeys.command.js +1 -1
  587. package/build/frontend/commands/passkeys/get-registration-options.command.js +1 -1
  588. package/build/frontend/commands/passkeys/update-passkey.command.js +1 -1
  589. package/build/frontend/commands/passkeys/verify-registration.command.js +1 -1
  590. package/build/frontend/commands/remnawave-settings/get-remnawave-settings.command.js +1 -1
  591. package/build/frontend/commands/remnawave-settings/update-remnawave-settings.command.js +1 -1
  592. package/build/frontend/commands/snippets/create-snippet.command.js +1 -1
  593. package/build/frontend/commands/snippets/delete-snippet.command.js +1 -1
  594. package/build/frontend/commands/snippets/get-snippets.command.js +4 -1
  595. package/build/frontend/commands/snippets/update-snippets.command.js +1 -1
  596. package/build/frontend/commands/subscription/get-subscription-info-by-short-uuid.command.js +1 -1
  597. package/build/frontend/commands/subscription-page-configs/actions/clone-subpage-config.command.js +1 -1
  598. package/build/frontend/commands/subscription-page-configs/actions/reorder.command.js +1 -1
  599. package/build/frontend/commands/subscription-page-configs/create-subpage-config.command.js +1 -1
  600. package/build/frontend/commands/subscription-page-configs/delete-subpage-config.command.js +1 -1
  601. package/build/frontend/commands/subscription-page-configs/get-subpage-config.command.js +1 -1
  602. package/build/frontend/commands/subscription-page-configs/get-subpage-configs.command.js +1 -1
  603. package/build/frontend/commands/subscription-page-configs/update-subpage-config.command.js +1 -1
  604. package/build/frontend/commands/subscription-request-history/get-subscription-request-history-stats.command.js +1 -1
  605. package/build/frontend/commands/subscription-request-history/get-subscription-request-history.command.js +1 -1
  606. package/build/frontend/commands/subscription-settings/get-subscription-settings.command.js +1 -1
  607. package/build/frontend/commands/subscription-settings/update-subscription-settings.command.js +1 -1
  608. package/build/frontend/commands/subscription-template/actions/reorder.command.js +1 -1
  609. package/build/frontend/commands/subscription-template/create-template.command.js +1 -1
  610. package/build/frontend/commands/subscription-template/delete-subscription-template.command.js +1 -1
  611. package/build/frontend/commands/subscription-template/get-template.command.js +1 -1
  612. package/build/frontend/commands/subscription-template/get-templates.command.js +1 -1
  613. package/build/frontend/commands/subscription-template/update-template.command.js +1 -1
  614. package/build/frontend/commands/subscriptions/get-all-subscriptions.command.js +1 -1
  615. package/build/frontend/commands/subscriptions/get-by/get-connection-keys-by-uuid.command.js +1 -1
  616. package/build/frontend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.js +9 -2
  617. package/build/frontend/commands/subscriptions/get-by/get-subscription-by-short-uuid-protected.command.js +1 -1
  618. package/build/frontend/commands/subscriptions/get-by/get-subscription-by-username.command.js +1 -1
  619. package/build/frontend/commands/subscriptions/get-by/get-subscription-by-uuid.command.js +1 -1
  620. package/build/frontend/commands/subscriptions/subpage/get-subpage-config-by-shortuuid.command.js +1 -1
  621. package/build/frontend/commands/system/get-bandwidth-stats.command.js +1 -1
  622. package/build/frontend/commands/system/get-metadata.command.js +1 -1
  623. package/build/frontend/commands/system/get-nodes-metrics.command.js +1 -1
  624. package/build/frontend/commands/system/get-nodes-statistics.js +1 -1
  625. package/build/frontend/commands/system/get-recap.command.js +1 -1
  626. package/build/frontend/commands/system/get-remnawave-health.command.js +1 -1
  627. package/build/frontend/commands/system/get-stats.command.js +1 -1
  628. package/build/frontend/commands/system/testers/test-srr-matcher.command.js +1 -1
  629. package/build/frontend/commands/system/tools/encrypt-happ-cryptolink.command.js +1 -1
  630. package/build/frontend/commands/system/tools/generate-x25519.command.js +1 -1
  631. package/build/frontend/commands/users/actions/disable-user.command.js +1 -1
  632. package/build/frontend/commands/users/actions/enable-user.command.js +1 -1
  633. package/build/frontend/commands/users/actions/reset-user-traffic.command.js +1 -1
  634. package/build/frontend/commands/users/actions/revoke-user-subscription.command.js +1 -1
  635. package/build/frontend/commands/users/bulk/bulk-delete-users-by-status.command.js +1 -1
  636. package/build/frontend/commands/users/bulk/bulk-delete-users.command.js +1 -1
  637. package/build/frontend/commands/users/bulk/bulk-extend-expiration-date.command.js +1 -1
  638. package/build/frontend/commands/users/bulk/bulk-reset-traffic-users.command.js +1 -1
  639. package/build/frontend/commands/users/bulk/bulk-revoke-users-subscription.command.js +1 -1
  640. package/build/frontend/commands/users/bulk/bulk-update-users-squads.command.js +1 -1
  641. package/build/frontend/commands/users/bulk/bulk-update-users.command.js +1 -1
  642. package/build/frontend/commands/users/bulk-all/bulk-all-extend-expiration-date.command.js +1 -1
  643. package/build/frontend/commands/users/bulk-all/bulk-all-reset-traffic-users.command.js +1 -1
  644. package/build/frontend/commands/users/bulk-all/bulk-all-update-users.command.js +1 -1
  645. package/build/frontend/commands/users/create-user.command.js +1 -1
  646. package/build/frontend/commands/users/delete-user.command.js +1 -1
  647. package/build/frontend/commands/users/get-all-users.command.js +4 -1
  648. package/build/frontend/commands/users/get-by/get-user-by-email.command.js +1 -1
  649. package/build/frontend/commands/users/get-by/get-user-by-id.command.js +1 -1
  650. package/build/frontend/commands/users/get-by/get-user-by-short-uuid.command.js +1 -1
  651. package/build/frontend/commands/users/get-by/get-user-by-tag.command.js +1 -1
  652. package/build/frontend/commands/users/get-by/get-user-by-telegram-id.command.js +1 -1
  653. package/build/frontend/commands/users/get-by/get-user-by-username.command.js +1 -1
  654. package/build/frontend/commands/users/get-user-accessible-nodes.command.js +1 -1
  655. package/build/frontend/commands/users/get-user-by-uuid.command.js +1 -1
  656. package/build/frontend/commands/users/get-user-subscription-request-history.command.js +1 -1
  657. package/build/frontend/commands/users/resolve-user.command.js +1 -1
  658. package/build/frontend/commands/users/tags/get-all-tags.command.js +1 -1
  659. package/build/frontend/commands/users/update-user.command.js +1 -1
  660. package/build/frontend/constants/endpoint-details/endpoint-details.js +3 -1
  661. package/build/frontend/constants/errors/errors.js +5 -0
  662. package/build/frontend/constants/index.js +1 -0
  663. package/build/frontend/constants/scopes/index.js +17 -0
  664. package/build/frontend/constants/scopes/scope.js +22 -0
  665. package/build/frontend/models/api-tokens.schema.js +1 -0
  666. package/package.json +1 -1
@@ -73,12 +73,12 @@ export declare const RemnawaveWebhookUserEvents: z.ZodObject<{
73
73
  uuid: string;
74
74
  createdAt: Date;
75
75
  updatedAt: Date;
76
+ description: string | null;
76
77
  username: string;
77
78
  tag: string | null;
78
79
  id: number;
79
80
  shortUuid: string;
80
81
  trafficLimitBytes: number;
81
- description: string | null;
82
82
  trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
83
83
  expireAt: Date;
84
84
  telegramId: number | null;
@@ -107,11 +107,11 @@ export declare const RemnawaveWebhookUserEvents: z.ZodObject<{
107
107
  uuid: string;
108
108
  createdAt: string;
109
109
  updatedAt: string;
110
+ description: string | null;
110
111
  username: string;
111
112
  tag: string | null;
112
113
  id: number;
113
114
  shortUuid: string;
114
- description: string | null;
115
115
  expireAt: string;
116
116
  telegramId: number | null;
117
117
  email: string | null;
@@ -155,12 +155,12 @@ export declare const RemnawaveWebhookUserEvents: z.ZodObject<{
155
155
  uuid: string;
156
156
  createdAt: Date;
157
157
  updatedAt: Date;
158
+ description: string | null;
158
159
  username: string;
159
160
  tag: string | null;
160
161
  id: number;
161
162
  shortUuid: string;
162
163
  trafficLimitBytes: number;
163
- description: string | null;
164
164
  trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
165
165
  expireAt: Date;
166
166
  telegramId: number | null;
@@ -198,11 +198,11 @@ export declare const RemnawaveWebhookUserEvents: z.ZodObject<{
198
198
  uuid: string;
199
199
  createdAt: string;
200
200
  updatedAt: string;
201
+ description: string | null;
201
202
  username: string;
202
203
  tag: string | null;
203
204
  id: number;
204
205
  shortUuid: string;
205
- description: string | null;
206
206
  expireAt: string;
207
207
  telegramId: number | null;
208
208
  email: string | null;
@@ -313,12 +313,12 @@ export declare const RemnawaveWebhookUserHwidDevicesEvents: z.ZodObject<{
313
313
  uuid: string;
314
314
  createdAt: Date;
315
315
  updatedAt: Date;
316
+ description: string | null;
316
317
  username: string;
317
318
  tag: string | null;
318
319
  id: number;
319
320
  shortUuid: string;
320
321
  trafficLimitBytes: number;
321
- description: string | null;
322
322
  trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
323
323
  expireAt: Date;
324
324
  telegramId: number | null;
@@ -347,11 +347,11 @@ export declare const RemnawaveWebhookUserHwidDevicesEvents: z.ZodObject<{
347
347
  uuid: string;
348
348
  createdAt: string;
349
349
  updatedAt: string;
350
+ description: string | null;
350
351
  username: string;
351
352
  tag: string | null;
352
353
  id: number;
353
354
  shortUuid: string;
354
- description: string | null;
355
355
  expireAt: string;
356
356
  telegramId: number | null;
357
357
  email: string | null;
@@ -416,12 +416,12 @@ export declare const RemnawaveWebhookUserHwidDevicesEvents: z.ZodObject<{
416
416
  uuid: string;
417
417
  createdAt: Date;
418
418
  updatedAt: Date;
419
+ description: string | null;
419
420
  username: string;
420
421
  tag: string | null;
421
422
  id: number;
422
423
  shortUuid: string;
423
424
  trafficLimitBytes: number;
424
- description: string | null;
425
425
  trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
426
426
  expireAt: Date;
427
427
  telegramId: number | null;
@@ -463,11 +463,11 @@ export declare const RemnawaveWebhookUserHwidDevicesEvents: z.ZodObject<{
463
463
  uuid: string;
464
464
  createdAt: string;
465
465
  updatedAt: string;
466
+ description: string | null;
466
467
  username: string;
467
468
  tag: string | null;
468
469
  id: number;
469
470
  shortUuid: string;
470
- description: string | null;
471
471
  expireAt: string;
472
472
  telegramId: number | null;
473
473
  email: string | null;
@@ -514,12 +514,12 @@ export declare const RemnawaveWebhookUserHwidDevicesEvents: z.ZodObject<{
514
514
  uuid: string;
515
515
  createdAt: Date;
516
516
  updatedAt: Date;
517
+ description: string | null;
517
518
  username: string;
518
519
  tag: string | null;
519
520
  id: number;
520
521
  shortUuid: string;
521
522
  trafficLimitBytes: number;
522
- description: string | null;
523
523
  trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
524
524
  expireAt: Date;
525
525
  telegramId: number | null;
@@ -566,11 +566,11 @@ export declare const RemnawaveWebhookUserHwidDevicesEvents: z.ZodObject<{
566
566
  uuid: string;
567
567
  createdAt: string;
568
568
  updatedAt: string;
569
+ description: string | null;
569
570
  username: string;
570
571
  tag: string | null;
571
572
  id: number;
572
573
  shortUuid: string;
573
- description: string | null;
574
574
  expireAt: string;
575
575
  telegramId: number | null;
576
576
  email: string | null;
@@ -653,8 +653,8 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
653
653
  port: z.ZodNullable<z.ZodNumber>;
654
654
  rawInbound: z.ZodNullable<z.ZodUnknown>;
655
655
  }, "strip", z.ZodTypeAny, {
656
- type: string;
657
656
  uuid: string;
657
+ type: string;
658
658
  profileUuid: string;
659
659
  tag: string;
660
660
  network: string | null;
@@ -662,8 +662,8 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
662
662
  port: number | null;
663
663
  rawInbound?: unknown;
664
664
  }, {
665
- type: string;
666
665
  uuid: string;
666
+ type: string;
667
667
  profileUuid: string;
668
668
  tag: string;
669
669
  network: string | null;
@@ -674,8 +674,8 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
674
674
  }, "strip", z.ZodTypeAny, {
675
675
  activeConfigProfileUuid: string | null;
676
676
  activeInbounds: {
677
- type: string;
678
677
  uuid: string;
678
+ type: string;
679
679
  profileUuid: string;
680
680
  tag: string;
681
681
  network: string | null;
@@ -686,8 +686,8 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
686
686
  }, {
687
687
  activeConfigProfileUuid: string | null;
688
688
  activeInbounds: {
689
- type: string;
690
689
  uuid: string;
690
+ type: string;
691
691
  profileUuid: string;
692
692
  tag: string;
693
693
  network: string | null;
@@ -931,8 +931,8 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
931
931
  configProfile: {
932
932
  activeConfigProfileUuid: string | null;
933
933
  activeInbounds: {
934
- type: string;
935
934
  uuid: string;
935
+ type: string;
936
936
  profileUuid: string;
937
937
  tag: string;
938
938
  network: string | null;
@@ -1011,8 +1011,8 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
1011
1011
  configProfile: {
1012
1012
  activeConfigProfileUuid: string | null;
1013
1013
  activeInbounds: {
1014
- type: string;
1015
1014
  uuid: string;
1015
+ type: string;
1016
1016
  profileUuid: string;
1017
1017
  tag: string;
1018
1018
  network: string | null;
@@ -1093,8 +1093,8 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
1093
1093
  configProfile: {
1094
1094
  activeConfigProfileUuid: string | null;
1095
1095
  activeInbounds: {
1096
- type: string;
1097
1096
  uuid: string;
1097
+ type: string;
1098
1098
  profileUuid: string;
1099
1099
  tag: string;
1100
1100
  network: string | null;
@@ -1178,8 +1178,8 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
1178
1178
  configProfile: {
1179
1179
  activeConfigProfileUuid: string | null;
1180
1180
  activeInbounds: {
1181
- type: string;
1182
1181
  uuid: string;
1182
+ type: string;
1183
1183
  profileUuid: string;
1184
1184
  tag: string;
1185
1185
  network: string | null;
@@ -1217,14 +1217,14 @@ export declare const RemnawaveWebhookServiceEvents: z.ZodObject<{
1217
1217
  username: string;
1218
1218
  ip: string;
1219
1219
  userAgent: string;
1220
- password?: string | undefined;
1221
1220
  description?: string | undefined;
1221
+ password?: string | undefined;
1222
1222
  }, {
1223
1223
  username: string;
1224
1224
  ip: string;
1225
1225
  userAgent: string;
1226
- password?: string | undefined;
1227
1226
  description?: string | undefined;
1227
+ password?: string | undefined;
1228
1228
  }>>;
1229
1229
  panelVersion: z.ZodOptional<z.ZodString>;
1230
1230
  subpageConfig: z.ZodOptional<z.ZodObject<{
@@ -1242,8 +1242,8 @@ export declare const RemnawaveWebhookServiceEvents: z.ZodObject<{
1242
1242
  username: string;
1243
1243
  ip: string;
1244
1244
  userAgent: string;
1245
- password?: string | undefined;
1246
1245
  description?: string | undefined;
1246
+ password?: string | undefined;
1247
1247
  } | undefined;
1248
1248
  panelVersion?: string | undefined;
1249
1249
  subpageConfig?: {
@@ -1255,8 +1255,8 @@ export declare const RemnawaveWebhookServiceEvents: z.ZodObject<{
1255
1255
  username: string;
1256
1256
  ip: string;
1257
1257
  userAgent: string;
1258
- password?: string | undefined;
1259
1258
  description?: string | undefined;
1259
+ password?: string | undefined;
1260
1260
  } | undefined;
1261
1261
  panelVersion?: string | undefined;
1262
1262
  subpageConfig?: {
@@ -1270,8 +1270,8 @@ export declare const RemnawaveWebhookServiceEvents: z.ZodObject<{
1270
1270
  username: string;
1271
1271
  ip: string;
1272
1272
  userAgent: string;
1273
- password?: string | undefined;
1274
1273
  description?: string | undefined;
1274
+ password?: string | undefined;
1275
1275
  } | undefined;
1276
1276
  panelVersion?: string | undefined;
1277
1277
  subpageConfig?: {
@@ -1288,8 +1288,8 @@ export declare const RemnawaveWebhookServiceEvents: z.ZodObject<{
1288
1288
  username: string;
1289
1289
  ip: string;
1290
1290
  userAgent: string;
1291
- password?: string | undefined;
1292
1291
  description?: string | undefined;
1292
+ password?: string | undefined;
1293
1293
  } | undefined;
1294
1294
  panelVersion?: string | undefined;
1295
1295
  subpageConfig?: {
@@ -1408,8 +1408,8 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
1408
1408
  port: z.ZodNullable<z.ZodNumber>;
1409
1409
  rawInbound: z.ZodNullable<z.ZodUnknown>;
1410
1410
  }, "strip", z.ZodTypeAny, {
1411
- type: string;
1412
1411
  uuid: string;
1412
+ type: string;
1413
1413
  profileUuid: string;
1414
1414
  tag: string;
1415
1415
  network: string | null;
@@ -1417,8 +1417,8 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
1417
1417
  port: number | null;
1418
1418
  rawInbound?: unknown;
1419
1419
  }, {
1420
- type: string;
1421
1420
  uuid: string;
1421
+ type: string;
1422
1422
  profileUuid: string;
1423
1423
  tag: string;
1424
1424
  network: string | null;
@@ -1429,8 +1429,8 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
1429
1429
  }, "strip", z.ZodTypeAny, {
1430
1430
  activeConfigProfileUuid: string | null;
1431
1431
  activeInbounds: {
1432
- type: string;
1433
1432
  uuid: string;
1433
+ type: string;
1434
1434
  profileUuid: string;
1435
1435
  tag: string;
1436
1436
  network: string | null;
@@ -1441,8 +1441,8 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
1441
1441
  }, {
1442
1442
  activeConfigProfileUuid: string | null;
1443
1443
  activeInbounds: {
1444
- type: string;
1445
1444
  uuid: string;
1445
+ type: string;
1446
1446
  profileUuid: string;
1447
1447
  tag: string;
1448
1448
  network: string | null;
@@ -1686,8 +1686,8 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
1686
1686
  configProfile: {
1687
1687
  activeConfigProfileUuid: string | null;
1688
1688
  activeInbounds: {
1689
- type: string;
1690
1689
  uuid: string;
1690
+ type: string;
1691
1691
  profileUuid: string;
1692
1692
  tag: string;
1693
1693
  network: string | null;
@@ -1766,8 +1766,8 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
1766
1766
  configProfile: {
1767
1767
  activeConfigProfileUuid: string | null;
1768
1768
  activeInbounds: {
1769
- type: string;
1770
1769
  uuid: string;
1770
+ type: string;
1771
1771
  profileUuid: string;
1772
1772
  tag: string;
1773
1773
  network: string | null;
@@ -1856,12 +1856,12 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
1856
1856
  uuid: string;
1857
1857
  createdAt: Date;
1858
1858
  updatedAt: Date;
1859
+ description: string | null;
1859
1860
  username: string;
1860
1861
  tag: string | null;
1861
1862
  id: number;
1862
1863
  shortUuid: string;
1863
1864
  trafficLimitBytes: number;
1864
- description: string | null;
1865
1865
  trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
1866
1866
  expireAt: Date;
1867
1867
  telegramId: number | null;
@@ -1890,11 +1890,11 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
1890
1890
  uuid: string;
1891
1891
  createdAt: string;
1892
1892
  updatedAt: string;
1893
+ description: string | null;
1893
1894
  username: string;
1894
1895
  tag: string | null;
1895
1896
  id: number;
1896
1897
  shortUuid: string;
1897
- description: string | null;
1898
1898
  expireAt: string;
1899
1899
  telegramId: number | null;
1900
1900
  email: string | null;
@@ -2043,12 +2043,12 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
2043
2043
  uuid: string;
2044
2044
  createdAt: Date;
2045
2045
  updatedAt: Date;
2046
+ description: string | null;
2046
2047
  username: string;
2047
2048
  tag: string | null;
2048
2049
  id: number;
2049
2050
  shortUuid: string;
2050
2051
  trafficLimitBytes: number;
2051
- description: string | null;
2052
2052
  trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
2053
2053
  expireAt: Date;
2054
2054
  telegramId: number | null;
@@ -2135,8 +2135,8 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
2135
2135
  configProfile: {
2136
2136
  activeConfigProfileUuid: string | null;
2137
2137
  activeInbounds: {
2138
- type: string;
2139
2138
  uuid: string;
2139
+ type: string;
2140
2140
  profileUuid: string;
2141
2141
  tag: string;
2142
2142
  network: string | null;
@@ -2185,11 +2185,11 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
2185
2185
  uuid: string;
2186
2186
  createdAt: string;
2187
2187
  updatedAt: string;
2188
+ description: string | null;
2188
2189
  username: string;
2189
2190
  tag: string | null;
2190
2191
  id: number;
2191
2192
  shortUuid: string;
2192
- description: string | null;
2193
2193
  expireAt: string;
2194
2194
  telegramId: number | null;
2195
2195
  email: string | null;
@@ -2278,8 +2278,8 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
2278
2278
  configProfile: {
2279
2279
  activeConfigProfileUuid: string | null;
2280
2280
  activeInbounds: {
2281
- type: string;
2282
2281
  uuid: string;
2282
+ type: string;
2283
2283
  profileUuid: string;
2284
2284
  tag: string;
2285
2285
  network: string | null;
@@ -2331,12 +2331,12 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
2331
2331
  uuid: string;
2332
2332
  createdAt: Date;
2333
2333
  updatedAt: Date;
2334
+ description: string | null;
2334
2335
  username: string;
2335
2336
  tag: string | null;
2336
2337
  id: number;
2337
2338
  shortUuid: string;
2338
2339
  trafficLimitBytes: number;
2339
- description: string | null;
2340
2340
  trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
2341
2341
  expireAt: Date;
2342
2342
  telegramId: number | null;
@@ -2423,8 +2423,8 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
2423
2423
  configProfile: {
2424
2424
  activeConfigProfileUuid: string | null;
2425
2425
  activeInbounds: {
2426
- type: string;
2427
2426
  uuid: string;
2427
+ type: string;
2428
2428
  profileUuid: string;
2429
2429
  tag: string;
2430
2430
  network: string | null;
@@ -2478,11 +2478,11 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
2478
2478
  uuid: string;
2479
2479
  createdAt: string;
2480
2480
  updatedAt: string;
2481
+ description: string | null;
2481
2482
  username: string;
2482
2483
  tag: string | null;
2483
2484
  id: number;
2484
2485
  shortUuid: string;
2485
- description: string | null;
2486
2486
  expireAt: string;
2487
2487
  telegramId: number | null;
2488
2488
  email: string | null;
@@ -2571,8 +2571,8 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
2571
2571
  configProfile: {
2572
2572
  activeConfigProfileUuid: string | null;
2573
2573
  activeInbounds: {
2574
- type: string;
2575
2574
  uuid: string;
2575
+ type: string;
2576
2576
  profileUuid: string;
2577
2577
  tag: string;
2578
2578
  network: string | null;
@@ -2695,12 +2695,12 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
2695
2695
  uuid: string;
2696
2696
  createdAt: Date;
2697
2697
  updatedAt: Date;
2698
+ description: string | null;
2698
2699
  username: string;
2699
2700
  tag: string | null;
2700
2701
  id: number;
2701
2702
  shortUuid: string;
2702
2703
  trafficLimitBytes: number;
2703
- description: string | null;
2704
2704
  trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
2705
2705
  expireAt: Date;
2706
2706
  telegramId: number | null;
@@ -2729,11 +2729,11 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
2729
2729
  uuid: string;
2730
2730
  createdAt: string;
2731
2731
  updatedAt: string;
2732
+ description: string | null;
2732
2733
  username: string;
2733
2734
  tag: string | null;
2734
2735
  id: number;
2735
2736
  shortUuid: string;
2736
- description: string | null;
2737
2737
  expireAt: string;
2738
2738
  telegramId: number | null;
2739
2739
  email: string | null;
@@ -2777,12 +2777,12 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
2777
2777
  uuid: string;
2778
2778
  createdAt: Date;
2779
2779
  updatedAt: Date;
2780
+ description: string | null;
2780
2781
  username: string;
2781
2782
  tag: string | null;
2782
2783
  id: number;
2783
2784
  shortUuid: string;
2784
2785
  trafficLimitBytes: number;
2785
- description: string | null;
2786
2786
  trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
2787
2787
  expireAt: Date;
2788
2788
  telegramId: number | null;
@@ -2820,11 +2820,11 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
2820
2820
  uuid: string;
2821
2821
  createdAt: string;
2822
2822
  updatedAt: string;
2823
+ description: string | null;
2823
2824
  username: string;
2824
2825
  tag: string | null;
2825
2826
  id: number;
2826
2827
  shortUuid: string;
2827
- description: string | null;
2828
2828
  expireAt: string;
2829
2829
  telegramId: number | null;
2830
2830
  email: string | null;
@@ -2934,12 +2934,12 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
2934
2934
  uuid: string;
2935
2935
  createdAt: Date;
2936
2936
  updatedAt: Date;
2937
+ description: string | null;
2937
2938
  username: string;
2938
2939
  tag: string | null;
2939
2940
  id: number;
2940
2941
  shortUuid: string;
2941
2942
  trafficLimitBytes: number;
2942
- description: string | null;
2943
2943
  trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
2944
2944
  expireAt: Date;
2945
2945
  telegramId: number | null;
@@ -2968,11 +2968,11 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
2968
2968
  uuid: string;
2969
2969
  createdAt: string;
2970
2970
  updatedAt: string;
2971
+ description: string | null;
2971
2972
  username: string;
2972
2973
  tag: string | null;
2973
2974
  id: number;
2974
2975
  shortUuid: string;
2975
- description: string | null;
2976
2976
  expireAt: string;
2977
2977
  telegramId: number | null;
2978
2978
  email: string | null;
@@ -3037,12 +3037,12 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
3037
3037
  uuid: string;
3038
3038
  createdAt: Date;
3039
3039
  updatedAt: Date;
3040
+ description: string | null;
3040
3041
  username: string;
3041
3042
  tag: string | null;
3042
3043
  id: number;
3043
3044
  shortUuid: string;
3044
3045
  trafficLimitBytes: number;
3045
- description: string | null;
3046
3046
  trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
3047
3047
  expireAt: Date;
3048
3048
  telegramId: number | null;
@@ -3084,11 +3084,11 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
3084
3084
  uuid: string;
3085
3085
  createdAt: string;
3086
3086
  updatedAt: string;
3087
+ description: string | null;
3087
3088
  username: string;
3088
3089
  tag: string | null;
3089
3090
  id: number;
3090
3091
  shortUuid: string;
3091
- description: string | null;
3092
3092
  expireAt: string;
3093
3093
  telegramId: number | null;
3094
3094
  email: string | null;
@@ -3135,12 +3135,12 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
3135
3135
  uuid: string;
3136
3136
  createdAt: Date;
3137
3137
  updatedAt: Date;
3138
+ description: string | null;
3138
3139
  username: string;
3139
3140
  tag: string | null;
3140
3141
  id: number;
3141
3142
  shortUuid: string;
3142
3143
  trafficLimitBytes: number;
3143
- description: string | null;
3144
3144
  trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
3145
3145
  expireAt: Date;
3146
3146
  telegramId: number | null;
@@ -3187,11 +3187,11 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
3187
3187
  uuid: string;
3188
3188
  createdAt: string;
3189
3189
  updatedAt: string;
3190
+ description: string | null;
3190
3191
  username: string;
3191
3192
  tag: string | null;
3192
3193
  id: number;
3193
3194
  shortUuid: string;
3194
- description: string | null;
3195
3195
  expireAt: string;
3196
3196
  telegramId: number | null;
3197
3197
  email: string | null;
@@ -3273,8 +3273,8 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
3273
3273
  port: z.ZodNullable<z.ZodNumber>;
3274
3274
  rawInbound: z.ZodNullable<z.ZodUnknown>;
3275
3275
  }, "strip", z.ZodTypeAny, {
3276
- type: string;
3277
3276
  uuid: string;
3277
+ type: string;
3278
3278
  profileUuid: string;
3279
3279
  tag: string;
3280
3280
  network: string | null;
@@ -3282,8 +3282,8 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
3282
3282
  port: number | null;
3283
3283
  rawInbound?: unknown;
3284
3284
  }, {
3285
- type: string;
3286
3285
  uuid: string;
3286
+ type: string;
3287
3287
  profileUuid: string;
3288
3288
  tag: string;
3289
3289
  network: string | null;
@@ -3294,8 +3294,8 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
3294
3294
  }, "strip", z.ZodTypeAny, {
3295
3295
  activeConfigProfileUuid: string | null;
3296
3296
  activeInbounds: {
3297
- type: string;
3298
3297
  uuid: string;
3298
+ type: string;
3299
3299
  profileUuid: string;
3300
3300
  tag: string;
3301
3301
  network: string | null;
@@ -3306,8 +3306,8 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
3306
3306
  }, {
3307
3307
  activeConfigProfileUuid: string | null;
3308
3308
  activeInbounds: {
3309
- type: string;
3310
3309
  uuid: string;
3310
+ type: string;
3311
3311
  profileUuid: string;
3312
3312
  tag: string;
3313
3313
  network: string | null;
@@ -3551,8 +3551,8 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
3551
3551
  configProfile: {
3552
3552
  activeConfigProfileUuid: string | null;
3553
3553
  activeInbounds: {
3554
- type: string;
3555
3554
  uuid: string;
3555
+ type: string;
3556
3556
  profileUuid: string;
3557
3557
  tag: string;
3558
3558
  network: string | null;
@@ -3631,8 +3631,8 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
3631
3631
  configProfile: {
3632
3632
  activeConfigProfileUuid: string | null;
3633
3633
  activeInbounds: {
3634
- type: string;
3635
3634
  uuid: string;
3635
+ type: string;
3636
3636
  profileUuid: string;
3637
3637
  tag: string;
3638
3638
  network: string | null;
@@ -3713,8 +3713,8 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
3713
3713
  configProfile: {
3714
3714
  activeConfigProfileUuid: string | null;
3715
3715
  activeInbounds: {
3716
- type: string;
3717
3716
  uuid: string;
3717
+ type: string;
3718
3718
  profileUuid: string;
3719
3719
  tag: string;
3720
3720
  network: string | null;
@@ -3798,8 +3798,8 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
3798
3798
  configProfile: {
3799
3799
  activeConfigProfileUuid: string | null;
3800
3800
  activeInbounds: {
3801
- type: string;
3802
3801
  uuid: string;
3802
+ type: string;
3803
3803
  profileUuid: string;
3804
3804
  tag: string;
3805
3805
  network: string | null;
@@ -3836,14 +3836,14 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
3836
3836
  username: string;
3837
3837
  ip: string;
3838
3838
  userAgent: string;
3839
- password?: string | undefined;
3840
3839
  description?: string | undefined;
3840
+ password?: string | undefined;
3841
3841
  }, {
3842
3842
  username: string;
3843
3843
  ip: string;
3844
3844
  userAgent: string;
3845
- password?: string | undefined;
3846
3845
  description?: string | undefined;
3846
+ password?: string | undefined;
3847
3847
  }>>;
3848
3848
  panelVersion: z.ZodOptional<z.ZodString>;
3849
3849
  subpageConfig: z.ZodOptional<z.ZodObject<{
@@ -3861,8 +3861,8 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
3861
3861
  username: string;
3862
3862
  ip: string;
3863
3863
  userAgent: string;
3864
- password?: string | undefined;
3865
3864
  description?: string | undefined;
3865
+ password?: string | undefined;
3866
3866
  } | undefined;
3867
3867
  panelVersion?: string | undefined;
3868
3868
  subpageConfig?: {
@@ -3874,8 +3874,8 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
3874
3874
  username: string;
3875
3875
  ip: string;
3876
3876
  userAgent: string;
3877
- password?: string | undefined;
3878
3877
  description?: string | undefined;
3878
+ password?: string | undefined;
3879
3879
  } | undefined;
3880
3880
  panelVersion?: string | undefined;
3881
3881
  subpageConfig?: {
@@ -3889,8 +3889,8 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
3889
3889
  username: string;
3890
3890
  ip: string;
3891
3891
  userAgent: string;
3892
- password?: string | undefined;
3893
3892
  description?: string | undefined;
3893
+ password?: string | undefined;
3894
3894
  } | undefined;
3895
3895
  panelVersion?: string | undefined;
3896
3896
  subpageConfig?: {
@@ -3907,8 +3907,8 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
3907
3907
  username: string;
3908
3908
  ip: string;
3909
3909
  userAgent: string;
3910
- password?: string | undefined;
3911
3910
  description?: string | undefined;
3911
+ password?: string | undefined;
3912
3912
  } | undefined;
3913
3913
  panelVersion?: string | undefined;
3914
3914
  subpageConfig?: {
@@ -4024,8 +4024,8 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
4024
4024
  port: z.ZodNullable<z.ZodNumber>;
4025
4025
  rawInbound: z.ZodNullable<z.ZodUnknown>;
4026
4026
  }, "strip", z.ZodTypeAny, {
4027
- type: string;
4028
4027
  uuid: string;
4028
+ type: string;
4029
4029
  profileUuid: string;
4030
4030
  tag: string;
4031
4031
  network: string | null;
@@ -4033,8 +4033,8 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
4033
4033
  port: number | null;
4034
4034
  rawInbound?: unknown;
4035
4035
  }, {
4036
- type: string;
4037
4036
  uuid: string;
4037
+ type: string;
4038
4038
  profileUuid: string;
4039
4039
  tag: string;
4040
4040
  network: string | null;
@@ -4045,8 +4045,8 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
4045
4045
  }, "strip", z.ZodTypeAny, {
4046
4046
  activeConfigProfileUuid: string | null;
4047
4047
  activeInbounds: {
4048
- type: string;
4049
4048
  uuid: string;
4049
+ type: string;
4050
4050
  profileUuid: string;
4051
4051
  tag: string;
4052
4052
  network: string | null;
@@ -4057,8 +4057,8 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
4057
4057
  }, {
4058
4058
  activeConfigProfileUuid: string | null;
4059
4059
  activeInbounds: {
4060
- type: string;
4061
4060
  uuid: string;
4061
+ type: string;
4062
4062
  profileUuid: string;
4063
4063
  tag: string;
4064
4064
  network: string | null;
@@ -4302,8 +4302,8 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
4302
4302
  configProfile: {
4303
4303
  activeConfigProfileUuid: string | null;
4304
4304
  activeInbounds: {
4305
- type: string;
4306
4305
  uuid: string;
4306
+ type: string;
4307
4307
  profileUuid: string;
4308
4308
  tag: string;
4309
4309
  network: string | null;
@@ -4382,8 +4382,8 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
4382
4382
  configProfile: {
4383
4383
  activeConfigProfileUuid: string | null;
4384
4384
  activeInbounds: {
4385
- type: string;
4386
4385
  uuid: string;
4386
+ type: string;
4387
4387
  profileUuid: string;
4388
4388
  tag: string;
4389
4389
  network: string | null;
@@ -4472,12 +4472,12 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
4472
4472
  uuid: string;
4473
4473
  createdAt: Date;
4474
4474
  updatedAt: Date;
4475
+ description: string | null;
4475
4476
  username: string;
4476
4477
  tag: string | null;
4477
4478
  id: number;
4478
4479
  shortUuid: string;
4479
4480
  trafficLimitBytes: number;
4480
- description: string | null;
4481
4481
  trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
4482
4482
  expireAt: Date;
4483
4483
  telegramId: number | null;
@@ -4506,11 +4506,11 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
4506
4506
  uuid: string;
4507
4507
  createdAt: string;
4508
4508
  updatedAt: string;
4509
+ description: string | null;
4509
4510
  username: string;
4510
4511
  tag: string | null;
4511
4512
  id: number;
4512
4513
  shortUuid: string;
4513
- description: string | null;
4514
4514
  expireAt: string;
4515
4515
  telegramId: number | null;
4516
4516
  email: string | null;
@@ -4659,12 +4659,12 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
4659
4659
  uuid: string;
4660
4660
  createdAt: Date;
4661
4661
  updatedAt: Date;
4662
+ description: string | null;
4662
4663
  username: string;
4663
4664
  tag: string | null;
4664
4665
  id: number;
4665
4666
  shortUuid: string;
4666
4667
  trafficLimitBytes: number;
4667
- description: string | null;
4668
4668
  trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
4669
4669
  expireAt: Date;
4670
4670
  telegramId: number | null;
@@ -4751,8 +4751,8 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
4751
4751
  configProfile: {
4752
4752
  activeConfigProfileUuid: string | null;
4753
4753
  activeInbounds: {
4754
- type: string;
4755
4754
  uuid: string;
4755
+ type: string;
4756
4756
  profileUuid: string;
4757
4757
  tag: string;
4758
4758
  network: string | null;
@@ -4801,11 +4801,11 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
4801
4801
  uuid: string;
4802
4802
  createdAt: string;
4803
4803
  updatedAt: string;
4804
+ description: string | null;
4804
4805
  username: string;
4805
4806
  tag: string | null;
4806
4807
  id: number;
4807
4808
  shortUuid: string;
4808
- description: string | null;
4809
4809
  expireAt: string;
4810
4810
  telegramId: number | null;
4811
4811
  email: string | null;
@@ -4894,8 +4894,8 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
4894
4894
  configProfile: {
4895
4895
  activeConfigProfileUuid: string | null;
4896
4896
  activeInbounds: {
4897
- type: string;
4898
4897
  uuid: string;
4898
+ type: string;
4899
4899
  profileUuid: string;
4900
4900
  tag: string;
4901
4901
  network: string | null;
@@ -4947,12 +4947,12 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
4947
4947
  uuid: string;
4948
4948
  createdAt: Date;
4949
4949
  updatedAt: Date;
4950
+ description: string | null;
4950
4951
  username: string;
4951
4952
  tag: string | null;
4952
4953
  id: number;
4953
4954
  shortUuid: string;
4954
4955
  trafficLimitBytes: number;
4955
- description: string | null;
4956
4956
  trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
4957
4957
  expireAt: Date;
4958
4958
  telegramId: number | null;
@@ -5039,8 +5039,8 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
5039
5039
  configProfile: {
5040
5040
  activeConfigProfileUuid: string | null;
5041
5041
  activeInbounds: {
5042
- type: string;
5043
5042
  uuid: string;
5043
+ type: string;
5044
5044
  profileUuid: string;
5045
5045
  tag: string;
5046
5046
  network: string | null;
@@ -5094,11 +5094,11 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
5094
5094
  uuid: string;
5095
5095
  createdAt: string;
5096
5096
  updatedAt: string;
5097
+ description: string | null;
5097
5098
  username: string;
5098
5099
  tag: string | null;
5099
5100
  id: number;
5100
5101
  shortUuid: string;
5101
- description: string | null;
5102
5102
  expireAt: string;
5103
5103
  telegramId: number | null;
5104
5104
  email: string | null;
@@ -5187,8 +5187,8 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
5187
5187
  configProfile: {
5188
5188
  activeConfigProfileUuid: string | null;
5189
5189
  activeInbounds: {
5190
- type: string;
5191
5190
  uuid: string;
5191
+ type: string;
5192
5192
  profileUuid: string;
5193
5193
  tag: string;
5194
5194
  network: string | null;