@remnawave/backend-contract 2.8.29 → 2.8.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/build/backend/commands/api-tokens/create.command.d.ts +22 -13
  2. package/build/backend/commands/api-tokens/create.command.d.ts.map +1 -1
  3. package/build/backend/commands/api-tokens/create.command.js +5 -2
  4. package/build/backend/commands/api-tokens/find.command.d.ts +26 -26
  5. package/build/backend/commands/api-tokens/find.command.js +2 -2
  6. package/build/backend/commands/bandwidth-stats/nodes/get-stats-nodes-usage.command.d.ts +12 -12
  7. package/build/backend/commands/bandwidth-stats/users/get-stats-user-usage.command.d.ts +12 -12
  8. package/build/backend/commands/config-profiles/actions/reorder.command.d.ts +16 -16
  9. package/build/backend/commands/config-profiles/create-config-profile.command.d.ts +10 -10
  10. package/build/backend/commands/config-profiles/get-computed-config-profile-by-uuid.command.d.ts +10 -10
  11. package/build/backend/commands/config-profiles/get-config-profile-by-uuid.command.d.ts +10 -10
  12. package/build/backend/commands/config-profiles/get-config-profiles.command.d.ts +14 -14
  13. package/build/backend/commands/config-profiles/update-config-profile.command.d.ts +10 -10
  14. package/build/backend/commands/external-squads/actions/reorder.command.d.ts +6 -6
  15. package/build/backend/commands/external-squads/create-external-squad.command.d.ts +4 -4
  16. package/build/backend/commands/external-squads/get-external-squad-by-uuid.command.d.ts +4 -4
  17. package/build/backend/commands/external-squads/get-external-squads.command.d.ts +6 -6
  18. package/build/backend/commands/external-squads/update-external-squad.command.d.ts +4 -4
  19. package/build/backend/commands/infra-billing/create-billing-node.command.d.ts +28 -28
  20. package/build/backend/commands/infra-billing/create-infra-provider.command.d.ts +4 -4
  21. package/build/backend/commands/infra-billing/delete-billing-node-by-uuid.command.d.ts +26 -26
  22. package/build/backend/commands/infra-billing/get-billing-nodes.command.d.ts +26 -26
  23. package/build/backend/commands/infra-billing/get-infra-provider-by-uuid.command.d.ts +4 -4
  24. package/build/backend/commands/infra-billing/get-infra-providers.command.d.ts +6 -6
  25. package/build/backend/commands/infra-billing/update-billing-node.command.d.ts +26 -26
  26. package/build/backend/commands/infra-billing/update-infra-provider.command.d.ts +4 -4
  27. package/build/backend/commands/internal-squads/actions/reorder.command.d.ts +6 -6
  28. package/build/backend/commands/internal-squads/create-internal-squad.command.d.ts +4 -4
  29. package/build/backend/commands/internal-squads/get-internal-squad-by-uuid.d.ts +4 -4
  30. package/build/backend/commands/internal-squads/get-internal-squads.command.d.ts +6 -6
  31. package/build/backend/commands/internal-squads/update-internal-squad.command.d.ts +4 -4
  32. package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports-stats.command.d.ts +6 -6
  33. package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.d.ts +11 -11
  34. package/build/backend/commands/node-plugins/torrent-blocker/truncate-torrent-blocker-reports.command.d.ts +11 -11
  35. package/build/backend/commands/nodes/actions/disable.command.d.ts +10 -10
  36. package/build/backend/commands/nodes/actions/enable.command.d.ts +10 -10
  37. package/build/backend/commands/nodes/actions/reorder.command.d.ts +12 -12
  38. package/build/backend/commands/nodes/create.command.d.ts +11 -11
  39. package/build/backend/commands/nodes/get-all.command.d.ts +10 -10
  40. package/build/backend/commands/nodes/get-one.command.d.ts +10 -10
  41. package/build/backend/commands/nodes/update.command.d.ts +14 -14
  42. package/build/backend/commands/passkeys/delete-passkeys.command.d.ts +6 -6
  43. package/build/backend/commands/passkeys/get-active-passkeys.command.d.ts +6 -6
  44. package/build/backend/commands/passkeys/update-passkey.command.d.ts +6 -6
  45. package/build/backend/commands/subscription-settings/get-subscription-settings.command.d.ts +8 -8
  46. package/build/backend/commands/subscription-settings/update-subscription-settings.command.d.ts +14 -14
  47. package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts +6 -6
  48. package/build/backend/commands/system/testers/test-srr-matcher.command.d.ts +12 -12
  49. package/build/backend/commands/users/actions/disable-user.command.d.ts +4 -4
  50. package/build/backend/commands/users/actions/enable-user.command.d.ts +4 -4
  51. package/build/backend/commands/users/actions/reset-user-traffic.command.d.ts +4 -4
  52. package/build/backend/commands/users/actions/revoke-user-subscription.command.d.ts +4 -4
  53. package/build/backend/commands/users/bulk/bulk-update-users.command.d.ts +4 -4
  54. package/build/backend/commands/users/bulk-all/bulk-all-update-users.command.d.ts +2 -2
  55. package/build/backend/commands/users/create-user.command.d.ts +6 -6
  56. package/build/backend/commands/users/get-all-users.command.d.ts +6 -6
  57. package/build/backend/commands/users/get-by/get-user-by-email.command.d.ts +4 -4
  58. package/build/backend/commands/users/get-by/get-user-by-id.command.d.ts +4 -4
  59. package/build/backend/commands/users/get-by/get-user-by-short-uuid.command.d.ts +4 -4
  60. package/build/backend/commands/users/get-by/get-user-by-tag.command.d.ts +4 -4
  61. package/build/backend/commands/users/get-by/get-user-by-telegram-id.command.d.ts +4 -4
  62. package/build/backend/commands/users/get-by/get-user-by-username.command.d.ts +4 -4
  63. package/build/backend/commands/users/get-user-by-uuid.command.d.ts +4 -4
  64. package/build/backend/commands/users/get-users-stream.command.d.ts +6 -6
  65. package/build/backend/commands/users/update-user.command.d.ts +8 -8
  66. package/build/backend/constants/events/events.d.ts +2 -0
  67. package/build/backend/constants/events/events.d.ts.map +1 -1
  68. package/build/backend/constants/events/events.js +2 -0
  69. package/build/backend/models/api-tokens.schema.d.ts +6 -6
  70. package/build/backend/models/api-tokens.schema.d.ts.map +1 -1
  71. package/build/backend/models/api-tokens.schema.js +5 -2
  72. package/build/backend/models/config-profile.schema.d.ts +6 -6
  73. package/build/backend/models/extended-users.schema.d.ts +2 -2
  74. package/build/backend/models/external-squad.schema.d.ts +2 -2
  75. package/build/backend/models/infra-billing-available-node.schema.d.ts +5 -5
  76. package/build/backend/models/infra-billing-node.schema.d.ts +9 -9
  77. package/build/backend/models/infra-provider.schema.d.ts +4 -4
  78. package/build/backend/models/internal-squad.schema.d.ts +2 -2
  79. package/build/backend/models/nodes.schema.d.ts +6 -6
  80. package/build/backend/models/response-rules/response-rule.schema.d.ts +4 -4
  81. package/build/backend/models/response-rules/response-rules-config.schema.d.ts +4 -4
  82. package/build/backend/models/subscription-settings.schema.d.ts +6 -6
  83. package/build/backend/models/torrent-blocker-report.schema.d.ts +7 -7
  84. package/build/backend/models/users.schema.d.ts +2 -2
  85. package/build/backend/models/webhook/webhook.schema.d.ts +86 -86
  86. package/build/frontend/commands/api-tokens/create.command.js +5 -2
  87. package/build/frontend/commands/api-tokens/find.command.js +2 -2
  88. package/build/frontend/constants/events/events.js +2 -0
  89. package/build/frontend/models/api-tokens.schema.js +5 -2
  90. package/package.json +1 -1
