@remnawave/backend-contract 2.8.28 → 2.8.30
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/commands/api-tokens/create.command.d.ts +22 -13
- package/build/backend/commands/api-tokens/create.command.d.ts.map +1 -1
- package/build/backend/commands/api-tokens/create.command.js +6 -3
- package/build/backend/commands/api-tokens/find.command.d.ts +26 -26
- package/build/backend/commands/api-tokens/find.command.js +3 -3
- package/build/backend/commands/auth/get-status.command.js +1 -1
- package/build/backend/commands/auth/login.command.js +1 -1
- package/build/backend/commands/auth/oauth2/authorize.command.js +1 -1
- package/build/backend/commands/auth/oauth2/callback.command.js +1 -1
- package/build/backend/commands/auth/passkey/get-authentication-options.command.js +1 -1
- package/build/backend/commands/auth/passkey/verify-authentication.command.js +1 -1
- package/build/backend/commands/auth/register.command.js +1 -1
- package/build/backend/commands/bandwidth-stats/nodes/get-stats-nodes-usage.command.d.ts +12 -12
- package/build/backend/commands/bandwidth-stats/users/get-stats-user-usage.command.d.ts +12 -12
- package/build/backend/commands/config-profiles/actions/reorder.command.d.ts +16 -16
- package/build/backend/commands/config-profiles/create-config-profile.command.d.ts +10 -10
- package/build/backend/commands/config-profiles/get-all-inbounds.command.js +1 -1
- package/build/backend/commands/config-profiles/get-computed-config-profile-by-uuid.command.d.ts +10 -10
- package/build/backend/commands/config-profiles/get-config-profile-by-uuid.command.d.ts +10 -10
- package/build/backend/commands/config-profiles/get-config-profiles.command.d.ts +14 -14
- package/build/backend/commands/config-profiles/get-inbounds-by-profile-uuid.command.js +1 -1
- package/build/backend/commands/config-profiles/update-config-profile.command.d.ts +10 -10
- package/build/backend/commands/external-squads/actions/reorder.command.d.ts +6 -6
- package/build/backend/commands/external-squads/create-external-squad.command.d.ts +4 -4
- package/build/backend/commands/external-squads/get-external-squad-by-uuid.command.d.ts +4 -4
- package/build/backend/commands/external-squads/get-external-squads.command.d.ts +6 -6
- package/build/backend/commands/external-squads/update-external-squad.command.d.ts +4 -4
- package/build/backend/commands/external-squads/update-external-squad.command.js +2 -2
- package/build/backend/commands/hosts/bulk/delete-many-hosts.command.js +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.js +1 -1
- package/build/backend/commands/hosts/bulk/update-many-hosts.command.js +2 -2
- package/build/backend/commands/hosts/create.command.js +1 -1
- package/build/backend/commands/hosts/delete.command.js +1 -1
- package/build/backend/commands/hosts/get-all.command.js +1 -1
- package/build/backend/commands/hosts/get-one.command.js +1 -1
- package/build/backend/commands/hosts/reorder.command.js +1 -1
- package/build/backend/commands/hosts/tags/get-all-host-tags.command.js +1 -1
- package/build/backend/commands/hosts/update.command.js +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.js +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.js +2 -2
- package/build/backend/commands/hwid/get-hwid-devices-stats.command.js +1 -1
- package/build/backend/commands/hwid/get-top-users-by-hwid-devices.command.js +1 -1
- package/build/backend/commands/hwid/get-user-hwid-devices.command.js +1 -1
- package/build/backend/commands/infra-billing/create-bill-record.command.js +1 -1
- package/build/backend/commands/infra-billing/create-billing-node.command.d.ts +46 -46
- 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 +4 -4
- package/build/backend/commands/infra-billing/delete-bill-record-by-uuid.command.js +1 -1
- package/build/backend/commands/infra-billing/delete-billing-node-by-uuid.command.d.ts +44 -44
- package/build/backend/commands/infra-billing/delete-billing-node-by-uuid.command.js +1 -1
- package/build/backend/commands/infra-billing/get-bill-records.command.js +1 -1
- package/build/backend/commands/infra-billing/get-billing-nodes.command.d.ts +44 -44
- package/build/backend/commands/infra-billing/get-billing-nodes.command.js +1 -1
- package/build/backend/commands/infra-billing/get-infra-provider-by-uuid.command.d.ts +4 -4
- package/build/backend/commands/infra-billing/get-infra-providers.command.d.ts +6 -6
- package/build/backend/commands/infra-billing/update-billing-node.command.d.ts +44 -44
- 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 +4 -4
- package/build/backend/commands/internal-squads/actions/reorder.command.d.ts +6 -6
- package/build/backend/commands/internal-squads/create-internal-squad.command.d.ts +4 -4
- package/build/backend/commands/internal-squads/get-internal-squad-by-uuid.d.ts +4 -4
- package/build/backend/commands/internal-squads/get-internal-squads.command.d.ts +6 -6
- package/build/backend/commands/internal-squads/update-internal-squad.command.d.ts +4 -4
- package/build/backend/commands/keygen/get-pubkey.command.js +1 -1
- package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports-stats.command.d.ts +6 -6
- package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.d.ts +17 -17
- package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.js +1 -1
- package/build/backend/commands/node-plugins/torrent-blocker/truncate-torrent-blocker-reports.command.d.ts +17 -17
- package/build/backend/commands/node-plugins/torrent-blocker/truncate-torrent-blocker-reports.command.js +1 -1
- package/build/backend/commands/nodes/actions/disable.command.d.ts +10 -10
- package/build/backend/commands/nodes/actions/disable.command.js +1 -1
- package/build/backend/commands/nodes/actions/enable.command.d.ts +10 -10
- package/build/backend/commands/nodes/actions/enable.command.js +1 -1
- package/build/backend/commands/nodes/actions/reorder.command.d.ts +12 -12
- package/build/backend/commands/nodes/actions/reorder.command.js +1 -1
- package/build/backend/commands/nodes/actions/reset-traffic.command.js +1 -1
- package/build/backend/commands/nodes/actions/restart-all.command.js +1 -1
- package/build/backend/commands/nodes/actions/restart.command.js +1 -1
- package/build/backend/commands/nodes/bulk-actions/actions.command.js +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.js +1 -1
- package/build/backend/commands/nodes/create.command.d.ts +11 -11
- package/build/backend/commands/nodes/create.command.js +1 -1
- package/build/backend/commands/nodes/delete.command.js +1 -1
- package/build/backend/commands/nodes/get-all.command.d.ts +10 -10
- package/build/backend/commands/nodes/get-all.command.js +1 -1
- package/build/backend/commands/nodes/get-one.command.d.ts +10 -10
- package/build/backend/commands/nodes/get-one.command.js +1 -1
- package/build/backend/commands/nodes/tags/get-all-nodes-tags.command.js +1 -1
- package/build/backend/commands/nodes/update.command.d.ts +14 -14
- package/build/backend/commands/nodes/update.command.js +1 -1
- package/build/backend/commands/passkeys/delete-passkeys.command.d.ts +6 -6
- package/build/backend/commands/passkeys/get-active-passkeys.command.d.ts +6 -6
- package/build/backend/commands/passkeys/update-passkey.command.d.ts +6 -6
- package/build/backend/commands/remnawave-settings/get-remnawave-settings.command.js +1 -1
- package/build/backend/commands/remnawave-settings/update-remnawave-settings.command.js +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-info-by-short-uuid.command.js +1 -1
- package/build/backend/commands/subscription-page-configs/actions/clone-subpage-config.command.js +1 -1
- package/build/backend/commands/subscription-page-configs/actions/reorder.command.js +1 -1
- package/build/backend/commands/subscription-page-configs/create-subpage-config.command.js +1 -1
- package/build/backend/commands/subscription-page-configs/get-subpage-config.command.js +1 -1
- package/build/backend/commands/subscription-page-configs/get-subpage-configs.command.js +1 -1
- package/build/backend/commands/subscription-page-configs/update-subpage-config.command.js +1 -1
- package/build/backend/commands/subscription-request-history/get-subscription-request-history.command.js +1 -1
- package/build/backend/commands/subscription-settings/get-subscription-settings.command.d.ts +8 -8
- package/build/backend/commands/subscription-settings/get-subscription-settings.command.js +1 -1
- package/build/backend/commands/subscription-settings/update-subscription-settings.command.d.ts +14 -14
- package/build/backend/commands/subscription-settings/update-subscription-settings.command.js +1 -1
- package/build/backend/commands/subscription-template/actions/reorder.command.js +1 -1
- package/build/backend/commands/subscription-template/create-template.command.js +1 -1
- package/build/backend/commands/subscription-template/get-template.command.js +1 -1
- package/build/backend/commands/subscription-template/get-templates.command.js +1 -1
- package/build/backend/commands/subscription-template/update-template.command.js +1 -1
- package/build/backend/commands/subscriptions/get-all-subscriptions.command.js +1 -1
- package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts +6 -6
- 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.js +1 -1
- package/build/backend/commands/subscriptions/get-by/get-subscription-by-username.command.js +1 -1
- package/build/backend/commands/subscriptions/get-by/get-subscription-by-uuid.command.js +1 -1
- package/build/backend/commands/system/get-bandwidth-stats.command.js +2 -2
- package/build/backend/commands/system/get-metadata.command.js +1 -1
- package/build/backend/commands/system/get-nodes-metrics.command.js +1 -1
- package/build/backend/commands/system/get-nodes-statistics.js +1 -1
- package/build/backend/commands/system/get-recap.command.js +1 -1
- package/build/backend/commands/system/get-remnawave-health.command.js +1 -1
- package/build/backend/commands/system/get-stats.command.js +1 -1
- package/build/backend/commands/system/testers/test-srr-matcher.command.d.ts +12 -12
- package/build/backend/commands/system/testers/test-srr-matcher.command.js +1 -1
- package/build/backend/commands/system/tools/encrypt-happ-cryptolink.command.js +1 -1
- package/build/backend/commands/system/tools/generate-x25519.command.js +1 -1
- package/build/backend/commands/users/actions/disable-user.command.d.ts +4 -4
- package/build/backend/commands/users/actions/disable-user.command.js +1 -1
- package/build/backend/commands/users/actions/enable-user.command.d.ts +4 -4
- package/build/backend/commands/users/actions/enable-user.command.js +1 -1
- package/build/backend/commands/users/actions/reset-user-traffic.command.d.ts +4 -4
- 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 +4 -4
- 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.js +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.js +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.js +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 +4 -4
- 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.js +1 -1
- package/build/backend/commands/users/bulk-all/bulk-all-reset-traffic-users.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.js +1 -1
- package/build/backend/commands/users/create-user.command.d.ts +6 -6
- package/build/backend/commands/users/create-user.command.js +1 -1
- package/build/backend/commands/users/delete-user.command.js +1 -1
- package/build/backend/commands/users/get-all-users.command.d.ts +6 -6
- package/build/backend/commands/users/get-all-users.command.js +2 -2
- package/build/backend/commands/users/get-by/get-user-by-email.command.d.ts +4 -4
- package/build/backend/commands/users/get-by/get-user-by-email.command.js +1 -1
- package/build/backend/commands/users/get-by/get-user-by-id.command.d.ts +4 -4
- 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 +4 -4
- 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-tag.command.d.ts +4 -4
- package/build/backend/commands/users/get-by/get-user-by-tag.command.js +1 -1
- package/build/backend/commands/users/get-by/get-user-by-telegram-id.command.d.ts +4 -4
- package/build/backend/commands/users/get-by/get-user-by-telegram-id.command.js +1 -1
- package/build/backend/commands/users/get-by/get-user-by-username.command.d.ts +4 -4
- package/build/backend/commands/users/get-by/get-user-by-username.command.js +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 +4 -4
- package/build/backend/commands/users/get-user-by-uuid.command.js +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 +6 -6
- package/build/backend/commands/users/get-users-stream.command.js +1 -1
- package/build/backend/commands/users/resolve-user.command.js +1 -1
- package/build/backend/commands/users/tags/get-all-tags.command.js +1 -1
- package/build/backend/commands/users/update-user.command.d.ts +8 -8
- package/build/backend/commands/users/update-user.command.js +1 -1
- package/build/backend/constants/events/events.d.ts +2 -0
- package/build/backend/constants/events/events.d.ts.map +1 -1
- package/build/backend/constants/events/events.js +2 -0
- package/build/backend/models/api-tokens.schema.d.ts +6 -6
- package/build/backend/models/api-tokens.schema.d.ts.map +1 -1
- package/build/backend/models/api-tokens.schema.js +5 -2
- package/build/backend/models/config-profile.schema.d.ts +6 -6
- package/build/backend/models/extended-users.schema.d.ts +2 -2
- package/build/backend/models/external-squad.schema.d.ts +2 -2
- package/build/backend/models/external-squad.schema.js +1 -1
- package/build/backend/models/hosts.schema.js +1 -1
- package/build/backend/models/infra-billing-available-node.schema.d.ts +5 -5
- package/build/backend/models/infra-billing-node.schema.d.ts +15 -15
- package/build/backend/models/infra-provider.schema.d.ts +4 -4
- package/build/backend/models/internal-squad.schema.d.ts +2 -2
- package/build/backend/models/nodes.schema.d.ts +6 -6
- package/build/backend/models/remnawave-settings/passkey-settings.schema.js +1 -1
- package/build/backend/models/remnawave-settings/remnawave-settings.schema.js +2 -2
- package/build/backend/models/response-rules/response-rule.schema.d.ts +4 -4
- package/build/backend/models/response-rules/response-rule.schema.js +2 -2
- package/build/backend/models/response-rules/response-rules-config.schema.d.ts +4 -4
- package/build/backend/models/response-rules/response-rules-config.schema.js +2 -2
- package/build/backend/models/subscription-settings.schema.d.ts +6 -6
- package/build/backend/models/subscription-settings.schema.js +1 -1
- package/build/backend/models/tanstack-query/tanstask-query-request-query.schema.js +1 -1
- package/build/backend/models/torrent-blocker-report.schema.d.ts +9 -9
- package/build/backend/models/users.schema.d.ts +2 -2
- package/build/backend/models/webhook/webhook.schema.d.ts +86 -86
- package/build/backend/models/webhook/webhook.schema.js +1 -1
- package/build/frontend/commands/api-tokens/create.command.js +6 -3
- package/build/frontend/commands/api-tokens/find.command.js +3 -3
- package/build/frontend/commands/auth/get-status.command.js +1 -1
- package/build/frontend/commands/auth/login.command.js +1 -1
- 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/get-authentication-options.command.js +1 -1
- package/build/frontend/commands/auth/passkey/verify-authentication.command.js +1 -1
- package/build/frontend/commands/auth/register.command.js +1 -1
- package/build/frontend/commands/config-profiles/get-all-inbounds.command.js +1 -1
- package/build/frontend/commands/config-profiles/get-inbounds-by-profile-uuid.command.js +1 -1
- package/build/frontend/commands/external-squads/update-external-squad.command.js +2 -2
- 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 +2 -2
- 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-all.command.js +1 -1
- package/build/frontend/commands/hosts/get-one.command.js +1 -1
- package/build/frontend/commands/hosts/reorder.command.js +1 -1
- package/build/frontend/commands/hosts/tags/get-all-host-tags.command.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-all-hwid-devices.command.js +2 -2
- package/build/frontend/commands/hwid/get-hwid-devices-stats.command.js +1 -1
- package/build/frontend/commands/hwid/get-top-users-by-hwid-devices.command.js +1 -1
- package/build/frontend/commands/hwid/get-user-hwid-devices.command.js +1 -1
- package/build/frontend/commands/infra-billing/create-bill-record.command.js +1 -1
- package/build/frontend/commands/infra-billing/create-billing-node.command.js +1 -1
- package/build/frontend/commands/infra-billing/delete-bill-record-by-uuid.command.js +1 -1
- package/build/frontend/commands/infra-billing/delete-billing-node-by-uuid.command.js +1 -1
- package/build/frontend/commands/infra-billing/get-bill-records.command.js +1 -1
- package/build/frontend/commands/infra-billing/get-billing-nodes.command.js +1 -1
- package/build/frontend/commands/infra-billing/update-billing-node.command.js +1 -1
- package/build/frontend/commands/keygen/get-pubkey.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/torrent-blocker/truncate-torrent-blocker-reports.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 +1 -1
- package/build/frontend/commands/nodes/actions/reset-traffic.command.js +1 -1
- package/build/frontend/commands/nodes/actions/restart-all.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-all.command.js +1 -1
- package/build/frontend/commands/nodes/get-one.command.js +1 -1
- package/build/frontend/commands/nodes/tags/get-all-nodes-tags.command.js +1 -1
- package/build/frontend/commands/nodes/update.command.js +1 -1
- package/build/frontend/commands/remnawave-settings/get-remnawave-settings.command.js +1 -1
- package/build/frontend/commands/remnawave-settings/update-remnawave-settings.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-info-by-short-uuid.command.js +1 -1
- package/build/frontend/commands/subscription-page-configs/actions/clone-subpage-config.command.js +1 -1
- package/build/frontend/commands/subscription-page-configs/actions/reorder.command.js +1 -1
- package/build/frontend/commands/subscription-page-configs/create-subpage-config.command.js +1 -1
- package/build/frontend/commands/subscription-page-configs/get-subpage-config.command.js +1 -1
- package/build/frontend/commands/subscription-page-configs/get-subpage-configs.command.js +1 -1
- package/build/frontend/commands/subscription-page-configs/update-subpage-config.command.js +1 -1
- package/build/frontend/commands/subscription-request-history/get-subscription-request-history.command.js +1 -1
- package/build/frontend/commands/subscription-settings/get-subscription-settings.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/get-template.command.js +1 -1
- package/build/frontend/commands/subscription-template/get-templates.command.js +1 -1
- package/build/frontend/commands/subscription-template/update-template.command.js +1 -1
- package/build/frontend/commands/subscriptions/get-all-subscriptions.command.js +1 -1
- 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 +1 -1
- package/build/frontend/commands/subscriptions/get-by/get-subscription-by-uuid.command.js +1 -1
- package/build/frontend/commands/system/get-bandwidth-stats.command.js +2 -2
- package/build/frontend/commands/system/get-metadata.command.js +1 -1
- package/build/frontend/commands/system/get-nodes-metrics.command.js +1 -1
- package/build/frontend/commands/system/get-nodes-statistics.js +1 -1
- package/build/frontend/commands/system/get-recap.command.js +1 -1
- package/build/frontend/commands/system/get-remnawave-health.command.js +1 -1
- package/build/frontend/commands/system/get-stats.command.js +1 -1
- package/build/frontend/commands/system/testers/test-srr-matcher.command.js +1 -1
- package/build/frontend/commands/system/tools/encrypt-happ-cryptolink.command.js +1 -1
- package/build/frontend/commands/system/tools/generate-x25519.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-reset-traffic-users.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-all-users.command.js +2 -2
- package/build/frontend/commands/users/get-by/get-user-by-email.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-tag.command.js +1 -1
- package/build/frontend/commands/users/get-by/get-user-by-telegram-id.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-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 +1 -1
- package/build/frontend/commands/users/resolve-user.command.js +1 -1
- package/build/frontend/commands/users/tags/get-all-tags.command.js +1 -1
- package/build/frontend/commands/users/update-user.command.js +1 -1
- package/build/frontend/constants/events/events.js +2 -0
- package/build/frontend/models/api-tokens.schema.js +5 -2
- package/build/frontend/models/external-squad.schema.js +1 -1
- package/build/frontend/models/hosts.schema.js +1 -1
- package/build/frontend/models/remnawave-settings/passkey-settings.schema.js +1 -1
- package/build/frontend/models/remnawave-settings/remnawave-settings.schema.js +2 -2
- package/build/frontend/models/response-rules/response-rule.schema.js +2 -2
- package/build/frontend/models/response-rules/response-rules-config.schema.js +2 -2
- package/build/frontend/models/subscription-settings.schema.js +1 -1
- package/build/frontend/models/tanstack-query/tanstask-query-request-query.schema.js +1 -1
- package/build/frontend/models/webhook/webhook.schema.js +1 -1
- package/package.json +13 -13
|
@@ -80,6 +80,7 @@ export declare namespace GetUserByEmailCommand {
|
|
|
80
80
|
}, "strip", z.ZodTypeAny, {
|
|
81
81
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
82
82
|
uuid: string;
|
|
83
|
+
expireAt: Date;
|
|
83
84
|
createdAt: Date;
|
|
84
85
|
updatedAt: Date;
|
|
85
86
|
description: string | null;
|
|
@@ -89,7 +90,6 @@ export declare namespace GetUserByEmailCommand {
|
|
|
89
90
|
shortUuid: string;
|
|
90
91
|
trafficLimitBytes: number;
|
|
91
92
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
92
|
-
expireAt: Date;
|
|
93
93
|
telegramId: number | null;
|
|
94
94
|
email: string | null;
|
|
95
95
|
hwidDeviceLimit: number | null;
|
|
@@ -114,6 +114,7 @@ export declare namespace GetUserByEmailCommand {
|
|
|
114
114
|
};
|
|
115
115
|
}, {
|
|
116
116
|
uuid: string;
|
|
117
|
+
expireAt: string;
|
|
117
118
|
createdAt: string;
|
|
118
119
|
updatedAt: string;
|
|
119
120
|
description: string | null;
|
|
@@ -121,7 +122,6 @@ export declare namespace GetUserByEmailCommand {
|
|
|
121
122
|
tag: string | null;
|
|
122
123
|
id: number;
|
|
123
124
|
shortUuid: string;
|
|
124
|
-
expireAt: string;
|
|
125
125
|
telegramId: number | null;
|
|
126
126
|
email: string | null;
|
|
127
127
|
hwidDeviceLimit: number | null;
|
|
@@ -152,6 +152,7 @@ export declare namespace GetUserByEmailCommand {
|
|
|
152
152
|
response: {
|
|
153
153
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
154
154
|
uuid: string;
|
|
155
|
+
expireAt: Date;
|
|
155
156
|
createdAt: Date;
|
|
156
157
|
updatedAt: Date;
|
|
157
158
|
description: string | null;
|
|
@@ -161,7 +162,6 @@ export declare namespace GetUserByEmailCommand {
|
|
|
161
162
|
shortUuid: string;
|
|
162
163
|
trafficLimitBytes: number;
|
|
163
164
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
164
|
-
expireAt: Date;
|
|
165
165
|
telegramId: number | null;
|
|
166
166
|
email: string | null;
|
|
167
167
|
hwidDeviceLimit: number | null;
|
|
@@ -188,6 +188,7 @@ export declare namespace GetUserByEmailCommand {
|
|
|
188
188
|
}, {
|
|
189
189
|
response: {
|
|
190
190
|
uuid: string;
|
|
191
|
+
expireAt: string;
|
|
191
192
|
createdAt: string;
|
|
192
193
|
updatedAt: string;
|
|
193
194
|
description: string | null;
|
|
@@ -195,7 +196,6 @@ export declare namespace GetUserByEmailCommand {
|
|
|
195
196
|
tag: string | null;
|
|
196
197
|
id: number;
|
|
197
198
|
shortUuid: string;
|
|
198
|
-
expireAt: string;
|
|
199
199
|
telegramId: number | null;
|
|
200
200
|
email: string | null;
|
|
201
201
|
hwidDeviceLimit: number | null;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetUserByEmailCommand = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
+
const api_1 = require("../../../api");
|
|
5
6
|
const constants_1 = require("../../../constants");
|
|
6
7
|
const models_1 = require("../../../models");
|
|
7
|
-
const api_1 = require("../../../api");
|
|
8
8
|
var GetUserByEmailCommand;
|
|
9
9
|
(function (GetUserByEmailCommand) {
|
|
10
10
|
GetUserByEmailCommand.url = api_1.REST_API.USERS.GET_BY.EMAIL;
|
|
@@ -80,6 +80,7 @@ export declare namespace GetUserByIdCommand {
|
|
|
80
80
|
}, "strip", z.ZodTypeAny, {
|
|
81
81
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
82
82
|
uuid: string;
|
|
83
|
+
expireAt: Date;
|
|
83
84
|
createdAt: Date;
|
|
84
85
|
updatedAt: Date;
|
|
85
86
|
description: string | null;
|
|
@@ -89,7 +90,6 @@ export declare namespace GetUserByIdCommand {
|
|
|
89
90
|
shortUuid: string;
|
|
90
91
|
trafficLimitBytes: number;
|
|
91
92
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
92
|
-
expireAt: Date;
|
|
93
93
|
telegramId: number | null;
|
|
94
94
|
email: string | null;
|
|
95
95
|
hwidDeviceLimit: number | null;
|
|
@@ -114,6 +114,7 @@ export declare namespace GetUserByIdCommand {
|
|
|
114
114
|
};
|
|
115
115
|
}, {
|
|
116
116
|
uuid: string;
|
|
117
|
+
expireAt: string;
|
|
117
118
|
createdAt: string;
|
|
118
119
|
updatedAt: string;
|
|
119
120
|
description: string | null;
|
|
@@ -121,7 +122,6 @@ export declare namespace GetUserByIdCommand {
|
|
|
121
122
|
tag: string | null;
|
|
122
123
|
id: number;
|
|
123
124
|
shortUuid: string;
|
|
124
|
-
expireAt: string;
|
|
125
125
|
telegramId: number | null;
|
|
126
126
|
email: string | null;
|
|
127
127
|
hwidDeviceLimit: number | null;
|
|
@@ -152,6 +152,7 @@ export declare namespace GetUserByIdCommand {
|
|
|
152
152
|
response: {
|
|
153
153
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
154
154
|
uuid: string;
|
|
155
|
+
expireAt: Date;
|
|
155
156
|
createdAt: Date;
|
|
156
157
|
updatedAt: Date;
|
|
157
158
|
description: string | null;
|
|
@@ -161,7 +162,6 @@ export declare namespace GetUserByIdCommand {
|
|
|
161
162
|
shortUuid: string;
|
|
162
163
|
trafficLimitBytes: number;
|
|
163
164
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
164
|
-
expireAt: Date;
|
|
165
165
|
telegramId: number | null;
|
|
166
166
|
email: string | null;
|
|
167
167
|
hwidDeviceLimit: number | null;
|
|
@@ -188,6 +188,7 @@ export declare namespace GetUserByIdCommand {
|
|
|
188
188
|
}, {
|
|
189
189
|
response: {
|
|
190
190
|
uuid: string;
|
|
191
|
+
expireAt: string;
|
|
191
192
|
createdAt: string;
|
|
192
193
|
updatedAt: string;
|
|
193
194
|
description: string | null;
|
|
@@ -195,7 +196,6 @@ export declare namespace GetUserByIdCommand {
|
|
|
195
196
|
tag: string | null;
|
|
196
197
|
id: number;
|
|
197
198
|
shortUuid: string;
|
|
198
|
-
expireAt: string;
|
|
199
199
|
telegramId: number | null;
|
|
200
200
|
email: string | null;
|
|
201
201
|
hwidDeviceLimit: number | null;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetUserByIdCommand = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
+
const api_1 = require("../../../api");
|
|
5
6
|
const constants_1 = require("../../../constants");
|
|
6
7
|
const models_1 = require("../../../models");
|
|
7
|
-
const api_1 = require("../../../api");
|
|
8
8
|
var GetUserByIdCommand;
|
|
9
9
|
(function (GetUserByIdCommand) {
|
|
10
10
|
GetUserByIdCommand.url = api_1.REST_API.USERS.GET_BY.ID;
|
|
@@ -80,6 +80,7 @@ export declare namespace GetUserByShortUuidCommand {
|
|
|
80
80
|
}, "strip", z.ZodTypeAny, {
|
|
81
81
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
82
82
|
uuid: string;
|
|
83
|
+
expireAt: Date;
|
|
83
84
|
createdAt: Date;
|
|
84
85
|
updatedAt: Date;
|
|
85
86
|
description: string | null;
|
|
@@ -89,7 +90,6 @@ export declare namespace GetUserByShortUuidCommand {
|
|
|
89
90
|
shortUuid: string;
|
|
90
91
|
trafficLimitBytes: number;
|
|
91
92
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
92
|
-
expireAt: Date;
|
|
93
93
|
telegramId: number | null;
|
|
94
94
|
email: string | null;
|
|
95
95
|
hwidDeviceLimit: number | null;
|
|
@@ -114,6 +114,7 @@ export declare namespace GetUserByShortUuidCommand {
|
|
|
114
114
|
};
|
|
115
115
|
}, {
|
|
116
116
|
uuid: string;
|
|
117
|
+
expireAt: string;
|
|
117
118
|
createdAt: string;
|
|
118
119
|
updatedAt: string;
|
|
119
120
|
description: string | null;
|
|
@@ -121,7 +122,6 @@ export declare namespace GetUserByShortUuidCommand {
|
|
|
121
122
|
tag: string | null;
|
|
122
123
|
id: number;
|
|
123
124
|
shortUuid: string;
|
|
124
|
-
expireAt: string;
|
|
125
125
|
telegramId: number | null;
|
|
126
126
|
email: string | null;
|
|
127
127
|
hwidDeviceLimit: number | null;
|
|
@@ -152,6 +152,7 @@ export declare namespace GetUserByShortUuidCommand {
|
|
|
152
152
|
response: {
|
|
153
153
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
154
154
|
uuid: string;
|
|
155
|
+
expireAt: Date;
|
|
155
156
|
createdAt: Date;
|
|
156
157
|
updatedAt: Date;
|
|
157
158
|
description: string | null;
|
|
@@ -161,7 +162,6 @@ export declare namespace GetUserByShortUuidCommand {
|
|
|
161
162
|
shortUuid: string;
|
|
162
163
|
trafficLimitBytes: number;
|
|
163
164
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
164
|
-
expireAt: Date;
|
|
165
165
|
telegramId: number | null;
|
|
166
166
|
email: string | null;
|
|
167
167
|
hwidDeviceLimit: number | null;
|
|
@@ -188,6 +188,7 @@ export declare namespace GetUserByShortUuidCommand {
|
|
|
188
188
|
}, {
|
|
189
189
|
response: {
|
|
190
190
|
uuid: string;
|
|
191
|
+
expireAt: string;
|
|
191
192
|
createdAt: string;
|
|
192
193
|
updatedAt: string;
|
|
193
194
|
description: string | null;
|
|
@@ -195,7 +196,6 @@ export declare namespace GetUserByShortUuidCommand {
|
|
|
195
196
|
tag: string | null;
|
|
196
197
|
id: number;
|
|
197
198
|
shortUuid: string;
|
|
198
|
-
expireAt: string;
|
|
199
199
|
telegramId: number | null;
|
|
200
200
|
email: string | null;
|
|
201
201
|
hwidDeviceLimit: number | null;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetUserByShortUuidCommand = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
+
const api_1 = require("../../../api");
|
|
5
6
|
const constants_1 = require("../../../constants");
|
|
6
7
|
const models_1 = require("../../../models");
|
|
7
|
-
const api_1 = require("../../../api");
|
|
8
8
|
var GetUserByShortUuidCommand;
|
|
9
9
|
(function (GetUserByShortUuidCommand) {
|
|
10
10
|
GetUserByShortUuidCommand.url = api_1.REST_API.USERS.GET_BY.SHORT_UUID;
|
|
@@ -80,6 +80,7 @@ export declare namespace GetUserByTagCommand {
|
|
|
80
80
|
}, "strip", z.ZodTypeAny, {
|
|
81
81
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
82
82
|
uuid: string;
|
|
83
|
+
expireAt: Date;
|
|
83
84
|
createdAt: Date;
|
|
84
85
|
updatedAt: Date;
|
|
85
86
|
description: string | null;
|
|
@@ -89,7 +90,6 @@ export declare namespace GetUserByTagCommand {
|
|
|
89
90
|
shortUuid: string;
|
|
90
91
|
trafficLimitBytes: number;
|
|
91
92
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
92
|
-
expireAt: Date;
|
|
93
93
|
telegramId: number | null;
|
|
94
94
|
email: string | null;
|
|
95
95
|
hwidDeviceLimit: number | null;
|
|
@@ -114,6 +114,7 @@ export declare namespace GetUserByTagCommand {
|
|
|
114
114
|
};
|
|
115
115
|
}, {
|
|
116
116
|
uuid: string;
|
|
117
|
+
expireAt: string;
|
|
117
118
|
createdAt: string;
|
|
118
119
|
updatedAt: string;
|
|
119
120
|
description: string | null;
|
|
@@ -121,7 +122,6 @@ export declare namespace GetUserByTagCommand {
|
|
|
121
122
|
tag: string | null;
|
|
122
123
|
id: number;
|
|
123
124
|
shortUuid: string;
|
|
124
|
-
expireAt: string;
|
|
125
125
|
telegramId: number | null;
|
|
126
126
|
email: string | null;
|
|
127
127
|
hwidDeviceLimit: number | null;
|
|
@@ -152,6 +152,7 @@ export declare namespace GetUserByTagCommand {
|
|
|
152
152
|
response: {
|
|
153
153
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
154
154
|
uuid: string;
|
|
155
|
+
expireAt: Date;
|
|
155
156
|
createdAt: Date;
|
|
156
157
|
updatedAt: Date;
|
|
157
158
|
description: string | null;
|
|
@@ -161,7 +162,6 @@ export declare namespace GetUserByTagCommand {
|
|
|
161
162
|
shortUuid: string;
|
|
162
163
|
trafficLimitBytes: number;
|
|
163
164
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
164
|
-
expireAt: Date;
|
|
165
165
|
telegramId: number | null;
|
|
166
166
|
email: string | null;
|
|
167
167
|
hwidDeviceLimit: number | null;
|
|
@@ -188,6 +188,7 @@ export declare namespace GetUserByTagCommand {
|
|
|
188
188
|
}, {
|
|
189
189
|
response: {
|
|
190
190
|
uuid: string;
|
|
191
|
+
expireAt: string;
|
|
191
192
|
createdAt: string;
|
|
192
193
|
updatedAt: string;
|
|
193
194
|
description: string | null;
|
|
@@ -195,7 +196,6 @@ export declare namespace GetUserByTagCommand {
|
|
|
195
196
|
tag: string | null;
|
|
196
197
|
id: number;
|
|
197
198
|
shortUuid: string;
|
|
198
|
-
expireAt: string;
|
|
199
199
|
telegramId: number | null;
|
|
200
200
|
email: string | null;
|
|
201
201
|
hwidDeviceLimit: number | null;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetUserByTagCommand = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
+
const api_1 = require("../../../api");
|
|
5
6
|
const constants_1 = require("../../../constants");
|
|
6
7
|
const models_1 = require("../../../models");
|
|
7
|
-
const api_1 = require("../../../api");
|
|
8
8
|
var GetUserByTagCommand;
|
|
9
9
|
(function (GetUserByTagCommand) {
|
|
10
10
|
GetUserByTagCommand.url = api_1.REST_API.USERS.GET_BY.TAG;
|
|
@@ -80,6 +80,7 @@ export declare namespace GetUserByTelegramIdCommand {
|
|
|
80
80
|
}, "strip", z.ZodTypeAny, {
|
|
81
81
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
82
82
|
uuid: string;
|
|
83
|
+
expireAt: Date;
|
|
83
84
|
createdAt: Date;
|
|
84
85
|
updatedAt: Date;
|
|
85
86
|
description: string | null;
|
|
@@ -89,7 +90,6 @@ export declare namespace GetUserByTelegramIdCommand {
|
|
|
89
90
|
shortUuid: string;
|
|
90
91
|
trafficLimitBytes: number;
|
|
91
92
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
92
|
-
expireAt: Date;
|
|
93
93
|
telegramId: number | null;
|
|
94
94
|
email: string | null;
|
|
95
95
|
hwidDeviceLimit: number | null;
|
|
@@ -114,6 +114,7 @@ export declare namespace GetUserByTelegramIdCommand {
|
|
|
114
114
|
};
|
|
115
115
|
}, {
|
|
116
116
|
uuid: string;
|
|
117
|
+
expireAt: string;
|
|
117
118
|
createdAt: string;
|
|
118
119
|
updatedAt: string;
|
|
119
120
|
description: string | null;
|
|
@@ -121,7 +122,6 @@ export declare namespace GetUserByTelegramIdCommand {
|
|
|
121
122
|
tag: string | null;
|
|
122
123
|
id: number;
|
|
123
124
|
shortUuid: string;
|
|
124
|
-
expireAt: string;
|
|
125
125
|
telegramId: number | null;
|
|
126
126
|
email: string | null;
|
|
127
127
|
hwidDeviceLimit: number | null;
|
|
@@ -152,6 +152,7 @@ export declare namespace GetUserByTelegramIdCommand {
|
|
|
152
152
|
response: {
|
|
153
153
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
154
154
|
uuid: string;
|
|
155
|
+
expireAt: Date;
|
|
155
156
|
createdAt: Date;
|
|
156
157
|
updatedAt: Date;
|
|
157
158
|
description: string | null;
|
|
@@ -161,7 +162,6 @@ export declare namespace GetUserByTelegramIdCommand {
|
|
|
161
162
|
shortUuid: string;
|
|
162
163
|
trafficLimitBytes: number;
|
|
163
164
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
164
|
-
expireAt: Date;
|
|
165
165
|
telegramId: number | null;
|
|
166
166
|
email: string | null;
|
|
167
167
|
hwidDeviceLimit: number | null;
|
|
@@ -188,6 +188,7 @@ export declare namespace GetUserByTelegramIdCommand {
|
|
|
188
188
|
}, {
|
|
189
189
|
response: {
|
|
190
190
|
uuid: string;
|
|
191
|
+
expireAt: string;
|
|
191
192
|
createdAt: string;
|
|
192
193
|
updatedAt: string;
|
|
193
194
|
description: string | null;
|
|
@@ -195,7 +196,6 @@ export declare namespace GetUserByTelegramIdCommand {
|
|
|
195
196
|
tag: string | null;
|
|
196
197
|
id: number;
|
|
197
198
|
shortUuid: string;
|
|
198
|
-
expireAt: string;
|
|
199
199
|
telegramId: number | null;
|
|
200
200
|
email: string | null;
|
|
201
201
|
hwidDeviceLimit: number | null;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetUserByTelegramIdCommand = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
+
const api_1 = require("../../../api");
|
|
5
6
|
const constants_1 = require("../../../constants");
|
|
6
7
|
const models_1 = require("../../../models");
|
|
7
|
-
const api_1 = require("../../../api");
|
|
8
8
|
var GetUserByTelegramIdCommand;
|
|
9
9
|
(function (GetUserByTelegramIdCommand) {
|
|
10
10
|
GetUserByTelegramIdCommand.url = api_1.REST_API.USERS.GET_BY.TELEGRAM_ID;
|
|
@@ -80,6 +80,7 @@ export declare namespace GetUserByUsernameCommand {
|
|
|
80
80
|
}, "strip", z.ZodTypeAny, {
|
|
81
81
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
82
82
|
uuid: string;
|
|
83
|
+
expireAt: Date;
|
|
83
84
|
createdAt: Date;
|
|
84
85
|
updatedAt: Date;
|
|
85
86
|
description: string | null;
|
|
@@ -89,7 +90,6 @@ export declare namespace GetUserByUsernameCommand {
|
|
|
89
90
|
shortUuid: string;
|
|
90
91
|
trafficLimitBytes: number;
|
|
91
92
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
92
|
-
expireAt: Date;
|
|
93
93
|
telegramId: number | null;
|
|
94
94
|
email: string | null;
|
|
95
95
|
hwidDeviceLimit: number | null;
|
|
@@ -114,6 +114,7 @@ export declare namespace GetUserByUsernameCommand {
|
|
|
114
114
|
};
|
|
115
115
|
}, {
|
|
116
116
|
uuid: string;
|
|
117
|
+
expireAt: string;
|
|
117
118
|
createdAt: string;
|
|
118
119
|
updatedAt: string;
|
|
119
120
|
description: string | null;
|
|
@@ -121,7 +122,6 @@ export declare namespace GetUserByUsernameCommand {
|
|
|
121
122
|
tag: string | null;
|
|
122
123
|
id: number;
|
|
123
124
|
shortUuid: string;
|
|
124
|
-
expireAt: string;
|
|
125
125
|
telegramId: number | null;
|
|
126
126
|
email: string | null;
|
|
127
127
|
hwidDeviceLimit: number | null;
|
|
@@ -152,6 +152,7 @@ export declare namespace GetUserByUsernameCommand {
|
|
|
152
152
|
response: {
|
|
153
153
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
154
154
|
uuid: string;
|
|
155
|
+
expireAt: Date;
|
|
155
156
|
createdAt: Date;
|
|
156
157
|
updatedAt: Date;
|
|
157
158
|
description: string | null;
|
|
@@ -161,7 +162,6 @@ export declare namespace GetUserByUsernameCommand {
|
|
|
161
162
|
shortUuid: string;
|
|
162
163
|
trafficLimitBytes: number;
|
|
163
164
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
164
|
-
expireAt: Date;
|
|
165
165
|
telegramId: number | null;
|
|
166
166
|
email: string | null;
|
|
167
167
|
hwidDeviceLimit: number | null;
|
|
@@ -188,6 +188,7 @@ export declare namespace GetUserByUsernameCommand {
|
|
|
188
188
|
}, {
|
|
189
189
|
response: {
|
|
190
190
|
uuid: string;
|
|
191
|
+
expireAt: string;
|
|
191
192
|
createdAt: string;
|
|
192
193
|
updatedAt: string;
|
|
193
194
|
description: string | null;
|
|
@@ -195,7 +196,6 @@ export declare namespace GetUserByUsernameCommand {
|
|
|
195
196
|
tag: string | null;
|
|
196
197
|
id: number;
|
|
197
198
|
shortUuid: string;
|
|
198
|
-
expireAt: string;
|
|
199
199
|
telegramId: number | null;
|
|
200
200
|
email: string | null;
|
|
201
201
|
hwidDeviceLimit: number | null;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetUserByUsernameCommand = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
+
const api_1 = require("../../../api");
|
|
5
6
|
const constants_1 = require("../../../constants");
|
|
6
7
|
const models_1 = require("../../../models");
|
|
7
|
-
const api_1 = require("../../../api");
|
|
8
8
|
var GetUserByUsernameCommand;
|
|
9
9
|
(function (GetUserByUsernameCommand) {
|
|
10
10
|
GetUserByUsernameCommand.url = api_1.REST_API.USERS.GET_BY.USERNAME;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetUserAccessibleNodesCommand = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
const constants_1 = require("../../constants");
|
|
6
5
|
const api_1 = require("../../api");
|
|
6
|
+
const constants_1 = require("../../constants");
|
|
7
7
|
var GetUserAccessibleNodesCommand;
|
|
8
8
|
(function (GetUserAccessibleNodesCommand) {
|
|
9
9
|
GetUserAccessibleNodesCommand.url = api_1.REST_API.USERS.ACCESSIBLE_NODES;
|
|
@@ -80,6 +80,7 @@ export declare namespace GetUserByUuidCommand {
|
|
|
80
80
|
}, "strip", z.ZodTypeAny, {
|
|
81
81
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
82
82
|
uuid: string;
|
|
83
|
+
expireAt: Date;
|
|
83
84
|
createdAt: Date;
|
|
84
85
|
updatedAt: Date;
|
|
85
86
|
description: string | null;
|
|
@@ -89,7 +90,6 @@ export declare namespace GetUserByUuidCommand {
|
|
|
89
90
|
shortUuid: string;
|
|
90
91
|
trafficLimitBytes: number;
|
|
91
92
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
92
|
-
expireAt: Date;
|
|
93
93
|
telegramId: number | null;
|
|
94
94
|
email: string | null;
|
|
95
95
|
hwidDeviceLimit: number | null;
|
|
@@ -114,6 +114,7 @@ export declare namespace GetUserByUuidCommand {
|
|
|
114
114
|
};
|
|
115
115
|
}, {
|
|
116
116
|
uuid: string;
|
|
117
|
+
expireAt: string;
|
|
117
118
|
createdAt: string;
|
|
118
119
|
updatedAt: string;
|
|
119
120
|
description: string | null;
|
|
@@ -121,7 +122,6 @@ export declare namespace GetUserByUuidCommand {
|
|
|
121
122
|
tag: string | null;
|
|
122
123
|
id: number;
|
|
123
124
|
shortUuid: string;
|
|
124
|
-
expireAt: string;
|
|
125
125
|
telegramId: number | null;
|
|
126
126
|
email: string | null;
|
|
127
127
|
hwidDeviceLimit: number | null;
|
|
@@ -152,6 +152,7 @@ export declare namespace GetUserByUuidCommand {
|
|
|
152
152
|
response: {
|
|
153
153
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
154
154
|
uuid: string;
|
|
155
|
+
expireAt: Date;
|
|
155
156
|
createdAt: Date;
|
|
156
157
|
updatedAt: Date;
|
|
157
158
|
description: string | null;
|
|
@@ -161,7 +162,6 @@ export declare namespace GetUserByUuidCommand {
|
|
|
161
162
|
shortUuid: string;
|
|
162
163
|
trafficLimitBytes: number;
|
|
163
164
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
164
|
-
expireAt: Date;
|
|
165
165
|
telegramId: number | null;
|
|
166
166
|
email: string | null;
|
|
167
167
|
hwidDeviceLimit: number | null;
|
|
@@ -188,6 +188,7 @@ export declare namespace GetUserByUuidCommand {
|
|
|
188
188
|
}, {
|
|
189
189
|
response: {
|
|
190
190
|
uuid: string;
|
|
191
|
+
expireAt: string;
|
|
191
192
|
createdAt: string;
|
|
192
193
|
updatedAt: string;
|
|
193
194
|
description: string | null;
|
|
@@ -195,7 +196,6 @@ export declare namespace GetUserByUuidCommand {
|
|
|
195
196
|
tag: string | null;
|
|
196
197
|
id: number;
|
|
197
198
|
shortUuid: string;
|
|
198
|
-
expireAt: string;
|
|
199
199
|
telegramId: number | null;
|
|
200
200
|
email: string | null;
|
|
201
201
|
hwidDeviceLimit: number | null;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetUserByUuidCommand = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
+
const api_1 = require("../../api");
|
|
5
6
|
const constants_1 = require("../../constants");
|
|
6
7
|
const models_1 = require("../../models");
|
|
7
|
-
const api_1 = require("../../api");
|
|
8
8
|
var GetUserByUuidCommand;
|
|
9
9
|
(function (GetUserByUuidCommand) {
|
|
10
10
|
GetUserByUuidCommand.url = api_1.REST_API.USERS.GET_BY_UUID;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetUserSubscriptionRequestHistoryCommand = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
const constants_1 = require("../../constants");
|
|
6
5
|
const api_1 = require("../../api");
|
|
6
|
+
const constants_1 = require("../../constants");
|
|
7
7
|
var GetUserSubscriptionRequestHistoryCommand;
|
|
8
8
|
(function (GetUserSubscriptionRequestHistoryCommand) {
|
|
9
9
|
GetUserSubscriptionRequestHistoryCommand.url = api_1.REST_API.USERS.SUBSCRIPTION_REQUEST_HISTORY;
|
|
@@ -84,6 +84,7 @@ export declare namespace GetUsersStreamCommand {
|
|
|
84
84
|
}, "strip", z.ZodTypeAny, {
|
|
85
85
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
86
86
|
uuid: string;
|
|
87
|
+
expireAt: Date;
|
|
87
88
|
createdAt: Date;
|
|
88
89
|
updatedAt: Date;
|
|
89
90
|
description: string | null;
|
|
@@ -93,7 +94,6 @@ export declare namespace GetUsersStreamCommand {
|
|
|
93
94
|
shortUuid: string;
|
|
94
95
|
trafficLimitBytes: number;
|
|
95
96
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
96
|
-
expireAt: Date;
|
|
97
97
|
telegramId: number | null;
|
|
98
98
|
email: string | null;
|
|
99
99
|
hwidDeviceLimit: number | null;
|
|
@@ -118,6 +118,7 @@ export declare namespace GetUsersStreamCommand {
|
|
|
118
118
|
};
|
|
119
119
|
}, {
|
|
120
120
|
uuid: string;
|
|
121
|
+
expireAt: string;
|
|
121
122
|
createdAt: string;
|
|
122
123
|
updatedAt: string;
|
|
123
124
|
description: string | null;
|
|
@@ -125,7 +126,6 @@ export declare namespace GetUsersStreamCommand {
|
|
|
125
126
|
tag: string | null;
|
|
126
127
|
id: number;
|
|
127
128
|
shortUuid: string;
|
|
128
|
-
expireAt: string;
|
|
129
129
|
telegramId: number | null;
|
|
130
130
|
email: string | null;
|
|
131
131
|
hwidDeviceLimit: number | null;
|
|
@@ -158,6 +158,7 @@ export declare namespace GetUsersStreamCommand {
|
|
|
158
158
|
users: {
|
|
159
159
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
160
160
|
uuid: string;
|
|
161
|
+
expireAt: Date;
|
|
161
162
|
createdAt: Date;
|
|
162
163
|
updatedAt: Date;
|
|
163
164
|
description: string | null;
|
|
@@ -167,7 +168,6 @@ export declare namespace GetUsersStreamCommand {
|
|
|
167
168
|
shortUuid: string;
|
|
168
169
|
trafficLimitBytes: number;
|
|
169
170
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
170
|
-
expireAt: Date;
|
|
171
171
|
telegramId: number | null;
|
|
172
172
|
email: string | null;
|
|
173
173
|
hwidDeviceLimit: number | null;
|
|
@@ -196,6 +196,7 @@ export declare namespace GetUsersStreamCommand {
|
|
|
196
196
|
}, {
|
|
197
197
|
users: {
|
|
198
198
|
uuid: string;
|
|
199
|
+
expireAt: string;
|
|
199
200
|
createdAt: string;
|
|
200
201
|
updatedAt: string;
|
|
201
202
|
description: string | null;
|
|
@@ -203,7 +204,6 @@ export declare namespace GetUsersStreamCommand {
|
|
|
203
204
|
tag: string | null;
|
|
204
205
|
id: number;
|
|
205
206
|
shortUuid: string;
|
|
206
|
-
expireAt: string;
|
|
207
207
|
telegramId: number | null;
|
|
208
208
|
email: string | null;
|
|
209
209
|
hwidDeviceLimit: number | null;
|
|
@@ -238,6 +238,7 @@ export declare namespace GetUsersStreamCommand {
|
|
|
238
238
|
users: {
|
|
239
239
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
240
240
|
uuid: string;
|
|
241
|
+
expireAt: Date;
|
|
241
242
|
createdAt: Date;
|
|
242
243
|
updatedAt: Date;
|
|
243
244
|
description: string | null;
|
|
@@ -247,7 +248,6 @@ export declare namespace GetUsersStreamCommand {
|
|
|
247
248
|
shortUuid: string;
|
|
248
249
|
trafficLimitBytes: number;
|
|
249
250
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
250
|
-
expireAt: Date;
|
|
251
251
|
telegramId: number | null;
|
|
252
252
|
email: string | null;
|
|
253
253
|
hwidDeviceLimit: number | null;
|
|
@@ -278,6 +278,7 @@ export declare namespace GetUsersStreamCommand {
|
|
|
278
278
|
response: {
|
|
279
279
|
users: {
|
|
280
280
|
uuid: string;
|
|
281
|
+
expireAt: string;
|
|
281
282
|
createdAt: string;
|
|
282
283
|
updatedAt: string;
|
|
283
284
|
description: string | null;
|
|
@@ -285,7 +286,6 @@ export declare namespace GetUsersStreamCommand {
|
|
|
285
286
|
tag: string | null;
|
|
286
287
|
id: number;
|
|
287
288
|
shortUuid: string;
|
|
288
|
-
expireAt: string;
|
|
289
289
|
telegramId: number | null;
|
|
290
290
|
email: string | null;
|
|
291
291
|
hwidDeviceLimit: number | null;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetUsersStreamCommand = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
+
const api_1 = require("../../api");
|
|
5
6
|
const constants_1 = require("../../constants");
|
|
6
7
|
const models_1 = require("../../models");
|
|
7
|
-
const api_1 = require("../../api");
|
|
8
8
|
var GetUsersStreamCommand;
|
|
9
9
|
(function (GetUsersStreamCommand) {
|
|
10
10
|
GetUsersStreamCommand.url = api_1.REST_API.USERS.STREAM;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ResolveUserCommand = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
const constants_1 = require("../../constants");
|
|
6
5
|
const api_1 = require("../../api");
|
|
6
|
+
const constants_1 = require("../../constants");
|
|
7
7
|
var ResolveUserCommand;
|
|
8
8
|
(function (ResolveUserCommand) {
|
|
9
9
|
ResolveUserCommand.url = api_1.REST_API.USERS.RESOLVE;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetAllTagsCommand = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
const constants_1 = require("../../../constants");
|
|
6
5
|
const api_1 = require("../../../api");
|
|
6
|
+
const constants_1 = require("../../../constants");
|
|
7
7
|
var GetAllTagsCommand;
|
|
8
8
|
(function (GetAllTagsCommand) {
|
|
9
9
|
GetAllTagsCommand.url = api_1.REST_API.USERS.TAGS.GET;
|