@remnawave/backend-contract 2.0.0-alpha.27 → 2.0.0-alpha.3

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.
Files changed (199) hide show
  1. package/build/backend/api/controllers/index.d.ts +0 -1
  2. package/build/backend/api/controllers/index.d.ts.map +1 -1
  3. package/build/backend/api/controllers/index.js +0 -1
  4. package/build/backend/api/controllers/internal-squads.d.ts +0 -4
  5. package/build/backend/api/controllers/internal-squads.d.ts.map +1 -1
  6. package/build/backend/api/controllers/internal-squads.js +0 -5
  7. package/build/backend/api/controllers/users.d.ts +0 -1
  8. package/build/backend/api/controllers/users.d.ts.map +1 -1
  9. package/build/backend/api/controllers/users.js +0 -1
  10. package/build/backend/api/routes.d.ts +0 -19
  11. package/build/backend/api/routes.d.ts.map +1 -1
  12. package/build/backend/api/routes.js +0 -19
  13. package/build/backend/commands/config-profiles/create-config-profile.command.js +2 -2
  14. package/build/backend/commands/hosts/bulk/delete-many-hosts.command.d.ts +10 -26
  15. package/build/backend/commands/hosts/bulk/delete-many-hosts.command.d.ts.map +1 -1
  16. package/build/backend/commands/hosts/bulk/disable-many-hosts.command.d.ts +10 -26
  17. package/build/backend/commands/hosts/bulk/disable-many-hosts.command.d.ts.map +1 -1
  18. package/build/backend/commands/hosts/bulk/enable-many-hosts.command.d.ts +10 -26
  19. package/build/backend/commands/hosts/bulk/enable-many-hosts.command.d.ts.map +1 -1
  20. package/build/backend/commands/hosts/bulk/set-inbound-to-many-hosts.command.d.ts +10 -26
  21. package/build/backend/commands/hosts/bulk/set-inbound-to-many-hosts.command.d.ts.map +1 -1
  22. package/build/backend/commands/hosts/bulk/set-port-to-many-hosts.command.d.ts +10 -26
  23. package/build/backend/commands/hosts/bulk/set-port-to-many-hosts.command.d.ts.map +1 -1
  24. package/build/backend/commands/hosts/create.command.d.ts +19 -47
  25. package/build/backend/commands/hosts/create.command.d.ts.map +1 -1
  26. package/build/backend/commands/hosts/create.command.js +13 -13
  27. package/build/backend/commands/hosts/get-all.command.d.ts +10 -26
  28. package/build/backend/commands/hosts/get-all.command.d.ts.map +1 -1
  29. package/build/backend/commands/hosts/get-one.command.d.ts +10 -26
  30. package/build/backend/commands/hosts/get-one.command.d.ts.map +1 -1
  31. package/build/backend/commands/hosts/reorder.command.d.ts +2 -10
  32. package/build/backend/commands/hosts/reorder.command.d.ts.map +1 -1
  33. package/build/backend/commands/hosts/update.command.d.ts +21 -57
  34. package/build/backend/commands/hosts/update.command.d.ts.map +1 -1
  35. package/build/backend/commands/hosts/update.command.js +11 -10
  36. package/build/backend/commands/index.d.ts +0 -1
  37. package/build/backend/commands/index.d.ts.map +1 -1
  38. package/build/backend/commands/index.js +0 -1
  39. package/build/backend/commands/internal-squads/create-internal-squad.command.js +2 -2
  40. package/build/backend/commands/internal-squads/{get-internal-squad-by-uuid.d.ts → get-internal-squad-by-uuid..d.ts} +1 -1
  41. package/build/backend/commands/internal-squads/get-internal-squad-by-uuid..d.ts.map +1 -0
  42. package/build/backend/commands/internal-squads/index.d.ts +1 -2
  43. package/build/backend/commands/internal-squads/index.d.ts.map +1 -1
  44. package/build/backend/commands/internal-squads/index.js +1 -2
  45. package/build/backend/commands/nodes/actions/disable.command.d.ts +64 -157
  46. package/build/backend/commands/nodes/actions/disable.command.d.ts.map +1 -1
  47. package/build/backend/commands/nodes/actions/enable.command.d.ts +64 -157
  48. package/build/backend/commands/nodes/actions/enable.command.d.ts.map +1 -1
  49. package/build/backend/commands/nodes/actions/reorder.command.d.ts +88 -230
  50. package/build/backend/commands/nodes/actions/reorder.command.d.ts.map +1 -1
  51. package/build/backend/commands/nodes/create.command.d.ts +70 -178
  52. package/build/backend/commands/nodes/create.command.d.ts.map +1 -1
  53. package/build/backend/commands/nodes/create.command.js +4 -7
  54. package/build/backend/commands/nodes/get-all.command.d.ts +64 -157
  55. package/build/backend/commands/nodes/get-all.command.d.ts.map +1 -1
  56. package/build/backend/commands/nodes/get-one.command.d.ts +64 -157
  57. package/build/backend/commands/nodes/get-one.command.d.ts.map +1 -1
  58. package/build/backend/commands/nodes/stats/get-node-user-usage-by-range.command.d.ts +4 -4
  59. package/build/backend/commands/nodes/stats/get-nodes-usage-by-range.command.d.ts +4 -4
  60. package/build/backend/commands/nodes/update.command.d.ts +94 -251
  61. package/build/backend/commands/nodes/update.command.d.ts.map +1 -1
  62. package/build/backend/commands/nodes/update.command.js +4 -9
  63. package/build/backend/commands/users/get-user-usage-by-range.command.d.ts +4 -4
  64. package/build/backend/commands/users/index.d.ts +0 -1
  65. package/build/backend/commands/users/index.d.ts.map +1 -1
  66. package/build/backend/commands/users/index.js +0 -1
  67. package/build/backend/constants/errors/errors.d.ts +0 -95
  68. package/build/backend/constants/errors/errors.d.ts.map +1 -1
  69. package/build/backend/constants/errors/errors.js +0 -95
  70. package/build/backend/constants/events/events.d.ts +0 -11
  71. package/build/backend/constants/events/events.d.ts.map +1 -1
  72. package/build/backend/constants/events/events.js +0 -10
  73. package/build/backend/constants/templates/template-keys.d.ts +1 -1
  74. package/build/backend/constants/templates/template-keys.d.ts.map +1 -1
  75. package/build/backend/constants/templates/template-keys.js +0 -1
  76. package/build/backend/models/{extended-users.schema.d.ts → extented-users.schema.d.ts} +1 -1
  77. package/build/backend/models/{extended-users.schema.d.ts.map → extented-users.schema.d.ts.map} +1 -1
  78. package/build/backend/models/hosts.schema.d.ts +6 -18
  79. package/build/backend/models/hosts.schema.d.ts.map +1 -1
  80. package/build/backend/models/hosts.schema.js +2 -4
  81. package/build/backend/models/index.d.ts +1 -5
  82. package/build/backend/models/index.d.ts.map +1 -1
  83. package/build/backend/models/index.js +1 -5
  84. package/build/backend/models/nodes.schema.d.ts +44 -115
  85. package/build/backend/models/nodes.schema.d.ts.map +1 -1
  86. package/build/backend/models/nodes.schema.js +2 -7
  87. package/build/frontend/api/controllers/index.js +0 -1
  88. package/build/frontend/api/controllers/internal-squads.js +0 -5
  89. package/build/frontend/api/controllers/users.js +0 -1
  90. package/build/frontend/api/routes.js +0 -19
  91. package/build/frontend/commands/config-profiles/create-config-profile.command.js +2 -2
  92. package/build/frontend/commands/hosts/create.command.js +13 -13
  93. package/build/frontend/commands/hosts/update.command.js +11 -10
  94. package/build/frontend/commands/index.js +0 -1
  95. package/build/frontend/commands/internal-squads/create-internal-squad.command.js +2 -2
  96. package/build/frontend/commands/internal-squads/index.js +1 -2
  97. package/build/frontend/commands/nodes/create.command.js +4 -7
  98. package/build/frontend/commands/nodes/update.command.js +4 -9
  99. package/build/frontend/commands/users/index.js +0 -1
  100. package/build/frontend/constants/errors/errors.js +0 -95
  101. package/build/frontend/constants/events/events.js +0 -10
  102. package/build/frontend/constants/templates/template-keys.js +0 -1
  103. package/build/frontend/models/hosts.schema.js +2 -4
  104. package/build/frontend/models/index.js +1 -5
  105. package/build/frontend/models/nodes.schema.js +2 -7
  106. package/package.json +1 -1
  107. package/build/backend/api/controllers/infra-billing.d.ts +0 -16
  108. package/build/backend/api/controllers/infra-billing.d.ts.map +0 -1
  109. package/build/backend/api/controllers/infra-billing.js +0 -18
  110. package/build/backend/commands/infra-billing/create-bill-record.command.d.ts +0 -125
  111. package/build/backend/commands/infra-billing/create-bill-record.command.d.ts.map +0 -1
  112. package/build/backend/commands/infra-billing/create-bill-record.command.js +0 -30
  113. package/build/backend/commands/infra-billing/create-billing-node.command.d.ts +0 -465
  114. package/build/backend/commands/infra-billing/create-billing-node.command.d.ts.map +0 -1
  115. package/build/backend/commands/infra-billing/create-billing-node.command.js +0 -38
  116. package/build/backend/commands/infra-billing/create-infra-provider.command.d.ts +0 -123
  117. package/build/backend/commands/infra-billing/create-infra-provider.command.d.ts.map +0 -1
  118. package/build/backend/commands/infra-billing/create-infra-provider.command.js +0 -24
  119. package/build/backend/commands/infra-billing/delete-bill-record-by-uuid.command.d.ts +0 -119
  120. package/build/backend/commands/infra-billing/delete-bill-record-by-uuid.command.d.ts.map +0 -1
  121. package/build/backend/commands/infra-billing/delete-bill-record-by-uuid.command.js +0 -22
  122. package/build/backend/commands/infra-billing/delete-billing-node-by-uuid.command.d.ts +0 -459
  123. package/build/backend/commands/infra-billing/delete-billing-node-by-uuid.command.d.ts.map +0 -1
  124. package/build/backend/commands/infra-billing/delete-billing-node-by-uuid.command.js +0 -29
  125. package/build/backend/commands/infra-billing/delete-infra-provider-by-uuid.command.d.ts +0 -33
  126. package/build/backend/commands/infra-billing/delete-infra-provider-by-uuid.command.d.ts.map +0 -1
  127. package/build/backend/commands/infra-billing/delete-infra-provider-by-uuid.command.js +0 -20
  128. package/build/backend/commands/infra-billing/get-bill-records.command.d.ts +0 -122
  129. package/build/backend/commands/infra-billing/get-bill-records.command.d.ts.map +0 -1
  130. package/build/backend/commands/infra-billing/get-bill-records.command.js +0 -31
  131. package/build/backend/commands/infra-billing/get-billing-nodes.command.d.ts +0 -451
  132. package/build/backend/commands/infra-billing/get-billing-nodes.command.d.ts.map +0 -1
  133. package/build/backend/commands/infra-billing/get-billing-nodes.command.js +0 -26
  134. package/build/backend/commands/infra-billing/get-infra-provider-by-uuid.command.d.ts +0 -117
  135. package/build/backend/commands/infra-billing/get-infra-provider-by-uuid.command.d.ts.map +0 -1
  136. package/build/backend/commands/infra-billing/get-infra-provider-by-uuid.command.js +0 -19
  137. package/build/backend/commands/infra-billing/get-infra-providers.command.d.ts +0 -156
  138. package/build/backend/commands/infra-billing/get-infra-providers.command.d.ts.map +0 -1
  139. package/build/backend/commands/infra-billing/get-infra-providers.command.js +0 -19
  140. package/build/backend/commands/infra-billing/index.d.ts +0 -13
  141. package/build/backend/commands/infra-billing/index.d.ts.map +0 -1
  142. package/build/backend/commands/infra-billing/index.js +0 -28
  143. package/build/backend/commands/infra-billing/update-billing-node.command.d.ts +0 -462
  144. package/build/backend/commands/infra-billing/update-billing-node.command.d.ts.map +0 -1
  145. package/build/backend/commands/infra-billing/update-billing-node.command.js +0 -35
  146. package/build/backend/commands/infra-billing/update-infra-provider.command.d.ts +0 -126
  147. package/build/backend/commands/infra-billing/update-infra-provider.command.d.ts.map +0 -1
  148. package/build/backend/commands/infra-billing/update-infra-provider.command.js +0 -26
  149. package/build/backend/commands/internal-squads/bulk-actions/add-users-to-internal-squad.command.d.ts +0 -33
  150. package/build/backend/commands/internal-squads/bulk-actions/add-users-to-internal-squad.command.d.ts.map +0 -1
  151. package/build/backend/commands/internal-squads/bulk-actions/add-users-to-internal-squad.command.js +0 -20
  152. package/build/backend/commands/internal-squads/bulk-actions/delete-users-from-internal-squad.command.d.ts +0 -33
  153. package/build/backend/commands/internal-squads/bulk-actions/delete-users-from-internal-squad.command.d.ts.map +0 -1
  154. package/build/backend/commands/internal-squads/bulk-actions/delete-users-from-internal-squad.command.js +0 -20
  155. package/build/backend/commands/internal-squads/bulk-actions/index.d.ts +0 -3
  156. package/build/backend/commands/internal-squads/bulk-actions/index.d.ts.map +0 -1
  157. package/build/backend/commands/internal-squads/bulk-actions/index.js +0 -18
  158. package/build/backend/commands/internal-squads/get-internal-squad-by-uuid.d.ts.map +0 -1
  159. package/build/backend/commands/users/get-user-accessible-nodes.command.d.ts +0 -114
  160. package/build/backend/commands/users/get-user-accessible-nodes.command.d.ts.map +0 -1
  161. package/build/backend/commands/users/get-user-accessible-nodes.command.js +0 -31
  162. package/build/backend/models/infra-billing-available-node.schema.d.ts +0 -116
  163. package/build/backend/models/infra-billing-available-node.schema.d.ts.map +0 -1
  164. package/build/backend/models/infra-billing-available-node.schema.js +0 -9
  165. package/build/backend/models/infra-billing-history-record.schema.d.ts +0 -44
  166. package/build/backend/models/infra-billing-history-record.schema.d.ts.map +0 -1
  167. package/build/backend/models/infra-billing-history-record.schema.js +0 -19
  168. package/build/backend/models/infra-billing-node.schema.d.ts +0 -179
  169. package/build/backend/models/infra-billing-node.schema.d.ts.map +0 -1
  170. package/build/backend/models/infra-billing-node.schema.js +0 -34
  171. package/build/backend/models/infra-provider.schema.d.ts +0 -87
  172. package/build/backend/models/infra-provider.schema.d.ts.map +0 -1
  173. package/build/backend/models/infra-provider.schema.js +0 -41
  174. package/build/frontend/api/controllers/infra-billing.js +0 -18
  175. package/build/frontend/commands/infra-billing/create-bill-record.command.js +0 -30
  176. package/build/frontend/commands/infra-billing/create-billing-node.command.js +0 -38
  177. package/build/frontend/commands/infra-billing/create-infra-provider.command.js +0 -24
  178. package/build/frontend/commands/infra-billing/delete-bill-record-by-uuid.command.js +0 -22
  179. package/build/frontend/commands/infra-billing/delete-billing-node-by-uuid.command.js +0 -29
  180. package/build/frontend/commands/infra-billing/delete-infra-provider-by-uuid.command.js +0 -20
  181. package/build/frontend/commands/infra-billing/get-bill-records.command.js +0 -31
  182. package/build/frontend/commands/infra-billing/get-billing-nodes.command.js +0 -26
  183. package/build/frontend/commands/infra-billing/get-infra-provider-by-uuid.command.js +0 -19
  184. package/build/frontend/commands/infra-billing/get-infra-providers.command.js +0 -19
  185. package/build/frontend/commands/infra-billing/index.js +0 -28
  186. package/build/frontend/commands/infra-billing/update-billing-node.command.js +0 -35
  187. package/build/frontend/commands/infra-billing/update-infra-provider.command.js +0 -26
  188. package/build/frontend/commands/internal-squads/bulk-actions/add-users-to-internal-squad.command.js +0 -20
  189. package/build/frontend/commands/internal-squads/bulk-actions/delete-users-from-internal-squad.command.js +0 -20
  190. package/build/frontend/commands/internal-squads/bulk-actions/index.js +0 -18
  191. package/build/frontend/commands/users/get-user-accessible-nodes.command.js +0 -31
  192. package/build/frontend/models/infra-billing-available-node.schema.js +0 -9
  193. package/build/frontend/models/infra-billing-history-record.schema.js +0 -19
  194. package/build/frontend/models/infra-billing-node.schema.js +0 -34
  195. package/build/frontend/models/infra-provider.schema.js +0 -41
  196. /package/build/backend/commands/internal-squads/{get-internal-squad-by-uuid.js → get-internal-squad-by-uuid..js} +0 -0
  197. /package/build/backend/models/{extended-users.schema.js → extented-users.schema.js} +0 -0
  198. /package/build/frontend/commands/internal-squads/{get-internal-squad-by-uuid.js → get-internal-squad-by-uuid..js} +0 -0
  199. /package/build/frontend/models/{extended-users.schema.js → extented-users.schema.js} +0 -0
