@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
|
@@ -71,6 +71,7 @@ export declare const RemnawaveWebhookUserEvents: z.ZodObject<{
|
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
72
72
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
73
73
|
uuid: string;
|
|
74
|
+
expireAt: Date;
|
|
74
75
|
createdAt: Date;
|
|
75
76
|
updatedAt: Date;
|
|
76
77
|
description: string | null;
|
|
@@ -80,7 +81,6 @@ export declare const RemnawaveWebhookUserEvents: z.ZodObject<{
|
|
|
80
81
|
shortUuid: string;
|
|
81
82
|
trafficLimitBytes: number;
|
|
82
83
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
83
|
-
expireAt: Date;
|
|
84
84
|
telegramId: number | null;
|
|
85
85
|
email: string | null;
|
|
86
86
|
hwidDeviceLimit: number | null;
|
|
@@ -105,6 +105,7 @@ export declare const RemnawaveWebhookUserEvents: z.ZodObject<{
|
|
|
105
105
|
};
|
|
106
106
|
}, {
|
|
107
107
|
uuid: string;
|
|
108
|
+
expireAt: string;
|
|
108
109
|
createdAt: string;
|
|
109
110
|
updatedAt: string;
|
|
110
111
|
description: string | null;
|
|
@@ -112,7 +113,6 @@ export declare const RemnawaveWebhookUserEvents: z.ZodObject<{
|
|
|
112
113
|
tag: string | null;
|
|
113
114
|
id: number;
|
|
114
115
|
shortUuid: string;
|
|
115
|
-
expireAt: string;
|
|
116
116
|
telegramId: number | null;
|
|
117
117
|
email: string | null;
|
|
118
118
|
hwidDeviceLimit: number | null;
|
|
@@ -153,6 +153,7 @@ export declare const RemnawaveWebhookUserEvents: z.ZodObject<{
|
|
|
153
153
|
data: {
|
|
154
154
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
155
155
|
uuid: string;
|
|
156
|
+
expireAt: Date;
|
|
156
157
|
createdAt: Date;
|
|
157
158
|
updatedAt: Date;
|
|
158
159
|
description: string | null;
|
|
@@ -162,7 +163,6 @@ export declare const RemnawaveWebhookUserEvents: z.ZodObject<{
|
|
|
162
163
|
shortUuid: string;
|
|
163
164
|
trafficLimitBytes: number;
|
|
164
165
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
165
|
-
expireAt: Date;
|
|
166
166
|
telegramId: number | null;
|
|
167
167
|
email: string | null;
|
|
168
168
|
hwidDeviceLimit: number | null;
|
|
@@ -196,6 +196,7 @@ export declare const RemnawaveWebhookUserEvents: z.ZodObject<{
|
|
|
196
196
|
}, {
|
|
197
197
|
data: {
|
|
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 const RemnawaveWebhookUserEvents: z.ZodObject<{
|
|
|
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;
|
|
@@ -311,6 +311,7 @@ export declare const RemnawaveWebhookUserHwidDevicesEvents: z.ZodObject<{
|
|
|
311
311
|
}, "strip", z.ZodTypeAny, {
|
|
312
312
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
313
313
|
uuid: string;
|
|
314
|
+
expireAt: Date;
|
|
314
315
|
createdAt: Date;
|
|
315
316
|
updatedAt: Date;
|
|
316
317
|
description: string | null;
|
|
@@ -320,7 +321,6 @@ export declare const RemnawaveWebhookUserHwidDevicesEvents: z.ZodObject<{
|
|
|
320
321
|
shortUuid: string;
|
|
321
322
|
trafficLimitBytes: number;
|
|
322
323
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
323
|
-
expireAt: Date;
|
|
324
324
|
telegramId: number | null;
|
|
325
325
|
email: string | null;
|
|
326
326
|
hwidDeviceLimit: number | null;
|
|
@@ -345,6 +345,7 @@ export declare const RemnawaveWebhookUserHwidDevicesEvents: z.ZodObject<{
|
|
|
345
345
|
};
|
|
346
346
|
}, {
|
|
347
347
|
uuid: string;
|
|
348
|
+
expireAt: string;
|
|
348
349
|
createdAt: string;
|
|
349
350
|
updatedAt: string;
|
|
350
351
|
description: string | null;
|
|
@@ -352,7 +353,6 @@ export declare const RemnawaveWebhookUserHwidDevicesEvents: z.ZodObject<{
|
|
|
352
353
|
tag: string | null;
|
|
353
354
|
id: number;
|
|
354
355
|
shortUuid: string;
|
|
355
|
-
expireAt: string;
|
|
356
356
|
telegramId: number | null;
|
|
357
357
|
email: string | null;
|
|
358
358
|
hwidDeviceLimit: number | null;
|
|
@@ -414,6 +414,7 @@ export declare const RemnawaveWebhookUserHwidDevicesEvents: z.ZodObject<{
|
|
|
414
414
|
user: {
|
|
415
415
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
416
416
|
uuid: string;
|
|
417
|
+
expireAt: Date;
|
|
417
418
|
createdAt: Date;
|
|
418
419
|
updatedAt: Date;
|
|
419
420
|
description: string | null;
|
|
@@ -423,7 +424,6 @@ export declare const RemnawaveWebhookUserHwidDevicesEvents: z.ZodObject<{
|
|
|
423
424
|
shortUuid: string;
|
|
424
425
|
trafficLimitBytes: number;
|
|
425
426
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
426
|
-
expireAt: Date;
|
|
427
427
|
telegramId: number | null;
|
|
428
428
|
email: string | null;
|
|
429
429
|
hwidDeviceLimit: number | null;
|
|
@@ -461,6 +461,7 @@ export declare const RemnawaveWebhookUserHwidDevicesEvents: z.ZodObject<{
|
|
|
461
461
|
}, {
|
|
462
462
|
user: {
|
|
463
463
|
uuid: string;
|
|
464
|
+
expireAt: string;
|
|
464
465
|
createdAt: string;
|
|
465
466
|
updatedAt: string;
|
|
466
467
|
description: string | null;
|
|
@@ -468,7 +469,6 @@ export declare const RemnawaveWebhookUserHwidDevicesEvents: z.ZodObject<{
|
|
|
468
469
|
tag: string | null;
|
|
469
470
|
id: number;
|
|
470
471
|
shortUuid: string;
|
|
471
|
-
expireAt: string;
|
|
472
472
|
telegramId: number | null;
|
|
473
473
|
email: string | null;
|
|
474
474
|
hwidDeviceLimit: number | null;
|
|
@@ -512,6 +512,7 @@ export declare const RemnawaveWebhookUserHwidDevicesEvents: z.ZodObject<{
|
|
|
512
512
|
user: {
|
|
513
513
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
514
514
|
uuid: string;
|
|
515
|
+
expireAt: Date;
|
|
515
516
|
createdAt: Date;
|
|
516
517
|
updatedAt: Date;
|
|
517
518
|
description: string | null;
|
|
@@ -521,7 +522,6 @@ export declare const RemnawaveWebhookUserHwidDevicesEvents: z.ZodObject<{
|
|
|
521
522
|
shortUuid: string;
|
|
522
523
|
trafficLimitBytes: number;
|
|
523
524
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
524
|
-
expireAt: Date;
|
|
525
525
|
telegramId: number | null;
|
|
526
526
|
email: string | null;
|
|
527
527
|
hwidDeviceLimit: number | null;
|
|
@@ -564,6 +564,7 @@ export declare const RemnawaveWebhookUserHwidDevicesEvents: z.ZodObject<{
|
|
|
564
564
|
data: {
|
|
565
565
|
user: {
|
|
566
566
|
uuid: string;
|
|
567
|
+
expireAt: string;
|
|
567
568
|
createdAt: string;
|
|
568
569
|
updatedAt: string;
|
|
569
570
|
description: string | null;
|
|
@@ -571,7 +572,6 @@ export declare const RemnawaveWebhookUserHwidDevicesEvents: z.ZodObject<{
|
|
|
571
572
|
tag: string | null;
|
|
572
573
|
id: number;
|
|
573
574
|
shortUuid: string;
|
|
574
|
-
expireAt: string;
|
|
575
575
|
telegramId: number | null;
|
|
576
576
|
email: string | null;
|
|
577
577
|
hwidDeviceLimit: number | null;
|
|
@@ -706,16 +706,16 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
|
|
|
706
706
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
707
707
|
}, "strip", z.ZodTypeAny, {
|
|
708
708
|
uuid: string;
|
|
709
|
+
name: string;
|
|
709
710
|
createdAt: Date;
|
|
710
711
|
updatedAt: Date;
|
|
711
|
-
name: string;
|
|
712
712
|
faviconLink: string | null;
|
|
713
713
|
loginUrl: string | null;
|
|
714
714
|
}, {
|
|
715
715
|
uuid: string;
|
|
716
|
+
name: string;
|
|
716
717
|
createdAt: string;
|
|
717
718
|
updatedAt: string;
|
|
718
|
-
name: string;
|
|
719
719
|
faviconLink: string | null;
|
|
720
720
|
loginUrl: string | null;
|
|
721
721
|
}>>;
|
|
@@ -900,18 +900,18 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
|
|
|
900
900
|
};
|
|
901
901
|
} | null;
|
|
902
902
|
uuid: string;
|
|
903
|
+
name: string;
|
|
903
904
|
createdAt: Date;
|
|
904
905
|
updatedAt: Date;
|
|
905
906
|
provider: {
|
|
906
907
|
uuid: string;
|
|
908
|
+
name: string;
|
|
907
909
|
createdAt: Date;
|
|
908
910
|
updatedAt: Date;
|
|
909
|
-
name: string;
|
|
910
911
|
faviconLink: string | null;
|
|
911
912
|
loginUrl: string | null;
|
|
912
913
|
} | null;
|
|
913
914
|
countryCode: string;
|
|
914
|
-
name: string;
|
|
915
915
|
port: number | null;
|
|
916
916
|
viewPosition: number;
|
|
917
917
|
trafficLimitBytes: number | null;
|
|
@@ -980,18 +980,18 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
|
|
|
980
980
|
};
|
|
981
981
|
} | null;
|
|
982
982
|
uuid: string;
|
|
983
|
+
name: string;
|
|
983
984
|
createdAt: string;
|
|
984
985
|
updatedAt: string;
|
|
985
986
|
provider: {
|
|
986
987
|
uuid: string;
|
|
988
|
+
name: string;
|
|
987
989
|
createdAt: string;
|
|
988
990
|
updatedAt: string;
|
|
989
|
-
name: string;
|
|
990
991
|
faviconLink: string | null;
|
|
991
992
|
loginUrl: string | null;
|
|
992
993
|
} | null;
|
|
993
994
|
countryCode: string;
|
|
994
|
-
name: string;
|
|
995
995
|
port: number | null;
|
|
996
996
|
viewPosition: number;
|
|
997
997
|
trafficLimitBytes: number | null;
|
|
@@ -1062,18 +1062,18 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
|
|
|
1062
1062
|
};
|
|
1063
1063
|
} | null;
|
|
1064
1064
|
uuid: string;
|
|
1065
|
+
name: string;
|
|
1065
1066
|
createdAt: Date;
|
|
1066
1067
|
updatedAt: Date;
|
|
1067
1068
|
provider: {
|
|
1068
1069
|
uuid: string;
|
|
1070
|
+
name: string;
|
|
1069
1071
|
createdAt: Date;
|
|
1070
1072
|
updatedAt: Date;
|
|
1071
|
-
name: string;
|
|
1072
1073
|
faviconLink: string | null;
|
|
1073
1074
|
loginUrl: string | null;
|
|
1074
1075
|
} | null;
|
|
1075
1076
|
countryCode: string;
|
|
1076
|
-
name: string;
|
|
1077
1077
|
port: number | null;
|
|
1078
1078
|
viewPosition: number;
|
|
1079
1079
|
trafficLimitBytes: number | null;
|
|
@@ -1147,18 +1147,18 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
|
|
|
1147
1147
|
};
|
|
1148
1148
|
} | null;
|
|
1149
1149
|
uuid: string;
|
|
1150
|
+
name: string;
|
|
1150
1151
|
createdAt: string;
|
|
1151
1152
|
updatedAt: string;
|
|
1152
1153
|
provider: {
|
|
1153
1154
|
uuid: string;
|
|
1155
|
+
name: string;
|
|
1154
1156
|
createdAt: string;
|
|
1155
1157
|
updatedAt: string;
|
|
1156
|
-
name: string;
|
|
1157
1158
|
faviconLink: string | null;
|
|
1158
1159
|
loginUrl: string | null;
|
|
1159
1160
|
} | null;
|
|
1160
1161
|
countryCode: string;
|
|
1161
|
-
name: string;
|
|
1162
1162
|
port: number | null;
|
|
1163
1163
|
viewPosition: number;
|
|
1164
1164
|
trafficLimitBytes: number | null;
|
|
@@ -1204,7 +1204,7 @@ export declare const RemnawaveWebhookNodeEvents: z.ZodObject<{
|
|
|
1204
1204
|
}>;
|
|
1205
1205
|
export declare const RemnawaveWebhookServiceEvents: z.ZodObject<{
|
|
1206
1206
|
scope: z.ZodLiteral<"service">;
|
|
1207
|
-
event: z.ZodEnum<["service.panel_started" | "service.login_attempt_failed" | "service.login_attempt_success" | "service.subpage_config_changed", ...("service.panel_started" | "service.login_attempt_failed" | "service.login_attempt_success" | "service.subpage_config_changed")[]]>;
|
|
1207
|
+
event: z.ZodEnum<["service.panel_started" | "service.login_attempt_failed" | "service.login_attempt_success" | "service.subpage_config_changed" | "service.api_token_created" | "service.api_token_deleted", ...("service.panel_started" | "service.login_attempt_failed" | "service.login_attempt_success" | "service.subpage_config_changed" | "service.api_token_created" | "service.api_token_deleted")[]]>;
|
|
1208
1208
|
timestamp: z.ZodEffects<z.ZodString, Date, string>;
|
|
1209
1209
|
data: z.ZodObject<{
|
|
1210
1210
|
loginAttempt: z.ZodOptional<z.ZodObject<{
|
|
@@ -1280,7 +1280,7 @@ export declare const RemnawaveWebhookServiceEvents: z.ZodObject<{
|
|
|
1280
1280
|
} | undefined;
|
|
1281
1281
|
};
|
|
1282
1282
|
scope: "service";
|
|
1283
|
-
event: "service.panel_started" | "service.login_attempt_failed" | "service.login_attempt_success" | "service.subpage_config_changed";
|
|
1283
|
+
event: "service.panel_started" | "service.login_attempt_failed" | "service.login_attempt_success" | "service.subpage_config_changed" | "service.api_token_created" | "service.api_token_deleted";
|
|
1284
1284
|
timestamp: Date;
|
|
1285
1285
|
}, {
|
|
1286
1286
|
data: {
|
|
@@ -1298,7 +1298,7 @@ export declare const RemnawaveWebhookServiceEvents: z.ZodObject<{
|
|
|
1298
1298
|
} | undefined;
|
|
1299
1299
|
};
|
|
1300
1300
|
scope: "service";
|
|
1301
|
-
event: "service.panel_started" | "service.login_attempt_failed" | "service.login_attempt_success" | "service.subpage_config_changed";
|
|
1301
|
+
event: "service.panel_started" | "service.login_attempt_failed" | "service.login_attempt_success" | "service.subpage_config_changed" | "service.api_token_created" | "service.api_token_deleted";
|
|
1302
1302
|
timestamp: string;
|
|
1303
1303
|
}>;
|
|
1304
1304
|
export declare const RemnawaveWebhookErrorsEvents: z.ZodObject<{
|
|
@@ -1461,16 +1461,16 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
1461
1461
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
1462
1462
|
}, "strip", z.ZodTypeAny, {
|
|
1463
1463
|
uuid: string;
|
|
1464
|
+
name: string;
|
|
1464
1465
|
createdAt: Date;
|
|
1465
1466
|
updatedAt: Date;
|
|
1466
|
-
name: string;
|
|
1467
1467
|
faviconLink: string | null;
|
|
1468
1468
|
loginUrl: string | null;
|
|
1469
1469
|
}, {
|
|
1470
1470
|
uuid: string;
|
|
1471
|
+
name: string;
|
|
1471
1472
|
createdAt: string;
|
|
1472
1473
|
updatedAt: string;
|
|
1473
|
-
name: string;
|
|
1474
1474
|
faviconLink: string | null;
|
|
1475
1475
|
loginUrl: string | null;
|
|
1476
1476
|
}>>;
|
|
@@ -1655,18 +1655,18 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
1655
1655
|
};
|
|
1656
1656
|
} | null;
|
|
1657
1657
|
uuid: string;
|
|
1658
|
+
name: string;
|
|
1658
1659
|
createdAt: Date;
|
|
1659
1660
|
updatedAt: Date;
|
|
1660
1661
|
provider: {
|
|
1661
1662
|
uuid: string;
|
|
1663
|
+
name: string;
|
|
1662
1664
|
createdAt: Date;
|
|
1663
1665
|
updatedAt: Date;
|
|
1664
|
-
name: string;
|
|
1665
1666
|
faviconLink: string | null;
|
|
1666
1667
|
loginUrl: string | null;
|
|
1667
1668
|
} | null;
|
|
1668
1669
|
countryCode: string;
|
|
1669
|
-
name: string;
|
|
1670
1670
|
port: number | null;
|
|
1671
1671
|
viewPosition: number;
|
|
1672
1672
|
trafficLimitBytes: number | null;
|
|
@@ -1735,18 +1735,18 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
1735
1735
|
};
|
|
1736
1736
|
} | null;
|
|
1737
1737
|
uuid: string;
|
|
1738
|
+
name: string;
|
|
1738
1739
|
createdAt: string;
|
|
1739
1740
|
updatedAt: string;
|
|
1740
1741
|
provider: {
|
|
1741
1742
|
uuid: string;
|
|
1743
|
+
name: string;
|
|
1742
1744
|
createdAt: string;
|
|
1743
1745
|
updatedAt: string;
|
|
1744
|
-
name: string;
|
|
1745
1746
|
faviconLink: string | null;
|
|
1746
1747
|
loginUrl: string | null;
|
|
1747
1748
|
} | null;
|
|
1748
1749
|
countryCode: string;
|
|
1749
|
-
name: string;
|
|
1750
1750
|
port: number | null;
|
|
1751
1751
|
viewPosition: number;
|
|
1752
1752
|
trafficLimitBytes: number | null;
|
|
@@ -1854,6 +1854,7 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
1854
1854
|
}, "strip", z.ZodTypeAny, {
|
|
1855
1855
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
1856
1856
|
uuid: string;
|
|
1857
|
+
expireAt: Date;
|
|
1857
1858
|
createdAt: Date;
|
|
1858
1859
|
updatedAt: Date;
|
|
1859
1860
|
description: string | null;
|
|
@@ -1863,7 +1864,6 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
1863
1864
|
shortUuid: string;
|
|
1864
1865
|
trafficLimitBytes: number;
|
|
1865
1866
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
1866
|
-
expireAt: Date;
|
|
1867
1867
|
telegramId: number | null;
|
|
1868
1868
|
email: string | null;
|
|
1869
1869
|
hwidDeviceLimit: number | null;
|
|
@@ -1888,6 +1888,7 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
1888
1888
|
};
|
|
1889
1889
|
}, {
|
|
1890
1890
|
uuid: string;
|
|
1891
|
+
expireAt: string;
|
|
1891
1892
|
createdAt: string;
|
|
1892
1893
|
updatedAt: string;
|
|
1893
1894
|
description: string | null;
|
|
@@ -1895,7 +1896,6 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
1895
1896
|
tag: string | null;
|
|
1896
1897
|
id: number;
|
|
1897
1898
|
shortUuid: string;
|
|
1898
|
-
expireAt: string;
|
|
1899
1899
|
telegramId: number | null;
|
|
1900
1900
|
email: string | null;
|
|
1901
1901
|
hwidDeviceLimit: number | null;
|
|
@@ -2041,6 +2041,7 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
2041
2041
|
user: {
|
|
2042
2042
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
2043
2043
|
uuid: string;
|
|
2044
|
+
expireAt: Date;
|
|
2044
2045
|
createdAt: Date;
|
|
2045
2046
|
updatedAt: Date;
|
|
2046
2047
|
description: string | null;
|
|
@@ -2050,7 +2051,6 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
2050
2051
|
shortUuid: string;
|
|
2051
2052
|
trafficLimitBytes: number;
|
|
2052
2053
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
2053
|
-
expireAt: Date;
|
|
2054
2054
|
telegramId: number | null;
|
|
2055
2055
|
email: string | null;
|
|
2056
2056
|
hwidDeviceLimit: number | null;
|
|
@@ -2104,18 +2104,18 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
2104
2104
|
};
|
|
2105
2105
|
} | null;
|
|
2106
2106
|
uuid: string;
|
|
2107
|
+
name: string;
|
|
2107
2108
|
createdAt: Date;
|
|
2108
2109
|
updatedAt: Date;
|
|
2109
2110
|
provider: {
|
|
2110
2111
|
uuid: string;
|
|
2112
|
+
name: string;
|
|
2111
2113
|
createdAt: Date;
|
|
2112
2114
|
updatedAt: Date;
|
|
2113
|
-
name: string;
|
|
2114
2115
|
faviconLink: string | null;
|
|
2115
2116
|
loginUrl: string | null;
|
|
2116
2117
|
} | null;
|
|
2117
2118
|
countryCode: string;
|
|
2118
|
-
name: string;
|
|
2119
2119
|
port: number | null;
|
|
2120
2120
|
viewPosition: number;
|
|
2121
2121
|
trafficLimitBytes: number | null;
|
|
@@ -2183,6 +2183,7 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
2183
2183
|
}, {
|
|
2184
2184
|
user: {
|
|
2185
2185
|
uuid: string;
|
|
2186
|
+
expireAt: string;
|
|
2186
2187
|
createdAt: string;
|
|
2187
2188
|
updatedAt: string;
|
|
2188
2189
|
description: string | null;
|
|
@@ -2190,7 +2191,6 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
2190
2191
|
tag: string | null;
|
|
2191
2192
|
id: number;
|
|
2192
2193
|
shortUuid: string;
|
|
2193
|
-
expireAt: string;
|
|
2194
2194
|
telegramId: number | null;
|
|
2195
2195
|
email: string | null;
|
|
2196
2196
|
hwidDeviceLimit: number | null;
|
|
@@ -2247,18 +2247,18 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
2247
2247
|
};
|
|
2248
2248
|
} | null;
|
|
2249
2249
|
uuid: string;
|
|
2250
|
+
name: string;
|
|
2250
2251
|
createdAt: string;
|
|
2251
2252
|
updatedAt: string;
|
|
2252
2253
|
provider: {
|
|
2253
2254
|
uuid: string;
|
|
2255
|
+
name: string;
|
|
2254
2256
|
createdAt: string;
|
|
2255
2257
|
updatedAt: string;
|
|
2256
|
-
name: string;
|
|
2257
2258
|
faviconLink: string | null;
|
|
2258
2259
|
loginUrl: string | null;
|
|
2259
2260
|
} | null;
|
|
2260
2261
|
countryCode: string;
|
|
2261
|
-
name: string;
|
|
2262
2262
|
port: number | null;
|
|
2263
2263
|
viewPosition: number;
|
|
2264
2264
|
trafficLimitBytes: number | null;
|
|
@@ -2329,6 +2329,7 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
2329
2329
|
user: {
|
|
2330
2330
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
2331
2331
|
uuid: string;
|
|
2332
|
+
expireAt: Date;
|
|
2332
2333
|
createdAt: Date;
|
|
2333
2334
|
updatedAt: Date;
|
|
2334
2335
|
description: string | null;
|
|
@@ -2338,7 +2339,6 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
2338
2339
|
shortUuid: string;
|
|
2339
2340
|
trafficLimitBytes: number;
|
|
2340
2341
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
2341
|
-
expireAt: Date;
|
|
2342
2342
|
telegramId: number | null;
|
|
2343
2343
|
email: string | null;
|
|
2344
2344
|
hwidDeviceLimit: number | null;
|
|
@@ -2392,18 +2392,18 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
2392
2392
|
};
|
|
2393
2393
|
} | null;
|
|
2394
2394
|
uuid: string;
|
|
2395
|
+
name: string;
|
|
2395
2396
|
createdAt: Date;
|
|
2396
2397
|
updatedAt: Date;
|
|
2397
2398
|
provider: {
|
|
2398
2399
|
uuid: string;
|
|
2400
|
+
name: string;
|
|
2399
2401
|
createdAt: Date;
|
|
2400
2402
|
updatedAt: Date;
|
|
2401
|
-
name: string;
|
|
2402
2403
|
faviconLink: string | null;
|
|
2403
2404
|
loginUrl: string | null;
|
|
2404
2405
|
} | null;
|
|
2405
2406
|
countryCode: string;
|
|
2406
|
-
name: string;
|
|
2407
2407
|
port: number | null;
|
|
2408
2408
|
viewPosition: number;
|
|
2409
2409
|
trafficLimitBytes: number | null;
|
|
@@ -2476,6 +2476,7 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
2476
2476
|
data: {
|
|
2477
2477
|
user: {
|
|
2478
2478
|
uuid: string;
|
|
2479
|
+
expireAt: string;
|
|
2479
2480
|
createdAt: string;
|
|
2480
2481
|
updatedAt: string;
|
|
2481
2482
|
description: string | null;
|
|
@@ -2483,7 +2484,6 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
2483
2484
|
tag: string | null;
|
|
2484
2485
|
id: number;
|
|
2485
2486
|
shortUuid: string;
|
|
2486
|
-
expireAt: string;
|
|
2487
2487
|
telegramId: number | null;
|
|
2488
2488
|
email: string | null;
|
|
2489
2489
|
hwidDeviceLimit: number | null;
|
|
@@ -2540,18 +2540,18 @@ export declare const RemnawaveWebhookTorrentBlockerEvents: z.ZodObject<{
|
|
|
2540
2540
|
};
|
|
2541
2541
|
} | null;
|
|
2542
2542
|
uuid: string;
|
|
2543
|
+
name: string;
|
|
2543
2544
|
createdAt: string;
|
|
2544
2545
|
updatedAt: string;
|
|
2545
2546
|
provider: {
|
|
2546
2547
|
uuid: string;
|
|
2548
|
+
name: string;
|
|
2547
2549
|
createdAt: string;
|
|
2548
2550
|
updatedAt: string;
|
|
2549
|
-
name: string;
|
|
2550
2551
|
faviconLink: string | null;
|
|
2551
2552
|
loginUrl: string | null;
|
|
2552
2553
|
} | null;
|
|
2553
2554
|
countryCode: string;
|
|
2554
|
-
name: string;
|
|
2555
2555
|
port: number | null;
|
|
2556
2556
|
viewPosition: number;
|
|
2557
2557
|
trafficLimitBytes: number | null;
|
|
@@ -2693,6 +2693,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
2693
2693
|
}, "strip", z.ZodTypeAny, {
|
|
2694
2694
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
2695
2695
|
uuid: string;
|
|
2696
|
+
expireAt: Date;
|
|
2696
2697
|
createdAt: Date;
|
|
2697
2698
|
updatedAt: Date;
|
|
2698
2699
|
description: string | null;
|
|
@@ -2702,7 +2703,6 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
2702
2703
|
shortUuid: string;
|
|
2703
2704
|
trafficLimitBytes: number;
|
|
2704
2705
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
2705
|
-
expireAt: Date;
|
|
2706
2706
|
telegramId: number | null;
|
|
2707
2707
|
email: string | null;
|
|
2708
2708
|
hwidDeviceLimit: number | null;
|
|
@@ -2727,6 +2727,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
2727
2727
|
};
|
|
2728
2728
|
}, {
|
|
2729
2729
|
uuid: string;
|
|
2730
|
+
expireAt: string;
|
|
2730
2731
|
createdAt: string;
|
|
2731
2732
|
updatedAt: string;
|
|
2732
2733
|
description: string | null;
|
|
@@ -2734,7 +2735,6 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
2734
2735
|
tag: string | null;
|
|
2735
2736
|
id: number;
|
|
2736
2737
|
shortUuid: string;
|
|
2737
|
-
expireAt: string;
|
|
2738
2738
|
telegramId: number | null;
|
|
2739
2739
|
email: string | null;
|
|
2740
2740
|
hwidDeviceLimit: number | null;
|
|
@@ -2775,6 +2775,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
2775
2775
|
data: {
|
|
2776
2776
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
2777
2777
|
uuid: string;
|
|
2778
|
+
expireAt: Date;
|
|
2778
2779
|
createdAt: Date;
|
|
2779
2780
|
updatedAt: Date;
|
|
2780
2781
|
description: string | null;
|
|
@@ -2784,7 +2785,6 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
2784
2785
|
shortUuid: string;
|
|
2785
2786
|
trafficLimitBytes: number;
|
|
2786
2787
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
2787
|
-
expireAt: Date;
|
|
2788
2788
|
telegramId: number | null;
|
|
2789
2789
|
email: string | null;
|
|
2790
2790
|
hwidDeviceLimit: number | null;
|
|
@@ -2818,6 +2818,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
2818
2818
|
}, {
|
|
2819
2819
|
data: {
|
|
2820
2820
|
uuid: string;
|
|
2821
|
+
expireAt: string;
|
|
2821
2822
|
createdAt: string;
|
|
2822
2823
|
updatedAt: string;
|
|
2823
2824
|
description: string | null;
|
|
@@ -2825,7 +2826,6 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
2825
2826
|
tag: string | null;
|
|
2826
2827
|
id: number;
|
|
2827
2828
|
shortUuid: string;
|
|
2828
|
-
expireAt: string;
|
|
2829
2829
|
telegramId: number | null;
|
|
2830
2830
|
email: string | null;
|
|
2831
2831
|
hwidDeviceLimit: number | null;
|
|
@@ -2932,6 +2932,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
2932
2932
|
}, "strip", z.ZodTypeAny, {
|
|
2933
2933
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
2934
2934
|
uuid: string;
|
|
2935
|
+
expireAt: Date;
|
|
2935
2936
|
createdAt: Date;
|
|
2936
2937
|
updatedAt: Date;
|
|
2937
2938
|
description: string | null;
|
|
@@ -2941,7 +2942,6 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
2941
2942
|
shortUuid: string;
|
|
2942
2943
|
trafficLimitBytes: number;
|
|
2943
2944
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
2944
|
-
expireAt: Date;
|
|
2945
2945
|
telegramId: number | null;
|
|
2946
2946
|
email: string | null;
|
|
2947
2947
|
hwidDeviceLimit: number | null;
|
|
@@ -2966,6 +2966,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
2966
2966
|
};
|
|
2967
2967
|
}, {
|
|
2968
2968
|
uuid: string;
|
|
2969
|
+
expireAt: string;
|
|
2969
2970
|
createdAt: string;
|
|
2970
2971
|
updatedAt: string;
|
|
2971
2972
|
description: string | null;
|
|
@@ -2973,7 +2974,6 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
2973
2974
|
tag: string | null;
|
|
2974
2975
|
id: number;
|
|
2975
2976
|
shortUuid: string;
|
|
2976
|
-
expireAt: string;
|
|
2977
2977
|
telegramId: number | null;
|
|
2978
2978
|
email: string | null;
|
|
2979
2979
|
hwidDeviceLimit: number | null;
|
|
@@ -3035,6 +3035,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3035
3035
|
user: {
|
|
3036
3036
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
3037
3037
|
uuid: string;
|
|
3038
|
+
expireAt: Date;
|
|
3038
3039
|
createdAt: Date;
|
|
3039
3040
|
updatedAt: Date;
|
|
3040
3041
|
description: string | null;
|
|
@@ -3044,7 +3045,6 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3044
3045
|
shortUuid: string;
|
|
3045
3046
|
trafficLimitBytes: number;
|
|
3046
3047
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
3047
|
-
expireAt: Date;
|
|
3048
3048
|
telegramId: number | null;
|
|
3049
3049
|
email: string | null;
|
|
3050
3050
|
hwidDeviceLimit: number | null;
|
|
@@ -3082,6 +3082,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3082
3082
|
}, {
|
|
3083
3083
|
user: {
|
|
3084
3084
|
uuid: string;
|
|
3085
|
+
expireAt: string;
|
|
3085
3086
|
createdAt: string;
|
|
3086
3087
|
updatedAt: string;
|
|
3087
3088
|
description: string | null;
|
|
@@ -3089,7 +3090,6 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3089
3090
|
tag: string | null;
|
|
3090
3091
|
id: number;
|
|
3091
3092
|
shortUuid: string;
|
|
3092
|
-
expireAt: string;
|
|
3093
3093
|
telegramId: number | null;
|
|
3094
3094
|
email: string | null;
|
|
3095
3095
|
hwidDeviceLimit: number | null;
|
|
@@ -3133,6 +3133,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3133
3133
|
user: {
|
|
3134
3134
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
3135
3135
|
uuid: string;
|
|
3136
|
+
expireAt: Date;
|
|
3136
3137
|
createdAt: Date;
|
|
3137
3138
|
updatedAt: Date;
|
|
3138
3139
|
description: string | null;
|
|
@@ -3142,7 +3143,6 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3142
3143
|
shortUuid: string;
|
|
3143
3144
|
trafficLimitBytes: number;
|
|
3144
3145
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
3145
|
-
expireAt: Date;
|
|
3146
3146
|
telegramId: number | null;
|
|
3147
3147
|
email: string | null;
|
|
3148
3148
|
hwidDeviceLimit: number | null;
|
|
@@ -3185,6 +3185,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3185
3185
|
data: {
|
|
3186
3186
|
user: {
|
|
3187
3187
|
uuid: string;
|
|
3188
|
+
expireAt: string;
|
|
3188
3189
|
createdAt: string;
|
|
3189
3190
|
updatedAt: string;
|
|
3190
3191
|
description: string | null;
|
|
@@ -3192,7 +3193,6 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3192
3193
|
tag: string | null;
|
|
3193
3194
|
id: number;
|
|
3194
3195
|
shortUuid: string;
|
|
3195
|
-
expireAt: string;
|
|
3196
3196
|
telegramId: number | null;
|
|
3197
3197
|
email: string | null;
|
|
3198
3198
|
hwidDeviceLimit: number | null;
|
|
@@ -3326,16 +3326,16 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3326
3326
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
3327
3327
|
}, "strip", z.ZodTypeAny, {
|
|
3328
3328
|
uuid: string;
|
|
3329
|
+
name: string;
|
|
3329
3330
|
createdAt: Date;
|
|
3330
3331
|
updatedAt: Date;
|
|
3331
|
-
name: string;
|
|
3332
3332
|
faviconLink: string | null;
|
|
3333
3333
|
loginUrl: string | null;
|
|
3334
3334
|
}, {
|
|
3335
3335
|
uuid: string;
|
|
3336
|
+
name: string;
|
|
3336
3337
|
createdAt: string;
|
|
3337
3338
|
updatedAt: string;
|
|
3338
|
-
name: string;
|
|
3339
3339
|
faviconLink: string | null;
|
|
3340
3340
|
loginUrl: string | null;
|
|
3341
3341
|
}>>;
|
|
@@ -3520,18 +3520,18 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3520
3520
|
};
|
|
3521
3521
|
} | null;
|
|
3522
3522
|
uuid: string;
|
|
3523
|
+
name: string;
|
|
3523
3524
|
createdAt: Date;
|
|
3524
3525
|
updatedAt: Date;
|
|
3525
3526
|
provider: {
|
|
3526
3527
|
uuid: string;
|
|
3528
|
+
name: string;
|
|
3527
3529
|
createdAt: Date;
|
|
3528
3530
|
updatedAt: Date;
|
|
3529
|
-
name: string;
|
|
3530
3531
|
faviconLink: string | null;
|
|
3531
3532
|
loginUrl: string | null;
|
|
3532
3533
|
} | null;
|
|
3533
3534
|
countryCode: string;
|
|
3534
|
-
name: string;
|
|
3535
3535
|
port: number | null;
|
|
3536
3536
|
viewPosition: number;
|
|
3537
3537
|
trafficLimitBytes: number | null;
|
|
@@ -3600,18 +3600,18 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3600
3600
|
};
|
|
3601
3601
|
} | null;
|
|
3602
3602
|
uuid: string;
|
|
3603
|
+
name: string;
|
|
3603
3604
|
createdAt: string;
|
|
3604
3605
|
updatedAt: string;
|
|
3605
3606
|
provider: {
|
|
3606
3607
|
uuid: string;
|
|
3608
|
+
name: string;
|
|
3607
3609
|
createdAt: string;
|
|
3608
3610
|
updatedAt: string;
|
|
3609
|
-
name: string;
|
|
3610
3611
|
faviconLink: string | null;
|
|
3611
3612
|
loginUrl: string | null;
|
|
3612
3613
|
} | null;
|
|
3613
3614
|
countryCode: string;
|
|
3614
|
-
name: string;
|
|
3615
3615
|
port: number | null;
|
|
3616
3616
|
viewPosition: number;
|
|
3617
3617
|
trafficLimitBytes: number | null;
|
|
@@ -3682,18 +3682,18 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3682
3682
|
};
|
|
3683
3683
|
} | null;
|
|
3684
3684
|
uuid: string;
|
|
3685
|
+
name: string;
|
|
3685
3686
|
createdAt: Date;
|
|
3686
3687
|
updatedAt: Date;
|
|
3687
3688
|
provider: {
|
|
3688
3689
|
uuid: string;
|
|
3690
|
+
name: string;
|
|
3689
3691
|
createdAt: Date;
|
|
3690
3692
|
updatedAt: Date;
|
|
3691
|
-
name: string;
|
|
3692
3693
|
faviconLink: string | null;
|
|
3693
3694
|
loginUrl: string | null;
|
|
3694
3695
|
} | null;
|
|
3695
3696
|
countryCode: string;
|
|
3696
|
-
name: string;
|
|
3697
3697
|
port: number | null;
|
|
3698
3698
|
viewPosition: number;
|
|
3699
3699
|
trafficLimitBytes: number | null;
|
|
@@ -3767,18 +3767,18 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3767
3767
|
};
|
|
3768
3768
|
} | null;
|
|
3769
3769
|
uuid: string;
|
|
3770
|
+
name: string;
|
|
3770
3771
|
createdAt: string;
|
|
3771
3772
|
updatedAt: string;
|
|
3772
3773
|
provider: {
|
|
3773
3774
|
uuid: string;
|
|
3775
|
+
name: string;
|
|
3774
3776
|
createdAt: string;
|
|
3775
3777
|
updatedAt: string;
|
|
3776
|
-
name: string;
|
|
3777
3778
|
faviconLink: string | null;
|
|
3778
3779
|
loginUrl: string | null;
|
|
3779
3780
|
} | null;
|
|
3780
3781
|
countryCode: string;
|
|
3781
|
-
name: string;
|
|
3782
3782
|
port: number | null;
|
|
3783
3783
|
viewPosition: number;
|
|
3784
3784
|
trafficLimitBytes: number | null;
|
|
@@ -3823,7 +3823,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3823
3823
|
timestamp: string;
|
|
3824
3824
|
}>, z.ZodObject<{
|
|
3825
3825
|
scope: z.ZodLiteral<"service">;
|
|
3826
|
-
event: z.ZodEnum<["service.panel_started" | "service.login_attempt_failed" | "service.login_attempt_success" | "service.subpage_config_changed", ...("service.panel_started" | "service.login_attempt_failed" | "service.login_attempt_success" | "service.subpage_config_changed")[]]>;
|
|
3826
|
+
event: z.ZodEnum<["service.panel_started" | "service.login_attempt_failed" | "service.login_attempt_success" | "service.subpage_config_changed" | "service.api_token_created" | "service.api_token_deleted", ...("service.panel_started" | "service.login_attempt_failed" | "service.login_attempt_success" | "service.subpage_config_changed" | "service.api_token_created" | "service.api_token_deleted")[]]>;
|
|
3827
3827
|
timestamp: z.ZodEffects<z.ZodString, Date, string>;
|
|
3828
3828
|
data: z.ZodObject<{
|
|
3829
3829
|
loginAttempt: z.ZodOptional<z.ZodObject<{
|
|
@@ -3899,7 +3899,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3899
3899
|
} | undefined;
|
|
3900
3900
|
};
|
|
3901
3901
|
scope: "service";
|
|
3902
|
-
event: "service.panel_started" | "service.login_attempt_failed" | "service.login_attempt_success" | "service.subpage_config_changed";
|
|
3902
|
+
event: "service.panel_started" | "service.login_attempt_failed" | "service.login_attempt_success" | "service.subpage_config_changed" | "service.api_token_created" | "service.api_token_deleted";
|
|
3903
3903
|
timestamp: Date;
|
|
3904
3904
|
}, {
|
|
3905
3905
|
data: {
|
|
@@ -3917,7 +3917,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
3917
3917
|
} | undefined;
|
|
3918
3918
|
};
|
|
3919
3919
|
scope: "service";
|
|
3920
|
-
event: "service.panel_started" | "service.login_attempt_failed" | "service.login_attempt_success" | "service.subpage_config_changed";
|
|
3920
|
+
event: "service.panel_started" | "service.login_attempt_failed" | "service.login_attempt_success" | "service.subpage_config_changed" | "service.api_token_created" | "service.api_token_deleted";
|
|
3921
3921
|
timestamp: string;
|
|
3922
3922
|
}>, z.ZodObject<{
|
|
3923
3923
|
scope: z.ZodLiteral<"errors">;
|
|
@@ -4077,16 +4077,16 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4077
4077
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
4078
4078
|
}, "strip", z.ZodTypeAny, {
|
|
4079
4079
|
uuid: string;
|
|
4080
|
+
name: string;
|
|
4080
4081
|
createdAt: Date;
|
|
4081
4082
|
updatedAt: Date;
|
|
4082
|
-
name: string;
|
|
4083
4083
|
faviconLink: string | null;
|
|
4084
4084
|
loginUrl: string | null;
|
|
4085
4085
|
}, {
|
|
4086
4086
|
uuid: string;
|
|
4087
|
+
name: string;
|
|
4087
4088
|
createdAt: string;
|
|
4088
4089
|
updatedAt: string;
|
|
4089
|
-
name: string;
|
|
4090
4090
|
faviconLink: string | null;
|
|
4091
4091
|
loginUrl: string | null;
|
|
4092
4092
|
}>>;
|
|
@@ -4271,18 +4271,18 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4271
4271
|
};
|
|
4272
4272
|
} | null;
|
|
4273
4273
|
uuid: string;
|
|
4274
|
+
name: string;
|
|
4274
4275
|
createdAt: Date;
|
|
4275
4276
|
updatedAt: Date;
|
|
4276
4277
|
provider: {
|
|
4277
4278
|
uuid: string;
|
|
4279
|
+
name: string;
|
|
4278
4280
|
createdAt: Date;
|
|
4279
4281
|
updatedAt: Date;
|
|
4280
|
-
name: string;
|
|
4281
4282
|
faviconLink: string | null;
|
|
4282
4283
|
loginUrl: string | null;
|
|
4283
4284
|
} | null;
|
|
4284
4285
|
countryCode: string;
|
|
4285
|
-
name: string;
|
|
4286
4286
|
port: number | null;
|
|
4287
4287
|
viewPosition: number;
|
|
4288
4288
|
trafficLimitBytes: number | null;
|
|
@@ -4351,18 +4351,18 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4351
4351
|
};
|
|
4352
4352
|
} | null;
|
|
4353
4353
|
uuid: string;
|
|
4354
|
+
name: string;
|
|
4354
4355
|
createdAt: string;
|
|
4355
4356
|
updatedAt: string;
|
|
4356
4357
|
provider: {
|
|
4357
4358
|
uuid: string;
|
|
4359
|
+
name: string;
|
|
4358
4360
|
createdAt: string;
|
|
4359
4361
|
updatedAt: string;
|
|
4360
|
-
name: string;
|
|
4361
4362
|
faviconLink: string | null;
|
|
4362
4363
|
loginUrl: string | null;
|
|
4363
4364
|
} | null;
|
|
4364
4365
|
countryCode: string;
|
|
4365
|
-
name: string;
|
|
4366
4366
|
port: number | null;
|
|
4367
4367
|
viewPosition: number;
|
|
4368
4368
|
trafficLimitBytes: number | null;
|
|
@@ -4470,6 +4470,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4470
4470
|
}, "strip", z.ZodTypeAny, {
|
|
4471
4471
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
4472
4472
|
uuid: string;
|
|
4473
|
+
expireAt: Date;
|
|
4473
4474
|
createdAt: Date;
|
|
4474
4475
|
updatedAt: Date;
|
|
4475
4476
|
description: string | null;
|
|
@@ -4479,7 +4480,6 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4479
4480
|
shortUuid: string;
|
|
4480
4481
|
trafficLimitBytes: number;
|
|
4481
4482
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
4482
|
-
expireAt: Date;
|
|
4483
4483
|
telegramId: number | null;
|
|
4484
4484
|
email: string | null;
|
|
4485
4485
|
hwidDeviceLimit: number | null;
|
|
@@ -4504,6 +4504,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4504
4504
|
};
|
|
4505
4505
|
}, {
|
|
4506
4506
|
uuid: string;
|
|
4507
|
+
expireAt: string;
|
|
4507
4508
|
createdAt: string;
|
|
4508
4509
|
updatedAt: string;
|
|
4509
4510
|
description: string | null;
|
|
@@ -4511,7 +4512,6 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4511
4512
|
tag: string | null;
|
|
4512
4513
|
id: number;
|
|
4513
4514
|
shortUuid: string;
|
|
4514
|
-
expireAt: string;
|
|
4515
4515
|
telegramId: number | null;
|
|
4516
4516
|
email: string | null;
|
|
4517
4517
|
hwidDeviceLimit: number | null;
|
|
@@ -4657,6 +4657,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4657
4657
|
user: {
|
|
4658
4658
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
4659
4659
|
uuid: string;
|
|
4660
|
+
expireAt: Date;
|
|
4660
4661
|
createdAt: Date;
|
|
4661
4662
|
updatedAt: Date;
|
|
4662
4663
|
description: string | null;
|
|
@@ -4666,7 +4667,6 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4666
4667
|
shortUuid: string;
|
|
4667
4668
|
trafficLimitBytes: number;
|
|
4668
4669
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
4669
|
-
expireAt: Date;
|
|
4670
4670
|
telegramId: number | null;
|
|
4671
4671
|
email: string | null;
|
|
4672
4672
|
hwidDeviceLimit: number | null;
|
|
@@ -4720,18 +4720,18 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4720
4720
|
};
|
|
4721
4721
|
} | null;
|
|
4722
4722
|
uuid: string;
|
|
4723
|
+
name: string;
|
|
4723
4724
|
createdAt: Date;
|
|
4724
4725
|
updatedAt: Date;
|
|
4725
4726
|
provider: {
|
|
4726
4727
|
uuid: string;
|
|
4728
|
+
name: string;
|
|
4727
4729
|
createdAt: Date;
|
|
4728
4730
|
updatedAt: Date;
|
|
4729
|
-
name: string;
|
|
4730
4731
|
faviconLink: string | null;
|
|
4731
4732
|
loginUrl: string | null;
|
|
4732
4733
|
} | null;
|
|
4733
4734
|
countryCode: string;
|
|
4734
|
-
name: string;
|
|
4735
4735
|
port: number | null;
|
|
4736
4736
|
viewPosition: number;
|
|
4737
4737
|
trafficLimitBytes: number | null;
|
|
@@ -4799,6 +4799,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4799
4799
|
}, {
|
|
4800
4800
|
user: {
|
|
4801
4801
|
uuid: string;
|
|
4802
|
+
expireAt: string;
|
|
4802
4803
|
createdAt: string;
|
|
4803
4804
|
updatedAt: string;
|
|
4804
4805
|
description: string | null;
|
|
@@ -4806,7 +4807,6 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4806
4807
|
tag: string | null;
|
|
4807
4808
|
id: number;
|
|
4808
4809
|
shortUuid: string;
|
|
4809
|
-
expireAt: string;
|
|
4810
4810
|
telegramId: number | null;
|
|
4811
4811
|
email: string | null;
|
|
4812
4812
|
hwidDeviceLimit: number | null;
|
|
@@ -4863,18 +4863,18 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4863
4863
|
};
|
|
4864
4864
|
} | null;
|
|
4865
4865
|
uuid: string;
|
|
4866
|
+
name: string;
|
|
4866
4867
|
createdAt: string;
|
|
4867
4868
|
updatedAt: string;
|
|
4868
4869
|
provider: {
|
|
4869
4870
|
uuid: string;
|
|
4871
|
+
name: string;
|
|
4870
4872
|
createdAt: string;
|
|
4871
4873
|
updatedAt: string;
|
|
4872
|
-
name: string;
|
|
4873
4874
|
faviconLink: string | null;
|
|
4874
4875
|
loginUrl: string | null;
|
|
4875
4876
|
} | null;
|
|
4876
4877
|
countryCode: string;
|
|
4877
|
-
name: string;
|
|
4878
4878
|
port: number | null;
|
|
4879
4879
|
viewPosition: number;
|
|
4880
4880
|
trafficLimitBytes: number | null;
|
|
@@ -4945,6 +4945,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4945
4945
|
user: {
|
|
4946
4946
|
status: "DISABLED" | "LIMITED" | "EXPIRED" | "ACTIVE";
|
|
4947
4947
|
uuid: string;
|
|
4948
|
+
expireAt: Date;
|
|
4948
4949
|
createdAt: Date;
|
|
4949
4950
|
updatedAt: Date;
|
|
4950
4951
|
description: string | null;
|
|
@@ -4954,7 +4955,6 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
4954
4955
|
shortUuid: string;
|
|
4955
4956
|
trafficLimitBytes: number;
|
|
4956
4957
|
trafficLimitStrategy: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | "MONTH_ROLLING";
|
|
4957
|
-
expireAt: Date;
|
|
4958
4958
|
telegramId: number | null;
|
|
4959
4959
|
email: string | null;
|
|
4960
4960
|
hwidDeviceLimit: number | null;
|
|
@@ -5008,18 +5008,18 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
5008
5008
|
};
|
|
5009
5009
|
} | null;
|
|
5010
5010
|
uuid: string;
|
|
5011
|
+
name: string;
|
|
5011
5012
|
createdAt: Date;
|
|
5012
5013
|
updatedAt: Date;
|
|
5013
5014
|
provider: {
|
|
5014
5015
|
uuid: string;
|
|
5016
|
+
name: string;
|
|
5015
5017
|
createdAt: Date;
|
|
5016
5018
|
updatedAt: Date;
|
|
5017
|
-
name: string;
|
|
5018
5019
|
faviconLink: string | null;
|
|
5019
5020
|
loginUrl: string | null;
|
|
5020
5021
|
} | null;
|
|
5021
5022
|
countryCode: string;
|
|
5022
|
-
name: string;
|
|
5023
5023
|
port: number | null;
|
|
5024
5024
|
viewPosition: number;
|
|
5025
5025
|
trafficLimitBytes: number | null;
|
|
@@ -5092,6 +5092,7 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
5092
5092
|
data: {
|
|
5093
5093
|
user: {
|
|
5094
5094
|
uuid: string;
|
|
5095
|
+
expireAt: string;
|
|
5095
5096
|
createdAt: string;
|
|
5096
5097
|
updatedAt: string;
|
|
5097
5098
|
description: string | null;
|
|
@@ -5099,7 +5100,6 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
5099
5100
|
tag: string | null;
|
|
5100
5101
|
id: number;
|
|
5101
5102
|
shortUuid: string;
|
|
5102
|
-
expireAt: string;
|
|
5103
5103
|
telegramId: number | null;
|
|
5104
5104
|
email: string | null;
|
|
5105
5105
|
hwidDeviceLimit: number | null;
|
|
@@ -5156,18 +5156,18 @@ export declare const RemnawaveWebhookEventSchema: z.ZodDiscriminatedUnion<"scope
|
|
|
5156
5156
|
};
|
|
5157
5157
|
} | null;
|
|
5158
5158
|
uuid: string;
|
|
5159
|
+
name: string;
|
|
5159
5160
|
createdAt: string;
|
|
5160
5161
|
updatedAt: string;
|
|
5161
5162
|
provider: {
|
|
5162
5163
|
uuid: string;
|
|
5164
|
+
name: string;
|
|
5163
5165
|
createdAt: string;
|
|
5164
5166
|
updatedAt: string;
|
|
5165
|
-
name: string;
|
|
5166
5167
|
faviconLink: string | null;
|
|
5167
5168
|
loginUrl: string | null;
|
|
5168
5169
|
} | null;
|
|
5169
5170
|
countryCode: string;
|
|
5170
|
-
name: string;
|
|
5171
5171
|
port: number | null;
|
|
5172
5172
|
viewPosition: number;
|
|
5173
5173
|
trafficLimitBytes: number | null;
|