@remnawave/backend-contract 2.0.0-alpha.28 → 2.0.0-alpha.4

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 -31
  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 -31
  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 -31
  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 -31
  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 -31
  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 -52
  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 -31
  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 -31
  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 -11
  32. package/build/backend/commands/hosts/reorder.command.d.ts.map +1 -1
  33. package/build/backend/commands/hosts/update.command.d.ts +21 -63
  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 -21
  79. package/build/backend/models/hosts.schema.d.ts.map +1 -1
  80. package/build/backend/models/hosts.schema.js +2 -5
  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 -5
  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
@@ -32,84 +32,35 @@ export declare namespace ReorderNodeCommand {
32
32
  totalRam: z.ZodNullable<z.ZodString>;
33
33
  createdAt: z.ZodEffects<z.ZodString, Date, string>;
34
34
  updatedAt: z.ZodEffects<z.ZodString, Date, string>;
35
- configProfile: z.ZodObject<{
36
- activeConfigProfileUuid: z.ZodNullable<z.ZodString>;
37
- activeInbounds: z.ZodArray<z.ZodObject<{
38
- uuid: z.ZodString;
39
- profileUuid: z.ZodString;
40
- tag: z.ZodString;
41
- type: z.ZodString;
42
- network: z.ZodNullable<z.ZodString>;
43
- security: z.ZodNullable<z.ZodString>;
44
- port: z.ZodNullable<z.ZodNumber>;
45
- rawInbound: z.ZodNullable<z.ZodUnknown>;
46
- }, "strip", z.ZodTypeAny, {
47
- type: string;
48
- uuid: string;
49
- profileUuid: string;
50
- tag: string;
51
- network: string | null;
52
- security: string | null;
53
- port: number | null;
54
- rawInbound?: unknown;
55
- }, {
56
- type: string;
57
- uuid: string;
58
- profileUuid: string;
59
- tag: string;
60
- network: string | null;
61
- security: string | null;
62
- port: number | null;
63
- rawInbound?: unknown;
64
- }>, "many">;
65
- }, "strip", z.ZodTypeAny, {
66
- activeConfigProfileUuid: string | null;
67
- activeInbounds: {
68
- type: string;
69
- uuid: string;
70
- profileUuid: string;
71
- tag: string;
72
- network: string | null;
73
- security: string | null;
74
- port: number | null;
75
- rawInbound?: unknown;
76
- }[];
77
- }, {
78
- activeConfigProfileUuid: string | null;
79
- activeInbounds: {
80
- type: string;
81
- uuid: string;
82
- profileUuid: string;
83
- tag: string;
84
- network: string | null;
85
- security: string | null;
86
- port: number | null;
87
- rawInbound?: unknown;
88
- }[];
89
- }>;
90
- providerUuid: z.ZodNullable<z.ZodString>;
91
- provider: z.ZodNullable<z.ZodObject<{
35
+ activeConfigProfileUuid: z.ZodNullable<z.ZodString>;
36
+ activeInbounds: z.ZodNullable<z.ZodArray<z.ZodObject<{
92
37
  uuid: z.ZodString;
93
- name: z.ZodString;
94
- faviconLink: z.ZodNullable<z.ZodString>;
95
- loginUrl: z.ZodNullable<z.ZodString>;
96
- createdAt: z.ZodEffects<z.ZodString, Date, string>;
97
- updatedAt: z.ZodEffects<z.ZodString, Date, string>;
38
+ profileUuid: z.ZodString;
39
+ tag: z.ZodString;
40
+ type: z.ZodString;
41
+ network: z.ZodNullable<z.ZodString>;
42
+ security: z.ZodNullable<z.ZodString>;
43
+ port: z.ZodNullable<z.ZodNumber>;
44
+ rawInbound: z.ZodNullable<z.ZodUnknown>;
98
45
  }, "strip", z.ZodTypeAny, {
46
+ type: string;
99
47
  uuid: string;
100
- createdAt: Date;
101
- updatedAt: Date;
102
- name: string;
103
- faviconLink: string | null;
104
- loginUrl: string | null;
48
+ profileUuid: string;
49
+ tag: string;
50
+ network: string | null;
51
+ security: string | null;
52
+ port: number | null;
53
+ rawInbound?: unknown;
105
54
  }, {
55
+ type: string;
106
56
  uuid: string;
107
- createdAt: string;
108
- updatedAt: string;
109
- name: string;
110
- faviconLink: string | null;
111
- loginUrl: string | null;
112
- }>>;
57
+ profileUuid: string;
58
+ tag: string;
59
+ network: string | null;
60
+ security: string | null;
61
+ port: number | null;
62
+ rawInbound?: unknown;
63
+ }>, "many">>;
113
64
  }, "uuid" | "viewPosition">, "strip", z.ZodTypeAny, {
114
65
  uuid: string;
115
66
  viewPosition: number;
@@ -158,84 +109,35 @@ export declare namespace ReorderNodeCommand {
158
109
  totalRam: z.ZodNullable<z.ZodString>;
159
110
  createdAt: z.ZodEffects<z.ZodString, Date, string>;
160
111
  updatedAt: z.ZodEffects<z.ZodString, Date, string>;
161
- configProfile: z.ZodObject<{
162
- activeConfigProfileUuid: z.ZodNullable<z.ZodString>;
163
- activeInbounds: z.ZodArray<z.ZodObject<{
164
- uuid: z.ZodString;
165
- profileUuid: z.ZodString;
166
- tag: z.ZodString;
167
- type: z.ZodString;
168
- network: z.ZodNullable<z.ZodString>;
169
- security: z.ZodNullable<z.ZodString>;
170
- port: z.ZodNullable<z.ZodNumber>;
171
- rawInbound: z.ZodNullable<z.ZodUnknown>;
172
- }, "strip", z.ZodTypeAny, {
173
- type: string;
174
- uuid: string;
175
- profileUuid: string;
176
- tag: string;
177
- network: string | null;
178
- security: string | null;
179
- port: number | null;
180
- rawInbound?: unknown;
181
- }, {
182
- type: string;
183
- uuid: string;
184
- profileUuid: string;
185
- tag: string;
186
- network: string | null;
187
- security: string | null;
188
- port: number | null;
189
- rawInbound?: unknown;
190
- }>, "many">;
191
- }, "strip", z.ZodTypeAny, {
192
- activeConfigProfileUuid: string | null;
193
- activeInbounds: {
194
- type: string;
195
- uuid: string;
196
- profileUuid: string;
197
- tag: string;
198
- network: string | null;
199
- security: string | null;
200
- port: number | null;
201
- rawInbound?: unknown;
202
- }[];
203
- }, {
204
- activeConfigProfileUuid: string | null;
205
- activeInbounds: {
206
- type: string;
207
- uuid: string;
208
- profileUuid: string;
209
- tag: string;
210
- network: string | null;
211
- security: string | null;
212
- port: number | null;
213
- rawInbound?: unknown;
214
- }[];
215
- }>;
216
- providerUuid: z.ZodNullable<z.ZodString>;
217
- provider: z.ZodNullable<z.ZodObject<{
112
+ activeConfigProfileUuid: z.ZodNullable<z.ZodString>;
113
+ activeInbounds: z.ZodNullable<z.ZodArray<z.ZodObject<{
218
114
  uuid: z.ZodString;
219
- name: z.ZodString;
220
- faviconLink: z.ZodNullable<z.ZodString>;
221
- loginUrl: z.ZodNullable<z.ZodString>;
222
- createdAt: z.ZodEffects<z.ZodString, Date, string>;
223
- updatedAt: z.ZodEffects<z.ZodString, Date, string>;
115
+ profileUuid: z.ZodString;
116
+ tag: z.ZodString;
117
+ type: z.ZodString;
118
+ network: z.ZodNullable<z.ZodString>;
119
+ security: z.ZodNullable<z.ZodString>;
120
+ port: z.ZodNullable<z.ZodNumber>;
121
+ rawInbound: z.ZodNullable<z.ZodUnknown>;
224
122
  }, "strip", z.ZodTypeAny, {
123
+ type: string;
225
124
  uuid: string;
226
- createdAt: Date;
227
- updatedAt: Date;
228
- name: string;
229
- faviconLink: string | null;
230
- loginUrl: string | null;
125
+ profileUuid: string;
126
+ tag: string;
127
+ network: string | null;
128
+ security: string | null;
129
+ port: number | null;
130
+ rawInbound?: unknown;
231
131
  }, {
132
+ type: string;
232
133
  uuid: string;
233
- createdAt: string;
234
- updatedAt: string;
235
- name: string;
236
- faviconLink: string | null;
237
- loginUrl: string | null;
238
- }>>;
134
+ profileUuid: string;
135
+ tag: string;
136
+ network: string | null;
137
+ security: string | null;
138
+ port: number | null;
139
+ rawInbound?: unknown;
140
+ }>, "many">>;
239
141
  }, "strip", z.ZodTypeAny, {
240
142
  uuid: string;
241
143
  createdAt: Date;
@@ -264,28 +166,17 @@ export declare namespace ReorderNodeCommand {
264
166
  cpuCount: number | null;
265
167
  cpuModel: string | null;
266
168
  totalRam: string | null;
267
- configProfile: {
268
- activeConfigProfileUuid: string | null;
269
- activeInbounds: {
270
- type: string;
271
- uuid: string;
272
- profileUuid: string;
273
- tag: string;
274
- network: string | null;
275
- security: string | null;
276
- port: number | null;
277
- rawInbound?: unknown;
278
- }[];
279
- };
280
- providerUuid: string | null;
281
- provider: {
169
+ activeConfigProfileUuid: string | null;
170
+ activeInbounds: {
171
+ type: string;
282
172
  uuid: string;
283
- createdAt: Date;
284
- updatedAt: Date;
285
- name: string;
286
- faviconLink: string | null;
287
- loginUrl: string | null;
288
- } | null;
173
+ profileUuid: string;
174
+ tag: string;
175
+ network: string | null;
176
+ security: string | null;
177
+ port: number | null;
178
+ rawInbound?: unknown;
179
+ }[] | null;
289
180
  }, {
290
181
  uuid: string;
291
182
  createdAt: string;
@@ -314,28 +205,17 @@ export declare namespace ReorderNodeCommand {
314
205
  cpuCount: number | null;
315
206
  cpuModel: string | null;
316
207
  totalRam: string | null;
317
- configProfile: {
318
- activeConfigProfileUuid: string | null;
319
- activeInbounds: {
320
- type: string;
321
- uuid: string;
322
- profileUuid: string;
323
- tag: string;
324
- network: string | null;
325
- security: string | null;
326
- port: number | null;
327
- rawInbound?: unknown;
328
- }[];
329
- };
330
- providerUuid: string | null;
331
- provider: {
208
+ activeConfigProfileUuid: string | null;
209
+ activeInbounds: {
210
+ type: string;
332
211
  uuid: string;
333
- createdAt: string;
334
- updatedAt: string;
335
- name: string;
336
- faviconLink: string | null;
337
- loginUrl: string | null;
338
- } | null;
212
+ profileUuid: string;
213
+ tag: string;
214
+ network: string | null;
215
+ security: string | null;
216
+ port: number | null;
217
+ rawInbound?: unknown;
218
+ }[] | null;
339
219
  }>, "many">;
340
220
  }, "strip", z.ZodTypeAny, {
341
221
  response: {
@@ -366,28 +246,17 @@ export declare namespace ReorderNodeCommand {
366
246
  cpuCount: number | null;
367
247
  cpuModel: string | null;
368
248
  totalRam: string | null;
369
- configProfile: {
370
- activeConfigProfileUuid: string | null;
371
- activeInbounds: {
372
- type: string;
373
- uuid: string;
374
- profileUuid: string;
375
- tag: string;
376
- network: string | null;
377
- security: string | null;
378
- port: number | null;
379
- rawInbound?: unknown;
380
- }[];
381
- };
382
- providerUuid: string | null;
383
- provider: {
249
+ activeConfigProfileUuid: string | null;
250
+ activeInbounds: {
251
+ type: string;
384
252
  uuid: string;
385
- createdAt: Date;
386
- updatedAt: Date;
387
- name: string;
388
- faviconLink: string | null;
389
- loginUrl: string | null;
390
- } | null;
253
+ profileUuid: string;
254
+ tag: string;
255
+ network: string | null;
256
+ security: string | null;
257
+ port: number | null;
258
+ rawInbound?: unknown;
259
+ }[] | null;
391
260
  }[];
392
261
  }, {
393
262
  response: {
@@ -418,28 +287,17 @@ export declare namespace ReorderNodeCommand {
418
287
  cpuCount: number | null;
419
288
  cpuModel: string | null;
420
289
  totalRam: string | null;
421
- configProfile: {
422
- activeConfigProfileUuid: string | null;
423
- activeInbounds: {
424
- type: string;
425
- uuid: string;
426
- profileUuid: string;
427
- tag: string;
428
- network: string | null;
429
- security: string | null;
430
- port: number | null;
431
- rawInbound?: unknown;
432
- }[];
433
- };
434
- providerUuid: string | null;
435
- provider: {
290
+ activeConfigProfileUuid: string | null;
291
+ activeInbounds: {
292
+ type: string;
436
293
  uuid: string;
437
- createdAt: string;
438
- updatedAt: string;
439
- name: string;
440
- faviconLink: string | null;
441
- loginUrl: string | null;
442
- } | null;
294
+ profileUuid: string;
295
+ tag: string;
296
+ network: string | null;
297
+ security: string | null;
298
+ port: number | null;
299
+ rawInbound?: unknown;
300
+ }[] | null;
443
301
  }[];
444
302
  }>;
445
303
  type Response = z.infer<typeof ResponseSchema>;
@@ -1 +1 @@
1
- {"version":3,"file":"reorder.command.d.ts","sourceRoot":"","sources":["../../../../../commands/nodes/actions/reorder.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,kBAAkB,CAAC;IACzB,MAAM,GAAG,8BAAiC,CAAC;IAC3C,MAAM,OAAO,8BAAM,CAAC;IAEpB,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAOxB,CAAC;IACH,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":"reorder.command.d.ts","sourceRoot":"","sources":["../../../../../commands/nodes/actions/reorder.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,kBAAkB,CAAC;IACzB,MAAM,GAAG,8BAAiC,CAAC;IAC3C,MAAM,OAAO,8BAAM,CAAC;IAEpB,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAOxB,CAAC;IACH,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"}