@@ -40,84 +40,35 @@ export declare namespace GetOneNodeCommand {
40
40
  totalRam: z.ZodNullable<z.ZodString>;
41
41
  createdAt: z.ZodEffects<z.ZodString, Date, string>;
42
42
  updatedAt: z.ZodEffects<z.ZodString, Date, string>;
43
- configProfile: z.ZodObject<{
44
- activeConfigProfileUuid: z.ZodNullable<z.ZodString>;
45
- activeInbounds: z.ZodArray<z.ZodObject<{
46
- uuid: z.ZodString;
47
- profileUuid: z.ZodString;
48
- tag: z.ZodString;
49
- type: z.ZodString;
50
- network: z.ZodNullable<z.ZodString>;
51
- security: z.ZodNullable<z.ZodString>;
52
- port: z.ZodNullable<z.ZodNumber>;
53
- rawInbound: z.ZodNullable<z.ZodUnknown>;
54
- }, "strip", z.ZodTypeAny, {
55
- type: string;
56
- uuid: string;
57
- profileUuid: string;
58
- tag: string;
59
- network: string | null;
60
- security: string | null;
61
- port: number | null;
62
- rawInbound?: unknown;
63
- }, {
64
- type: string;
65
- uuid: string;
66
- profileUuid: string;
67
- tag: string;
68
- network: string | null;
69
- security: string | null;
70
- port: number | null;
71
- rawInbound?: unknown;
72
- }>, "many">;
73
- }, "strip", z.ZodTypeAny, {
74
- activeConfigProfileUuid: string | null;
75
- activeInbounds: {
76
- type: string;
77
- uuid: string;
78
- profileUuid: string;
79
- tag: string;
80
- network: string | null;
81
- security: string | null;
82
- port: number | null;
83
- rawInbound?: unknown;
84
- }[];
85
- }, {
86
- activeConfigProfileUuid: string | null;
87
- activeInbounds: {
88
- type: string;
89
- uuid: string;
90
- profileUuid: string;
91
- tag: string;
92
- network: string | null;
93
- security: string | null;
94
- port: number | null;
95
- rawInbound?: unknown;
96
- }[];
97
- }>;
98
- providerUuid: z.ZodNullable<z.ZodString>;
99
- provider: z.ZodNullable<z.ZodObject<{
43
+ activeConfigProfileUuid: z.ZodNullable<z.ZodString>;
44
+ activeInbounds: z.ZodNullable<z.ZodArray<z.ZodObject<{
100
45
  uuid: z.ZodString;
101
- name: z.ZodString;
102
- faviconLink: z.ZodNullable<z.ZodString>;
103
- loginUrl: z.ZodNullable<z.ZodString>;
104
- createdAt: z.ZodEffects<z.ZodString, Date, string>;
105
- updatedAt: z.ZodEffects<z.ZodString, Date, string>;
46
+ profileUuid: z.ZodString;
47
+ tag: z.ZodString;
48
+ type: z.ZodString;
49
+ network: z.ZodNullable<z.ZodString>;
50
+ security: z.ZodNullable<z.ZodString>;
51
+ port: z.ZodNullable<z.ZodNumber>;
52
+ rawInbound: z.ZodNullable<z.ZodUnknown>;
106
53
  }, "strip", z.ZodTypeAny, {
54
+ type: string;
107
55
  uuid: string;
108
- createdAt: Date;
109
- updatedAt: Date;
110
- name: string;
111
- faviconLink: string | null;
112
- loginUrl: string | null;
56
+ profileUuid: string;
57
+ tag: string;
58
+ network: string | null;
59
+ security: string | null;
60
+ port: number | null;
61
+ rawInbound?: unknown;
113
62
  }, {
63
+ type: string;
114
64
  uuid: string;
115
- createdAt: string;
116
- updatedAt: string;
117
- name: string;
118
- faviconLink: string | null;
119
- loginUrl: string | null;
120
- }>>;
65
+ profileUuid: string;
66
+ tag: string;
67
+ network: string | null;
68
+ security: string | null;
69
+ port: number | null;
70
+ rawInbound?: unknown;
71
+ }>, "many">>;
121
72
  }, "strip", z.ZodTypeAny, {
122
73
  uuid: string;
123
74
  createdAt: Date;
@@ -146,28 +97,17 @@ export declare namespace GetOneNodeCommand {
146
97
  cpuCount: number | null;
147
98
  cpuModel: string | null;
148
99
  totalRam: string | null;
149
- configProfile: {
150
- activeConfigProfileUuid: string | null;
151
- activeInbounds: {
152
- type: string;
153
- uuid: string;
154
- profileUuid: string;
155
- tag: string;
156
- network: string | null;
157
- security: string | null;
158
- port: number | null;
159
- rawInbound?: unknown;
160
- }[];
161
- };
162
- providerUuid: string | null;
163
- provider: {
100
+ activeConfigProfileUuid: string | null;
101
+ activeInbounds: {
102
+ type: string;
164
103
  uuid: string;
165
- createdAt: Date;
166
- updatedAt: Date;
167
- name: string;
168
- faviconLink: string | null;
169
- loginUrl: string | null;
170
- } | null;
104
+ profileUuid: string;
105
+ tag: string;
106
+ network: string | null;
107
+ security: string | null;
108
+ port: number | null;
109
+ rawInbound?: unknown;
110
+ }[] | null;
171
111
  }, {
172
112
  uuid: string;
173
113
  createdAt: string;
@@ -196,28 +136,17 @@ export declare namespace GetOneNodeCommand {
196
136
  cpuCount: number | null;
197
137
  cpuModel: string | null;
198
138
  totalRam: string | null;
199
- configProfile: {
200
- activeConfigProfileUuid: string | null;
201
- activeInbounds: {
202
- type: string;
203
- uuid: string;
204
- profileUuid: string;
205
- tag: string;
206
- network: string | null;
207
- security: string | null;
208
- port: number | null;
209
- rawInbound?: unknown;
210
- }[];
211
- };
212
- providerUuid: string | null;
213
- provider: {
139
+ activeConfigProfileUuid: string | null;
140
+ activeInbounds: {
141
+ type: string;
214
142
  uuid: string;
215
- createdAt: string;
216
- updatedAt: string;
217
- name: string;
218
- faviconLink: string | null;
219
- loginUrl: string | null;
220
- } | null;
143
+ profileUuid: string;
144
+ tag: string;
145
+ network: string | null;
146
+ security: string | null;
147
+ port: number | null;
148
+ rawInbound?: unknown;
149
+ }[] | null;
221
150
  }>;
222
151
  }, "strip", z.ZodTypeAny, {
223
152
  response: {
@@ -248,28 +177,17 @@ export declare namespace GetOneNodeCommand {
248
177
  cpuCount: number | null;
249
178
  cpuModel: string | null;
250
179
  totalRam: string | null;
251
- configProfile: {
252
- activeConfigProfileUuid: string | null;
253
- activeInbounds: {
254
- type: string;
255
- uuid: string;
256
- profileUuid: string;
257
- tag: string;
258
- network: string | null;
259
- security: string | null;
260
- port: number | null;
261
- rawInbound?: unknown;
262
- }[];
263
- };
264
- providerUuid: string | null;
265
- provider: {
180
+ activeConfigProfileUuid: string | null;
181
+ activeInbounds: {
182
+ type: string;
266
183
  uuid: string;
267
- createdAt: Date;
268
- updatedAt: Date;
269
- name: string;
270
- faviconLink: string | null;
271
- loginUrl: string | null;
272
- } | null;
184
+ profileUuid: string;
185
+ tag: string;
186
+ network: string | null;
187
+ security: string | null;
188
+ port: number | null;
189
+ rawInbound?: unknown;
190
+ }[] | null;
273
191
  };
274
192
  }, {
275
193
  response: {
@@ -300,28 +218,17 @@ export declare namespace GetOneNodeCommand {
300
218
  cpuCount: number | null;
301
219
  cpuModel: string | null;
302
220
  totalRam: string | null;
303
- configProfile: {
304
- activeConfigProfileUuid: string | null;
305
- activeInbounds: {
306
- type: string;
307
- uuid: string;
308
- profileUuid: string;
309
- tag: string;
310
- network: string | null;
311
- security: string | null;
312
- port: number | null;
313
- rawInbound?: unknown;
314
- }[];
315
- };
316
- providerUuid: string | null;
317
- provider: {
221
+ activeConfigProfileUuid: string | null;
222
+ activeInbounds: {
223
+ type: string;
318
224
  uuid: string;
319
- createdAt: string;
320
- updatedAt: string;
321
- name: string;
322
- faviconLink: string | null;
323
- loginUrl: string | null;
324
- } | null;
225
+ profileUuid: string;
226
+ tag: string;
227
+ network: string | null;
228
+ security: string | null;
229
+ port: number | null;
230
+ rawInbound?: unknown;
231
+ }[] | null;
325
232
  };
326
233
  }>;
327
234
  type Response = z.infer<typeof ResponseSchema>;
@@ -1 +1 @@
1
- {"version":3,"file":"get-one.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/get-one.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,0BAA6B,CAAC;IACvC,MAAM,OAAO,QAAe,CAAC;IAE7B,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
1
+ {"version":3,"file":"get-one.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/get-one.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,0BAA6B,CAAC;IACvC,MAAM,OAAO,QAAe,CAAC;IAE7B,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
@@ -33,30 +33,30 @@ export declare namespace GetNodeUserUsageByRangeCommand {
33
33
  date: Date;
34
34
  username: string;
35
35
  userUuid: string;
36
- nodeUuid: string;
37
36
  total: number;
37
+ nodeUuid: string;
38
38
  }, {
39
39
  date: string;
40
40
  username: string;
41
41
  userUuid: string;
42
- nodeUuid: string;
43
42
  total: number;
43
+ nodeUuid: string;
44
44
  }>, "many">;
45
45
  }, "strip", z.ZodTypeAny, {
46
46
  response: {
47
47
  date: Date;
48
48
  username: string;
49
49
  userUuid: string;
50
- nodeUuid: string;
51
50
  total: number;
51
+ nodeUuid: string;
52
52
  }[];
53
53
  }, {
54
54
  response: {
55
55
  date: string;
56
56
  username: string;
57
57
  userUuid: string;
58
- nodeUuid: string;
59
58
  total: number;
59
+ nodeUuid: string;
60
60
  }[];
61
61
  }>;
62
62
  type Response = z.infer<typeof ResponseSchema>;
@@ -28,8 +28,8 @@ export declare namespace GetNodesUsageByRangeCommand {
28
28
  }, "strip", z.ZodTypeAny, {
29
29
  date: Date;
30
30
  nodeName: string;
31
- nodeUuid: string;
32
31
  total: number;
32
+ nodeUuid: string;
33
33
  totalDownload: number;
34
34
  totalUpload: number;
35
35
  humanReadableTotal: string;
@@ -38,8 +38,8 @@ export declare namespace GetNodesUsageByRangeCommand {
38
38
  }, {
39
39
  date: string;
40
40
  nodeName: string;
41
- nodeUuid: string;
42
41
  total: number;
42
+ nodeUuid: string;
43
43
  totalDownload: number;
44
44
  totalUpload: number;
45
45
  humanReadableTotal: string;
@@ -50,8 +50,8 @@ export declare namespace GetNodesUsageByRangeCommand {
50
50
  response: {
51
51
  date: Date;
52
52
  nodeName: string;
53
- nodeUuid: string;
54
53
  total: number;
54
+ nodeUuid: string;
55
55
  totalDownload: number;
56
56
  totalUpload: number;
57
57
  humanReadableTotal: string;
@@ -62,8 +62,8 @@ export declare namespace GetNodesUsageByRangeCommand {
62
62
  response: {
63
63
  date: string;
64
64
  nodeName: string;
65
- nodeUuid: string;
66
65
  total: number;
66
+ nodeUuid: string;
67
67
  totalDownload: number;
68
68
  totalUpload: number;
69
69
  humanReadableTotal: string;