@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
|
@@ -43,12 +43,12 @@ export declare namespace ReorderConfigProfileCommand {
|
|
|
43
43
|
countryCode: z.ZodString;
|
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
|
45
45
|
uuid: string;
|
|
46
|
-
countryCode: string;
|
|
47
46
|
name: string;
|
|
47
|
+
countryCode: string;
|
|
48
48
|
}, {
|
|
49
49
|
uuid: string;
|
|
50
|
-
countryCode: string;
|
|
51
50
|
name: string;
|
|
51
|
+
countryCode: string;
|
|
52
52
|
}>, "many">;
|
|
53
53
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
54
54
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
@@ -113,20 +113,20 @@ export declare namespace ReorderConfigProfileCommand {
|
|
|
113
113
|
countryCode: z.ZodString;
|
|
114
114
|
}, "strip", z.ZodTypeAny, {
|
|
115
115
|
uuid: string;
|
|
116
|
-
countryCode: string;
|
|
117
116
|
name: string;
|
|
117
|
+
countryCode: string;
|
|
118
118
|
}, {
|
|
119
119
|
uuid: string;
|
|
120
|
-
countryCode: string;
|
|
121
120
|
name: string;
|
|
121
|
+
countryCode: string;
|
|
122
122
|
}>, "many">;
|
|
123
123
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
124
124
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
125
125
|
}, "strip", z.ZodTypeAny, {
|
|
126
126
|
nodes: {
|
|
127
127
|
uuid: string;
|
|
128
|
-
countryCode: string;
|
|
129
128
|
name: string;
|
|
129
|
+
countryCode: string;
|
|
130
130
|
}[];
|
|
131
131
|
inbounds: {
|
|
132
132
|
uuid: string;
|
|
@@ -139,16 +139,16 @@ export declare namespace ReorderConfigProfileCommand {
|
|
|
139
139
|
rawInbound?: unknown;
|
|
140
140
|
}[];
|
|
141
141
|
uuid: string;
|
|
142
|
+
name: string;
|
|
142
143
|
createdAt: Date;
|
|
143
144
|
updatedAt: Date;
|
|
144
|
-
name: string;
|
|
145
145
|
viewPosition: number;
|
|
146
146
|
config?: unknown;
|
|
147
147
|
}, {
|
|
148
148
|
nodes: {
|
|
149
149
|
uuid: string;
|
|
150
|
-
countryCode: string;
|
|
151
150
|
name: string;
|
|
151
|
+
countryCode: string;
|
|
152
152
|
}[];
|
|
153
153
|
inbounds: {
|
|
154
154
|
uuid: string;
|
|
@@ -161,9 +161,9 @@ export declare namespace ReorderConfigProfileCommand {
|
|
|
161
161
|
rawInbound?: unknown;
|
|
162
162
|
}[];
|
|
163
163
|
uuid: string;
|
|
164
|
+
name: string;
|
|
164
165
|
createdAt: string;
|
|
165
166
|
updatedAt: string;
|
|
166
|
-
name: string;
|
|
167
167
|
viewPosition: number;
|
|
168
168
|
config?: unknown;
|
|
169
169
|
}>, "many">;
|
|
@@ -172,8 +172,8 @@ export declare namespace ReorderConfigProfileCommand {
|
|
|
172
172
|
configProfiles: {
|
|
173
173
|
nodes: {
|
|
174
174
|
uuid: string;
|
|
175
|
-
countryCode: string;
|
|
176
175
|
name: string;
|
|
176
|
+
countryCode: string;
|
|
177
177
|
}[];
|
|
178
178
|
inbounds: {
|
|
179
179
|
uuid: string;
|
|
@@ -186,9 +186,9 @@ export declare namespace ReorderConfigProfileCommand {
|
|
|
186
186
|
rawInbound?: unknown;
|
|
187
187
|
}[];
|
|
188
188
|
uuid: string;
|
|
189
|
+
name: string;
|
|
189
190
|
createdAt: Date;
|
|
190
191
|
updatedAt: Date;
|
|
191
|
-
name: string;
|
|
192
192
|
viewPosition: number;
|
|
193
193
|
config?: unknown;
|
|
194
194
|
}[];
|
|
@@ -197,8 +197,8 @@ export declare namespace ReorderConfigProfileCommand {
|
|
|
197
197
|
configProfiles: {
|
|
198
198
|
nodes: {
|
|
199
199
|
uuid: string;
|
|
200
|
-
countryCode: string;
|
|
201
200
|
name: string;
|
|
201
|
+
countryCode: string;
|
|
202
202
|
}[];
|
|
203
203
|
inbounds: {
|
|
204
204
|
uuid: string;
|
|
@@ -211,9 +211,9 @@ export declare namespace ReorderConfigProfileCommand {
|
|
|
211
211
|
rawInbound?: unknown;
|
|
212
212
|
}[];
|
|
213
213
|
uuid: string;
|
|
214
|
+
name: string;
|
|
214
215
|
createdAt: string;
|
|
215
216
|
updatedAt: string;
|
|
216
|
-
name: string;
|
|
217
217
|
viewPosition: number;
|
|
218
218
|
config?: unknown;
|
|
219
219
|
}[];
|
|
@@ -224,8 +224,8 @@ export declare namespace ReorderConfigProfileCommand {
|
|
|
224
224
|
configProfiles: {
|
|
225
225
|
nodes: {
|
|
226
226
|
uuid: string;
|
|
227
|
-
countryCode: string;
|
|
228
227
|
name: string;
|
|
228
|
+
countryCode: string;
|
|
229
229
|
}[];
|
|
230
230
|
inbounds: {
|
|
231
231
|
uuid: string;
|
|
@@ -238,9 +238,9 @@ export declare namespace ReorderConfigProfileCommand {
|
|
|
238
238
|
rawInbound?: unknown;
|
|
239
239
|
}[];
|
|
240
240
|
uuid: string;
|
|
241
|
+
name: string;
|
|
241
242
|
createdAt: Date;
|
|
242
243
|
updatedAt: Date;
|
|
243
|
-
name: string;
|
|
244
244
|
viewPosition: number;
|
|
245
245
|
config?: unknown;
|
|
246
246
|
}[];
|
|
@@ -251,8 +251,8 @@ export declare namespace ReorderConfigProfileCommand {
|
|
|
251
251
|
configProfiles: {
|
|
252
252
|
nodes: {
|
|
253
253
|
uuid: string;
|
|
254
|
-
countryCode: string;
|
|
255
254
|
name: string;
|
|
255
|
+
countryCode: string;
|
|
256
256
|
}[];
|
|
257
257
|
inbounds: {
|
|
258
258
|
uuid: string;
|
|
@@ -265,9 +265,9 @@ export declare namespace ReorderConfigProfileCommand {
|
|
|
265
265
|
rawInbound?: unknown;
|
|
266
266
|
}[];
|
|
267
267
|
uuid: string;
|
|
268
|
+
name: string;
|
|
268
269
|
createdAt: string;
|
|
269
270
|
updatedAt: string;
|
|
270
|
-
name: string;
|
|
271
271
|
viewPosition: number;
|
|
272
272
|
config?: unknown;
|
|
273
273
|
}[];
|
|
@@ -58,20 +58,20 @@ export declare namespace CreateConfigProfileCommand {
|
|
|
58
58
|
countryCode: z.ZodString;
|
|
59
59
|
}, "strip", z.ZodTypeAny, {
|
|
60
60
|
uuid: string;
|
|
61
|
-
countryCode: string;
|
|
62
61
|
name: string;
|
|
62
|
+
countryCode: string;
|
|
63
63
|
}, {
|
|
64
64
|
uuid: string;
|
|
65
|
-
countryCode: string;
|
|
66
65
|
name: string;
|
|
66
|
+
countryCode: string;
|
|
67
67
|
}>, "many">;
|
|
68
68
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
69
69
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
70
70
|
}, "strip", z.ZodTypeAny, {
|
|
71
71
|
nodes: {
|
|
72
72
|
uuid: string;
|
|
73
|
-
countryCode: string;
|
|
74
73
|
name: string;
|
|
74
|
+
countryCode: string;
|
|
75
75
|
}[];
|
|
76
76
|
inbounds: {
|
|
77
77
|
uuid: string;
|
|
@@ -84,16 +84,16 @@ export declare namespace CreateConfigProfileCommand {
|
|
|
84
84
|
rawInbound?: unknown;
|
|
85
85
|
}[];
|
|
86
86
|
uuid: string;
|
|
87
|
+
name: string;
|
|
87
88
|
createdAt: Date;
|
|
88
89
|
updatedAt: Date;
|
|
89
|
-
name: string;
|
|
90
90
|
viewPosition: number;
|
|
91
91
|
config?: unknown;
|
|
92
92
|
}, {
|
|
93
93
|
nodes: {
|
|
94
94
|
uuid: string;
|
|
95
|
-
countryCode: string;
|
|
96
95
|
name: string;
|
|
96
|
+
countryCode: string;
|
|
97
97
|
}[];
|
|
98
98
|
inbounds: {
|
|
99
99
|
uuid: string;
|
|
@@ -106,9 +106,9 @@ export declare namespace CreateConfigProfileCommand {
|
|
|
106
106
|
rawInbound?: unknown;
|
|
107
107
|
}[];
|
|
108
108
|
uuid: string;
|
|
109
|
+
name: string;
|
|
109
110
|
createdAt: string;
|
|
110
111
|
updatedAt: string;
|
|
111
|
-
name: string;
|
|
112
112
|
viewPosition: number;
|
|
113
113
|
config?: unknown;
|
|
114
114
|
}>;
|
|
@@ -116,8 +116,8 @@ export declare namespace CreateConfigProfileCommand {
|
|
|
116
116
|
response: {
|
|
117
117
|
nodes: {
|
|
118
118
|
uuid: string;
|
|
119
|
-
countryCode: string;
|
|
120
119
|
name: string;
|
|
120
|
+
countryCode: string;
|
|
121
121
|
}[];
|
|
122
122
|
inbounds: {
|
|
123
123
|
uuid: string;
|
|
@@ -130,9 +130,9 @@ export declare namespace CreateConfigProfileCommand {
|
|
|
130
130
|
rawInbound?: unknown;
|
|
131
131
|
}[];
|
|
132
132
|
uuid: string;
|
|
133
|
+
name: string;
|
|
133
134
|
createdAt: Date;
|
|
134
135
|
updatedAt: Date;
|
|
135
|
-
name: string;
|
|
136
136
|
viewPosition: number;
|
|
137
137
|
config?: unknown;
|
|
138
138
|
};
|
|
@@ -140,8 +140,8 @@ export declare namespace CreateConfigProfileCommand {
|
|
|
140
140
|
response: {
|
|
141
141
|
nodes: {
|
|
142
142
|
uuid: string;
|
|
143
|
-
countryCode: string;
|
|
144
143
|
name: string;
|
|
144
|
+
countryCode: string;
|
|
145
145
|
}[];
|
|
146
146
|
inbounds: {
|
|
147
147
|
uuid: string;
|
|
@@ -154,9 +154,9 @@ export declare namespace CreateConfigProfileCommand {
|
|
|
154
154
|
rawInbound?: unknown;
|
|
155
155
|
}[];
|
|
156
156
|
uuid: string;
|
|
157
|
+
name: string;
|
|
157
158
|
createdAt: string;
|
|
158
159
|
updatedAt: string;
|
|
159
|
-
name: string;
|
|
160
160
|
viewPosition: number;
|
|
161
161
|
config?: unknown;
|
|
162
162
|
};
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.GetAllInboundsCommand = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const api_1 = require("../../api");
|
|
6
|
-
const models_1 = require("../../models");
|
|
7
6
|
const constants_1 = require("../../constants");
|
|
7
|
+
const models_1 = require("../../models");
|
|
8
8
|
var GetAllInboundsCommand;
|
|
9
9
|
(function (GetAllInboundsCommand) {
|
|
10
10
|
GetAllInboundsCommand.url = api_1.REST_API.CONFIG_PROFILES.GET_ALL_INBOUNDS;
|
package/build/backend/commands/config-profiles/get-computed-config-profile-by-uuid.command.d.ts
CHANGED
|
@@ -51,20 +51,20 @@ export declare namespace GetComputedConfigProfileByUuidCommand {
|
|
|
51
51
|
countryCode: z.ZodString;
|
|
52
52
|
}, "strip", z.ZodTypeAny, {
|
|
53
53
|
uuid: string;
|
|
54
|
-
countryCode: string;
|
|
55
54
|
name: string;
|
|
55
|
+
countryCode: string;
|
|
56
56
|
}, {
|
|
57
57
|
uuid: string;
|
|
58
|
-
countryCode: string;
|
|
59
58
|
name: string;
|
|
59
|
+
countryCode: string;
|
|
60
60
|
}>, "many">;
|
|
61
61
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
62
62
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
63
63
|
}, "strip", z.ZodTypeAny, {
|
|
64
64
|
nodes: {
|
|
65
65
|
uuid: string;
|
|
66
|
-
countryCode: string;
|
|
67
66
|
name: string;
|
|
67
|
+
countryCode: string;
|
|
68
68
|
}[];
|
|
69
69
|
inbounds: {
|
|
70
70
|
uuid: string;
|
|
@@ -77,16 +77,16 @@ export declare namespace GetComputedConfigProfileByUuidCommand {
|
|
|
77
77
|
rawInbound?: unknown;
|
|
78
78
|
}[];
|
|
79
79
|
uuid: string;
|
|
80
|
+
name: string;
|
|
80
81
|
createdAt: Date;
|
|
81
82
|
updatedAt: Date;
|
|
82
|
-
name: string;
|
|
83
83
|
viewPosition: number;
|
|
84
84
|
config?: unknown;
|
|
85
85
|
}, {
|
|
86
86
|
nodes: {
|
|
87
87
|
uuid: string;
|
|
88
|
-
countryCode: string;
|
|
89
88
|
name: string;
|
|
89
|
+
countryCode: string;
|
|
90
90
|
}[];
|
|
91
91
|
inbounds: {
|
|
92
92
|
uuid: string;
|
|
@@ -99,9 +99,9 @@ export declare namespace GetComputedConfigProfileByUuidCommand {
|
|
|
99
99
|
rawInbound?: unknown;
|
|
100
100
|
}[];
|
|
101
101
|
uuid: string;
|
|
102
|
+
name: string;
|
|
102
103
|
createdAt: string;
|
|
103
104
|
updatedAt: string;
|
|
104
|
-
name: string;
|
|
105
105
|
viewPosition: number;
|
|
106
106
|
config?: unknown;
|
|
107
107
|
}>;
|
|
@@ -109,8 +109,8 @@ export declare namespace GetComputedConfigProfileByUuidCommand {
|
|
|
109
109
|
response: {
|
|
110
110
|
nodes: {
|
|
111
111
|
uuid: string;
|
|
112
|
-
countryCode: string;
|
|
113
112
|
name: string;
|
|
113
|
+
countryCode: string;
|
|
114
114
|
}[];
|
|
115
115
|
inbounds: {
|
|
116
116
|
uuid: string;
|
|
@@ -123,9 +123,9 @@ export declare namespace GetComputedConfigProfileByUuidCommand {
|
|
|
123
123
|
rawInbound?: unknown;
|
|
124
124
|
}[];
|
|
125
125
|
uuid: string;
|
|
126
|
+
name: string;
|
|
126
127
|
createdAt: Date;
|
|
127
128
|
updatedAt: Date;
|
|
128
|
-
name: string;
|
|
129
129
|
viewPosition: number;
|
|
130
130
|
config?: unknown;
|
|
131
131
|
};
|
|
@@ -133,8 +133,8 @@ export declare namespace GetComputedConfigProfileByUuidCommand {
|
|
|
133
133
|
response: {
|
|
134
134
|
nodes: {
|
|
135
135
|
uuid: string;
|
|
136
|
-
countryCode: string;
|
|
137
136
|
name: string;
|
|
137
|
+
countryCode: string;
|
|
138
138
|
}[];
|
|
139
139
|
inbounds: {
|
|
140
140
|
uuid: string;
|
|
@@ -147,9 +147,9 @@ export declare namespace GetComputedConfigProfileByUuidCommand {
|
|
|
147
147
|
rawInbound?: unknown;
|
|
148
148
|
}[];
|
|
149
149
|
uuid: string;
|
|
150
|
+
name: string;
|
|
150
151
|
createdAt: string;
|
|
151
152
|
updatedAt: string;
|
|
152
|
-
name: string;
|
|
153
153
|
viewPosition: number;
|
|
154
154
|
config?: unknown;
|
|
155
155
|
};
|
|
@@ -51,20 +51,20 @@ export declare namespace GetConfigProfileByUuidCommand {
|
|
|
51
51
|
countryCode: z.ZodString;
|
|
52
52
|
}, "strip", z.ZodTypeAny, {
|
|
53
53
|
uuid: string;
|
|
54
|
-
countryCode: string;
|
|
55
54
|
name: string;
|
|
55
|
+
countryCode: string;
|
|
56
56
|
}, {
|
|
57
57
|
uuid: string;
|
|
58
|
-
countryCode: string;
|
|
59
58
|
name: string;
|
|
59
|
+
countryCode: string;
|
|
60
60
|
}>, "many">;
|
|
61
61
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
62
62
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
63
63
|
}, "strip", z.ZodTypeAny, {
|
|
64
64
|
nodes: {
|
|
65
65
|
uuid: string;
|
|
66
|
-
countryCode: string;
|
|
67
66
|
name: string;
|
|
67
|
+
countryCode: string;
|
|
68
68
|
}[];
|
|
69
69
|
inbounds: {
|
|
70
70
|
uuid: string;
|
|
@@ -77,16 +77,16 @@ export declare namespace GetConfigProfileByUuidCommand {
|
|
|
77
77
|
rawInbound?: unknown;
|
|
78
78
|
}[];
|
|
79
79
|
uuid: string;
|
|
80
|
+
name: string;
|
|
80
81
|
createdAt: Date;
|
|
81
82
|
updatedAt: Date;
|
|
82
|
-
name: string;
|
|
83
83
|
viewPosition: number;
|
|
84
84
|
config?: unknown;
|
|
85
85
|
}, {
|
|
86
86
|
nodes: {
|
|
87
87
|
uuid: string;
|
|
88
|
-
countryCode: string;
|
|
89
88
|
name: string;
|
|
89
|
+
countryCode: string;
|
|
90
90
|
}[];
|
|
91
91
|
inbounds: {
|
|
92
92
|
uuid: string;
|
|
@@ -99,9 +99,9 @@ export declare namespace GetConfigProfileByUuidCommand {
|
|
|
99
99
|
rawInbound?: unknown;
|
|
100
100
|
}[];
|
|
101
101
|
uuid: string;
|
|
102
|
+
name: string;
|
|
102
103
|
createdAt: string;
|
|
103
104
|
updatedAt: string;
|
|
104
|
-
name: string;
|
|
105
105
|
viewPosition: number;
|
|
106
106
|
config?: unknown;
|
|
107
107
|
}>;
|
|
@@ -109,8 +109,8 @@ export declare namespace GetConfigProfileByUuidCommand {
|
|
|
109
109
|
response: {
|
|
110
110
|
nodes: {
|
|
111
111
|
uuid: string;
|
|
112
|
-
countryCode: string;
|
|
113
112
|
name: string;
|
|
113
|
+
countryCode: string;
|
|
114
114
|
}[];
|
|
115
115
|
inbounds: {
|
|
116
116
|
uuid: string;
|
|
@@ -123,9 +123,9 @@ export declare namespace GetConfigProfileByUuidCommand {
|
|
|
123
123
|
rawInbound?: unknown;
|
|
124
124
|
}[];
|
|
125
125
|
uuid: string;
|
|
126
|
+
name: string;
|
|
126
127
|
createdAt: Date;
|
|
127
128
|
updatedAt: Date;
|
|
128
|
-
name: string;
|
|
129
129
|
viewPosition: number;
|
|
130
130
|
config?: unknown;
|
|
131
131
|
};
|
|
@@ -133,8 +133,8 @@ export declare namespace GetConfigProfileByUuidCommand {
|
|
|
133
133
|
response: {
|
|
134
134
|
nodes: {
|
|
135
135
|
uuid: string;
|
|
136
|
-
countryCode: string;
|
|
137
136
|
name: string;
|
|
137
|
+
countryCode: string;
|
|
138
138
|
}[];
|
|
139
139
|
inbounds: {
|
|
140
140
|
uuid: string;
|
|
@@ -147,9 +147,9 @@ export declare namespace GetConfigProfileByUuidCommand {
|
|
|
147
147
|
rawInbound?: unknown;
|
|
148
148
|
}[];
|
|
149
149
|
uuid: string;
|
|
150
|
+
name: string;
|
|
150
151
|
createdAt: string;
|
|
151
152
|
updatedAt: string;
|
|
152
|
-
name: string;
|
|
153
153
|
viewPosition: number;
|
|
154
154
|
config?: unknown;
|
|
155
155
|
};
|
|
@@ -45,20 +45,20 @@ export declare namespace GetConfigProfilesCommand {
|
|
|
45
45
|
countryCode: z.ZodString;
|
|
46
46
|
}, "strip", z.ZodTypeAny, {
|
|
47
47
|
uuid: string;
|
|
48
|
-
countryCode: string;
|
|
49
48
|
name: string;
|
|
49
|
+
countryCode: string;
|
|
50
50
|
}, {
|
|
51
51
|
uuid: string;
|
|
52
|
-
countryCode: string;
|
|
53
52
|
name: string;
|
|
53
|
+
countryCode: string;
|
|
54
54
|
}>, "many">;
|
|
55
55
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
56
56
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
|
58
58
|
nodes: {
|
|
59
59
|
uuid: string;
|
|
60
|
-
countryCode: string;
|
|
61
60
|
name: string;
|
|
61
|
+
countryCode: string;
|
|
62
62
|
}[];
|
|
63
63
|
inbounds: {
|
|
64
64
|
uuid: string;
|
|
@@ -71,16 +71,16 @@ export declare namespace GetConfigProfilesCommand {
|
|
|
71
71
|
rawInbound?: unknown;
|
|
72
72
|
}[];
|
|
73
73
|
uuid: string;
|
|
74
|
+
name: string;
|
|
74
75
|
createdAt: Date;
|
|
75
76
|
updatedAt: Date;
|
|
76
|
-
name: string;
|
|
77
77
|
viewPosition: number;
|
|
78
78
|
config?: unknown;
|
|
79
79
|
}, {
|
|
80
80
|
nodes: {
|
|
81
81
|
uuid: string;
|
|
82
|
-
countryCode: string;
|
|
83
82
|
name: string;
|
|
83
|
+
countryCode: string;
|
|
84
84
|
}[];
|
|
85
85
|
inbounds: {
|
|
86
86
|
uuid: string;
|
|
@@ -93,9 +93,9 @@ export declare namespace GetConfigProfilesCommand {
|
|
|
93
93
|
rawInbound?: unknown;
|
|
94
94
|
}[];
|
|
95
95
|
uuid: string;
|
|
96
|
+
name: string;
|
|
96
97
|
createdAt: string;
|
|
97
98
|
updatedAt: string;
|
|
98
|
-
name: string;
|
|
99
99
|
viewPosition: number;
|
|
100
100
|
config?: unknown;
|
|
101
101
|
}>, "many">;
|
|
@@ -104,8 +104,8 @@ export declare namespace GetConfigProfilesCommand {
|
|
|
104
104
|
configProfiles: {
|
|
105
105
|
nodes: {
|
|
106
106
|
uuid: string;
|
|
107
|
-
countryCode: string;
|
|
108
107
|
name: string;
|
|
108
|
+
countryCode: string;
|
|
109
109
|
}[];
|
|
110
110
|
inbounds: {
|
|
111
111
|
uuid: string;
|
|
@@ -118,9 +118,9 @@ export declare namespace GetConfigProfilesCommand {
|
|
|
118
118
|
rawInbound?: unknown;
|
|
119
119
|
}[];
|
|
120
120
|
uuid: string;
|
|
121
|
+
name: string;
|
|
121
122
|
createdAt: Date;
|
|
122
123
|
updatedAt: Date;
|
|
123
|
-
name: string;
|
|
124
124
|
viewPosition: number;
|
|
125
125
|
config?: unknown;
|
|
126
126
|
}[];
|
|
@@ -129,8 +129,8 @@ export declare namespace GetConfigProfilesCommand {
|
|
|
129
129
|
configProfiles: {
|
|
130
130
|
nodes: {
|
|
131
131
|
uuid: string;
|
|
132
|
-
countryCode: string;
|
|
133
132
|
name: string;
|
|
133
|
+
countryCode: string;
|
|
134
134
|
}[];
|
|
135
135
|
inbounds: {
|
|
136
136
|
uuid: string;
|
|
@@ -143,9 +143,9 @@ export declare namespace GetConfigProfilesCommand {
|
|
|
143
143
|
rawInbound?: unknown;
|
|
144
144
|
}[];
|
|
145
145
|
uuid: string;
|
|
146
|
+
name: string;
|
|
146
147
|
createdAt: string;
|
|
147
148
|
updatedAt: string;
|
|
148
|
-
name: string;
|
|
149
149
|
viewPosition: number;
|
|
150
150
|
config?: unknown;
|
|
151
151
|
}[];
|
|
@@ -156,8 +156,8 @@ export declare namespace GetConfigProfilesCommand {
|
|
|
156
156
|
configProfiles: {
|
|
157
157
|
nodes: {
|
|
158
158
|
uuid: string;
|
|
159
|
-
countryCode: string;
|
|
160
159
|
name: string;
|
|
160
|
+
countryCode: string;
|
|
161
161
|
}[];
|
|
162
162
|
inbounds: {
|
|
163
163
|
uuid: string;
|
|
@@ -170,9 +170,9 @@ export declare namespace GetConfigProfilesCommand {
|
|
|
170
170
|
rawInbound?: unknown;
|
|
171
171
|
}[];
|
|
172
172
|
uuid: string;
|
|
173
|
+
name: string;
|
|
173
174
|
createdAt: Date;
|
|
174
175
|
updatedAt: Date;
|
|
175
|
-
name: string;
|
|
176
176
|
viewPosition: number;
|
|
177
177
|
config?: unknown;
|
|
178
178
|
}[];
|
|
@@ -183,8 +183,8 @@ export declare namespace GetConfigProfilesCommand {
|
|
|
183
183
|
configProfiles: {
|
|
184
184
|
nodes: {
|
|
185
185
|
uuid: string;
|
|
186
|
-
countryCode: string;
|
|
187
186
|
name: string;
|
|
187
|
+
countryCode: string;
|
|
188
188
|
}[];
|
|
189
189
|
inbounds: {
|
|
190
190
|
uuid: string;
|
|
@@ -197,9 +197,9 @@ export declare namespace GetConfigProfilesCommand {
|
|
|
197
197
|
rawInbound?: unknown;
|
|
198
198
|
}[];
|
|
199
199
|
uuid: string;
|
|
200
|
+
name: string;
|
|
200
201
|
createdAt: string;
|
|
201
202
|
updatedAt: string;
|
|
202
|
-
name: string;
|
|
203
203
|
viewPosition: number;
|
|
204
204
|
config?: unknown;
|
|
205
205
|
}[];
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.GetInboundsByProfileUuidCommand = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const api_1 = require("../../api");
|
|
6
|
-
const models_1 = require("../../models");
|
|
7
6
|
const constants_1 = require("../../constants");
|
|
7
|
+
const models_1 = require("../../models");
|
|
8
8
|
var GetInboundsByProfileUuidCommand;
|
|
9
9
|
(function (GetInboundsByProfileUuidCommand) {
|
|
10
10
|
GetInboundsByProfileUuidCommand.url = api_1.REST_API.CONFIG_PROFILES.GET_INBOUNDS_BY_PROFILE_UUID;
|
|
@@ -57,20 +57,20 @@ export declare namespace UpdateConfigProfileCommand {
|
|
|
57
57
|
countryCode: z.ZodString;
|
|
58
58
|
}, "strip", z.ZodTypeAny, {
|
|
59
59
|
uuid: string;
|
|
60
|
-
countryCode: string;
|
|
61
60
|
name: string;
|
|
61
|
+
countryCode: string;
|
|
62
62
|
}, {
|
|
63
63
|
uuid: string;
|
|
64
|
-
countryCode: string;
|
|
65
64
|
name: string;
|
|
65
|
+
countryCode: string;
|
|
66
66
|
}>, "many">;
|
|
67
67
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
68
68
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
69
69
|
}, "strip", z.ZodTypeAny, {
|
|
70
70
|
nodes: {
|
|
71
71
|
uuid: string;
|
|
72
|
-
countryCode: string;
|
|
73
72
|
name: string;
|
|
73
|
+
countryCode: string;
|
|
74
74
|
}[];
|
|
75
75
|
inbounds: {
|
|
76
76
|
uuid: string;
|
|
@@ -83,16 +83,16 @@ export declare namespace UpdateConfigProfileCommand {
|
|
|
83
83
|
rawInbound?: unknown;
|
|
84
84
|
}[];
|
|
85
85
|
uuid: string;
|
|
86
|
+
name: string;
|
|
86
87
|
createdAt: Date;
|
|
87
88
|
updatedAt: Date;
|
|
88
|
-
name: string;
|
|
89
89
|
viewPosition: number;
|
|
90
90
|
config?: unknown;
|
|
91
91
|
}, {
|
|
92
92
|
nodes: {
|
|
93
93
|
uuid: string;
|
|
94
|
-
countryCode: string;
|
|
95
94
|
name: string;
|
|
95
|
+
countryCode: string;
|
|
96
96
|
}[];
|
|
97
97
|
inbounds: {
|
|
98
98
|
uuid: string;
|
|
@@ -105,9 +105,9 @@ export declare namespace UpdateConfigProfileCommand {
|
|
|
105
105
|
rawInbound?: unknown;
|
|
106
106
|
}[];
|
|
107
107
|
uuid: string;
|
|
108
|
+
name: string;
|
|
108
109
|
createdAt: string;
|
|
109
110
|
updatedAt: string;
|
|
110
|
-
name: string;
|
|
111
111
|
viewPosition: number;
|
|
112
112
|
config?: unknown;
|
|
113
113
|
}>;
|
|
@@ -115,8 +115,8 @@ export declare namespace UpdateConfigProfileCommand {
|
|
|
115
115
|
response: {
|
|
116
116
|
nodes: {
|
|
117
117
|
uuid: string;
|
|
118
|
-
countryCode: string;
|
|
119
118
|
name: string;
|
|
119
|
+
countryCode: string;
|
|
120
120
|
}[];
|
|
121
121
|
inbounds: {
|
|
122
122
|
uuid: string;
|
|
@@ -129,9 +129,9 @@ export declare namespace UpdateConfigProfileCommand {
|
|
|
129
129
|
rawInbound?: unknown;
|
|
130
130
|
}[];
|
|
131
131
|
uuid: string;
|
|
132
|
+
name: string;
|
|
132
133
|
createdAt: Date;
|
|
133
134
|
updatedAt: Date;
|
|
134
|
-
name: string;
|
|
135
135
|
viewPosition: number;
|
|
136
136
|
config?: unknown;
|
|
137
137
|
};
|
|
@@ -139,8 +139,8 @@ export declare namespace UpdateConfigProfileCommand {
|
|
|
139
139
|
response: {
|
|
140
140
|
nodes: {
|
|
141
141
|
uuid: string;
|
|
142
|
-
countryCode: string;
|
|
143
142
|
name: string;
|
|
143
|
+
countryCode: string;
|
|
144
144
|
}[];
|
|
145
145
|
inbounds: {
|
|
146
146
|
uuid: string;
|
|
@@ -153,9 +153,9 @@ export declare namespace UpdateConfigProfileCommand {
|
|
|
153
153
|
rawInbound?: unknown;
|
|
154
154
|
}[];
|
|
155
155
|
uuid: string;
|
|
156
|
+
name: string;
|
|
156
157
|
createdAt: string;
|
|
157
158
|
updatedAt: string;
|
|
158
|
-
name: string;
|
|
159
159
|
viewPosition: number;
|
|
160
160
|
config?: unknown;
|
|
161
161
|
};
|