@remnawave/backend-contract 2.9.3 → 2.9.5
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 +9 -54
- package/build/backend/commands/api-tokens/create.command.d.ts.map +1 -1
- package/build/backend/commands/api-tokens/delete.command.d.ts +2 -6
- package/build/backend/commands/api-tokens/delete.command.d.ts.map +1 -1
- package/build/backend/commands/api-tokens/delete.command.js +1 -1
- package/build/backend/commands/api-tokens/get-api-tokens.command.d.ts +9 -91
- package/build/backend/commands/api-tokens/get-api-tokens.command.d.ts.map +1 -1
- package/build/backend/commands/api-tokens/get-scopes.command.d.ts +21 -144
- package/build/backend/commands/api-tokens/get-scopes.command.d.ts.map +1 -1
- package/build/backend/commands/auth/get-status.command.d.ts +8 -122
- package/build/backend/commands/auth/get-status.command.d.ts.map +1 -1
- package/build/backend/commands/auth/get-status.command.js +1 -1
- package/build/backend/commands/auth/login.command.d.ts +3 -21
- package/build/backend/commands/auth/login.command.d.ts.map +1 -1
- package/build/backend/commands/auth/oauth2/authorize.command.d.ts +5 -21
- package/build/backend/commands/auth/oauth2/authorize.command.d.ts.map +1 -1
- package/build/backend/commands/auth/oauth2/authorize.command.js +2 -2
- package/build/backend/commands/auth/oauth2/callback.command.d.ts +4 -24
- package/build/backend/commands/auth/oauth2/callback.command.d.ts.map +1 -1
- package/build/backend/commands/auth/oauth2/callback.command.js +1 -1
- package/build/backend/commands/auth/passkey/get-authentication-options.command.d.ts +1 -5
- package/build/backend/commands/auth/passkey/get-authentication-options.command.d.ts.map +1 -1
- package/build/backend/commands/auth/passkey/verify-authentication.command.d.ts +3 -19
- package/build/backend/commands/auth/passkey/verify-authentication.command.d.ts.map +1 -1
- package/build/backend/commands/auth/register.command.d.ts +3 -21
- package/build/backend/commands/auth/register.command.d.ts.map +1 -1
- package/build/backend/commands/bandwidth-stats/legacy/get-legacy-stats-node-user-usage.command.d.ts +10 -48
- package/build/backend/commands/bandwidth-stats/legacy/get-legacy-stats-node-user-usage.command.d.ts.map +1 -1
- package/build/backend/commands/bandwidth-stats/legacy/get-legacy-stats-node-user-usage.command.js +5 -5
- package/build/backend/commands/bandwidth-stats/legacy/get-legacy-user-usage.command.d.ts +10 -52
- package/build/backend/commands/bandwidth-stats/legacy/get-legacy-user-usage.command.d.ts.map +1 -1
- package/build/backend/commands/bandwidth-stats/legacy/get-legacy-user-usage.command.js +5 -5
- package/build/backend/commands/bandwidth-stats/nodes/get-stats-node-users-usage.command.d.ts +11 -67
- package/build/backend/commands/bandwidth-stats/nodes/get-stats-node-users-usage.command.d.ts.map +1 -1
- package/build/backend/commands/bandwidth-stats/nodes/get-stats-node-users-usage.command.js +3 -3
- package/build/backend/commands/bandwidth-stats/nodes/get-stats-nodes-usage.command.d.ts +13 -123
- package/build/backend/commands/bandwidth-stats/nodes/get-stats-nodes-usage.command.d.ts.map +1 -1
- package/build/backend/commands/bandwidth-stats/nodes/get-stats-nodes-usage.command.js +4 -4
- package/build/backend/commands/bandwidth-stats/nodes/get-stats-nodes-users-usage.command.d.ts +11 -67
- package/build/backend/commands/bandwidth-stats/nodes/get-stats-nodes-users-usage.command.d.ts.map +1 -1
- package/build/backend/commands/bandwidth-stats/nodes/get-stats-nodes-users-usage.command.js +3 -3
- package/build/backend/commands/bandwidth-stats/users/get-stats-user-usage.command.d.ts +15 -129
- package/build/backend/commands/bandwidth-stats/users/get-stats-user-usage.command.d.ts.map +1 -1
- package/build/backend/commands/bandwidth-stats/users/get-stats-user-usage.command.js +5 -5
- package/build/backend/commands/config-profiles/actions/reorder.command.d.ts +17 -252
- package/build/backend/commands/config-profiles/actions/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/config-profiles/create-config-profile.command.d.ts +13 -141
- package/build/backend/commands/config-profiles/create-config-profile.command.d.ts.map +1 -1
- package/build/backend/commands/config-profiles/create-config-profile.command.js +1 -1
- package/build/backend/commands/config-profiles/delete-config-profile.command.d.ts +2 -6
- package/build/backend/commands/config-profiles/delete-config-profile.command.d.ts.map +1 -1
- package/build/backend/commands/config-profiles/delete-config-profile.command.js +1 -1
- package/build/backend/commands/config-profiles/get-all-inbounds.command.d.ts +6 -83
- package/build/backend/commands/config-profiles/get-all-inbounds.command.d.ts.map +1 -1
- 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 +13 -135
- package/build/backend/commands/config-profiles/get-computed-config-profile-by-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/config-profiles/get-computed-config-profile-by-uuid.command.js +1 -1
- package/build/backend/commands/config-profiles/get-config-profile-by-uuid.command.d.ts +13 -135
- package/build/backend/commands/config-profiles/get-config-profile-by-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/config-profiles/get-config-profile-by-uuid.command.js +1 -1
- package/build/backend/commands/config-profiles/get-config-profiles.command.d.ts +12 -186
- package/build/backend/commands/config-profiles/get-config-profiles.command.d.ts.map +1 -1
- package/build/backend/commands/config-profiles/get-inbounds-by-profile-uuid.command.d.ts +8 -89
- package/build/backend/commands/config-profiles/get-inbounds-by-profile-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/config-profiles/get-inbounds-by-profile-uuid.command.js +2 -2
- package/build/backend/commands/config-profiles/update-config-profile.command.d.ts +14 -140
- package/build/backend/commands/config-profiles/update-config-profile.command.d.ts.map +1 -1
- package/build/backend/commands/config-profiles/update-config-profile.command.js +2 -2
- package/build/backend/commands/connections/connections-by-node-result.command.d.ts +8 -110
- package/build/backend/commands/connections/connections-by-node-result.command.d.ts.map +1 -1
- package/build/backend/commands/connections/connections-by-node-result.command.js +2 -3
- package/build/backend/commands/connections/connections-by-node.command.d.ts +4 -20
- package/build/backend/commands/connections/connections-by-node.command.d.ts.map +1 -1
- package/build/backend/commands/connections/connections-by-node.command.js +1 -1
- package/build/backend/commands/connections/connections-by-user-result.command.d.ts +10 -162
- package/build/backend/commands/connections/connections-by-user-result.command.d.ts.map +1 -1
- package/build/backend/commands/connections/connections-by-user-result.command.js +3 -4
- package/build/backend/commands/connections/connections-by-user.command.d.ts +4 -20
- package/build/backend/commands/connections/connections-by-user.command.d.ts.map +1 -1
- package/build/backend/commands/connections/connections-by-user.command.js +1 -1
- package/build/backend/commands/connections/drop-connections.command.d.ts +19 -91
- package/build/backend/commands/connections/drop-connections.command.d.ts.map +1 -1
- package/build/backend/commands/connections/drop-connections.command.js +3 -3
- package/build/backend/commands/external-squads/actions/reorder.command.d.ts +29 -482
- package/build/backend/commands/external-squads/actions/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/external-squads/bulk-actions/add-users-to-external-squad.command.d.ts +2 -6
- package/build/backend/commands/external-squads/bulk-actions/add-users-to-external-squad.command.d.ts.map +1 -1
- package/build/backend/commands/external-squads/bulk-actions/add-users-to-external-squad.command.js +1 -1
- package/build/backend/commands/external-squads/bulk-actions/delete-users-from-external-squad.command.d.ts +2 -6
- package/build/backend/commands/external-squads/bulk-actions/delete-users-from-external-squad.command.d.ts.map +1 -1
- package/build/backend/commands/external-squads/bulk-actions/delete-users-from-external-squad.command.js +1 -1
- package/build/backend/commands/external-squads/create-external-squad.command.d.ts +24 -262
- package/build/backend/commands/external-squads/create-external-squad.command.d.ts.map +1 -1
- package/build/backend/commands/external-squads/delete-external-squad.command.d.ts +2 -6
- package/build/backend/commands/external-squads/delete-external-squad.command.d.ts.map +1 -1
- package/build/backend/commands/external-squads/delete-external-squad.command.js +1 -1
- package/build/backend/commands/external-squads/get-external-squad-by-uuid.command.d.ts +25 -263
- package/build/backend/commands/external-squads/get-external-squad-by-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/external-squads/get-external-squad-by-uuid.command.js +1 -1
- package/build/backend/commands/external-squads/get-external-squads.command.d.ts +24 -356
- package/build/backend/commands/external-squads/get-external-squads.command.d.ts.map +1 -1
- package/build/backend/commands/external-squads/update-external-squad.command.d.ts +41 -403
- package/build/backend/commands/external-squads/update-external-squad.command.d.ts.map +1 -1
- package/build/backend/commands/external-squads/update-external-squad.command.js +8 -8
- package/build/backend/commands/hosts/bulk/delete-many-hosts.command.d.ts +2 -6
- package/build/backend/commands/hosts/bulk/delete-many-hosts.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/bulk/delete-many-hosts.command.js +1 -1
- package/build/backend/commands/hosts/bulk/disable-many-hosts.command.d.ts +2 -6
- package/build/backend/commands/hosts/bulk/disable-many-hosts.command.d.ts.map +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.d.ts +2 -6
- package/build/backend/commands/hosts/bulk/enable-many-hosts.command.d.ts.map +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.d.ts +16 -93
- package/build/backend/commands/hosts/bulk/update-many-hosts.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/bulk/update-many-hosts.command.js +1 -1
- package/build/backend/commands/hosts/create.command.d.ts +33 -261
- package/build/backend/commands/hosts/create.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/create.command.js +12 -17
- package/build/backend/commands/hosts/delete.command.d.ts +2 -6
- package/build/backend/commands/hosts/delete.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/delete.command.js +1 -1
- package/build/backend/commands/hosts/get-host.command.d.ts +20 -178
- package/build/backend/commands/hosts/get-host.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/get-host.command.js +1 -1
- package/build/backend/commands/hosts/get-hosts.command.d.ts +18 -172
- package/build/backend/commands/hosts/get-hosts.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/host.response.d.ts +18 -172
- package/build/backend/commands/hosts/host.response.d.ts.map +1 -1
- package/build/backend/commands/hosts/reorder.command.d.ts +7 -98
- package/build/backend/commands/hosts/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/tags/get-hosts-tags.command.d.ts +3 -15
- package/build/backend/commands/hosts/tags/get-hosts-tags.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/update.command.d.ts +35 -330
- package/build/backend/commands/hosts/update.command.d.ts.map +1 -1
- package/build/backend/commands/hosts/update.command.js +12 -17
- package/build/backend/commands/hwid/create-user-hwid-device.command.d.ts +7 -99
- package/build/backend/commands/hwid/create-user-hwid-device.command.d.ts.map +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.d.ts +7 -87
- package/build/backend/commands/hwid/delete-all-user-hwid-devices.command.d.ts.map +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.d.ts +7 -89
- package/build/backend/commands/hwid/delete-user-hwid-device.command.d.ts.map +1 -1
- package/build/backend/commands/hwid/delete-user-hwid-device.command.js +1 -1
- package/build/backend/commands/hwid/get-hwid-devices-stats.command.d.ts +5 -93
- package/build/backend/commands/hwid/get-hwid-devices-stats.command.d.ts.map +1 -1
- package/build/backend/commands/hwid/get-hwid-devices.command.d.ts +13 -127
- package/build/backend/commands/hwid/get-hwid-devices.command.d.ts.map +1 -1
- package/build/backend/commands/hwid/get-top-users-by-hwid-devices.command.d.ts +7 -59
- package/build/backend/commands/hwid/get-top-users-by-hwid-devices.command.d.ts.map +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.d.ts +7 -87
- package/build/backend/commands/hwid/get-user-hwid-devices.command.d.ts.map +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.d.ts +12 -107
- package/build/backend/commands/infra-billing/create-bill-record.command.d.ts.map +1 -1
- package/build/backend/commands/infra-billing/create-bill-record.command.js +4 -7
- package/build/backend/commands/infra-billing/create-billing-node.command.d.ts +23 -739
- package/build/backend/commands/infra-billing/create-billing-node.command.d.ts.map +1 -1
- package/build/backend/commands/infra-billing/create-billing-node.command.js +4 -7
- package/build/backend/commands/infra-billing/create-infra-provider.command.d.ts +12 -120
- package/build/backend/commands/infra-billing/create-infra-provider.command.d.ts.map +1 -1
- package/build/backend/commands/infra-billing/create-infra-provider.command.js +2 -2
- package/build/backend/commands/infra-billing/delete-bill-record.command.d.ts +2 -6
- package/build/backend/commands/infra-billing/delete-bill-record.command.d.ts.map +1 -1
- package/build/backend/commands/infra-billing/delete-bill-record.command.js +1 -1
- package/build/backend/commands/infra-billing/delete-billing-node.command.d.ts +2 -6
- package/build/backend/commands/infra-billing/delete-billing-node.command.d.ts.map +1 -1
- package/build/backend/commands/infra-billing/delete-billing-node.command.js +1 -1
- package/build/backend/commands/infra-billing/delete-infra-provider.command.d.ts +2 -6
- package/build/backend/commands/infra-billing/delete-infra-provider.command.d.ts.map +1 -1
- package/build/backend/commands/infra-billing/delete-infra-provider.command.js +1 -1
- package/build/backend/commands/infra-billing/get-bill-records.command.d.ts +12 -105
- package/build/backend/commands/infra-billing/get-bill-records.command.d.ts.map +1 -1
- package/build/backend/commands/infra-billing/get-bill-records.command.js +2 -2
- package/build/backend/commands/infra-billing/get-billing-nodes.command.d.ts +19 -725
- package/build/backend/commands/infra-billing/get-billing-nodes.command.d.ts.map +1 -1
- package/build/backend/commands/infra-billing/get-infra-provider.command.d.ts +11 -115
- package/build/backend/commands/infra-billing/get-infra-provider.command.d.ts.map +1 -1
- package/build/backend/commands/infra-billing/get-infra-provider.command.js +1 -1
- package/build/backend/commands/infra-billing/get-infra-providers.command.d.ts +10 -158
- package/build/backend/commands/infra-billing/get-infra-providers.command.d.ts.map +1 -1
- package/build/backend/commands/infra-billing/update-billing-node.command.d.ts +22 -734
- package/build/backend/commands/infra-billing/update-billing-node.command.d.ts.map +1 -1
- package/build/backend/commands/infra-billing/update-billing-node.command.js +3 -6
- package/build/backend/commands/infra-billing/update-infra-provider.command.d.ts +13 -123
- package/build/backend/commands/infra-billing/update-infra-provider.command.d.ts.map +1 -1
- package/build/backend/commands/infra-billing/update-infra-provider.command.js +4 -8
- package/build/backend/commands/internal-squads/actions/reorder.command.d.ts +16 -233
- package/build/backend/commands/internal-squads/actions/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/internal-squads/bulk-actions/add-users-to-internal-squad.command.d.ts +2 -6
- package/build/backend/commands/internal-squads/bulk-actions/add-users-to-internal-squad.command.d.ts.map +1 -1
- package/build/backend/commands/internal-squads/bulk-actions/add-users-to-internal-squad.command.js +1 -1
- package/build/backend/commands/internal-squads/bulk-actions/delete-users-from-internal-squad.command.d.ts +2 -6
- package/build/backend/commands/internal-squads/bulk-actions/delete-users-from-internal-squad.command.d.ts.map +1 -1
- package/build/backend/commands/internal-squads/bulk-actions/delete-users-from-internal-squad.command.js +1 -1
- package/build/backend/commands/internal-squads/create-internal-squad.command.d.ts +12 -126
- package/build/backend/commands/internal-squads/create-internal-squad.command.d.ts.map +1 -1
- package/build/backend/commands/internal-squads/create-internal-squad.command.js +3 -3
- package/build/backend/commands/internal-squads/delete-internal-squad.command.d.ts +2 -6
- package/build/backend/commands/internal-squads/delete-internal-squad.command.d.ts.map +1 -1
- package/build/backend/commands/internal-squads/delete-internal-squad.command.js +1 -1
- package/build/backend/commands/internal-squads/get-internal-squad-accessible-nodes.command.d.ts +9 -71
- package/build/backend/commands/internal-squads/get-internal-squad-accessible-nodes.command.d.ts.map +1 -1
- package/build/backend/commands/internal-squads/get-internal-squad-accessible-nodes.command.js +4 -4
- package/build/backend/commands/internal-squads/get-internal-squad.command.d.ts +12 -124
- package/build/backend/commands/internal-squads/get-internal-squad.command.d.ts.map +1 -1
- package/build/backend/commands/internal-squads/get-internal-squad.command.js +1 -1
- package/build/backend/commands/internal-squads/get-internal-squads.command.d.ts +11 -171
- package/build/backend/commands/internal-squads/get-internal-squads.command.d.ts.map +1 -1
- package/build/backend/commands/internal-squads/update-internal-squad.command.d.ts +13 -129
- package/build/backend/commands/internal-squads/update-internal-squad.command.d.ts.map +1 -1
- package/build/backend/commands/internal-squads/update-internal-squad.command.js +2 -2
- package/build/backend/commands/keygen/get-node-secret-key.command.d.ts +2 -14
- package/build/backend/commands/keygen/get-node-secret-key.command.d.ts.map +1 -1
- package/build/backend/commands/metadata/node/get-node-metadata.command.d.ts +5 -29
- package/build/backend/commands/metadata/node/get-node-metadata.command.d.ts.map +1 -1
- package/build/backend/commands/metadata/node/get-node-metadata.command.js +2 -2
- package/build/backend/commands/metadata/node/upsert-node-metadata.command.d.ts +7 -39
- package/build/backend/commands/metadata/node/upsert-node-metadata.command.d.ts.map +1 -1
- package/build/backend/commands/metadata/node/upsert-node-metadata.command.js +3 -3
- package/build/backend/commands/metadata/user/get-user-metadata.command.d.ts +5 -29
- package/build/backend/commands/metadata/user/get-user-metadata.command.d.ts.map +1 -1
- package/build/backend/commands/metadata/user/get-user-metadata.command.js +2 -2
- package/build/backend/commands/metadata/user/upsert-user-metadata.command.d.ts +7 -39
- package/build/backend/commands/metadata/user/upsert-user-metadata.command.d.ts.map +1 -1
- package/build/backend/commands/metadata/user/upsert-user-metadata.command.js +3 -3
- package/build/backend/commands/node-plugins/actions/clone-node-plugin.command.d.ts +5 -34
- package/build/backend/commands/node-plugins/actions/clone-node-plugin.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/actions/clone-node-plugin.command.js +1 -1
- package/build/backend/commands/node-plugins/actions/reorder.command.d.ts +8 -72
- package/build/backend/commands/node-plugins/actions/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/create-node-plugin.command.d.ts +4 -32
- package/build/backend/commands/node-plugins/create-node-plugin.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/delete-node-plugin.command.d.ts +2 -6
- package/build/backend/commands/node-plugins/delete-node-plugin.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/delete-node-plugin.command.js +1 -1
- package/build/backend/commands/node-plugins/executor.command.d.ts +23 -137
- package/build/backend/commands/node-plugins/executor.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/executor.command.js +3 -3
- package/build/backend/commands/node-plugins/get-node-plugin.command.d.ts +5 -34
- package/build/backend/commands/node-plugins/get-node-plugin.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/get-node-plugin.command.js +1 -1
- package/build/backend/commands/node-plugins/get-node-plugins.command.d.ts +4 -50
- package/build/backend/commands/node-plugins/get-node-plugins.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports-stats.command.d.ts +7 -123
- package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports-stats.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports-stats.command.js +2 -2
- package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.d.ts +23 -725
- package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/update-node-plugin.command.d.ts +5 -38
- package/build/backend/commands/node-plugins/update-node-plugin.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/update-node-plugin.command.js +1 -1
- package/build/backend/commands/nodes/actions/disable.command.d.ts +32 -532
- package/build/backend/commands/nodes/actions/disable.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/actions/disable.command.js +1 -1
- package/build/backend/commands/nodes/actions/enable.command.d.ts +32 -532
- package/build/backend/commands/nodes/actions/enable.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/actions/enable.command.js +1 -1
- package/build/backend/commands/nodes/actions/reorder.command.d.ts +35 -796
- package/build/backend/commands/nodes/actions/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/actions/reset-traffic.command.d.ts +2 -6
- package/build/backend/commands/nodes/actions/reset-traffic.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/actions/reset-traffic.command.js +1 -1
- package/build/backend/commands/nodes/actions/restart-all.command.d.ts +1 -5
- package/build/backend/commands/nodes/actions/restart-all.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/actions/restart.command.d.ts +3 -11
- package/build/backend/commands/nodes/actions/restart.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/actions/restart.command.js +1 -1
- package/build/backend/commands/nodes/bulk-actions/actions.command.d.ts +3 -9
- package/build/backend/commands/nodes/bulk-actions/actions.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/bulk-actions/actions.command.js +2 -2
- package/build/backend/commands/nodes/bulk-actions/bulk-update.command.d.ts +8 -46
- package/build/backend/commands/nodes/bulk-actions/bulk-update.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/bulk-actions/bulk-update.command.js +9 -9
- package/build/backend/commands/nodes/bulk-actions/profile-modification.command.d.ts +5 -23
- package/build/backend/commands/nodes/bulk-actions/profile-modification.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/bulk-actions/profile-modification.command.js +3 -7
- package/build/backend/commands/nodes/create.command.d.ts +42 -584
- package/build/backend/commands/nodes/create.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/create.command.js +16 -36
- package/build/backend/commands/nodes/delete.command.d.ts +2 -6
- package/build/backend/commands/nodes/delete.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/delete.command.js +1 -1
- package/build/backend/commands/nodes/get-node.command.d.ts +32 -532
- package/build/backend/commands/nodes/get-node.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/get-node.command.js +1 -1
- package/build/backend/commands/nodes/get-nodes.command.d.ts +30 -526
- package/build/backend/commands/nodes/get-nodes.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/node.response.d.ts +30 -526
- package/build/backend/commands/nodes/node.response.d.ts.map +1 -1
- package/build/backend/commands/nodes/tags/get-nodes-tags.command.d.ts +3 -15
- package/build/backend/commands/nodes/tags/get-nodes-tags.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/update.command.d.ts +41 -836
- package/build/backend/commands/nodes/update.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/update.command.js +17 -29
- package/build/backend/commands/passkeys/delete-passkey.command.d.ts +1 -5
- package/build/backend/commands/passkeys/delete-passkey.command.d.ts.map +1 -1
- package/build/backend/commands/passkeys/get-passkeys.command.d.ts +5 -47
- package/build/backend/commands/passkeys/get-passkeys.command.d.ts.map +1 -1
- package/build/backend/commands/passkeys/get-passkeys.command.js +4 -10
- package/build/backend/commands/passkeys/get-registration-options.command.d.ts +1 -5
- package/build/backend/commands/passkeys/get-registration-options.command.d.ts.map +1 -1
- package/build/backend/commands/passkeys/update-passkey.command.d.ts +6 -54
- package/build/backend/commands/passkeys/update-passkey.command.d.ts.map +1 -1
- package/build/backend/commands/passkeys/update-passkey.command.js +6 -8
- package/build/backend/commands/passkeys/verify-registration.command.d.ts +3 -19
- package/build/backend/commands/passkeys/verify-registration.command.d.ts.map +1 -1
- package/build/backend/commands/remnawave-settings/get-remnawave-settings.command.d.ts +25 -457
- package/build/backend/commands/remnawave-settings/get-remnawave-settings.command.d.ts.map +1 -1
- package/build/backend/commands/remnawave-settings/update-remnawave-settings.command.d.ts +49 -789
- package/build/backend/commands/remnawave-settings/update-remnawave-settings.command.d.ts.map +1 -1
- package/build/backend/commands/snippets/create-snippet.command.d.ts +5 -45
- package/build/backend/commands/snippets/create-snippet.command.d.ts.map +1 -1
- package/build/backend/commands/snippets/create-snippet.command.js +3 -3
- package/build/backend/commands/snippets/delete-snippet.command.d.ts +1 -5
- package/build/backend/commands/snippets/delete-snippet.command.d.ts.map +1 -1
- package/build/backend/commands/snippets/get-snippets.command.d.ts +3 -37
- package/build/backend/commands/snippets/get-snippets.command.d.ts.map +1 -1
- package/build/backend/commands/snippets/update-snippet.command.d.ts +5 -45
- package/build/backend/commands/snippets/update-snippet.command.d.ts.map +1 -1
- package/build/backend/commands/snippets/update-snippet.command.js +3 -3
- package/build/backend/commands/subscription/get-subscription-by-short-uuid-by-client-type.command.d.ts +2 -8
- package/build/backend/commands/subscription/get-subscription-by-short-uuid-by-client-type.command.d.ts.map +1 -1
- package/build/backend/commands/subscription/get-subscription-by-short-uuid-by-client-type.command.js +2 -2
- package/build/backend/commands/subscription/get-subscription-by-short-uuid.command.d.ts +1 -5
- package/build/backend/commands/subscription/get-subscription-by-short-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/subscription/get-subscription-info-by-short-uuid.command.d.ts +8 -124
- package/build/backend/commands/subscription/get-subscription-info-by-short-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-page-configs/actions/clone-subpage-config.command.d.ts +5 -34
- package/build/backend/commands/subscription-page-configs/actions/clone-subpage-config.command.d.ts.map +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.d.ts +8 -72
- package/build/backend/commands/subscription-page-configs/actions/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-page-configs/create-subpage-config.command.d.ts +4 -32
- package/build/backend/commands/subscription-page-configs/create-subpage-config.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-page-configs/delete-subpage-config.command.d.ts +2 -6
- package/build/backend/commands/subscription-page-configs/delete-subpage-config.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-page-configs/delete-subpage-config.command.js +1 -1
- package/build/backend/commands/subscription-page-configs/get-subpage-config.command.d.ts +5 -34
- package/build/backend/commands/subscription-page-configs/get-subpage-config.command.d.ts.map +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.d.ts +4 -50
- package/build/backend/commands/subscription-page-configs/get-subpage-configs.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-page-configs/update-subpage-config.command.d.ts +5 -38
- package/build/backend/commands/subscription-page-configs/update-subpage-config.command.d.ts.map +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-stats.command.d.ts +5 -57
- package/build/backend/commands/subscription-request-history/get-subscription-request-history-stats.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-request-history/get-subscription-request-history-stats.command.js +1 -3
- package/build/backend/commands/subscription-request-history/get-subscription-request-history.command.d.ts +12 -102
- package/build/backend/commands/subscription-request-history/get-subscription-request-history.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-settings/get-subscription-settings.command.d.ts +31 -492
- package/build/backend/commands/subscription-settings/get-subscription-settings.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-settings/update-subscription-settings.command.d.ts +59 -847
- package/build/backend/commands/subscription-settings/update-subscription-settings.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-settings/update-subscription-settings.command.js +3 -6
- package/build/backend/commands/subscription-template/actions/reorder.command.d.ts +9 -94
- package/build/backend/commands/subscription-template/actions/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-template/create-template.command.d.ts +6 -44
- package/build/backend/commands/subscription-template/create-template.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-template/create-template.command.js +3 -3
- package/build/backend/commands/subscription-template/delete-subscription-template.command.d.ts +2 -6
- package/build/backend/commands/subscription-template/delete-subscription-template.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-template/delete-subscription-template.command.js +1 -1
- package/build/backend/commands/subscription-template/get-template.command.d.ts +6 -42
- package/build/backend/commands/subscription-template/get-template.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-template/get-template.command.js +1 -1
- package/build/backend/commands/subscription-template/get-templates.command.d.ts +5 -63
- package/build/backend/commands/subscription-template/get-templates.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-template/update-template.command.d.ts +7 -49
- package/build/backend/commands/subscription-template/update-template.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-template/update-template.command.js +4 -4
- package/build/backend/commands/subscriptions/get-by/get-connection-keys-by-uuid.command.d.ts +7 -31
- package/build/backend/commands/subscriptions/get-by/get-connection-keys-by-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/subscriptions/get-by/get-connection-keys-by-uuid.command.js +1 -1
- package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts +102 -1301
- package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts.map +1 -1
- 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.d.ts +8 -124
- package/build/backend/commands/subscriptions/get-by/get-subscription-by-short-uuid-protected.command.d.ts.map +1 -1
- package/build/backend/commands/subscriptions/get-by/get-subscription-by-username.command.d.ts +8 -124
- package/build/backend/commands/subscriptions/get-by/get-subscription-by-username.command.d.ts.map +1 -1
- package/build/backend/commands/subscriptions/get-by/get-subscription-by-uuid.command.d.ts +9 -125
- package/build/backend/commands/subscriptions/get-by/get-subscription-by-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/subscriptions/get-by/get-subscription-by-uuid.command.js +1 -1
- package/build/backend/commands/subscriptions/get-subscriptions.command.d.ts +11 -181
- package/build/backend/commands/subscriptions/get-subscriptions.command.d.ts.map +1 -1
- package/build/backend/commands/subscriptions/get-subscriptions.command.js +5 -8
- package/build/backend/commands/subscriptions/subpage/get-subpage-config-by-shortuuid.command.d.ts +5 -29
- package/build/backend/commands/subscriptions/subpage/get-subpage-config-by-shortuuid.command.d.ts.map +1 -1
- package/build/backend/commands/subscriptions/subpage/get-subpage-config-by-shortuuid.command.js +1 -1
- package/build/backend/commands/system/get-bandwidth-stats.command.d.ts +8 -160
- package/build/backend/commands/system/get-bandwidth-stats.command.d.ts.map +1 -1
- package/build/backend/commands/system/get-metadata.command.d.ts +6 -118
- package/build/backend/commands/system/get-metadata.command.d.ts.map +1 -1
- package/build/backend/commands/system/get-nodes-metrics.command.d.ts +5 -129
- package/build/backend/commands/system/get-nodes-metrics.command.d.ts.map +1 -1
- package/build/backend/commands/system/get-nodes-statistics.d.ts +4 -44
- package/build/backend/commands/system/get-nodes-statistics.d.ts.map +1 -1
- package/build/backend/commands/system/get-recap.command.d.ts +5 -89
- package/build/backend/commands/system/get-recap.command.d.ts.map +1 -1
- package/build/backend/commands/system/get-recap.command.js +1 -3
- package/build/backend/commands/system/get-remnawave-health.command.d.ts +3 -99
- package/build/backend/commands/system/get-remnawave-health.command.d.ts.map +1 -1
- package/build/backend/commands/system/get-stats.command.d.ts +14 -151
- package/build/backend/commands/system/get-stats.command.d.ts.map +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 +35 -545
- package/build/backend/commands/system/testers/test-srr-matcher.command.d.ts.map +1 -1
- package/build/backend/commands/system/testers/test-srr-matcher.command.js +1 -1
- package/build/backend/commands/system/tools/generate-x25519.command.d.ts +3 -33
- package/build/backend/commands/system/tools/generate-x25519.command.d.ts.map +1 -1
- package/build/backend/commands/users/actions/disable-user.command.d.ts +26 -193
- package/build/backend/commands/users/actions/disable-user.command.d.ts.map +1 -1
- package/build/backend/commands/users/actions/disable-user.command.js +1 -1
- package/build/backend/commands/users/actions/enable-user.command.d.ts +26 -193
- package/build/backend/commands/users/actions/enable-user.command.d.ts.map +1 -1
- package/build/backend/commands/users/actions/enable-user.command.js +1 -1
- package/build/backend/commands/users/actions/reset-user-traffic.command.d.ts +26 -193
- package/build/backend/commands/users/actions/reset-user-traffic.command.d.ts.map +1 -1
- 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 +28 -204
- package/build/backend/commands/users/actions/revoke-user-subscription.command.d.ts.map +1 -1
- package/build/backend/commands/users/actions/revoke-user-subscription.command.js +3 -3
- package/build/backend/commands/users/bulk/bulk-delete-users-by-status.command.d.ts +3 -7
- package/build/backend/commands/users/bulk/bulk-delete-users-by-status.command.d.ts.map +1 -1
- package/build/backend/commands/users/bulk/bulk-delete-users.command.d.ts +2 -6
- package/build/backend/commands/users/bulk/bulk-delete-users.command.d.ts.map +1 -1
- package/build/backend/commands/users/bulk/bulk-delete-users.command.js +1 -4
- package/build/backend/commands/users/bulk/bulk-extend-expiration-date.command.d.ts +3 -9
- package/build/backend/commands/users/bulk/bulk-extend-expiration-date.command.d.ts.map +1 -1
- package/build/backend/commands/users/bulk/bulk-extend-expiration-date.command.js +2 -9
- package/build/backend/commands/users/bulk/bulk-reset-traffic-users.command.d.ts +2 -6
- package/build/backend/commands/users/bulk/bulk-reset-traffic-users.command.d.ts.map +1 -1
- package/build/backend/commands/users/bulk/bulk-reset-traffic-users.command.js +1 -4
- package/build/backend/commands/users/bulk/bulk-revoke-users-subscription.command.d.ts +2 -6
- package/build/backend/commands/users/bulk/bulk-revoke-users-subscription.command.d.ts.map +1 -1
- package/build/backend/commands/users/bulk/bulk-revoke-users-subscription.command.js +1 -4
- package/build/backend/commands/users/bulk/bulk-update-users-squads.command.d.ts +3 -9
- package/build/backend/commands/users/bulk/bulk-update-users-squads.command.d.ts.map +1 -1
- package/build/backend/commands/users/bulk/bulk-update-users-squads.command.js +2 -7
- package/build/backend/commands/users/bulk/bulk-update-users.command.d.ts +10 -60
- package/build/backend/commands/users/bulk/bulk-update-users.command.d.ts.map +1 -1
- package/build/backend/commands/users/bulk/bulk-update-users.command.js +11 -26
- package/build/backend/commands/users/bulk-all/bulk-all-extend-expiration-date.command.d.ts +2 -6
- package/build/backend/commands/users/bulk-all/bulk-all-extend-expiration-date.command.d.ts.map +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-update-users.command.d.ts +7 -27
- package/build/backend/commands/users/bulk-all/bulk-all-update-users.command.d.ts.map +1 -1
- package/build/backend/commands/users/bulk-all/bulk-all-update-users.command.js +10 -21
- package/build/backend/commands/users/create-user.command.d.ts +38 -241
- package/build/backend/commands/users/create-user.command.d.ts.map +1 -1
- package/build/backend/commands/users/create-user.command.js +25 -63
- package/build/backend/commands/users/delete-user.command.d.ts +2 -6
- package/build/backend/commands/users/delete-user.command.d.ts.map +1 -1
- package/build/backend/commands/users/delete-user.command.js +1 -1
- package/build/backend/commands/users/get-by/get-user-by-id.command.d.ts +26 -193
- package/build/backend/commands/users/get-by/get-user-by-id.command.d.ts.map +1 -1
- 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 +25 -192
- package/build/backend/commands/users/get-by/get-user-by-short-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/users/get-by/get-user-by-username.command.d.ts +25 -192
- package/build/backend/commands/users/get-by/get-user-by-username.command.d.ts.map +1 -1
- package/build/backend/commands/users/get-user-accessible-nodes.command.d.ts +10 -96
- package/build/backend/commands/users/get-user-accessible-nodes.command.d.ts.map +1 -1
- package/build/backend/commands/users/get-user-accessible-nodes.command.js +4 -4
- package/build/backend/commands/users/get-user-by-uuid.command.d.ts +26 -193
- package/build/backend/commands/users/get-user-by-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/users/get-user-by-uuid.command.js +1 -1
- package/build/backend/commands/users/get-user-subscription-request-history.command.d.ts +6 -62
- package/build/backend/commands/users/get-user-subscription-request-history.command.d.ts.map +1 -1
- package/build/backend/commands/users/get-user-subscription-request-history.command.js +2 -4
- package/build/backend/commands/users/get-users-stream.command.d.ts +33 -300
- package/build/backend/commands/users/get-users-stream.command.d.ts.map +1 -1
- package/build/backend/commands/users/get-users-stream.command.js +10 -11
- package/build/backend/commands/users/get-users.command.d.ts +33 -316
- package/build/backend/commands/users/get-users.command.d.ts.map +1 -1
- package/build/backend/commands/users/resolve-user.command.d.ts +6 -50
- package/build/backend/commands/users/resolve-user.command.d.ts.map +1 -1
- package/build/backend/commands/users/resolve-user.command.js +3 -3
- package/build/backend/commands/users/tags/get-users-tags.command.d.ts +3 -15
- package/build/backend/commands/users/tags/get-users-tags.command.d.ts.map +1 -1
- package/build/backend/commands/users/update-user.command.d.ts +38 -254
- package/build/backend/commands/users/update-user.command.d.ts.map +1 -1
- package/build/backend/commands/users/update-user.command.js +14 -39
- package/build/backend/commands/users/user.response.d.ts +24 -187
- package/build/backend/commands/users/user.response.d.ts.map +1 -1
- package/build/backend/models/api-tokens.schema.d.ts +6 -20
- package/build/backend/models/api-tokens.schema.d.ts.map +1 -1
- package/build/backend/models/api-tokens.schema.js +4 -10
- package/build/backend/models/auth.schema.d.ts +1 -5
- package/build/backend/models/auth.schema.d.ts.map +1 -1
- package/build/backend/models/base-internal-squad.schema.d.ts +2 -8
- package/build/backend/models/base-internal-squad.schema.d.ts.map +1 -1
- package/build/backend/models/base-internal-squad.schema.js +1 -1
- package/build/backend/models/base-stat.schema.d.ts +1 -9
- package/build/backend/models/base-stat.schema.d.ts.map +1 -1
- package/build/backend/models/config-profile-inbounds.schema.d.ts +3 -21
- package/build/backend/models/config-profile-inbounds.schema.d.ts.map +1 -1
- package/build/backend/models/config-profile-inbounds.schema.js +2 -2
- package/build/backend/models/config-profile.schema.d.ts +10 -80
- package/build/backend/models/config-profile.schema.d.ts.map +1 -1
- package/build/backend/models/config-profile.schema.js +5 -9
- package/build/backend/models/extended-users.schema.d.ts +23 -112
- package/build/backend/models/extended-users.schema.d.ts.map +1 -1
- package/build/backend/models/external-squad.schema.d.ts +22 -166
- package/build/backend/models/external-squad.schema.d.ts.map +1 -1
- package/build/backend/models/external-squad.schema.js +7 -11
- package/build/backend/models/external-squads/external-squad-host-overrides.schema.d.ts +2 -8
- package/build/backend/models/external-squads/external-squad-host-overrides.schema.d.ts.map +1 -1
- package/build/backend/models/external-squads/external-squad-subscription-settings.schema.d.ts +2 -22
- package/build/backend/models/external-squads/external-squad-subscription-settings.schema.d.ts.map +1 -1
- package/build/backend/models/hosts.schema.d.ts +17 -95
- package/build/backend/models/hosts.schema.d.ts.map +1 -1
- package/build/backend/models/hosts.schema.js +13 -13
- package/build/backend/models/hwid-user-device.schema.d.ts +3 -23
- package/build/backend/models/hwid-user-device.schema.d.ts.map +1 -1
- package/build/backend/models/hwid-user-device.schema.js +2 -6
- package/build/backend/models/infra-billing-available-node.schema.d.ts +3 -259
- package/build/backend/models/infra-billing-available-node.schema.d.ts.map +1 -1
- package/build/backend/models/infra-billing-history-record.schema.d.ts +7 -38
- package/build/backend/models/infra-billing-history-record.schema.d.ts.map +1 -1
- package/build/backend/models/infra-billing-history-record.schema.js +3 -5
- package/build/backend/models/infra-billing-node.schema.d.ts +13 -319
- package/build/backend/models/infra-billing-node.schema.d.ts.map +1 -1
- package/build/backend/models/infra-billing-node.schema.js +6 -12
- package/build/backend/models/infra-provider.schema.d.ts +12 -86
- package/build/backend/models/infra-provider.schema.d.ts.map +1 -1
- package/build/backend/models/infra-provider.schema.js +7 -15
- package/build/backend/models/internal-squad.schema.d.ts +9 -73
- package/build/backend/models/internal-squad.schema.d.ts.map +1 -1
- package/build/backend/models/internal-squad.schema.js +4 -8
- package/build/backend/models/last-connected-node.schema.d.ts +2 -10
- package/build/backend/models/last-connected-node.schema.d.ts.map +1 -1
- package/build/backend/models/last-connected-node.schema.js +1 -3
- package/build/backend/models/node-plugin.schema.d.ts +2 -12
- package/build/backend/models/node-plugin.schema.d.ts.map +1 -1
- package/build/backend/models/node-plugin.schema.js +1 -1
- package/build/backend/models/node-system.schema.d.ts +14 -194
- package/build/backend/models/node-system.schema.d.ts.map +1 -1
- package/build/backend/models/node-system.schema.js +1 -1
- package/build/backend/models/nodes.schema.d.ts +29 -361
- package/build/backend/models/nodes.schema.d.ts.map +1 -1
- package/build/backend/models/nodes.schema.js +11 -17
- package/build/backend/models/remnawave-settings/branding-settings.schema.d.ts +1 -7
- package/build/backend/models/remnawave-settings/branding-settings.schema.d.ts.map +1 -1
- package/build/backend/models/remnawave-settings/oauth2-settings.schema.d.ts +18 -188
- package/build/backend/models/remnawave-settings/oauth2-settings.schema.d.ts.map +1 -1
- package/build/backend/models/remnawave-settings/passkey-settings.schema.d.ts +3 -11
- package/build/backend/models/remnawave-settings/passkey-settings.schema.d.ts.map +1 -1
- package/build/backend/models/remnawave-settings/password-auth-settings.schema.d.ts +1 -5
- package/build/backend/models/remnawave-settings/password-auth-settings.schema.d.ts.map +1 -1
- package/build/backend/models/remnawave-settings/remnawave-settings.schema.d.ts +24 -332
- package/build/backend/models/remnawave-settings/remnawave-settings.schema.d.ts.map +1 -1
- package/build/backend/models/resolved-proxy-config.schema.d.ts +168 -1224
- package/build/backend/models/resolved-proxy-config.schema.d.ts.map +1 -1
- package/build/backend/models/resolved-proxy-config.schema.js +18 -18
- package/build/backend/models/response-rules/response-rule-condition.schema.d.ts +2 -12
- package/build/backend/models/response-rules/response-rule-condition.schema.d.ts.map +1 -1
- package/build/backend/models/response-rules/response-rule-condition.schema.js +1 -1
- package/build/backend/models/response-rules/response-rule-modifications.schema.d.ts +14 -58
- package/build/backend/models/response-rules/response-rule-modifications.schema.d.ts.map +1 -1
- package/build/backend/models/response-rules/response-rule-settings.schema.d.ts +1 -5
- package/build/backend/models/response-rules/response-rule-settings.schema.d.ts.map +1 -1
- package/build/backend/models/response-rules/response-rule.schema.d.ts +28 -246
- package/build/backend/models/response-rules/response-rule.schema.d.ts.map +1 -1
- package/build/backend/models/response-rules/response-rule.schema.js +2 -2
- package/build/backend/models/response-rules/response-rules-config.schema.d.ts +17 -200
- package/build/backend/models/response-rules/response-rules-config.schema.d.ts.map +1 -1
- package/build/backend/models/response-rules/response-rules-config.schema.js +2 -2
- package/build/backend/models/snippets.schema.d.ts +1 -7
- package/build/backend/models/snippets.schema.d.ts.map +1 -1
- package/build/backend/models/subscripion-page-config.schema.d.ts +2 -12
- package/build/backend/models/subscripion-page-config.schema.d.ts.map +1 -1
- package/build/backend/models/subscripion-page-config.schema.js +1 -1
- package/build/backend/models/subscription-info.schema.d.ts +6 -74
- package/build/backend/models/subscription-info.schema.d.ts.map +1 -1
- package/build/backend/models/subscription-info.schema.js +3 -5
- package/build/backend/models/subscription-request-history.schema.d.ts +2 -14
- package/build/backend/models/subscription-request-history.schema.d.ts.map +1 -1
- package/build/backend/models/subscription-request-history.schema.js +1 -4
- package/build/backend/models/subscription-settings/custom-remarks.schema.d.ts +7 -21
- package/build/backend/models/subscription-settings/custom-remarks.schema.d.ts.map +1 -1
- package/build/backend/models/subscription-settings/hwid-settings.schema.d.ts +1 -9
- package/build/backend/models/subscription-settings/hwid-settings.schema.d.ts.map +1 -1
- package/build/backend/models/subscription-settings.schema.d.ts +30 -361
- package/build/backend/models/subscription-settings.schema.d.ts.map +1 -1
- package/build/backend/models/subscription-settings.schema.js +4 -13
- package/build/backend/models/subscription-template.schema.d.ts +3 -17
- package/build/backend/models/subscription-template.schema.d.ts.map +1 -1
- package/build/backend/models/subscription-template.schema.js +2 -2
- package/build/backend/models/tanstack-query/tanstask-query-filter.schema.d.ts +1 -7
- package/build/backend/models/tanstack-query/tanstask-query-filter.schema.d.ts.map +1 -1
- package/build/backend/models/tanstack-query/tanstask-query-request-query.schema.d.ts +8 -46
- package/build/backend/models/tanstack-query/tanstask-query-request-query.schema.d.ts.map +1 -1
- package/build/backend/models/tanstack-query/tanstask-query-sorting.schema.d.ts +1 -7
- package/build/backend/models/tanstack-query/tanstask-query-sorting.schema.d.ts.map +1 -1
- package/build/backend/models/torrent-blocker-report.schema.d.ts +13 -505
- package/build/backend/models/torrent-blocker-report.schema.d.ts.map +1 -1
- package/build/backend/models/torrent-blocker-report.schema.js +3 -8
- package/build/backend/models/user-traffic.schema.d.ts +4 -16
- package/build/backend/models/user-traffic.schema.d.ts.map +1 -1
- package/build/backend/models/user-traffic.schema.js +3 -9
- package/build/backend/models/users.schema.d.ts +17 -63
- package/build/backend/models/users.schema.d.ts.map +1 -1
- package/build/backend/models/users.schema.js +14 -33
- package/build/backend/models/webhook/webhook.schema.d.ts +441 -4845
- package/build/backend/models/webhook/webhook.schema.d.ts.map +1 -1
- package/build/backend/models/webhook/webhook.schema.js +2 -2
- package/build/backend/models/xray-json-advanced/remnawave-injector.schema.d.ts +31 -197
- package/build/backend/models/xray-json-advanced/remnawave-injector.schema.d.ts.map +1 -1
- package/build/backend/models/xray-json-advanced/remnawave-injector.schema.js +1 -1
- package/build/frontend/commands/api-tokens/delete.command.js +1 -1
- package/build/frontend/commands/auth/get-status.command.js +1 -1
- package/build/frontend/commands/auth/oauth2/authorize.command.js +2 -2
- package/build/frontend/commands/auth/oauth2/callback.command.js +1 -1
- package/build/frontend/commands/bandwidth-stats/legacy/get-legacy-stats-node-user-usage.command.js +5 -5
- package/build/frontend/commands/bandwidth-stats/legacy/get-legacy-user-usage.command.js +5 -5
- package/build/frontend/commands/bandwidth-stats/nodes/get-stats-node-users-usage.command.js +3 -3
- package/build/frontend/commands/bandwidth-stats/nodes/get-stats-nodes-usage.command.js +4 -4
- package/build/frontend/commands/bandwidth-stats/nodes/get-stats-nodes-users-usage.command.js +3 -3
- package/build/frontend/commands/bandwidth-stats/users/get-stats-user-usage.command.js +5 -5
- package/build/frontend/commands/config-profiles/create-config-profile.command.js +1 -1
- package/build/frontend/commands/config-profiles/delete-config-profile.command.js +1 -1
- package/build/frontend/commands/config-profiles/get-all-inbounds.command.js +1 -1
- package/build/frontend/commands/config-profiles/get-computed-config-profile-by-uuid.command.js +1 -1
- package/build/frontend/commands/config-profiles/get-config-profile-by-uuid.command.js +1 -1
- package/build/frontend/commands/config-profiles/get-inbounds-by-profile-uuid.command.js +2 -2
- package/build/frontend/commands/config-profiles/update-config-profile.command.js +2 -2
- package/build/frontend/commands/connections/connections-by-node-result.command.js +2 -3
- package/build/frontend/commands/connections/connections-by-node.command.js +1 -1
- package/build/frontend/commands/connections/connections-by-user-result.command.js +3 -4
- package/build/frontend/commands/connections/connections-by-user.command.js +1 -1
- package/build/frontend/commands/connections/drop-connections.command.js +3 -3
- package/build/frontend/commands/external-squads/bulk-actions/add-users-to-external-squad.command.js +1 -1
- package/build/frontend/commands/external-squads/bulk-actions/delete-users-from-external-squad.command.js +1 -1
- package/build/frontend/commands/external-squads/delete-external-squad.command.js +1 -1
- package/build/frontend/commands/external-squads/get-external-squad-by-uuid.command.js +1 -1
- package/build/frontend/commands/external-squads/update-external-squad.command.js +8 -8
- 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 +1 -1
- package/build/frontend/commands/hosts/create.command.js +12 -17
- package/build/frontend/commands/hosts/delete.command.js +1 -1
- package/build/frontend/commands/hosts/get-host.command.js +1 -1
- package/build/frontend/commands/hosts/update.command.js +12 -17
- 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-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 +4 -7
- package/build/frontend/commands/infra-billing/create-billing-node.command.js +4 -7
- package/build/frontend/commands/infra-billing/create-infra-provider.command.js +2 -2
- package/build/frontend/commands/infra-billing/delete-bill-record.command.js +1 -1
- package/build/frontend/commands/infra-billing/delete-billing-node.command.js +1 -1
- package/build/frontend/commands/infra-billing/delete-infra-provider.command.js +1 -1
- package/build/frontend/commands/infra-billing/get-bill-records.command.js +2 -2
- package/build/frontend/commands/infra-billing/get-infra-provider.command.js +1 -1
- package/build/frontend/commands/infra-billing/update-billing-node.command.js +3 -6
- package/build/frontend/commands/infra-billing/update-infra-provider.command.js +4 -8
- package/build/frontend/commands/internal-squads/bulk-actions/add-users-to-internal-squad.command.js +1 -1
- package/build/frontend/commands/internal-squads/bulk-actions/delete-users-from-internal-squad.command.js +1 -1
- package/build/frontend/commands/internal-squads/create-internal-squad.command.js +3 -3
- package/build/frontend/commands/internal-squads/delete-internal-squad.command.js +1 -1
- package/build/frontend/commands/internal-squads/get-internal-squad-accessible-nodes.command.js +4 -4
- package/build/frontend/commands/internal-squads/get-internal-squad.command.js +1 -1
- package/build/frontend/commands/internal-squads/update-internal-squad.command.js +2 -2
- package/build/frontend/commands/metadata/node/get-node-metadata.command.js +2 -2
- package/build/frontend/commands/metadata/node/upsert-node-metadata.command.js +3 -3
- package/build/frontend/commands/metadata/user/get-user-metadata.command.js +2 -2
- package/build/frontend/commands/metadata/user/upsert-user-metadata.command.js +3 -3
- package/build/frontend/commands/node-plugins/actions/clone-node-plugin.command.js +1 -1
- package/build/frontend/commands/node-plugins/delete-node-plugin.command.js +1 -1
- package/build/frontend/commands/node-plugins/executor.command.js +3 -3
- package/build/frontend/commands/node-plugins/get-node-plugin.command.js +1 -1
- package/build/frontend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports-stats.command.js +2 -2
- package/build/frontend/commands/node-plugins/update-node-plugin.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/reset-traffic.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 +2 -2
- package/build/frontend/commands/nodes/bulk-actions/bulk-update.command.js +9 -9
- package/build/frontend/commands/nodes/bulk-actions/profile-modification.command.js +3 -7
- package/build/frontend/commands/nodes/create.command.js +16 -36
- package/build/frontend/commands/nodes/delete.command.js +1 -1
- package/build/frontend/commands/nodes/get-node.command.js +1 -1
- package/build/frontend/commands/nodes/update.command.js +17 -29
- package/build/frontend/commands/passkeys/get-passkeys.command.js +4 -10
- package/build/frontend/commands/passkeys/update-passkey.command.js +6 -8
- package/build/frontend/commands/snippets/create-snippet.command.js +3 -3
- package/build/frontend/commands/snippets/update-snippet.command.js +3 -3
- package/build/frontend/commands/subscription/get-subscription-by-short-uuid-by-client-type.command.js +2 -2
- package/build/frontend/commands/subscription-page-configs/actions/clone-subpage-config.command.js +1 -1
- package/build/frontend/commands/subscription-page-configs/delete-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/update-subpage-config.command.js +1 -1
- package/build/frontend/commands/subscription-request-history/get-subscription-request-history-stats.command.js +1 -3
- package/build/frontend/commands/subscription-settings/update-subscription-settings.command.js +3 -6
- package/build/frontend/commands/subscription-template/create-template.command.js +3 -3
- package/build/frontend/commands/subscription-template/delete-subscription-template.command.js +1 -1
- package/build/frontend/commands/subscription-template/get-template.command.js +1 -1
- package/build/frontend/commands/subscription-template/update-template.command.js +4 -4
- package/build/frontend/commands/subscriptions/get-by/get-connection-keys-by-uuid.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-uuid.command.js +1 -1
- package/build/frontend/commands/subscriptions/get-subscriptions.command.js +5 -8
- package/build/frontend/commands/subscriptions/subpage/get-subpage-config-by-shortuuid.command.js +1 -1
- package/build/frontend/commands/system/get-recap.command.js +1 -3
- 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/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 +3 -3
- package/build/frontend/commands/users/bulk/bulk-delete-users.command.js +1 -4
- package/build/frontend/commands/users/bulk/bulk-extend-expiration-date.command.js +2 -9
- package/build/frontend/commands/users/bulk/bulk-reset-traffic-users.command.js +1 -4
- package/build/frontend/commands/users/bulk/bulk-revoke-users-subscription.command.js +1 -4
- package/build/frontend/commands/users/bulk/bulk-update-users-squads.command.js +2 -7
- package/build/frontend/commands/users/bulk/bulk-update-users.command.js +11 -26
- 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-update-users.command.js +10 -21
- package/build/frontend/commands/users/create-user.command.js +25 -63
- package/build/frontend/commands/users/delete-user.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-user-accessible-nodes.command.js +4 -4
- 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 +2 -4
- package/build/frontend/commands/users/get-users-stream.command.js +10 -11
- package/build/frontend/commands/users/resolve-user.command.js +3 -3
- package/build/frontend/commands/users/update-user.command.js +14 -39
- package/build/frontend/models/api-tokens.schema.js +4 -10
- package/build/frontend/models/base-internal-squad.schema.js +1 -1
- package/build/frontend/models/config-profile-inbounds.schema.js +2 -2
- package/build/frontend/models/config-profile.schema.js +5 -9
- package/build/frontend/models/external-squad.schema.js +7 -11
- package/build/frontend/models/hosts.schema.js +13 -13
- package/build/frontend/models/hwid-user-device.schema.js +2 -6
- package/build/frontend/models/infra-billing-history-record.schema.js +3 -5
- package/build/frontend/models/infra-billing-node.schema.js +6 -12
- package/build/frontend/models/infra-provider.schema.js +7 -15
- package/build/frontend/models/internal-squad.schema.js +4 -8
- package/build/frontend/models/last-connected-node.schema.js +1 -3
- package/build/frontend/models/node-plugin.schema.js +1 -1
- package/build/frontend/models/node-system.schema.js +1 -1
- package/build/frontend/models/nodes.schema.js +11 -17
- package/build/frontend/models/resolved-proxy-config.schema.js +18 -18
- package/build/frontend/models/response-rules/response-rule-condition.schema.js +1 -1
- 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/subscripion-page-config.schema.js +1 -1
- package/build/frontend/models/subscription-info.schema.js +3 -5
- package/build/frontend/models/subscription-request-history.schema.js +1 -4
- package/build/frontend/models/subscription-settings.schema.js +4 -13
- package/build/frontend/models/subscription-template.schema.js +2 -2
- package/build/frontend/models/torrent-blocker-report.schema.js +3 -8
- package/build/frontend/models/user-traffic.schema.js +3 -9
- package/build/frontend/models/users.schema.js +14 -33
- package/build/frontend/models/webhook/webhook.schema.js +2 -2
- package/build/frontend/models/xray-json-advanced/remnawave-injector.schema.js +1 -1
- package/package.json +2 -2
|
@@ -1,262 +1,6 @@
|
|
|
1
|
-
export declare const InfraBillingAvailableNodeSchema: import("zod").ZodObject<
|
|
2
|
-
uuid: import("zod").
|
|
1
|
+
export declare const InfraBillingAvailableNodeSchema: import("zod").ZodObject<{
|
|
2
|
+
uuid: import("zod").ZodUUID;
|
|
3
3
|
name: import("zod").ZodString;
|
|
4
|
-
address: import("zod").ZodString;
|
|
5
|
-
port: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
6
|
-
proxyUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
|
7
|
-
isConnected: import("zod").ZodBoolean;
|
|
8
|
-
isDisabled: import("zod").ZodBoolean;
|
|
9
|
-
isConnecting: import("zod").ZodBoolean;
|
|
10
|
-
lastStatusChange: import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, Date, string>>;
|
|
11
|
-
lastStatusMessage: import("zod").ZodNullable<import("zod").ZodString>;
|
|
12
|
-
isTrafficTrackingActive: import("zod").ZodBoolean;
|
|
13
|
-
trafficResetDay: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
14
|
-
trafficLimitBytes: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
15
|
-
trafficUsedBytes: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
16
|
-
notifyPercent: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
17
|
-
viewPosition: import("zod").ZodNumber;
|
|
18
4
|
countryCode: import("zod").ZodString;
|
|
19
|
-
|
|
20
|
-
nodeConsumptionMultiplier: import("zod").ZodNumber;
|
|
21
|
-
tags: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
22
|
-
createdAt: import("zod").ZodEffects<import("zod").ZodString, Date, string>;
|
|
23
|
-
updatedAt: import("zod").ZodEffects<import("zod").ZodString, Date, string>;
|
|
24
|
-
configProfile: import("zod").ZodObject<{
|
|
25
|
-
activeConfigProfileUuid: import("zod").ZodNullable<import("zod").ZodString>;
|
|
26
|
-
activeInbounds: import("zod").ZodArray<import("zod").ZodObject<{
|
|
27
|
-
uuid: import("zod").ZodString;
|
|
28
|
-
profileUuid: import("zod").ZodString;
|
|
29
|
-
tag: import("zod").ZodString;
|
|
30
|
-
type: import("zod").ZodString;
|
|
31
|
-
network: import("zod").ZodNullable<import("zod").ZodString>;
|
|
32
|
-
security: import("zod").ZodNullable<import("zod").ZodString>;
|
|
33
|
-
port: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
34
|
-
rawInbound: import("zod").ZodNullable<import("zod").ZodUnknown>;
|
|
35
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
36
|
-
uuid: string;
|
|
37
|
-
type: string;
|
|
38
|
-
profileUuid: string;
|
|
39
|
-
tag: string;
|
|
40
|
-
network: string | null;
|
|
41
|
-
security: string | null;
|
|
42
|
-
port: number | null;
|
|
43
|
-
rawInbound?: unknown;
|
|
44
|
-
}, {
|
|
45
|
-
uuid: string;
|
|
46
|
-
type: string;
|
|
47
|
-
profileUuid: string;
|
|
48
|
-
tag: string;
|
|
49
|
-
network: string | null;
|
|
50
|
-
security: string | null;
|
|
51
|
-
port: number | null;
|
|
52
|
-
rawInbound?: unknown;
|
|
53
|
-
}>, "many">;
|
|
54
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
55
|
-
activeConfigProfileUuid: string | null;
|
|
56
|
-
activeInbounds: {
|
|
57
|
-
uuid: string;
|
|
58
|
-
type: string;
|
|
59
|
-
profileUuid: string;
|
|
60
|
-
tag: string;
|
|
61
|
-
network: string | null;
|
|
62
|
-
security: string | null;
|
|
63
|
-
port: number | null;
|
|
64
|
-
rawInbound?: unknown;
|
|
65
|
-
}[];
|
|
66
|
-
}, {
|
|
67
|
-
activeConfigProfileUuid: string | null;
|
|
68
|
-
activeInbounds: {
|
|
69
|
-
uuid: string;
|
|
70
|
-
type: string;
|
|
71
|
-
profileUuid: string;
|
|
72
|
-
tag: string;
|
|
73
|
-
network: string | null;
|
|
74
|
-
security: string | null;
|
|
75
|
-
port: number | null;
|
|
76
|
-
rawInbound?: unknown;
|
|
77
|
-
}[];
|
|
78
|
-
}>;
|
|
79
|
-
providerUuid: import("zod").ZodNullable<import("zod").ZodString>;
|
|
80
|
-
provider: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
81
|
-
uuid: import("zod").ZodString;
|
|
82
|
-
name: import("zod").ZodString;
|
|
83
|
-
faviconLink: import("zod").ZodNullable<import("zod").ZodString>;
|
|
84
|
-
loginUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
|
85
|
-
createdAt: import("zod").ZodEffects<import("zod").ZodString, Date, string>;
|
|
86
|
-
updatedAt: import("zod").ZodEffects<import("zod").ZodString, Date, string>;
|
|
87
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
88
|
-
uuid: string;
|
|
89
|
-
name: string;
|
|
90
|
-
createdAt: Date;
|
|
91
|
-
updatedAt: Date;
|
|
92
|
-
faviconLink: string | null;
|
|
93
|
-
loginUrl: string | null;
|
|
94
|
-
}, {
|
|
95
|
-
uuid: string;
|
|
96
|
-
name: string;
|
|
97
|
-
createdAt: string;
|
|
98
|
-
updatedAt: string;
|
|
99
|
-
faviconLink: string | null;
|
|
100
|
-
loginUrl: string | null;
|
|
101
|
-
}>>;
|
|
102
|
-
activePluginUuid: import("zod").ZodNullable<import("zod").ZodString>;
|
|
103
|
-
system: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
104
|
-
info: import("zod").ZodObject<{
|
|
105
|
-
arch: import("zod").ZodString;
|
|
106
|
-
cpus: import("zod").ZodNumber;
|
|
107
|
-
cpuModel: import("zod").ZodString;
|
|
108
|
-
memoryTotal: import("zod").ZodNumber;
|
|
109
|
-
hostname: import("zod").ZodString;
|
|
110
|
-
platform: import("zod").ZodString;
|
|
111
|
-
release: import("zod").ZodString;
|
|
112
|
-
type: import("zod").ZodString;
|
|
113
|
-
version: import("zod").ZodString;
|
|
114
|
-
networkInterfaces: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
115
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
116
|
-
type: string;
|
|
117
|
-
version: string;
|
|
118
|
-
platform: string;
|
|
119
|
-
arch: string;
|
|
120
|
-
cpus: number;
|
|
121
|
-
cpuModel: string;
|
|
122
|
-
memoryTotal: number;
|
|
123
|
-
hostname: string;
|
|
124
|
-
release: string;
|
|
125
|
-
networkInterfaces: string[];
|
|
126
|
-
}, {
|
|
127
|
-
type: string;
|
|
128
|
-
version: string;
|
|
129
|
-
platform: string;
|
|
130
|
-
arch: string;
|
|
131
|
-
cpus: number;
|
|
132
|
-
cpuModel: string;
|
|
133
|
-
memoryTotal: number;
|
|
134
|
-
hostname: string;
|
|
135
|
-
release: string;
|
|
136
|
-
networkInterfaces: string[];
|
|
137
|
-
}>;
|
|
138
|
-
stats: import("zod").ZodObject<{
|
|
139
|
-
memoryFree: import("zod").ZodNumber;
|
|
140
|
-
memoryUsed: import("zod").ZodNumber;
|
|
141
|
-
uptime: import("zod").ZodNumber;
|
|
142
|
-
loadAvg: import("zod").ZodArray<import("zod").ZodNumber, "many">;
|
|
143
|
-
interface: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
144
|
-
interface: import("zod").ZodString;
|
|
145
|
-
rxBytesPerSec: import("zod").ZodNumber;
|
|
146
|
-
txBytesPerSec: import("zod").ZodNumber;
|
|
147
|
-
rxTotal: import("zod").ZodNumber;
|
|
148
|
-
txTotal: import("zod").ZodNumber;
|
|
149
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
150
|
-
interface: string;
|
|
151
|
-
rxBytesPerSec: number;
|
|
152
|
-
txBytesPerSec: number;
|
|
153
|
-
rxTotal: number;
|
|
154
|
-
txTotal: number;
|
|
155
|
-
}, {
|
|
156
|
-
interface: string;
|
|
157
|
-
rxBytesPerSec: number;
|
|
158
|
-
txBytesPerSec: number;
|
|
159
|
-
rxTotal: number;
|
|
160
|
-
txTotal: number;
|
|
161
|
-
}>>;
|
|
162
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
163
|
-
interface: {
|
|
164
|
-
interface: string;
|
|
165
|
-
rxBytesPerSec: number;
|
|
166
|
-
txBytesPerSec: number;
|
|
167
|
-
rxTotal: number;
|
|
168
|
-
txTotal: number;
|
|
169
|
-
} | null;
|
|
170
|
-
memoryFree: number;
|
|
171
|
-
memoryUsed: number;
|
|
172
|
-
uptime: number;
|
|
173
|
-
loadAvg: number[];
|
|
174
|
-
}, {
|
|
175
|
-
interface: {
|
|
176
|
-
interface: string;
|
|
177
|
-
rxBytesPerSec: number;
|
|
178
|
-
txBytesPerSec: number;
|
|
179
|
-
rxTotal: number;
|
|
180
|
-
txTotal: number;
|
|
181
|
-
} | null;
|
|
182
|
-
memoryFree: number;
|
|
183
|
-
memoryUsed: number;
|
|
184
|
-
uptime: number;
|
|
185
|
-
loadAvg: number[];
|
|
186
|
-
}>;
|
|
187
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
188
|
-
stats: {
|
|
189
|
-
interface: {
|
|
190
|
-
interface: string;
|
|
191
|
-
rxBytesPerSec: number;
|
|
192
|
-
txBytesPerSec: number;
|
|
193
|
-
rxTotal: number;
|
|
194
|
-
txTotal: number;
|
|
195
|
-
} | null;
|
|
196
|
-
memoryFree: number;
|
|
197
|
-
memoryUsed: number;
|
|
198
|
-
uptime: number;
|
|
199
|
-
loadAvg: number[];
|
|
200
|
-
};
|
|
201
|
-
info: {
|
|
202
|
-
type: string;
|
|
203
|
-
version: string;
|
|
204
|
-
platform: string;
|
|
205
|
-
arch: string;
|
|
206
|
-
cpus: number;
|
|
207
|
-
cpuModel: string;
|
|
208
|
-
memoryTotal: number;
|
|
209
|
-
hostname: string;
|
|
210
|
-
release: string;
|
|
211
|
-
networkInterfaces: string[];
|
|
212
|
-
};
|
|
213
|
-
}, {
|
|
214
|
-
stats: {
|
|
215
|
-
interface: {
|
|
216
|
-
interface: string;
|
|
217
|
-
rxBytesPerSec: number;
|
|
218
|
-
txBytesPerSec: number;
|
|
219
|
-
rxTotal: number;
|
|
220
|
-
txTotal: number;
|
|
221
|
-
} | null;
|
|
222
|
-
memoryFree: number;
|
|
223
|
-
memoryUsed: number;
|
|
224
|
-
uptime: number;
|
|
225
|
-
loadAvg: number[];
|
|
226
|
-
};
|
|
227
|
-
info: {
|
|
228
|
-
type: string;
|
|
229
|
-
version: string;
|
|
230
|
-
platform: string;
|
|
231
|
-
arch: string;
|
|
232
|
-
cpus: number;
|
|
233
|
-
cpuModel: string;
|
|
234
|
-
memoryTotal: number;
|
|
235
|
-
hostname: string;
|
|
236
|
-
release: string;
|
|
237
|
-
networkInterfaces: string[];
|
|
238
|
-
};
|
|
239
|
-
}>>;
|
|
240
|
-
versions: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
241
|
-
xray: import("zod").ZodString;
|
|
242
|
-
node: import("zod").ZodString;
|
|
243
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
244
|
-
node: string;
|
|
245
|
-
xray: string;
|
|
246
|
-
}, {
|
|
247
|
-
node: string;
|
|
248
|
-
xray: string;
|
|
249
|
-
}>>;
|
|
250
|
-
xrayUptime: import("zod").ZodNumber;
|
|
251
|
-
usersOnline: import("zod").ZodNumber;
|
|
252
|
-
note: import("zod").ZodNullable<import("zod").ZodString>;
|
|
253
|
-
}, "uuid" | "name" | "countryCode">, "strip", import("zod").ZodTypeAny, {
|
|
254
|
-
uuid: string;
|
|
255
|
-
name: string;
|
|
256
|
-
countryCode: string;
|
|
257
|
-
}, {
|
|
258
|
-
uuid: string;
|
|
259
|
-
name: string;
|
|
260
|
-
countryCode: string;
|
|
261
|
-
}>;
|
|
5
|
+
}, import("zod/v4/core").$strip>;
|
|
262
6
|
//# sourceMappingURL=infra-billing-available-node.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"infra-billing-available-node.schema.d.ts","sourceRoot":"","sources":["../../../models/infra-billing-available-node.schema.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,+BAA+B
|
|
1
|
+
{"version":3,"file":"infra-billing-available-node.schema.d.ts","sourceRoot":"","sources":["../../../models/infra-billing-available-node.schema.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,+BAA+B;;;;gCAI1C,CAAC"}
|
|
@@ -1,44 +1,13 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const InfraBillingHistoryRecordSchema: z.ZodObject<{
|
|
3
|
-
uuid: z.
|
|
4
|
-
providerUuid: z.
|
|
3
|
+
uuid: z.ZodUUID;
|
|
4
|
+
providerUuid: z.ZodUUID;
|
|
5
5
|
amount: z.ZodNumber;
|
|
6
|
-
billedAt: z.
|
|
7
|
-
provider: z.ZodObject<
|
|
8
|
-
uuid: z.
|
|
6
|
+
billedAt: z.ZodPipe<z.ZodISODateTime, z.ZodTransform<Date, string>>;
|
|
7
|
+
provider: z.ZodObject<{
|
|
8
|
+
uuid: z.ZodUUID;
|
|
9
9
|
name: z.ZodString;
|
|
10
10
|
faviconLink: z.ZodNullable<z.ZodString>;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
14
|
-
}, "createdAt" | "updatedAt" | "loginUrl">, "strip", z.ZodTypeAny, {
|
|
15
|
-
uuid: string;
|
|
16
|
-
name: string;
|
|
17
|
-
faviconLink: string | null;
|
|
18
|
-
}, {
|
|
19
|
-
uuid: string;
|
|
20
|
-
name: string;
|
|
21
|
-
faviconLink: string | null;
|
|
22
|
-
}>;
|
|
23
|
-
}, "strip", z.ZodTypeAny, {
|
|
24
|
-
uuid: string;
|
|
25
|
-
provider: {
|
|
26
|
-
uuid: string;
|
|
27
|
-
name: string;
|
|
28
|
-
faviconLink: string | null;
|
|
29
|
-
};
|
|
30
|
-
providerUuid: string;
|
|
31
|
-
amount: number;
|
|
32
|
-
billedAt: Date;
|
|
33
|
-
}, {
|
|
34
|
-
uuid: string;
|
|
35
|
-
provider: {
|
|
36
|
-
uuid: string;
|
|
37
|
-
name: string;
|
|
38
|
-
faviconLink: string | null;
|
|
39
|
-
};
|
|
40
|
-
providerUuid: string;
|
|
41
|
-
amount: number;
|
|
42
|
-
billedAt: string;
|
|
43
|
-
}>;
|
|
11
|
+
}, z.core.$strip>;
|
|
12
|
+
}, z.core.$strip>;
|
|
44
13
|
//# sourceMappingURL=infra-billing-history-record.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"infra-billing-history-record.schema.d.ts","sourceRoot":"","sources":["../../../models/infra-billing-history-record.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,+BAA+B
|
|
1
|
+
{"version":3,"file":"infra-billing-history-record.schema.d.ts","sourceRoot":"","sources":["../../../models/infra-billing-history-record.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,+BAA+B;;;;;;;;;;iBAW1C,CAAC"}
|
|
@@ -4,12 +4,10 @@ exports.InfraBillingHistoryRecordSchema = void 0;
|
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const infra_provider_schema_1 = require("./infra-provider.schema");
|
|
6
6
|
exports.InfraBillingHistoryRecordSchema = zod_1.z.object({
|
|
7
|
-
uuid: zod_1.z.
|
|
8
|
-
providerUuid: zod_1.z.
|
|
7
|
+
uuid: zod_1.z.uuid(),
|
|
8
|
+
providerUuid: zod_1.z.uuid(),
|
|
9
9
|
amount: zod_1.z.number(),
|
|
10
|
-
billedAt: zod_1.z
|
|
11
|
-
.string()
|
|
12
|
-
.datetime()
|
|
10
|
+
billedAt: zod_1.z.iso.datetime()
|
|
13
11
|
.transform((str) => new Date(str)),
|
|
14
12
|
provider: infra_provider_schema_1.PartialInfraProviderSchema.omit({
|
|
15
13
|
createdAt: true,
|
|
@@ -1,328 +1,22 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const InfraBillingNodeSchema: z.ZodObject<{
|
|
3
|
-
uuid: z.
|
|
4
|
-
nodeUuid: z.ZodNullable<z.
|
|
3
|
+
uuid: z.ZodUUID;
|
|
4
|
+
nodeUuid: z.ZodNullable<z.ZodUUID>;
|
|
5
5
|
name: z.ZodNullable<z.ZodString>;
|
|
6
|
-
providerUuid: z.
|
|
7
|
-
provider: z.ZodObject<
|
|
8
|
-
uuid: z.
|
|
6
|
+
providerUuid: z.ZodUUID;
|
|
7
|
+
provider: z.ZodObject<{
|
|
8
|
+
uuid: z.ZodUUID;
|
|
9
9
|
name: z.ZodString;
|
|
10
10
|
faviconLink: z.ZodNullable<z.ZodString>;
|
|
11
11
|
loginUrl: z.ZodNullable<z.ZodString>;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
uuid: string;
|
|
16
|
-
name: string;
|
|
17
|
-
faviconLink: string | null;
|
|
18
|
-
loginUrl: string | null;
|
|
19
|
-
}, {
|
|
20
|
-
uuid: string;
|
|
21
|
-
name: string;
|
|
22
|
-
faviconLink: string | null;
|
|
23
|
-
loginUrl: string | null;
|
|
24
|
-
}>;
|
|
25
|
-
node: z.ZodNullable<z.ZodObject<Pick<{
|
|
26
|
-
uuid: z.ZodString;
|
|
12
|
+
}, z.core.$strip>;
|
|
13
|
+
node: z.ZodNullable<z.ZodObject<{
|
|
14
|
+
uuid: z.ZodUUID;
|
|
27
15
|
name: z.ZodString;
|
|
28
|
-
address: z.ZodString;
|
|
29
|
-
port: z.ZodNullable<z.ZodNumber>;
|
|
30
|
-
proxyUrl: z.ZodNullable<z.ZodString>;
|
|
31
|
-
isConnected: z.ZodBoolean;
|
|
32
|
-
isDisabled: z.ZodBoolean;
|
|
33
|
-
isConnecting: z.ZodBoolean;
|
|
34
|
-
lastStatusChange: z.ZodNullable<z.ZodEffects<z.ZodString, Date, string>>;
|
|
35
|
-
lastStatusMessage: z.ZodNullable<z.ZodString>;
|
|
36
|
-
isTrafficTrackingActive: z.ZodBoolean;
|
|
37
|
-
trafficResetDay: z.ZodNullable<z.ZodNumber>;
|
|
38
|
-
trafficLimitBytes: z.ZodNullable<z.ZodNumber>;
|
|
39
|
-
trafficUsedBytes: z.ZodNullable<z.ZodNumber>;
|
|
40
|
-
notifyPercent: z.ZodNullable<z.ZodNumber>;
|
|
41
|
-
viewPosition: z.ZodNumber;
|
|
42
16
|
countryCode: z.ZodString;
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
configProfile: z.ZodObject<{
|
|
49
|
-
activeConfigProfileUuid: z.ZodNullable<z.ZodString>;
|
|
50
|
-
activeInbounds: z.ZodArray<z.ZodObject<{
|
|
51
|
-
uuid: z.ZodString;
|
|
52
|
-
profileUuid: z.ZodString;
|
|
53
|
-
tag: z.ZodString;
|
|
54
|
-
type: z.ZodString;
|
|
55
|
-
network: z.ZodNullable<z.ZodString>;
|
|
56
|
-
security: z.ZodNullable<z.ZodString>;
|
|
57
|
-
port: z.ZodNullable<z.ZodNumber>;
|
|
58
|
-
rawInbound: z.ZodNullable<z.ZodUnknown>;
|
|
59
|
-
}, "strip", z.ZodTypeAny, {
|
|
60
|
-
uuid: string;
|
|
61
|
-
type: string;
|
|
62
|
-
profileUuid: string;
|
|
63
|
-
tag: string;
|
|
64
|
-
network: string | null;
|
|
65
|
-
security: string | null;
|
|
66
|
-
port: number | null;
|
|
67
|
-
rawInbound?: unknown;
|
|
68
|
-
}, {
|
|
69
|
-
uuid: string;
|
|
70
|
-
type: string;
|
|
71
|
-
profileUuid: string;
|
|
72
|
-
tag: string;
|
|
73
|
-
network: string | null;
|
|
74
|
-
security: string | null;
|
|
75
|
-
port: number | null;
|
|
76
|
-
rawInbound?: unknown;
|
|
77
|
-
}>, "many">;
|
|
78
|
-
}, "strip", z.ZodTypeAny, {
|
|
79
|
-
activeConfigProfileUuid: string | null;
|
|
80
|
-
activeInbounds: {
|
|
81
|
-
uuid: string;
|
|
82
|
-
type: string;
|
|
83
|
-
profileUuid: string;
|
|
84
|
-
tag: string;
|
|
85
|
-
network: string | null;
|
|
86
|
-
security: string | null;
|
|
87
|
-
port: number | null;
|
|
88
|
-
rawInbound?: unknown;
|
|
89
|
-
}[];
|
|
90
|
-
}, {
|
|
91
|
-
activeConfigProfileUuid: string | null;
|
|
92
|
-
activeInbounds: {
|
|
93
|
-
uuid: string;
|
|
94
|
-
type: string;
|
|
95
|
-
profileUuid: string;
|
|
96
|
-
tag: string;
|
|
97
|
-
network: string | null;
|
|
98
|
-
security: string | null;
|
|
99
|
-
port: number | null;
|
|
100
|
-
rawInbound?: unknown;
|
|
101
|
-
}[];
|
|
102
|
-
}>;
|
|
103
|
-
providerUuid: z.ZodNullable<z.ZodString>;
|
|
104
|
-
provider: z.ZodNullable<z.ZodObject<{
|
|
105
|
-
uuid: z.ZodString;
|
|
106
|
-
name: z.ZodString;
|
|
107
|
-
faviconLink: z.ZodNullable<z.ZodString>;
|
|
108
|
-
loginUrl: z.ZodNullable<z.ZodString>;
|
|
109
|
-
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
110
|
-
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
111
|
-
}, "strip", z.ZodTypeAny, {
|
|
112
|
-
uuid: string;
|
|
113
|
-
name: string;
|
|
114
|
-
createdAt: Date;
|
|
115
|
-
updatedAt: Date;
|
|
116
|
-
faviconLink: string | null;
|
|
117
|
-
loginUrl: string | null;
|
|
118
|
-
}, {
|
|
119
|
-
uuid: string;
|
|
120
|
-
name: string;
|
|
121
|
-
createdAt: string;
|
|
122
|
-
updatedAt: string;
|
|
123
|
-
faviconLink: string | null;
|
|
124
|
-
loginUrl: string | null;
|
|
125
|
-
}>>;
|
|
126
|
-
activePluginUuid: z.ZodNullable<z.ZodString>;
|
|
127
|
-
system: z.ZodNullable<z.ZodObject<{
|
|
128
|
-
info: z.ZodObject<{
|
|
129
|
-
arch: z.ZodString;
|
|
130
|
-
cpus: z.ZodNumber;
|
|
131
|
-
cpuModel: z.ZodString;
|
|
132
|
-
memoryTotal: z.ZodNumber;
|
|
133
|
-
hostname: z.ZodString;
|
|
134
|
-
platform: z.ZodString;
|
|
135
|
-
release: z.ZodString;
|
|
136
|
-
type: z.ZodString;
|
|
137
|
-
version: z.ZodString;
|
|
138
|
-
networkInterfaces: z.ZodArray<z.ZodString, "many">;
|
|
139
|
-
}, "strip", z.ZodTypeAny, {
|
|
140
|
-
type: string;
|
|
141
|
-
version: string;
|
|
142
|
-
platform: string;
|
|
143
|
-
arch: string;
|
|
144
|
-
cpus: number;
|
|
145
|
-
cpuModel: string;
|
|
146
|
-
memoryTotal: number;
|
|
147
|
-
hostname: string;
|
|
148
|
-
release: string;
|
|
149
|
-
networkInterfaces: string[];
|
|
150
|
-
}, {
|
|
151
|
-
type: string;
|
|
152
|
-
version: string;
|
|
153
|
-
platform: string;
|
|
154
|
-
arch: string;
|
|
155
|
-
cpus: number;
|
|
156
|
-
cpuModel: string;
|
|
157
|
-
memoryTotal: number;
|
|
158
|
-
hostname: string;
|
|
159
|
-
release: string;
|
|
160
|
-
networkInterfaces: string[];
|
|
161
|
-
}>;
|
|
162
|
-
stats: z.ZodObject<{
|
|
163
|
-
memoryFree: z.ZodNumber;
|
|
164
|
-
memoryUsed: z.ZodNumber;
|
|
165
|
-
uptime: z.ZodNumber;
|
|
166
|
-
loadAvg: z.ZodArray<z.ZodNumber, "many">;
|
|
167
|
-
interface: z.ZodNullable<z.ZodObject<{
|
|
168
|
-
interface: z.ZodString;
|
|
169
|
-
rxBytesPerSec: z.ZodNumber;
|
|
170
|
-
txBytesPerSec: z.ZodNumber;
|
|
171
|
-
rxTotal: z.ZodNumber;
|
|
172
|
-
txTotal: z.ZodNumber;
|
|
173
|
-
}, "strip", z.ZodTypeAny, {
|
|
174
|
-
interface: string;
|
|
175
|
-
rxBytesPerSec: number;
|
|
176
|
-
txBytesPerSec: number;
|
|
177
|
-
rxTotal: number;
|
|
178
|
-
txTotal: number;
|
|
179
|
-
}, {
|
|
180
|
-
interface: string;
|
|
181
|
-
rxBytesPerSec: number;
|
|
182
|
-
txBytesPerSec: number;
|
|
183
|
-
rxTotal: number;
|
|
184
|
-
txTotal: number;
|
|
185
|
-
}>>;
|
|
186
|
-
}, "strip", z.ZodTypeAny, {
|
|
187
|
-
interface: {
|
|
188
|
-
interface: string;
|
|
189
|
-
rxBytesPerSec: number;
|
|
190
|
-
txBytesPerSec: number;
|
|
191
|
-
rxTotal: number;
|
|
192
|
-
txTotal: number;
|
|
193
|
-
} | null;
|
|
194
|
-
memoryFree: number;
|
|
195
|
-
memoryUsed: number;
|
|
196
|
-
uptime: number;
|
|
197
|
-
loadAvg: number[];
|
|
198
|
-
}, {
|
|
199
|
-
interface: {
|
|
200
|
-
interface: string;
|
|
201
|
-
rxBytesPerSec: number;
|
|
202
|
-
txBytesPerSec: number;
|
|
203
|
-
rxTotal: number;
|
|
204
|
-
txTotal: number;
|
|
205
|
-
} | null;
|
|
206
|
-
memoryFree: number;
|
|
207
|
-
memoryUsed: number;
|
|
208
|
-
uptime: number;
|
|
209
|
-
loadAvg: number[];
|
|
210
|
-
}>;
|
|
211
|
-
}, "strip", z.ZodTypeAny, {
|
|
212
|
-
stats: {
|
|
213
|
-
interface: {
|
|
214
|
-
interface: string;
|
|
215
|
-
rxBytesPerSec: number;
|
|
216
|
-
txBytesPerSec: number;
|
|
217
|
-
rxTotal: number;
|
|
218
|
-
txTotal: number;
|
|
219
|
-
} | null;
|
|
220
|
-
memoryFree: number;
|
|
221
|
-
memoryUsed: number;
|
|
222
|
-
uptime: number;
|
|
223
|
-
loadAvg: number[];
|
|
224
|
-
};
|
|
225
|
-
info: {
|
|
226
|
-
type: string;
|
|
227
|
-
version: string;
|
|
228
|
-
platform: string;
|
|
229
|
-
arch: string;
|
|
230
|
-
cpus: number;
|
|
231
|
-
cpuModel: string;
|
|
232
|
-
memoryTotal: number;
|
|
233
|
-
hostname: string;
|
|
234
|
-
release: string;
|
|
235
|
-
networkInterfaces: string[];
|
|
236
|
-
};
|
|
237
|
-
}, {
|
|
238
|
-
stats: {
|
|
239
|
-
interface: {
|
|
240
|
-
interface: string;
|
|
241
|
-
rxBytesPerSec: number;
|
|
242
|
-
txBytesPerSec: number;
|
|
243
|
-
rxTotal: number;
|
|
244
|
-
txTotal: number;
|
|
245
|
-
} | null;
|
|
246
|
-
memoryFree: number;
|
|
247
|
-
memoryUsed: number;
|
|
248
|
-
uptime: number;
|
|
249
|
-
loadAvg: number[];
|
|
250
|
-
};
|
|
251
|
-
info: {
|
|
252
|
-
type: string;
|
|
253
|
-
version: string;
|
|
254
|
-
platform: string;
|
|
255
|
-
arch: string;
|
|
256
|
-
cpus: number;
|
|
257
|
-
cpuModel: string;
|
|
258
|
-
memoryTotal: number;
|
|
259
|
-
hostname: string;
|
|
260
|
-
release: string;
|
|
261
|
-
networkInterfaces: string[];
|
|
262
|
-
};
|
|
263
|
-
}>>;
|
|
264
|
-
versions: z.ZodNullable<z.ZodObject<{
|
|
265
|
-
xray: z.ZodString;
|
|
266
|
-
node: z.ZodString;
|
|
267
|
-
}, "strip", z.ZodTypeAny, {
|
|
268
|
-
node: string;
|
|
269
|
-
xray: string;
|
|
270
|
-
}, {
|
|
271
|
-
node: string;
|
|
272
|
-
xray: string;
|
|
273
|
-
}>>;
|
|
274
|
-
xrayUptime: z.ZodNumber;
|
|
275
|
-
usersOnline: z.ZodNumber;
|
|
276
|
-
note: z.ZodNullable<z.ZodString>;
|
|
277
|
-
}, "uuid" | "name" | "countryCode">, "strip", z.ZodTypeAny, {
|
|
278
|
-
uuid: string;
|
|
279
|
-
name: string;
|
|
280
|
-
countryCode: string;
|
|
281
|
-
}, {
|
|
282
|
-
uuid: string;
|
|
283
|
-
name: string;
|
|
284
|
-
countryCode: string;
|
|
285
|
-
}>>;
|
|
286
|
-
nextBillingAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
287
|
-
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
288
|
-
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
289
|
-
}, "strip", z.ZodTypeAny, {
|
|
290
|
-
node: {
|
|
291
|
-
uuid: string;
|
|
292
|
-
name: string;
|
|
293
|
-
countryCode: string;
|
|
294
|
-
} | null;
|
|
295
|
-
uuid: string;
|
|
296
|
-
name: string | null;
|
|
297
|
-
createdAt: Date;
|
|
298
|
-
updatedAt: Date;
|
|
299
|
-
provider: {
|
|
300
|
-
uuid: string;
|
|
301
|
-
name: string;
|
|
302
|
-
faviconLink: string | null;
|
|
303
|
-
loginUrl: string | null;
|
|
304
|
-
};
|
|
305
|
-
nodeUuid: string | null;
|
|
306
|
-
providerUuid: string;
|
|
307
|
-
nextBillingAt: Date;
|
|
308
|
-
}, {
|
|
309
|
-
node: {
|
|
310
|
-
uuid: string;
|
|
311
|
-
name: string;
|
|
312
|
-
countryCode: string;
|
|
313
|
-
} | null;
|
|
314
|
-
uuid: string;
|
|
315
|
-
name: string | null;
|
|
316
|
-
createdAt: string;
|
|
317
|
-
updatedAt: string;
|
|
318
|
-
provider: {
|
|
319
|
-
uuid: string;
|
|
320
|
-
name: string;
|
|
321
|
-
faviconLink: string | null;
|
|
322
|
-
loginUrl: string | null;
|
|
323
|
-
};
|
|
324
|
-
nodeUuid: string | null;
|
|
325
|
-
providerUuid: string;
|
|
326
|
-
nextBillingAt: string;
|
|
327
|
-
}>;
|
|
17
|
+
}, z.core.$strip>>;
|
|
18
|
+
nextBillingAt: z.ZodPipe<z.ZodISODateTime, z.ZodTransform<Date, string>>;
|
|
19
|
+
createdAt: z.ZodPipe<z.ZodISODateTime, z.ZodTransform<Date, string>>;
|
|
20
|
+
updatedAt: z.ZodPipe<z.ZodISODateTime, z.ZodTransform<Date, string>>;
|
|
21
|
+
}, z.core.$strip>;
|
|
328
22
|
//# sourceMappingURL=infra-billing-node.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"infra-billing-node.schema.d.ts","sourceRoot":"","sources":["../../../models/infra-billing-node.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"infra-billing-node.schema.d.ts","sourceRoot":"","sources":["../../../models/infra-billing-node.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;iBAyBjC,CAAC"}
|