@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
|
@@ -9,13 +9,13 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
9
9
|
name: z.ZodNullable<z.ZodString>;
|
|
10
10
|
nextBillingAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
|
12
|
-
nodeUuid: string | null;
|
|
13
12
|
name: string | null;
|
|
13
|
+
nodeUuid: string | null;
|
|
14
14
|
providerUuid: string;
|
|
15
15
|
nextBillingAt: Date;
|
|
16
16
|
}, {
|
|
17
|
-
nodeUuid: string | null;
|
|
18
17
|
name: string | null;
|
|
18
|
+
nodeUuid: string | null;
|
|
19
19
|
providerUuid: string;
|
|
20
20
|
nextBillingAt: string;
|
|
21
21
|
}>;
|
|
@@ -134,16 +134,16 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
134
134
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
135
135
|
}, "strip", z.ZodTypeAny, {
|
|
136
136
|
uuid: string;
|
|
137
|
+
name: string;
|
|
137
138
|
createdAt: Date;
|
|
138
139
|
updatedAt: Date;
|
|
139
|
-
name: string;
|
|
140
140
|
faviconLink: string | null;
|
|
141
141
|
loginUrl: string | null;
|
|
142
142
|
}, {
|
|
143
143
|
uuid: string;
|
|
144
|
+
name: string;
|
|
144
145
|
createdAt: string;
|
|
145
146
|
updatedAt: string;
|
|
146
|
-
name: string;
|
|
147
147
|
faviconLink: string | null;
|
|
148
148
|
loginUrl: string | null;
|
|
149
149
|
}>>;
|
|
@@ -298,27 +298,28 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
298
298
|
xrayUptime: z.ZodNumber;
|
|
299
299
|
usersOnline: z.ZodNumber;
|
|
300
300
|
note: z.ZodNullable<z.ZodString>;
|
|
301
|
-
}, "uuid" | "
|
|
301
|
+
}, "uuid" | "name" | "countryCode">, "strip", z.ZodTypeAny, {
|
|
302
302
|
uuid: string;
|
|
303
|
-
countryCode: string;
|
|
304
303
|
name: string;
|
|
304
|
+
countryCode: string;
|
|
305
305
|
}, {
|
|
306
306
|
uuid: string;
|
|
307
|
-
countryCode: string;
|
|
308
307
|
name: string;
|
|
308
|
+
countryCode: string;
|
|
309
309
|
}>>;
|
|
310
310
|
nextBillingAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
311
311
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
312
312
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
313
313
|
}, "strip", z.ZodTypeAny, {
|
|
314
|
-
uuid: string;
|
|
315
|
-
createdAt: Date;
|
|
316
|
-
updatedAt: Date;
|
|
317
314
|
node: {
|
|
318
315
|
uuid: string;
|
|
319
|
-
countryCode: string;
|
|
320
316
|
name: string;
|
|
317
|
+
countryCode: string;
|
|
321
318
|
} | null;
|
|
319
|
+
uuid: string;
|
|
320
|
+
name: string | null;
|
|
321
|
+
createdAt: Date;
|
|
322
|
+
updatedAt: Date;
|
|
322
323
|
provider: {
|
|
323
324
|
uuid: string;
|
|
324
325
|
name: string;
|
|
@@ -326,18 +327,18 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
326
327
|
loginUrl: string | null;
|
|
327
328
|
};
|
|
328
329
|
nodeUuid: string | null;
|
|
329
|
-
name: string | null;
|
|
330
330
|
providerUuid: string;
|
|
331
331
|
nextBillingAt: Date;
|
|
332
332
|
}, {
|
|
333
|
-
uuid: string;
|
|
334
|
-
createdAt: string;
|
|
335
|
-
updatedAt: string;
|
|
336
333
|
node: {
|
|
337
334
|
uuid: string;
|
|
338
|
-
countryCode: string;
|
|
339
335
|
name: string;
|
|
336
|
+
countryCode: string;
|
|
340
337
|
} | null;
|
|
338
|
+
uuid: string;
|
|
339
|
+
name: string | null;
|
|
340
|
+
createdAt: string;
|
|
341
|
+
updatedAt: string;
|
|
341
342
|
provider: {
|
|
342
343
|
uuid: string;
|
|
343
344
|
name: string;
|
|
@@ -345,7 +346,6 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
345
346
|
loginUrl: string | null;
|
|
346
347
|
};
|
|
347
348
|
nodeUuid: string | null;
|
|
348
|
-
name: string | null;
|
|
349
349
|
providerUuid: string;
|
|
350
350
|
nextBillingAt: string;
|
|
351
351
|
}>, "many">;
|
|
@@ -437,16 +437,16 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
437
437
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
438
438
|
}, "strip", z.ZodTypeAny, {
|
|
439
439
|
uuid: string;
|
|
440
|
+
name: string;
|
|
440
441
|
createdAt: Date;
|
|
441
442
|
updatedAt: Date;
|
|
442
|
-
name: string;
|
|
443
443
|
faviconLink: string | null;
|
|
444
444
|
loginUrl: string | null;
|
|
445
445
|
}, {
|
|
446
446
|
uuid: string;
|
|
447
|
+
name: string;
|
|
447
448
|
createdAt: string;
|
|
448
449
|
updatedAt: string;
|
|
449
|
-
name: string;
|
|
450
450
|
faviconLink: string | null;
|
|
451
451
|
loginUrl: string | null;
|
|
452
452
|
}>>;
|
|
@@ -601,14 +601,14 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
601
601
|
xrayUptime: z.ZodNumber;
|
|
602
602
|
usersOnline: z.ZodNumber;
|
|
603
603
|
note: z.ZodNullable<z.ZodString>;
|
|
604
|
-
}, "uuid" | "
|
|
604
|
+
}, "uuid" | "name" | "countryCode">, "strip", z.ZodTypeAny, {
|
|
605
605
|
uuid: string;
|
|
606
|
-
countryCode: string;
|
|
607
606
|
name: string;
|
|
607
|
+
countryCode: string;
|
|
608
608
|
}, {
|
|
609
609
|
uuid: string;
|
|
610
|
-
countryCode: string;
|
|
611
610
|
name: string;
|
|
611
|
+
countryCode: string;
|
|
612
612
|
}>, "many">;
|
|
613
613
|
totalAvailableBillingNodes: z.ZodNumber;
|
|
614
614
|
stats: z.ZodObject<{
|
|
@@ -631,14 +631,15 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
631
631
|
totalSpent: number;
|
|
632
632
|
};
|
|
633
633
|
billingNodes: {
|
|
634
|
-
uuid: string;
|
|
635
|
-
createdAt: Date;
|
|
636
|
-
updatedAt: Date;
|
|
637
634
|
node: {
|
|
638
635
|
uuid: string;
|
|
639
|
-
countryCode: string;
|
|
640
636
|
name: string;
|
|
637
|
+
countryCode: string;
|
|
641
638
|
} | null;
|
|
639
|
+
uuid: string;
|
|
640
|
+
name: string | null;
|
|
641
|
+
createdAt: Date;
|
|
642
|
+
updatedAt: Date;
|
|
642
643
|
provider: {
|
|
643
644
|
uuid: string;
|
|
644
645
|
name: string;
|
|
@@ -646,15 +647,14 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
646
647
|
loginUrl: string | null;
|
|
647
648
|
};
|
|
648
649
|
nodeUuid: string | null;
|
|
649
|
-
name: string | null;
|
|
650
650
|
providerUuid: string;
|
|
651
651
|
nextBillingAt: Date;
|
|
652
652
|
}[];
|
|
653
653
|
totalBillingNodes: number;
|
|
654
654
|
availableBillingNodes: {
|
|
655
655
|
uuid: string;
|
|
656
|
-
countryCode: string;
|
|
657
656
|
name: string;
|
|
657
|
+
countryCode: string;
|
|
658
658
|
}[];
|
|
659
659
|
totalAvailableBillingNodes: number;
|
|
660
660
|
}, {
|
|
@@ -664,14 +664,15 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
664
664
|
totalSpent: number;
|
|
665
665
|
};
|
|
666
666
|
billingNodes: {
|
|
667
|
-
uuid: string;
|
|
668
|
-
createdAt: string;
|
|
669
|
-
updatedAt: string;
|
|
670
667
|
node: {
|
|
671
668
|
uuid: string;
|
|
672
|
-
countryCode: string;
|
|
673
669
|
name: string;
|
|
670
|
+
countryCode: string;
|
|
674
671
|
} | null;
|
|
672
|
+
uuid: string;
|
|
673
|
+
name: string | null;
|
|
674
|
+
createdAt: string;
|
|
675
|
+
updatedAt: string;
|
|
675
676
|
provider: {
|
|
676
677
|
uuid: string;
|
|
677
678
|
name: string;
|
|
@@ -679,15 +680,14 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
679
680
|
loginUrl: string | null;
|
|
680
681
|
};
|
|
681
682
|
nodeUuid: string | null;
|
|
682
|
-
name: string | null;
|
|
683
683
|
providerUuid: string;
|
|
684
684
|
nextBillingAt: string;
|
|
685
685
|
}[];
|
|
686
686
|
totalBillingNodes: number;
|
|
687
687
|
availableBillingNodes: {
|
|
688
688
|
uuid: string;
|
|
689
|
-
countryCode: string;
|
|
690
689
|
name: string;
|
|
690
|
+
countryCode: string;
|
|
691
691
|
}[];
|
|
692
692
|
totalAvailableBillingNodes: number;
|
|
693
693
|
}>;
|
|
@@ -699,14 +699,15 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
699
699
|
totalSpent: number;
|
|
700
700
|
};
|
|
701
701
|
billingNodes: {
|
|
702
|
-
uuid: string;
|
|
703
|
-
createdAt: Date;
|
|
704
|
-
updatedAt: Date;
|
|
705
702
|
node: {
|
|
706
703
|
uuid: string;
|
|
707
|
-
countryCode: string;
|
|
708
704
|
name: string;
|
|
705
|
+
countryCode: string;
|
|
709
706
|
} | null;
|
|
707
|
+
uuid: string;
|
|
708
|
+
name: string | null;
|
|
709
|
+
createdAt: Date;
|
|
710
|
+
updatedAt: Date;
|
|
710
711
|
provider: {
|
|
711
712
|
uuid: string;
|
|
712
713
|
name: string;
|
|
@@ -714,15 +715,14 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
714
715
|
loginUrl: string | null;
|
|
715
716
|
};
|
|
716
717
|
nodeUuid: string | null;
|
|
717
|
-
name: string | null;
|
|
718
718
|
providerUuid: string;
|
|
719
719
|
nextBillingAt: Date;
|
|
720
720
|
}[];
|
|
721
721
|
totalBillingNodes: number;
|
|
722
722
|
availableBillingNodes: {
|
|
723
723
|
uuid: string;
|
|
724
|
-
countryCode: string;
|
|
725
724
|
name: string;
|
|
725
|
+
countryCode: string;
|
|
726
726
|
}[];
|
|
727
727
|
totalAvailableBillingNodes: number;
|
|
728
728
|
};
|
|
@@ -734,14 +734,15 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
734
734
|
totalSpent: number;
|
|
735
735
|
};
|
|
736
736
|
billingNodes: {
|
|
737
|
-
uuid: string;
|
|
738
|
-
createdAt: string;
|
|
739
|
-
updatedAt: string;
|
|
740
737
|
node: {
|
|
741
738
|
uuid: string;
|
|
742
|
-
countryCode: string;
|
|
743
739
|
name: string;
|
|
740
|
+
countryCode: string;
|
|
744
741
|
} | null;
|
|
742
|
+
uuid: string;
|
|
743
|
+
name: string | null;
|
|
744
|
+
createdAt: string;
|
|
745
|
+
updatedAt: string;
|
|
745
746
|
provider: {
|
|
746
747
|
uuid: string;
|
|
747
748
|
name: string;
|
|
@@ -749,15 +750,14 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
749
750
|
loginUrl: string | null;
|
|
750
751
|
};
|
|
751
752
|
nodeUuid: string | null;
|
|
752
|
-
name: string | null;
|
|
753
753
|
providerUuid: string;
|
|
754
754
|
nextBillingAt: string;
|
|
755
755
|
}[];
|
|
756
756
|
totalBillingNodes: number;
|
|
757
757
|
availableBillingNodes: {
|
|
758
758
|
uuid: string;
|
|
759
|
-
countryCode: string;
|
|
760
759
|
name: string;
|
|
760
|
+
countryCode: string;
|
|
761
761
|
}[];
|
|
762
762
|
totalAvailableBillingNodes: number;
|
|
763
763
|
};
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateInfraBillingNodeCommand = 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 CreateInfraBillingNodeCommand;
|
|
9
9
|
(function (CreateInfraBillingNodeCommand) {
|
|
10
10
|
CreateInfraBillingNodeCommand.url = api_1.REST_API.INFRA_BILLING.CREATE_BILLING_NODE;
|
|
@@ -62,9 +62,9 @@ export declare namespace CreateInfraProviderCommand {
|
|
|
62
62
|
}>, "many">;
|
|
63
63
|
}, "strip", z.ZodTypeAny, {
|
|
64
64
|
uuid: string;
|
|
65
|
+
name: string;
|
|
65
66
|
createdAt: Date;
|
|
66
67
|
updatedAt: Date;
|
|
67
|
-
name: string;
|
|
68
68
|
faviconLink: string | null;
|
|
69
69
|
loginUrl: string | null;
|
|
70
70
|
billingHistory: {
|
|
@@ -80,9 +80,9 @@ export declare namespace CreateInfraProviderCommand {
|
|
|
80
80
|
}[];
|
|
81
81
|
}, {
|
|
82
82
|
uuid: string;
|
|
83
|
+
name: string;
|
|
83
84
|
createdAt: string;
|
|
84
85
|
updatedAt: string;
|
|
85
|
-
name: string;
|
|
86
86
|
faviconLink: string | null;
|
|
87
87
|
loginUrl: string | null;
|
|
88
88
|
billingHistory: {
|
|
@@ -100,9 +100,9 @@ export declare namespace CreateInfraProviderCommand {
|
|
|
100
100
|
}, "strip", z.ZodTypeAny, {
|
|
101
101
|
response: {
|
|
102
102
|
uuid: string;
|
|
103
|
+
name: string;
|
|
103
104
|
createdAt: Date;
|
|
104
105
|
updatedAt: Date;
|
|
105
|
-
name: string;
|
|
106
106
|
faviconLink: string | null;
|
|
107
107
|
loginUrl: string | null;
|
|
108
108
|
billingHistory: {
|
|
@@ -120,9 +120,9 @@ export declare namespace CreateInfraProviderCommand {
|
|
|
120
120
|
}, {
|
|
121
121
|
response: {
|
|
122
122
|
uuid: string;
|
|
123
|
+
name: string;
|
|
123
124
|
createdAt: string;
|
|
124
125
|
updatedAt: string;
|
|
125
|
-
name: string;
|
|
126
126
|
faviconLink: string | null;
|
|
127
127
|
loginUrl: string | null;
|
|
128
128
|
billingHistory: {
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteInfraBillingHistoryRecordCommand = 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 DeleteInfraBillingHistoryRecordCommand;
|
|
9
9
|
(function (DeleteInfraBillingHistoryRecordCommand) {
|
|
10
10
|
DeleteInfraBillingHistoryRecordCommand.url = api_1.REST_API.INFRA_BILLING.DELETE_BILLING_HISTORY;
|
|
@@ -125,16 +125,16 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
125
125
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
126
126
|
}, "strip", z.ZodTypeAny, {
|
|
127
127
|
uuid: string;
|
|
128
|
+
name: string;
|
|
128
129
|
createdAt: Date;
|
|
129
130
|
updatedAt: Date;
|
|
130
|
-
name: string;
|
|
131
131
|
faviconLink: string | null;
|
|
132
132
|
loginUrl: string | null;
|
|
133
133
|
}, {
|
|
134
134
|
uuid: string;
|
|
135
|
+
name: string;
|
|
135
136
|
createdAt: string;
|
|
136
137
|
updatedAt: string;
|
|
137
|
-
name: string;
|
|
138
138
|
faviconLink: string | null;
|
|
139
139
|
loginUrl: string | null;
|
|
140
140
|
}>>;
|
|
@@ -289,27 +289,28 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
289
289
|
xrayUptime: z.ZodNumber;
|
|
290
290
|
usersOnline: z.ZodNumber;
|
|
291
291
|
note: z.ZodNullable<z.ZodString>;
|
|
292
|
-
}, "uuid" | "
|
|
292
|
+
}, "uuid" | "name" | "countryCode">, "strip", z.ZodTypeAny, {
|
|
293
293
|
uuid: string;
|
|
294
|
-
countryCode: string;
|
|
295
294
|
name: string;
|
|
295
|
+
countryCode: string;
|
|
296
296
|
}, {
|
|
297
297
|
uuid: string;
|
|
298
|
-
countryCode: string;
|
|
299
298
|
name: string;
|
|
299
|
+
countryCode: string;
|
|
300
300
|
}>>;
|
|
301
301
|
nextBillingAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
302
302
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
303
303
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
304
304
|
}, "strip", z.ZodTypeAny, {
|
|
305
|
-
uuid: string;
|
|
306
|
-
createdAt: Date;
|
|
307
|
-
updatedAt: Date;
|
|
308
305
|
node: {
|
|
309
306
|
uuid: string;
|
|
310
|
-
countryCode: string;
|
|
311
307
|
name: string;
|
|
308
|
+
countryCode: string;
|
|
312
309
|
} | null;
|
|
310
|
+
uuid: string;
|
|
311
|
+
name: string | null;
|
|
312
|
+
createdAt: Date;
|
|
313
|
+
updatedAt: Date;
|
|
313
314
|
provider: {
|
|
314
315
|
uuid: string;
|
|
315
316
|
name: string;
|
|
@@ -317,18 +318,18 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
317
318
|
loginUrl: string | null;
|
|
318
319
|
};
|
|
319
320
|
nodeUuid: string | null;
|
|
320
|
-
name: string | null;
|
|
321
321
|
providerUuid: string;
|
|
322
322
|
nextBillingAt: Date;
|
|
323
323
|
}, {
|
|
324
|
-
uuid: string;
|
|
325
|
-
createdAt: string;
|
|
326
|
-
updatedAt: string;
|
|
327
324
|
node: {
|
|
328
325
|
uuid: string;
|
|
329
|
-
countryCode: string;
|
|
330
326
|
name: string;
|
|
327
|
+
countryCode: string;
|
|
331
328
|
} | null;
|
|
329
|
+
uuid: string;
|
|
330
|
+
name: string | null;
|
|
331
|
+
createdAt: string;
|
|
332
|
+
updatedAt: string;
|
|
332
333
|
provider: {
|
|
333
334
|
uuid: string;
|
|
334
335
|
name: string;
|
|
@@ -336,7 +337,6 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
336
337
|
loginUrl: string | null;
|
|
337
338
|
};
|
|
338
339
|
nodeUuid: string | null;
|
|
339
|
-
name: string | null;
|
|
340
340
|
providerUuid: string;
|
|
341
341
|
nextBillingAt: string;
|
|
342
342
|
}>, "many">;
|
|
@@ -428,16 +428,16 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
428
428
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
429
429
|
}, "strip", z.ZodTypeAny, {
|
|
430
430
|
uuid: string;
|
|
431
|
+
name: string;
|
|
431
432
|
createdAt: Date;
|
|
432
433
|
updatedAt: Date;
|
|
433
|
-
name: string;
|
|
434
434
|
faviconLink: string | null;
|
|
435
435
|
loginUrl: string | null;
|
|
436
436
|
}, {
|
|
437
437
|
uuid: string;
|
|
438
|
+
name: string;
|
|
438
439
|
createdAt: string;
|
|
439
440
|
updatedAt: string;
|
|
440
|
-
name: string;
|
|
441
441
|
faviconLink: string | null;
|
|
442
442
|
loginUrl: string | null;
|
|
443
443
|
}>>;
|
|
@@ -592,14 +592,14 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
592
592
|
xrayUptime: z.ZodNumber;
|
|
593
593
|
usersOnline: z.ZodNumber;
|
|
594
594
|
note: z.ZodNullable<z.ZodString>;
|
|
595
|
-
}, "uuid" | "
|
|
595
|
+
}, "uuid" | "name" | "countryCode">, "strip", z.ZodTypeAny, {
|
|
596
596
|
uuid: string;
|
|
597
|
-
countryCode: string;
|
|
598
597
|
name: string;
|
|
598
|
+
countryCode: string;
|
|
599
599
|
}, {
|
|
600
600
|
uuid: string;
|
|
601
|
-
countryCode: string;
|
|
602
601
|
name: string;
|
|
602
|
+
countryCode: string;
|
|
603
603
|
}>, "many">;
|
|
604
604
|
totalAvailableBillingNodes: z.ZodNumber;
|
|
605
605
|
stats: z.ZodObject<{
|
|
@@ -622,14 +622,15 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
622
622
|
totalSpent: number;
|
|
623
623
|
};
|
|
624
624
|
billingNodes: {
|
|
625
|
-
uuid: string;
|
|
626
|
-
createdAt: Date;
|
|
627
|
-
updatedAt: Date;
|
|
628
625
|
node: {
|
|
629
626
|
uuid: string;
|
|
630
|
-
countryCode: string;
|
|
631
627
|
name: string;
|
|
628
|
+
countryCode: string;
|
|
632
629
|
} | null;
|
|
630
|
+
uuid: string;
|
|
631
|
+
name: string | null;
|
|
632
|
+
createdAt: Date;
|
|
633
|
+
updatedAt: Date;
|
|
633
634
|
provider: {
|
|
634
635
|
uuid: string;
|
|
635
636
|
name: string;
|
|
@@ -637,15 +638,14 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
637
638
|
loginUrl: string | null;
|
|
638
639
|
};
|
|
639
640
|
nodeUuid: string | null;
|
|
640
|
-
name: string | null;
|
|
641
641
|
providerUuid: string;
|
|
642
642
|
nextBillingAt: Date;
|
|
643
643
|
}[];
|
|
644
644
|
totalBillingNodes: number;
|
|
645
645
|
availableBillingNodes: {
|
|
646
646
|
uuid: string;
|
|
647
|
-
countryCode: string;
|
|
648
647
|
name: string;
|
|
648
|
+
countryCode: string;
|
|
649
649
|
}[];
|
|
650
650
|
totalAvailableBillingNodes: number;
|
|
651
651
|
}, {
|
|
@@ -655,14 +655,15 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
655
655
|
totalSpent: number;
|
|
656
656
|
};
|
|
657
657
|
billingNodes: {
|
|
658
|
-
uuid: string;
|
|
659
|
-
createdAt: string;
|
|
660
|
-
updatedAt: string;
|
|
661
658
|
node: {
|
|
662
659
|
uuid: string;
|
|
663
|
-
countryCode: string;
|
|
664
660
|
name: string;
|
|
661
|
+
countryCode: string;
|
|
665
662
|
} | null;
|
|
663
|
+
uuid: string;
|
|
664
|
+
name: string | null;
|
|
665
|
+
createdAt: string;
|
|
666
|
+
updatedAt: string;
|
|
666
667
|
provider: {
|
|
667
668
|
uuid: string;
|
|
668
669
|
name: string;
|
|
@@ -670,15 +671,14 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
670
671
|
loginUrl: string | null;
|
|
671
672
|
};
|
|
672
673
|
nodeUuid: string | null;
|
|
673
|
-
name: string | null;
|
|
674
674
|
providerUuid: string;
|
|
675
675
|
nextBillingAt: string;
|
|
676
676
|
}[];
|
|
677
677
|
totalBillingNodes: number;
|
|
678
678
|
availableBillingNodes: {
|
|
679
679
|
uuid: string;
|
|
680
|
-
countryCode: string;
|
|
681
680
|
name: string;
|
|
681
|
+
countryCode: string;
|
|
682
682
|
}[];
|
|
683
683
|
totalAvailableBillingNodes: number;
|
|
684
684
|
}>;
|
|
@@ -690,14 +690,15 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
690
690
|
totalSpent: number;
|
|
691
691
|
};
|
|
692
692
|
billingNodes: {
|
|
693
|
-
uuid: string;
|
|
694
|
-
createdAt: Date;
|
|
695
|
-
updatedAt: Date;
|
|
696
693
|
node: {
|
|
697
694
|
uuid: string;
|
|
698
|
-
countryCode: string;
|
|
699
695
|
name: string;
|
|
696
|
+
countryCode: string;
|
|
700
697
|
} | null;
|
|
698
|
+
uuid: string;
|
|
699
|
+
name: string | null;
|
|
700
|
+
createdAt: Date;
|
|
701
|
+
updatedAt: Date;
|
|
701
702
|
provider: {
|
|
702
703
|
uuid: string;
|
|
703
704
|
name: string;
|
|
@@ -705,15 +706,14 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
705
706
|
loginUrl: string | null;
|
|
706
707
|
};
|
|
707
708
|
nodeUuid: string | null;
|
|
708
|
-
name: string | null;
|
|
709
709
|
providerUuid: string;
|
|
710
710
|
nextBillingAt: Date;
|
|
711
711
|
}[];
|
|
712
712
|
totalBillingNodes: number;
|
|
713
713
|
availableBillingNodes: {
|
|
714
714
|
uuid: string;
|
|
715
|
-
countryCode: string;
|
|
716
715
|
name: string;
|
|
716
|
+
countryCode: string;
|
|
717
717
|
}[];
|
|
718
718
|
totalAvailableBillingNodes: number;
|
|
719
719
|
};
|
|
@@ -725,14 +725,15 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
725
725
|
totalSpent: number;
|
|
726
726
|
};
|
|
727
727
|
billingNodes: {
|
|
728
|
-
uuid: string;
|
|
729
|
-
createdAt: string;
|
|
730
|
-
updatedAt: string;
|
|
731
728
|
node: {
|
|
732
729
|
uuid: string;
|
|
733
|
-
countryCode: string;
|
|
734
730
|
name: string;
|
|
731
|
+
countryCode: string;
|
|
735
732
|
} | null;
|
|
733
|
+
uuid: string;
|
|
734
|
+
name: string | null;
|
|
735
|
+
createdAt: string;
|
|
736
|
+
updatedAt: string;
|
|
736
737
|
provider: {
|
|
737
738
|
uuid: string;
|
|
738
739
|
name: string;
|
|
@@ -740,15 +741,14 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
740
741
|
loginUrl: string | null;
|
|
741
742
|
};
|
|
742
743
|
nodeUuid: string | null;
|
|
743
|
-
name: string | null;
|
|
744
744
|
providerUuid: string;
|
|
745
745
|
nextBillingAt: string;
|
|
746
746
|
}[];
|
|
747
747
|
totalBillingNodes: number;
|
|
748
748
|
availableBillingNodes: {
|
|
749
749
|
uuid: string;
|
|
750
|
-
countryCode: string;
|
|
751
750
|
name: string;
|
|
751
|
+
countryCode: string;
|
|
752
752
|
}[];
|
|
753
753
|
totalAvailableBillingNodes: number;
|
|
754
754
|
};
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteInfraBillingNodeByUuidCommand = 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 DeleteInfraBillingNodeByUuidCommand;
|
|
9
9
|
(function (DeleteInfraBillingNodeByUuidCommand) {
|
|
10
10
|
DeleteInfraBillingNodeByUuidCommand.url = api_1.REST_API.INFRA_BILLING.DELETE_BILLING_NODE;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetInfraBillingHistoryRecordsCommand = 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 GetInfraBillingHistoryRecordsCommand;
|
|
9
9
|
(function (GetInfraBillingHistoryRecordsCommand) {
|
|
10
10
|
GetInfraBillingHistoryRecordsCommand.url = api_1.REST_API.INFRA_BILLING.GET_BILLING_HISTORY;
|