@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
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TruncateTorrentBlockerReportsCommand = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
const models_1 = require("../../../models");
|
|
6
5
|
const api_1 = require("../../../api");
|
|
7
6
|
const constants_1 = require("../../../constants");
|
|
7
|
+
const models_1 = require("../../../models");
|
|
8
8
|
var TruncateTorrentBlockerReportsCommand;
|
|
9
9
|
(function (TruncateTorrentBlockerReportsCommand) {
|
|
10
10
|
TruncateTorrentBlockerReportsCommand.url = api_1.REST_API.NODE_PLUGINS.TORRENT_BLOCKER.TRUNCATE_REPORTS;
|
|
@@ -100,16 +100,16 @@ export declare namespace DisableNodeCommand {
|
|
|
100
100
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
101
101
|
}, "strip", z.ZodTypeAny, {
|
|
102
102
|
uuid: string;
|
|
103
|
+
name: string;
|
|
103
104
|
createdAt: Date;
|
|
104
105
|
updatedAt: Date;
|
|
105
|
-
name: string;
|
|
106
106
|
faviconLink: string | null;
|
|
107
107
|
loginUrl: string | null;
|
|
108
108
|
}, {
|
|
109
109
|
uuid: string;
|
|
110
|
+
name: string;
|
|
110
111
|
createdAt: string;
|
|
111
112
|
updatedAt: string;
|
|
112
|
-
name: string;
|
|
113
113
|
faviconLink: string | null;
|
|
114
114
|
loginUrl: string | null;
|
|
115
115
|
}>>;
|
|
@@ -294,18 +294,18 @@ export declare namespace DisableNodeCommand {
|
|
|
294
294
|
};
|
|
295
295
|
} | null;
|
|
296
296
|
uuid: string;
|
|
297
|
+
name: string;
|
|
297
298
|
createdAt: Date;
|
|
298
299
|
updatedAt: Date;
|
|
299
300
|
provider: {
|
|
300
301
|
uuid: string;
|
|
302
|
+
name: string;
|
|
301
303
|
createdAt: Date;
|
|
302
304
|
updatedAt: Date;
|
|
303
|
-
name: string;
|
|
304
305
|
faviconLink: string | null;
|
|
305
306
|
loginUrl: string | null;
|
|
306
307
|
} | null;
|
|
307
308
|
countryCode: string;
|
|
308
|
-
name: string;
|
|
309
309
|
port: number | null;
|
|
310
310
|
viewPosition: number;
|
|
311
311
|
trafficLimitBytes: number | null;
|
|
@@ -374,18 +374,18 @@ export declare namespace DisableNodeCommand {
|
|
|
374
374
|
};
|
|
375
375
|
} | null;
|
|
376
376
|
uuid: string;
|
|
377
|
+
name: string;
|
|
377
378
|
createdAt: string;
|
|
378
379
|
updatedAt: string;
|
|
379
380
|
provider: {
|
|
380
381
|
uuid: string;
|
|
382
|
+
name: string;
|
|
381
383
|
createdAt: string;
|
|
382
384
|
updatedAt: string;
|
|
383
|
-
name: string;
|
|
384
385
|
faviconLink: string | null;
|
|
385
386
|
loginUrl: string | null;
|
|
386
387
|
} | null;
|
|
387
388
|
countryCode: string;
|
|
388
|
-
name: string;
|
|
389
389
|
port: number | null;
|
|
390
390
|
viewPosition: number;
|
|
391
391
|
trafficLimitBytes: number | null;
|
|
@@ -456,18 +456,18 @@ export declare namespace DisableNodeCommand {
|
|
|
456
456
|
};
|
|
457
457
|
} | null;
|
|
458
458
|
uuid: string;
|
|
459
|
+
name: string;
|
|
459
460
|
createdAt: Date;
|
|
460
461
|
updatedAt: Date;
|
|
461
462
|
provider: {
|
|
462
463
|
uuid: string;
|
|
464
|
+
name: string;
|
|
463
465
|
createdAt: Date;
|
|
464
466
|
updatedAt: Date;
|
|
465
|
-
name: string;
|
|
466
467
|
faviconLink: string | null;
|
|
467
468
|
loginUrl: string | null;
|
|
468
469
|
} | null;
|
|
469
470
|
countryCode: string;
|
|
470
|
-
name: string;
|
|
471
471
|
port: number | null;
|
|
472
472
|
viewPosition: number;
|
|
473
473
|
trafficLimitBytes: number | null;
|
|
@@ -538,18 +538,18 @@ export declare namespace DisableNodeCommand {
|
|
|
538
538
|
};
|
|
539
539
|
} | null;
|
|
540
540
|
uuid: string;
|
|
541
|
+
name: string;
|
|
541
542
|
createdAt: string;
|
|
542
543
|
updatedAt: string;
|
|
543
544
|
provider: {
|
|
544
545
|
uuid: string;
|
|
546
|
+
name: string;
|
|
545
547
|
createdAt: string;
|
|
546
548
|
updatedAt: string;
|
|
547
|
-
name: string;
|
|
548
549
|
faviconLink: string | null;
|
|
549
550
|
loginUrl: string | null;
|
|
550
551
|
} | null;
|
|
551
552
|
countryCode: string;
|
|
552
|
-
name: string;
|
|
553
553
|
port: number | null;
|
|
554
554
|
viewPosition: number;
|
|
555
555
|
trafficLimitBytes: number | null;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DisableNodeCommand = 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
|
const models_1 = require("../../../models");
|
|
8
8
|
var DisableNodeCommand;
|
|
9
9
|
(function (DisableNodeCommand) {
|
|
@@ -100,16 +100,16 @@ export declare namespace EnableNodeCommand {
|
|
|
100
100
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
101
101
|
}, "strip", z.ZodTypeAny, {
|
|
102
102
|
uuid: string;
|
|
103
|
+
name: string;
|
|
103
104
|
createdAt: Date;
|
|
104
105
|
updatedAt: Date;
|
|
105
|
-
name: string;
|
|
106
106
|
faviconLink: string | null;
|
|
107
107
|
loginUrl: string | null;
|
|
108
108
|
}, {
|
|
109
109
|
uuid: string;
|
|
110
|
+
name: string;
|
|
110
111
|
createdAt: string;
|
|
111
112
|
updatedAt: string;
|
|
112
|
-
name: string;
|
|
113
113
|
faviconLink: string | null;
|
|
114
114
|
loginUrl: string | null;
|
|
115
115
|
}>>;
|
|
@@ -294,18 +294,18 @@ export declare namespace EnableNodeCommand {
|
|
|
294
294
|
};
|
|
295
295
|
} | null;
|
|
296
296
|
uuid: string;
|
|
297
|
+
name: string;
|
|
297
298
|
createdAt: Date;
|
|
298
299
|
updatedAt: Date;
|
|
299
300
|
provider: {
|
|
300
301
|
uuid: string;
|
|
302
|
+
name: string;
|
|
301
303
|
createdAt: Date;
|
|
302
304
|
updatedAt: Date;
|
|
303
|
-
name: string;
|
|
304
305
|
faviconLink: string | null;
|
|
305
306
|
loginUrl: string | null;
|
|
306
307
|
} | null;
|
|
307
308
|
countryCode: string;
|
|
308
|
-
name: string;
|
|
309
309
|
port: number | null;
|
|
310
310
|
viewPosition: number;
|
|
311
311
|
trafficLimitBytes: number | null;
|
|
@@ -374,18 +374,18 @@ export declare namespace EnableNodeCommand {
|
|
|
374
374
|
};
|
|
375
375
|
} | null;
|
|
376
376
|
uuid: string;
|
|
377
|
+
name: string;
|
|
377
378
|
createdAt: string;
|
|
378
379
|
updatedAt: string;
|
|
379
380
|
provider: {
|
|
380
381
|
uuid: string;
|
|
382
|
+
name: string;
|
|
381
383
|
createdAt: string;
|
|
382
384
|
updatedAt: string;
|
|
383
|
-
name: string;
|
|
384
385
|
faviconLink: string | null;
|
|
385
386
|
loginUrl: string | null;
|
|
386
387
|
} | null;
|
|
387
388
|
countryCode: string;
|
|
388
|
-
name: string;
|
|
389
389
|
port: number | null;
|
|
390
390
|
viewPosition: number;
|
|
391
391
|
trafficLimitBytes: number | null;
|
|
@@ -456,18 +456,18 @@ export declare namespace EnableNodeCommand {
|
|
|
456
456
|
};
|
|
457
457
|
} | null;
|
|
458
458
|
uuid: string;
|
|
459
|
+
name: string;
|
|
459
460
|
createdAt: Date;
|
|
460
461
|
updatedAt: Date;
|
|
461
462
|
provider: {
|
|
462
463
|
uuid: string;
|
|
464
|
+
name: string;
|
|
463
465
|
createdAt: Date;
|
|
464
466
|
updatedAt: Date;
|
|
465
|
-
name: string;
|
|
466
467
|
faviconLink: string | null;
|
|
467
468
|
loginUrl: string | null;
|
|
468
469
|
} | null;
|
|
469
470
|
countryCode: string;
|
|
470
|
-
name: string;
|
|
471
471
|
port: number | null;
|
|
472
472
|
viewPosition: number;
|
|
473
473
|
trafficLimitBytes: number | null;
|
|
@@ -538,18 +538,18 @@ export declare namespace EnableNodeCommand {
|
|
|
538
538
|
};
|
|
539
539
|
} | null;
|
|
540
540
|
uuid: string;
|
|
541
|
+
name: string;
|
|
541
542
|
createdAt: string;
|
|
542
543
|
updatedAt: string;
|
|
543
544
|
provider: {
|
|
544
545
|
uuid: string;
|
|
546
|
+
name: string;
|
|
545
547
|
createdAt: string;
|
|
546
548
|
updatedAt: string;
|
|
547
|
-
name: string;
|
|
548
549
|
faviconLink: string | null;
|
|
549
550
|
loginUrl: string | null;
|
|
550
551
|
} | null;
|
|
551
552
|
countryCode: string;
|
|
552
|
-
name: string;
|
|
553
553
|
port: number | null;
|
|
554
554
|
viewPosition: number;
|
|
555
555
|
trafficLimitBytes: number | null;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.EnableNodeCommand = 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
|
const models_1 = require("../../../models");
|
|
8
8
|
var EnableNodeCommand;
|
|
9
9
|
(function (EnableNodeCommand) {
|
|
@@ -92,16 +92,16 @@ export declare namespace ReorderNodeCommand {
|
|
|
92
92
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
93
93
|
}, "strip", z.ZodTypeAny, {
|
|
94
94
|
uuid: string;
|
|
95
|
+
name: string;
|
|
95
96
|
createdAt: Date;
|
|
96
97
|
updatedAt: Date;
|
|
97
|
-
name: string;
|
|
98
98
|
faviconLink: string | null;
|
|
99
99
|
loginUrl: string | null;
|
|
100
100
|
}, {
|
|
101
101
|
uuid: string;
|
|
102
|
+
name: string;
|
|
102
103
|
createdAt: string;
|
|
103
104
|
updatedAt: string;
|
|
104
|
-
name: string;
|
|
105
105
|
faviconLink: string | null;
|
|
106
106
|
loginUrl: string | null;
|
|
107
107
|
}>>;
|
|
@@ -364,16 +364,16 @@ export declare namespace ReorderNodeCommand {
|
|
|
364
364
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
365
365
|
}, "strip", z.ZodTypeAny, {
|
|
366
366
|
uuid: string;
|
|
367
|
+
name: string;
|
|
367
368
|
createdAt: Date;
|
|
368
369
|
updatedAt: Date;
|
|
369
|
-
name: string;
|
|
370
370
|
faviconLink: string | null;
|
|
371
371
|
loginUrl: string | null;
|
|
372
372
|
}, {
|
|
373
373
|
uuid: string;
|
|
374
|
+
name: string;
|
|
374
375
|
createdAt: string;
|
|
375
376
|
updatedAt: string;
|
|
376
|
-
name: string;
|
|
377
377
|
faviconLink: string | null;
|
|
378
378
|
loginUrl: string | null;
|
|
379
379
|
}>>;
|
|
@@ -558,18 +558,18 @@ export declare namespace ReorderNodeCommand {
|
|
|
558
558
|
};
|
|
559
559
|
} | null;
|
|
560
560
|
uuid: string;
|
|
561
|
+
name: string;
|
|
561
562
|
createdAt: Date;
|
|
562
563
|
updatedAt: Date;
|
|
563
564
|
provider: {
|
|
564
565
|
uuid: string;
|
|
566
|
+
name: string;
|
|
565
567
|
createdAt: Date;
|
|
566
568
|
updatedAt: Date;
|
|
567
|
-
name: string;
|
|
568
569
|
faviconLink: string | null;
|
|
569
570
|
loginUrl: string | null;
|
|
570
571
|
} | null;
|
|
571
572
|
countryCode: string;
|
|
572
|
-
name: string;
|
|
573
573
|
port: number | null;
|
|
574
574
|
viewPosition: number;
|
|
575
575
|
trafficLimitBytes: number | null;
|
|
@@ -638,18 +638,18 @@ export declare namespace ReorderNodeCommand {
|
|
|
638
638
|
};
|
|
639
639
|
} | null;
|
|
640
640
|
uuid: string;
|
|
641
|
+
name: string;
|
|
641
642
|
createdAt: string;
|
|
642
643
|
updatedAt: string;
|
|
643
644
|
provider: {
|
|
644
645
|
uuid: string;
|
|
646
|
+
name: string;
|
|
645
647
|
createdAt: string;
|
|
646
648
|
updatedAt: string;
|
|
647
|
-
name: string;
|
|
648
649
|
faviconLink: string | null;
|
|
649
650
|
loginUrl: string | null;
|
|
650
651
|
} | null;
|
|
651
652
|
countryCode: string;
|
|
652
|
-
name: string;
|
|
653
653
|
port: number | null;
|
|
654
654
|
viewPosition: number;
|
|
655
655
|
trafficLimitBytes: number | null;
|
|
@@ -720,18 +720,18 @@ export declare namespace ReorderNodeCommand {
|
|
|
720
720
|
};
|
|
721
721
|
} | null;
|
|
722
722
|
uuid: string;
|
|
723
|
+
name: string;
|
|
723
724
|
createdAt: Date;
|
|
724
725
|
updatedAt: Date;
|
|
725
726
|
provider: {
|
|
726
727
|
uuid: string;
|
|
728
|
+
name: string;
|
|
727
729
|
createdAt: Date;
|
|
728
730
|
updatedAt: Date;
|
|
729
|
-
name: string;
|
|
730
731
|
faviconLink: string | null;
|
|
731
732
|
loginUrl: string | null;
|
|
732
733
|
} | null;
|
|
733
734
|
countryCode: string;
|
|
734
|
-
name: string;
|
|
735
735
|
port: number | null;
|
|
736
736
|
viewPosition: number;
|
|
737
737
|
trafficLimitBytes: number | null;
|
|
@@ -802,18 +802,18 @@ export declare namespace ReorderNodeCommand {
|
|
|
802
802
|
};
|
|
803
803
|
} | null;
|
|
804
804
|
uuid: string;
|
|
805
|
+
name: string;
|
|
805
806
|
createdAt: string;
|
|
806
807
|
updatedAt: string;
|
|
807
808
|
provider: {
|
|
808
809
|
uuid: string;
|
|
810
|
+
name: string;
|
|
809
811
|
createdAt: string;
|
|
810
812
|
updatedAt: string;
|
|
811
|
-
name: string;
|
|
812
813
|
faviconLink: string | null;
|
|
813
814
|
loginUrl: string | null;
|
|
814
815
|
} | null;
|
|
815
816
|
countryCode: string;
|
|
816
|
-
name: string;
|
|
817
817
|
port: number | null;
|
|
818
818
|
viewPosition: number;
|
|
819
819
|
trafficLimitBytes: number | null;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ReorderNodeCommand = 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
|
const models_1 = require("../../../models");
|
|
8
8
|
var ReorderNodeCommand;
|
|
9
9
|
(function (ReorderNodeCommand) {
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ResetNodeTrafficCommand = 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 ResetNodeTrafficCommand;
|
|
8
8
|
(function (ResetNodeTrafficCommand) {
|
|
9
9
|
ResetNodeTrafficCommand.url = api_1.REST_API.NODES.ACTIONS.RESET_TRAFFIC;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.RestartAllNodesCommand = 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 RestartAllNodesCommand;
|
|
8
8
|
(function (RestartAllNodesCommand) {
|
|
9
9
|
RestartAllNodesCommand.url = api_1.REST_API.NODES.ACTIONS.RESTART_ALL;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.RestartNodeCommand = 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 RestartNodeCommand;
|
|
8
8
|
(function (RestartNodeCommand) {
|
|
9
9
|
RestartNodeCommand.url = api_1.REST_API.NODES.ACTIONS.RESTART;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.BulkNodesActionsCommand = 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 BulkNodesActionsCommand;
|
|
8
8
|
(function (BulkNodesActionsCommand) {
|
|
9
9
|
BulkNodesActionsCommand.url = api_1.REST_API.NODES.BULK_ACTIONS.ACTIONS;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.BulkNodesUpdateCommand = 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 BulkNodesUpdateCommand;
|
|
8
8
|
(function (BulkNodesUpdateCommand) {
|
|
9
9
|
BulkNodesUpdateCommand.url = api_1.REST_API.NODES.BULK_ACTIONS.UPDATE;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.BulkNodesProfileModificationCommand = 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 BulkNodesProfileModificationCommand;
|
|
8
8
|
(function (BulkNodesProfileModificationCommand) {
|
|
9
9
|
BulkNodesProfileModificationCommand.url = api_1.REST_API.NODES.BULK_ACTIONS.PROFILE_MODIFICATION;
|
|
@@ -30,8 +30,8 @@ export declare namespace CreateNodeCommand {
|
|
|
30
30
|
activePluginUuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31
31
|
note: z.ZodOptional<z.ZodString>;
|
|
32
32
|
}, "strip", z.ZodTypeAny, {
|
|
33
|
-
countryCode: string;
|
|
34
33
|
name: string;
|
|
34
|
+
countryCode: string;
|
|
35
35
|
address: string;
|
|
36
36
|
isTrafficTrackingActive: boolean;
|
|
37
37
|
configProfile: {
|
|
@@ -160,16 +160,16 @@ export declare namespace CreateNodeCommand {
|
|
|
160
160
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
161
161
|
}, "strip", z.ZodTypeAny, {
|
|
162
162
|
uuid: string;
|
|
163
|
+
name: string;
|
|
163
164
|
createdAt: Date;
|
|
164
165
|
updatedAt: Date;
|
|
165
|
-
name: string;
|
|
166
166
|
faviconLink: string | null;
|
|
167
167
|
loginUrl: string | null;
|
|
168
168
|
}, {
|
|
169
169
|
uuid: string;
|
|
170
|
+
name: string;
|
|
170
171
|
createdAt: string;
|
|
171
172
|
updatedAt: string;
|
|
172
|
-
name: string;
|
|
173
173
|
faviconLink: string | null;
|
|
174
174
|
loginUrl: string | null;
|
|
175
175
|
}>>;
|
|
@@ -354,18 +354,18 @@ export declare namespace CreateNodeCommand {
|
|
|
354
354
|
};
|
|
355
355
|
} | null;
|
|
356
356
|
uuid: string;
|
|
357
|
+
name: string;
|
|
357
358
|
createdAt: Date;
|
|
358
359
|
updatedAt: Date;
|
|
359
360
|
provider: {
|
|
360
361
|
uuid: string;
|
|
362
|
+
name: string;
|
|
361
363
|
createdAt: Date;
|
|
362
364
|
updatedAt: Date;
|
|
363
|
-
name: string;
|
|
364
365
|
faviconLink: string | null;
|
|
365
366
|
loginUrl: string | null;
|
|
366
367
|
} | null;
|
|
367
368
|
countryCode: string;
|
|
368
|
-
name: string;
|
|
369
369
|
port: number | null;
|
|
370
370
|
viewPosition: number;
|
|
371
371
|
trafficLimitBytes: number | null;
|
|
@@ -434,18 +434,18 @@ export declare namespace CreateNodeCommand {
|
|
|
434
434
|
};
|
|
435
435
|
} | null;
|
|
436
436
|
uuid: string;
|
|
437
|
+
name: string;
|
|
437
438
|
createdAt: string;
|
|
438
439
|
updatedAt: string;
|
|
439
440
|
provider: {
|
|
440
441
|
uuid: string;
|
|
442
|
+
name: string;
|
|
441
443
|
createdAt: string;
|
|
442
444
|
updatedAt: string;
|
|
443
|
-
name: string;
|
|
444
445
|
faviconLink: string | null;
|
|
445
446
|
loginUrl: string | null;
|
|
446
447
|
} | null;
|
|
447
448
|
countryCode: string;
|
|
448
|
-
name: string;
|
|
449
449
|
port: number | null;
|
|
450
450
|
viewPosition: number;
|
|
451
451
|
trafficLimitBytes: number | null;
|
|
@@ -516,18 +516,18 @@ export declare namespace CreateNodeCommand {
|
|
|
516
516
|
};
|
|
517
517
|
} | null;
|
|
518
518
|
uuid: string;
|
|
519
|
+
name: string;
|
|
519
520
|
createdAt: Date;
|
|
520
521
|
updatedAt: Date;
|
|
521
522
|
provider: {
|
|
522
523
|
uuid: string;
|
|
524
|
+
name: string;
|
|
523
525
|
createdAt: Date;
|
|
524
526
|
updatedAt: Date;
|
|
525
|
-
name: string;
|
|
526
527
|
faviconLink: string | null;
|
|
527
528
|
loginUrl: string | null;
|
|
528
529
|
} | null;
|
|
529
530
|
countryCode: string;
|
|
530
|
-
name: string;
|
|
531
531
|
port: number | null;
|
|
532
532
|
viewPosition: number;
|
|
533
533
|
trafficLimitBytes: number | null;
|
|
@@ -598,18 +598,18 @@ export declare namespace CreateNodeCommand {
|
|
|
598
598
|
};
|
|
599
599
|
} | null;
|
|
600
600
|
uuid: string;
|
|
601
|
+
name: string;
|
|
601
602
|
createdAt: string;
|
|
602
603
|
updatedAt: string;
|
|
603
604
|
provider: {
|
|
604
605
|
uuid: string;
|
|
606
|
+
name: string;
|
|
605
607
|
createdAt: string;
|
|
606
608
|
updatedAt: string;
|
|
607
|
-
name: string;
|
|
608
609
|
faviconLink: string | null;
|
|
609
610
|
loginUrl: string | null;
|
|
610
611
|
} | null;
|
|
611
612
|
countryCode: string;
|
|
612
|
-
name: string;
|
|
613
613
|
port: number | null;
|
|
614
614
|
viewPosition: number;
|
|
615
615
|
trafficLimitBytes: number | null;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateNodeCommand = 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
|
const models_1 = require("../../models");
|
|
8
8
|
var CreateNodeCommand;
|
|
9
9
|
(function (CreateNodeCommand) {
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteNodeCommand = 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 DeleteNodeCommand;
|
|
8
8
|
(function (DeleteNodeCommand) {
|
|
9
9
|
DeleteNodeCommand.url = api_1.REST_API.NODES.DELETE;
|
|
@@ -92,16 +92,16 @@ export declare namespace GetAllNodesCommand {
|
|
|
92
92
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
93
93
|
}, "strip", z.ZodTypeAny, {
|
|
94
94
|
uuid: string;
|
|
95
|
+
name: string;
|
|
95
96
|
createdAt: Date;
|
|
96
97
|
updatedAt: Date;
|
|
97
|
-
name: string;
|
|
98
98
|
faviconLink: string | null;
|
|
99
99
|
loginUrl: string | null;
|
|
100
100
|
}, {
|
|
101
101
|
uuid: string;
|
|
102
|
+
name: string;
|
|
102
103
|
createdAt: string;
|
|
103
104
|
updatedAt: string;
|
|
104
|
-
name: string;
|
|
105
105
|
faviconLink: string | null;
|
|
106
106
|
loginUrl: string | null;
|
|
107
107
|
}>>;
|
|
@@ -286,18 +286,18 @@ export declare namespace GetAllNodesCommand {
|
|
|
286
286
|
};
|
|
287
287
|
} | null;
|
|
288
288
|
uuid: string;
|
|
289
|
+
name: string;
|
|
289
290
|
createdAt: Date;
|
|
290
291
|
updatedAt: Date;
|
|
291
292
|
provider: {
|
|
292
293
|
uuid: string;
|
|
294
|
+
name: string;
|
|
293
295
|
createdAt: Date;
|
|
294
296
|
updatedAt: Date;
|
|
295
|
-
name: string;
|
|
296
297
|
faviconLink: string | null;
|
|
297
298
|
loginUrl: string | null;
|
|
298
299
|
} | null;
|
|
299
300
|
countryCode: string;
|
|
300
|
-
name: string;
|
|
301
301
|
port: number | null;
|
|
302
302
|
viewPosition: number;
|
|
303
303
|
trafficLimitBytes: number | null;
|
|
@@ -366,18 +366,18 @@ export declare namespace GetAllNodesCommand {
|
|
|
366
366
|
};
|
|
367
367
|
} | null;
|
|
368
368
|
uuid: string;
|
|
369
|
+
name: string;
|
|
369
370
|
createdAt: string;
|
|
370
371
|
updatedAt: string;
|
|
371
372
|
provider: {
|
|
372
373
|
uuid: string;
|
|
374
|
+
name: string;
|
|
373
375
|
createdAt: string;
|
|
374
376
|
updatedAt: string;
|
|
375
|
-
name: string;
|
|
376
377
|
faviconLink: string | null;
|
|
377
378
|
loginUrl: string | null;
|
|
378
379
|
} | null;
|
|
379
380
|
countryCode: string;
|
|
380
|
-
name: string;
|
|
381
381
|
port: number | null;
|
|
382
382
|
viewPosition: number;
|
|
383
383
|
trafficLimitBytes: number | null;
|
|
@@ -448,18 +448,18 @@ export declare namespace GetAllNodesCommand {
|
|
|
448
448
|
};
|
|
449
449
|
} | null;
|
|
450
450
|
uuid: string;
|
|
451
|
+
name: string;
|
|
451
452
|
createdAt: Date;
|
|
452
453
|
updatedAt: Date;
|
|
453
454
|
provider: {
|
|
454
455
|
uuid: string;
|
|
456
|
+
name: string;
|
|
455
457
|
createdAt: Date;
|
|
456
458
|
updatedAt: Date;
|
|
457
|
-
name: string;
|
|
458
459
|
faviconLink: string | null;
|
|
459
460
|
loginUrl: string | null;
|
|
460
461
|
} | null;
|
|
461
462
|
countryCode: string;
|
|
462
|
-
name: string;
|
|
463
463
|
port: number | null;
|
|
464
464
|
viewPosition: number;
|
|
465
465
|
trafficLimitBytes: number | null;
|
|
@@ -530,18 +530,18 @@ export declare namespace GetAllNodesCommand {
|
|
|
530
530
|
};
|
|
531
531
|
} | null;
|
|
532
532
|
uuid: string;
|
|
533
|
+
name: string;
|
|
533
534
|
createdAt: string;
|
|
534
535
|
updatedAt: string;
|
|
535
536
|
provider: {
|
|
536
537
|
uuid: string;
|
|
538
|
+
name: string;
|
|
537
539
|
createdAt: string;
|
|
538
540
|
updatedAt: string;
|
|
539
|
-
name: string;
|
|
540
541
|
faviconLink: string | null;
|
|
541
542
|
loginUrl: string | null;
|
|
542
543
|
} | null;
|
|
543
544
|
countryCode: string;
|
|
544
|
-
name: string;
|
|
545
545
|
port: number | null;
|
|
546
546
|
viewPosition: number;
|
|
547
547
|
trafficLimitBytes: number | null;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetAllNodesCommand = 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
|
const models_1 = require("../../models");
|
|
8
8
|
var GetAllNodesCommand;
|
|
9
9
|
(function (GetAllNodesCommand) {
|