@@ -116,9 +116,9 @@ export declare namespace GetExternalSquadsCommand {
116
116
  updatedAt: z.ZodEffects<z.ZodString, Date, string>;
117
117
  }, "strip", z.ZodTypeAny, {
118
118
  uuid: string;
119
+ name: string;
119
120
  createdAt: Date;
120
121
  updatedAt: Date;
121
- name: string;
122
122
  viewPosition: number;
123
123
  customRemarks: {
124
124
  expiredUsers: string[];
@@ -159,9 +159,9 @@ export declare namespace GetExternalSquadsCommand {
159
159
  subpageConfigUuid: string | null;
160
160
  }, {
161
161
  uuid: string;
162
+ name: string;
162
163
  createdAt: string;
163
164
  updatedAt: string;
164
- name: string;
165
165
  viewPosition: number;
166
166
  customRemarks: {
167
167
  expiredUsers: string[];
@@ -205,9 +205,9 @@ export declare namespace GetExternalSquadsCommand {
205
205
  total: number;
206
206
  externalSquads: {
207
207
  uuid: string;
208
+ name: string;
208
209
  createdAt: Date;
209
210
  updatedAt: Date;
210
- name: string;
211
211
  viewPosition: number;
212
212
  customRemarks: {
213
213
  expiredUsers: string[];
@@ -251,9 +251,9 @@ export declare namespace GetExternalSquadsCommand {
251
251
  total: number;
252
252
  externalSquads: {
253
253
  uuid: string;
254
+ name: string;
254
255
  createdAt: string;
255
256
  updatedAt: string;
256
- name: string;
257
257
  viewPosition: number;
258
258
  customRemarks: {
259
259
  expiredUsers: string[];
@@ -299,9 +299,9 @@ export declare namespace GetExternalSquadsCommand {
299
299
  total: number;
300
300
  externalSquads: {
301
301
  uuid: string;
302
+ name: string;
302
303
  createdAt: Date;
303
304
  updatedAt: Date;
304
- name: string;
305
305
  viewPosition: number;
306
306
  customRemarks: {
307
307
  expiredUsers: string[];
@@ -347,9 +347,9 @@ export declare namespace GetExternalSquadsCommand {
347
347
  total: number;
348
348
  externalSquads: {
349
349
  uuid: string;
350
+ name: string;
350
351
  createdAt: string;
351
352
  updatedAt: string;
352
- name: string;
353
353
  viewPosition: number;
354
354
  customRemarks: {
355
355
  expiredUsers: string[];
@@ -288,9 +288,9 @@ export declare namespace UpdateExternalSquadCommand {
288
288
  updatedAt: z.ZodEffects<z.ZodString, Date, string>;
289
289
  }, "strip", z.ZodTypeAny, {
290
290
  uuid: string;
291
+ name: string;
291
292
  createdAt: Date;
292
293
  updatedAt: Date;
293
- name: string;
294
294
  viewPosition: number;
295
295
  customRemarks: {
296
296
  expiredUsers: string[];
@@ -331,9 +331,9 @@ export declare namespace UpdateExternalSquadCommand {
331
331
  subpageConfigUuid: string | null;
332
332
  }, {
333
333
  uuid: string;
334
+ name: string;
334
335
  createdAt: string;
335
336
  updatedAt: string;
336
- name: string;
337
337
  viewPosition: number;
338
338
  customRemarks: {
339
339
  expiredUsers: string[];
@@ -376,9 +376,9 @@ export declare namespace UpdateExternalSquadCommand {
376
376
  }, "strip", z.ZodTypeAny, {
377
377
  response: {
378
378
  uuid: string;
379
+ name: string;
379
380
  createdAt: Date;
380
381
  updatedAt: Date;
381
- name: string;
382
382
  viewPosition: number;
383
383
  customRemarks: {
384
384
  expiredUsers: string[];
@@ -421,9 +421,9 @@ export declare namespace UpdateExternalSquadCommand {
421
421
  }, {
422
422
  response: {
423
423
  uuid: string;
424
+ name: string;
424
425
  createdAt: string;
425
426
  updatedAt: string;
426
- name: string;
427
427
  viewPosition: number;
428
428
  customRemarks: {
429
429
  expiredUsers: string[];
@@ -9,13 +9,13 @@ export declare namespace CreateInfraBillingNodeCommand {
9
9
  name: z.ZodNullable<z.ZodString>;
10
10
  nextBillingAt: z.ZodEffects<z.ZodString, Date, string>;
11
11
  }, "strip", z.ZodTypeAny, {
12
- nodeUuid: string | null;
13
12
  name: string | null;
13
+ nodeUuid: string | null;
14
14
  providerUuid: string;
15
15
  nextBillingAt: Date;
16
16
  }, {
17
- nodeUuid: string | null;
18
17
  name: string | null;
18
+ nodeUuid: string | null;
19
19
  providerUuid: string;
20
20
  nextBillingAt: string;
21
21
  }>;
@@ -134,16 +134,16 @@ export declare namespace CreateInfraBillingNodeCommand {
134
134
  updatedAt: z.ZodEffects<z.ZodString, Date, string>;
135
135
  }, "strip", z.ZodTypeAny, {
136
136
  uuid: string;
137
+ name: string;
137
138
  createdAt: Date;
138
139
  updatedAt: Date;
139
- name: string;
140
140
  faviconLink: string | null;
141
141
  loginUrl: string | null;
142
142
  }, {
143
143
  uuid: string;
144
+ name: string;
144
145
  createdAt: string;
145
146
  updatedAt: string;
146
- name: string;
147
147
  faviconLink: string | null;
148
148
  loginUrl: string | null;
149
149
  }>>;
@@ -298,14 +298,14 @@ export declare namespace CreateInfraBillingNodeCommand {
298
298
  xrayUptime: z.ZodNumber;
299
299
  usersOnline: z.ZodNumber;
300
300
  note: z.ZodNullable<z.ZodString>;
301
- }, "uuid" | "countryCode" | "name">, "strip", z.ZodTypeAny, {
301
+ }, "uuid" | "name" | "countryCode">, "strip", z.ZodTypeAny, {
302
302
  uuid: string;
303
- countryCode: string;
304
303
  name: string;
304
+ countryCode: string;
305
305
  }, {
306
306
  uuid: string;
307
- countryCode: string;
308
307
  name: string;
308
+ countryCode: string;
309
309
  }>>;
310
310
  nextBillingAt: z.ZodEffects<z.ZodString, Date, string>;
311
311
  createdAt: z.ZodEffects<z.ZodString, Date, string>;
@@ -313,10 +313,11 @@ export declare namespace CreateInfraBillingNodeCommand {
313
313
  }, "strip", z.ZodTypeAny, {
314
314
  node: {
315
315
  uuid: string;
316
- countryCode: string;
317
316
  name: string;
317
+ countryCode: string;
318
318
  } | null;
319
319
  uuid: string;
320
+ name: string | null;
320
321
  createdAt: Date;
321
322
  updatedAt: Date;
322
323
  provider: {
@@ -326,16 +327,16 @@ export declare namespace CreateInfraBillingNodeCommand {
326
327
  loginUrl: string | null;
327
328
  };
328
329
  nodeUuid: string | null;
329
- name: string | null;
330
330
  providerUuid: string;
331
331
  nextBillingAt: Date;
332
332
  }, {
333
333
  node: {
334
334
  uuid: string;
335
- countryCode: string;
336
335
  name: string;
336
+ countryCode: string;
337
337
  } | null;
338
338
  uuid: string;
339
+ name: string | null;
339
340
  createdAt: string;
340
341
  updatedAt: string;
341
342
  provider: {
@@ -345,7 +346,6 @@ export declare namespace CreateInfraBillingNodeCommand {
345
346
  loginUrl: string | null;
346
347
  };
347
348
  nodeUuid: string | null;
348
- name: string | null;
349
349
  providerUuid: string;
350
350
  nextBillingAt: string;
351
351
  }>, "many">;
@@ -437,16 +437,16 @@ export declare namespace CreateInfraBillingNodeCommand {
437
437
  updatedAt: z.ZodEffects<z.ZodString, Date, string>;
438
438
  }, "strip", z.ZodTypeAny, {
439
439
  uuid: string;
440
+ name: string;
440
441
  createdAt: Date;
441
442
  updatedAt: Date;
442
- name: string;
443
443
  faviconLink: string | null;
444
444
  loginUrl: string | null;
445
445
  }, {
446
446
  uuid: string;
447
+ name: string;
447
448
  createdAt: string;
448
449
  updatedAt: string;
449
- name: string;
450
450
  faviconLink: string | null;
451
451
  loginUrl: string | null;
452
452
  }>>;
@@ -601,14 +601,14 @@ export declare namespace CreateInfraBillingNodeCommand {
601
601
  xrayUptime: z.ZodNumber;
602
602
  usersOnline: z.ZodNumber;
603
603
  note: z.ZodNullable<z.ZodString>;
604
- }, "uuid" | "countryCode" | "name">, "strip", z.ZodTypeAny, {
604
+ }, "uuid" | "name" | "countryCode">, "strip", z.ZodTypeAny, {
605
605
  uuid: string;
606
- countryCode: string;
607
606
  name: string;
607
+ countryCode: string;
608
608
  }, {
609
609
  uuid: string;
610
- countryCode: string;
611
610
  name: string;
611
+ countryCode: string;
612
612
  }>, "many">;
613
613
  totalAvailableBillingNodes: z.ZodNumber;
614
614
  stats: z.ZodObject<{
@@ -633,10 +633,11 @@ export declare namespace CreateInfraBillingNodeCommand {
633
633
  billingNodes: {
634
634
  node: {
635
635
  uuid: string;
636
- countryCode: string;
637
636
  name: string;
637
+ countryCode: string;
638
638
  } | null;
639
639
  uuid: string;
640
+ name: string | null;
640
641
  createdAt: Date;
641
642
  updatedAt: Date;
642
643
  provider: {
@@ -646,15 +647,14 @@ export declare namespace CreateInfraBillingNodeCommand {
646
647
  loginUrl: string | null;
647
648
  };
648
649
  nodeUuid: string | null;
649
- name: string | null;
650
650
  providerUuid: string;
651
651
  nextBillingAt: Date;
652
652
  }[];
653
653
  totalBillingNodes: number;
654
654
  availableBillingNodes: {
655
655
  uuid: string;
656
- countryCode: string;
657
656
  name: string;
657
+ countryCode: string;
658
658
  }[];
659
659
  totalAvailableBillingNodes: number;
660
660
  }, {
@@ -666,10 +666,11 @@ export declare namespace CreateInfraBillingNodeCommand {
666
666
  billingNodes: {
667
667
  node: {
668
668
  uuid: string;
669
- countryCode: string;
670
669
  name: string;
670
+ countryCode: string;
671
671
  } | null;
672
672
  uuid: string;
673
+ name: string | null;
673
674
  createdAt: string;
674
675
  updatedAt: string;
675
676
  provider: {
@@ -679,15 +680,14 @@ export declare namespace CreateInfraBillingNodeCommand {
679
680
  loginUrl: string | null;
680
681
  };
681
682
  nodeUuid: string | null;
682
- name: string | null;
683
683
  providerUuid: string;
684
684
  nextBillingAt: string;
685
685
  }[];
686
686
  totalBillingNodes: number;
687
687
  availableBillingNodes: {
688
688
  uuid: string;
689
- countryCode: string;
690
689
  name: string;
690
+ countryCode: string;
691
691
  }[];
692
692
  totalAvailableBillingNodes: number;
693
693
  }>;
@@ -701,10 +701,11 @@ export declare namespace CreateInfraBillingNodeCommand {
701
701
  billingNodes: {
702
702
  node: {
703
703
  uuid: string;
704
- countryCode: string;
705
704
  name: string;
705
+ countryCode: string;
706
706
  } | null;
707
707
  uuid: string;
708
+ name: string | null;
708
709
  createdAt: Date;
709
710
  updatedAt: Date;
710
711
  provider: {
@@ -714,15 +715,14 @@ export declare namespace CreateInfraBillingNodeCommand {
714
715
  loginUrl: string | null;
715
716
  };
716
717
  nodeUuid: string | null;
717
- name: string | null;
718
718
  providerUuid: string;
719
719
  nextBillingAt: Date;
720
720
  }[];
721
721
  totalBillingNodes: number;
722
722
  availableBillingNodes: {
723
723
  uuid: string;
724
- countryCode: string;
725
724
  name: string;
725
+ countryCode: string;
726
726
  }[];
727
727
  totalAvailableBillingNodes: number;
728
728
  };
@@ -736,10 +736,11 @@ export declare namespace CreateInfraBillingNodeCommand {
736
736
  billingNodes: {
737
737
  node: {
738
738
  uuid: string;
739
- countryCode: string;
740
739
  name: string;
740
+ countryCode: string;
741
741
  } | null;
742
742
  uuid: string;
743
+ name: string | null;
743
744
  createdAt: string;
744
745
  updatedAt: string;
745
746
  provider: {
@@ -749,15 +750,14 @@ export declare namespace CreateInfraBillingNodeCommand {
749
750
  loginUrl: string | null;
750
751
  };
751
752
  nodeUuid: string | null;
752
- name: string | null;
753
753
  providerUuid: string;
754
754
  nextBillingAt: string;
755
755
  }[];
756
756
  totalBillingNodes: number;
757
757
  availableBillingNodes: {
758
758
  uuid: string;
759
- countryCode: string;
760
759
  name: string;
760
+ countryCode: string;
761
761
  }[];
762
762
  totalAvailableBillingNodes: number;
763
763
  };
@@ -62,9 +62,9 @@ export declare namespace CreateInfraProviderCommand {
62
62
  }>, "many">;
63
63
  }, "strip", z.ZodTypeAny, {
64
64
  uuid: string;
65
+ name: string;
65
66
  createdAt: Date;
66
67
  updatedAt: Date;
67
- name: string;
68
68
  faviconLink: string | null;
69
69
  loginUrl: string | null;
70
70
  billingHistory: {
@@ -80,9 +80,9 @@ export declare namespace CreateInfraProviderCommand {
80
80
  }[];
81
81
  }, {
82
82
  uuid: string;
83
+ name: string;
83
84
  createdAt: string;
84
85
  updatedAt: string;
85
- name: string;
86
86
  faviconLink: string | null;
87
87
  loginUrl: string | null;
88
88
  billingHistory: {
@@ -100,9 +100,9 @@ export declare namespace CreateInfraProviderCommand {
100
100
  }, "strip", z.ZodTypeAny, {
101
101
  response: {
102
102
  uuid: string;
103
+ name: string;
103
104
  createdAt: Date;
104
105
  updatedAt: Date;
105
- name: string;
106
106
  faviconLink: string | null;
107
107
  loginUrl: string | null;
108
108
  billingHistory: {
@@ -120,9 +120,9 @@ export declare namespace CreateInfraProviderCommand {
120
120
  }, {
121
121
  response: {
122
122
  uuid: string;
123
+ name: string;
123
124
  createdAt: string;
124
125
  updatedAt: string;
125
- name: string;
126
126
  faviconLink: string | null;
127
127
  loginUrl: string | null;
128
128
  billingHistory: {
@@ -125,16 +125,16 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
125
125
  updatedAt: z.ZodEffects<z.ZodString, Date, string>;
126
126
  }, "strip", z.ZodTypeAny, {
127
127
  uuid: string;
128
+ name: string;
128
129
  createdAt: Date;
129
130
  updatedAt: Date;
130
- name: string;
131
131
  faviconLink: string | null;
132
132
  loginUrl: string | null;
133
133
  }, {
134
134
  uuid: string;
135
+ name: string;
135
136
  createdAt: string;
136
137
  updatedAt: string;
137
- name: string;
138
138
  faviconLink: string | null;
139
139
  loginUrl: string | null;
140
140
  }>>;
@@ -289,14 +289,14 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
289
289
  xrayUptime: z.ZodNumber;
290
290
  usersOnline: z.ZodNumber;
291
291
  note: z.ZodNullable<z.ZodString>;
292
- }, "uuid" | "countryCode" | "name">, "strip", z.ZodTypeAny, {
292
+ }, "uuid" | "name" | "countryCode">, "strip", z.ZodTypeAny, {
293
293
  uuid: string;
294
- countryCode: string;
295
294
  name: string;
295
+ countryCode: string;
296
296
  }, {
297
297
  uuid: string;
298
- countryCode: string;
299
298
  name: string;
299
+ countryCode: string;
300
300
  }>>;
301
301
  nextBillingAt: z.ZodEffects<z.ZodString, Date, string>;
302
302
  createdAt: z.ZodEffects<z.ZodString, Date, string>;
@@ -304,10 +304,11 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
304
304
  }, "strip", z.ZodTypeAny, {
305
305
  node: {
306
306
  uuid: string;
307
- countryCode: string;
308
307
  name: string;
308
+ countryCode: string;
309
309
  } | null;
310
310
  uuid: string;
311
+ name: string | null;
311
312
  createdAt: Date;
312
313
  updatedAt: Date;
313
314
  provider: {
@@ -317,16 +318,16 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
317
318
  loginUrl: string | null;
318
319
  };
319
320
  nodeUuid: string | null;
320
- name: string | null;
321
321
  providerUuid: string;
322
322
  nextBillingAt: Date;
323
323
  }, {
324
324
  node: {
325
325
  uuid: string;
326
- countryCode: string;
327
326
  name: string;
327
+ countryCode: string;
328
328
  } | null;
329
329
  uuid: string;
330
+ name: string | null;
330
331
  createdAt: string;
331
332
  updatedAt: string;
332
333
  provider: {
@@ -336,7 +337,6 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
336
337
  loginUrl: string | null;
337
338
  };
338
339
  nodeUuid: string | null;
339
- name: string | null;
340
340
  providerUuid: string;
341
341
  nextBillingAt: string;
342
342
  }>, "many">;
@@ -428,16 +428,16 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
428
428
  updatedAt: z.ZodEffects<z.ZodString, Date, string>;
429
429
  }, "strip", z.ZodTypeAny, {
430
430
  uuid: string;
431
+ name: string;
431
432
  createdAt: Date;
432
433
  updatedAt: Date;
433
- name: string;
434
434
  faviconLink: string | null;
435
435
  loginUrl: string | null;
436
436
  }, {
437
437
  uuid: string;
438
+ name: string;
438
439
  createdAt: string;
439
440
  updatedAt: string;
440
- name: string;
441
441
  faviconLink: string | null;
442
442
  loginUrl: string | null;
443
443
  }>>;
@@ -592,14 +592,14 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
592
592
  xrayUptime: z.ZodNumber;
593
593
  usersOnline: z.ZodNumber;
594
594
  note: z.ZodNullable<z.ZodString>;
595
- }, "uuid" | "countryCode" | "name">, "strip", z.ZodTypeAny, {
595
+ }, "uuid" | "name" | "countryCode">, "strip", z.ZodTypeAny, {
596
596
  uuid: string;
597
- countryCode: string;
598
597
  name: string;
598
+ countryCode: string;
599
599
  }, {
600
600
  uuid: string;
601
- countryCode: string;
602
601
  name: string;
602
+ countryCode: string;
603
603
  }>, "many">;
604
604
  totalAvailableBillingNodes: z.ZodNumber;
605
605
  stats: z.ZodObject<{
@@ -624,10 +624,11 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
624
624
  billingNodes: {
625
625
  node: {
626
626
  uuid: string;
627
- countryCode: string;
628
627
  name: string;
628
+ countryCode: string;
629
629
  } | null;
630
630
  uuid: string;
631
+ name: string | null;
631
632
  createdAt: Date;
632
633
  updatedAt: Date;
633
634
  provider: {
@@ -637,15 +638,14 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
637
638
  loginUrl: string | null;
638
639
  };
639
640
  nodeUuid: string | null;
640
- name: string | null;
641
641
  providerUuid: string;
642
642
  nextBillingAt: Date;
643
643
  }[];
644
644
  totalBillingNodes: number;
645
645
  availableBillingNodes: {
646
646
  uuid: string;
647
- countryCode: string;
648
647
  name: string;
648
+ countryCode: string;
649
649
  }[];
650
650
  totalAvailableBillingNodes: number;
651
651
  }, {
@@ -657,10 +657,11 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
657
657
  billingNodes: {
658
658
  node: {
659
659
  uuid: string;
660
- countryCode: string;
661
660
  name: string;
661
+ countryCode: string;
662
662
  } | null;
663
663
  uuid: string;
664
+ name: string | null;
664
665
  createdAt: string;
665
666
  updatedAt: string;
666
667
  provider: {
@@ -670,15 +671,14 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
670
671
  loginUrl: string | null;
671
672
  };
672
673
  nodeUuid: string | null;
673
- name: string | null;
674
674
  providerUuid: string;
675
675
  nextBillingAt: string;
676
676
  }[];
677
677
  totalBillingNodes: number;
678
678
  availableBillingNodes: {
679
679
  uuid: string;
680
- countryCode: string;
681
680
  name: string;
681
+ countryCode: string;
682
682
  }[];
683
683
  totalAvailableBillingNodes: number;
684
684
  }>;
@@ -692,10 +692,11 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
692
692
  billingNodes: {
693
693
  node: {
694
694
  uuid: string;
695
- countryCode: string;
696
695
  name: string;
696
+ countryCode: string;
697
697
  } | null;
698
698
  uuid: string;
699
+ name: string | null;
699
700
  createdAt: Date;
700
701
  updatedAt: Date;
701
702
  provider: {
@@ -705,15 +706,14 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
705
706
  loginUrl: string | null;
706
707
  };
707
708
  nodeUuid: string | null;
708
- name: string | null;
709
709
  providerUuid: string;
710
710
  nextBillingAt: Date;
711
711
  }[];
712
712
  totalBillingNodes: number;
713
713
  availableBillingNodes: {
714
714
  uuid: string;
715
- countryCode: string;
716
715
  name: string;
716
+ countryCode: string;
717
717
  }[];
718
718
  totalAvailableBillingNodes: number;
719
719
  };
@@ -727,10 +727,11 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
727
727
  billingNodes: {
728
728
  node: {
729
729
  uuid: string;
730
- countryCode: string;
731
730
  name: string;
731
+ countryCode: string;
732
732
  } | null;
733
733
  uuid: string;
734
+ name: string | null;
734
735
  createdAt: string;
735
736
  updatedAt: string;
736
737
  provider: {
@@ -740,15 +741,14 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
740
741
  loginUrl: string | null;
741
742
  };
742
743
  nodeUuid: string | null;
743
- name: string | null;
744
744
  providerUuid: string;
745
745
  nextBillingAt: string;
746
746
  }[];
747
747
  totalBillingNodes: number;
748
748
  availableBillingNodes: {
749
749
  uuid: string;
750
- countryCode: string;
751
750
  name: string;
751
+ countryCode: string;
752
752
  }[];
753
753
  totalAvailableBillingNodes: number;
754
754
  };