@remnawave/backend-contract 2.0.0-alpha.1 → 2.0.0-alpha.10

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 (126) hide show
  1. package/build/backend/api/controllers/index.d.ts +1 -0
  2. package/build/backend/api/controllers/index.d.ts.map +1 -1
  3. package/build/backend/api/controllers/index.js +1 -0
  4. package/build/backend/api/controllers/infra-billing.d.ts +16 -0
  5. package/build/backend/api/controllers/infra-billing.d.ts.map +1 -0
  6. package/build/backend/api/controllers/infra-billing.js +22 -0
  7. package/build/backend/api/controllers/users.d.ts +1 -0
  8. package/build/backend/api/controllers/users.d.ts.map +1 -1
  9. package/build/backend/api/controllers/users.js +1 -0
  10. package/build/backend/api/routes.d.ts +15 -0
  11. package/build/backend/api/routes.d.ts.map +1 -1
  12. package/build/backend/api/routes.js +15 -0
  13. package/build/backend/commands/config-profiles/create-config-profile.command.d.ts +7 -0
  14. package/build/backend/commands/config-profiles/create-config-profile.command.d.ts.map +1 -1
  15. package/build/backend/commands/config-profiles/create-config-profile.command.js +2 -2
  16. package/build/backend/commands/config-profiles/get-all-inbounds.command.d.ts +7 -0
  17. package/build/backend/commands/config-profiles/get-all-inbounds.command.d.ts.map +1 -1
  18. package/build/backend/commands/config-profiles/get-config-profile-by-uuid.command.d.ts +7 -0
  19. package/build/backend/commands/config-profiles/get-config-profile-by-uuid.command.d.ts.map +1 -1
  20. package/build/backend/commands/config-profiles/get-config-profiles.command.d.ts +9 -0
  21. package/build/backend/commands/config-profiles/get-config-profiles.command.d.ts.map +1 -1
  22. package/build/backend/commands/config-profiles/get-inbounds-by-profile-uuid.command.d.ts +7 -0
  23. package/build/backend/commands/config-profiles/get-inbounds-by-profile-uuid.command.d.ts.map +1 -1
  24. package/build/backend/commands/config-profiles/update-config-profile.command.d.ts +7 -0
  25. package/build/backend/commands/config-profiles/update-config-profile.command.d.ts.map +1 -1
  26. package/build/backend/commands/hosts/create.command.d.ts +6 -6
  27. package/build/backend/commands/hosts/create.command.d.ts.map +1 -1
  28. package/build/backend/commands/hosts/create.command.js +4 -2
  29. package/build/backend/commands/index.d.ts +1 -0
  30. package/build/backend/commands/index.d.ts.map +1 -1
  31. package/build/backend/commands/index.js +1 -0
  32. package/build/backend/commands/infra-billing/create-infra-provider.command.d.ts +123 -0
  33. package/build/backend/commands/infra-billing/create-infra-provider.command.d.ts.map +1 -0
  34. package/build/backend/commands/infra-billing/create-infra-provider.command.js +24 -0
  35. package/build/backend/commands/infra-billing/delete-infra-provider-by-uuid.command.d.ts +33 -0
  36. package/build/backend/commands/infra-billing/delete-infra-provider-by-uuid.command.d.ts.map +1 -0
  37. package/build/backend/commands/infra-billing/delete-infra-provider-by-uuid.command.js +20 -0
  38. package/build/backend/commands/infra-billing/get-infra-provider-by-uuid.command.d.ts +117 -0
  39. package/build/backend/commands/infra-billing/get-infra-provider-by-uuid.command.d.ts.map +1 -0
  40. package/build/backend/commands/infra-billing/get-infra-provider-by-uuid.command.js +19 -0
  41. package/build/backend/commands/infra-billing/get-infra-providers.command.d.ts +156 -0
  42. package/build/backend/commands/infra-billing/get-infra-providers.command.d.ts.map +1 -0
  43. package/build/backend/commands/infra-billing/get-infra-providers.command.js +19 -0
  44. package/build/backend/commands/infra-billing/index.d.ts +6 -0
  45. package/build/backend/commands/infra-billing/index.d.ts.map +1 -0
  46. package/build/backend/commands/infra-billing/index.js +21 -0
  47. package/build/backend/commands/infra-billing/update-infra-provider.command.d.ts +126 -0
  48. package/build/backend/commands/infra-billing/update-infra-provider.command.d.ts.map +1 -0
  49. package/build/backend/commands/infra-billing/update-infra-provider.command.js +26 -0
  50. package/build/backend/commands/internal-squads/create-internal-squad.command.d.ts +7 -0
  51. package/build/backend/commands/internal-squads/create-internal-squad.command.d.ts.map +1 -1
  52. package/build/backend/commands/internal-squads/create-internal-squad.command.js +2 -2
  53. package/build/backend/commands/internal-squads/get-internal-squad-by-uuid..d.ts +7 -0
  54. package/build/backend/commands/internal-squads/get-internal-squad-by-uuid..d.ts.map +1 -1
  55. package/build/backend/commands/internal-squads/get-internal-squads.command.d.ts +9 -0
  56. package/build/backend/commands/internal-squads/get-internal-squads.command.d.ts.map +1 -1
  57. package/build/backend/commands/internal-squads/update-internal-squad.command.d.ts +7 -0
  58. package/build/backend/commands/internal-squads/update-internal-squad.command.d.ts.map +1 -1
  59. package/build/backend/commands/nodes/actions/disable.command.d.ts +143 -0
  60. package/build/backend/commands/nodes/actions/disable.command.d.ts.map +1 -1
  61. package/build/backend/commands/nodes/actions/enable.command.d.ts +143 -0
  62. package/build/backend/commands/nodes/actions/enable.command.d.ts.map +1 -1
  63. package/build/backend/commands/nodes/actions/reorder.command.d.ts +210 -0
  64. package/build/backend/commands/nodes/actions/reorder.command.d.ts.map +1 -1
  65. package/build/backend/commands/nodes/create.command.d.ts +146 -0
  66. package/build/backend/commands/nodes/create.command.d.ts.map +1 -1
  67. package/build/backend/commands/nodes/create.command.js +1 -0
  68. package/build/backend/commands/nodes/get-all.command.d.ts +143 -0
  69. package/build/backend/commands/nodes/get-all.command.d.ts.map +1 -1
  70. package/build/backend/commands/nodes/get-one.command.d.ts +143 -0
  71. package/build/backend/commands/nodes/get-one.command.d.ts.map +1 -1
  72. package/build/backend/commands/nodes/stats/get-node-user-usage-by-range.command.d.ts +4 -4
  73. package/build/backend/commands/nodes/stats/get-nodes-usage-by-range.command.d.ts +4 -4
  74. package/build/backend/commands/nodes/update.command.d.ts +213 -0
  75. package/build/backend/commands/nodes/update.command.d.ts.map +1 -1
  76. package/build/backend/commands/nodes/update.command.js +1 -0
  77. package/build/backend/commands/users/get-user-accessible-nodes.command.d.ts +114 -0
  78. package/build/backend/commands/users/get-user-accessible-nodes.command.d.ts.map +1 -0
  79. package/build/backend/commands/users/get-user-accessible-nodes.command.js +31 -0
  80. package/build/backend/commands/users/get-user-usage-by-range.command.d.ts +4 -4
  81. package/build/backend/commands/users/index.d.ts +1 -0
  82. package/build/backend/commands/users/index.d.ts.map +1 -1
  83. package/build/backend/commands/users/index.js +1 -0
  84. package/build/backend/constants/errors/errors.d.ts +35 -0
  85. package/build/backend/constants/errors/errors.d.ts.map +1 -1
  86. package/build/backend/constants/errors/errors.js +35 -0
  87. package/build/backend/models/config-profile-inbounds.schema.d.ts +3 -0
  88. package/build/backend/models/config-profile-inbounds.schema.d.ts.map +1 -1
  89. package/build/backend/models/config-profile-inbounds.schema.js +1 -0
  90. package/build/backend/models/config-profile.schema.d.ts +5 -0
  91. package/build/backend/models/config-profile.schema.d.ts.map +1 -1
  92. package/build/backend/models/index.d.ts +1 -0
  93. package/build/backend/models/index.d.ts.map +1 -1
  94. package/build/backend/models/index.js +1 -0
  95. package/build/backend/models/infra-provider.schema.d.ts +65 -0
  96. package/build/backend/models/infra-provider.schema.d.ts.map +1 -0
  97. package/build/backend/models/infra-provider.schema.js +27 -0
  98. package/build/backend/models/internal-squad.schema.d.ts +5 -0
  99. package/build/backend/models/internal-squad.schema.d.ts.map +1 -1
  100. package/build/backend/models/nodes.schema.d.ts +105 -0
  101. package/build/backend/models/nodes.schema.d.ts.map +1 -1
  102. package/build/backend/models/nodes.schema.js +3 -0
  103. package/build/frontend/api/controllers/index.js +1 -0
  104. package/build/frontend/api/controllers/infra-billing.js +22 -0
  105. package/build/frontend/api/controllers/users.js +1 -0
  106. package/build/frontend/api/routes.js +15 -0
  107. package/build/frontend/commands/config-profiles/create-config-profile.command.js +2 -2
  108. package/build/frontend/commands/hosts/create.command.js +4 -2
  109. package/build/frontend/commands/index.js +1 -0
  110. package/build/frontend/commands/infra-billing/create-infra-provider.command.js +24 -0
  111. package/build/frontend/commands/infra-billing/delete-infra-provider-by-uuid.command.js +20 -0
  112. package/build/frontend/commands/infra-billing/get-infra-provider-by-uuid.command.js +19 -0
  113. package/build/frontend/commands/infra-billing/get-infra-providers.command.js +19 -0
  114. package/build/frontend/commands/infra-billing/index.js +21 -0
  115. package/build/frontend/commands/infra-billing/update-infra-provider.command.js +26 -0
  116. package/build/frontend/commands/internal-squads/create-internal-squad.command.js +2 -2
  117. package/build/frontend/commands/nodes/create.command.js +1 -0
  118. package/build/frontend/commands/nodes/update.command.js +1 -0
  119. package/build/frontend/commands/users/get-user-accessible-nodes.command.js +31 -0
  120. package/build/frontend/commands/users/index.js +1 -0
  121. package/build/frontend/constants/errors/errors.js +35 -0
  122. package/build/frontend/models/config-profile-inbounds.schema.js +1 -0
  123. package/build/frontend/models/index.js +1 -0
  124. package/build/frontend/models/infra-provider.schema.js +27 -0
  125. package/build/frontend/models/nodes.schema.js +3 -0
  126. package/package.json +1 -1
