@remnawave/backend-contract 2.8.35 → 2.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/backend/api/routes.d.ts +0 -4
- package/build/backend/api/routes.d.ts.map +1 -1
- package/build/backend/api/routes.js +0 -4
- package/build/backend/commands/api-tokens/create.command.d.ts +2 -2
- package/build/backend/commands/api-tokens/create.command.d.ts.map +1 -1
- package/build/backend/commands/api-tokens/create.command.js +4 -4
- package/build/backend/commands/api-tokens/delete.command.d.ts +2 -2
- package/build/backend/commands/api-tokens/delete.command.d.ts.map +1 -1
- package/build/backend/commands/api-tokens/delete.command.js +3 -3
- package/build/backend/commands/api-tokens/{find.command.d.ts → get-api-tokens.command.d.ts} +2 -2
- package/build/backend/commands/api-tokens/get-api-tokens.command.d.ts.map +1 -0
- package/build/backend/commands/api-tokens/get-api-tokens.command.js +23 -0
- package/build/backend/commands/api-tokens/index.d.ts +1 -1
- package/build/backend/commands/api-tokens/index.d.ts.map +1 -1
- package/build/backend/commands/api-tokens/index.js +1 -1
- package/build/backend/commands/auth/login.command.d.ts +2 -2
- package/build/backend/commands/auth/login.command.d.ts.map +1 -1
- package/build/backend/commands/auth/login.command.js +3 -3
- package/build/backend/commands/auth/oauth2/authorize.command.d.ts +2 -1
- package/build/backend/commands/auth/oauth2/authorize.command.d.ts.map +1 -1
- package/build/backend/commands/auth/oauth2/authorize.command.js +1 -1
- package/build/backend/commands/auth/oauth2/callback.command.d.ts +2 -2
- package/build/backend/commands/auth/oauth2/callback.command.d.ts.map +1 -1
- package/build/backend/commands/auth/oauth2/callback.command.js +1 -1
- package/build/backend/commands/auth/passkey/verify-authentication.command.d.ts +2 -2
- package/build/backend/commands/auth/passkey/verify-authentication.command.d.ts.map +1 -1
- package/build/backend/commands/auth/passkey/verify-authentication.command.js +1 -1
- package/build/backend/commands/auth/register.command.d.ts +2 -2
- package/build/backend/commands/auth/register.command.d.ts.map +1 -1
- package/build/backend/commands/auth/register.command.js +2 -2
- package/build/backend/commands/bandwidth-stats/legacy/get-legacy-stats-node-user-usage.command.d.ts +3 -3
- package/build/backend/commands/bandwidth-stats/legacy/get-legacy-stats-node-user-usage.command.d.ts.map +1 -1
- package/build/backend/commands/bandwidth-stats/legacy/get-legacy-stats-node-user-usage.command.js +4 -4
- package/build/backend/commands/bandwidth-stats/legacy/get-legacy-user-usage.command.d.ts +3 -3
- package/build/backend/commands/bandwidth-stats/legacy/get-legacy-user-usage.command.d.ts.map +1 -1
- package/build/backend/commands/bandwidth-stats/legacy/get-legacy-user-usage.command.js +3 -3
- package/build/backend/commands/bandwidth-stats/nodes/get-stats-node-users-usage.command.d.ts +9 -9
- package/build/backend/commands/bandwidth-stats/nodes/get-stats-node-users-usage.command.d.ts.map +1 -1
- package/build/backend/commands/bandwidth-stats/nodes/get-stats-node-users-usage.command.js +5 -5
- package/build/backend/commands/bandwidth-stats/nodes/get-stats-nodes-usage.command.d.ts +1 -1
- package/build/backend/commands/bandwidth-stats/nodes/get-stats-nodes-usage.command.d.ts.map +1 -1
- package/build/backend/commands/bandwidth-stats/nodes/get-stats-nodes-usage.command.js +7 -3
- package/build/backend/commands/bandwidth-stats/nodes/get-stats-nodes-users-usage.command.d.ts +9 -9
- package/build/backend/commands/bandwidth-stats/nodes/get-stats-nodes-users-usage.command.d.ts.map +1 -1
- package/build/backend/commands/bandwidth-stats/nodes/get-stats-nodes-users-usage.command.js +5 -5
- package/build/backend/commands/bandwidth-stats/users/get-stats-user-usage.command.d.ts +3 -3
- package/build/backend/commands/bandwidth-stats/users/get-stats-user-usage.command.d.ts.map +1 -1
- package/build/backend/commands/bandwidth-stats/users/get-stats-user-usage.command.js +4 -4
- package/build/backend/commands/config-profiles/actions/reorder.command.d.ts +2 -2
- package/build/backend/commands/config-profiles/actions/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/config-profiles/actions/reorder.command.js +1 -1
- package/build/backend/commands/config-profiles/create-config-profile.command.d.ts +2 -2
- package/build/backend/commands/config-profiles/create-config-profile.command.d.ts.map +1 -1
- package/build/backend/commands/config-profiles/create-config-profile.command.js +1 -1
- package/build/backend/commands/config-profiles/delete-config-profile.command.d.ts +2 -2
- package/build/backend/commands/config-profiles/delete-config-profile.command.d.ts.map +1 -1
- package/build/backend/commands/config-profiles/delete-config-profile.command.js +2 -2
- package/build/backend/commands/config-profiles/get-computed-config-profile-by-uuid.command.d.ts +2 -2
- package/build/backend/commands/config-profiles/get-computed-config-profile-by-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/config-profiles/get-computed-config-profile-by-uuid.command.js +1 -1
- package/build/backend/commands/config-profiles/get-config-profile-by-uuid.command.d.ts +2 -2
- package/build/backend/commands/config-profiles/get-config-profile-by-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/config-profiles/get-config-profile-by-uuid.command.js +1 -1
- package/build/backend/commands/config-profiles/get-inbounds-by-profile-uuid.command.d.ts +2 -2
- package/build/backend/commands/config-profiles/get-inbounds-by-profile-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/config-profiles/get-inbounds-by-profile-uuid.command.js +2 -2
- package/build/backend/commands/config-profiles/update-config-profile.command.d.ts +2 -2
- package/build/backend/commands/config-profiles/update-config-profile.command.d.ts.map +1 -1
- package/build/backend/commands/config-profiles/update-config-profile.command.js +1 -1
- package/build/backend/commands/external-squads/actions/reorder.command.d.ts +2 -2
- package/build/backend/commands/external-squads/actions/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/external-squads/actions/reorder.command.js +1 -1
- package/build/backend/commands/external-squads/bulk-actions/add-users-to-external-squad.command.d.ts +2 -2
- package/build/backend/commands/external-squads/bulk-actions/add-users-to-external-squad.command.d.ts.map +1 -1
- package/build/backend/commands/external-squads/bulk-actions/add-users-to-external-squad.command.js +2 -2
- package/build/backend/commands/external-squads/bulk-actions/delete-users-from-external-squad.command.d.ts +2 -2
- package/build/backend/commands/external-squads/bulk-actions/delete-users-from-external-squad.command.d.ts.map +1 -1
- package/build/backend/commands/external-squads/bulk-actions/delete-users-from-external-squad.command.js +2 -2
- package/build/backend/commands/external-squads/create-external-squad.command.d.ts +2 -2
- package/build/backend/commands/external-squads/create-external-squad.command.d.ts.map +1 -1
- package/build/backend/commands/external-squads/create-external-squad.command.js +1 -1
- package/build/backend/commands/external-squads/delete-external-squad.command.d.ts +2 -2
- package/build/backend/commands/external-squads/delete-external-squad.command.d.ts.map +1 -1
- package/build/backend/commands/external-squads/delete-external-squad.command.js +2 -2
- package/build/backend/commands/external-squads/get-external-squad-by-uuid.command.d.ts +2 -2
- package/build/backend/commands/external-squads/get-external-squad-by-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/external-squads/get-external-squad-by-uuid.command.js +2 -2
- package/build/backend/commands/external-squads/update-external-squad.command.d.ts +2 -2
- package/build/backend/commands/external-squads/update-external-squad.command.d.ts.map +1 -1
- package/build/backend/commands/external-squads/update-external-squad.command.js +6 -4
- package/build/backend/commands/hosts/bulk/delete-many-hosts.command.d.ts +2 -2
- package/build/backend/commands/hosts/bulk/delete-many-hosts.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/bulk/delete-many-hosts.command.js +1 -1
- package/build/backend/commands/hosts/bulk/disable-many-hosts.command.d.ts +2 -2
- package/build/backend/commands/hosts/bulk/disable-many-hosts.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/bulk/disable-many-hosts.command.js +1 -1
- package/build/backend/commands/hosts/bulk/enable-many-hosts.command.d.ts +2 -2
- package/build/backend/commands/hosts/bulk/enable-many-hosts.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/bulk/enable-many-hosts.command.js +1 -1
- package/build/backend/commands/hosts/bulk/update-many-hosts.command.d.ts +2 -2
- package/build/backend/commands/hosts/bulk/update-many-hosts.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/bulk/update-many-hosts.command.js +1 -1
- package/build/backend/commands/hosts/create.command.d.ts +2 -2
- package/build/backend/commands/hosts/create.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/create.command.js +1 -1
- package/build/backend/commands/hosts/delete.command.d.ts +2 -2
- package/build/backend/commands/hosts/delete.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/delete.command.js +1 -1
- package/build/backend/commands/hosts/{get-one.command.d.ts → get-host.command.d.ts} +4 -4
- package/build/backend/commands/hosts/get-host.command.d.ts.map +1 -0
- package/build/backend/commands/hosts/get-host.command.js +19 -0
- package/build/backend/commands/hosts/{get-all.command.d.ts → get-hosts.command.d.ts} +2 -2
- package/build/backend/commands/hosts/get-hosts.command.d.ts.map +1 -0
- package/build/backend/commands/hosts/get-hosts.command.js +19 -0
- package/build/backend/commands/hosts/index.d.ts +2 -2
- package/build/backend/commands/hosts/index.d.ts.map +1 -1
- package/build/backend/commands/hosts/index.js +2 -2
- package/build/backend/commands/hosts/reorder.command.d.ts +3 -3
- package/build/backend/commands/hosts/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/reorder.command.js +9 -9
- package/build/backend/commands/hosts/tags/{get-all-host-tags.command.d.ts → get-hosts-tags.command.d.ts} +2 -2
- package/build/backend/commands/hosts/tags/get-hosts-tags.command.d.ts.map +1 -0
- package/build/backend/commands/hosts/tags/get-hosts-tags.command.js +17 -0
- package/build/backend/commands/hosts/tags/index.d.ts +1 -1
- package/build/backend/commands/hosts/tags/index.d.ts.map +1 -1
- package/build/backend/commands/hosts/tags/index.js +1 -1
- package/build/backend/commands/hosts/update.command.d.ts +2 -2
- package/build/backend/commands/hosts/update.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/update.command.js +1 -1
- package/build/backend/commands/hwid/create-user-hwid-device.command.d.ts +2 -2
- package/build/backend/commands/hwid/create-user-hwid-device.command.d.ts.map +1 -1
- package/build/backend/commands/hwid/create-user-hwid-device.command.js +1 -1
- package/build/backend/commands/hwid/delete-all-user-hwid-devices.command.d.ts +2 -2
- package/build/backend/commands/hwid/delete-all-user-hwid-devices.command.d.ts.map +1 -1
- package/build/backend/commands/hwid/delete-all-user-hwid-devices.command.js +1 -1
- package/build/backend/commands/hwid/delete-user-hwid-device.command.d.ts +2 -2
- package/build/backend/commands/hwid/delete-user-hwid-device.command.d.ts.map +1 -1
- package/build/backend/commands/hwid/delete-user-hwid-device.command.js +1 -1
- package/build/backend/commands/hwid/{get-all-hwid-devices.command.d.ts → get-hwid-devices.command.d.ts} +3 -3
- package/build/backend/commands/hwid/get-hwid-devices.command.d.ts.map +1 -0
- package/build/backend/commands/hwid/get-hwid-devices.command.js +20 -0
- package/build/backend/commands/hwid/get-top-users-by-hwid-devices.command.d.ts +1 -1
- package/build/backend/commands/hwid/get-top-users-by-hwid-devices.command.d.ts.map +1 -1
- package/build/backend/commands/hwid/get-user-hwid-devices.command.d.ts +2 -2
- package/build/backend/commands/hwid/get-user-hwid-devices.command.d.ts.map +1 -1
- package/build/backend/commands/hwid/get-user-hwid-devices.command.js +1 -1
- package/build/backend/commands/hwid/index.d.ts +1 -1
- package/build/backend/commands/hwid/index.d.ts.map +1 -1
- package/build/backend/commands/hwid/index.js +1 -1
- package/build/backend/commands/infra-billing/create-bill-record.command.d.ts +3 -3
- package/build/backend/commands/infra-billing/create-bill-record.command.d.ts.map +1 -1
- package/build/backend/commands/infra-billing/create-bill-record.command.js +9 -9
- package/build/backend/commands/infra-billing/create-billing-node.command.d.ts +2 -2
- package/build/backend/commands/infra-billing/create-billing-node.command.d.ts.map +1 -1
- package/build/backend/commands/infra-billing/create-billing-node.command.js +1 -1
- package/build/backend/commands/infra-billing/create-infra-provider.command.d.ts +2 -2
- package/build/backend/commands/infra-billing/create-infra-provider.command.d.ts.map +1 -1
- package/build/backend/commands/infra-billing/create-infra-provider.command.js +1 -1
- package/build/backend/commands/infra-billing/{delete-bill-record-by-uuid.command.d.ts → delete-bill-record.command.d.ts} +4 -4
- package/build/backend/commands/infra-billing/delete-bill-record.command.d.ts.map +1 -0
- package/build/backend/commands/infra-billing/delete-bill-record.command.js +22 -0
- package/build/backend/commands/infra-billing/{delete-billing-node-by-uuid.command.d.ts → delete-billing-node.command.d.ts} +4 -4
- package/build/backend/commands/infra-billing/{delete-billing-node-by-uuid.command.d.ts.map → delete-billing-node.command.d.ts.map} +1 -1
- package/build/backend/commands/infra-billing/delete-billing-node.command.js +29 -0
- package/build/backend/commands/infra-billing/{delete-infra-provider-by-uuid.command.d.ts → delete-infra-provider.command.d.ts} +4 -4
- package/build/backend/commands/infra-billing/delete-infra-provider.command.d.ts.map +1 -0
- package/build/backend/commands/infra-billing/delete-infra-provider.command.js +20 -0
- package/build/backend/commands/infra-billing/get-bill-records.command.d.ts +2 -2
- package/build/backend/commands/infra-billing/get-bill-records.command.d.ts.map +1 -1
- package/build/backend/commands/infra-billing/get-bill-records.command.js +9 -9
- package/build/backend/commands/infra-billing/{get-infra-provider-by-uuid.command.d.ts → get-infra-provider.command.d.ts} +4 -4
- package/build/backend/commands/infra-billing/get-infra-provider.command.d.ts.map +1 -0
- package/build/backend/commands/infra-billing/get-infra-provider.command.js +19 -0
- package/build/backend/commands/infra-billing/index.d.ts +4 -4
- package/build/backend/commands/infra-billing/index.d.ts.map +1 -1
- package/build/backend/commands/infra-billing/index.js +4 -4
- package/build/backend/commands/infra-billing/update-billing-node.command.d.ts +2 -2
- package/build/backend/commands/infra-billing/update-billing-node.command.d.ts.map +1 -1
- package/build/backend/commands/infra-billing/update-billing-node.command.js +1 -1
- package/build/backend/commands/infra-billing/update-infra-provider.command.d.ts +2 -2
- package/build/backend/commands/infra-billing/update-infra-provider.command.d.ts.map +1 -1
- package/build/backend/commands/infra-billing/update-infra-provider.command.js +1 -1
- package/build/backend/commands/internal-squads/actions/reorder.command.d.ts +2 -2
- package/build/backend/commands/internal-squads/actions/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/internal-squads/actions/reorder.command.js +1 -1
- package/build/backend/commands/internal-squads/bulk-actions/add-users-to-internal-squad.command.d.ts +2 -2
- package/build/backend/commands/internal-squads/bulk-actions/add-users-to-internal-squad.command.d.ts.map +1 -1
- package/build/backend/commands/internal-squads/bulk-actions/add-users-to-internal-squad.command.js +1 -1
- package/build/backend/commands/internal-squads/bulk-actions/delete-users-from-internal-squad.command.d.ts +2 -2
- package/build/backend/commands/internal-squads/bulk-actions/delete-users-from-internal-squad.command.d.ts.map +1 -1
- package/build/backend/commands/internal-squads/bulk-actions/delete-users-from-internal-squad.command.js +1 -1
- package/build/backend/commands/internal-squads/create-internal-squad.command.d.ts +2 -2
- package/build/backend/commands/internal-squads/create-internal-squad.command.d.ts.map +1 -1
- package/build/backend/commands/internal-squads/create-internal-squad.command.js +1 -1
- package/build/backend/commands/internal-squads/delete-internal-squad.command.d.ts +2 -2
- package/build/backend/commands/internal-squads/delete-internal-squad.command.d.ts.map +1 -1
- package/build/backend/commands/internal-squads/delete-internal-squad.command.js +1 -1
- package/build/backend/commands/internal-squads/get-internal-squad-accessible-nodes.command.d.ts +2 -2
- package/build/backend/commands/internal-squads/get-internal-squad-accessible-nodes.command.d.ts.map +1 -1
- package/build/backend/commands/internal-squads/get-internal-squad-accessible-nodes.command.js +1 -1
- package/build/backend/commands/internal-squads/{get-internal-squad-by-uuid.d.ts → get-internal-squad.command.d.ts} +4 -4
- package/build/backend/commands/internal-squads/get-internal-squad.command.d.ts.map +1 -0
- package/build/backend/commands/internal-squads/get-internal-squad.command.js +19 -0
- package/build/backend/commands/internal-squads/index.d.ts +1 -1
- package/build/backend/commands/internal-squads/index.js +1 -1
- package/build/backend/commands/internal-squads/update-internal-squad.command.d.ts +2 -2
- package/build/backend/commands/internal-squads/update-internal-squad.command.d.ts.map +1 -1
- package/build/backend/commands/internal-squads/update-internal-squad.command.js +1 -1
- package/build/backend/commands/ip-control/drop-connections.command.d.ts +2 -2
- package/build/backend/commands/ip-control/drop-connections.command.d.ts.map +1 -1
- package/build/backend/commands/ip-control/drop-connections.command.js +1 -1
- package/build/backend/commands/ip-control/fetch-ips-result.command.d.ts +2 -2
- package/build/backend/commands/ip-control/fetch-ips-result.command.d.ts.map +1 -1
- package/build/backend/commands/ip-control/fetch-ips-result.command.js +1 -1
- package/build/backend/commands/ip-control/fetch-ips.command.d.ts +2 -2
- package/build/backend/commands/ip-control/fetch-ips.command.d.ts.map +1 -1
- package/build/backend/commands/ip-control/fetch-ips.command.js +2 -2
- package/build/backend/commands/ip-control/fetch-users-ips-result.command.d.ts +2 -2
- package/build/backend/commands/ip-control/fetch-users-ips-result.command.d.ts.map +1 -1
- package/build/backend/commands/ip-control/fetch-users-ips-result.command.js +1 -1
- package/build/backend/commands/ip-control/fetch-users-ips.command.d.ts +2 -2
- package/build/backend/commands/ip-control/fetch-users-ips.command.d.ts.map +1 -1
- package/build/backend/commands/ip-control/fetch-users-ips.command.js +2 -2
- package/build/backend/commands/keygen/{get-pubkey.command.d.ts → get-node-secret-key.command.d.ts} +7 -7
- package/build/backend/commands/keygen/get-node-secret-key.command.d.ts.map +1 -0
- package/build/backend/commands/keygen/get-node-secret-key.command.js +17 -0
- package/build/backend/commands/keygen/index.d.ts +1 -1
- package/build/backend/commands/keygen/index.d.ts.map +1 -1
- package/build/backend/commands/keygen/index.js +1 -1
- package/build/backend/commands/metadata/node/get-node-metadata.command.d.ts +1 -1
- package/build/backend/commands/metadata/node/get-node-metadata.command.d.ts.map +1 -1
- package/build/backend/commands/metadata/node/upsert-node-metadata.command.d.ts +2 -2
- package/build/backend/commands/metadata/node/upsert-node-metadata.command.d.ts.map +1 -1
- package/build/backend/commands/metadata/user/get-user-metadata.command.d.ts +1 -1
- package/build/backend/commands/metadata/user/get-user-metadata.command.d.ts.map +1 -1
- package/build/backend/commands/metadata/user/upsert-user-metadata.command.d.ts +2 -2
- package/build/backend/commands/metadata/user/upsert-user-metadata.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/actions/clone-node-plugin.command.d.ts +2 -2
- package/build/backend/commands/node-plugins/actions/clone-node-plugin.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/actions/clone-node-plugin.command.js +1 -1
- package/build/backend/commands/node-plugins/actions/reorder.command.d.ts +2 -2
- package/build/backend/commands/node-plugins/actions/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/actions/reorder.command.js +1 -1
- package/build/backend/commands/node-plugins/create-node-plugin.command.d.ts +2 -2
- package/build/backend/commands/node-plugins/create-node-plugin.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/create-node-plugin.command.js +1 -1
- package/build/backend/commands/node-plugins/delete-node-plugin.command.d.ts +2 -2
- package/build/backend/commands/node-plugins/delete-node-plugin.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/delete-node-plugin.command.js +1 -1
- package/build/backend/commands/node-plugins/executor.command.d.ts +2 -2
- package/build/backend/commands/node-plugins/executor.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/executor.command.js +1 -1
- package/build/backend/commands/node-plugins/get-node-plugin.command.d.ts +2 -2
- package/build/backend/commands/node-plugins/get-node-plugin.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/get-node-plugin.command.js +1 -1
- package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.d.ts +1 -1
- package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.js +1 -1
- package/build/backend/commands/node-plugins/update-node-plugin.command.d.ts +2 -2
- package/build/backend/commands/node-plugins/update-node-plugin.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/update-node-plugin.command.js +1 -1
- package/build/backend/commands/nodes/actions/disable.command.d.ts +2 -2
- package/build/backend/commands/nodes/actions/disable.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/actions/disable.command.js +1 -1
- package/build/backend/commands/nodes/actions/enable.command.d.ts +2 -2
- package/build/backend/commands/nodes/actions/enable.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/actions/enable.command.js +1 -1
- package/build/backend/commands/nodes/actions/reorder.command.d.ts +3 -3
- package/build/backend/commands/nodes/actions/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/actions/reorder.command.js +9 -9
- package/build/backend/commands/nodes/actions/reset-traffic.command.d.ts +2 -2
- package/build/backend/commands/nodes/actions/reset-traffic.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/actions/reset-traffic.command.js +1 -1
- package/build/backend/commands/nodes/actions/restart-all.command.d.ts +1 -1
- package/build/backend/commands/nodes/actions/restart-all.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/actions/restart.command.d.ts +3 -3
- package/build/backend/commands/nodes/actions/restart.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/actions/restart.command.js +1 -1
- package/build/backend/commands/nodes/bulk-actions/actions.command.d.ts +2 -2
- package/build/backend/commands/nodes/bulk-actions/actions.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/bulk-actions/actions.command.js +1 -1
- package/build/backend/commands/nodes/bulk-actions/bulk-update.command.d.ts +2 -2
- package/build/backend/commands/nodes/bulk-actions/bulk-update.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/bulk-actions/bulk-update.command.js +1 -1
- package/build/backend/commands/nodes/bulk-actions/profile-modification.command.d.ts +2 -2
- package/build/backend/commands/nodes/bulk-actions/profile-modification.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/bulk-actions/profile-modification.command.js +1 -1
- package/build/backend/commands/nodes/create.command.d.ts +2 -2
- package/build/backend/commands/nodes/create.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/create.command.js +1 -1
- package/build/backend/commands/nodes/delete.command.d.ts +2 -2
- package/build/backend/commands/nodes/delete.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/delete.command.js +1 -1
- package/build/backend/commands/nodes/{get-one.command.d.ts → get-node.command.d.ts} +4 -4
- package/build/backend/commands/nodes/get-node.command.d.ts.map +1 -0
- package/build/backend/commands/nodes/get-node.command.js +19 -0
- package/build/backend/commands/nodes/{get-all.command.d.ts → get-nodes.command.d.ts} +2 -2
- package/build/backend/commands/nodes/{get-all.command.d.ts.map → get-nodes.command.d.ts.map} +1 -1
- package/build/backend/commands/nodes/get-nodes.command.js +19 -0
- package/build/backend/commands/nodes/index.d.ts +2 -2
- package/build/backend/commands/nodes/index.d.ts.map +1 -1
- package/build/backend/commands/nodes/index.js +2 -2
- package/build/backend/commands/nodes/tags/{get-all-nodes-tags.command.d.ts → get-nodes-tags.command.d.ts} +2 -2
- package/build/backend/commands/nodes/tags/get-nodes-tags.command.d.ts.map +1 -0
- package/build/backend/commands/nodes/tags/get-nodes-tags.command.js +17 -0
- package/build/backend/commands/nodes/tags/index.d.ts +1 -1
- package/build/backend/commands/nodes/tags/index.d.ts.map +1 -1
- package/build/backend/commands/nodes/tags/index.js +1 -1
- package/build/backend/commands/nodes/update.command.d.ts +2 -2
- package/build/backend/commands/nodes/update.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/update.command.js +1 -1
- package/build/backend/commands/passkeys/{delete-passkeys.command.d.ts → delete-passkey.command.d.ts} +3 -3
- package/build/backend/commands/passkeys/delete-passkey.command.d.ts.map +1 -0
- package/build/{frontend/commands/passkeys/delete-passkeys.command.js → backend/commands/passkeys/delete-passkey.command.js} +1 -1
- package/build/backend/commands/passkeys/{get-active-passkeys.command.d.ts → get-passkeys.command.d.ts} +2 -2
- package/build/backend/commands/passkeys/get-passkeys.command.d.ts.map +1 -0
- package/build/backend/commands/passkeys/{get-active-passkeys.command.js → get-passkeys.command.js} +8 -8
- package/build/backend/commands/passkeys/index.d.ts +2 -2
- package/build/backend/commands/passkeys/index.d.ts.map +1 -1
- package/build/backend/commands/passkeys/index.js +2 -2
- package/build/backend/commands/passkeys/update-passkey.command.d.ts +2 -2
- package/build/backend/commands/passkeys/update-passkey.command.d.ts.map +1 -1
- package/build/backend/commands/passkeys/update-passkey.command.js +1 -1
- package/build/backend/commands/passkeys/verify-registration.command.d.ts +2 -2
- package/build/backend/commands/passkeys/verify-registration.command.d.ts.map +1 -1
- package/build/backend/commands/passkeys/verify-registration.command.js +1 -1
- package/build/backend/commands/remnawave-settings/update-remnawave-settings.command.d.ts +2 -2
- package/build/backend/commands/remnawave-settings/update-remnawave-settings.command.d.ts.map +1 -1
- package/build/backend/commands/remnawave-settings/update-remnawave-settings.command.js +1 -1
- package/build/backend/commands/snippets/create-snippet.command.d.ts +2 -2
- package/build/backend/commands/snippets/create-snippet.command.d.ts.map +1 -1
- package/build/backend/commands/snippets/create-snippet.command.js +1 -1
- package/build/backend/commands/snippets/delete-snippet.command.d.ts +2 -2
- package/build/backend/commands/snippets/delete-snippet.command.d.ts.map +1 -1
- package/build/backend/commands/snippets/delete-snippet.command.js +1 -1
- package/build/backend/commands/snippets/index.d.ts +1 -1
- package/build/backend/commands/snippets/index.d.ts.map +1 -1
- package/build/backend/commands/snippets/index.js +1 -1
- package/build/backend/commands/snippets/{update-snippets.command.d.ts → update-snippet.command.d.ts} +3 -3
- package/build/backend/commands/snippets/update-snippet.command.d.ts.map +1 -0
- package/build/backend/commands/snippets/{update-snippets.command.js → update-snippet.command.js} +1 -1
- package/build/backend/commands/subscription/get-subscription-by-short-uuid-by-client-type.command.d.ts +2 -2
- package/build/backend/commands/subscription/get-subscription-by-short-uuid-by-client-type.command.d.ts.map +1 -1
- package/build/backend/commands/subscription/get-subscription-by-short-uuid-by-client-type.command.js +1 -1
- package/build/backend/commands/subscription/get-subscription-by-short-uuid.command.d.ts +2 -2
- package/build/backend/commands/subscription/get-subscription-by-short-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/subscription/get-subscription-by-short-uuid.command.js +1 -1
- package/build/backend/commands/subscription/get-subscription-info-by-short-uuid.command.d.ts +2 -2
- package/build/backend/commands/subscription/get-subscription-info-by-short-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/subscription/get-subscription-info-by-short-uuid.command.js +1 -1
- package/build/backend/commands/subscription-page-configs/actions/clone-subpage-config.command.d.ts +3 -3
- package/build/backend/commands/subscription-page-configs/actions/clone-subpage-config.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-page-configs/actions/clone-subpage-config.command.js +9 -9
- package/build/backend/commands/subscription-page-configs/actions/reorder.command.d.ts +3 -3
- package/build/backend/commands/subscription-page-configs/actions/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-page-configs/actions/reorder.command.js +9 -9
- package/build/backend/commands/subscription-page-configs/create-subpage-config.command.d.ts +3 -3
- package/build/backend/commands/subscription-page-configs/create-subpage-config.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-page-configs/create-subpage-config.command.js +9 -9
- package/build/backend/commands/subscription-page-configs/delete-subpage-config.command.d.ts +3 -3
- package/build/backend/commands/subscription-page-configs/delete-subpage-config.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-page-configs/delete-subpage-config.command.js +9 -9
- package/build/backend/commands/subscription-page-configs/get-subpage-config.command.d.ts +3 -3
- package/build/backend/commands/subscription-page-configs/get-subpage-config.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-page-configs/get-subpage-config.command.js +9 -9
- package/build/backend/commands/subscription-page-configs/get-subpage-configs.command.d.ts +1 -1
- package/build/backend/commands/subscription-page-configs/get-subpage-configs.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-page-configs/get-subpage-configs.command.js +8 -8
- package/build/backend/commands/subscription-page-configs/update-subpage-config.command.d.ts +3 -3
- package/build/backend/commands/subscription-page-configs/update-subpage-config.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-page-configs/update-subpage-config.command.js +9 -9
- package/build/backend/commands/subscription-request-history/get-subscription-request-history.command.d.ts +1 -1
- package/build/backend/commands/subscription-request-history/get-subscription-request-history.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-request-history/get-subscription-request-history.command.js +1 -1
- package/build/backend/commands/subscription-settings/update-subscription-settings.command.d.ts +2 -2
- package/build/backend/commands/subscription-settings/update-subscription-settings.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-settings/update-subscription-settings.command.js +1 -1
- package/build/backend/commands/subscription-template/actions/reorder.command.d.ts +2 -2
- package/build/backend/commands/subscription-template/actions/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-template/actions/reorder.command.js +1 -1
- package/build/backend/commands/subscription-template/create-template.command.d.ts +2 -2
- package/build/backend/commands/subscription-template/create-template.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-template/create-template.command.js +1 -1
- package/build/backend/commands/subscription-template/delete-subscription-template.command.d.ts +2 -2
- package/build/backend/commands/subscription-template/delete-subscription-template.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-template/delete-subscription-template.command.js +1 -1
- package/build/backend/commands/subscription-template/get-template.command.d.ts +2 -2
- package/build/backend/commands/subscription-template/get-template.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-template/get-template.command.js +1 -1
- package/build/backend/commands/subscription-template/update-template.command.d.ts +2 -2
- package/build/backend/commands/subscription-template/update-template.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-template/update-template.command.js +1 -1
- package/build/backend/commands/subscriptions/get-by/get-connection-keys-by-uuid.command.d.ts +2 -2
- package/build/backend/commands/subscriptions/get-by/get-connection-keys-by-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/subscriptions/get-by/get-connection-keys-by-uuid.command.js +2 -2
- package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts +3 -3
- package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.js +1 -1
- package/build/backend/commands/subscriptions/get-by/get-subscription-by-short-uuid-protected.command.d.ts +2 -2
- package/build/backend/commands/subscriptions/get-by/get-subscription-by-short-uuid-protected.command.d.ts.map +1 -1
- package/build/backend/commands/subscriptions/get-by/get-subscription-by-short-uuid-protected.command.js +1 -1
- package/build/backend/commands/subscriptions/get-by/get-subscription-by-username.command.d.ts +2 -2
- package/build/backend/commands/subscriptions/get-by/get-subscription-by-username.command.d.ts.map +1 -1
- package/build/backend/commands/subscriptions/get-by/get-subscription-by-username.command.js +2 -2
- package/build/backend/commands/subscriptions/get-by/get-subscription-by-uuid.command.d.ts +2 -2
- package/build/backend/commands/subscriptions/get-by/get-subscription-by-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/subscriptions/get-by/get-subscription-by-uuid.command.js +2 -2
- package/build/backend/commands/subscriptions/{get-all-subscriptions.command.d.ts → get-subscriptions.command.d.ts} +3 -3
- package/build/backend/commands/subscriptions/get-subscriptions.command.d.ts.map +1 -0
- package/build/backend/commands/subscriptions/{get-all-subscriptions.command.js → get-subscriptions.command.js} +9 -9
- package/build/backend/commands/subscriptions/index.d.ts +1 -1
- package/build/backend/commands/subscriptions/index.d.ts.map +1 -1
- package/build/backend/commands/subscriptions/index.js +1 -1
- package/build/backend/commands/subscriptions/subpage/get-subpage-config-by-shortuuid.command.d.ts +2 -2
- package/build/backend/commands/subscriptions/subpage/get-subpage-config-by-shortuuid.command.d.ts.map +1 -1
- package/build/backend/commands/subscriptions/subpage/get-subpage-config-by-shortuuid.command.js +1 -1
- package/build/backend/commands/system/get-bandwidth-stats.command.d.ts +1 -1
- package/build/backend/commands/system/get-bandwidth-stats.command.d.ts.map +1 -1
- package/build/backend/commands/system/get-nodes-statistics.d.ts +1 -1
- package/build/backend/commands/system/get-nodes-statistics.d.ts.map +1 -1
- package/build/backend/commands/system/get-stats.command.d.ts +1 -1
- package/build/backend/commands/system/get-stats.command.d.ts.map +1 -1
- package/build/backend/commands/system/testers/test-srr-matcher.command.d.ts +2 -2
- package/build/backend/commands/system/testers/test-srr-matcher.command.d.ts.map +1 -1
- package/build/backend/commands/system/testers/test-srr-matcher.command.js +1 -1
- package/build/backend/commands/users/actions/disable-user.command.d.ts +2 -2
- package/build/backend/commands/users/actions/disable-user.command.d.ts.map +1 -1
- package/build/backend/commands/users/actions/disable-user.command.js +1 -1
- package/build/backend/commands/users/actions/enable-user.command.d.ts +2 -2
- package/build/backend/commands/users/actions/enable-user.command.d.ts.map +1 -1
- package/build/backend/commands/users/actions/enable-user.command.js +1 -1
- package/build/backend/commands/users/actions/reset-user-traffic.command.d.ts +2 -2
- package/build/backend/commands/users/actions/reset-user-traffic.command.d.ts.map +1 -1
- package/build/backend/commands/users/actions/reset-user-traffic.command.js +1 -1
- package/build/backend/commands/users/actions/revoke-user-subscription.command.d.ts +3 -3
- package/build/backend/commands/users/actions/revoke-user-subscription.command.d.ts.map +1 -1
- package/build/backend/commands/users/actions/revoke-user-subscription.command.js +1 -1
- package/build/backend/commands/users/bulk/bulk-delete-users-by-status.command.d.ts +2 -2
- package/build/backend/commands/users/bulk/bulk-delete-users-by-status.command.d.ts.map +1 -1
- package/build/backend/commands/users/bulk/bulk-delete-users-by-status.command.js +1 -1
- package/build/backend/commands/users/bulk/bulk-delete-users.command.d.ts +2 -2
- package/build/backend/commands/users/bulk/bulk-delete-users.command.d.ts.map +1 -1
- package/build/backend/commands/users/bulk/bulk-delete-users.command.js +1 -1
- package/build/backend/commands/users/bulk/bulk-extend-expiration-date.command.d.ts +2 -2
- package/build/backend/commands/users/bulk/bulk-extend-expiration-date.command.d.ts.map +1 -1
- package/build/backend/commands/users/bulk/bulk-extend-expiration-date.command.js +1 -1
- package/build/backend/commands/users/bulk/bulk-reset-traffic-users.command.d.ts +2 -2
- package/build/backend/commands/users/bulk/bulk-reset-traffic-users.command.d.ts.map +1 -1
- package/build/backend/commands/users/bulk/bulk-reset-traffic-users.command.js +1 -1
- package/build/backend/commands/users/bulk/bulk-revoke-users-subscription.command.d.ts +2 -2
- package/build/backend/commands/users/bulk/bulk-revoke-users-subscription.command.d.ts.map +1 -1
- package/build/backend/commands/users/bulk/bulk-revoke-users-subscription.command.js +1 -1
- package/build/backend/commands/users/bulk/bulk-update-users-squads.command.d.ts +2 -2
- package/build/backend/commands/users/bulk/bulk-update-users-squads.command.d.ts.map +1 -1
- package/build/backend/commands/users/bulk/bulk-update-users-squads.command.js +1 -1
- package/build/backend/commands/users/bulk/bulk-update-users.command.d.ts +2 -2
- package/build/backend/commands/users/bulk/bulk-update-users.command.d.ts.map +1 -1
- package/build/backend/commands/users/bulk/bulk-update-users.command.js +1 -1
- package/build/backend/commands/users/bulk-all/bulk-all-extend-expiration-date.command.d.ts +2 -2
- package/build/backend/commands/users/bulk-all/bulk-all-extend-expiration-date.command.d.ts.map +1 -1
- package/build/backend/commands/users/bulk-all/bulk-all-extend-expiration-date.command.js +1 -1
- package/build/backend/commands/users/bulk-all/bulk-all-update-users.command.d.ts +2 -2
- package/build/backend/commands/users/bulk-all/bulk-all-update-users.command.d.ts.map +1 -1
- package/build/backend/commands/users/bulk-all/bulk-all-update-users.command.js +1 -1
- package/build/backend/commands/users/create-user.command.d.ts +2 -2
- package/build/backend/commands/users/create-user.command.d.ts.map +1 -1
- package/build/backend/commands/users/create-user.command.js +1 -1
- package/build/backend/commands/users/delete-user.command.d.ts +2 -2
- package/build/backend/commands/users/delete-user.command.d.ts.map +1 -1
- package/build/backend/commands/users/delete-user.command.js +1 -1
- package/build/backend/commands/users/get-by/get-user-by-id.command.d.ts +2 -2
- package/build/backend/commands/users/get-by/get-user-by-id.command.d.ts.map +1 -1
- package/build/backend/commands/users/get-by/get-user-by-id.command.js +1 -1
- package/build/backend/commands/users/get-by/get-user-by-short-uuid.command.d.ts +2 -2
- package/build/backend/commands/users/get-by/get-user-by-short-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/users/get-by/get-user-by-short-uuid.command.js +1 -1
- package/build/backend/commands/users/get-by/get-user-by-username.command.d.ts +2 -2
- package/build/backend/commands/users/get-by/get-user-by-username.command.d.ts.map +1 -1
- package/build/backend/commands/users/get-by/get-user-by-username.command.js +1 -1
- package/build/backend/commands/users/get-by/index.d.ts +0 -3
- package/build/backend/commands/users/get-by/index.d.ts.map +1 -1
- package/build/backend/commands/users/get-by/index.js +0 -3
- package/build/backend/commands/users/get-user-accessible-nodes.command.d.ts +2 -2
- package/build/backend/commands/users/get-user-accessible-nodes.command.d.ts.map +1 -1
- package/build/backend/commands/users/get-user-accessible-nodes.command.js +1 -1
- package/build/backend/commands/users/get-user-by-uuid.command.d.ts +2 -2
- package/build/backend/commands/users/get-user-by-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/users/get-user-by-uuid.command.js +1 -1
- package/build/backend/commands/users/get-user-subscription-request-history.command.d.ts +2 -2
- package/build/backend/commands/users/get-user-subscription-request-history.command.d.ts.map +1 -1
- package/build/backend/commands/users/get-user-subscription-request-history.command.js +1 -1
- package/build/backend/commands/users/get-users-stream.command.d.ts +34 -5
- package/build/backend/commands/users/get-users-stream.command.d.ts.map +1 -1
- package/build/backend/commands/users/get-users-stream.command.js +18 -4
- package/build/backend/commands/users/{get-all-users.command.d.ts → get-users.command.d.ts} +3 -3
- package/build/backend/commands/users/get-users.command.d.ts.map +1 -0
- package/build/backend/commands/users/get-users.command.js +23 -0
- package/build/backend/commands/users/index.d.ts +1 -1
- package/build/backend/commands/users/index.d.ts.map +1 -1
- package/build/backend/commands/users/index.js +1 -1
- package/build/backend/commands/users/resolve-user.command.d.ts +2 -2
- package/build/backend/commands/users/resolve-user.command.d.ts.map +1 -1
- package/build/backend/commands/users/resolve-user.command.js +1 -1
- package/build/backend/commands/users/tags/{get-all-tags.command.d.ts → get-users-tags.command.d.ts} +2 -2
- package/build/backend/commands/users/tags/get-users-tags.command.d.ts.map +1 -0
- package/build/backend/commands/users/tags/get-users-tags.command.js +17 -0
- package/build/backend/commands/users/tags/index.d.ts +1 -1
- package/build/backend/commands/users/tags/index.d.ts.map +1 -1
- package/build/backend/commands/users/tags/index.js +1 -1
- package/build/backend/commands/users/update-user.command.d.ts +2 -2
- package/build/backend/commands/users/update-user.command.d.ts.map +1 -1
- package/build/backend/commands/users/update-user.command.js +1 -1
- package/build/backend/models/users.schema.js +1 -1
- package/build/frontend/api/routes.js +0 -4
- package/build/frontend/commands/api-tokens/create.command.js +4 -4
- package/build/frontend/commands/api-tokens/delete.command.js +3 -3
- package/build/frontend/commands/api-tokens/get-api-tokens.command.js +23 -0
- package/build/frontend/commands/api-tokens/index.js +1 -1
- package/build/frontend/commands/auth/login.command.js +3 -3
- package/build/frontend/commands/auth/oauth2/authorize.command.js +1 -1
- package/build/frontend/commands/auth/oauth2/callback.command.js +1 -1
- package/build/frontend/commands/auth/passkey/verify-authentication.command.js +1 -1
- package/build/frontend/commands/auth/register.command.js +2 -2
- package/build/frontend/commands/bandwidth-stats/legacy/get-legacy-stats-node-user-usage.command.js +4 -4
- package/build/frontend/commands/bandwidth-stats/legacy/get-legacy-user-usage.command.js +3 -3
- package/build/frontend/commands/bandwidth-stats/nodes/get-stats-node-users-usage.command.js +5 -5
- package/build/frontend/commands/bandwidth-stats/nodes/get-stats-nodes-usage.command.js +7 -3
- package/build/frontend/commands/bandwidth-stats/nodes/get-stats-nodes-users-usage.command.js +5 -5
- package/build/frontend/commands/bandwidth-stats/users/get-stats-user-usage.command.js +4 -4
- package/build/frontend/commands/config-profiles/actions/reorder.command.js +1 -1
- package/build/frontend/commands/config-profiles/create-config-profile.command.js +1 -1
- package/build/frontend/commands/config-profiles/delete-config-profile.command.js +2 -2
- package/build/frontend/commands/config-profiles/get-computed-config-profile-by-uuid.command.js +1 -1
- package/build/frontend/commands/config-profiles/get-config-profile-by-uuid.command.js +1 -1
- package/build/frontend/commands/config-profiles/get-inbounds-by-profile-uuid.command.js +2 -2
- package/build/frontend/commands/config-profiles/update-config-profile.command.js +1 -1
- package/build/frontend/commands/external-squads/actions/reorder.command.js +1 -1
- package/build/frontend/commands/external-squads/bulk-actions/add-users-to-external-squad.command.js +2 -2
- package/build/frontend/commands/external-squads/bulk-actions/delete-users-from-external-squad.command.js +2 -2
- package/build/frontend/commands/external-squads/create-external-squad.command.js +1 -1
- package/build/frontend/commands/external-squads/delete-external-squad.command.js +2 -2
- package/build/frontend/commands/external-squads/get-external-squad-by-uuid.command.js +2 -2
- package/build/frontend/commands/external-squads/update-external-squad.command.js +6 -4
- package/build/frontend/commands/hosts/bulk/delete-many-hosts.command.js +1 -1
- package/build/frontend/commands/hosts/bulk/disable-many-hosts.command.js +1 -1
- package/build/frontend/commands/hosts/bulk/enable-many-hosts.command.js +1 -1
- package/build/frontend/commands/hosts/bulk/update-many-hosts.command.js +1 -1
- package/build/frontend/commands/hosts/create.command.js +1 -1
- package/build/frontend/commands/hosts/delete.command.js +1 -1
- package/build/frontend/commands/hosts/get-host.command.js +19 -0
- package/build/frontend/commands/hosts/get-hosts.command.js +19 -0
- package/build/frontend/commands/hosts/index.js +2 -2
- package/build/frontend/commands/hosts/reorder.command.js +9 -9
- package/build/frontend/commands/hosts/tags/get-hosts-tags.command.js +17 -0
- package/build/frontend/commands/hosts/tags/index.js +1 -1
- package/build/frontend/commands/hosts/update.command.js +1 -1
- package/build/frontend/commands/hwid/create-user-hwid-device.command.js +1 -1
- package/build/frontend/commands/hwid/delete-all-user-hwid-devices.command.js +1 -1
- package/build/frontend/commands/hwid/delete-user-hwid-device.command.js +1 -1
- package/build/frontend/commands/hwid/get-hwid-devices.command.js +20 -0
- package/build/frontend/commands/hwid/get-user-hwid-devices.command.js +1 -1
- package/build/frontend/commands/hwid/index.js +1 -1
- package/build/frontend/commands/infra-billing/create-bill-record.command.js +9 -9
- package/build/frontend/commands/infra-billing/create-billing-node.command.js +1 -1
- package/build/frontend/commands/infra-billing/create-infra-provider.command.js +1 -1
- package/build/frontend/commands/infra-billing/delete-bill-record.command.js +22 -0
- package/build/frontend/commands/infra-billing/delete-billing-node.command.js +29 -0
- package/build/frontend/commands/infra-billing/delete-infra-provider.command.js +20 -0
- package/build/frontend/commands/infra-billing/get-bill-records.command.js +9 -9
- package/build/frontend/commands/infra-billing/get-infra-provider.command.js +19 -0
- package/build/frontend/commands/infra-billing/index.js +4 -4
- package/build/frontend/commands/infra-billing/update-billing-node.command.js +1 -1
- package/build/frontend/commands/infra-billing/update-infra-provider.command.js +1 -1
- package/build/frontend/commands/internal-squads/actions/reorder.command.js +1 -1
- package/build/frontend/commands/internal-squads/bulk-actions/add-users-to-internal-squad.command.js +1 -1
- package/build/frontend/commands/internal-squads/bulk-actions/delete-users-from-internal-squad.command.js +1 -1
- package/build/frontend/commands/internal-squads/create-internal-squad.command.js +1 -1
- package/build/frontend/commands/internal-squads/delete-internal-squad.command.js +1 -1
- package/build/frontend/commands/internal-squads/get-internal-squad-accessible-nodes.command.js +1 -1
- package/build/frontend/commands/internal-squads/get-internal-squad.command.js +19 -0
- package/build/frontend/commands/internal-squads/index.js +1 -1
- package/build/frontend/commands/internal-squads/update-internal-squad.command.js +1 -1
- package/build/frontend/commands/ip-control/drop-connections.command.js +1 -1
- package/build/frontend/commands/ip-control/fetch-ips-result.command.js +1 -1
- package/build/frontend/commands/ip-control/fetch-ips.command.js +2 -2
- package/build/frontend/commands/ip-control/fetch-users-ips-result.command.js +1 -1
- package/build/frontend/commands/ip-control/fetch-users-ips.command.js +2 -2
- package/build/frontend/commands/keygen/get-node-secret-key.command.js +17 -0
- package/build/frontend/commands/keygen/index.js +1 -1
- package/build/frontend/commands/node-plugins/actions/clone-node-plugin.command.js +1 -1
- package/build/frontend/commands/node-plugins/actions/reorder.command.js +1 -1
- package/build/frontend/commands/node-plugins/create-node-plugin.command.js +1 -1
- package/build/frontend/commands/node-plugins/delete-node-plugin.command.js +1 -1
- package/build/frontend/commands/node-plugins/executor.command.js +1 -1
- package/build/frontend/commands/node-plugins/get-node-plugin.command.js +1 -1
- package/build/frontend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.js +1 -1
- package/build/frontend/commands/node-plugins/update-node-plugin.command.js +1 -1
- package/build/frontend/commands/nodes/actions/disable.command.js +1 -1
- package/build/frontend/commands/nodes/actions/enable.command.js +1 -1
- package/build/frontend/commands/nodes/actions/reorder.command.js +9 -9
- package/build/frontend/commands/nodes/actions/reset-traffic.command.js +1 -1
- package/build/frontend/commands/nodes/actions/restart.command.js +1 -1
- package/build/frontend/commands/nodes/bulk-actions/actions.command.js +1 -1
- package/build/frontend/commands/nodes/bulk-actions/bulk-update.command.js +1 -1
- package/build/frontend/commands/nodes/bulk-actions/profile-modification.command.js +1 -1
- package/build/frontend/commands/nodes/create.command.js +1 -1
- package/build/frontend/commands/nodes/delete.command.js +1 -1
- package/build/frontend/commands/nodes/get-node.command.js +19 -0
- package/build/frontend/commands/nodes/get-nodes.command.js +19 -0
- package/build/frontend/commands/nodes/index.js +2 -2
- package/build/frontend/commands/nodes/tags/get-nodes-tags.command.js +17 -0
- package/build/frontend/commands/nodes/tags/index.js +1 -1
- package/build/frontend/commands/nodes/update.command.js +1 -1
- package/build/{backend/commands/passkeys/delete-passkeys.command.js → frontend/commands/passkeys/delete-passkey.command.js} +1 -1
- package/build/frontend/commands/passkeys/{get-active-passkeys.command.js → get-passkeys.command.js} +8 -8
- package/build/frontend/commands/passkeys/index.js +2 -2
- package/build/frontend/commands/passkeys/update-passkey.command.js +1 -1
- package/build/frontend/commands/passkeys/verify-registration.command.js +1 -1
- package/build/frontend/commands/remnawave-settings/update-remnawave-settings.command.js +1 -1
- package/build/frontend/commands/snippets/create-snippet.command.js +1 -1
- package/build/frontend/commands/snippets/delete-snippet.command.js +1 -1
- package/build/frontend/commands/snippets/index.js +1 -1
- package/build/frontend/commands/snippets/{update-snippets.command.js → update-snippet.command.js} +1 -1
- package/build/frontend/commands/subscription/get-subscription-by-short-uuid-by-client-type.command.js +1 -1
- package/build/frontend/commands/subscription/get-subscription-by-short-uuid.command.js +1 -1
- package/build/frontend/commands/subscription/get-subscription-info-by-short-uuid.command.js +1 -1
- package/build/frontend/commands/subscription-page-configs/actions/clone-subpage-config.command.js +9 -9
- package/build/frontend/commands/subscription-page-configs/actions/reorder.command.js +9 -9
- package/build/frontend/commands/subscription-page-configs/create-subpage-config.command.js +9 -9
- package/build/frontend/commands/subscription-page-configs/delete-subpage-config.command.js +9 -9
- package/build/frontend/commands/subscription-page-configs/get-subpage-config.command.js +9 -9
- package/build/frontend/commands/subscription-page-configs/get-subpage-configs.command.js +8 -8
- package/build/frontend/commands/subscription-page-configs/update-subpage-config.command.js +9 -9
- package/build/frontend/commands/subscription-request-history/get-subscription-request-history.command.js +1 -1
- package/build/frontend/commands/subscription-settings/update-subscription-settings.command.js +1 -1
- package/build/frontend/commands/subscription-template/actions/reorder.command.js +1 -1
- package/build/frontend/commands/subscription-template/create-template.command.js +1 -1
- package/build/frontend/commands/subscription-template/delete-subscription-template.command.js +1 -1
- package/build/frontend/commands/subscription-template/get-template.command.js +1 -1
- package/build/frontend/commands/subscription-template/update-template.command.js +1 -1
- package/build/frontend/commands/subscriptions/get-by/get-connection-keys-by-uuid.command.js +2 -2
- package/build/frontend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.js +1 -1
- package/build/frontend/commands/subscriptions/get-by/get-subscription-by-short-uuid-protected.command.js +1 -1
- package/build/frontend/commands/subscriptions/get-by/get-subscription-by-username.command.js +2 -2
- package/build/frontend/commands/subscriptions/get-by/get-subscription-by-uuid.command.js +2 -2
- package/build/frontend/commands/subscriptions/{get-all-subscriptions.command.js → get-subscriptions.command.js} +9 -9
- package/build/frontend/commands/subscriptions/index.js +1 -1
- package/build/frontend/commands/subscriptions/subpage/get-subpage-config-by-shortuuid.command.js +1 -1
- package/build/frontend/commands/system/testers/test-srr-matcher.command.js +1 -1
- package/build/frontend/commands/users/actions/disable-user.command.js +1 -1
- package/build/frontend/commands/users/actions/enable-user.command.js +1 -1
- package/build/frontend/commands/users/actions/reset-user-traffic.command.js +1 -1
- package/build/frontend/commands/users/actions/revoke-user-subscription.command.js +1 -1
- package/build/frontend/commands/users/bulk/bulk-delete-users-by-status.command.js +1 -1
- package/build/frontend/commands/users/bulk/bulk-delete-users.command.js +1 -1
- package/build/frontend/commands/users/bulk/bulk-extend-expiration-date.command.js +1 -1
- package/build/frontend/commands/users/bulk/bulk-reset-traffic-users.command.js +1 -1
- package/build/frontend/commands/users/bulk/bulk-revoke-users-subscription.command.js +1 -1
- package/build/frontend/commands/users/bulk/bulk-update-users-squads.command.js +1 -1
- package/build/frontend/commands/users/bulk/bulk-update-users.command.js +1 -1
- package/build/frontend/commands/users/bulk-all/bulk-all-extend-expiration-date.command.js +1 -1
- package/build/frontend/commands/users/bulk-all/bulk-all-update-users.command.js +1 -1
- package/build/frontend/commands/users/create-user.command.js +1 -1
- package/build/frontend/commands/users/delete-user.command.js +1 -1
- package/build/frontend/commands/users/get-by/get-user-by-id.command.js +1 -1
- package/build/frontend/commands/users/get-by/get-user-by-short-uuid.command.js +1 -1
- package/build/frontend/commands/users/get-by/get-user-by-username.command.js +1 -1
- package/build/frontend/commands/users/get-by/index.js +0 -3
- package/build/frontend/commands/users/get-user-accessible-nodes.command.js +1 -1
- package/build/frontend/commands/users/get-user-by-uuid.command.js +1 -1
- package/build/frontend/commands/users/get-user-subscription-request-history.command.js +1 -1
- package/build/frontend/commands/users/get-users-stream.command.js +18 -4
- package/build/frontend/commands/users/get-users.command.js +23 -0
- package/build/frontend/commands/users/index.js +1 -1
- package/build/frontend/commands/users/resolve-user.command.js +1 -1
- package/build/frontend/commands/users/tags/get-users-tags.command.js +17 -0
- package/build/frontend/commands/users/tags/index.js +1 -1
- package/build/frontend/commands/users/update-user.command.js +1 -1
- package/build/frontend/models/users.schema.js +1 -1
- package/package.json +1 -1
- package/build/backend/commands/api-tokens/find.command.d.ts.map +0 -1
- package/build/backend/commands/api-tokens/find.command.js +0 -23
- package/build/backend/commands/hosts/get-all.command.d.ts.map +0 -1
- package/build/backend/commands/hosts/get-all.command.js +0 -19
- package/build/backend/commands/hosts/get-one.command.d.ts.map +0 -1
- package/build/backend/commands/hosts/get-one.command.js +0 -19
- package/build/backend/commands/hosts/tags/get-all-host-tags.command.d.ts.map +0 -1
- package/build/backend/commands/hosts/tags/get-all-host-tags.command.js +0 -17
- package/build/backend/commands/hwid/get-all-hwid-devices.command.d.ts.map +0 -1
- package/build/backend/commands/hwid/get-all-hwid-devices.command.js +0 -20
- package/build/backend/commands/infra-billing/delete-bill-record-by-uuid.command.d.ts.map +0 -1
- package/build/backend/commands/infra-billing/delete-bill-record-by-uuid.command.js +0 -22
- package/build/backend/commands/infra-billing/delete-billing-node-by-uuid.command.js +0 -29
- package/build/backend/commands/infra-billing/delete-infra-provider-by-uuid.command.d.ts.map +0 -1
- package/build/backend/commands/infra-billing/delete-infra-provider-by-uuid.command.js +0 -20
- package/build/backend/commands/infra-billing/get-infra-provider-by-uuid.command.d.ts.map +0 -1
- package/build/backend/commands/infra-billing/get-infra-provider-by-uuid.command.js +0 -19
- package/build/backend/commands/internal-squads/get-internal-squad-by-uuid.d.ts.map +0 -1
- package/build/backend/commands/internal-squads/get-internal-squad-by-uuid.js +0 -19
- package/build/backend/commands/keygen/get-pubkey.command.d.ts.map +0 -1
- package/build/backend/commands/keygen/get-pubkey.command.js +0 -17
- package/build/backend/commands/nodes/get-all.command.js +0 -19
- package/build/backend/commands/nodes/get-one.command.d.ts.map +0 -1
- package/build/backend/commands/nodes/get-one.command.js +0 -19
- package/build/backend/commands/nodes/tags/get-all-nodes-tags.command.d.ts.map +0 -1
- package/build/backend/commands/nodes/tags/get-all-nodes-tags.command.js +0 -17
- package/build/backend/commands/passkeys/delete-passkeys.command.d.ts.map +0 -1
- package/build/backend/commands/passkeys/get-active-passkeys.command.d.ts.map +0 -1
- package/build/backend/commands/snippets/update-snippets.command.d.ts.map +0 -1
- package/build/backend/commands/subscriptions/get-all-subscriptions.command.d.ts.map +0 -1
- package/build/backend/commands/users/get-all-users.command.d.ts.map +0 -1
- package/build/backend/commands/users/get-all-users.command.js +0 -23
- package/build/backend/commands/users/get-by/get-user-by-email.command.d.ts +0 -228
- package/build/backend/commands/users/get-by/get-user-by-email.command.d.ts.map +0 -1
- package/build/backend/commands/users/get-by/get-user-by-email.command.js +0 -19
- package/build/backend/commands/users/get-by/get-user-by-tag.command.d.ts +0 -228
- package/build/backend/commands/users/get-by/get-user-by-tag.command.d.ts.map +0 -1
- package/build/backend/commands/users/get-by/get-user-by-tag.command.js +0 -22
- package/build/backend/commands/users/get-by/get-user-by-telegram-id.command.d.ts +0 -228
- package/build/backend/commands/users/get-by/get-user-by-telegram-id.command.d.ts.map +0 -1
- package/build/backend/commands/users/get-by/get-user-by-telegram-id.command.js +0 -19
- package/build/backend/commands/users/tags/get-all-tags.command.d.ts.map +0 -1
- package/build/backend/commands/users/tags/get-all-tags.command.js +0 -17
- package/build/frontend/commands/api-tokens/find.command.js +0 -23
- package/build/frontend/commands/hosts/get-all.command.js +0 -19
- package/build/frontend/commands/hosts/get-one.command.js +0 -19
- package/build/frontend/commands/hosts/tags/get-all-host-tags.command.js +0 -17
- package/build/frontend/commands/hwid/get-all-hwid-devices.command.js +0 -20
- package/build/frontend/commands/infra-billing/delete-bill-record-by-uuid.command.js +0 -22
- package/build/frontend/commands/infra-billing/delete-billing-node-by-uuid.command.js +0 -29
- package/build/frontend/commands/infra-billing/delete-infra-provider-by-uuid.command.js +0 -20
- package/build/frontend/commands/infra-billing/get-infra-provider-by-uuid.command.js +0 -19
- package/build/frontend/commands/internal-squads/get-internal-squad-by-uuid.js +0 -19
- package/build/frontend/commands/keygen/get-pubkey.command.js +0 -17
- package/build/frontend/commands/nodes/get-all.command.js +0 -19
- package/build/frontend/commands/nodes/get-one.command.js +0 -19
- package/build/frontend/commands/nodes/tags/get-all-nodes-tags.command.js +0 -17
- package/build/frontend/commands/users/get-all-users.command.js +0 -23
- package/build/frontend/commands/users/get-by/get-user-by-email.command.js +0 -19
- package/build/frontend/commands/users/get-by/get-user-by-tag.command.js +0 -22
- package/build/frontend/commands/users/get-by/get-user-by-telegram-id.command.js +0 -19
- package/build/frontend/commands/users/tags/get-all-tags.command.js +0 -17
|
@@ -9,7 +9,7 @@ var BulkRevokeUsersSubscriptionCommand;
|
|
|
9
9
|
BulkRevokeUsersSubscriptionCommand.url = api_1.REST_API.USERS.BULK.REVOKE_SUBSCRIPTION;
|
|
10
10
|
BulkRevokeUsersSubscriptionCommand.TSQ_url = BulkRevokeUsersSubscriptionCommand.url;
|
|
11
11
|
BulkRevokeUsersSubscriptionCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.USERS_ROUTES.BULK.REVOKE_SUBSCRIPTION, 'post', 'Revoke users subscription by User UUIDs', { scope: 'bulk-revoke-subscription', kind: 'write' });
|
|
12
|
-
BulkRevokeUsersSubscriptionCommand.
|
|
12
|
+
BulkRevokeUsersSubscriptionCommand.RequestBodySchema = zod_1.z.object({
|
|
13
13
|
uuids: zod_1.z
|
|
14
14
|
.array(zod_1.z.string().uuid())
|
|
15
15
|
.min(1, 'Must be at least 1 user UUID')
|
|
@@ -9,7 +9,7 @@ var BulkUpdateUsersSquadsCommand;
|
|
|
9
9
|
BulkUpdateUsersSquadsCommand.url = api_1.REST_API.USERS.BULK.UPDATE_SQUADS;
|
|
10
10
|
BulkUpdateUsersSquadsCommand.TSQ_url = BulkUpdateUsersSquadsCommand.url;
|
|
11
11
|
BulkUpdateUsersSquadsCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.USERS_ROUTES.BULK.UPDATE_SQUADS, 'post', 'Bulk update users internal squads by UUIDs', { scope: 'bulk-update-squads', kind: 'write' });
|
|
12
|
-
BulkUpdateUsersSquadsCommand.
|
|
12
|
+
BulkUpdateUsersSquadsCommand.RequestBodySchema = zod_1.z.object({
|
|
13
13
|
uuids: zod_1.z
|
|
14
14
|
.array(zod_1.z.string().uuid())
|
|
15
15
|
.min(1, 'Must be at least 1 user UUID')
|
|
@@ -11,7 +11,7 @@ var BulkUpdateUsersCommand;
|
|
|
11
11
|
BulkUpdateUsersCommand.url = api_1.REST_API.USERS.BULK.UPDATE;
|
|
12
12
|
BulkUpdateUsersCommand.TSQ_url = BulkUpdateUsersCommand.url;
|
|
13
13
|
BulkUpdateUsersCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.USERS_ROUTES.BULK.UPDATE, 'post', 'Bulk update users by UUIDs', { scope: 'bulk-update-users', kind: 'write' });
|
|
14
|
-
BulkUpdateUsersCommand.
|
|
14
|
+
BulkUpdateUsersCommand.RequestBodySchema = zod_1.z.object({
|
|
15
15
|
uuids: zod_1.z
|
|
16
16
|
.array(zod_1.z.string().uuid())
|
|
17
17
|
.min(1, 'Must be at least 1 user UUID')
|
|
@@ -9,7 +9,7 @@ var BulkAllExtendExpirationDateCommand;
|
|
|
9
9
|
BulkAllExtendExpirationDateCommand.url = api_1.REST_API.USERS.BULK.ALL.EXTEND_EXPIRATION_DATE;
|
|
10
10
|
BulkAllExtendExpirationDateCommand.TSQ_url = BulkAllExtendExpirationDateCommand.url;
|
|
11
11
|
BulkAllExtendExpirationDateCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.USERS_ROUTES.BULK.ALL.EXTEND_EXPIRATION_DATE, 'post', 'Extend expiration date for all users by days', { scope: 'bulk-all-extend-expiration-date', kind: 'write' });
|
|
12
|
-
BulkAllExtendExpirationDateCommand.
|
|
12
|
+
BulkAllExtendExpirationDateCommand.RequestBodySchema = zod_1.z.object({
|
|
13
13
|
extendDays: zod_1.z.number().int().min(1, 'Extend days must be greater than 0'),
|
|
14
14
|
});
|
|
15
15
|
BulkAllExtendExpirationDateCommand.ResponseSchema = zod_1.z.object({
|
|
@@ -11,7 +11,7 @@ var BulkAllUpdateUsersCommand;
|
|
|
11
11
|
BulkAllUpdateUsersCommand.url = api_1.REST_API.USERS.BULK.ALL.UPDATE;
|
|
12
12
|
BulkAllUpdateUsersCommand.TSQ_url = BulkAllUpdateUsersCommand.url;
|
|
13
13
|
BulkAllUpdateUsersCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.USERS_ROUTES.BULK.ALL.UPDATE, 'post', 'Bulk update all users', { scope: 'bulk-all-update-users', kind: 'write' });
|
|
14
|
-
BulkAllUpdateUsersCommand.
|
|
14
|
+
BulkAllUpdateUsersCommand.RequestBodySchema = zod_1.z.object({
|
|
15
15
|
status: models_1.UsersSchema.shape.status.optional(),
|
|
16
16
|
trafficLimitBytes: zod_1.z.optional(zod_1.z
|
|
17
17
|
.number({
|
|
@@ -10,7 +10,7 @@ var CreateUserCommand;
|
|
|
10
10
|
CreateUserCommand.url = api_1.REST_API.USERS.CREATE;
|
|
11
11
|
CreateUserCommand.TSQ_url = CreateUserCommand.url;
|
|
12
12
|
CreateUserCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.USERS_ROUTES.CREATE, 'post', 'Create a new user', { scope: 'create', kind: 'write' });
|
|
13
|
-
CreateUserCommand.
|
|
13
|
+
CreateUserCommand.RequestBodySchema = zod_1.z.object({
|
|
14
14
|
username: zod_1.z
|
|
15
15
|
.string({
|
|
16
16
|
required_error: 'Username is required',
|
|
@@ -9,7 +9,7 @@ var DeleteUserCommand;
|
|
|
9
9
|
DeleteUserCommand.url = api_1.REST_API.USERS.DELETE;
|
|
10
10
|
DeleteUserCommand.TSQ_url = DeleteUserCommand.url(':uuid');
|
|
11
11
|
DeleteUserCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.USERS_ROUTES.DELETE(':uuid'), 'delete', 'Delete user', { scope: 'delete', kind: 'write' });
|
|
12
|
-
DeleteUserCommand.
|
|
12
|
+
DeleteUserCommand.RequestParamSchema = zod_1.z.object({
|
|
13
13
|
uuid: zod_1.z.string().uuid(),
|
|
14
14
|
});
|
|
15
15
|
DeleteUserCommand.ResponseSchema = zod_1.z.object({
|
|
@@ -10,7 +10,7 @@ var GetUserByIdCommand;
|
|
|
10
10
|
GetUserByIdCommand.url = api_1.REST_API.USERS.GET_BY.ID;
|
|
11
11
|
GetUserByIdCommand.TSQ_url = GetUserByIdCommand.url(':id');
|
|
12
12
|
GetUserByIdCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.USERS_ROUTES.GET_BY.ID(':id'), 'get', 'Get user by ID', { scope: 'by-id', kind: 'read' });
|
|
13
|
-
GetUserByIdCommand.
|
|
13
|
+
GetUserByIdCommand.RequestParamSchema = zod_1.z.object({
|
|
14
14
|
id: zod_1.z.coerce.bigint(),
|
|
15
15
|
});
|
|
16
16
|
GetUserByIdCommand.ResponseSchema = zod_1.z.object({
|
|
@@ -10,7 +10,7 @@ var GetUserByShortUuidCommand;
|
|
|
10
10
|
GetUserByShortUuidCommand.url = api_1.REST_API.USERS.GET_BY.SHORT_UUID;
|
|
11
11
|
GetUserByShortUuidCommand.TSQ_url = GetUserByShortUuidCommand.url(':shortUuid');
|
|
12
12
|
GetUserByShortUuidCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.USERS_ROUTES.GET_BY.SHORT_UUID(':shortUuid'), 'get', 'Get user by Short UUID', { scope: 'by-short-uuid', kind: 'read' });
|
|
13
|
-
GetUserByShortUuidCommand.
|
|
13
|
+
GetUserByShortUuidCommand.RequestParamSchema = zod_1.z.object({
|
|
14
14
|
shortUuid: zod_1.z.string(),
|
|
15
15
|
});
|
|
16
16
|
GetUserByShortUuidCommand.ResponseSchema = zod_1.z.object({
|
|
@@ -10,7 +10,7 @@ var GetUserByUsernameCommand;
|
|
|
10
10
|
GetUserByUsernameCommand.url = api_1.REST_API.USERS.GET_BY.USERNAME;
|
|
11
11
|
GetUserByUsernameCommand.TSQ_url = GetUserByUsernameCommand.url(':username');
|
|
12
12
|
GetUserByUsernameCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.USERS_ROUTES.GET_BY.USERNAME(':username'), 'get', 'Get user by username', { scope: 'by-username', kind: 'read' });
|
|
13
|
-
GetUserByUsernameCommand.
|
|
13
|
+
GetUserByUsernameCommand.RequestParamSchema = zod_1.z.object({
|
|
14
14
|
username: zod_1.z.string(),
|
|
15
15
|
});
|
|
16
16
|
GetUserByUsernameCommand.ResponseSchema = zod_1.z.object({
|
|
@@ -14,9 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./get-user-by-email.command"), exports);
|
|
18
17
|
__exportStar(require("./get-user-by-id.command"), exports);
|
|
19
18
|
__exportStar(require("./get-user-by-short-uuid.command"), exports);
|
|
20
|
-
__exportStar(require("./get-user-by-tag.command"), exports);
|
|
21
|
-
__exportStar(require("./get-user-by-telegram-id.command"), exports);
|
|
22
19
|
__exportStar(require("./get-user-by-username.command"), exports);
|
|
@@ -9,7 +9,7 @@ var GetUserAccessibleNodesCommand;
|
|
|
9
9
|
GetUserAccessibleNodesCommand.url = api_1.REST_API.USERS.ACCESSIBLE_NODES;
|
|
10
10
|
GetUserAccessibleNodesCommand.TSQ_url = GetUserAccessibleNodesCommand.url(':uuid');
|
|
11
11
|
GetUserAccessibleNodesCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.USERS_ROUTES.ACCESSIBLE_NODES(':uuid'), 'get', 'Get user accessible nodes', { scope: 'accessible-nodes', kind: 'read' });
|
|
12
|
-
GetUserAccessibleNodesCommand.
|
|
12
|
+
GetUserAccessibleNodesCommand.RequestParamSchema = zod_1.z.object({
|
|
13
13
|
uuid: zod_1.z.string().uuid(),
|
|
14
14
|
});
|
|
15
15
|
GetUserAccessibleNodesCommand.ResponseSchema = zod_1.z.object({
|
|
@@ -10,7 +10,7 @@ var GetUserByUuidCommand;
|
|
|
10
10
|
GetUserByUuidCommand.url = api_1.REST_API.USERS.GET_BY_UUID;
|
|
11
11
|
GetUserByUuidCommand.TSQ_url = GetUserByUuidCommand.url(':uuid');
|
|
12
12
|
GetUserByUuidCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.USERS_ROUTES.GET_BY_UUID(':uuid'), 'get', 'Get user by UUID', { scope: 'by-uuid', kind: 'read' });
|
|
13
|
-
GetUserByUuidCommand.
|
|
13
|
+
GetUserByUuidCommand.RequestParamSchema = zod_1.z.object({
|
|
14
14
|
uuid: zod_1.z.string().uuid(),
|
|
15
15
|
});
|
|
16
16
|
GetUserByUuidCommand.ResponseSchema = zod_1.z.object({
|
|
@@ -9,7 +9,7 @@ var GetUserSubscriptionRequestHistoryCommand;
|
|
|
9
9
|
GetUserSubscriptionRequestHistoryCommand.url = api_1.REST_API.USERS.SUBSCRIPTION_REQUEST_HISTORY;
|
|
10
10
|
GetUserSubscriptionRequestHistoryCommand.TSQ_url = GetUserSubscriptionRequestHistoryCommand.url(':uuid');
|
|
11
11
|
GetUserSubscriptionRequestHistoryCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.USERS_ROUTES.SUBSCRIPTION_REQUEST_HISTORY(':uuid'), 'get', 'Get user subscription request history, recent 24 records', { scope: 'subscription-request-history', kind: 'read' });
|
|
12
|
-
GetUserSubscriptionRequestHistoryCommand.
|
|
12
|
+
GetUserSubscriptionRequestHistoryCommand.RequestParamSchema = zod_1.z.object({
|
|
13
13
|
uuid: zod_1.z.string().uuid(),
|
|
14
14
|
});
|
|
15
15
|
GetUserSubscriptionRequestHistoryCommand.ResponseSchema = zod_1.z.object({
|
|
@@ -9,11 +9,10 @@ var GetUsersStreamCommand;
|
|
|
9
9
|
(function (GetUsersStreamCommand) {
|
|
10
10
|
GetUsersStreamCommand.url = api_1.REST_API.USERS.STREAM;
|
|
11
11
|
GetUsersStreamCommand.TSQ_url = GetUsersStreamCommand.url;
|
|
12
|
-
GetUsersStreamCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.USERS_ROUTES.STREAM, 'get', 'Get all users using cursor-based (keyset) pagination', { scope: 'stream', kind: 'read' });
|
|
12
|
+
GetUsersStreamCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.USERS_ROUTES.STREAM, 'get', 'Get all users using cursor-based (keyset) pagination with filtering options', { scope: 'stream', kind: 'read' });
|
|
13
13
|
GetUsersStreamCommand.RequestQuerySchema = zod_1.z.object({
|
|
14
|
-
cursor: zod_1.z
|
|
15
|
-
.
|
|
16
|
-
.regex(/^\d+$/, 'Cursor must be a positive integer string')
|
|
14
|
+
cursor: zod_1.z.coerce
|
|
15
|
+
.number()
|
|
17
16
|
.optional()
|
|
18
17
|
.describe('Cursor for pagination — pass the nextCursor from the previous response. Omit on the first request.'),
|
|
19
18
|
size: zod_1.z.coerce
|
|
@@ -22,7 +21,22 @@ var GetUsersStreamCommand;
|
|
|
22
21
|
.min(1, 'Size (limit) must be greater than 0')
|
|
23
22
|
.max(1000, 'Size (limit) must be less than 1000')
|
|
24
23
|
.describe('Number of results to return, no more than 1000')
|
|
24
|
+
.optional()
|
|
25
25
|
.default(250),
|
|
26
|
+
// Filtering
|
|
27
|
+
status: zod_1.z.nativeEnum(constants_1.USERS_STATUS).optional().describe('Status to filter users by'),
|
|
28
|
+
trafficLimitStrategy: zod_1.z
|
|
29
|
+
.nativeEnum(constants_1.RESET_PERIODS)
|
|
30
|
+
.optional()
|
|
31
|
+
.describe('Traffic limit strategy to filter users by'),
|
|
32
|
+
telegramId: zod_1.z.coerce.bigint().optional().describe('Telegram ID to filter users by'),
|
|
33
|
+
email: zod_1.z.string().email().optional().describe('Email to filter users by'),
|
|
34
|
+
tag: zod_1.z.string().optional().describe('Tag to filter users by'),
|
|
35
|
+
externalSquadUuid: zod_1.z
|
|
36
|
+
.string()
|
|
37
|
+
.uuid()
|
|
38
|
+
.optional()
|
|
39
|
+
.describe('External squad UUID to filter users by'),
|
|
26
40
|
});
|
|
27
41
|
GetUsersStreamCommand.ResponseSchema = zod_1.z.object({
|
|
28
42
|
response: zod_1.z.object({
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetUsersCommand = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const api_1 = require("../../api");
|
|
6
|
+
const constants_1 = require("../../constants");
|
|
7
|
+
const models_1 = require("../../models");
|
|
8
|
+
var GetUsersCommand;
|
|
9
|
+
(function (GetUsersCommand) {
|
|
10
|
+
GetUsersCommand.url = api_1.REST_API.USERS.GET;
|
|
11
|
+
GetUsersCommand.TSQ_url = GetUsersCommand.url;
|
|
12
|
+
GetUsersCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.USERS_ROUTES.GET, 'get', 'Get all users using offset-based pagination', {
|
|
13
|
+
scope: 'list',
|
|
14
|
+
kind: 'read',
|
|
15
|
+
}, 'Please note that the filters here are primarily intended for use by the frontend and rely on expensive operators such as LIKE under the hood. Misusing these filters may negatively impact the performance of your database.');
|
|
16
|
+
GetUsersCommand.RequestQuerySchema = models_1.TanstackQueryRequestQuerySchema;
|
|
17
|
+
GetUsersCommand.ResponseSchema = zod_1.z.object({
|
|
18
|
+
response: zod_1.z.object({
|
|
19
|
+
users: zod_1.z.array(models_1.ExtendedUsersSchema),
|
|
20
|
+
total: zod_1.z.number(),
|
|
21
|
+
}),
|
|
22
|
+
});
|
|
23
|
+
})(GetUsersCommand || (exports.GetUsersCommand = GetUsersCommand = {}));
|
|
@@ -19,7 +19,7 @@ __exportStar(require("./bulk"), exports);
|
|
|
19
19
|
__exportStar(require("./bulk-all"), exports);
|
|
20
20
|
__exportStar(require("./create-user.command"), exports);
|
|
21
21
|
__exportStar(require("./delete-user.command"), exports);
|
|
22
|
-
__exportStar(require("./get-
|
|
22
|
+
__exportStar(require("./get-users.command"), exports);
|
|
23
23
|
__exportStar(require("./get-by"), exports);
|
|
24
24
|
__exportStar(require("./get-user-accessible-nodes.command"), exports);
|
|
25
25
|
__exportStar(require("./get-user-by-uuid.command"), exports);
|
|
@@ -9,7 +9,7 @@ var ResolveUserCommand;
|
|
|
9
9
|
ResolveUserCommand.url = api_1.REST_API.USERS.RESOLVE;
|
|
10
10
|
ResolveUserCommand.TSQ_url = ResolveUserCommand.url;
|
|
11
11
|
ResolveUserCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.USERS_ROUTES.RESOLVE, 'post', 'Resolve a user', { scope: 'resolve', kind: 'read' });
|
|
12
|
-
ResolveUserCommand.
|
|
12
|
+
ResolveUserCommand.RequestBodySchema = zod_1.z
|
|
13
13
|
.object({
|
|
14
14
|
uuid: zod_1.z.string().uuid().optional(),
|
|
15
15
|
id: zod_1.z.number().optional(),
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetUsersTagsCommand = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const api_1 = require("../../../api");
|
|
6
|
+
const constants_1 = require("../../../constants");
|
|
7
|
+
var GetUsersTagsCommand;
|
|
8
|
+
(function (GetUsersTagsCommand) {
|
|
9
|
+
GetUsersTagsCommand.url = api_1.REST_API.USERS.TAGS.GET;
|
|
10
|
+
GetUsersTagsCommand.TSQ_url = GetUsersTagsCommand.url;
|
|
11
|
+
GetUsersTagsCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.USERS_ROUTES.TAGS.GET, 'get', 'Get users tags', { scope: 'list-tags', kind: 'read' });
|
|
12
|
+
GetUsersTagsCommand.ResponseSchema = zod_1.z.object({
|
|
13
|
+
response: zod_1.z.object({
|
|
14
|
+
tags: zod_1.z.array(zod_1.z.string()),
|
|
15
|
+
}),
|
|
16
|
+
});
|
|
17
|
+
})(GetUsersTagsCommand || (exports.GetUsersTagsCommand = GetUsersTagsCommand = {}));
|
|
@@ -14,4 +14,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./get-
|
|
17
|
+
__exportStar(require("./get-users-tags.command"), exports);
|
|
@@ -10,7 +10,7 @@ var UpdateUserCommand;
|
|
|
10
10
|
UpdateUserCommand.url = api_1.REST_API.USERS.UPDATE;
|
|
11
11
|
UpdateUserCommand.TSQ_url = UpdateUserCommand.url;
|
|
12
12
|
UpdateUserCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.USERS_ROUTES.UPDATE, 'patch', 'Update a user by UUID or username', { scope: 'update', kind: 'write' });
|
|
13
|
-
UpdateUserCommand.
|
|
13
|
+
UpdateUserCommand.RequestBodySchema = zod_1.z
|
|
14
14
|
.object({
|
|
15
15
|
username: zod_1.z.optional(zod_1.z.string().describe('Username of the user')),
|
|
16
16
|
uuid: zod_1.z.optional(zod_1.z
|
|
@@ -19,7 +19,7 @@ exports.UsersSchema = zod_1.z.object({
|
|
|
19
19
|
.string()
|
|
20
20
|
.datetime()
|
|
21
21
|
.transform((str) => new Date(str)),
|
|
22
|
-
telegramId: zod_1.z.nullable(zod_1.z.number()
|
|
22
|
+
telegramId: zod_1.z.nullable(zod_1.z.number()),
|
|
23
23
|
email: zod_1.z.nullable(zod_1.z.string().email()),
|
|
24
24
|
description: zod_1.z.nullable(zod_1.z.string()),
|
|
25
25
|
tag: zod_1.z.nullable(zod_1.z.string()),
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"find.command.d.ts","sourceRoot":"","sources":["../../../../commands/api-tokens/find.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,uBAAuB,CAAC;IAC9B,MAAM,GAAG,gBAA0B,CAAC;IACpC,MAAM,OAAO,gBAAM,CAAC;IAEpB,MAAM,eAAe,2CAM3B,CAAC;IAEK,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MASzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FindAllApiTokensCommand = void 0;
|
|
4
|
-
const zod_1 = require("zod");
|
|
5
|
-
const api_1 = require("../../api");
|
|
6
|
-
const constants_1 = require("../../constants");
|
|
7
|
-
const api_tokens_schema_1 = require("../../models/api-tokens.schema");
|
|
8
|
-
var FindAllApiTokensCommand;
|
|
9
|
-
(function (FindAllApiTokensCommand) {
|
|
10
|
-
FindAllApiTokensCommand.url = api_1.REST_API.API_TOKENS.GET;
|
|
11
|
-
FindAllApiTokensCommand.TSQ_url = FindAllApiTokensCommand.url;
|
|
12
|
-
FindAllApiTokensCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.API_TOKENS_ROUTES.GET, 'get', 'Get all API tokens', { scope: 'list', kind: 'read' }, 'This endpoint is forbidden to use via "API-key". It can only be used with admin JWT-token.');
|
|
13
|
-
FindAllApiTokensCommand.ResponseSchema = zod_1.z.object({
|
|
14
|
-
response: zod_1.z.object({
|
|
15
|
-
tokens: zod_1.z.array(api_tokens_schema_1.ApiTokensSchema),
|
|
16
|
-
docs: zod_1.z.object({
|
|
17
|
-
enabled: zod_1.z.boolean(),
|
|
18
|
-
scalarPath: zod_1.z.string().nullable(),
|
|
19
|
-
swaggerPath: zod_1.z.string().nullable(),
|
|
20
|
-
}),
|
|
21
|
-
}),
|
|
22
|
-
});
|
|
23
|
-
})(FindAllApiTokensCommand || (exports.FindAllApiTokensCommand = FindAllApiTokensCommand = {}));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-all.command.d.ts","sourceRoot":"","sources":["../../../../commands/hosts/get-all.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,kBAAkB,CAAC;IACzB,MAAM,GAAG,eAAqB,CAAC;IAC/B,MAAM,OAAO,eAAM,CAAC;IAEpB,MAAM,eAAe,2CAG1B,CAAC;IAEI,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetAllHostsCommand = void 0;
|
|
4
|
-
const zod_1 = require("zod");
|
|
5
|
-
const api_1 = require("../../api");
|
|
6
|
-
const constants_1 = require("../../constants");
|
|
7
|
-
const models_1 = require("../../models");
|
|
8
|
-
var GetAllHostsCommand;
|
|
9
|
-
(function (GetAllHostsCommand) {
|
|
10
|
-
GetAllHostsCommand.url = api_1.REST_API.HOSTS.GET;
|
|
11
|
-
GetAllHostsCommand.TSQ_url = GetAllHostsCommand.url;
|
|
12
|
-
GetAllHostsCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.HOSTS_ROUTES.GET, 'get', 'Get all hosts', {
|
|
13
|
-
scope: 'list',
|
|
14
|
-
kind: 'read',
|
|
15
|
-
});
|
|
16
|
-
GetAllHostsCommand.ResponseSchema = zod_1.z.object({
|
|
17
|
-
response: zod_1.z.array(models_1.HostsSchema),
|
|
18
|
-
});
|
|
19
|
-
})(GetAllHostsCommand || (exports.GetAllHostsCommand = GetAllHostsCommand = {}));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-one.command.d.ts","sourceRoot":"","sources":["../../../../commands/hosts/get-one.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,0BAA6B,CAAC;IACvC,MAAM,OAAO,QAAe,CAAC;IAE7B,MAAM,eAAe,2CAK3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetOneHostCommand = void 0;
|
|
4
|
-
const zod_1 = require("zod");
|
|
5
|
-
const api_1 = require("../../api");
|
|
6
|
-
const constants_1 = require("../../constants");
|
|
7
|
-
const models_1 = require("../../models");
|
|
8
|
-
var GetOneHostCommand;
|
|
9
|
-
(function (GetOneHostCommand) {
|
|
10
|
-
GetOneHostCommand.url = api_1.REST_API.HOSTS.GET_BY_UUID;
|
|
11
|
-
GetOneHostCommand.TSQ_url = GetOneHostCommand.url(':uuid');
|
|
12
|
-
GetOneHostCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.HOSTS_ROUTES.GET_BY_UUID(':uuid'), 'get', 'Get a host by UUID', { scope: 'get', kind: 'read' });
|
|
13
|
-
GetOneHostCommand.RequestSchema = zod_1.z.object({
|
|
14
|
-
uuid: zod_1.z.string().uuid(),
|
|
15
|
-
});
|
|
16
|
-
GetOneHostCommand.ResponseSchema = zod_1.z.object({
|
|
17
|
-
response: models_1.HostsSchema,
|
|
18
|
-
});
|
|
19
|
-
})(GetOneHostCommand || (exports.GetOneHostCommand = GetOneHostCommand = {}));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-all-host-tags.command.d.ts","sourceRoot":"","sources":["../../../../../commands/hosts/tags/get-all-host-tags.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,yBAAiB,qBAAqB,CAAC;IAC5B,MAAM,GAAG,mBAA0B,CAAC;IACpC,MAAM,OAAO,mBAAM,CAAC;IAEpB,MAAM,eAAe,8CAK3B,CAAC;IAEK,MAAM,cAAc;;;;;;;;;;;;;;;;MAIzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetAllHostTagsCommand = void 0;
|
|
4
|
-
const zod_1 = require("zod");
|
|
5
|
-
const api_1 = require("../../../api");
|
|
6
|
-
const constants_1 = require("../../../constants");
|
|
7
|
-
var GetAllHostTagsCommand;
|
|
8
|
-
(function (GetAllHostTagsCommand) {
|
|
9
|
-
GetAllHostTagsCommand.url = api_1.REST_API.HOSTS.TAGS.GET;
|
|
10
|
-
GetAllHostTagsCommand.TSQ_url = GetAllHostTagsCommand.url;
|
|
11
|
-
GetAllHostTagsCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.HOSTS_ROUTES.TAGS.GET, 'get', 'Get all existing host tags', { scope: 'list-tags', kind: 'read' });
|
|
12
|
-
GetAllHostTagsCommand.ResponseSchema = zod_1.z.object({
|
|
13
|
-
response: zod_1.z.object({
|
|
14
|
-
tags: zod_1.z.array(zod_1.z.string()),
|
|
15
|
-
}),
|
|
16
|
-
});
|
|
17
|
-
})(GetAllHostTagsCommand || (exports.GetAllHostTagsCommand = GetAllHostTagsCommand = {}));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-all-hwid-devices.command.d.ts","sourceRoot":"","sources":["../../../../commands/hwid/get-all-hwid-devices.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,wBAAwB,CAAC;IAC/B,MAAM,GAAG,qBAAqC,CAAC;IAC/C,MAAM,OAAO,qBAAM,CAAC;IAEpB,MAAM,eAAe,2CAK3B,CAAC;IAEK,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAkC,CAAC;IAClE,KAAY,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;IAEvD,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAKzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetAllHwidDevicesCommand = void 0;
|
|
4
|
-
const zod_1 = require("zod");
|
|
5
|
-
const api_1 = require("../../api");
|
|
6
|
-
const constants_1 = require("../../constants");
|
|
7
|
-
const models_1 = require("../../models");
|
|
8
|
-
var GetAllHwidDevicesCommand;
|
|
9
|
-
(function (GetAllHwidDevicesCommand) {
|
|
10
|
-
GetAllHwidDevicesCommand.url = api_1.REST_API.HWID.GET_ALL_HWID_DEVICES;
|
|
11
|
-
GetAllHwidDevicesCommand.TSQ_url = GetAllHwidDevicesCommand.url;
|
|
12
|
-
GetAllHwidDevicesCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.HWID_ROUTES.GET_ALL_HWID_DEVICES, 'get', 'Get all HWID devices', { scope: 'list', kind: 'read' });
|
|
13
|
-
GetAllHwidDevicesCommand.RequestQuerySchema = models_1.TanstackQueryRequestQuerySchema;
|
|
14
|
-
GetAllHwidDevicesCommand.ResponseSchema = zod_1.z.object({
|
|
15
|
-
response: zod_1.z.object({
|
|
16
|
-
devices: zod_1.z.array(models_1.HwidUserDeviceSchema),
|
|
17
|
-
total: zod_1.z.number(),
|
|
18
|
-
}),
|
|
19
|
-
});
|
|
20
|
-
})(GetAllHwidDevicesCommand || (exports.GetAllHwidDevicesCommand = GetAllHwidDevicesCommand = {}));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"delete-bill-record-by-uuid.command.d.ts","sourceRoot":"","sources":["../../../../commands/infra-billing/delete-bill-record-by-uuid.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,sCAAsC,CAAC;IAC7C,MAAM,GAAG,0BAAgD,CAAC;IAC1D,MAAM,OAAO,QAAe,CAAC;IAE7B,MAAM,eAAe,2CAK3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAKzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteInfraBillingHistoryRecordCommand = void 0;
|
|
4
|
-
const zod_1 = require("zod");
|
|
5
|
-
const api_1 = require("../../api");
|
|
6
|
-
const constants_1 = require("../../constants");
|
|
7
|
-
const models_1 = require("../../models");
|
|
8
|
-
var DeleteInfraBillingHistoryRecordCommand;
|
|
9
|
-
(function (DeleteInfraBillingHistoryRecordCommand) {
|
|
10
|
-
DeleteInfraBillingHistoryRecordCommand.url = api_1.REST_API.INFRA_BILLING.DELETE_BILLING_HISTORY;
|
|
11
|
-
DeleteInfraBillingHistoryRecordCommand.TSQ_url = DeleteInfraBillingHistoryRecordCommand.url(':uuid');
|
|
12
|
-
DeleteInfraBillingHistoryRecordCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.INFRA_BILLING_ROUTES.DELETE_BILLING_HISTORY(':uuid'), 'delete', 'Delete infra billing history', { scope: 'delete-bill-record', kind: 'write' });
|
|
13
|
-
DeleteInfraBillingHistoryRecordCommand.RequestSchema = zod_1.z.object({
|
|
14
|
-
uuid: zod_1.z.string().uuid(),
|
|
15
|
-
});
|
|
16
|
-
DeleteInfraBillingHistoryRecordCommand.ResponseSchema = zod_1.z.object({
|
|
17
|
-
response: zod_1.z.object({
|
|
18
|
-
records: zod_1.z.array(models_1.InfraBillingHistoryRecordSchema),
|
|
19
|
-
total: zod_1.z.number(),
|
|
20
|
-
}),
|
|
21
|
-
});
|
|
22
|
-
})(DeleteInfraBillingHistoryRecordCommand || (exports.DeleteInfraBillingHistoryRecordCommand = DeleteInfraBillingHistoryRecordCommand = {}));
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteInfraBillingNodeByUuidCommand = void 0;
|
|
4
|
-
const zod_1 = require("zod");
|
|
5
|
-
const api_1 = require("../../api");
|
|
6
|
-
const constants_1 = require("../../constants");
|
|
7
|
-
const models_1 = require("../../models");
|
|
8
|
-
var DeleteInfraBillingNodeByUuidCommand;
|
|
9
|
-
(function (DeleteInfraBillingNodeByUuidCommand) {
|
|
10
|
-
DeleteInfraBillingNodeByUuidCommand.url = api_1.REST_API.INFRA_BILLING.DELETE_BILLING_NODE;
|
|
11
|
-
DeleteInfraBillingNodeByUuidCommand.TSQ_url = DeleteInfraBillingNodeByUuidCommand.url(':uuid');
|
|
12
|
-
DeleteInfraBillingNodeByUuidCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.INFRA_BILLING_ROUTES.DELETE_BILLING_NODE(':uuid'), 'delete', 'Delete infra billing node', { scope: 'delete-billing-node', kind: 'write' });
|
|
13
|
-
DeleteInfraBillingNodeByUuidCommand.RequestSchema = zod_1.z.object({
|
|
14
|
-
uuid: zod_1.z.string().uuid(),
|
|
15
|
-
});
|
|
16
|
-
DeleteInfraBillingNodeByUuidCommand.ResponseSchema = zod_1.z.object({
|
|
17
|
-
response: zod_1.z.object({
|
|
18
|
-
totalBillingNodes: zod_1.z.number(),
|
|
19
|
-
billingNodes: zod_1.z.array(models_1.InfraBillingNodeSchema),
|
|
20
|
-
availableBillingNodes: zod_1.z.array(models_1.InfraBillingAvailableNodeSchema),
|
|
21
|
-
totalAvailableBillingNodes: zod_1.z.number(),
|
|
22
|
-
stats: zod_1.z.object({
|
|
23
|
-
upcomingNodesCount: zod_1.z.number(),
|
|
24
|
-
currentMonthPayments: zod_1.z.number(),
|
|
25
|
-
totalSpent: zod_1.z.number(),
|
|
26
|
-
}),
|
|
27
|
-
}),
|
|
28
|
-
});
|
|
29
|
-
})(DeleteInfraBillingNodeByUuidCommand || (exports.DeleteInfraBillingNodeByUuidCommand = DeleteInfraBillingNodeByUuidCommand = {}));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"delete-infra-provider-by-uuid.command.d.ts","sourceRoot":"","sources":["../../../../commands/infra-billing/delete-infra-provider-by-uuid.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,yBAAiB,gCAAgC,CAAC;IACvC,MAAM,GAAG,0BAAyC,CAAC;IACnD,MAAM,OAAO,QAAe,CAAC;IAE7B,MAAM,eAAe,2CAK3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;MAIzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteInfraProviderByUuidCommand = void 0;
|
|
4
|
-
const zod_1 = require("zod");
|
|
5
|
-
const api_1 = require("../../api");
|
|
6
|
-
const constants_1 = require("../../constants");
|
|
7
|
-
var DeleteInfraProviderByUuidCommand;
|
|
8
|
-
(function (DeleteInfraProviderByUuidCommand) {
|
|
9
|
-
DeleteInfraProviderByUuidCommand.url = api_1.REST_API.INFRA_BILLING.DELETE_PROVIDER;
|
|
10
|
-
DeleteInfraProviderByUuidCommand.TSQ_url = DeleteInfraProviderByUuidCommand.url(':uuid');
|
|
11
|
-
DeleteInfraProviderByUuidCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.INFRA_BILLING_ROUTES.DELETE_PROVIDER(':uuid'), 'delete', 'Delete infra provider by uuid', { scope: 'delete-provider', kind: 'write' });
|
|
12
|
-
DeleteInfraProviderByUuidCommand.RequestSchema = zod_1.z.object({
|
|
13
|
-
uuid: zod_1.z.string().uuid(),
|
|
14
|
-
});
|
|
15
|
-
DeleteInfraProviderByUuidCommand.ResponseSchema = zod_1.z.object({
|
|
16
|
-
response: zod_1.z.object({
|
|
17
|
-
isDeleted: zod_1.z.boolean(),
|
|
18
|
-
}),
|
|
19
|
-
});
|
|
20
|
-
})(DeleteInfraProviderByUuidCommand || (exports.DeleteInfraProviderByUuidCommand = DeleteInfraProviderByUuidCommand = {}));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-infra-provider-by-uuid.command.d.ts","sourceRoot":"","sources":["../../../../commands/infra-billing/get-infra-provider-by-uuid.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,6BAA6B,CAAC;IACpC,MAAM,GAAG,0BAA8C,CAAC;IACxD,MAAM,OAAO,QAAe,CAAC;IAE7B,MAAM,eAAe,2CAK3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetInfraProviderByUuidCommand = void 0;
|
|
4
|
-
const zod_1 = require("zod");
|
|
5
|
-
const api_1 = require("../../api");
|
|
6
|
-
const constants_1 = require("../../constants");
|
|
7
|
-
const models_1 = require("../../models");
|
|
8
|
-
var GetInfraProviderByUuidCommand;
|
|
9
|
-
(function (GetInfraProviderByUuidCommand) {
|
|
10
|
-
GetInfraProviderByUuidCommand.url = api_1.REST_API.INFRA_BILLING.GET_PROVIDER_BY_UUID;
|
|
11
|
-
GetInfraProviderByUuidCommand.TSQ_url = GetInfraProviderByUuidCommand.url(':uuid');
|
|
12
|
-
GetInfraProviderByUuidCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.INFRA_BILLING_ROUTES.GET_PROVIDER_BY_UUID(':uuid'), 'get', 'Get infra provider by uuid', { scope: 'get-provider', kind: 'read' });
|
|
13
|
-
GetInfraProviderByUuidCommand.RequestSchema = zod_1.z.object({
|
|
14
|
-
uuid: zod_1.z.string().uuid(),
|
|
15
|
-
});
|
|
16
|
-
GetInfraProviderByUuidCommand.ResponseSchema = zod_1.z.object({
|
|
17
|
-
response: models_1.InfraProviderSchema,
|
|
18
|
-
});
|
|
19
|
-
})(GetInfraProviderByUuidCommand || (exports.GetInfraProviderByUuidCommand = GetInfraProviderByUuidCommand = {}));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-internal-squad-by-uuid.d.ts","sourceRoot":"","sources":["../../../../commands/internal-squads/get-internal-squad-by-uuid.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,6BAA6B,CAAC;IACpC,MAAM,GAAG,0BAAuC,CAAC;IACjD,MAAM,OAAO,QAAe,CAAC;IAE7B,MAAM,eAAe,2CAK3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetInternalSquadByUuidCommand = void 0;
|
|
4
|
-
const zod_1 = require("zod");
|
|
5
|
-
const api_1 = require("../../api");
|
|
6
|
-
const constants_1 = require("../../constants");
|
|
7
|
-
const models_1 = require("../../models");
|
|
8
|
-
var GetInternalSquadByUuidCommand;
|
|
9
|
-
(function (GetInternalSquadByUuidCommand) {
|
|
10
|
-
GetInternalSquadByUuidCommand.url = api_1.REST_API.INTERNAL_SQUADS.GET_BY_UUID;
|
|
11
|
-
GetInternalSquadByUuidCommand.TSQ_url = GetInternalSquadByUuidCommand.url(':uuid');
|
|
12
|
-
GetInternalSquadByUuidCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.INTERNAL_SQUADS_ROUTES.GET_BY_UUID(':uuid'), 'get', 'Get internal squad by uuid', { scope: 'get', kind: 'read' });
|
|
13
|
-
GetInternalSquadByUuidCommand.RequestSchema = zod_1.z.object({
|
|
14
|
-
uuid: zod_1.z.string().uuid(),
|
|
15
|
-
});
|
|
16
|
-
GetInternalSquadByUuidCommand.ResponseSchema = zod_1.z.object({
|
|
17
|
-
response: models_1.InternalSquadSchema,
|
|
18
|
-
});
|
|
19
|
-
})(GetInternalSquadByUuidCommand || (exports.GetInternalSquadByUuidCommand = GetInternalSquadByUuidCommand = {}));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-pubkey.command.d.ts","sourceRoot":"","sources":["../../../../commands/keygen/get-pubkey.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,yBAAiB,gBAAgB,CAAC;IACvB,MAAM,GAAG,gBAAsB,CAAC;IAChC,MAAM,OAAO,gBAAM,CAAC;IAEpB,MAAM,eAAe,2CAK3B,CAAC;IAEK,MAAM,cAAc;;;;;;;;;;;;;;;;MAIzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetPubKeyCommand = void 0;
|
|
4
|
-
const zod_1 = require("zod");
|
|
5
|
-
const api_1 = require("../../api");
|
|
6
|
-
const constants_1 = require("../../constants");
|
|
7
|
-
var GetPubKeyCommand;
|
|
8
|
-
(function (GetPubKeyCommand) {
|
|
9
|
-
GetPubKeyCommand.url = api_1.REST_API.KEYGEN.GET;
|
|
10
|
-
GetPubKeyCommand.TSQ_url = GetPubKeyCommand.url;
|
|
11
|
-
GetPubKeyCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.KEYGEN_ROUTES.GET, 'get', 'Get SECRET_KEY for Remnawave Node', { scope: 'get', kind: 'read' });
|
|
12
|
-
GetPubKeyCommand.ResponseSchema = zod_1.z.object({
|
|
13
|
-
response: zod_1.z.object({
|
|
14
|
-
pubKey: zod_1.z.string(),
|
|
15
|
-
}),
|
|
16
|
-
});
|
|
17
|
-
})(GetPubKeyCommand || (exports.GetPubKeyCommand = GetPubKeyCommand = {}));
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetAllNodesCommand = void 0;
|
|
4
|
-
const zod_1 = require("zod");
|
|
5
|
-
const api_1 = require("../../api");
|
|
6
|
-
const constants_1 = require("../../constants");
|
|
7
|
-
const models_1 = require("../../models");
|
|
8
|
-
var GetAllNodesCommand;
|
|
9
|
-
(function (GetAllNodesCommand) {
|
|
10
|
-
GetAllNodesCommand.url = api_1.REST_API.NODES.GET;
|
|
11
|
-
GetAllNodesCommand.TSQ_url = GetAllNodesCommand.url;
|
|
12
|
-
GetAllNodesCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.NODES_ROUTES.GET, 'get', 'Get all nodes', {
|
|
13
|
-
scope: 'list',
|
|
14
|
-
kind: 'read',
|
|
15
|
-
});
|
|
16
|
-
GetAllNodesCommand.ResponseSchema = zod_1.z.object({
|
|
17
|
-
response: zod_1.z.array(models_1.NodesSchema),
|
|
18
|
-
});
|
|
19
|
-
})(GetAllNodesCommand || (exports.GetAllNodesCommand = GetAllNodesCommand = {}));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-one.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/get-one.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,0BAA6B,CAAC;IACvC,MAAM,OAAO,QAAe,CAAC;IAE7B,MAAM,eAAe,2CAK3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|