@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
|
@@ -100,16 +100,16 @@ export declare namespace GetOneNodeCommand {
|
|
|
100
100
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
101
101
|
}, "strip", z.ZodTypeAny, {
|
|
102
102
|
uuid: string;
|
|
103
|
+
name: string;
|
|
103
104
|
createdAt: Date;
|
|
104
105
|
updatedAt: Date;
|
|
105
|
-
name: string;
|
|
106
106
|
faviconLink: string | null;
|
|
107
107
|
loginUrl: string | null;
|
|
108
108
|
}, {
|
|
109
109
|
uuid: string;
|
|
110
|
+
name: string;
|
|
110
111
|
createdAt: string;
|
|
111
112
|
updatedAt: string;
|
|
112
|
-
name: string;
|
|
113
113
|
faviconLink: string | null;
|
|
114
114
|
loginUrl: string | null;
|
|
115
115
|
}>>;
|
|
@@ -294,18 +294,18 @@ export declare namespace GetOneNodeCommand {
|
|
|
294
294
|
};
|
|
295
295
|
} | null;
|
|
296
296
|
uuid: string;
|
|
297
|
+
name: string;
|
|
297
298
|
createdAt: Date;
|
|
298
299
|
updatedAt: Date;
|
|
299
300
|
provider: {
|
|
300
301
|
uuid: string;
|
|
302
|
+
name: string;
|
|
301
303
|
createdAt: Date;
|
|
302
304
|
updatedAt: Date;
|
|
303
|
-
name: string;
|
|
304
305
|
faviconLink: string | null;
|
|
305
306
|
loginUrl: string | null;
|
|
306
307
|
} | null;
|
|
307
308
|
countryCode: string;
|
|
308
|
-
name: string;
|
|
309
309
|
port: number | null;
|
|
310
310
|
viewPosition: number;
|
|
311
311
|
trafficLimitBytes: number | null;
|
|
@@ -374,18 +374,18 @@ export declare namespace GetOneNodeCommand {
|
|
|
374
374
|
};
|
|
375
375
|
} | null;
|
|
376
376
|
uuid: string;
|
|
377
|
+
name: string;
|
|
377
378
|
createdAt: string;
|
|
378
379
|
updatedAt: string;
|
|
379
380
|
provider: {
|
|
380
381
|
uuid: string;
|
|
382
|
+
name: string;
|
|
381
383
|
createdAt: string;
|
|
382
384
|
updatedAt: string;
|
|
383
|
-
name: string;
|
|
384
385
|
faviconLink: string | null;
|
|
385
386
|
loginUrl: string | null;
|
|
386
387
|
} | null;
|
|
387
388
|
countryCode: string;
|
|
388
|
-
name: string;
|
|
389
389
|
port: number | null;
|
|
390
390
|
viewPosition: number;
|
|
391
391
|
trafficLimitBytes: number | null;
|
|
@@ -456,18 +456,18 @@ export declare namespace GetOneNodeCommand {
|
|
|
456
456
|
};
|
|
457
457
|
} | null;
|
|
458
458
|
uuid: string;
|
|
459
|
+
name: string;
|
|
459
460
|
createdAt: Date;
|
|
460
461
|
updatedAt: Date;
|
|
461
462
|
provider: {
|
|
462
463
|
uuid: string;
|
|
464
|
+
name: string;
|
|
463
465
|
createdAt: Date;
|
|
464
466
|
updatedAt: Date;
|
|
465
|
-
name: string;
|
|
466
467
|
faviconLink: string | null;
|
|
467
468
|
loginUrl: string | null;
|
|
468
469
|
} | null;
|
|
469
470
|
countryCode: string;
|
|
470
|
-
name: string;
|
|
471
471
|
port: number | null;
|
|
472
472
|
viewPosition: number;
|
|
473
473
|
trafficLimitBytes: number | null;
|
|
@@ -538,18 +538,18 @@ export declare namespace GetOneNodeCommand {
|
|
|
538
538
|
};
|
|
539
539
|
} | null;
|
|
540
540
|
uuid: string;
|
|
541
|
+
name: string;
|
|
541
542
|
createdAt: string;
|
|
542
543
|
updatedAt: string;
|
|
543
544
|
provider: {
|
|
544
545
|
uuid: string;
|
|
546
|
+
name: string;
|
|
545
547
|
createdAt: string;
|
|
546
548
|
updatedAt: string;
|
|
547
|
-
name: string;
|
|
548
549
|
faviconLink: string | null;
|
|
549
550
|
loginUrl: string | null;
|
|
550
551
|
} | null;
|
|
551
552
|
countryCode: string;
|
|
552
|
-
name: string;
|
|
553
553
|
port: number | null;
|
|
554
554
|
viewPosition: number;
|
|
555
555
|
trafficLimitBytes: number | null;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetOneNodeCommand = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
const constants_1 = require("../../constants");
|
|
6
5
|
const api_1 = require("../../api");
|
|
6
|
+
const constants_1 = require("../../constants");
|
|
7
7
|
const models_1 = require("../../models");
|
|
8
8
|
var GetOneNodeCommand;
|
|
9
9
|
(function (GetOneNodeCommand) {
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetAllNodesTagsCommand = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
const constants_1 = require("../../../constants");
|
|
6
5
|
const api_1 = require("../../../api");
|
|
6
|
+
const constants_1 = require("../../../constants");
|
|
7
7
|
var GetAllNodesTagsCommand;
|
|
8
8
|
(function (GetAllNodesTagsCommand) {
|
|
9
9
|
GetAllNodesTagsCommand.url = api_1.REST_API.NODES.TAGS.GET;
|
|
@@ -91,16 +91,16 @@ export declare namespace UpdateNodeCommand {
|
|
|
91
91
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
92
92
|
}, "strip", z.ZodTypeAny, {
|
|
93
93
|
uuid: string;
|
|
94
|
+
name: string;
|
|
94
95
|
createdAt: Date;
|
|
95
96
|
updatedAt: Date;
|
|
96
|
-
name: string;
|
|
97
97
|
faviconLink: string | null;
|
|
98
98
|
loginUrl: string | null;
|
|
99
99
|
}, {
|
|
100
100
|
uuid: string;
|
|
101
|
+
name: string;
|
|
101
102
|
createdAt: string;
|
|
102
103
|
updatedAt: string;
|
|
103
|
-
name: string;
|
|
104
104
|
faviconLink: string | null;
|
|
105
105
|
loginUrl: string | null;
|
|
106
106
|
}>>;
|
|
@@ -284,8 +284,8 @@ export declare namespace UpdateNodeCommand {
|
|
|
284
284
|
}, "strip", z.ZodTypeAny, {
|
|
285
285
|
uuid: string;
|
|
286
286
|
tags?: string[] | undefined;
|
|
287
|
-
countryCode?: string | undefined;
|
|
288
287
|
name?: string | undefined;
|
|
288
|
+
countryCode?: string | undefined;
|
|
289
289
|
port?: number | undefined;
|
|
290
290
|
trafficLimitBytes?: number | undefined;
|
|
291
291
|
address?: string | undefined;
|
|
@@ -305,8 +305,8 @@ export declare namespace UpdateNodeCommand {
|
|
|
305
305
|
}, {
|
|
306
306
|
uuid: string;
|
|
307
307
|
tags?: string[] | undefined;
|
|
308
|
-
countryCode?: string | undefined;
|
|
309
308
|
name?: string | undefined;
|
|
309
|
+
countryCode?: string | undefined;
|
|
310
310
|
port?: number | undefined;
|
|
311
311
|
trafficLimitBytes?: number | undefined;
|
|
312
312
|
address?: string | undefined;
|
|
@@ -414,16 +414,16 @@ export declare namespace UpdateNodeCommand {
|
|
|
414
414
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
415
415
|
}, "strip", z.ZodTypeAny, {
|
|
416
416
|
uuid: string;
|
|
417
|
+
name: string;
|
|
417
418
|
createdAt: Date;
|
|
418
419
|
updatedAt: Date;
|
|
419
|
-
name: string;
|
|
420
420
|
faviconLink: string | null;
|
|
421
421
|
loginUrl: string | null;
|
|
422
422
|
}, {
|
|
423
423
|
uuid: string;
|
|
424
|
+
name: string;
|
|
424
425
|
createdAt: string;
|
|
425
426
|
updatedAt: string;
|
|
426
|
-
name: string;
|
|
427
427
|
faviconLink: string | null;
|
|
428
428
|
loginUrl: string | null;
|
|
429
429
|
}>>;
|
|
@@ -608,18 +608,18 @@ export declare namespace UpdateNodeCommand {
|
|
|
608
608
|
};
|
|
609
609
|
} | null;
|
|
610
610
|
uuid: string;
|
|
611
|
+
name: string;
|
|
611
612
|
createdAt: Date;
|
|
612
613
|
updatedAt: Date;
|
|
613
614
|
provider: {
|
|
614
615
|
uuid: string;
|
|
616
|
+
name: string;
|
|
615
617
|
createdAt: Date;
|
|
616
618
|
updatedAt: Date;
|
|
617
|
-
name: string;
|
|
618
619
|
faviconLink: string | null;
|
|
619
620
|
loginUrl: string | null;
|
|
620
621
|
} | null;
|
|
621
622
|
countryCode: string;
|
|
622
|
-
name: string;
|
|
623
623
|
port: number | null;
|
|
624
624
|
viewPosition: number;
|
|
625
625
|
trafficLimitBytes: number | null;
|
|
@@ -688,18 +688,18 @@ export declare namespace UpdateNodeCommand {
|
|
|
688
688
|
};
|
|
689
689
|
} | null;
|
|
690
690
|
uuid: string;
|
|
691
|
+
name: string;
|
|
691
692
|
createdAt: string;
|
|
692
693
|
updatedAt: string;
|
|
693
694
|
provider: {
|
|
694
695
|
uuid: string;
|
|
696
|
+
name: string;
|
|
695
697
|
createdAt: string;
|
|
696
698
|
updatedAt: string;
|
|
697
|
-
name: string;
|
|
698
699
|
faviconLink: string | null;
|
|
699
700
|
loginUrl: string | null;
|
|
700
701
|
} | null;
|
|
701
702
|
countryCode: string;
|
|
702
|
-
name: string;
|
|
703
703
|
port: number | null;
|
|
704
704
|
viewPosition: number;
|
|
705
705
|
trafficLimitBytes: number | null;
|
|
@@ -770,18 +770,18 @@ export declare namespace UpdateNodeCommand {
|
|
|
770
770
|
};
|
|
771
771
|
} | null;
|
|
772
772
|
uuid: string;
|
|
773
|
+
name: string;
|
|
773
774
|
createdAt: Date;
|
|
774
775
|
updatedAt: Date;
|
|
775
776
|
provider: {
|
|
776
777
|
uuid: string;
|
|
778
|
+
name: string;
|
|
777
779
|
createdAt: Date;
|
|
778
780
|
updatedAt: Date;
|
|
779
|
-
name: string;
|
|
780
781
|
faviconLink: string | null;
|
|
781
782
|
loginUrl: string | null;
|
|
782
783
|
} | null;
|
|
783
784
|
countryCode: string;
|
|
784
|
-
name: string;
|
|
785
785
|
port: number | null;
|
|
786
786
|
viewPosition: number;
|
|
787
787
|
trafficLimitBytes: number | null;
|
|
@@ -852,18 +852,18 @@ export declare namespace UpdateNodeCommand {
|
|
|
852
852
|
};
|
|
853
853
|
} | null;
|
|
854
854
|
uuid: string;
|
|
855
|
+
name: string;
|
|
855
856
|
createdAt: string;
|
|
856
857
|
updatedAt: string;
|
|
857
858
|
provider: {
|
|
858
859
|
uuid: string;
|
|
860
|
+
name: string;
|
|
859
861
|
createdAt: string;
|
|
860
862
|
updatedAt: string;
|
|
861
|
-
name: string;
|
|
862
863
|
faviconLink: string | null;
|
|
863
864
|
loginUrl: string | null;
|
|
864
865
|
} | null;
|
|
865
866
|
countryCode: string;
|
|
866
|
-
name: string;
|
|
867
867
|
port: number | null;
|
|
868
868
|
viewPosition: number;
|
|
869
869
|
trafficLimitBytes: number | null;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateNodeCommand = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
const constants_1 = require("../../constants");
|
|
6
5
|
const api_1 = require("../../api");
|
|
6
|
+
const constants_1 = require("../../constants");
|
|
7
7
|
const models_1 = require("../../models");
|
|
8
8
|
var UpdateNodeCommand;
|
|
9
9
|
(function (UpdateNodeCommand) {
|
|
@@ -19,27 +19,27 @@ export declare namespace DeletePasskeyCommand {
|
|
|
19
19
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
20
20
|
lastUsedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
21
21
|
}, "strip", z.ZodTypeAny, {
|
|
22
|
-
createdAt: Date;
|
|
23
22
|
name: string;
|
|
23
|
+
createdAt: Date;
|
|
24
24
|
id: string;
|
|
25
25
|
lastUsedAt: Date;
|
|
26
26
|
}, {
|
|
27
|
-
createdAt: string;
|
|
28
27
|
name: string;
|
|
28
|
+
createdAt: string;
|
|
29
29
|
id: string;
|
|
30
30
|
lastUsedAt: string;
|
|
31
31
|
}>, "many">;
|
|
32
32
|
}, "strip", z.ZodTypeAny, {
|
|
33
33
|
passkeys: {
|
|
34
|
-
createdAt: Date;
|
|
35
34
|
name: string;
|
|
35
|
+
createdAt: Date;
|
|
36
36
|
id: string;
|
|
37
37
|
lastUsedAt: Date;
|
|
38
38
|
}[];
|
|
39
39
|
}, {
|
|
40
40
|
passkeys: {
|
|
41
|
-
createdAt: string;
|
|
42
41
|
name: string;
|
|
42
|
+
createdAt: string;
|
|
43
43
|
id: string;
|
|
44
44
|
lastUsedAt: string;
|
|
45
45
|
}[];
|
|
@@ -47,8 +47,8 @@ export declare namespace DeletePasskeyCommand {
|
|
|
47
47
|
}, "strip", z.ZodTypeAny, {
|
|
48
48
|
response: {
|
|
49
49
|
passkeys: {
|
|
50
|
-
createdAt: Date;
|
|
51
50
|
name: string;
|
|
51
|
+
createdAt: Date;
|
|
52
52
|
id: string;
|
|
53
53
|
lastUsedAt: Date;
|
|
54
54
|
}[];
|
|
@@ -56,8 +56,8 @@ export declare namespace DeletePasskeyCommand {
|
|
|
56
56
|
}, {
|
|
57
57
|
response: {
|
|
58
58
|
passkeys: {
|
|
59
|
-
createdAt: string;
|
|
60
59
|
name: string;
|
|
60
|
+
createdAt: string;
|
|
61
61
|
id: string;
|
|
62
62
|
lastUsedAt: string;
|
|
63
63
|
}[];
|
|
@@ -11,27 +11,27 @@ export declare namespace GetAllPasskeysCommand {
|
|
|
11
11
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
12
12
|
lastUsedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
13
13
|
}, "strip", z.ZodTypeAny, {
|
|
14
|
-
createdAt: Date;
|
|
15
14
|
name: string;
|
|
15
|
+
createdAt: Date;
|
|
16
16
|
id: string;
|
|
17
17
|
lastUsedAt: Date;
|
|
18
18
|
}, {
|
|
19
|
-
createdAt: string;
|
|
20
19
|
name: string;
|
|
20
|
+
createdAt: string;
|
|
21
21
|
id: string;
|
|
22
22
|
lastUsedAt: string;
|
|
23
23
|
}>, "many">;
|
|
24
24
|
}, "strip", z.ZodTypeAny, {
|
|
25
25
|
passkeys: {
|
|
26
|
-
createdAt: Date;
|
|
27
26
|
name: string;
|
|
27
|
+
createdAt: Date;
|
|
28
28
|
id: string;
|
|
29
29
|
lastUsedAt: Date;
|
|
30
30
|
}[];
|
|
31
31
|
}, {
|
|
32
32
|
passkeys: {
|
|
33
|
-
createdAt: string;
|
|
34
33
|
name: string;
|
|
34
|
+
createdAt: string;
|
|
35
35
|
id: string;
|
|
36
36
|
lastUsedAt: string;
|
|
37
37
|
}[];
|
|
@@ -39,8 +39,8 @@ export declare namespace GetAllPasskeysCommand {
|
|
|
39
39
|
}, "strip", z.ZodTypeAny, {
|
|
40
40
|
response: {
|
|
41
41
|
passkeys: {
|
|
42
|
-
createdAt: Date;
|
|
43
42
|
name: string;
|
|
43
|
+
createdAt: Date;
|
|
44
44
|
id: string;
|
|
45
45
|
lastUsedAt: Date;
|
|
46
46
|
}[];
|
|
@@ -48,8 +48,8 @@ export declare namespace GetAllPasskeysCommand {
|
|
|
48
48
|
}, {
|
|
49
49
|
response: {
|
|
50
50
|
passkeys: {
|
|
51
|
-
createdAt: string;
|
|
52
51
|
name: string;
|
|
52
|
+
createdAt: string;
|
|
53
53
|
id: string;
|
|
54
54
|
lastUsedAt: string;
|
|
55
55
|
}[];
|
|
@@ -22,27 +22,27 @@ export declare namespace UpdatePasskeyCommand {
|
|
|
22
22
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
23
23
|
lastUsedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
24
24
|
}, "strip", z.ZodTypeAny, {
|
|
25
|
-
createdAt: Date;
|
|
26
25
|
name: string;
|
|
26
|
+
createdAt: Date;
|
|
27
27
|
id: string;
|
|
28
28
|
lastUsedAt: Date;
|
|
29
29
|
}, {
|
|
30
|
-
createdAt: string;
|
|
31
30
|
name: string;
|
|
31
|
+
createdAt: string;
|
|
32
32
|
id: string;
|
|
33
33
|
lastUsedAt: string;
|
|
34
34
|
}>, "many">;
|
|
35
35
|
}, "strip", z.ZodTypeAny, {
|
|
36
36
|
passkeys: {
|
|
37
|
-
createdAt: Date;
|
|
38
37
|
name: string;
|
|
38
|
+
createdAt: Date;
|
|
39
39
|
id: string;
|
|
40
40
|
lastUsedAt: Date;
|
|
41
41
|
}[];
|
|
42
42
|
}, {
|
|
43
43
|
passkeys: {
|
|
44
|
-
createdAt: string;
|
|
45
44
|
name: string;
|
|
45
|
+
createdAt: string;
|
|
46
46
|
id: string;
|
|
47
47
|
lastUsedAt: string;
|
|
48
48
|
}[];
|
|
@@ -50,8 +50,8 @@ export declare namespace UpdatePasskeyCommand {
|
|
|
50
50
|
}, "strip", z.ZodTypeAny, {
|
|
51
51
|
response: {
|
|
52
52
|
passkeys: {
|
|
53
|
-
createdAt: Date;
|
|
54
53
|
name: string;
|
|
54
|
+
createdAt: Date;
|
|
55
55
|
id: string;
|
|
56
56
|
lastUsedAt: Date;
|
|
57
57
|
}[];
|
|
@@ -59,8 +59,8 @@ export declare namespace UpdatePasskeyCommand {
|
|
|
59
59
|
}, {
|
|
60
60
|
response: {
|
|
61
61
|
passkeys: {
|
|
62
|
-
createdAt: string;
|
|
63
62
|
name: string;
|
|
63
|
+
createdAt: string;
|
|
64
64
|
id: string;
|
|
65
65
|
lastUsedAt: string;
|
|
66
66
|
}[];
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.GetRemnawaveSettingsCommand = 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 GetRemnawaveSettingsCommand;
|
|
9
9
|
(function (GetRemnawaveSettingsCommand) {
|
|
10
10
|
GetRemnawaveSettingsCommand.url = api_1.REST_API.REMNAAWAVE_SETTINGS.GET;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateRemnawaveSettingsCommand = 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 UpdateRemnawaveSettingsCommand;
|
|
9
9
|
(function (UpdateRemnawaveSettingsCommand) {
|
|
10
10
|
UpdateRemnawaveSettingsCommand.url = api_1.REST_API.REMNAAWAVE_SETTINGS.UPDATE;
|
package/build/backend/commands/subscription/get-subscription-by-short-uuid-by-client-type.command.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetSubscriptionByShortUuidByClientTypeCommand = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
const constants_1 = require("../../constants");
|
|
6
5
|
const api_1 = require("../../api");
|
|
6
|
+
const constants_1 = require("../../constants");
|
|
7
7
|
var GetSubscriptionByShortUuidByClientTypeCommand;
|
|
8
8
|
(function (GetSubscriptionByShortUuidByClientTypeCommand) {
|
|
9
9
|
GetSubscriptionByShortUuidByClientTypeCommand.url = api_1.REST_API.SUBSCRIPTION.GET;
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.GetSubscriptionInfoByShortUuidCommand = 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 GetSubscriptionInfoByShortUuidCommand;
|
|
9
9
|
(function (GetSubscriptionInfoByShortUuidCommand) {
|
|
10
10
|
GetSubscriptionInfoByShortUuidCommand.url = api_1.REST_API.SUBSCRIPTION.GET_INFO;
|
package/build/backend/commands/subscription-page-configs/actions/clone-subpage-config.command.js
CHANGED
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.CloneSubscriptionPageConfigCommand = 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 CloneSubscriptionPageConfigCommand;
|
|
9
9
|
(function (CloneSubscriptionPageConfigCommand) {
|
|
10
10
|
CloneSubscriptionPageConfigCommand.url = api_1.REST_API.SUBSCRIPTION_PAGE_CONFIGS.ACTIONS.CLONE;
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.ReorderSubscriptionPageConfigsCommand = 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 ReorderSubscriptionPageConfigsCommand;
|
|
9
9
|
(function (ReorderSubscriptionPageConfigsCommand) {
|
|
10
10
|
ReorderSubscriptionPageConfigsCommand.url = api_1.REST_API.SUBSCRIPTION_PAGE_CONFIGS.ACTIONS.REORDER;
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.CreateSubscriptionPageConfigCommand = 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 CreateSubscriptionPageConfigCommand;
|
|
9
9
|
(function (CreateSubscriptionPageConfigCommand) {
|
|
10
10
|
CreateSubscriptionPageConfigCommand.url = api_1.REST_API.SUBSCRIPTION_PAGE_CONFIGS.CREATE;
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.GetSubscriptionPageConfigCommand = 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 GetSubscriptionPageConfigCommand;
|
|
9
9
|
(function (GetSubscriptionPageConfigCommand) {
|
|
10
10
|
GetSubscriptionPageConfigCommand.url = api_1.REST_API.SUBSCRIPTION_PAGE_CONFIGS.GET;
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.GetSubscriptionPageConfigsCommand = 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 GetSubscriptionPageConfigsCommand;
|
|
9
9
|
(function (GetSubscriptionPageConfigsCommand) {
|
|
10
10
|
GetSubscriptionPageConfigsCommand.url = api_1.REST_API.SUBSCRIPTION_PAGE_CONFIGS.GET_ALL;
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.UpdateSubscriptionPageConfigCommand = 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 UpdateSubscriptionPageConfigCommand;
|
|
9
9
|
(function (UpdateSubscriptionPageConfigCommand) {
|
|
10
10
|
UpdateSubscriptionPageConfigCommand.url = api_1.REST_API.SUBSCRIPTION_PAGE_CONFIGS.UPDATE;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetSubscriptionRequestHistoryCommand = 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 GetSubscriptionRequestHistoryCommand;
|
|
9
9
|
(function (GetSubscriptionRequestHistoryCommand) {
|
|
10
10
|
GetSubscriptionRequestHistoryCommand.url = api_1.REST_API.SUBSCRIPTION_REQUEST_HISTORY.GET;
|
|
@@ -156,8 +156,8 @@ export declare namespace GetSubscriptionSettingsCommand {
|
|
|
156
156
|
} | undefined;
|
|
157
157
|
}>>;
|
|
158
158
|
}, "strip", z.ZodTypeAny, {
|
|
159
|
-
enabled: boolean;
|
|
160
159
|
name: string;
|
|
160
|
+
enabled: boolean;
|
|
161
161
|
operator: "AND" | "OR";
|
|
162
162
|
conditions: {
|
|
163
163
|
value: string;
|
|
@@ -184,8 +184,8 @@ export declare namespace GetSubscriptionSettingsCommand {
|
|
|
184
184
|
} | undefined;
|
|
185
185
|
} | undefined;
|
|
186
186
|
}, {
|
|
187
|
-
enabled: boolean;
|
|
188
187
|
name: string;
|
|
188
|
+
enabled: boolean;
|
|
189
189
|
operator: "AND" | "OR";
|
|
190
190
|
conditions: {
|
|
191
191
|
value: string;
|
|
@@ -215,8 +215,8 @@ export declare namespace GetSubscriptionSettingsCommand {
|
|
|
215
215
|
}, "strip", z.ZodTypeAny, {
|
|
216
216
|
version: "1";
|
|
217
217
|
rules: {
|
|
218
|
-
enabled: boolean;
|
|
219
218
|
name: string;
|
|
219
|
+
enabled: boolean;
|
|
220
220
|
operator: "AND" | "OR";
|
|
221
221
|
conditions: {
|
|
222
222
|
value: string;
|
|
@@ -249,8 +249,8 @@ export declare namespace GetSubscriptionSettingsCommand {
|
|
|
249
249
|
}, {
|
|
250
250
|
version: "1";
|
|
251
251
|
rules: {
|
|
252
|
-
enabled: boolean;
|
|
253
252
|
name: string;
|
|
253
|
+
enabled: boolean;
|
|
254
254
|
operator: "AND" | "OR";
|
|
255
255
|
conditions: {
|
|
256
256
|
value: string;
|
|
@@ -321,8 +321,8 @@ export declare namespace GetSubscriptionSettingsCommand {
|
|
|
321
321
|
responseRules: {
|
|
322
322
|
version: "1";
|
|
323
323
|
rules: {
|
|
324
|
-
enabled: boolean;
|
|
325
324
|
name: string;
|
|
325
|
+
enabled: boolean;
|
|
326
326
|
operator: "AND" | "OR";
|
|
327
327
|
conditions: {
|
|
328
328
|
value: string;
|
|
@@ -383,8 +383,8 @@ export declare namespace GetSubscriptionSettingsCommand {
|
|
|
383
383
|
responseRules: {
|
|
384
384
|
version: "1";
|
|
385
385
|
rules: {
|
|
386
|
-
enabled: boolean;
|
|
387
386
|
name: string;
|
|
387
|
+
enabled: boolean;
|
|
388
388
|
operator: "AND" | "OR";
|
|
389
389
|
conditions: {
|
|
390
390
|
value: string;
|
|
@@ -447,8 +447,8 @@ export declare namespace GetSubscriptionSettingsCommand {
|
|
|
447
447
|
responseRules: {
|
|
448
448
|
version: "1";
|
|
449
449
|
rules: {
|
|
450
|
-
enabled: boolean;
|
|
451
450
|
name: string;
|
|
451
|
+
enabled: boolean;
|
|
452
452
|
operator: "AND" | "OR";
|
|
453
453
|
conditions: {
|
|
454
454
|
value: string;
|
|
@@ -511,8 +511,8 @@ export declare namespace GetSubscriptionSettingsCommand {
|
|
|
511
511
|
responseRules: {
|
|
512
512
|
version: "1";
|
|
513
513
|
rules: {
|
|
514
|
-
enabled: boolean;
|
|
515
514
|
name: string;
|
|
515
|
+
enabled: boolean;
|
|
516
516
|
operator: "AND" | "OR";
|
|
517
517
|
conditions: {
|
|
518
518
|
value: string;
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.GetSubscriptionSettingsCommand = 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 GetSubscriptionSettingsCommand;
|
|
9
9
|
(function (GetSubscriptionSettingsCommand) {
|
|
10
10
|
GetSubscriptionSettingsCommand.url = api_1.REST_API.SUBSCRIPTION_SETTINGS.GET;
|