@@ -49,6 +49,7 @@ export declare namespace EnableNodeCommand {
49
49
  network: z.ZodNullable<z.ZodString>;
50
50
  security: z.ZodNullable<z.ZodString>;
51
51
  port: z.ZodNullable<z.ZodNumber>;
52
+ rawInbound: z.ZodNullable<z.ZodUnknown>;
52
53
  }, "strip", z.ZodTypeAny, {
53
54
  type: string;
54
55
  uuid: string;
@@ -57,6 +58,7 @@ export declare namespace EnableNodeCommand {
57
58
  network: string | null;
58
59
  security: string | null;
59
60
  port: number | null;
61
+ rawInbound?: unknown;
60
62
  }, {
61
63
  type: string;
62
64
  uuid: string;
@@ -65,7 +67,72 @@ export declare namespace EnableNodeCommand {
65
67
  network: string | null;
66
68
  security: string | null;
67
69
  port: number | null;
70
+ rawInbound?: unknown;
68
71
  }>, "many">>;
72
+ providerUuid: z.ZodNullable<z.ZodString>;
73
+ provider: z.ZodNullable<z.ZodObject<{
74
+ uuid: z.ZodString;
75
+ name: z.ZodString;
76
+ faviconLink: z.ZodNullable<z.ZodString>;
77
+ loginUrl: z.ZodNullable<z.ZodString>;
78
+ createdAt: z.ZodEffects<z.ZodString, Date, string>;
79
+ updatedAt: z.ZodEffects<z.ZodString, Date, string>;
80
+ billingHistory: z.ZodObject<{
81
+ totalAmount: z.ZodNumber;
82
+ totalBills: z.ZodNumber;
83
+ }, "strip", z.ZodTypeAny, {
84
+ totalAmount: number;
85
+ totalBills: number;
86
+ }, {
87
+ totalAmount: number;
88
+ totalBills: number;
89
+ }>;
90
+ billingNodes: z.ZodArray<z.ZodObject<{
91
+ nodeUuid: z.ZodString;
92
+ name: z.ZodString;
93
+ countryCode: z.ZodString;
94
+ }, "strip", z.ZodTypeAny, {
95
+ name: string;
96
+ countryCode: string;
97
+ nodeUuid: string;
98
+ }, {
99
+ name: string;
100
+ countryCode: string;
101
+ nodeUuid: string;
102
+ }>, "many">;
103
+ }, "strip", z.ZodTypeAny, {
104
+ uuid: string;
105
+ createdAt: Date;
106
+ updatedAt: Date;
107
+ name: string;
108
+ faviconLink: string | null;
109
+ loginUrl: string | null;
110
+ billingHistory: {
111
+ totalAmount: number;
112
+ totalBills: number;
113
+ };
114
+ billingNodes: {
115
+ name: string;
116
+ countryCode: string;
117
+ nodeUuid: string;
118
+ }[];
119
+ }, {
120
+ uuid: string;
121
+ createdAt: string;
122
+ updatedAt: string;
123
+ name: string;
124
+ faviconLink: string | null;
125
+ loginUrl: string | null;
126
+ billingHistory: {
127
+ totalAmount: number;
128
+ totalBills: number;
129
+ };
130
+ billingNodes: {
131
+ name: string;
132
+ countryCode: string;
133
+ nodeUuid: string;
134
+ }[];
135
+ }>>;
69
136
  }, "strip", z.ZodTypeAny, {
70
137
  uuid: string;
71
138
  createdAt: Date;
@@ -103,7 +170,26 @@ export declare namespace EnableNodeCommand {
103
170
  network: string | null;
104
171
  security: string | null;
105
172
  port: number | null;
173
+ rawInbound?: unknown;
106
174
  }[] | null;
175
+ providerUuid: string | null;
176
+ provider: {
177
+ uuid: string;
178
+ createdAt: Date;
179
+ updatedAt: Date;
180
+ name: string;
181
+ faviconLink: string | null;
182
+ loginUrl: string | null;
183
+ billingHistory: {
184
+ totalAmount: number;
185
+ totalBills: number;
186
+ };
187
+ billingNodes: {
188
+ name: string;
189
+ countryCode: string;
190
+ nodeUuid: string;
191
+ }[];
192
+ } | null;
107
193
  }, {
108
194
  uuid: string;
109
195
  createdAt: string;
@@ -141,7 +227,26 @@ export declare namespace EnableNodeCommand {
141
227
  network: string | null;
142
228
  security: string | null;
143
229
  port: number | null;
230
+ rawInbound?: unknown;
144
231
  }[] | null;
232
+ providerUuid: string | null;
233
+ provider: {
234
+ uuid: string;
235
+ createdAt: string;
236
+ updatedAt: string;
237
+ name: string;
238
+ faviconLink: string | null;
239
+ loginUrl: string | null;
240
+ billingHistory: {
241
+ totalAmount: number;
242
+ totalBills: number;
243
+ };
244
+ billingNodes: {
245
+ name: string;
246
+ countryCode: string;
247
+ nodeUuid: string;
248
+ }[];
249
+ } | null;
145
250
  }>;
146
251
  }, "strip", z.ZodTypeAny, {
147
252
  response: {
@@ -181,7 +286,26 @@ export declare namespace EnableNodeCommand {
181
286
  network: string | null;
182
287
  security: string | null;
183
288
  port: number | null;
289
+ rawInbound?: unknown;
184
290
  }[] | null;
291
+ providerUuid: string | null;
292
+ provider: {
293
+ uuid: string;
294
+ createdAt: Date;
295
+ updatedAt: Date;
296
+ name: string;
297
+ faviconLink: string | null;
298
+ loginUrl: string | null;
299
+ billingHistory: {
300
+ totalAmount: number;
301
+ totalBills: number;
302
+ };
303
+ billingNodes: {
304
+ name: string;
305
+ countryCode: string;
306
+ nodeUuid: string;
307
+ }[];
308
+ } | null;
185
309
  };
186
310
  }, {
187
311
  response: {
@@ -221,7 +345,26 @@ export declare namespace EnableNodeCommand {
221
345
  network: string | null;
222
346
  security: string | null;
223
347
  port: number | null;
348
+ rawInbound?: unknown;
224
349
  }[] | null;
350
+ providerUuid: string | null;
351
+ provider: {
352
+ uuid: string;
353
+ createdAt: string;
354
+ updatedAt: string;
355
+ name: string;
356
+ faviconLink: string | null;
357
+ loginUrl: string | null;
358
+ billingHistory: {
359
+ totalAmount: number;
360
+ totalBills: number;
361
+ };
362
+ billingNodes: {
363
+ name: string;
364
+ countryCode: string;
365
+ nodeUuid: string;
366
+ }[];
367
+ } | null;
225
368
  };
226
369
  }>;
