@remnawave/backend-contract 2.0.0-alpha.10 → 2.0.0-alpha.11
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/commands/nodes/actions/disable.command.d.ts +0 -77
- package/build/backend/commands/nodes/actions/disable.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/actions/enable.command.d.ts +0 -77
- package/build/backend/commands/nodes/actions/enable.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/actions/reorder.command.d.ts +0 -118
- package/build/backend/commands/nodes/actions/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/create.command.d.ts +0 -77
- package/build/backend/commands/nodes/create.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/get-all.command.d.ts +0 -77
- package/build/backend/commands/nodes/get-all.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/get-one.command.d.ts +0 -77
- package/build/backend/commands/nodes/get-one.command.d.ts.map +1 -1
- package/build/backend/commands/nodes/update.command.d.ts +0 -118
- package/build/backend/commands/nodes/update.command.d.ts.map +1 -1
- package/build/backend/models/infra-provider.schema.d.ts +22 -0
- package/build/backend/models/infra-provider.schema.d.ts.map +1 -1
- package/build/backend/models/infra-provider.schema.js +15 -1
- package/build/backend/models/nodes.schema.d.ts +0 -59
- package/build/backend/models/nodes.schema.d.ts.map +1 -1
- package/build/backend/models/nodes.schema.js +1 -1
- package/build/frontend/models/infra-provider.schema.js +15 -1
- package/build/frontend/models/nodes.schema.js +1 -1
- package/package.json +1 -1
@@ -77,29 +77,6 @@ export declare namespace DisableNodeCommand {
|
|
77
77
|
loginUrl: z.ZodNullable<z.ZodString>;
|
78
78
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
79
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
80
|
}, "strip", z.ZodTypeAny, {
|
104
81
|
uuid: string;
|
105
82
|
createdAt: Date;
|
@@ -107,15 +84,6 @@ export declare namespace DisableNodeCommand {
|
|
107
84
|
name: string;
|
108
85
|
faviconLink: string | null;
|
109
86
|
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
87
|
}, {
|
120
88
|
uuid: string;
|
121
89
|
createdAt: string;
|
@@ -123,15 +91,6 @@ export declare namespace DisableNodeCommand {
|
|
123
91
|
name: string;
|
124
92
|
faviconLink: string | null;
|
125
93
|
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
94
|
}>>;
|
136
95
|
}, "strip", z.ZodTypeAny, {
|
137
96
|
uuid: string;
|
@@ -180,15 +139,6 @@ export declare namespace DisableNodeCommand {
|
|
180
139
|
name: string;
|
181
140
|
faviconLink: string | null;
|
182
141
|
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
142
|
} | null;
|
193
143
|
}, {
|
194
144
|
uuid: string;
|
@@ -237,15 +187,6 @@ export declare namespace DisableNodeCommand {
|
|
237
187
|
name: string;
|
238
188
|
faviconLink: string | null;
|
239
189
|
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
190
|
} | null;
|
250
191
|
}>;
|
251
192
|
}, "strip", z.ZodTypeAny, {
|
@@ -296,15 +237,6 @@ export declare namespace DisableNodeCommand {
|
|
296
237
|
name: string;
|
297
238
|
faviconLink: string | null;
|
298
239
|
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
240
|
} | null;
|
309
241
|
};
|
310
242
|
}, {
|
@@ -355,15 +287,6 @@ export declare namespace DisableNodeCommand {
|
|
355
287
|
name: string;
|
356
288
|
faviconLink: string | null;
|
357
289
|
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
290
|
} | null;
|
368
291
|
};
|
369
292
|
}>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"disable.command.d.ts","sourceRoot":"","sources":["../../../../../commands/nodes/actions/disable.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,kBAAkB,CAAC;IACzB,MAAM,GAAG,0BAAiC,CAAC;IAC3C,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
|
1
|
+
{"version":3,"file":"disable.command.d.ts","sourceRoot":"","sources":["../../../../../commands/nodes/actions/disable.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,kBAAkB,CAAC;IACzB,MAAM,GAAG,0BAAiC,CAAC;IAC3C,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"}
|
@@ -77,29 +77,6 @@ export declare namespace EnableNodeCommand {
|
|
77
77
|
loginUrl: z.ZodNullable<z.ZodString>;
|
78
78
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
79
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
80
|
}, "strip", z.ZodTypeAny, {
|
104
81
|
uuid: string;
|
105
82
|
createdAt: Date;
|
@@ -107,15 +84,6 @@ export declare namespace EnableNodeCommand {
|
|
107
84
|
name: string;
|
108
85
|
faviconLink: string | null;
|
109
86
|
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
87
|
}, {
|
120
88
|
uuid: string;
|
121
89
|
createdAt: string;
|
@@ -123,15 +91,6 @@ export declare namespace EnableNodeCommand {
|
|
123
91
|
name: string;
|
124
92
|
faviconLink: string | null;
|
125
93
|
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
94
|
}>>;
|
136
95
|
}, "strip", z.ZodTypeAny, {
|
137
96
|
uuid: string;
|
@@ -180,15 +139,6 @@ export declare namespace EnableNodeCommand {
|
|
180
139
|
name: string;
|
181
140
|
faviconLink: string | null;
|
182
141
|
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
142
|
} | null;
|
193
143
|
}, {
|
194
144
|
uuid: string;
|
@@ -237,15 +187,6 @@ export declare namespace EnableNodeCommand {
|
|
237
187
|
name: string;
|
238
188
|
faviconLink: string | null;
|
239
189
|
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
190
|
} | null;
|
250
191
|
}>;
|
251
192
|
}, "strip", z.ZodTypeAny, {
|
@@ -296,15 +237,6 @@ export declare namespace EnableNodeCommand {
|
|
296
237
|
name: string;
|
297
238
|
faviconLink: string | null;
|
298
239
|
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
240
|
} | null;
|
309
241
|
};
|
310
242
|
}, {
|
@@ -355,15 +287,6 @@ export declare namespace EnableNodeCommand {
|
|
355
287
|
name: string;
|
356
288
|
faviconLink: string | null;
|
357
289
|
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
290
|
} | null;
|
368
291
|
};
|
369
292
|
}>;
|
@@ -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
|
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"}
|
@@ -69,29 +69,6 @@ export declare namespace ReorderNodeCommand {
|
|
69
69
|
loginUrl: z.ZodNullable<z.ZodString>;
|
70
70
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
71
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
72
|
}, "strip", z.ZodTypeAny, {
|
96
73
|
uuid: string;
|
97
74
|
createdAt: Date;
|
@@ -99,15 +76,6 @@ export declare namespace ReorderNodeCommand {
|
|
99
76
|
name: string;
|
100
77
|
faviconLink: string | null;
|
101
78
|
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
79
|
}, {
|
112
80
|
uuid: string;
|
113
81
|
createdAt: string;
|
@@ -115,15 +83,6 @@ export declare namespace ReorderNodeCommand {
|
|
115
83
|
name: string;
|
116
84
|
faviconLink: string | null;
|
117
85
|
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
86
|
}>>;
|
128
87
|
}, "uuid" | "viewPosition">, "strip", z.ZodTypeAny, {
|
129
88
|
uuid: string;
|
@@ -210,29 +169,6 @@ export declare namespace ReorderNodeCommand {
|
|
210
169
|
loginUrl: z.ZodNullable<z.ZodString>;
|
211
170
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
212
171
|
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
172
|
}, "strip", z.ZodTypeAny, {
|
237
173
|
uuid: string;
|
238
174
|
createdAt: Date;
|
@@ -240,15 +176,6 @@ export declare namespace ReorderNodeCommand {
|
|
240
176
|
name: string;
|
241
177
|
faviconLink: string | null;
|
242
178
|
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
179
|
}, {
|
253
180
|
uuid: string;
|
254
181
|
createdAt: string;
|
@@ -256,15 +183,6 @@ export declare namespace ReorderNodeCommand {
|
|
256
183
|
name: string;
|
257
184
|
faviconLink: string | null;
|
258
185
|
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
186
|
}>>;
|
269
187
|
}, "strip", z.ZodTypeAny, {
|
270
188
|
uuid: string;
|
@@ -313,15 +231,6 @@ export declare namespace ReorderNodeCommand {
|
|
313
231
|
name: string;
|
314
232
|
faviconLink: string | null;
|
315
233
|
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
234
|
} | null;
|
326
235
|
}, {
|
327
236
|
uuid: string;
|
@@ -370,15 +279,6 @@ export declare namespace ReorderNodeCommand {
|
|
370
279
|
name: string;
|
371
280
|
faviconLink: string | null;
|
372
281
|
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
282
|
} | null;
|
383
283
|
}>, "many">;
|
384
284
|
}, "strip", z.ZodTypeAny, {
|
@@ -429,15 +329,6 @@ export declare namespace ReorderNodeCommand {
|
|
429
329
|
name: string;
|
430
330
|
faviconLink: string | null;
|
431
331
|
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
332
|
} | null;
|
442
333
|
}[];
|
443
334
|
}, {
|
@@ -488,15 +379,6 @@ export declare namespace ReorderNodeCommand {
|
|
488
379
|
name: string;
|
489
380
|
faviconLink: string | null;
|
490
381
|
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
382
|
} | null;
|
501
383
|
}[];
|
502
384
|
}>;
|
@@ -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
|
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"}
|
@@ -110,29 +110,6 @@ export declare namespace CreateNodeCommand {
|
|
110
110
|
loginUrl: z.ZodNullable<z.ZodString>;
|
111
111
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
112
112
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
113
|
-
billingHistory: z.ZodObject<{
|
114
|
-
totalAmount: z.ZodNumber;
|
115
|
-
totalBills: z.ZodNumber;
|
116
|
-
}, "strip", z.ZodTypeAny, {
|
117
|
-
totalAmount: number;
|
118
|
-
totalBills: number;
|
119
|
-
}, {
|
120
|
-
totalAmount: number;
|
121
|
-
totalBills: number;
|
122
|
-
}>;
|
123
|
-
billingNodes: z.ZodArray<z.ZodObject<{
|
124
|
-
nodeUuid: z.ZodString;
|
125
|
-
name: z.ZodString;
|
126
|
-
countryCode: z.ZodString;
|
127
|
-
}, "strip", z.ZodTypeAny, {
|
128
|
-
name: string;
|
129
|
-
countryCode: string;
|
130
|
-
nodeUuid: string;
|
131
|
-
}, {
|
132
|
-
name: string;
|
133
|
-
countryCode: string;
|
134
|
-
nodeUuid: string;
|
135
|
-
}>, "many">;
|
136
113
|
}, "strip", z.ZodTypeAny, {
|
137
114
|
uuid: string;
|
138
115
|
createdAt: Date;
|
@@ -140,15 +117,6 @@ export declare namespace CreateNodeCommand {
|
|
140
117
|
name: string;
|
141
118
|
faviconLink: string | null;
|
142
119
|
loginUrl: string | null;
|
143
|
-
billingHistory: {
|
144
|
-
totalAmount: number;
|
145
|
-
totalBills: number;
|
146
|
-
};
|
147
|
-
billingNodes: {
|
148
|
-
name: string;
|
149
|
-
countryCode: string;
|
150
|
-
nodeUuid: string;
|
151
|
-
}[];
|
152
120
|
}, {
|
153
121
|
uuid: string;
|
154
122
|
createdAt: string;
|
@@ -156,15 +124,6 @@ export declare namespace CreateNodeCommand {
|
|
156
124
|
name: string;
|
157
125
|
faviconLink: string | null;
|
158
126
|
loginUrl: string | null;
|
159
|
-
billingHistory: {
|
160
|
-
totalAmount: number;
|
161
|
-
totalBills: number;
|
162
|
-
};
|
163
|
-
billingNodes: {
|
164
|
-
name: string;
|
165
|
-
countryCode: string;
|
166
|
-
nodeUuid: string;
|
167
|
-
}[];
|
168
127
|
}>>;
|
169
128
|
}, "strip", z.ZodTypeAny, {
|
170
129
|
uuid: string;
|
@@ -213,15 +172,6 @@ export declare namespace CreateNodeCommand {
|
|
213
172
|
name: string;
|
214
173
|
faviconLink: string | null;
|
215
174
|
loginUrl: string | null;
|
216
|
-
billingHistory: {
|
217
|
-
totalAmount: number;
|
218
|
-
totalBills: number;
|
219
|
-
};
|
220
|
-
billingNodes: {
|
221
|
-
name: string;
|
222
|
-
countryCode: string;
|
223
|
-
nodeUuid: string;
|
224
|
-
}[];
|
225
175
|
} | null;
|
226
176
|
}, {
|
227
177
|
uuid: string;
|
@@ -270,15 +220,6 @@ export declare namespace CreateNodeCommand {
|
|
270
220
|
name: string;
|
271
221
|
faviconLink: string | null;
|
272
222
|
loginUrl: string | null;
|
273
|
-
billingHistory: {
|
274
|
-
totalAmount: number;
|
275
|
-
totalBills: number;
|
276
|
-
};
|
277
|
-
billingNodes: {
|
278
|
-
name: string;
|
279
|
-
countryCode: string;
|
280
|
-
nodeUuid: string;
|
281
|
-
}[];
|
282
223
|
} | null;
|
283
224
|
}>;
|
284
225
|
}, "strip", z.ZodTypeAny, {
|
@@ -329,15 +270,6 @@ export declare namespace CreateNodeCommand {
|
|
329
270
|
name: string;
|
330
271
|
faviconLink: string | null;
|
331
272
|
loginUrl: string | null;
|
332
|
-
billingHistory: {
|
333
|
-
totalAmount: number;
|
334
|
-
totalBills: number;
|
335
|
-
};
|
336
|
-
billingNodes: {
|
337
|
-
name: string;
|
338
|
-
countryCode: string;
|
339
|
-
nodeUuid: string;
|
340
|
-
}[];
|
341
273
|
} | null;
|
342
274
|
};
|
343
275
|
}, {
|
@@ -388,15 +320,6 @@ export declare namespace CreateNodeCommand {
|
|
388
320
|
name: string;
|
389
321
|
faviconLink: string | null;
|
390
322
|
loginUrl: string | null;
|
391
|
-
billingHistory: {
|
392
|
-
totalAmount: number;
|
393
|
-
totalBills: number;
|
394
|
-
};
|
395
|
-
billingNodes: {
|
396
|
-
name: string;
|
397
|
-
countryCode: string;
|
398
|
-
nodeUuid: string;
|
399
|
-
}[];
|
400
323
|
} | null;
|
401
324
|
};
|
402
325
|
}>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"create.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/create.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,eAAwB,CAAC;IAClC,MAAM,OAAO,eAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAwCxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc
|
1
|
+
{"version":3,"file":"create.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/create.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,eAAwB,CAAC;IAClC,MAAM,OAAO,eAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAwCxB,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"}
|
@@ -69,29 +69,6 @@ export declare namespace GetAllNodesCommand {
|
|
69
69
|
loginUrl: z.ZodNullable<z.ZodString>;
|
70
70
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
71
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
72
|
}, "strip", z.ZodTypeAny, {
|
96
73
|
uuid: string;
|
97
74
|
createdAt: Date;
|
@@ -99,15 +76,6 @@ export declare namespace GetAllNodesCommand {
|
|
99
76
|
name: string;
|
100
77
|
faviconLink: string | null;
|
101
78
|
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
79
|
}, {
|
112
80
|
uuid: string;
|
113
81
|
createdAt: string;
|
@@ -115,15 +83,6 @@ export declare namespace GetAllNodesCommand {
|
|
115
83
|
name: string;
|
116
84
|
faviconLink: string | null;
|
117
85
|
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
86
|
}>>;
|
128
87
|
}, "strip", z.ZodTypeAny, {
|
129
88
|
uuid: string;
|
@@ -172,15 +131,6 @@ export declare namespace GetAllNodesCommand {
|
|
172
131
|
name: string;
|
173
132
|
faviconLink: string | null;
|
174
133
|
loginUrl: string | null;
|
175
|
-
billingHistory: {
|
176
|
-
totalAmount: number;
|
177
|
-
totalBills: number;
|
178
|
-
};
|
179
|
-
billingNodes: {
|
180
|
-
name: string;
|
181
|
-
countryCode: string;
|
182
|
-
nodeUuid: string;
|
183
|
-
}[];
|
184
134
|
} | null;
|
185
135
|
}, {
|
186
136
|
uuid: string;
|
@@ -229,15 +179,6 @@ export declare namespace GetAllNodesCommand {
|
|
229
179
|
name: string;
|
230
180
|
faviconLink: string | null;
|
231
181
|
loginUrl: string | null;
|
232
|
-
billingHistory: {
|
233
|
-
totalAmount: number;
|
234
|
-
totalBills: number;
|
235
|
-
};
|
236
|
-
billingNodes: {
|
237
|
-
name: string;
|
238
|
-
countryCode: string;
|
239
|
-
nodeUuid: string;
|
240
|
-
}[];
|
241
182
|
} | null;
|
242
183
|
}>, "many">;
|
243
184
|
}, "strip", z.ZodTypeAny, {
|
@@ -288,15 +229,6 @@ export declare namespace GetAllNodesCommand {
|
|
288
229
|
name: string;
|
289
230
|
faviconLink: string | null;
|
290
231
|
loginUrl: string | null;
|
291
|
-
billingHistory: {
|
292
|
-
totalAmount: number;
|
293
|
-
totalBills: number;
|
294
|
-
};
|
295
|
-
billingNodes: {
|
296
|
-
name: string;
|
297
|
-
countryCode: string;
|
298
|
-
nodeUuid: string;
|
299
|
-
}[];
|
300
232
|
} | null;
|
301
233
|
}[];
|
302
234
|
}, {
|
@@ -347,15 +279,6 @@ export declare namespace GetAllNodesCommand {
|
|
347
279
|
name: string;
|
348
280
|
faviconLink: string | null;
|
349
281
|
loginUrl: string | null;
|
350
|
-
billingHistory: {
|
351
|
-
totalAmount: number;
|
352
|
-
totalBills: number;
|
353
|
-
};
|
354
|
-
billingNodes: {
|
355
|
-
name: string;
|
356
|
-
countryCode: string;
|
357
|
-
nodeUuid: string;
|
358
|
-
}[];
|
359
282
|
} | null;
|
360
283
|
}[];
|
361
284
|
}>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"get-all.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/get-all.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,kBAAkB,CAAC;IACzB,MAAM,GAAG,eAAqB,CAAC;IAC/B,MAAM,OAAO,eAAM,CAAC;IAEpB,MAAM,eAAe,2CAA+D,CAAC;IAErF,MAAM,cAAc
|
1
|
+
{"version":3,"file":"get-all.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/get-all.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,kBAAkB,CAAC;IACzB,MAAM,GAAG,eAAqB,CAAC;IAC/B,MAAM,OAAO,eAAM,CAAC;IAEpB,MAAM,eAAe,2CAA+D,CAAC;IAErF,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
@@ -77,29 +77,6 @@ export declare namespace GetOneNodeCommand {
|
|
77
77
|
loginUrl: z.ZodNullable<z.ZodString>;
|
78
78
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
79
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
80
|
}, "strip", z.ZodTypeAny, {
|
104
81
|
uuid: string;
|
105
82
|
createdAt: Date;
|
@@ -107,15 +84,6 @@ export declare namespace GetOneNodeCommand {
|
|
107
84
|
name: string;
|
108
85
|
faviconLink: string | null;
|
109
86
|
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
87
|
}, {
|
120
88
|
uuid: string;
|
121
89
|
createdAt: string;
|
@@ -123,15 +91,6 @@ export declare namespace GetOneNodeCommand {
|
|
123
91
|
name: string;
|
124
92
|
faviconLink: string | null;
|
125
93
|
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
94
|
}>>;
|
136
95
|
}, "strip", z.ZodTypeAny, {
|
137
96
|
uuid: string;
|
@@ -180,15 +139,6 @@ export declare namespace GetOneNodeCommand {
|
|
180
139
|
name: string;
|
181
140
|
faviconLink: string | null;
|
182
141
|
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
142
|
} | null;
|
193
143
|
}, {
|
194
144
|
uuid: string;
|
@@ -237,15 +187,6 @@ export declare namespace GetOneNodeCommand {
|
|
237
187
|
name: string;
|
238
188
|
faviconLink: string | null;
|
239
189
|
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
190
|
} | null;
|
250
191
|
}>;
|
251
192
|
}, "strip", z.ZodTypeAny, {
|
@@ -296,15 +237,6 @@ export declare namespace GetOneNodeCommand {
|
|
296
237
|
name: string;
|
297
238
|
faviconLink: string | null;
|
298
239
|
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
240
|
} | null;
|
309
241
|
};
|
310
242
|
}, {
|
@@ -355,15 +287,6 @@ export declare namespace GetOneNodeCommand {
|
|
355
287
|
name: string;
|
356
288
|
faviconLink: string | null;
|
357
289
|
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
290
|
} | null;
|
368
291
|
};
|
369
292
|
}>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"get-one.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/get-one.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,0BAA6B,CAAC;IACvC,MAAM,OAAO,QAAe,CAAC;IAE7B,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc
|
1
|
+
{"version":3,"file":"get-one.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/get-one.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,0BAA6B,CAAC;IACvC,MAAM,OAAO,QAAe,CAAC;IAE7B,MAAM,eAAe,2CAI3B,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"}
|
@@ -68,29 +68,6 @@ export declare namespace UpdateNodeCommand {
|
|
68
68
|
loginUrl: z.ZodNullable<z.ZodString>;
|
69
69
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
70
70
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
71
|
-
billingHistory: z.ZodObject<{
|
72
|
-
totalAmount: z.ZodNumber;
|
73
|
-
totalBills: z.ZodNumber;
|
74
|
-
}, "strip", z.ZodTypeAny, {
|
75
|
-
totalAmount: number;
|
76
|
-
totalBills: number;
|
77
|
-
}, {
|
78
|
-
totalAmount: number;
|
79
|
-
totalBills: number;
|
80
|
-
}>;
|
81
|
-
billingNodes: z.ZodArray<z.ZodObject<{
|
82
|
-
nodeUuid: z.ZodString;
|
83
|
-
name: z.ZodString;
|
84
|
-
countryCode: z.ZodString;
|
85
|
-
}, "strip", z.ZodTypeAny, {
|
86
|
-
name: string;
|
87
|
-
countryCode: string;
|
88
|
-
nodeUuid: string;
|
89
|
-
}, {
|
90
|
-
name: string;
|
91
|
-
countryCode: string;
|
92
|
-
nodeUuid: string;
|
93
|
-
}>, "many">;
|
94
71
|
}, "strip", z.ZodTypeAny, {
|
95
72
|
uuid: string;
|
96
73
|
createdAt: Date;
|
@@ -98,15 +75,6 @@ export declare namespace UpdateNodeCommand {
|
|
98
75
|
name: string;
|
99
76
|
faviconLink: string | null;
|
100
77
|
loginUrl: string | null;
|
101
|
-
billingHistory: {
|
102
|
-
totalAmount: number;
|
103
|
-
totalBills: number;
|
104
|
-
};
|
105
|
-
billingNodes: {
|
106
|
-
name: string;
|
107
|
-
countryCode: string;
|
108
|
-
nodeUuid: string;
|
109
|
-
}[];
|
110
78
|
}, {
|
111
79
|
uuid: string;
|
112
80
|
createdAt: string;
|
@@ -114,15 +82,6 @@ export declare namespace UpdateNodeCommand {
|
|
114
82
|
name: string;
|
115
83
|
faviconLink: string | null;
|
116
84
|
loginUrl: string | null;
|
117
|
-
billingHistory: {
|
118
|
-
totalAmount: number;
|
119
|
-
totalBills: number;
|
120
|
-
};
|
121
|
-
billingNodes: {
|
122
|
-
name: string;
|
123
|
-
countryCode: string;
|
124
|
-
nodeUuid: string;
|
125
|
-
}[];
|
126
85
|
}>>;
|
127
86
|
}, "uuid"> & {
|
128
87
|
name: z.ZodOptional<z.ZodString>;
|
@@ -233,29 +192,6 @@ export declare namespace UpdateNodeCommand {
|
|
233
192
|
loginUrl: z.ZodNullable<z.ZodString>;
|
234
193
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
235
194
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
236
|
-
billingHistory: z.ZodObject<{
|
237
|
-
totalAmount: z.ZodNumber;
|
238
|
-
totalBills: z.ZodNumber;
|
239
|
-
}, "strip", z.ZodTypeAny, {
|
240
|
-
totalAmount: number;
|
241
|
-
totalBills: number;
|
242
|
-
}, {
|
243
|
-
totalAmount: number;
|
244
|
-
totalBills: number;
|
245
|
-
}>;
|
246
|
-
billingNodes: z.ZodArray<z.ZodObject<{
|
247
|
-
nodeUuid: z.ZodString;
|
248
|
-
name: z.ZodString;
|
249
|
-
countryCode: z.ZodString;
|
250
|
-
}, "strip", z.ZodTypeAny, {
|
251
|
-
name: string;
|
252
|
-
countryCode: string;
|
253
|
-
nodeUuid: string;
|
254
|
-
}, {
|
255
|
-
name: string;
|
256
|
-
countryCode: string;
|
257
|
-
nodeUuid: string;
|
258
|
-
}>, "many">;
|
259
195
|
}, "strip", z.ZodTypeAny, {
|
260
196
|
uuid: string;
|
261
197
|
createdAt: Date;
|
@@ -263,15 +199,6 @@ export declare namespace UpdateNodeCommand {
|
|
263
199
|
name: string;
|
264
200
|
faviconLink: string | null;
|
265
201
|
loginUrl: string | null;
|
266
|
-
billingHistory: {
|
267
|
-
totalAmount: number;
|
268
|
-
totalBills: number;
|
269
|
-
};
|
270
|
-
billingNodes: {
|
271
|
-
name: string;
|
272
|
-
countryCode: string;
|
273
|
-
nodeUuid: string;
|
274
|
-
}[];
|
275
202
|
}, {
|
276
203
|
uuid: string;
|
277
204
|
createdAt: string;
|
@@ -279,15 +206,6 @@ export declare namespace UpdateNodeCommand {
|
|
279
206
|
name: string;
|
280
207
|
faviconLink: string | null;
|
281
208
|
loginUrl: string | null;
|
282
|
-
billingHistory: {
|
283
|
-
totalAmount: number;
|
284
|
-
totalBills: number;
|
285
|
-
};
|
286
|
-
billingNodes: {
|
287
|
-
name: string;
|
288
|
-
countryCode: string;
|
289
|
-
nodeUuid: string;
|
290
|
-
}[];
|
291
209
|
}>>;
|
292
210
|
}, "strip", z.ZodTypeAny, {
|
293
211
|
uuid: string;
|
@@ -336,15 +254,6 @@ export declare namespace UpdateNodeCommand {
|
|
336
254
|
name: string;
|
337
255
|
faviconLink: string | null;
|
338
256
|
loginUrl: string | null;
|
339
|
-
billingHistory: {
|
340
|
-
totalAmount: number;
|
341
|
-
totalBills: number;
|
342
|
-
};
|
343
|
-
billingNodes: {
|
344
|
-
name: string;
|
345
|
-
countryCode: string;
|
346
|
-
nodeUuid: string;
|
347
|
-
}[];
|
348
257
|
} | null;
|
349
258
|
}, {
|
350
259
|
uuid: string;
|
@@ -393,15 +302,6 @@ export declare namespace UpdateNodeCommand {
|
|
393
302
|
name: string;
|
394
303
|
faviconLink: string | null;
|
395
304
|
loginUrl: string | null;
|
396
|
-
billingHistory: {
|
397
|
-
totalAmount: number;
|
398
|
-
totalBills: number;
|
399
|
-
};
|
400
|
-
billingNodes: {
|
401
|
-
name: string;
|
402
|
-
countryCode: string;
|
403
|
-
nodeUuid: string;
|
404
|
-
}[];
|
405
305
|
} | null;
|
406
306
|
}>;
|
407
307
|
}, "strip", z.ZodTypeAny, {
|
@@ -452,15 +352,6 @@ export declare namespace UpdateNodeCommand {
|
|
452
352
|
name: string;
|
453
353
|
faviconLink: string | null;
|
454
354
|
loginUrl: string | null;
|
455
|
-
billingHistory: {
|
456
|
-
totalAmount: number;
|
457
|
-
totalBills: number;
|
458
|
-
};
|
459
|
-
billingNodes: {
|
460
|
-
name: string;
|
461
|
-
countryCode: string;
|
462
|
-
nodeUuid: string;
|
463
|
-
}[];
|
464
355
|
} | null;
|
465
356
|
};
|
466
357
|
}, {
|
@@ -511,15 +402,6 @@ export declare namespace UpdateNodeCommand {
|
|
511
402
|
name: string;
|
512
403
|
faviconLink: string | null;
|
513
404
|
loginUrl: string | null;
|
514
|
-
billingHistory: {
|
515
|
-
totalAmount: number;
|
516
|
-
totalBills: number;
|
517
|
-
};
|
518
|
-
billingNodes: {
|
519
|
-
name: string;
|
520
|
-
countryCode: string;
|
521
|
-
nodeUuid: string;
|
522
|
-
}[];
|
523
405
|
} | null;
|
524
406
|
};
|
525
407
|
}>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"update.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/update.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,eAAwB,CAAC;IAClC,MAAM,OAAO,eAAM,CAAC;IAEpB,MAAM,eAAe,2CAAkE,CAAC;IAExF,MAAM,aAAa
|
1
|
+
{"version":3,"file":"update.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/update.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,eAAwB,CAAC;IAClC,MAAM,OAAO,eAAM,CAAC;IAEpB,MAAM,eAAe,2CAAkE,CAAC;IAExF,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAoCxB,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"}
|
@@ -62,4 +62,26 @@ export declare const InfraProviderSchema: z.ZodObject<{
|
|
62
62
|
nodeUuid: string;
|
63
63
|
}[];
|
64
64
|
}>;
|
65
|
+
export declare const PartialInfraProviderSchema: 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
|
+
}, "strip", z.ZodTypeAny, {
|
73
|
+
uuid: string;
|
74
|
+
createdAt: Date;
|
75
|
+
updatedAt: Date;
|
76
|
+
name: string;
|
77
|
+
faviconLink: string | null;
|
78
|
+
loginUrl: string | null;
|
79
|
+
}, {
|
80
|
+
uuid: string;
|
81
|
+
createdAt: string;
|
82
|
+
updatedAt: string;
|
83
|
+
name: string;
|
84
|
+
faviconLink: string | null;
|
85
|
+
loginUrl: string | null;
|
86
|
+
}>;
|
65
87
|
//# sourceMappingURL=infra-provider.schema.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"infra-provider.schema.d.ts","sourceRoot":"","sources":["../../../models/infra-provider.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0B9B,CAAC"}
|
1
|
+
{"version":3,"file":"infra-provider.schema.d.ts","sourceRoot":"","sources":["../../../models/infra-provider.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0B9B,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;EAcrC,CAAC"}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.InfraProviderSchema = void 0;
|
3
|
+
exports.PartialInfraProviderSchema = exports.InfraProviderSchema = void 0;
|
4
4
|
const zod_1 = require("zod");
|
5
5
|
exports.InfraProviderSchema = zod_1.z.object({
|
6
6
|
uuid: zod_1.z.string().uuid(),
|
@@ -25,3 +25,17 @@ exports.InfraProviderSchema = zod_1.z.object({
|
|
25
25
|
countryCode: zod_1.z.string(),
|
26
26
|
})),
|
27
27
|
});
|
28
|
+
exports.PartialInfraProviderSchema = zod_1.z.object({
|
29
|
+
uuid: zod_1.z.string().uuid(),
|
30
|
+
name: zod_1.z.string(),
|
31
|
+
faviconLink: zod_1.z.nullable(zod_1.z.string()),
|
32
|
+
loginUrl: zod_1.z.nullable(zod_1.z.string()),
|
33
|
+
createdAt: zod_1.z
|
34
|
+
.string()
|
35
|
+
.datetime()
|
36
|
+
.transform((str) => new Date(str)),
|
37
|
+
updatedAt: zod_1.z
|
38
|
+
.string()
|
39
|
+
.datetime()
|
40
|
+
.transform((str) => new Date(str)),
|
41
|
+
});
|
@@ -64,29 +64,6 @@ export declare const NodesSchema: z.ZodObject<{
|
|
64
64
|
loginUrl: z.ZodNullable<z.ZodString>;
|
65
65
|
createdAt: z.ZodEffects<z.ZodString, Date, string>;
|
66
66
|
updatedAt: z.ZodEffects<z.ZodString, Date, string>;
|
67
|
-
billingHistory: z.ZodObject<{
|
68
|
-
totalAmount: z.ZodNumber;
|
69
|
-
totalBills: z.ZodNumber;
|
70
|
-
}, "strip", z.ZodTypeAny, {
|
71
|
-
totalAmount: number;
|
72
|
-
totalBills: number;
|
73
|
-
}, {
|
74
|
-
totalAmount: number;
|
75
|
-
totalBills: number;
|
76
|
-
}>;
|
77
|
-
billingNodes: z.ZodArray<z.ZodObject<{
|
78
|
-
nodeUuid: z.ZodString;
|
79
|
-
name: z.ZodString;
|
80
|
-
countryCode: z.ZodString;
|
81
|
-
}, "strip", z.ZodTypeAny, {
|
82
|
-
name: string;
|
83
|
-
countryCode: string;
|
84
|
-
nodeUuid: string;
|
85
|
-
}, {
|
86
|
-
name: string;
|
87
|
-
countryCode: string;
|
88
|
-
nodeUuid: string;
|
89
|
-
}>, "many">;
|
90
67
|
}, "strip", z.ZodTypeAny, {
|
91
68
|
uuid: string;
|
92
69
|
createdAt: Date;
|
@@ -94,15 +71,6 @@ export declare const NodesSchema: z.ZodObject<{
|
|
94
71
|
name: string;
|
95
72
|
faviconLink: string | null;
|
96
73
|
loginUrl: string | null;
|
97
|
-
billingHistory: {
|
98
|
-
totalAmount: number;
|
99
|
-
totalBills: number;
|
100
|
-
};
|
101
|
-
billingNodes: {
|
102
|
-
name: string;
|
103
|
-
countryCode: string;
|
104
|
-
nodeUuid: string;
|
105
|
-
}[];
|
106
74
|
}, {
|
107
75
|
uuid: string;
|
108
76
|
createdAt: string;
|
@@ -110,15 +78,6 @@ export declare const NodesSchema: z.ZodObject<{
|
|
110
78
|
name: string;
|
111
79
|
faviconLink: string | null;
|
112
80
|
loginUrl: string | null;
|
113
|
-
billingHistory: {
|
114
|
-
totalAmount: number;
|
115
|
-
totalBills: number;
|
116
|
-
};
|
117
|
-
billingNodes: {
|
118
|
-
name: string;
|
119
|
-
countryCode: string;
|
120
|
-
nodeUuid: string;
|
121
|
-
}[];
|
122
81
|
}>>;
|
123
82
|
}, "strip", z.ZodTypeAny, {
|
124
83
|
uuid: string;
|
@@ -167,15 +126,6 @@ export declare const NodesSchema: z.ZodObject<{
|
|
167
126
|
name: string;
|
168
127
|
faviconLink: string | null;
|
169
128
|
loginUrl: string | null;
|
170
|
-
billingHistory: {
|
171
|
-
totalAmount: number;
|
172
|
-
totalBills: number;
|
173
|
-
};
|
174
|
-
billingNodes: {
|
175
|
-
name: string;
|
176
|
-
countryCode: string;
|
177
|
-
nodeUuid: string;
|
178
|
-
}[];
|
179
129
|
} | null;
|
180
130
|
}, {
|
181
131
|
uuid: string;
|
@@ -224,15 +174,6 @@ export declare const NodesSchema: z.ZodObject<{
|
|
224
174
|
name: string;
|
225
175
|
faviconLink: string | null;
|
226
176
|
loginUrl: string | null;
|
227
|
-
billingHistory: {
|
228
|
-
totalAmount: number;
|
229
|
-
totalBills: number;
|
230
|
-
};
|
231
|
-
billingNodes: {
|
232
|
-
name: string;
|
233
|
-
countryCode: string;
|
234
|
-
nodeUuid: string;
|
235
|
-
}[];
|
236
177
|
} | null;
|
237
178
|
}>;
|
238
179
|
//# sourceMappingURL=nodes.schema.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"nodes.schema.d.ts","sourceRoot":"","sources":["../../../models/nodes.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,WAAW
|
1
|
+
{"version":3,"file":"nodes.schema.d.ts","sourceRoot":"","sources":["../../../models/nodes.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgDtB,CAAC"}
|
@@ -44,5 +44,5 @@ exports.NodesSchema = zod_1.z.object({
|
|
44
44
|
activeConfigProfileUuid: zod_1.z.nullable(zod_1.z.string().uuid()),
|
45
45
|
activeInbounds: zod_1.z.nullable(zod_1.z.array(config_profile_inbounds_schema_1.ConfigProfileInboundsSchema)),
|
46
46
|
providerUuid: zod_1.z.nullable(zod_1.z.string().uuid()),
|
47
|
-
provider: zod_1.z.nullable(infra_provider_schema_1.
|
47
|
+
provider: zod_1.z.nullable(infra_provider_schema_1.PartialInfraProviderSchema),
|
48
48
|
});
|
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.InfraProviderSchema = void 0;
|
3
|
+
exports.PartialInfraProviderSchema = exports.InfraProviderSchema = void 0;
|
4
4
|
const zod_1 = require("zod");
|
5
5
|
exports.InfraProviderSchema = zod_1.z.object({
|
6
6
|
uuid: zod_1.z.string().uuid(),
|
@@ -25,3 +25,17 @@ exports.InfraProviderSchema = zod_1.z.object({
|
|
25
25
|
countryCode: zod_1.z.string(),
|
26
26
|
})),
|
27
27
|
});
|
28
|
+
exports.PartialInfraProviderSchema = zod_1.z.object({
|
29
|
+
uuid: zod_1.z.string().uuid(),
|
30
|
+
name: zod_1.z.string(),
|
31
|
+
faviconLink: zod_1.z.nullable(zod_1.z.string()),
|
32
|
+
loginUrl: zod_1.z.nullable(zod_1.z.string()),
|
33
|
+
createdAt: zod_1.z
|
34
|
+
.string()
|
35
|
+
.datetime()
|
36
|
+
.transform((str) => new Date(str)),
|
37
|
+
updatedAt: zod_1.z
|
38
|
+
.string()
|
39
|
+
.datetime()
|
40
|
+
.transform((str) => new Date(str)),
|
41
|
+
});
|
@@ -44,5 +44,5 @@ exports.NodesSchema = zod_1.z.object({
|
|
44
44
|
activeConfigProfileUuid: zod_1.z.nullable(zod_1.z.string().uuid()),
|
45
45
|
activeInbounds: zod_1.z.nullable(zod_1.z.array(config_profile_inbounds_schema_1.ConfigProfileInboundsSchema)),
|
46
46
|
providerUuid: zod_1.z.nullable(zod_1.z.string().uuid()),
|
47
|
-
provider: zod_1.z.nullable(infra_provider_schema_1.
|
47
|
+
provider: zod_1.z.nullable(infra_provider_schema_1.PartialInfraProviderSchema),
|
48
48
|
});
|
package/package.json
CHANGED