@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
@@ -14,8 +14,8 @@ export declare const ConfigProfileSchema: z.ZodObject<{
14
14
  port: z.ZodNullable<z.ZodNumber>;
15
15
  rawInbound: z.ZodNullable<z.ZodUnknown>;
16
16
  }, "strip", z.ZodTypeAny, {
17
- type: string;
18
17
  uuid: string;
18
+ type: string;
19
19
  profileUuid: string;
20
20
  tag: string;
21
21
  network: string | null;
@@ -23,8 +23,8 @@ export declare const ConfigProfileSchema: z.ZodObject<{
23
23
  port: number | null;
24
24
  rawInbound?: unknown;
25
25
  }, {
26
- type: string;
27
26
  uuid: string;
27
+ type: string;
28
28
  profileUuid: string;
29
29
  tag: string;
30
30
  network: string | null;
@@ -54,8 +54,8 @@ export declare const ConfigProfileSchema: z.ZodObject<{
54
54
  name: string;
55
55
  }[];
56
56
  inbounds: {
57
- type: string;
58
57
  uuid: string;
58
+ type: string;
59
59
  profileUuid: string;
60
60
  tag: string;
61
61
  network: string | null;
@@ -76,8 +76,8 @@ export declare const ConfigProfileSchema: z.ZodObject<{
76
76
  name: string;
77
77
  }[];
78
78
  inbounds: {
79
- type: string;
80
79
  uuid: string;
80
+ type: string;
81
81
  profileUuid: string;
82
82
  tag: string;
83
83
  network: string | null;
@@ -69,12 +69,12 @@ export declare const ExtendedUsersSchema: z.ZodObject<{
69
69
  uuid: string;
70
70
  createdAt: Date;
71
71
  updatedAt: Date;
72
+ description: string | null;
72
73
  username: string;
73
74
  tag: string | null;
74
75
  id: number;
75
76
  shortUuid: string;
76
77
  trafficLimitBytes: number;
77
- description: string | null;
78
78
  trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
79
79
  expireAt: Date;
80
80
  telegramId: number | null;
@@ -103,11 +103,11 @@ export declare const ExtendedUsersSchema: z.ZodObject<{
103
103
  uuid: string;
104
104
  createdAt: string;
105
105
  updatedAt: string;
106
+ description: string | null;
106
107
  username: string;
107
108
  tag: string | null;
108
109
  id: number;
109
110
  shortUuid: string;
110
- description: string | null;
111
111
  expireAt: string;
112
112
  telegramId: number | null;
113
113
  email: string | null;
@@ -68,8 +68,8 @@ export declare const HostsSchema: z.ZodObject<{
68
68
  }, "strip", z.ZodTypeAny, {
69
69
  nodes: string[];
70
70
  tags: string[];
71
- path: string | null;
72
71
  uuid: string;
72
+ path: string | null;
73
73
  port: number;
74
74
  viewPosition: number;
75
75
  remark: string;
@@ -103,8 +103,8 @@ export declare const HostsSchema: z.ZodObject<{
103
103
  finalMask?: unknown;
104
104
  }, {
105
105
  nodes: string[];
106
- path: string | null;
107
106
  uuid: string;
107
+ path: string | null;
108
108
  port: number;
109
109
  viewPosition: number;
110
110
  remark: string;
@@ -33,8 +33,8 @@ export declare const InfraBillingAvailableNodeSchema: import("zod").ZodObject<Pi
33
33
  port: import("zod").ZodNullable<import("zod").ZodNumber>;
34
34
  rawInbound: import("zod").ZodNullable<import("zod").ZodUnknown>;
35
35
  }, "strip", import("zod").ZodTypeAny, {
36
- type: string;
37
36
  uuid: string;
37
+ type: string;
38
38
  profileUuid: string;
39
39
  tag: string;
40
40
  network: string | null;
@@ -42,8 +42,8 @@ export declare const InfraBillingAvailableNodeSchema: import("zod").ZodObject<Pi
42
42
  port: number | null;
43
43
  rawInbound?: unknown;
44
44
  }, {
45
- type: string;
46
45
  uuid: string;
46
+ type: string;
47
47
  profileUuid: string;
48
48
  tag: string;
49
49
  network: string | null;
@@ -54,8 +54,8 @@ export declare const InfraBillingAvailableNodeSchema: import("zod").ZodObject<Pi
54
54
  }, "strip", import("zod").ZodTypeAny, {
55
55
  activeConfigProfileUuid: string | null;
56
56
  activeInbounds: {
57
- type: string;
58
57
  uuid: string;
58
+ type: string;
59
59
  profileUuid: string;
60
60
  tag: string;
61
61
  network: string | null;
@@ -66,8 +66,8 @@ export declare const InfraBillingAvailableNodeSchema: import("zod").ZodObject<Pi
66
66
  }, {
67
67
  activeConfigProfileUuid: string | null;
68
68
  activeInbounds: {
69
- type: string;
70
69
  uuid: string;
70
+ type: string;
71
71
  profileUuid: string;
72
72
  tag: string;
73
73
  network: string | null;
@@ -56,8 +56,8 @@ export declare const InfraBillingNodeSchema: z.ZodObject<{
56
56
  port: z.ZodNullable<z.ZodNumber>;
57
57
  rawInbound: z.ZodNullable<z.ZodUnknown>;
58
58
  }, "strip", z.ZodTypeAny, {
59
- type: string;
60
59
  uuid: string;
60
+ type: string;
61
61
  profileUuid: string;
62
62
  tag: string;
63
63
  network: string | null;
@@ -65,8 +65,8 @@ export declare const InfraBillingNodeSchema: z.ZodObject<{
65
65
  port: number | null;
66
66
  rawInbound?: unknown;
67
67
  }, {
68
- type: string;
69
68
  uuid: string;
69
+ type: string;
70
70
  profileUuid: string;
71
71
  tag: string;
72
72
  network: string | null;
@@ -77,8 +77,8 @@ export declare const InfraBillingNodeSchema: z.ZodObject<{
77
77
  }, "strip", z.ZodTypeAny, {
78
78
  activeConfigProfileUuid: string | null;
79
79
  activeInbounds: {
80
- type: string;
81
80
  uuid: string;
81
+ type: string;
82
82
  profileUuid: string;
83
83
  tag: string;
84
84
  network: string | null;
@@ -89,8 +89,8 @@ export declare const InfraBillingNodeSchema: z.ZodObject<{
89
89
  }, {
90
90
  activeConfigProfileUuid: string | null;
91
91
  activeInbounds: {
92
- type: string;
93
92
  uuid: string;
93
+ type: string;
94
94
  profileUuid: string;
95
95
  tag: string;
96
96
  network: string | null;
@@ -286,14 +286,14 @@ export declare const InfraBillingNodeSchema: z.ZodObject<{
286
286
  createdAt: z.ZodEffects<z.ZodString, Date, string>;
287
287
  updatedAt: z.ZodEffects<z.ZodString, Date, string>;
288
288
  }, "strip", z.ZodTypeAny, {
289
+ uuid: string;
290
+ createdAt: Date;
291
+ updatedAt: Date;
289
292
  node: {
290
293
  uuid: string;
291
294
  countryCode: string;
292
295
  name: string;
293
296
  };
294
- uuid: string;
295
- createdAt: Date;
296
- updatedAt: Date;
297
297
  provider: {
298
298
  uuid: string;
299
299
  name: string;
@@ -304,14 +304,14 @@ export declare const InfraBillingNodeSchema: z.ZodObject<{
304
304
  providerUuid: string;
305
305
  nextBillingAt: Date;
306
306
  }, {
307
+ uuid: string;
308
+ createdAt: string;
309
+ updatedAt: string;
307
310
  node: {
308
311
  uuid: string;
309
312
  countryCode: string;
310
313
  name: string;
311
314
  };
312
- uuid: string;
313
- createdAt: string;
314
- updatedAt: string;
315
315
  provider: {
316
316
  uuid: string;
317
317
  name: string;
@@ -23,8 +23,8 @@ export declare const InternalSquadSchema: z.ZodObject<{
23
23
  port: z.ZodNullable<z.ZodNumber>;
24
24
  rawInbound: z.ZodNullable<z.ZodUnknown>;
25
25
  }, "strip", z.ZodTypeAny, {
26
- type: string;
27
26
  uuid: string;
27
+ type: string;
28
28
  profileUuid: string;
29
29
  tag: string;
30
30
  network: string | null;
@@ -32,8 +32,8 @@ export declare const InternalSquadSchema: z.ZodObject<{
32
32
  port: number | null;
33
33
  rawInbound?: unknown;
34
34
  }, {
35
- type: string;
36
35
  uuid: string;
36
+ type: string;
37
37
  profileUuid: string;
38
38
  tag: string;
39
39
  network: string | null;
@@ -45,8 +45,8 @@ export declare const InternalSquadSchema: z.ZodObject<{
45
45
  updatedAt: z.ZodEffects<z.ZodString, Date, string>;
46
46
  }, "strip", z.ZodTypeAny, {
47
47
  inbounds: {
48
- type: string;
49
48
  uuid: string;
49
+ type: string;
50
50
  profileUuid: string;
51
51
  tag: string;
52
52
  network: string | null;
@@ -65,8 +65,8 @@ export declare const InternalSquadSchema: z.ZodObject<{
65
65
  };
66
66
  }, {
67
67
  inbounds: {
68
- type: string;
69
68
  uuid: string;
69
+ type: string;
70
70
  profileUuid: string;
71
71
  tag: string;
72
72
  network: string | null;
@@ -34,8 +34,8 @@ export declare const NodesSchema: z.ZodObject<{
34
34
  port: z.ZodNullable<z.ZodNumber>;
35
35
  rawInbound: z.ZodNullable<z.ZodUnknown>;
36
36
  }, "strip", z.ZodTypeAny, {
37
- type: string;
38
37
  uuid: string;
38
+ type: string;
39
39
  profileUuid: string;
40
40
  tag: string;
41
41
  network: string | null;
@@ -43,8 +43,8 @@ export declare const NodesSchema: z.ZodObject<{
43
43
  port: number | null;
44
44
  rawInbound?: unknown;
45
45
  }, {
46
- type: string;
47
46
  uuid: string;
47
+ type: string;
48
48
  profileUuid: string;
49
49
  tag: string;
50
50
  network: string | null;
@@ -55,8 +55,8 @@ export declare const NodesSchema: z.ZodObject<{
55
55
  }, "strip", z.ZodTypeAny, {
56
56
  activeConfigProfileUuid: string | null;
57
57
  activeInbounds: {
58
- type: string;
59
58
  uuid: string;
59
+ type: string;
60
60
  profileUuid: string;
61
61
  tag: string;
62
62
  network: string | null;
@@ -67,8 +67,8 @@ export declare const NodesSchema: z.ZodObject<{
67
67
  }, {
68
68
  activeConfigProfileUuid: string | null;
69
69
  activeInbounds: {
70
- type: string;
71
70
  uuid: string;
71
+ type: string;
72
72
  profileUuid: string;
73
73
  tag: string;
74
74
  network: string | null;
@@ -312,8 +312,8 @@ export declare const NodesSchema: z.ZodObject<{
312
312
  configProfile: {
313
313
  activeConfigProfileUuid: string | null;
314
314
  activeInbounds: {
315
- type: string;
316
315
  uuid: string;
316
+ type: string;
317
317
  profileUuid: string;
318
318
  tag: string;
319
319
  network: string | null;
@@ -392,8 +392,8 @@ export declare const NodesSchema: z.ZodObject<{
392
392
  configProfile: {
393
393
  activeConfigProfileUuid: string | null;
394
394
  activeInbounds: {
395
- type: string;
396
395
  uuid: string;
396
+ type: string;
397
397
  profileUuid: string;
398
398
  tag: string;
399
399
  network: string | null;
@@ -25,13 +25,13 @@ export declare const ShadowsocksProtocolOptionsSchema: z.ZodObject<{
25
25
  uot: z.ZodBoolean;
26
26
  uotVersion: z.ZodNumber;
27
27
  }, "strip", z.ZodTypeAny, {
28
- password: string;
29
28
  method: string;
29
+ password: string;
30
30
  uot: boolean;
31
31
  uotVersion: number;
32
32
  }, {
33
- password: string;
34
33
  method: string;
34
+ password: string;
35
35
  uot: boolean;
36
36
  uotVersion: number;
37
37
  }>;
@@ -336,29 +336,29 @@ export declare const ProtocolVariantSchema: z.ZodDiscriminatedUnion<"protocol",
336
336
  uot: z.ZodBoolean;
337
337
  uotVersion: z.ZodNumber;
338
338
  }, "strip", z.ZodTypeAny, {
339
- password: string;
340
339
  method: string;
340
+ password: string;
341
341
  uot: boolean;
342
342
  uotVersion: number;
343
343
  }, {
344
- password: string;
345
344
  method: string;
345
+ password: string;
346
346
  uot: boolean;
347
347
  uotVersion: number;
348
348
  }>;
349
349
  }, "strip", z.ZodTypeAny, {
350
350
  protocol: "shadowsocks";
351
351
  protocolOptions: {
352
- password: string;
353
352
  method: string;
353
+ password: string;
354
354
  uot: boolean;
355
355
  uotVersion: number;
356
356
  };
357
357
  }, {
358
358
  protocol: "shadowsocks";
359
359
  protocolOptions: {
360
- password: string;
361
360
  method: string;
361
+ password: string;
362
362
  uot: boolean;
363
363
  uotVersion: number;
364
364
  };
@@ -894,13 +894,13 @@ export declare const ResolvedProxyConfigSchema: z.ZodObject<{
894
894
  uot: z.ZodBoolean;
895
895
  uotVersion: z.ZodNumber;
896
896
  }, "strip", z.ZodTypeAny, {
897
- password: string;
898
897
  method: string;
898
+ password: string;
899
899
  uot: boolean;
900
900
  uotVersion: number;
901
901
  }, {
902
- password: string;
903
902
  method: string;
903
+ password: string;
904
904
  uot: boolean;
905
905
  uotVersion: number;
906
906
  }>, z.ZodObject<{
@@ -1252,8 +1252,8 @@ export declare const ResolvedProxyConfigSchema: z.ZodObject<{
1252
1252
  } | {
1253
1253
  password: string;
1254
1254
  } | {
1255
- password: string;
1256
1255
  method: string;
1256
+ password: string;
1257
1257
  uot: boolean;
1258
1258
  uotVersion: number;
1259
1259
  } | {
@@ -1360,8 +1360,8 @@ export declare const ResolvedProxyConfigSchema: z.ZodObject<{
1360
1360
  } | {
1361
1361
  password: string;
1362
1362
  } | {
1363
- password: string;
1364
1363
  method: string;
1364
+ password: string;
1365
1365
  uot: boolean;
1366
1366
  uotVersion: number;
1367
1367
  } | {
@@ -3,11 +3,11 @@ export declare const ResponseRuleEncryptionSchema: z.ZodObject<{
3
3
  method: z.ZodEnum<["age1", "age1pq1"]>;
4
4
  key: z.ZodString;
5
5
  }, "strip", z.ZodTypeAny, {
6
- method: "age1" | "age1pq1";
7
6
  key: string;
8
- }, {
9
7
  method: "age1" | "age1pq1";
8
+ }, {
10
9
  key: string;
10
+ method: "age1" | "age1pq1";
11
11
  }>;
12
12
  export declare const ResponseRuleModificationsSchema: z.ZodOptional<z.ZodObject<{
13
13
  headers: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -30,11 +30,11 @@ export declare const ResponseRuleModificationsSchema: z.ZodOptional<z.ZodObject<
30
30
  method: z.ZodEnum<["age1", "age1pq1"]>;
31
31
  key: z.ZodString;
32
32
  }, "strip", z.ZodTypeAny, {
33
- method: "age1" | "age1pq1";
34
33
  key: string;
35
- }, {
36
34
  method: "age1" | "age1pq1";
35
+ }, {
37
36
  key: string;
37
+ method: "age1" | "age1pq1";
38
38
  }>>;
39
39
  }, "strip", z.ZodTypeAny, {
40
40
  headers?: {
@@ -48,8 +48,8 @@ export declare const ResponseRuleModificationsSchema: z.ZodOptional<z.ZodObject<
48
48
  additionalExtendedClientsRegex?: string[] | undefined;
49
49
  disableHwidCheck?: boolean | undefined;
50
50
  encryption?: {
51
- method: "age1" | "age1pq1";
52
51
  key: string;
52
+ method: "age1" | "age1pq1";
53
53
  } | undefined;
54
54
  }, {
55
55
  headers?: {
@@ -63,8 +63,8 @@ export declare const ResponseRuleModificationsSchema: z.ZodOptional<z.ZodObject<
63
63
  additionalExtendedClientsRegex?: string[] | undefined;
64
64
  disableHwidCheck?: boolean | undefined;
65
65
  encryption?: {
66
- method: "age1" | "age1pq1";
67
66
  key: string;
67
+ method: "age1" | "age1pq1";
68
68
  } | undefined;
69
69
  }>>;
70
70
  //# sourceMappingURL=response-rule-modifications.schema.d.ts.map
@@ -68,11 +68,11 @@ export declare const ResponseRuleSchemaBase: z.ZodObject<{
68
68
  method: z.ZodEnum<["age1", "age1pq1"]>;
69
69
  key: z.ZodString;
70
70
  }, "strip", z.ZodTypeAny, {
71
- method: "age1" | "age1pq1";
72
71
  key: string;
73
- }, {
74
72
  method: "age1" | "age1pq1";
73
+ }, {
75
74
  key: string;
75
+ method: "age1" | "age1pq1";
76
76
  }>>;
77
77
  }, "strip", z.ZodTypeAny, {
78
78
  headers?: {
@@ -86,8 +86,8 @@ export declare const ResponseRuleSchemaBase: z.ZodObject<{
86
86
  additionalExtendedClientsRegex?: string[] | undefined;
87
87
  disableHwidCheck?: boolean | undefined;
88
88
  encryption?: {
89
- method: "age1" | "age1pq1";
90
89
  key: string;
90
+ method: "age1" | "age1pq1";
91
91
  } | undefined;
92
92
  }, {
93
93
  headers?: {
@@ -101,8 +101,8 @@ export declare const ResponseRuleSchemaBase: z.ZodObject<{
101
101
  additionalExtendedClientsRegex?: string[] | undefined;
102
102
  disableHwidCheck?: boolean | undefined;
103
103
  encryption?: {
104
- method: "age1" | "age1pq1";
105
104
  key: string;
105
+ method: "age1" | "age1pq1";
106
106
  } | undefined;
107
107
  }>>;
108
108
  }, "strip", z.ZodTypeAny, {
@@ -129,8 +129,8 @@ export declare const ResponseRuleSchemaBase: z.ZodObject<{
129
129
  additionalExtendedClientsRegex?: string[] | undefined;
130
130
  disableHwidCheck?: boolean | undefined;
131
131
  encryption?: {
132
- method: "age1" | "age1pq1";
133
132
  key: string;
133
+ method: "age1" | "age1pq1";
134
134
  } | undefined;
135
135
  } | undefined;
136
136
  }, {
@@ -157,8 +157,8 @@ export declare const ResponseRuleSchemaBase: z.ZodObject<{
157
157
  additionalExtendedClientsRegex?: string[] | undefined;
158
158
  disableHwidCheck?: boolean | undefined;
159
159
  encryption?: {
160
- method: "age1" | "age1pq1";
161
160
  key: string;
161
+ method: "age1" | "age1pq1";
162
162
  } | undefined;
163
163
  } | undefined;
164
164
  }>;
@@ -231,11 +231,11 @@ export declare const ResponseRuleSchema: z.ZodObject<{
231
231
  method: z.ZodEnum<["age1", "age1pq1"]>;
232
232
  key: z.ZodString;
233
233
  }, "strip", z.ZodTypeAny, {
234
- method: "age1" | "age1pq1";
235
234
  key: string;
236
- }, {
237
235
  method: "age1" | "age1pq1";
236
+ }, {
238
237
  key: string;
238
+ method: "age1" | "age1pq1";
239
239
  }>>;
240
240
  }, "strip", z.ZodTypeAny, {
241
241
  headers?: {
@@ -249,8 +249,8 @@ export declare const ResponseRuleSchema: z.ZodObject<{
249
249
  additionalExtendedClientsRegex?: string[] | undefined;
250
250
  disableHwidCheck?: boolean | undefined;
251
251
  encryption?: {
252
- method: "age1" | "age1pq1";
253
252
  key: string;
253
+ method: "age1" | "age1pq1";
254
254
  } | undefined;
255
255
  }, {
256
256
  headers?: {
@@ -264,8 +264,8 @@ export declare const ResponseRuleSchema: z.ZodObject<{
264
264
  additionalExtendedClientsRegex?: string[] | undefined;
265
265
  disableHwidCheck?: boolean | undefined;
266
266
  encryption?: {
267
- method: "age1" | "age1pq1";
268
267
  key: string;
268
+ method: "age1" | "age1pq1";
269
269
  } | undefined;
270
270
  }>>;
271
271
  }, "strip", z.ZodTypeAny, {
@@ -292,8 +292,8 @@ export declare const ResponseRuleSchema: z.ZodObject<{
292
292
  additionalExtendedClientsRegex?: string[] | undefined;
293
293
  disableHwidCheck?: boolean | undefined;
294
294
  encryption?: {
295
- method: "age1" | "age1pq1";
296
295
  key: string;
296
+ method: "age1" | "age1pq1";
297
297
  } | undefined;
298
298
  } | undefined;
299
299
  }, {
@@ -320,8 +320,8 @@ export declare const ResponseRuleSchema: z.ZodObject<{
320
320
  additionalExtendedClientsRegex?: string[] | undefined;
321
321
  disableHwidCheck?: boolean | undefined;
322
322
  encryption?: {
323
- method: "age1" | "age1pq1";
324
323
  key: string;
324
+ method: "age1" | "age1pq1";
325
325
  } | undefined;
326
326
  } | undefined;
327
327
  }>;
@@ -79,11 +79,11 @@ export declare const ResponseRulesConfigSchema: z.ZodObject<{
79
79
  method: z.ZodEnum<["age1", "age1pq1"]>;
80
80
  key: z.ZodString;
81
81
  }, "strip", z.ZodTypeAny, {
82
- method: "age1" | "age1pq1";
83
82
  key: string;
84
- }, {
85
83
  method: "age1" | "age1pq1";
84
+ }, {
86
85
  key: string;
86
+ method: "age1" | "age1pq1";
87
87
  }>>;
88
88
  }, "strip", z.ZodTypeAny, {
89
89
  headers?: {
@@ -97,8 +97,8 @@ export declare const ResponseRulesConfigSchema: z.ZodObject<{
97
97
  additionalExtendedClientsRegex?: string[] | undefined;
98
98
  disableHwidCheck?: boolean | undefined;
99
99
  encryption?: {
100
- method: "age1" | "age1pq1";
101
100
  key: string;
101
+ method: "age1" | "age1pq1";
102
102
  } | undefined;
103
103
  }, {
104
104
  headers?: {
@@ -112,8 +112,8 @@ export declare const ResponseRulesConfigSchema: z.ZodObject<{
112
112
  additionalExtendedClientsRegex?: string[] | undefined;
113
113
  disableHwidCheck?: boolean | undefined;
114
114
  encryption?: {
115
- method: "age1" | "age1pq1";
116
115
  key: string;
116
+ method: "age1" | "age1pq1";
117
117
  } | undefined;
118
118
  }>>;
119
119
  }, "strip", z.ZodTypeAny, {
@@ -140,8 +140,8 @@ export declare const ResponseRulesConfigSchema: z.ZodObject<{
140
140
  additionalExtendedClientsRegex?: string[] | undefined;
141
141
  disableHwidCheck?: boolean | undefined;
142
142
  encryption?: {
143
- method: "age1" | "age1pq1";
144
143
  key: string;
144
+ method: "age1" | "age1pq1";
145
145
  } | undefined;
146
146
  } | undefined;
147
147
  }, {
@@ -168,8 +168,8 @@ export declare const ResponseRulesConfigSchema: z.ZodObject<{
168
168
  additionalExtendedClientsRegex?: string[] | undefined;
169
169
  disableHwidCheck?: boolean | undefined;
170
170
  encryption?: {
171
- method: "age1" | "age1pq1";
172
171
  key: string;
172
+ method: "age1" | "age1pq1";
173
173
  } | undefined;
174
174
  } | undefined;
175
175
  }>, "many">;
@@ -199,8 +199,8 @@ export declare const ResponseRulesConfigSchema: z.ZodObject<{
199
199
  additionalExtendedClientsRegex?: string[] | undefined;
200
200
  disableHwidCheck?: boolean | undefined;
201
201
  encryption?: {
202
- method: "age1" | "age1pq1";
203
202
  key: string;
203
+ method: "age1" | "age1pq1";
204
204
  } | undefined;
205
205
  } | undefined;
206
206
  }[];
@@ -233,8 +233,8 @@ export declare const ResponseRulesConfigSchema: z.ZodObject<{
233
233
  additionalExtendedClientsRegex?: string[] | undefined;
234
234
  disableHwidCheck?: boolean | undefined;
235
235
  encryption?: {
236
- method: "age1" | "age1pq1";
237
236
  key: string;
237
+ method: "age1" | "age1pq1";
238
238
  } | undefined;
239
239
  } | undefined;
240
240
  }[];