@remnawave/backend-contract 2.3.67 → 2.3.68
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.
- package/build/backend/api/controllers/bandwidth-stats.d.ts +22 -0
- package/build/backend/api/controllers/bandwidth-stats.d.ts.map +1 -0
- package/build/backend/api/controllers/bandwidth-stats.js +34 -0
- package/build/backend/api/controllers/index.d.ts +1 -0
- package/build/backend/api/controllers/index.d.ts.map +1 -1
- package/build/backend/api/controllers/index.js +1 -0
- package/build/backend/api/controllers/nodes.d.ts +0 -5
- package/build/backend/api/controllers/nodes.d.ts.map +1 -1
- package/build/backend/api/controllers/nodes.js +0 -5
- package/build/backend/api/controllers/users.d.ts +0 -3
- package/build/backend/api/controllers/users.d.ts.map +1 -1
- package/build/backend/api/controllers/users.js +0 -3
- package/build/backend/api/controllers-info.d.ts +8 -12
- package/build/backend/api/controllers-info.d.ts.map +1 -1
- package/build/backend/api/controllers-info.js +8 -12
- package/build/backend/api/routes.d.ts +18 -8
- package/build/backend/api/routes.d.ts.map +1 -1
- package/build/backend/api/routes.js +18 -8
- package/build/backend/commands/bandwidth-stats/index.d.ts +4 -0
- package/build/backend/commands/bandwidth-stats/index.d.ts.map +1 -0
- package/build/{frontend/commands/nodes/stats → backend/commands/bandwidth-stats}/index.js +3 -3
- package/build/backend/commands/{nodes/stats/get-node-user-usage-by-range.command.d.ts → bandwidth-stats/legacy/get-legacy-stats-node-user-usage.command.d.ts} +2 -2
- package/build/backend/commands/bandwidth-stats/legacy/get-legacy-stats-node-user-usage.command.d.ts.map +1 -0
- package/build/backend/commands/bandwidth-stats/legacy/get-legacy-stats-node-user-usage.command.js +28 -0
- package/build/backend/commands/{users/get-user-usage-by-range.command.d.ts → bandwidth-stats/legacy/get-legacy-user-usage.command.d.ts} +11 -11
- package/build/backend/commands/bandwidth-stats/legacy/get-legacy-user-usage.command.d.ts.map +1 -0
- package/build/backend/commands/bandwidth-stats/legacy/get-legacy-user-usage.command.js +29 -0
- package/build/backend/commands/bandwidth-stats/legacy/index.d.ts +3 -0
- package/build/backend/commands/bandwidth-stats/legacy/index.d.ts.map +1 -0
- package/build/backend/commands/{nodes/stats → bandwidth-stats/legacy}/index.js +2 -3
- package/build/backend/commands/{nodes/stats/get-realtime-usage.command.d.ts → bandwidth-stats/nodes/get-stats-nodes-realtime-usage.command.d.ts} +8 -8
- package/build/backend/commands/bandwidth-stats/nodes/get-stats-nodes-realtime-usage.command.d.ts.map +1 -0
- package/build/backend/commands/bandwidth-stats/nodes/get-stats-nodes-realtime-usage.command.js +25 -0
- package/build/backend/commands/{nodes/stats/get-nodes-usage-by-range.command.d.ts → bandwidth-stats/nodes/get-stats-nodes-usage.command.d.ts} +28 -28
- package/build/backend/commands/bandwidth-stats/nodes/get-stats-nodes-usage.command.d.ts.map +1 -0
- package/build/backend/commands/{nodes/stats/get-nodes-usage-by-range.command.js → bandwidth-stats/nodes/get-stats-nodes-usage.command.js} +10 -10
- package/build/backend/commands/bandwidth-stats/nodes/index.d.ts +3 -0
- package/build/backend/commands/bandwidth-stats/nodes/index.d.ts.map +1 -0
- package/build/backend/commands/bandwidth-stats/nodes/index.js +18 -0
- package/build/backend/commands/bandwidth-stats/users/get-stats-user-usage.command.d.ts +150 -0
- package/build/backend/commands/bandwidth-stats/users/get-stats-user-usage.command.d.ts.map +1 -0
- package/build/backend/commands/bandwidth-stats/users/get-stats-user-usage.command.js +40 -0
- package/build/backend/commands/bandwidth-stats/users/index.d.ts +2 -0
- package/build/backend/commands/bandwidth-stats/users/index.d.ts.map +1 -0
- package/build/backend/commands/bandwidth-stats/users/index.js +17 -0
- package/build/backend/commands/config-profiles/actions/reorder.command.d.ts +10 -10
- package/build/backend/commands/config-profiles/create-config-profile.command.d.ts +6 -6
- package/build/backend/commands/config-profiles/get-computed-config-profile-by-uuid.command.d.ts +6 -6
- package/build/backend/commands/config-profiles/get-config-profile-by-uuid.command.d.ts +6 -6
- package/build/backend/commands/config-profiles/get-config-profiles.command.d.ts +8 -8
- package/build/backend/commands/config-profiles/update-config-profile.command.d.ts +6 -6
- package/build/backend/commands/index.d.ts +1 -0
- package/build/backend/commands/index.d.ts.map +1 -1
- package/build/backend/commands/index.js +1 -0
- package/build/backend/commands/infra-billing/create-billing-node.command.d.ts +16 -16
- package/build/backend/commands/infra-billing/create-infra-provider.command.d.ts +12 -12
- package/build/backend/commands/infra-billing/delete-billing-node-by-uuid.command.d.ts +16 -16
- package/build/backend/commands/infra-billing/get-billing-nodes.command.d.ts +16 -16
- package/build/backend/commands/infra-billing/get-infra-provider-by-uuid.command.d.ts +12 -12
- package/build/backend/commands/infra-billing/get-infra-providers.command.d.ts +16 -16
- package/build/backend/commands/infra-billing/update-billing-node.command.d.ts +16 -16
- package/build/backend/commands/infra-billing/update-infra-provider.command.d.ts +12 -12
- package/build/backend/commands/internal-squads/get-internal-squad-accessible-nodes.command.d.ts +6 -6
- package/build/backend/commands/nodes/actions/disable.command.d.ts +4 -4
- package/build/backend/commands/nodes/actions/enable.command.d.ts +4 -4
- package/build/backend/commands/nodes/actions/reorder.command.d.ts +4 -4
- package/build/backend/commands/nodes/create.command.d.ts +6 -6
- package/build/backend/commands/nodes/get-all.command.d.ts +4 -4
- package/build/backend/commands/nodes/get-one.command.d.ts +4 -4
- package/build/backend/commands/nodes/index.d.ts +0 -1
- package/build/backend/commands/nodes/index.d.ts.map +1 -1
- package/build/backend/commands/nodes/index.js +0 -1
- package/build/backend/commands/nodes/update.command.d.ts +6 -6
- package/build/backend/commands/subscription-template/actions/reorder.command.d.ts +4 -4
- package/build/backend/commands/subscription-template/get-templates.command.d.ts +4 -4
- package/build/backend/commands/system/get-nodes-metrics.command.d.ts +6 -6
- package/build/backend/commands/users/get-user-accessible-nodes.command.d.ts +6 -6
- package/build/backend/commands/users/index.d.ts +0 -1
- package/build/backend/commands/users/index.d.ts.map +1 -1
- package/build/backend/commands/users/index.js +0 -1
- package/build/backend/models/config-profile.schema.d.ts +4 -4
- package/build/backend/models/infra-billing-available-node.schema.d.ts +3 -3
- package/build/backend/models/infra-billing-node.schema.d.ts +5 -5
- package/build/backend/models/infra-provider.schema.d.ts +8 -8
- package/build/backend/models/last-connected-node.schema.d.ts +2 -2
- package/build/backend/models/nodes.schema.d.ts +2 -2
- package/build/frontend/api/controllers/bandwidth-stats.js +34 -0
- package/build/frontend/api/controllers/index.js +1 -0
- package/build/frontend/api/controllers/nodes.js +0 -5
- package/build/frontend/api/controllers/users.js +0 -3
- package/build/frontend/api/controllers-info.js +8 -12
- package/build/frontend/api/routes.js +18 -8
- package/build/frontend/commands/bandwidth-stats/index.js +19 -0
- package/build/frontend/commands/bandwidth-stats/legacy/get-legacy-stats-node-user-usage.command.js +28 -0
- package/build/frontend/commands/bandwidth-stats/legacy/get-legacy-user-usage.command.js +29 -0
- package/build/frontend/commands/bandwidth-stats/legacy/index.js +18 -0
- package/build/frontend/commands/bandwidth-stats/nodes/get-stats-nodes-realtime-usage.command.js +25 -0
- package/build/frontend/commands/{nodes/stats/get-nodes-usage-by-range.command.js → bandwidth-stats/nodes/get-stats-nodes-usage.command.js} +10 -10
- package/build/frontend/commands/bandwidth-stats/nodes/index.js +18 -0
- package/build/frontend/commands/bandwidth-stats/users/get-stats-user-usage.command.js +40 -0
- package/build/frontend/commands/bandwidth-stats/users/index.js +17 -0
- package/build/frontend/commands/index.js +1 -0
- package/build/frontend/commands/nodes/index.js +0 -1
- package/build/frontend/commands/users/index.js +0 -1
- package/package.json +1 -1
- package/build/backend/commands/nodes/stats/get-node-user-usage-by-range.command.d.ts.map +0 -1
- package/build/backend/commands/nodes/stats/get-node-user-usage-by-range.command.js +0 -28
- package/build/backend/commands/nodes/stats/get-nodes-usage-by-range.command.d.ts.map +0 -1
- package/build/backend/commands/nodes/stats/get-realtime-usage.command.d.ts.map +0 -1
- package/build/backend/commands/nodes/stats/get-realtime-usage.command.js +0 -25
- package/build/backend/commands/nodes/stats/index.d.ts +0 -4
- package/build/backend/commands/nodes/stats/index.d.ts.map +0 -1
- package/build/backend/commands/users/get-user-usage-by-range.command.d.ts.map +0 -1
- package/build/backend/commands/users/get-user-usage-by-range.command.js +0 -29
- package/build/frontend/commands/nodes/stats/get-node-user-usage-by-range.command.js +0 -28
- package/build/frontend/commands/nodes/stats/get-realtime-usage.command.js +0 -25
- package/build/frontend/commands/users/get-user-usage-by-range.command.js +0 -29
|
@@ -51,12 +51,12 @@ export declare namespace GetConfigProfileByUuidCommand {
|
|
|
51
51
|
countryCode: z.ZodString;
|
|
52
52
|
}, "strip", z.ZodTypeAny, {
|
|
53
53
|
uuid: string;
|
|
54
|
-
name: string;
|
|
55
54
|
countryCode: string;
|
|
55
|
+
name: string;
|
|
56
56
|
}, {
|
|
57
57
|
uuid: string;
|
|
58
|
-
name: string;
|
|
59
58
|
countryCode: string;
|
|
59
|
+
name: string;
|
|
60
60
|
}>, "many">;
|
|
61
61
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
62
62
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
@@ -73,8 +73,8 @@ export declare namespace GetConfigProfileByUuidCommand {
|
|
|
73
73
|
}[];
|
|
74
74
|
nodes: {
|
|
75
75
|
uuid: string;
|
|
76
|
-
name: string;
|
|
77
76
|
countryCode: string;
|
|
77
|
+
name: string;
|
|
78
78
|
}[];
|
|
79
79
|
uuid: string;
|
|
80
80
|
createdAt: Date;
|
|
@@ -95,8 +95,8 @@ export declare namespace GetConfigProfileByUuidCommand {
|
|
|
95
95
|
}[];
|
|
96
96
|
nodes: {
|
|
97
97
|
uuid: string;
|
|
98
|
-
name: string;
|
|
99
98
|
countryCode: string;
|
|
99
|
+
name: string;
|
|
100
100
|
}[];
|
|
101
101
|
uuid: string;
|
|
102
102
|
createdAt: string;
|
|
@@ -119,8 +119,8 @@ export declare namespace GetConfigProfileByUuidCommand {
|
|
|
119
119
|
}[];
|
|
120
120
|
nodes: {
|
|
121
121
|
uuid: string;
|
|
122
|
-
name: string;
|
|
123
122
|
countryCode: string;
|
|
123
|
+
name: string;
|
|
124
124
|
}[];
|
|
125
125
|
uuid: string;
|
|
126
126
|
createdAt: Date;
|
|
@@ -143,8 +143,8 @@ export declare namespace GetConfigProfileByUuidCommand {
|
|
|
143
143
|
}[];
|
|
144
144
|
nodes: {
|
|
145
145
|
uuid: string;
|
|
146
|
-
name: string;
|
|
147
146
|
countryCode: string;
|
|
147
|
+
name: string;
|
|
148
148
|
}[];
|
|
149
149
|
uuid: string;
|
|
150
150
|
createdAt: string;
|
|
@@ -45,12 +45,12 @@ export declare namespace GetConfigProfilesCommand {
|
|
|
45
45
|
countryCode: z.ZodString;
|
|
46
46
|
}, "strip", z.ZodTypeAny, {
|
|
47
47
|
uuid: string;
|
|
48
|
-
name: string;
|
|
49
48
|
countryCode: string;
|
|
49
|
+
name: string;
|
|
50
50
|
}, {
|
|
51
51
|
uuid: string;
|
|
52
|
-
name: string;
|
|
53
52
|
countryCode: string;
|
|
53
|
+
name: string;
|
|
54
54
|
}>, "many">;
|
|
55
55
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
56
56
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
@@ -67,8 +67,8 @@ export declare namespace GetConfigProfilesCommand {
|
|
|
67
67
|
}[];
|
|
68
68
|
nodes: {
|
|
69
69
|
uuid: string;
|
|
70
|
-
name: string;
|
|
71
70
|
countryCode: string;
|
|
71
|
+
name: string;
|
|
72
72
|
}[];
|
|
73
73
|
uuid: string;
|
|
74
74
|
createdAt: Date;
|
|
@@ -89,8 +89,8 @@ export declare namespace GetConfigProfilesCommand {
|
|
|
89
89
|
}[];
|
|
90
90
|
nodes: {
|
|
91
91
|
uuid: string;
|
|
92
|
-
name: string;
|
|
93
92
|
countryCode: string;
|
|
93
|
+
name: string;
|
|
94
94
|
}[];
|
|
95
95
|
uuid: string;
|
|
96
96
|
createdAt: string;
|
|
@@ -114,8 +114,8 @@ export declare namespace GetConfigProfilesCommand {
|
|
|
114
114
|
}[];
|
|
115
115
|
nodes: {
|
|
116
116
|
uuid: string;
|
|
117
|
-
name: string;
|
|
118
117
|
countryCode: string;
|
|
118
|
+
name: string;
|
|
119
119
|
}[];
|
|
120
120
|
uuid: string;
|
|
121
121
|
createdAt: Date;
|
|
@@ -139,8 +139,8 @@ export declare namespace GetConfigProfilesCommand {
|
|
|
139
139
|
}[];
|
|
140
140
|
nodes: {
|
|
141
141
|
uuid: string;
|
|
142
|
-
name: string;
|
|
143
142
|
countryCode: string;
|
|
143
|
+
name: string;
|
|
144
144
|
}[];
|
|
145
145
|
uuid: string;
|
|
146
146
|
createdAt: string;
|
|
@@ -166,8 +166,8 @@ export declare namespace GetConfigProfilesCommand {
|
|
|
166
166
|
}[];
|
|
167
167
|
nodes: {
|
|
168
168
|
uuid: string;
|
|
169
|
-
name: string;
|
|
170
169
|
countryCode: string;
|
|
170
|
+
name: string;
|
|
171
171
|
}[];
|
|
172
172
|
uuid: string;
|
|
173
173
|
createdAt: Date;
|
|
@@ -193,8 +193,8 @@ export declare namespace GetConfigProfilesCommand {
|
|
|
193
193
|
}[];
|
|
194
194
|
nodes: {
|
|
195
195
|
uuid: string;
|
|
196
|
-
name: string;
|
|
197
196
|
countryCode: string;
|
|
197
|
+
name: string;
|
|
198
198
|
}[];
|
|
199
199
|
uuid: string;
|
|
200
200
|
createdAt: string;
|
|
@@ -57,12 +57,12 @@ export declare namespace UpdateConfigProfileCommand {
|
|
|
57
57
|
countryCode: z.ZodString;
|
|
58
58
|
}, "strip", z.ZodTypeAny, {
|
|
59
59
|
uuid: string;
|
|
60
|
-
name: string;
|
|
61
60
|
countryCode: string;
|
|
61
|
+
name: string;
|
|
62
62
|
}, {
|
|
63
63
|
uuid: string;
|
|
64
|
-
name: string;
|
|
65
64
|
countryCode: string;
|
|
65
|
+
name: string;
|
|
66
66
|
}>, "many">;
|
|
67
67
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
68
68
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
@@ -79,8 +79,8 @@ export declare namespace UpdateConfigProfileCommand {
|
|
|
79
79
|
}[];
|
|
80
80
|
nodes: {
|
|
81
81
|
uuid: string;
|
|
82
|
-
name: string;
|
|
83
82
|
countryCode: string;
|
|
83
|
+
name: string;
|
|
84
84
|
}[];
|
|
85
85
|
uuid: string;
|
|
86
86
|
createdAt: Date;
|
|
@@ -101,8 +101,8 @@ export declare namespace UpdateConfigProfileCommand {
|
|
|
101
101
|
}[];
|
|
102
102
|
nodes: {
|
|
103
103
|
uuid: string;
|
|
104
|
-
name: string;
|
|
105
104
|
countryCode: string;
|
|
105
|
+
name: string;
|
|
106
106
|
}[];
|
|
107
107
|
uuid: string;
|
|
108
108
|
createdAt: string;
|
|
@@ -125,8 +125,8 @@ export declare namespace UpdateConfigProfileCommand {
|
|
|
125
125
|
}[];
|
|
126
126
|
nodes: {
|
|
127
127
|
uuid: string;
|
|
128
|
-
name: string;
|
|
129
128
|
countryCode: string;
|
|
129
|
+
name: string;
|
|
130
130
|
}[];
|
|
131
131
|
uuid: string;
|
|
132
132
|
createdAt: Date;
|
|
@@ -149,8 +149,8 @@ export declare namespace UpdateConfigProfileCommand {
|
|
|
149
149
|
}[];
|
|
150
150
|
nodes: {
|
|
151
151
|
uuid: string;
|
|
152
|
-
name: string;
|
|
153
152
|
countryCode: string;
|
|
153
|
+
name: string;
|
|
154
154
|
}[];
|
|
155
155
|
uuid: string;
|
|
156
156
|
createdAt: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../commands/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../commands/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC"}
|
|
@@ -16,6 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./api-tokens"), exports);
|
|
18
18
|
__exportStar(require("./auth"), exports);
|
|
19
|
+
__exportStar(require("./bandwidth-stats"), exports);
|
|
19
20
|
__exportStar(require("./config-profiles"), exports);
|
|
20
21
|
__exportStar(require("./external-squads"), exports);
|
|
21
22
|
__exportStar(require("./hosts"), exports);
|
|
@@ -148,14 +148,14 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
148
148
|
faviconLink: string | null;
|
|
149
149
|
loginUrl: string | null;
|
|
150
150
|
}>>;
|
|
151
|
-
}, "uuid" | "
|
|
151
|
+
}, "uuid" | "countryCode" | "name">, "strip", z.ZodTypeAny, {
|
|
152
152
|
uuid: string;
|
|
153
|
-
name: string;
|
|
154
153
|
countryCode: string;
|
|
154
|
+
name: string;
|
|
155
155
|
}, {
|
|
156
156
|
uuid: string;
|
|
157
|
-
name: string;
|
|
158
157
|
countryCode: string;
|
|
158
|
+
name: string;
|
|
159
159
|
}>;
|
|
160
160
|
nextBillingAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
161
161
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
@@ -174,8 +174,8 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
174
174
|
providerUuid: string;
|
|
175
175
|
node: {
|
|
176
176
|
uuid: string;
|
|
177
|
-
name: string;
|
|
178
177
|
countryCode: string;
|
|
178
|
+
name: string;
|
|
179
179
|
};
|
|
180
180
|
nextBillingAt: Date;
|
|
181
181
|
}, {
|
|
@@ -192,8 +192,8 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
192
192
|
providerUuid: string;
|
|
193
193
|
node: {
|
|
194
194
|
uuid: string;
|
|
195
|
-
name: string;
|
|
196
195
|
countryCode: string;
|
|
196
|
+
name: string;
|
|
197
197
|
};
|
|
198
198
|
nextBillingAt: string;
|
|
199
199
|
}>, "many">;
|
|
@@ -303,14 +303,14 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
303
303
|
faviconLink: string | null;
|
|
304
304
|
loginUrl: string | null;
|
|
305
305
|
}>>;
|
|
306
|
-
}, "uuid" | "
|
|
306
|
+
}, "uuid" | "countryCode" | "name">, "strip", z.ZodTypeAny, {
|
|
307
307
|
uuid: string;
|
|
308
|
-
name: string;
|
|
309
308
|
countryCode: string;
|
|
309
|
+
name: string;
|
|
310
310
|
}, {
|
|
311
311
|
uuid: string;
|
|
312
|
-
name: string;
|
|
313
312
|
countryCode: string;
|
|
313
|
+
name: string;
|
|
314
314
|
}>, "many">;
|
|
315
315
|
totalAvailableBillingNodes: z.ZodNumber;
|
|
316
316
|
stats: z.ZodObject<{
|
|
@@ -346,16 +346,16 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
346
346
|
providerUuid: string;
|
|
347
347
|
node: {
|
|
348
348
|
uuid: string;
|
|
349
|
-
name: string;
|
|
350
349
|
countryCode: string;
|
|
350
|
+
name: string;
|
|
351
351
|
};
|
|
352
352
|
nextBillingAt: Date;
|
|
353
353
|
}[];
|
|
354
354
|
totalBillingNodes: number;
|
|
355
355
|
availableBillingNodes: {
|
|
356
356
|
uuid: string;
|
|
357
|
-
name: string;
|
|
358
357
|
countryCode: string;
|
|
358
|
+
name: string;
|
|
359
359
|
}[];
|
|
360
360
|
totalAvailableBillingNodes: number;
|
|
361
361
|
}, {
|
|
@@ -378,16 +378,16 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
378
378
|
providerUuid: string;
|
|
379
379
|
node: {
|
|
380
380
|
uuid: string;
|
|
381
|
-
name: string;
|
|
382
381
|
countryCode: string;
|
|
382
|
+
name: string;
|
|
383
383
|
};
|
|
384
384
|
nextBillingAt: string;
|
|
385
385
|
}[];
|
|
386
386
|
totalBillingNodes: number;
|
|
387
387
|
availableBillingNodes: {
|
|
388
388
|
uuid: string;
|
|
389
|
-
name: string;
|
|
390
389
|
countryCode: string;
|
|
390
|
+
name: string;
|
|
391
391
|
}[];
|
|
392
392
|
totalAvailableBillingNodes: number;
|
|
393
393
|
}>;
|
|
@@ -412,16 +412,16 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
412
412
|
providerUuid: string;
|
|
413
413
|
node: {
|
|
414
414
|
uuid: string;
|
|
415
|
-
name: string;
|
|
416
415
|
countryCode: string;
|
|
416
|
+
name: string;
|
|
417
417
|
};
|
|
418
418
|
nextBillingAt: Date;
|
|
419
419
|
}[];
|
|
420
420
|
totalBillingNodes: number;
|
|
421
421
|
availableBillingNodes: {
|
|
422
422
|
uuid: string;
|
|
423
|
-
name: string;
|
|
424
423
|
countryCode: string;
|
|
424
|
+
name: string;
|
|
425
425
|
}[];
|
|
426
426
|
totalAvailableBillingNodes: number;
|
|
427
427
|
};
|
|
@@ -446,16 +446,16 @@ export declare namespace CreateInfraBillingNodeCommand {
|
|
|
446
446
|
providerUuid: string;
|
|
447
447
|
node: {
|
|
448
448
|
uuid: string;
|
|
449
|
-
name: string;
|
|
450
449
|
countryCode: string;
|
|
450
|
+
name: string;
|
|
451
451
|
};
|
|
452
452
|
nextBillingAt: string;
|
|
453
453
|
}[];
|
|
454
454
|
totalBillingNodes: number;
|
|
455
455
|
availableBillingNodes: {
|
|
456
456
|
uuid: string;
|
|
457
|
-
name: string;
|
|
458
457
|
countryCode: string;
|
|
458
|
+
name: string;
|
|
459
459
|
}[];
|
|
460
460
|
totalAvailableBillingNodes: number;
|
|
461
461
|
};
|
|
@@ -40,13 +40,13 @@ export declare namespace CreateInfraProviderCommand {
|
|
|
40
40
|
name: z.ZodString;
|
|
41
41
|
countryCode: z.ZodString;
|
|
42
42
|
}, "strip", z.ZodTypeAny, {
|
|
43
|
-
name: string;
|
|
44
|
-
countryCode: string;
|
|
45
43
|
nodeUuid: string;
|
|
46
|
-
}, {
|
|
47
|
-
name: string;
|
|
48
44
|
countryCode: string;
|
|
45
|
+
name: string;
|
|
46
|
+
}, {
|
|
49
47
|
nodeUuid: string;
|
|
48
|
+
countryCode: string;
|
|
49
|
+
name: string;
|
|
50
50
|
}>, "many">;
|
|
51
51
|
}, "strip", z.ZodTypeAny, {
|
|
52
52
|
uuid: string;
|
|
@@ -60,9 +60,9 @@ export declare namespace CreateInfraProviderCommand {
|
|
|
60
60
|
totalBills: number;
|
|
61
61
|
};
|
|
62
62
|
billingNodes: {
|
|
63
|
-
name: string;
|
|
64
|
-
countryCode: string;
|
|
65
63
|
nodeUuid: string;
|
|
64
|
+
countryCode: string;
|
|
65
|
+
name: string;
|
|
66
66
|
}[];
|
|
67
67
|
}, {
|
|
68
68
|
uuid: string;
|
|
@@ -76,9 +76,9 @@ export declare namespace CreateInfraProviderCommand {
|
|
|
76
76
|
totalBills: number;
|
|
77
77
|
};
|
|
78
78
|
billingNodes: {
|
|
79
|
-
name: string;
|
|
80
|
-
countryCode: string;
|
|
81
79
|
nodeUuid: string;
|
|
80
|
+
countryCode: string;
|
|
81
|
+
name: string;
|
|
82
82
|
}[];
|
|
83
83
|
}>;
|
|
84
84
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -94,9 +94,9 @@ export declare namespace CreateInfraProviderCommand {
|
|
|
94
94
|
totalBills: number;
|
|
95
95
|
};
|
|
96
96
|
billingNodes: {
|
|
97
|
-
name: string;
|
|
98
|
-
countryCode: string;
|
|
99
97
|
nodeUuid: string;
|
|
98
|
+
countryCode: string;
|
|
99
|
+
name: string;
|
|
100
100
|
}[];
|
|
101
101
|
};
|
|
102
102
|
}, {
|
|
@@ -112,9 +112,9 @@ export declare namespace CreateInfraProviderCommand {
|
|
|
112
112
|
totalBills: number;
|
|
113
113
|
};
|
|
114
114
|
billingNodes: {
|
|
115
|
-
name: string;
|
|
116
|
-
countryCode: string;
|
|
117
115
|
nodeUuid: string;
|
|
116
|
+
countryCode: string;
|
|
117
|
+
name: string;
|
|
118
118
|
}[];
|
|
119
119
|
};
|
|
120
120
|
}>;
|
|
@@ -142,14 +142,14 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
142
142
|
faviconLink: string | null;
|
|
143
143
|
loginUrl: string | null;
|
|
144
144
|
}>>;
|
|
145
|
-
}, "uuid" | "
|
|
145
|
+
}, "uuid" | "countryCode" | "name">, "strip", z.ZodTypeAny, {
|
|
146
146
|
uuid: string;
|
|
147
|
-
name: string;
|
|
148
147
|
countryCode: string;
|
|
148
|
+
name: string;
|
|
149
149
|
}, {
|
|
150
150
|
uuid: string;
|
|
151
|
-
name: string;
|
|
152
151
|
countryCode: string;
|
|
152
|
+
name: string;
|
|
153
153
|
}>;
|
|
154
154
|
nextBillingAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
155
155
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
@@ -168,8 +168,8 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
168
168
|
providerUuid: string;
|
|
169
169
|
node: {
|
|
170
170
|
uuid: string;
|
|
171
|
-
name: string;
|
|
172
171
|
countryCode: string;
|
|
172
|
+
name: string;
|
|
173
173
|
};
|
|
174
174
|
nextBillingAt: Date;
|
|
175
175
|
}, {
|
|
@@ -186,8 +186,8 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
186
186
|
providerUuid: string;
|
|
187
187
|
node: {
|
|
188
188
|
uuid: string;
|
|
189
|
-
name: string;
|
|
190
189
|
countryCode: string;
|
|
190
|
+
name: string;
|
|
191
191
|
};
|
|
192
192
|
nextBillingAt: string;
|
|
193
193
|
}>, "many">;
|
|
@@ -297,14 +297,14 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
297
297
|
faviconLink: string | null;
|
|
298
298
|
loginUrl: string | null;
|
|
299
299
|
}>>;
|
|
300
|
-
}, "uuid" | "
|
|
300
|
+
}, "uuid" | "countryCode" | "name">, "strip", z.ZodTypeAny, {
|
|
301
301
|
uuid: string;
|
|
302
|
-
name: string;
|
|
303
302
|
countryCode: string;
|
|
303
|
+
name: string;
|
|
304
304
|
}, {
|
|
305
305
|
uuid: string;
|
|
306
|
-
name: string;
|
|
307
306
|
countryCode: string;
|
|
307
|
+
name: string;
|
|
308
308
|
}>, "many">;
|
|
309
309
|
totalAvailableBillingNodes: z.ZodNumber;
|
|
310
310
|
stats: z.ZodObject<{
|
|
@@ -340,16 +340,16 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
340
340
|
providerUuid: string;
|
|
341
341
|
node: {
|
|
342
342
|
uuid: string;
|
|
343
|
-
name: string;
|
|
344
343
|
countryCode: string;
|
|
344
|
+
name: string;
|
|
345
345
|
};
|
|
346
346
|
nextBillingAt: Date;
|
|
347
347
|
}[];
|
|
348
348
|
totalBillingNodes: number;
|
|
349
349
|
availableBillingNodes: {
|
|
350
350
|
uuid: string;
|
|
351
|
-
name: string;
|
|
352
351
|
countryCode: string;
|
|
352
|
+
name: string;
|
|
353
353
|
}[];
|
|
354
354
|
totalAvailableBillingNodes: number;
|
|
355
355
|
}, {
|
|
@@ -372,16 +372,16 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
372
372
|
providerUuid: string;
|
|
373
373
|
node: {
|
|
374
374
|
uuid: string;
|
|
375
|
-
name: string;
|
|
376
375
|
countryCode: string;
|
|
376
|
+
name: string;
|
|
377
377
|
};
|
|
378
378
|
nextBillingAt: string;
|
|
379
379
|
}[];
|
|
380
380
|
totalBillingNodes: number;
|
|
381
381
|
availableBillingNodes: {
|
|
382
382
|
uuid: string;
|
|
383
|
-
name: string;
|
|
384
383
|
countryCode: string;
|
|
384
|
+
name: string;
|
|
385
385
|
}[];
|
|
386
386
|
totalAvailableBillingNodes: number;
|
|
387
387
|
}>;
|
|
@@ -406,16 +406,16 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
406
406
|
providerUuid: string;
|
|
407
407
|
node: {
|
|
408
408
|
uuid: string;
|
|
409
|
-
name: string;
|
|
410
409
|
countryCode: string;
|
|
410
|
+
name: string;
|
|
411
411
|
};
|
|
412
412
|
nextBillingAt: Date;
|
|
413
413
|
}[];
|
|
414
414
|
totalBillingNodes: number;
|
|
415
415
|
availableBillingNodes: {
|
|
416
416
|
uuid: string;
|
|
417
|
-
name: string;
|
|
418
417
|
countryCode: string;
|
|
418
|
+
name: string;
|
|
419
419
|
}[];
|
|
420
420
|
totalAvailableBillingNodes: number;
|
|
421
421
|
};
|
|
@@ -440,16 +440,16 @@ export declare namespace DeleteInfraBillingNodeByUuidCommand {
|
|
|
440
440
|
providerUuid: string;
|
|
441
441
|
node: {
|
|
442
442
|
uuid: string;
|
|
443
|
-
name: string;
|
|
444
443
|
countryCode: string;
|
|
444
|
+
name: string;
|
|
445
445
|
};
|
|
446
446
|
nextBillingAt: string;
|
|
447
447
|
}[];
|
|
448
448
|
totalBillingNodes: number;
|
|
449
449
|
availableBillingNodes: {
|
|
450
450
|
uuid: string;
|
|
451
|
-
name: string;
|
|
452
451
|
countryCode: string;
|
|
452
|
+
name: string;
|
|
453
453
|
}[];
|
|
454
454
|
totalAvailableBillingNodes: number;
|
|
455
455
|
};
|
|
@@ -134,14 +134,14 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
134
134
|
faviconLink: string | null;
|
|
135
135
|
loginUrl: string | null;
|
|
136
136
|
}>>;
|
|
137
|
-
}, "uuid" | "
|
|
137
|
+
}, "uuid" | "countryCode" | "name">, "strip", z.ZodTypeAny, {
|
|
138
138
|
uuid: string;
|
|
139
|
-
name: string;
|
|
140
139
|
countryCode: string;
|
|
140
|
+
name: string;
|
|
141
141
|
}, {
|
|
142
142
|
uuid: string;
|
|
143
|
-
name: string;
|
|
144
143
|
countryCode: string;
|
|
144
|
+
name: string;
|
|
145
145
|
}>;
|
|
146
146
|
nextBillingAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
147
147
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
|
@@ -160,8 +160,8 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
160
160
|
providerUuid: string;
|
|
161
161
|
node: {
|
|
162
162
|
uuid: string;
|
|
163
|
-
name: string;
|
|
164
163
|
countryCode: string;
|
|
164
|
+
name: string;
|
|
165
165
|
};
|
|
166
166
|
nextBillingAt: Date;
|
|
167
167
|
}, {
|
|
@@ -178,8 +178,8 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
178
178
|
providerUuid: string;
|
|
179
179
|
node: {
|
|
180
180
|
uuid: string;
|
|
181
|
-
name: string;
|
|
182
181
|
countryCode: string;
|
|
182
|
+
name: string;
|
|
183
183
|
};
|
|
184
184
|
nextBillingAt: string;
|
|
185
185
|
}>, "many">;
|
|
@@ -289,14 +289,14 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
289
289
|
faviconLink: string | null;
|
|
290
290
|
loginUrl: string | null;
|
|
291
291
|
}>>;
|
|
292
|
-
}, "uuid" | "
|
|
292
|
+
}, "uuid" | "countryCode" | "name">, "strip", z.ZodTypeAny, {
|
|
293
293
|
uuid: string;
|
|
294
|
-
name: string;
|
|
295
294
|
countryCode: string;
|
|
295
|
+
name: string;
|
|
296
296
|
}, {
|
|
297
297
|
uuid: string;
|
|
298
|
-
name: string;
|
|
299
298
|
countryCode: string;
|
|
299
|
+
name: string;
|
|
300
300
|
}>, "many">;
|
|
301
301
|
totalAvailableBillingNodes: z.ZodNumber;
|
|
302
302
|
stats: z.ZodObject<{
|
|
@@ -332,16 +332,16 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
332
332
|
providerUuid: string;
|
|
333
333
|
node: {
|
|
334
334
|
uuid: string;
|
|
335
|
-
name: string;
|
|
336
335
|
countryCode: string;
|
|
336
|
+
name: string;
|
|
337
337
|
};
|
|
338
338
|
nextBillingAt: Date;
|
|
339
339
|
}[];
|
|
340
340
|
totalBillingNodes: number;
|
|
341
341
|
availableBillingNodes: {
|
|
342
342
|
uuid: string;
|
|
343
|
-
name: string;
|
|
344
343
|
countryCode: string;
|
|
344
|
+
name: string;
|
|
345
345
|
}[];
|
|
346
346
|
totalAvailableBillingNodes: number;
|
|
347
347
|
}, {
|
|
@@ -364,16 +364,16 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
364
364
|
providerUuid: string;
|
|
365
365
|
node: {
|
|
366
366
|
uuid: string;
|
|
367
|
-
name: string;
|
|
368
367
|
countryCode: string;
|
|
368
|
+
name: string;
|
|
369
369
|
};
|
|
370
370
|
nextBillingAt: string;
|
|
371
371
|
}[];
|
|
372
372
|
totalBillingNodes: number;
|
|
373
373
|
availableBillingNodes: {
|
|
374
374
|
uuid: string;
|
|
375
|
-
name: string;
|
|
376
375
|
countryCode: string;
|
|
376
|
+
name: string;
|
|
377
377
|
}[];
|
|
378
378
|
totalAvailableBillingNodes: number;
|
|
379
379
|
}>;
|
|
@@ -398,16 +398,16 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
398
398
|
providerUuid: string;
|
|
399
399
|
node: {
|
|
400
400
|
uuid: string;
|
|
401
|
-
name: string;
|
|
402
401
|
countryCode: string;
|
|
402
|
+
name: string;
|
|
403
403
|
};
|
|
404
404
|
nextBillingAt: Date;
|
|
405
405
|
}[];
|
|
406
406
|
totalBillingNodes: number;
|
|
407
407
|
availableBillingNodes: {
|
|
408
408
|
uuid: string;
|
|
409
|
-
name: string;
|
|
410
409
|
countryCode: string;
|
|
410
|
+
name: string;
|
|
411
411
|
}[];
|
|
412
412
|
totalAvailableBillingNodes: number;
|
|
413
413
|
};
|
|
@@ -432,16 +432,16 @@ export declare namespace GetInfraBillingNodesCommand {
|
|
|
432
432
|
providerUuid: string;
|
|
433
433
|
node: {
|
|
434
434
|
uuid: string;
|
|
435
|
-
name: string;
|
|
436
435
|
countryCode: string;
|
|
436
|
+
name: string;
|
|
437
437
|
};
|
|
438
438
|
nextBillingAt: string;
|
|
439
439
|
}[];
|
|
440
440
|
totalBillingNodes: number;
|
|
441
441
|
availableBillingNodes: {
|
|
442
442
|
uuid: string;
|
|
443
|
-
name: string;
|
|
444
443
|
countryCode: string;
|
|
444
|
+
name: string;
|
|
445
445
|
}[];
|
|
446
446
|
totalAvailableBillingNodes: number;
|
|
447
447
|
};
|