@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
|
@@ -117,16 +117,16 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
117
117
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
118
118
|
}, "strip", z.ZodTypeAny, {
|
|
119
119
|
uuid: string;
|
|
120
|
+
name: string;
|
|
120
121
|
createdAt: Date;
|
|
121
122
|
updatedAt: Date;
|
|
122
|
-
name: string;
|
|
123
123
|
faviconLink: string | null;
|
|
124
124
|
loginUrl: string | null;
|
|
125
125
|
}, {
|
|
126
126
|
uuid: string;
|
|
127
|
+
name: string;
|
|
127
128
|
createdAt: string;
|
|
128
129
|
updatedAt: string;
|
|
129
|
-
name: string;
|
|
130
130
|
faviconLink: string | null;
|
|
131
131
|
loginUrl: string | null;
|
|
132
132
|
}>>;
|
|
@@ -281,27 +281,28 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
281
281
|
xrayUptime: z.ZodNumber;
|
|
282
282
|
usersOnline: z.ZodNumber;
|
|
283
283
|
note: z.ZodNullable<z.ZodString>;
|
|
284
|
-
}, "uuid" | "
|
|
284
|
+
}, "uuid" | "name" | "countryCode">, "strip", z.ZodTypeAny, {
|
|
285
285
|
uuid: string;
|
|
286
|
-
countryCode: string;
|
|
287
286
|
name: string;
|
|
287
|
+
countryCode: string;
|
|
288
288
|
}, {
|
|
289
289
|
uuid: string;
|
|
290
|
-
countryCode: string;
|
|
291
290
|
name: string;
|
|
291
|
+
countryCode: string;
|
|
292
292
|
}>>;
|
|
293
293
|
nextBillingAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
294
294
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
295
295
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
296
296
|
}, "strip", z.ZodTypeAny, {
|
|
297
|
-
uuid: string;
|
|
298
|
-
createdAt: Date;
|
|
299
|
-
updatedAt: Date;
|
|
300
297
|
node: {
|
|
301
298
|
uuid: string;
|
|
302
|
-
countryCode: string;
|
|
303
299
|
name: string;
|
|
300
|
+
countryCode: string;
|
|
304
301
|
} | null;
|
|
302
|
+
uuid: string;
|
|
303
|
+
name: string | null;
|
|
304
|
+
createdAt: Date;
|
|
305
|
+
updatedAt: Date;
|
|
305
306
|
provider: {
|
|
306
307
|
uuid: string;
|
|
307
308
|
name: string;
|
|
@@ -309,18 +310,18 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
309
310
|
loginUrl: string | null;
|
|
310
311
|
};
|
|
311
312
|
nodeUuid: string | null;
|
|
312
|
-
name: string | null;
|
|
313
313
|
providerUuid: string;
|
|
314
314
|
nextBillingAt: Date;
|
|
315
315
|
}, {
|
|
316
|
-
uuid: string;
|
|
317
|
-
createdAt: string;
|
|
318
|
-
updatedAt: string;
|
|
319
316
|
node: {
|
|
320
317
|
uuid: string;
|
|
321
|
-
countryCode: string;
|
|
322
318
|
name: string;
|
|
319
|
+
countryCode: string;
|
|
323
320
|
} | null;
|
|
321
|
+
uuid: string;
|
|
322
|
+
name: string | null;
|
|
323
|
+
createdAt: string;
|
|
324
|
+
updatedAt: string;
|
|
324
325
|
provider: {
|
|
325
326
|
uuid: string;
|
|
326
327
|
name: string;
|
|
@@ -328,7 +329,6 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
328
329
|
loginUrl: string | null;
|
|
329
330
|
};
|
|
330
331
|
nodeUuid: string | null;
|
|
331
|
-
name: string | null;
|
|
332
332
|
providerUuid: string;
|
|
333
333
|
nextBillingAt: string;
|
|
334
334
|
}>, "many">;
|
|
@@ -420,16 +420,16 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
420
420
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
421
421
|
}, "strip", z.ZodTypeAny, {
|
|
422
422
|
uuid: string;
|
|
423
|
+
name: string;
|
|
423
424
|
createdAt: Date;
|
|
424
425
|
updatedAt: Date;
|
|
425
|
-
name: string;
|
|
426
426
|
faviconLink: string | null;
|
|
427
427
|
loginUrl: string | null;
|
|
428
428
|
}, {
|
|
429
429
|
uuid: string;
|
|
430
|
+
name: string;
|
|
430
431
|
createdAt: string;
|
|
431
432
|
updatedAt: string;
|
|
432
|
-
name: string;
|
|
433
433
|
faviconLink: string | null;
|
|
434
434
|
loginUrl: string | null;
|
|
435
435
|
}>>;
|
|
@@ -584,14 +584,14 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
584
584
|
xrayUptime: z.ZodNumber;
|
|
585
585
|
usersOnline: z.ZodNumber;
|
|
586
586
|
note: z.ZodNullable<z.ZodString>;
|
|
587
|
-
}, "uuid" | "
|
|
587
|
+
}, "uuid" | "name" | "countryCode">, "strip", z.ZodTypeAny, {
|
|
588
588
|
uuid: string;
|
|
589
|
-
countryCode: string;
|
|
590
589
|
name: string;
|
|
590
|
+
countryCode: string;
|
|
591
591
|
}, {
|
|
592
592
|
uuid: string;
|
|
593
|
-
countryCode: string;
|
|
594
593
|
name: string;
|
|
594
|
+
countryCode: string;
|
|
595
595
|
}>, "many">;
|
|
596
596
|
totalAvailableBillingNodes: z.ZodNumber;
|
|
597
597
|
stats: z.ZodObject<{
|
|
@@ -614,14 +614,15 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
614
614
|
totalSpent: number;
|
|
615
615
|
};
|
|
616
616
|
billingNodes: {
|
|
617
|
-
uuid: string;
|
|
618
|
-
createdAt: Date;
|
|
619
|
-
updatedAt: Date;
|
|
620
617
|
node: {
|
|
621
618
|
uuid: string;
|
|
622
|
-
countryCode: string;
|
|
623
619
|
name: string;
|
|
620
|
+
countryCode: string;
|
|
624
621
|
} | null;
|
|
622
|
+
uuid: string;
|
|
623
|
+
name: string | null;
|
|
624
|
+
createdAt: Date;
|
|
625
|
+
updatedAt: Date;
|
|
625
626
|
provider: {
|
|
626
627
|
uuid: string;
|
|
627
628
|
name: string;
|
|
@@ -629,15 +630,14 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
629
630
|
loginUrl: string | null;
|
|
630
631
|
};
|
|
631
632
|
nodeUuid: string | null;
|
|
632
|
-
name: string | null;
|
|
633
633
|
providerUuid: string;
|
|
634
634
|
nextBillingAt: Date;
|
|
635
635
|
}[];
|
|
636
636
|
totalBillingNodes: number;
|
|
637
637
|
availableBillingNodes: {
|
|
638
638
|
uuid: string;
|
|
639
|
-
countryCode: string;
|
|
640
639
|
name: string;
|
|
640
|
+
countryCode: string;
|
|
641
641
|
}[];
|
|
642
642
|
totalAvailableBillingNodes: number;
|
|
643
643
|
}, {
|
|
@@ -647,14 +647,15 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
647
647
|
totalSpent: number;
|
|
648
648
|
};
|
|
649
649
|
billingNodes: {
|
|
650
|
-
uuid: string;
|
|
651
|
-
createdAt: string;
|
|
652
|
-
updatedAt: string;
|
|
653
650
|
node: {
|
|
654
651
|
uuid: string;
|
|
655
|
-
countryCode: string;
|
|
656
652
|
name: string;
|
|
653
|
+
countryCode: string;
|
|
657
654
|
} | null;
|
|
655
|
+
uuid: string;
|
|
656
|
+
name: string | null;
|
|
657
|
+
createdAt: string;
|
|
658
|
+
updatedAt: string;
|
|
658
659
|
provider: {
|
|
659
660
|
uuid: string;
|
|
660
661
|
name: string;
|
|
@@ -662,15 +663,14 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
662
663
|
loginUrl: string | null;
|
|
663
664
|
};
|
|
664
665
|
nodeUuid: string | null;
|
|
665
|
-
name: string | null;
|
|
666
666
|
providerUuid: string;
|
|
667
667
|
nextBillingAt: string;
|
|
668
668
|
}[];
|
|
669
669
|
totalBillingNodes: number;
|
|
670
670
|
availableBillingNodes: {
|
|
671
671
|
uuid: string;
|
|
672
|
-
countryCode: string;
|
|
673
672
|
name: string;
|
|
673
|
+
countryCode: string;
|
|
674
674
|
}[];
|
|
675
675
|
totalAvailableBillingNodes: number;
|
|
676
676
|
}>;
|
|
@@ -682,14 +682,15 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
682
682
|
totalSpent: number;
|
|
683
683
|
};
|
|
684
684
|
billingNodes: {
|
|
685
|
-
uuid: string;
|
|
686
|
-
createdAt: Date;
|
|
687
|
-
updatedAt: Date;
|
|
688
685
|
node: {
|
|
689
686
|
uuid: string;
|
|
690
|
-
countryCode: string;
|
|
691
687
|
name: string;
|
|
688
|
+
countryCode: string;
|
|
692
689
|
} | null;
|
|
690
|
+
uuid: string;
|
|
691
|
+
name: string | null;
|
|
692
|
+
createdAt: Date;
|
|
693
|
+
updatedAt: Date;
|
|
693
694
|
provider: {
|
|
694
695
|
uuid: string;
|
|
695
696
|
name: string;
|
|
@@ -697,15 +698,14 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
697
698
|
loginUrl: string | null;
|
|
698
699
|
};
|
|
699
700
|
nodeUuid: string | null;
|
|
700
|
-
name: string | null;
|
|
701
701
|
providerUuid: string;
|
|
702
702
|
nextBillingAt: Date;
|
|
703
703
|
}[];
|
|
704
704
|
totalBillingNodes: number;
|
|
705
705
|
availableBillingNodes: {
|
|
706
706
|
uuid: string;
|
|
707
|
-
countryCode: string;
|
|
708
707
|
name: string;
|
|
708
|
+
countryCode: string;
|
|
709
709
|
}[];
|
|
710
710
|
totalAvailableBillingNodes: number;
|
|
711
711
|
};
|
|
@@ -717,14 +717,15 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
717
717
|
totalSpent: number;
|
|
718
718
|
};
|
|
719
719
|
billingNodes: {
|
|
720
|
-
uuid: string;
|
|
721
|
-
createdAt: string;
|
|
722
|
-
updatedAt: string;
|
|
723
720
|
node: {
|
|
724
721
|
uuid: string;
|
|
725
|
-
countryCode: string;
|
|
726
722
|
name: string;
|
|
723
|
+
countryCode: string;
|
|
727
724
|
} | null;
|
|
725
|
+
uuid: string;
|
|
726
|
+
name: string | null;
|
|
727
|
+
createdAt: string;
|
|
728
|
+
updatedAt: string;
|
|
728
729
|
provider: {
|
|
729
730
|
uuid: string;
|
|
730
731
|
name: string;
|
|
@@ -732,15 +733,14 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
732
733
|
loginUrl: string | null;
|
|
733
734
|
};
|
|
734
735
|
nodeUuid: string | null;
|
|
735
|
-
name: string | null;
|
|
736
736
|
providerUuid: string;
|
|
737
737
|
nextBillingAt: string;
|
|
738
738
|
}[];
|
|
739
739
|
totalBillingNodes: number;
|
|
740
740
|
availableBillingNodes: {
|
|
741
741
|
uuid: string;
|
|
742
|
-
countryCode: string;
|
|
743
742
|
name: string;
|
|
743
|
+
countryCode: string;
|
|
744
744
|
}[];
|
|
745
745
|
totalAvailableBillingNodes: number;
|
|
746
746
|
};
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetInfraBillingNodesCommand = 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 GetInfraBillingNodesCommand;
|
|
9
9
|
(function (GetInfraBillingNodesCommand) {
|
|
10
10
|
GetInfraBillingNodesCommand.url = api_1.REST_API.INFRA_BILLING.GET_BILLING_NODES;
|
|
@@ -56,9 +56,9 @@ export declare namespace GetInfraProviderByUuidCommand {
|
|
|
56
56
|
}>, "many">;
|
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
|
58
58
|
uuid: string;
|
|
59
|
+
name: string;
|
|
59
60
|
createdAt: Date;
|
|
60
61
|
updatedAt: Date;
|
|
61
|
-
name: string;
|
|
62
62
|
faviconLink: string | null;
|
|
63
63
|
loginUrl: string | null;
|
|
64
64
|
billingHistory: {
|
|
@@ -74,9 +74,9 @@ export declare namespace GetInfraProviderByUuidCommand {
|
|
|
74
74
|
}[];
|
|
75
75
|
}, {
|
|
76
76
|
uuid: string;
|
|
77
|
+
name: string;
|
|
77
78
|
createdAt: string;
|
|
78
79
|
updatedAt: string;
|
|
79
|
-
name: string;
|
|
80
80
|
faviconLink: string | null;
|
|
81
81
|
loginUrl: string | null;
|
|
82
82
|
billingHistory: {
|
|
@@ -94,9 +94,9 @@ export declare namespace GetInfraProviderByUuidCommand {
|
|
|
94
94
|
}, "strip", z.ZodTypeAny, {
|
|
95
95
|
response: {
|
|
96
96
|
uuid: string;
|
|
97
|
+
name: string;
|
|
97
98
|
createdAt: Date;
|
|
98
99
|
updatedAt: Date;
|
|
99
|
-
name: string;
|
|
100
100
|
faviconLink: string | null;
|
|
101
101
|
loginUrl: string | null;
|
|
102
102
|
billingHistory: {
|
|
@@ -114,9 +114,9 @@ export declare namespace GetInfraProviderByUuidCommand {
|
|
|
114
114
|
}, {
|
|
115
115
|
response: {
|
|
116
116
|
uuid: string;
|
|
117
|
+
name: string;
|
|
117
118
|
createdAt: string;
|
|
118
119
|
updatedAt: string;
|
|
119
|
-
name: string;
|
|
120
120
|
faviconLink: string | null;
|
|
121
121
|
loginUrl: string | null;
|
|
122
122
|
billingHistory: {
|
|
@@ -50,9 +50,9 @@ export declare namespace GetInfraProvidersCommand {
|
|
|
50
50
|
}>, "many">;
|
|
51
51
|
}, "strip", z.ZodTypeAny, {
|
|
52
52
|
uuid: string;
|
|
53
|
+
name: string;
|
|
53
54
|
createdAt: Date;
|
|
54
55
|
updatedAt: Date;
|
|
55
|
-
name: string;
|
|
56
56
|
faviconLink: string | null;
|
|
57
57
|
loginUrl: string | null;
|
|
58
58
|
billingHistory: {
|
|
@@ -68,9 +68,9 @@ export declare namespace GetInfraProvidersCommand {
|
|
|
68
68
|
}[];
|
|
69
69
|
}, {
|
|
70
70
|
uuid: string;
|
|
71
|
+
name: string;
|
|
71
72
|
createdAt: string;
|
|
72
73
|
updatedAt: string;
|
|
73
|
-
name: string;
|
|
74
74
|
faviconLink: string | null;
|
|
75
75
|
loginUrl: string | null;
|
|
76
76
|
billingHistory: {
|
|
@@ -88,9 +88,9 @@ export declare namespace GetInfraProvidersCommand {
|
|
|
88
88
|
}, "strip", z.ZodTypeAny, {
|
|
89
89
|
providers: {
|
|
90
90
|
uuid: string;
|
|
91
|
+
name: string;
|
|
91
92
|
createdAt: Date;
|
|
92
93
|
updatedAt: Date;
|
|
93
|
-
name: string;
|
|
94
94
|
faviconLink: string | null;
|
|
95
95
|
loginUrl: string | null;
|
|
96
96
|
billingHistory: {
|
|
@@ -109,9 +109,9 @@ export declare namespace GetInfraProvidersCommand {
|
|
|
109
109
|
}, {
|
|
110
110
|
providers: {
|
|
111
111
|
uuid: string;
|
|
112
|
+
name: string;
|
|
112
113
|
createdAt: string;
|
|
113
114
|
updatedAt: string;
|
|
114
|
-
name: string;
|
|
115
115
|
faviconLink: string | null;
|
|
116
116
|
loginUrl: string | null;
|
|
117
117
|
billingHistory: {
|
|
@@ -132,9 +132,9 @@ export declare namespace GetInfraProvidersCommand {
|
|
|
132
132
|
response: {
|
|
133
133
|
providers: {
|
|
134
134
|
uuid: string;
|
|
135
|
+
name: string;
|
|
135
136
|
createdAt: Date;
|
|
136
137
|
updatedAt: Date;
|
|
137
|
-
name: string;
|
|
138
138
|
faviconLink: string | null;
|
|
139
139
|
loginUrl: string | null;
|
|
140
140
|
billingHistory: {
|
|
@@ -155,9 +155,9 @@ export declare namespace GetInfraProvidersCommand {
|
|
|
155
155
|
response: {
|
|
156
156
|
providers: {
|
|
157
157
|
uuid: string;
|
|
158
|
+
name: string;
|
|
158
159
|
createdAt: string;
|
|
159
160
|
updatedAt: string;
|
|
160
|
-
name: string;
|
|
161
161
|
faviconLink: string | null;
|
|
162
162
|
loginUrl: string | null;
|
|
163
163
|
billingHistory: {
|
|
@@ -128,16 +128,16 @@ export declare namespace UpdateInfraBillingNodeCommand {
|
|
|
128
128
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
129
129
|
}, "strip", z.ZodTypeAny, {
|
|
130
130
|
uuid: string;
|
|
131
|
+
name: string;
|
|
131
132
|
createdAt: Date;
|
|
132
133
|
updatedAt: Date;
|
|
133
|
-
name: string;
|
|
134
134
|
faviconLink: string | null;
|
|
135
135
|
loginUrl: string | null;
|
|
136
136
|
}, {
|
|
137
137
|
uuid: string;
|
|
138
|
+
name: string;
|
|
138
139
|
createdAt: string;
|
|
139
140
|
updatedAt: string;
|
|
140
|
-
name: string;
|
|
141
141
|
faviconLink: string | null;
|
|
142
142
|
loginUrl: string | null;
|
|
143
143
|
}>>;
|
|
@@ -292,27 +292,28 @@ export declare namespace UpdateInfraBillingNodeCommand {
|
|
|
292
292
|
xrayUptime: z.ZodNumber;
|
|
293
293
|
usersOnline: z.ZodNumber;
|
|
294
294
|
note: z.ZodNullable<z.ZodString>;
|
|
295
|
-
}, "uuid" | "
|
|
295
|
+
}, "uuid" | "name" | "countryCode">, "strip", z.ZodTypeAny, {
|
|
296
296
|
uuid: string;
|
|
297
|
-
countryCode: string;
|
|
298
297
|
name: string;
|
|
298
|
+
countryCode: string;
|
|
299
299
|
}, {
|
|
300
300
|
uuid: string;
|
|
301
|
-
countryCode: string;
|
|
302
301
|
name: string;
|
|
302
|
+
countryCode: string;
|
|
303
303
|
}>>;
|
|
304
304
|
nextBillingAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
305
305
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
306
306
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
307
307
|
}, "strip", z.ZodTypeAny, {
|
|
308
|
-
uuid: string;
|
|
309
|
-
createdAt: Date;
|
|
310
|
-
updatedAt: Date;
|
|
311
308
|
node: {
|
|
312
309
|
uuid: string;
|
|
313
|
-
countryCode: string;
|
|
314
310
|
name: string;
|
|
311
|
+
countryCode: string;
|
|
315
312
|
} | null;
|
|
313
|
+
uuid: string;
|
|
314
|
+
name: string | null;
|
|
315
|
+
createdAt: Date;
|
|
316
|
+
updatedAt: Date;
|
|
316
317
|
provider: {
|
|
317
318
|
uuid: string;
|
|
318
319
|
name: string;
|
|
@@ -320,18 +321,18 @@ export declare namespace UpdateInfraBillingNodeCommand {
|
|
|
320
321
|
loginUrl: string | null;
|
|
321
322
|
};
|
|
322
323
|
nodeUuid: string | null;
|
|
323
|
-
name: string | null;
|
|
324
324
|
providerUuid: string;
|
|
325
325
|
nextBillingAt: Date;
|
|
326
326
|
}, {
|
|
327
|
-
uuid: string;
|
|
328
|
-
createdAt: string;
|
|
329
|
-
updatedAt: string;
|
|
330
327
|
node: {
|
|
331
328
|
uuid: string;
|
|
332
|
-
countryCode: string;
|
|
333
329
|
name: string;
|
|
330
|
+
countryCode: string;
|
|
334
331
|
} | null;
|
|
332
|
+
uuid: string;
|
|
333
|
+
name: string | null;
|
|
334
|
+
createdAt: string;
|
|
335
|
+
updatedAt: string;
|
|
335
336
|
provider: {
|
|
336
337
|
uuid: string;
|
|
337
338
|
name: string;
|
|
@@ -339,7 +340,6 @@ export declare namespace UpdateInfraBillingNodeCommand {
|
|
|
339
340
|
loginUrl: string | null;
|
|
340
341
|
};
|
|
341
342
|
nodeUuid: string | null;
|
|
342
|
-
name: string | null;
|
|
343
343
|
providerUuid: string;
|
|
344
344
|
nextBillingAt: string;
|
|
345
345
|
}>, "many">;
|
|
@@ -431,16 +431,16 @@ export declare namespace UpdateInfraBillingNodeCommand {
|
|
|
431
431
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
432
432
|
}, "strip", z.ZodTypeAny, {
|
|
433
433
|
uuid: string;
|
|
434
|
+
name: string;
|
|
434
435
|
createdAt: Date;
|
|
435
436
|
updatedAt: Date;
|
|
436
|
-
name: string;
|
|
437
437
|
faviconLink: string | null;
|
|
438
438
|
loginUrl: string | null;
|
|
439
439
|
}, {
|
|
440
440
|
uuid: string;
|
|
441
|
+
name: string;
|
|
441
442
|
createdAt: string;
|
|
442
443
|
updatedAt: string;
|
|
443
|
-
name: string;
|
|
444
444
|
faviconLink: string | null;
|
|
445
445
|
loginUrl: string | null;
|
|
446
446
|
}>>;
|
|
@@ -595,14 +595,14 @@ export declare namespace UpdateInfraBillingNodeCommand {
|
|
|
595
595
|
xrayUptime: z.ZodNumber;
|
|
596
596
|
usersOnline: z.ZodNumber;
|
|
597
597
|
note: z.ZodNullable<z.ZodString>;
|
|
598
|
-
}, "uuid" | "
|
|
598
|
+
}, "uuid" | "name" | "countryCode">, "strip", z.ZodTypeAny, {
|
|
599
599
|
uuid: string;
|
|
600
|
-
countryCode: string;
|
|
601
600
|
name: string;
|
|
601
|
+
countryCode: string;
|
|
602
602
|
}, {
|
|
603
603
|
uuid: string;
|
|
604
|
-
countryCode: string;
|
|
605
604
|
name: string;
|
|
605
|
+
countryCode: string;
|
|
606
606
|
}>, "many">;
|
|
607
607
|
totalAvailableBillingNodes: z.ZodNumber;
|
|
608
608
|
stats: z.ZodObject<{
|
|
@@ -625,14 +625,15 @@ export declare namespace UpdateInfraBillingNodeCommand {
|
|
|
625
625
|
totalSpent: number;
|
|
626
626
|
};
|
|
627
627
|
billingNodes: {
|
|
628
|
-
uuid: string;
|
|
629
|
-
createdAt: Date;
|
|
630
|
-
updatedAt: Date;
|
|
631
628
|
node: {
|
|
632
629
|
uuid: string;
|
|
633
|
-
countryCode: string;
|
|
634
630
|
name: string;
|
|
631
|
+
countryCode: string;
|
|
635
632
|
} | null;
|
|
633
|
+
uuid: string;
|
|
634
|
+
name: string | null;
|
|
635
|
+
createdAt: Date;
|
|
636
|
+
updatedAt: Date;
|
|
636
637
|
provider: {
|
|
637
638
|
uuid: string;
|
|
638
639
|
name: string;
|
|
@@ -640,15 +641,14 @@ export declare namespace UpdateInfraBillingNodeCommand {
|
|
|
640
641
|
loginUrl: string | null;
|
|
641
642
|
};
|
|
642
643
|
nodeUuid: string | null;
|
|
643
|
-
name: string | null;
|
|
644
644
|
providerUuid: string;
|
|
645
645
|
nextBillingAt: Date;
|
|
646
646
|
}[];
|
|
647
647
|
totalBillingNodes: number;
|
|
648
648
|
availableBillingNodes: {
|
|
649
649
|
uuid: string;
|
|
650
|
-
countryCode: string;
|
|
651
650
|
name: string;
|
|
651
|
+
countryCode: string;
|
|
652
652
|
}[];
|
|
653
653
|
totalAvailableBillingNodes: number;
|
|
654
654
|
}, {
|
|
@@ -658,14 +658,15 @@ export declare namespace UpdateInfraBillingNodeCommand {
|
|
|
658
658
|
totalSpent: number;
|
|
659
659
|
};
|
|
660
660
|
billingNodes: {
|
|
661
|
-
uuid: string;
|
|
662
|
-
createdAt: string;
|
|
663
|
-
updatedAt: string;
|
|
664
661
|
node: {
|
|
665
662
|
uuid: string;
|
|
666
|
-
countryCode: string;
|
|
667
663
|
name: string;
|
|
664
|
+
countryCode: string;
|
|
668
665
|
} | null;
|
|
666
|
+
uuid: string;
|
|
667
|
+
name: string | null;
|
|
668
|
+
createdAt: string;
|
|
669
|
+
updatedAt: string;
|
|
669
670
|
provider: {
|
|
670
671
|
uuid: string;
|
|
671
672
|
name: string;
|
|
@@ -673,15 +674,14 @@ export declare namespace UpdateInfraBillingNodeCommand {
|
|
|
673
674
|
loginUrl: string | null;
|
|
674
675
|
};
|
|
675
676
|
nodeUuid: string | null;
|
|
676
|
-
name: string | null;
|
|
677
677
|
providerUuid: string;
|
|
678
678
|
nextBillingAt: string;
|
|
679
679
|
}[];
|
|
680
680
|
totalBillingNodes: number;
|
|
681
681
|
availableBillingNodes: {
|
|
682
682
|
uuid: string;
|
|
683
|
-
countryCode: string;
|
|
684
683
|
name: string;
|
|
684
|
+
countryCode: string;
|
|
685
685
|
}[];
|
|
686
686
|
totalAvailableBillingNodes: number;
|
|
687
687
|
}>;
|
|
@@ -693,14 +693,15 @@ export declare namespace UpdateInfraBillingNodeCommand {
|
|
|
693
693
|
totalSpent: number;
|
|
694
694
|
};
|
|
695
695
|
billingNodes: {
|
|
696
|
-
uuid: string;
|
|
697
|
-
createdAt: Date;
|
|
698
|
-
updatedAt: Date;
|
|
699
696
|
node: {
|
|
700
697
|
uuid: string;
|
|
701
|
-
countryCode: string;
|
|
702
698
|
name: string;
|
|
699
|
+
countryCode: string;
|
|
703
700
|
} | null;
|
|
701
|
+
uuid: string;
|
|
702
|
+
name: string | null;
|
|
703
|
+
createdAt: Date;
|
|
704
|
+
updatedAt: Date;
|
|
704
705
|
provider: {
|
|
705
706
|
uuid: string;
|
|
706
707
|
name: string;
|
|
@@ -708,15 +709,14 @@ export declare namespace UpdateInfraBillingNodeCommand {
|
|
|
708
709
|
loginUrl: string | null;
|
|
709
710
|
};
|
|
710
711
|
nodeUuid: string | null;
|
|
711
|
-
name: string | null;
|
|
712
712
|
providerUuid: string;
|
|
713
713
|
nextBillingAt: Date;
|
|
714
714
|
}[];
|
|
715
715
|
totalBillingNodes: number;
|
|
716
716
|
availableBillingNodes: {
|
|
717
717
|
uuid: string;
|
|
718
|
-
countryCode: string;
|
|
719
718
|
name: string;
|
|
719
|
+
countryCode: string;
|
|
720
720
|
}[];
|
|
721
721
|
totalAvailableBillingNodes: number;
|
|
722
722
|
};
|
|
@@ -728,14 +728,15 @@ export declare namespace UpdateInfraBillingNodeCommand {
|
|
|
728
728
|
totalSpent: number;
|
|
729
729
|
};
|
|
730
730
|
billingNodes: {
|
|
731
|
-
uuid: string;
|
|
732
|
-
createdAt: string;
|
|
733
|
-
updatedAt: string;
|
|
734
731
|
node: {
|
|
735
732
|
uuid: string;
|
|
736
|
-
countryCode: string;
|
|
737
733
|
name: string;
|
|
734
|
+
countryCode: string;
|
|
738
735
|
} | null;
|
|
736
|
+
uuid: string;
|
|
737
|
+
name: string | null;
|
|
738
|
+
createdAt: string;
|
|
739
|
+
updatedAt: string;
|
|
739
740
|
provider: {
|
|
740
741
|
uuid: string;
|
|
741
742
|
name: string;
|
|
@@ -743,15 +744,14 @@ export declare namespace UpdateInfraBillingNodeCommand {
|
|
|
743
744
|
loginUrl: string | null;
|
|
744
745
|
};
|
|
745
746
|
nodeUuid: string | null;
|
|
746
|
-
name: string | null;
|
|
747
747
|
providerUuid: string;
|
|
748
748
|
nextBillingAt: string;
|
|
749
749
|
}[];
|
|
750
750
|
totalBillingNodes: number;
|
|
751
751
|
availableBillingNodes: {
|
|
752
752
|
uuid: string;
|
|
753
|
-
countryCode: string;
|
|
754
753
|
name: string;
|
|
754
|
+
countryCode: string;
|
|
755
755
|
}[];
|
|
756
756
|
totalAvailableBillingNodes: number;
|
|
757
757
|
};
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateInfraBillingNodeCommand = 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 UpdateInfraBillingNodeCommand;
|
|
9
9
|
(function (UpdateInfraBillingNodeCommand) {
|
|
10
10
|
UpdateInfraBillingNodeCommand.url = api_1.REST_API.INFRA_BILLING.UPDATE_BILLING_NODE;
|