@remnawave/backend-contract 2.8.29 → 2.8.31

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 (93) 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 +166 -86
  86. package/build/backend/models/webhook/webhook.schema.d.ts.map +1 -1
  87. package/build/backend/models/webhook/webhook.schema.js +11 -0
  88. package/build/frontend/commands/api-tokens/create.command.js +5 -2
  89. package/build/frontend/commands/api-tokens/find.command.js +2 -2
  90. package/build/frontend/constants/events/events.js +2 -0
  91. package/build/frontend/models/api-tokens.schema.js +5 -2
  92. package/build/frontend/models/webhook/webhook.schema.js +11 -0
  93. package/package.json +1 -1
@@ -71,9 +71,9 @@ export declare namespace CreateInternalSquadCommand {
71
71
  rawInbound?: unknown;
72
72
  }[];
73
73
  uuid: string;
74
+ name: string;
74
75
  createdAt: Date;
75
76
  updatedAt: Date;
76
- name: string;
77
77
  viewPosition: number;
78
78
  info: {
79
79
  membersCount: number;
@@ -91,9 +91,9 @@ export declare namespace CreateInternalSquadCommand {
91
91
  rawInbound?: unknown;
92
92
  }[];
93
93
  uuid: string;
94
+ name: string;
94
95
  createdAt: string;
95
96
  updatedAt: string;
96
- name: string;
97
97
  viewPosition: number;
98
98
  info: {
99
99
  membersCount: number;
@@ -113,9 +113,9 @@ export declare namespace CreateInternalSquadCommand {
113
113
  rawInbound?: unknown;
114
114
  }[];
115
115
  uuid: string;
116
+ name: string;
116
117
  createdAt: Date;
117
118
  updatedAt: Date;
118
- name: string;
119
119
  viewPosition: number;
120
120
  info: {
121
121
  membersCount: number;
@@ -135,9 +135,9 @@ export declare namespace CreateInternalSquadCommand {
135
135
  rawInbound?: unknown;
136
136
  }[];
137
137
  uuid: string;
138
+ name: string;
138
139
  createdAt: string;
139
140
  updatedAt: string;
140
- name: string;
141
141
  viewPosition: number;
142
142
  info: {
143
143
  membersCount: number;
@@ -68,9 +68,9 @@ export declare namespace GetInternalSquadByUuidCommand {
68
68
  rawInbound?: unknown;
69
69
  }[];
70
70
  uuid: string;
71
+ name: string;
71
72
  createdAt: Date;
72
73
  updatedAt: Date;
73
- name: string;
74
74
  viewPosition: number;
75
75
  info: {
76
76
  membersCount: number;
@@ -88,9 +88,9 @@ export declare namespace GetInternalSquadByUuidCommand {
88
88
  rawInbound?: unknown;
89
89
  }[];
90
90
  uuid: string;
91
+ name: string;
91
92
  createdAt: string;
92
93
  updatedAt: string;
93
- name: string;
94
94
  viewPosition: number;
95
95
  info: {
96
96
  membersCount: number;
@@ -110,9 +110,9 @@ export declare namespace GetInternalSquadByUuidCommand {
110
110
  rawInbound?: unknown;
111
111
  }[];
112
112
  uuid: string;
113
+ name: string;
113
114
  createdAt: Date;
114
115
  updatedAt: Date;
115
- name: string;
116
116
  viewPosition: number;
117
117
  info: {
118
118
  membersCount: number;
@@ -132,9 +132,9 @@ export declare namespace GetInternalSquadByUuidCommand {
132
132
  rawInbound?: unknown;
133
133
  }[];
134
134
  uuid: string;
135
+ name: string;
135
136
  createdAt: string;
136
137
  updatedAt: string;
137
- name: string;
138
138
  viewPosition: number;
139
139
  info: {
140
140
  membersCount: number;
@@ -62,9 +62,9 @@ export declare namespace GetInternalSquadsCommand {
62
62
  rawInbound?: unknown;
63
63
  }[];
64
64
  uuid: string;
65
+ name: string;
65
66
  createdAt: Date;
66
67
  updatedAt: Date;
67
- name: string;
68
68
  viewPosition: number;
69
69
  info: {
70
70
  membersCount: number;
@@ -82,9 +82,9 @@ export declare namespace GetInternalSquadsCommand {
82
82
  rawInbound?: unknown;
83
83
  }[];
84
84
  uuid: string;
85
+ name: string;
85
86
  createdAt: string;
86
87
  updatedAt: string;
87
- name: string;
88
88
  viewPosition: number;
89
89
  info: {
90
90
  membersCount: number;
@@ -105,9 +105,9 @@ export declare namespace GetInternalSquadsCommand {
105
105
  rawInbound?: unknown;
106
106
  }[];
107
107
  uuid: string;
108
+ name: string;
108
109
  createdAt: Date;
109
110
  updatedAt: Date;
110
- name: string;
111
111
  viewPosition: number;
112
112
  info: {
113
113
  membersCount: number;
@@ -128,9 +128,9 @@ export declare namespace GetInternalSquadsCommand {
128
128
  rawInbound?: unknown;
129
129
  }[];
130
130
  uuid: string;
131
+ name: string;
131
132
  createdAt: string;
132
133
  updatedAt: string;
133
- name: string;
134
134
  viewPosition: number;
135
135
  info: {
136
136
  membersCount: number;
@@ -153,9 +153,9 @@ export declare namespace GetInternalSquadsCommand {
153
153
  rawInbound?: unknown;
154
154
  }[];
155
155
  uuid: string;
156
+ name: string;
156
157
  createdAt: Date;
157
158
  updatedAt: Date;
158
- name: string;
159
159
  viewPosition: number;
160
160
  info: {
161
161
  membersCount: number;
@@ -178,9 +178,9 @@ export declare namespace GetInternalSquadsCommand {
178
178
  rawInbound?: unknown;
179
179
  }[];
180
180
  uuid: string;
181
+ name: string;
181
182
  createdAt: string;
182
183
  updatedAt: string;
183
- name: string;
184
184
  viewPosition: number;
185
185
  info: {
186
186
  membersCount: number;
@@ -74,9 +74,9 @@ export declare namespace UpdateInternalSquadCommand {
74
74
  rawInbound?: unknown;
75
75
  }[];
76
76
  uuid: string;
77
+ name: string;
77
78
  createdAt: Date;
78
79
  updatedAt: Date;
79
- name: string;
80
80
  viewPosition: number;
81
81
  info: {
82
82
  membersCount: number;
@@ -94,9 +94,9 @@ export declare namespace UpdateInternalSquadCommand {
94
94
  rawInbound?: unknown;
95
95
  }[];
96
96
  uuid: string;
97
+ name: string;
97
98
  createdAt: string;
98
99
  updatedAt: string;
99
- name: string;
100
100
  viewPosition: number;
101
101
  info: {
102
102
  membersCount: number;
@@ -116,9 +116,9 @@ export declare namespace UpdateInternalSquadCommand {
116
116
  rawInbound?: unknown;
117
117
  }[];
118
118
  uuid: string;
119
+ name: string;
119
120
  createdAt: Date;
120
121
  updatedAt: Date;
121
- name: string;
122
122
  viewPosition: number;
123
123
  info: {
124
124
  membersCount: number;
@@ -138,9 +138,9 @@ export declare namespace UpdateInternalSquadCommand {
138
138
  rawInbound?: unknown;
139
139
  }[];
140
140
  uuid: string;
141
+ name: string;
141
142
  createdAt: string;
142
143
  updatedAt: string;
143
- name: string;
144
144
  viewPosition: number;
145
145
  info: {
146
146
  membersCount: number;
@@ -45,16 +45,16 @@ export declare namespace GetTorrentBlockerReportsStatsCommand {
45
45
  total: z.ZodNumber;
46
46
  }, "strip", z.ZodTypeAny, {
47
47
  uuid: string;
48
+ name: string;
48
49
  total: number;
49
50
  countryCode: string;
50
51
  color: string;
51
- name: string;
52
52
  }, {
53
53
  uuid: string;
54
+ name: string;
54
55
  total: number;
55
56
  countryCode: string;
56
57
  color: string;
57
- name: string;
58
58
  }>, "many">;
59
59
  }, "strip", z.ZodTypeAny, {
60
60
  stats: {
@@ -71,10 +71,10 @@ export declare namespace GetTorrentBlockerReportsStatsCommand {
71
71
  }[];
72
72
  topNodes: {
73
73
  uuid: string;
74
+ name: string;
74
75
  total: number;
75
76
  countryCode: string;
76
77
  color: string;
77
- name: string;
78
78
  }[];
79
79
  }, {
80
80
  stats: {
@@ -91,10 +91,10 @@ export declare namespace GetTorrentBlockerReportsStatsCommand {
91
91
  }[];
92
92
  topNodes: {
93
93
  uuid: string;
94
+ name: string;
94
95
  total: number;
95
96
  countryCode: string;
96
97
  color: string;
97
- name: string;
98
98
  }[];
99
99
  }>;
100
100
  }, "strip", z.ZodTypeAny, {
@@ -113,10 +113,10 @@ export declare namespace GetTorrentBlockerReportsStatsCommand {
113
113
  }[];
114
114
  topNodes: {
115
115
  uuid: string;
116
+ name: string;
116
117
  total: number;
117
118
  countryCode: string;
118
119
  color: string;
119
- name: string;
120
120
  }[];
121
121
  };
122
122
  }, {
@@ -135,10 +135,10 @@ export declare namespace GetTorrentBlockerReportsStatsCommand {
135
135
  }[];
136
136
  topNodes: {
137
137
  uuid: string;
138
+ name: string;
138
139
  total: number;
139
140
  countryCode: string;
140
141
  color: string;
141
- name: string;
142
142
  }[];
143
143
  };
144
144
  }>;
@@ -222,16 +222,16 @@ export declare namespace GetTorrentBlockerReportsCommand {
222
222
  updatedAt: z.ZodEffects<z.ZodString, Date, string>;
223
223
  }, "strip", z.ZodTypeAny, {
224
224
  uuid: string;
225
+ name: string;
225
226
  createdAt: Date;
226
227
  updatedAt: Date;
227
- name: string;
228
228
  faviconLink: string | null;
229
229
  loginUrl: string | null;
230
230
  }, {
231
231
  uuid: string;
232
+ name: string;
232
233
  createdAt: string;
233
234
  updatedAt: string;
234
- name: string;
235
235
  faviconLink: string | null;
236
236
  loginUrl: string | null;
237
237
  }>>;
@@ -386,14 +386,14 @@ export declare namespace GetTorrentBlockerReportsCommand {
386
386
  xrayUptime: z.ZodNumber;
387
387
  usersOnline: z.ZodNumber;
388
388
  note: z.ZodNullable<z.ZodString>;
389
- }, "uuid" | "countryCode" | "name">, "strip", z.ZodTypeAny, {
389
+ }, "uuid" | "name" | "countryCode">, "strip", z.ZodTypeAny, {
390
390
  uuid: string;
391
- countryCode: string;
392
391
  name: string;
392
+ countryCode: string;
393
393
  }, {
394
394
  uuid: string;
395
- countryCode: string;
396
395
  name: string;
396
+ countryCode: string;
397
397
  }>;
398
398
  report: z.ZodObject<{
399
399
  actionReport: z.ZodObject<{
@@ -518,8 +518,8 @@ export declare namespace GetTorrentBlockerReportsCommand {
518
518
  };
519
519
  node: {
520
520
  uuid: string;
521
- countryCode: string;
522
521
  name: string;
522
+ countryCode: string;
523
523
  };
524
524
  createdAt: Date;
525
525
  id: number;
@@ -557,8 +557,8 @@ export declare namespace GetTorrentBlockerReportsCommand {
557
557
  };
558
558
  node: {
559
559
  uuid: string;
560
- countryCode: string;
561
560
  name: string;
561
+ countryCode: string;
562
562
  };
563
563
  createdAt: string;
564
564
  id: number;
@@ -600,8 +600,8 @@ export declare namespace GetTorrentBlockerReportsCommand {
600
600
  };
601
601
  node: {
602
602
  uuid: string;
603
- countryCode: string;
604
603
  name: string;
604
+ countryCode: string;
605
605
  };
606
606
  createdAt: Date;
607
607
  id: number;
@@ -642,8 +642,8 @@ export declare namespace GetTorrentBlockerReportsCommand {
642
642
  };
643
643
  node: {
644
644
  uuid: string;
645
- countryCode: string;
646
645
  name: string;
646
+ countryCode: string;
647
647
  };
648
648
  createdAt: string;
649
649
  id: number;
@@ -686,8 +686,8 @@ export declare namespace GetTorrentBlockerReportsCommand {
686
686
  };
687
687
  node: {
688
688
  uuid: string;
689
- countryCode: string;
690
689
  name: string;
690
+ countryCode: string;
691
691
  };
692
692
  createdAt: Date;
693
693
  id: number;
@@ -730,8 +730,8 @@ export declare namespace GetTorrentBlockerReportsCommand {
730
730
  };
731
731
  node: {
732
732
  uuid: string;
733
- countryCode: string;
734
733
  name: string;
734
+ countryCode: string;
735
735
  };
736
736
  createdAt: string;
737
737
  id: number;
@@ -169,16 +169,16 @@ export declare namespace TruncateTorrentBlockerReportsCommand {
169
169
  updatedAt: z.ZodEffects<z.ZodString, Date, string>;
170
170
  }, "strip", z.ZodTypeAny, {
171
171
  uuid: string;
172
+ name: string;
172
173
  createdAt: Date;
173
174
  updatedAt: Date;
174
- name: string;
175
175
  faviconLink: string | null;
176
176
  loginUrl: string | null;
177
177
  }, {
178
178
  uuid: string;
179
+ name: string;
179
180
  createdAt: string;
180
181
  updatedAt: string;
181
- name: string;
182
182
  faviconLink: string | null;
183
183
  loginUrl: string | null;
184
184
  }>>;
@@ -333,14 +333,14 @@ export declare namespace TruncateTorrentBlockerReportsCommand {
333
333
  xrayUptime: z.ZodNumber;
334
334
  usersOnline: z.ZodNumber;
335
335
  note: z.ZodNullable<z.ZodString>;
336
- }, "uuid" | "countryCode" | "name">, "strip", z.ZodTypeAny, {
336
+ }, "uuid" | "name" | "countryCode">, "strip", z.ZodTypeAny, {
337
337
  uuid: string;
338
- countryCode: string;
339
338
  name: string;
339
+ countryCode: string;
340
340
  }, {
341
341
  uuid: string;
342
- countryCode: string;
343
342
  name: string;
343
+ countryCode: string;
344
344
  }>;
345
345
  report: z.ZodObject<{
346
346
  actionReport: z.ZodObject<{
@@ -465,8 +465,8 @@ export declare namespace TruncateTorrentBlockerReportsCommand {
465
465
  };
466
466
  node: {
467
467
  uuid: string;
468
- countryCode: string;
469
468
  name: string;
469
+ countryCode: string;
470
470
  };
471
471
  createdAt: Date;
472
472
  id: number;
@@ -504,8 +504,8 @@ export declare namespace TruncateTorrentBlockerReportsCommand {
504
504
  };
505
505
  node: {
506
506
  uuid: string;
507
- countryCode: string;
508
507
  name: string;
508
+ countryCode: string;
509
509
  };
510
510
  createdAt: string;
511
511
  id: number;
@@ -547,8 +547,8 @@ export declare namespace TruncateTorrentBlockerReportsCommand {
547
547
  };
548
548
  node: {
549
549
  uuid: string;
550
- countryCode: string;
551
550
  name: string;
551
+ countryCode: string;
552
552
  };
553
553
  createdAt: Date;
554
554
  id: number;
@@ -589,8 +589,8 @@ export declare namespace TruncateTorrentBlockerReportsCommand {
589
589
  };
590
590
  node: {
591
591
  uuid: string;
592
- countryCode: string;
593
592
  name: string;
593
+ countryCode: string;
594
594
  };
595
595
  createdAt: string;
596
596
  id: number;
@@ -633,8 +633,8 @@ export declare namespace TruncateTorrentBlockerReportsCommand {
633
633
  };
634
634
  node: {
635
635
  uuid: string;
636
- countryCode: string;
637
636
  name: string;
637
+ countryCode: string;
638
638
  };
639
639
  createdAt: Date;
640
640
  id: number;
@@ -677,8 +677,8 @@ export declare namespace TruncateTorrentBlockerReportsCommand {
677
677
  };
678
678
  node: {
679
679
  uuid: string;
680
- countryCode: string;
681
680
  name: string;
681
+ countryCode: string;
682
682
  };
683
683
  createdAt: string;
684
684
  id: number;
@@ -100,16 +100,16 @@ export declare namespace DisableNodeCommand {
100
100
  updatedAt: z.ZodEffects<z.ZodString, Date, string>;
101
101
  }, "strip", z.ZodTypeAny, {
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
  }, {
109
109
  uuid: string;
110
+ name: string;
110
111
  createdAt: string;
111
112
  updatedAt: string;
112
- name: string;
113
113
  faviconLink: string | null;
114
114
  loginUrl: string | null;
115
115
  }>>;
@@ -294,18 +294,18 @@ export declare namespace DisableNodeCommand {
294
294
  };
295
295
  } | null;
296
296
  uuid: string;
297
+ name: string;
297
298
  createdAt: Date;
298
299
  updatedAt: Date;
299
300
  provider: {
300
301
  uuid: string;
302
+ name: string;
301
303
  createdAt: Date;
302
304
  updatedAt: Date;
303
- name: string;
304
305
  faviconLink: string | null;
305
306
  loginUrl: string | null;
306
307
  } | null;
307
308
  countryCode: string;
308
- name: string;
309
309
  port: number | null;
310
310
  viewPosition: number;
311
311
  trafficLimitBytes: number | null;
@@ -374,18 +374,18 @@ export declare namespace DisableNodeCommand {
374
374
  };
375
375
  } | null;
376
376
  uuid: string;
377
+ name: string;
377
378
  createdAt: string;
378
379
  updatedAt: string;
379
380
  provider: {
380
381
  uuid: string;
382
+ name: string;
381
383
  createdAt: string;
382
384
  updatedAt: string;
383
- name: string;
384
385
  faviconLink: string | null;
385
386
  loginUrl: string | null;
386
387
  } | null;
387
388
  countryCode: string;
388
- name: string;
389
389
  port: number | null;
390
390
  viewPosition: number;
391
391
  trafficLimitBytes: number | null;
@@ -456,18 +456,18 @@ export declare namespace DisableNodeCommand {
456
456
  };
457
457
  } | null;
458
458
  uuid: string;
459
+ name: string;
459
460
  createdAt: Date;
460
461
  updatedAt: Date;
461
462
  provider: {
462
463
  uuid: string;
464
+ name: string;
463
465
  createdAt: Date;
464
466
  updatedAt: Date;
465
- name: string;
466
467
  faviconLink: string | null;
467
468
  loginUrl: string | null;
468
469
  } | null;
469
470
  countryCode: string;
470
- name: string;
471
471
  port: number | null;
472
472
  viewPosition: number;
473
473
  trafficLimitBytes: number | null;
@@ -538,18 +538,18 @@ export declare namespace DisableNodeCommand {
538
538
  };
539
539
  } | null;
540
540
  uuid: string;
541
+ name: string;
541
542
  createdAt: string;
542
543
  updatedAt: string;
543
544
  provider: {
544
545
  uuid: string;
546
+ name: string;
545
547
  createdAt: string;
546
548
  updatedAt: string;
547
- name: string;
548
549
  faviconLink: string | null;
549
550
  loginUrl: string | null;
550
551
  } | null;
551
552
  countryCode: string;
552
- name: string;
553
553
  port: number | null;
554
554
  viewPosition: number;
555
555
  trafficLimitBytes: number | null;
@@ -100,16 +100,16 @@ export declare namespace EnableNodeCommand {
100
100
  updatedAt: z.ZodEffects<z.ZodString, Date, string>;
101
101
  }, "strip", z.ZodTypeAny, {
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
  }, {
109
109
  uuid: string;
110
+ name: string;
110
111
  createdAt: string;
111
112
  updatedAt: string;
112
- name: string;
113
113
  faviconLink: string | null;
114
114
  loginUrl: string | null;
115
115
  }>>;
@@ -294,18 +294,18 @@ export declare namespace EnableNodeCommand {
294
294
  };
295
295
  } | null;
296
296
  uuid: string;
297
+ name: string;
297
298
  createdAt: Date;
298
299
  updatedAt: Date;
299
300
  provider: {
300
301
  uuid: string;
302
+ name: string;
301
303
  createdAt: Date;
302
304
  updatedAt: Date;
303
- name: string;
304
305
  faviconLink: string | null;
305
306
  loginUrl: string | null;
306
307
  } | null;
307
308
  countryCode: string;
308
- name: string;
309
309
  port: number | null;
310
310
  viewPosition: number;
311
311
  trafficLimitBytes: number | null;
@@ -374,18 +374,18 @@ export declare namespace EnableNodeCommand {
374
374
  };
375
375
  } | null;
376
376
  uuid: string;
377
+ name: string;
377
378
  createdAt: string;
378
379
  updatedAt: string;
379
380
  provider: {
380
381
  uuid: string;
382
+ name: string;
381
383
  createdAt: string;
382
384
  updatedAt: string;
383
- name: string;
384
385
  faviconLink: string | null;
385
386
  loginUrl: string | null;
386
387
  } | null;
387
388
  countryCode: string;
388
- name: string;
389
389
  port: number | null;
390
390
  viewPosition: number;
391
391
  trafficLimitBytes: number | null;
@@ -456,18 +456,18 @@ export declare namespace EnableNodeCommand {
456
456
  };
457
457
  } | null;
458
458
  uuid: string;
459
+ name: string;
459
460
  createdAt: Date;
460
461
  updatedAt: Date;
461
462
  provider: {
462
463
  uuid: string;
464
+ name: string;
463
465
  createdAt: Date;
464
466
  updatedAt: Date;
465
- name: string;
466
467
  faviconLink: string | null;
467
468
  loginUrl: string | null;
468
469
  } | null;
469
470
  countryCode: string;
470
- name: string;
471
471
  port: number | null;
472
472
  viewPosition: number;
473
473
  trafficLimitBytes: number | null;
@@ -538,18 +538,18 @@ export declare namespace EnableNodeCommand {
538
538
  };
539
539
  } | null;
540
540
  uuid: string;
541
+ name: string;
541
542
  createdAt: string;
542
543
  updatedAt: string;
543
544
  provider: {
544
545
  uuid: string;
546
+ name: string;
545
547
  createdAt: string;
546
548
  updatedAt: string;
547
- name: string;
548
549
  faviconLink: string | null;
549
550
  loginUrl: string | null;
550
551
  } | null;
551
552
  countryCode: string;
552
- name: string;
553
553
  port: number | null;
554
554
  viewPosition: number;
555
555
  trafficLimitBytes: number | null;