227
370
  type Response = z.infer<typeof ResponseSchema>;
@@ -1 +1 @@
1
- {"version":3,"file":"enable.command.d.ts","sourceRoot":"","sources":["../../../../../commands/nodes/actions/enable.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,0BAAgC,CAAC;IAC1C,MAAM,OAAO,QAAe,CAAC;IAE7B,MAAM,eAAe,8CAI3B,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":"enable.command.d.ts","sourceRoot":"","sources":["../../../../../commands/nodes/actions/enable.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,0BAAgC,CAAC;IAC1C,MAAM,OAAO,QAAe,CAAC;IAE7B,MAAM,eAAe,8CAI3B,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"}
@@ -41,6 +41,7 @@ export declare namespace ReorderNodeCommand {
41
41
  network: z.ZodNullable<z.ZodString>;
42
42
  security: z.ZodNullable<z.ZodString>;
43
43
  port: z.ZodNullable<z.ZodNumber>;
44
+ rawInbound: z.ZodNullable<z.ZodUnknown>;
44
45
  }, "strip", z.ZodTypeAny, {
45
46
  type: string;
46
47
  uuid: string;
@@ -49,6 +50,7 @@ export declare namespace ReorderNodeCommand {
49
50
  network: string | null;
50
51
  security: string | null;
51
52
  port: number | null;
53
+ rawInbound?: unknown;
52
54
  }, {
53
55
  type: string;
54
56
  uuid: string;
@@ -57,7 +59,72 @@ export declare namespace ReorderNodeCommand {
57
59
  network: string | null;
58
60
  security: string | null;
59
61
  port: number | null;
62
+ rawInbound?: unknown;
60
63
  }>, "many">>;
64
+ providerUuid: z.ZodNullable<z.ZodString>;
65
+ provider: z.ZodNullable<z.ZodObject<{
66
+ uuid: z.ZodString;
67
+ name: z.ZodString;
68
+ faviconLink: z.ZodNullable<z.ZodString>;
69
+ loginUrl: z.ZodNullable<z.ZodString>;
70
+ createdAt: z.ZodEffects<z.ZodString, Date, string>;
71
+ updatedAt: z.ZodEffects<z.ZodString, Date, string>;
72
+ billingHistory: z.ZodObject<{
73
+ totalAmount: z.ZodNumber;
74
+ totalBills: z.ZodNumber;
75
+ }, "strip", z.ZodTypeAny, {
76
+ totalAmount: number;
77
+ totalBills: number;
78
+ }, {
79
+ totalAmount: number;
80
+ totalBills: number;
81
+ }>;
82
+ billingNodes: z.ZodArray<z.ZodObject<{
83
+ nodeUuid: z.ZodString;
84
+ name: z.ZodString;
85
+ countryCode: z.ZodString;
86
+ }, "strip", z.ZodTypeAny, {
87
+ name: string;
88
+ countryCode: string;
89
+ nodeUuid: string;
90
+ }, {
91
+ name: string;
92
+ countryCode: string;
93
+ nodeUuid: string;
94
+ }>, "many">;
95
+ }, "strip", z.ZodTypeAny, {
96
+ uuid: string;
97
+ createdAt: Date;
98
+ updatedAt: Date;
99
+ name: string;
100
+ faviconLink: string | null;
101
+ loginUrl: string | null;
102
+ billingHistory: {
103
+ totalAmount: number;
104
+ totalBills: number;
105
+ };
106
+ billingNodes: {
107
+ name: string;
108
+ countryCode: string;
109
+ nodeUuid: string;
110
+ }[];
111
+ }, {
112
+ uuid: string;
113
+ createdAt: string;
114
+ updatedAt: string;
115
+ name: string;
116
+ faviconLink: string | null;
117
+ loginUrl: string | null;
118
+ billingHistory: {
119
+ totalAmount: number;
120
+ totalBills: number;
121
+ };
122
+ billingNodes: {
123
+ name: string;
124
+ countryCode: string;
125
+ nodeUuid: string;
126
+ }[];
127
+ }>>;
61
128
  }, "uuid" | "viewPosition">, "strip", z.ZodTypeAny, {
62
129
  uuid: string;
63
130
  viewPosition: number;
@@ -115,6 +182,7 @@ export declare namespace ReorderNodeCommand {
115
182
  network: z.ZodNullable<z.ZodString>;
116
183
  security: z.ZodNullable<z.ZodString>;
117
184
  port: z.ZodNullable<z.ZodNumber>;
185
+ rawInbound: z.ZodNullable<z.ZodUnknown>;
118
186
  }, "strip", z.ZodTypeAny, {
119
187
  type: string;
120
188
  uuid: string;
@@ -123,6 +191,7 @@ export declare namespace ReorderNodeCommand {
123
191
  network: string | null;
124
192
  security: string | null;
125
193
  port: number | null;
194
+ rawInbound?: unknown;
126
195
  }, {
127
196
  type: string;
128
197
  uuid: string;
@@ -131,7 +200,72 @@ export declare namespace ReorderNodeCommand {
131
200
  network: string | null;
132
201
  security: string | null;
133
202
  port: number | null;
203
+ rawInbound?: unknown;
134
204
  }>, "many">>;
205
+ providerUuid: z.ZodNullable<z.ZodString>;
206
+ provider: z.ZodNullable<z.ZodObject<{
207
+ uuid: z.ZodString;
208
+ name: z.ZodString;
209
+ faviconLink: z.ZodNullable<z.ZodString>;
210
+ loginUrl: z.ZodNullable<z.ZodString>;
211
+ createdAt: z.ZodEffects<z.ZodString, Date, string>;
212
+ updatedAt: z.ZodEffects<z.ZodString, Date, string>;
213
+ billingHistory: z.ZodObject<{
214
+ totalAmount: z.ZodNumber;
215
+ totalBills: z.ZodNumber;
216
+ }, "strip", z.ZodTypeAny, {
217
+ totalAmount: number;
218
+ totalBills: number;
219
+ }, {
220
+ totalAmount: number;
221
+ totalBills: number;
222
+ }>;
223
+ billingNodes: z.ZodArray<z.ZodObject<{
224
+ nodeUuid: z.ZodString;
225
+ name: z.ZodString;
226
+ countryCode: z.ZodString;
227
+ }, "strip", z.ZodTypeAny, {
228
+ name: string;
229
+ countryCode: string;
230
+ nodeUuid: string;
231
+ }, {
232
+ name: string;
233
+ countryCode: string;
234
+ nodeUuid: string;
235
+ }>, "many">;
236
+ }, "strip", z.ZodTypeAny, {
237
+ uuid: string;
238
+ createdAt: Date;
239
+ updatedAt: Date;
240
+ name: string;
241
+ faviconLink: string | null;
242
+ loginUrl: string | null;
243
+ billingHistory: {
244
+ totalAmount: number;
245
+ totalBills: number;
246
+ };
247
+ billingNodes: {
248
+ name: string;
249
+ countryCode: string;
250
+ nodeUuid: string;
251
+ }[];
252
+ }, {
253
+ uuid: string;
254
+ createdAt: string;
255
+ updatedAt: string;
256
+ name: string;
257
+ faviconLink: string | null;
258
+ loginUrl: string | null;
259
+ billingHistory: {
260
+ totalAmount: number;
261
+ totalBills: number;
262
+ };
263
+ billingNodes: {
264
+ name: string;
265
+ countryCode: string;
266
+ nodeUuid: string;
267
+ }[];
268
+ }>>;
135
269
  }, "strip", z.ZodTypeAny, {
136
270
  uuid: string;
137
271
  createdAt: Date;
@@ -169,7 +303,26 @@ export declare namespace ReorderNodeCommand {
169
303
  network: string | null;
170
304
  security: string | null;
171
305
  port: number | null;
306
+ rawInbound?: unknown;
172
307
  }[] | null;
308
+ providerUuid: string | null;
309
+ provider: {
310
+ uuid: string;
311
+ createdAt: Date;
312
+ updatedAt: Date;
313
+ name: string;
314
+ faviconLink: string | null;
315
+ loginUrl: string | null;
316
+ billingHistory: {
317
+ totalAmount: number;
318
+ totalBills: number;
319
+ };
320
+ billingNodes: {
321
+ name: string;
322
+ countryCode: string;
323
+ nodeUuid: string;
324
+ }[];
325
+ } | null;
173
326
  }, {
174
327
  uuid: string;
175
328
  createdAt: string;
@@ -207,7 +360,26 @@ export declare namespace ReorderNodeCommand {
207
360
  network: string | null;
208
361
  security: string | null;
209
362
  port: number | null;
363
+ rawInbound?: unknown;
210
364
  }[] | null;
365
+ providerUuid: string | null;
366
+ provider: {
367
+ uuid: string;
368
+ createdAt: string;
369
+ updatedAt: string;
370
+ name: string;
371
+ faviconLink: string | null;
372
+ loginUrl: string | null;
373
+ billingHistory: {
374
+ totalAmount: number;
375
+ totalBills: number;
376
+ };
377
+ billingNodes: {
378
+ name: string;
379
+ countryCode: string;
380
+ nodeUuid: string;
381
+ }[];
382
+ } | null;
211
383
  }>, "many">;
212
384
  }, "strip", z.ZodTypeAny, {
213
385
  response: {
@@ -247,7 +419,26 @@ export declare namespace ReorderNodeCommand {
247
419
  network: string | null;
248
420
  security: string | null;
249
421
  port: number | null;
422
+ rawInbound?: unknown;
250
423
  }[] | null;
424
+ providerUuid: string | null;
425
+ provider: {
426
+ uuid: string;
427
+ createdAt: Date;
428
+ updatedAt: Date;
429
+ name: string;
430
+ faviconLink: string | null;
431
+ loginUrl: string | null;
432
+ billingHistory: {
433
+ totalAmount: number;
434
+ totalBills: number;
435
+ };
436
+ billingNodes: {
437
+ name: string;
438
+ countryCode: string;
439
+ nodeUuid: string;
440
+ }[];
441
+ } | null;
251
442
  }[];
252
443
  }, {
253
444
  response: {
@@ -287,7 +478,26 @@ export declare namespace ReorderNodeCommand {
287
478
  network: string | null;
288
479
  security: string | null;
289
480
  port: number | null;
481
+ rawInbound?: unknown;
290
482
  }[] | null;
483
+ providerUuid: string | null;
484
+ provider: {
485
+ uuid: string;
486
+ createdAt: string;
487
+ updatedAt: string;
488
+ name: string;
489
+ faviconLink: string | null;
490
+ loginUrl: string | null;
491
+ billingHistory: {
492
+ totalAmount: number;
493
+ totalBills: number;
494
+ };
495
+ billingNodes: {
496
+ name: string;
497
+ countryCode: string;
498
+ nodeUuid: string;
499
+ }[];
500
+ } | null;
291
501
  }[];
292
502
  }>;
293
503
  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"}