@remnawave/backend-contract 2.0.0-alpha.26 → 2.0.0-alpha.28

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 (55) hide show
  1. package/build/backend/commands/hosts/bulk/delete-many-hosts.command.d.ts +5 -0
  2. package/build/backend/commands/hosts/bulk/delete-many-hosts.command.d.ts.map +1 -1
  3. package/build/backend/commands/hosts/bulk/disable-many-hosts.command.d.ts +5 -0
  4. package/build/backend/commands/hosts/bulk/disable-many-hosts.command.d.ts.map +1 -1
  5. package/build/backend/commands/hosts/bulk/enable-many-hosts.command.d.ts +5 -0
  6. package/build/backend/commands/hosts/bulk/enable-many-hosts.command.d.ts.map +1 -1
  7. package/build/backend/commands/hosts/bulk/set-inbound-to-many-hosts.command.d.ts +5 -0
  8. package/build/backend/commands/hosts/bulk/set-inbound-to-many-hosts.command.d.ts.map +1 -1
  9. package/build/backend/commands/hosts/bulk/set-port-to-many-hosts.command.d.ts +5 -0
  10. package/build/backend/commands/hosts/bulk/set-port-to-many-hosts.command.d.ts.map +1 -1
  11. package/build/backend/commands/hosts/create.command.d.ts +8 -0
  12. package/build/backend/commands/hosts/create.command.d.ts.map +1 -1
  13. package/build/backend/commands/hosts/create.command.js +6 -0
  14. package/build/backend/commands/hosts/get-all.command.d.ts +5 -0
  15. package/build/backend/commands/hosts/get-all.command.d.ts.map +1 -1
  16. package/build/backend/commands/hosts/get-one.command.d.ts +5 -0
  17. package/build/backend/commands/hosts/get-one.command.d.ts.map +1 -1
  18. package/build/backend/commands/hosts/reorder.command.d.ts +1 -0
  19. package/build/backend/commands/hosts/reorder.command.d.ts.map +1 -1
  20. package/build/backend/commands/hosts/update.command.d.ts +9 -0
  21. package/build/backend/commands/hosts/update.command.d.ts.map +1 -1
  22. package/build/backend/commands/hosts/update.command.js +6 -0
  23. package/build/backend/commands/infra-billing/create-infra-provider.command.js +1 -1
  24. package/build/backend/commands/infra-billing/get-bill-records.command.js +1 -1
  25. package/build/backend/commands/infra-billing/{get-blling-nodes.command.d.ts → get-billing-nodes.command.d.ts} +1 -1
  26. package/build/backend/commands/infra-billing/get-billing-nodes.command.d.ts.map +1 -0
  27. package/build/backend/commands/infra-billing/index.d.ts +1 -1
  28. package/build/backend/commands/infra-billing/index.d.ts.map +1 -1
  29. package/build/backend/commands/infra-billing/index.js +1 -1
  30. package/build/backend/commands/infra-billing/update-infra-provider.command.js +1 -1
  31. package/build/backend/constants/errors/errors.d.ts +5 -0
  32. package/build/backend/constants/errors/errors.d.ts.map +1 -1
  33. package/build/backend/constants/errors/errors.js +5 -0
  34. package/build/backend/models/{extented-users.schema.d.ts → extended-users.schema.d.ts} +1 -1
  35. package/build/backend/models/{extented-users.schema.d.ts.map → extended-users.schema.d.ts.map} +1 -1
  36. package/build/backend/models/hosts.schema.d.ts +3 -0
  37. package/build/backend/models/hosts.schema.d.ts.map +1 -1
  38. package/build/backend/models/hosts.schema.js +1 -0
  39. package/build/backend/models/index.d.ts +1 -1
  40. package/build/backend/models/index.js +1 -1
  41. package/build/frontend/commands/hosts/create.command.js +6 -0
  42. package/build/frontend/commands/hosts/update.command.js +6 -0
  43. package/build/frontend/commands/infra-billing/create-infra-provider.command.js +1 -1
  44. package/build/frontend/commands/infra-billing/get-bill-records.command.js +1 -1
  45. package/build/frontend/commands/infra-billing/index.js +1 -1
  46. package/build/frontend/commands/infra-billing/update-infra-provider.command.js +1 -1
  47. package/build/frontend/constants/errors/errors.js +5 -0
  48. package/build/frontend/models/hosts.schema.js +1 -0
  49. package/build/frontend/models/index.js +1 -1
  50. package/package.json +1 -1
  51. package/build/backend/commands/infra-billing/get-blling-nodes.command.d.ts.map +0 -1
  52. /package/build/backend/commands/infra-billing/{get-blling-nodes.command.js → get-billing-nodes.command.js} +0 -0
  53. /package/build/backend/models/{extented-users.schema.js → extended-users.schema.js} +0 -0
  54. /package/build/frontend/commands/infra-billing/{get-blling-nodes.command.js → get-billing-nodes.command.js} +0 -0
  55. /package/build/frontend/models/{extented-users.schema.js → extended-users.schema.js} +0 -0
@@ -40,6 +40,7 @@ export declare namespace BulkDeleteHostsCommand {
40
40
  configProfileUuid: string | null;
41
41
  configProfileInboundUuid: string | null;
42
42
  }>;
43
+ serverDescription: z.ZodNullable<z.ZodString>;
43
44
  }, "strip", z.ZodTypeAny, {
44
45
  path: string | null;
45
46
  uuid: string;
@@ -57,6 +58,7 @@ export declare namespace BulkDeleteHostsCommand {
57
58
  configProfileUuid: string | null;
58
59
  configProfileInboundUuid: string | null;
59
60
  };
61
+ serverDescription: string | null;
60
62
  xHttpExtraParams?: unknown;
61
63
  }, {
62
64
  path: string | null;
@@ -73,6 +75,7 @@ export declare namespace BulkDeleteHostsCommand {
73
75
  configProfileUuid: string | null;
74
76
  configProfileInboundUuid: string | null;
75
77
  };
78
+ serverDescription: string | null;
76
79
  isDisabled?: boolean | undefined;
77
80
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
78
81
  xHttpExtraParams?: unknown;
@@ -95,6 +98,7 @@ export declare namespace BulkDeleteHostsCommand {
95
98
  configProfileUuid: string | null;
96
99
  configProfileInboundUuid: string | null;
97
100
  };
101
+ serverDescription: string | null;
98
102
  xHttpExtraParams?: unknown;
99
103
  }[];
100
104
  }, {
@@ -113,6 +117,7 @@ export declare namespace BulkDeleteHostsCommand {
113
117
  configProfileUuid: string | null;
114
118
  configProfileInboundUuid: string | null;
115
119
  };
120
+ serverDescription: string | null;
116
121
  isDisabled?: boolean | undefined;
117
122
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
118
123
  xHttpExtraParams?: unknown;
@@ -1 +1 @@
1
- {"version":3,"file":"delete-many-hosts.command.d.ts","sourceRoot":"","sources":["../../../../../commands/hosts/bulk/delete-many-hosts.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,sBAAsB,CAAC;IAC7B,MAAM,GAAG,0BAAmC,CAAC;IAC7C,MAAM,OAAO,0BAAM,CAAC;IAEpB,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
1
+ {"version":3,"file":"delete-many-hosts.command.d.ts","sourceRoot":"","sources":["../../../../../commands/hosts/bulk/delete-many-hosts.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,sBAAsB,CAAC;IAC7B,MAAM,GAAG,0BAAmC,CAAC;IAC7C,MAAM,OAAO,0BAAM,CAAC;IAEpB,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"}
@@ -40,6 +40,7 @@ export declare namespace BulkDisableHostsCommand {
40
40
  configProfileUuid: string | null;
41
41
  configProfileInboundUuid: string | null;
42
42
  }>;
43
+ serverDescription: z.ZodNullable<z.ZodString>;
43
44
  }, "strip", z.ZodTypeAny, {
44
45
  path: string | null;
45
46
  uuid: string;
@@ -57,6 +58,7 @@ export declare namespace BulkDisableHostsCommand {
57
58
  configProfileUuid: string | null;
58
59
  configProfileInboundUuid: string | null;
59
60
  };
61
+ serverDescription: string | null;
60
62
  xHttpExtraParams?: unknown;
61
63
  }, {
62
64
  path: string | null;
@@ -73,6 +75,7 @@ export declare namespace BulkDisableHostsCommand {
73
75
  configProfileUuid: string | null;
74
76
  configProfileInboundUuid: string | null;
75
77
  };
78
+ serverDescription: string | null;
76
79
  isDisabled?: boolean | undefined;
77
80
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
78
81
  xHttpExtraParams?: unknown;
@@ -95,6 +98,7 @@ export declare namespace BulkDisableHostsCommand {
95
98
  configProfileUuid: string | null;
96
99
  configProfileInboundUuid: string | null;
97
100
  };
101
+ serverDescription: string | null;
98
102
  xHttpExtraParams?: unknown;
99
103
  }[];
100
104
  }, {
@@ -113,6 +117,7 @@ export declare namespace BulkDisableHostsCommand {
113
117
  configProfileUuid: string | null;
114
118
  configProfileInboundUuid: string | null;
115
119
  };
120
+ serverDescription: string | null;
116
121
  isDisabled?: boolean | undefined;
117
122
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
118
123
  xHttpExtraParams?: unknown;
@@ -1 +1 @@
1
- {"version":3,"file":"disable-many-hosts.command.d.ts","sourceRoot":"","sources":["../../../../../commands/hosts/bulk/disable-many-hosts.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,uBAAuB,CAAC;IAC9B,MAAM,GAAG,2BAAoC,CAAC;IAC9C,MAAM,OAAO,2BAAM,CAAC;IAEpB,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
1
+ {"version":3,"file":"disable-many-hosts.command.d.ts","sourceRoot":"","sources":["../../../../../commands/hosts/bulk/disable-many-hosts.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,uBAAuB,CAAC;IAC9B,MAAM,GAAG,2BAAoC,CAAC;IAC9C,MAAM,OAAO,2BAAM,CAAC;IAEpB,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"}
@@ -40,6 +40,7 @@ export declare namespace BulkEnableHostsCommand {
40
40
  configProfileUuid: string | null;
41
41
  configProfileInboundUuid: string | null;
42
42
  }>;
43
+ serverDescription: z.ZodNullable<z.ZodString>;
43
44
  }, "strip", z.ZodTypeAny, {
44
45
  path: string | null;
45
46
  uuid: string;
@@ -57,6 +58,7 @@ export declare namespace BulkEnableHostsCommand {
57
58
  configProfileUuid: string | null;
58
59
  configProfileInboundUuid: string | null;
59
60
  };
61
+ serverDescription: string | null;
60
62
  xHttpExtraParams?: unknown;
61
63
  }, {
62
64
  path: string | null;
@@ -73,6 +75,7 @@ export declare namespace BulkEnableHostsCommand {
73
75
  configProfileUuid: string | null;
74
76
  configProfileInboundUuid: string | null;
75
77
  };
78
+ serverDescription: string | null;
76
79
  isDisabled?: boolean | undefined;
77
80
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
78
81
  xHttpExtraParams?: unknown;
@@ -95,6 +98,7 @@ export declare namespace BulkEnableHostsCommand {
95
98
  configProfileUuid: string | null;
96
99
  configProfileInboundUuid: string | null;
97
100
  };
101
+ serverDescription: string | null;
98
102
  xHttpExtraParams?: unknown;
99
103
  }[];
100
104
  }, {
@@ -113,6 +117,7 @@ export declare namespace BulkEnableHostsCommand {
113
117
  configProfileUuid: string | null;
114
118
  configProfileInboundUuid: string | null;
115
119
  };
120
+ serverDescription: string | null;
116
121
  isDisabled?: boolean | undefined;
117
122
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
118
123
  xHttpExtraParams?: unknown;
@@ -1 +1 @@
1
- {"version":3,"file":"enable-many-hosts.command.d.ts","sourceRoot":"","sources":["../../../../../commands/hosts/bulk/enable-many-hosts.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,sBAAsB,CAAC;IAC7B,MAAM,GAAG,0BAAmC,CAAC;IAC7C,MAAM,OAAO,0BAAM,CAAC;IAEpB,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
1
+ {"version":3,"file":"enable-many-hosts.command.d.ts","sourceRoot":"","sources":["../../../../../commands/hosts/bulk/enable-many-hosts.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,sBAAsB,CAAC;IAC7B,MAAM,GAAG,0BAAmC,CAAC;IAC7C,MAAM,OAAO,0BAAM,CAAC;IAEpB,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"}
@@ -46,6 +46,7 @@ export declare namespace SetInboundToManyHostsCommand {
46
46
  configProfileUuid: string | null;
47
47
  configProfileInboundUuid: string | null;
48
48
  }>;
49
+ serverDescription: z.ZodNullable<z.ZodString>;
49
50
  }, "strip", z.ZodTypeAny, {
50
51
  path: string | null;
51
52
  uuid: string;
@@ -63,6 +64,7 @@ export declare namespace SetInboundToManyHostsCommand {
63
64
  configProfileUuid: string | null;
64
65
  configProfileInboundUuid: string | null;
65
66
  };
67
+ serverDescription: string | null;
66
68
  xHttpExtraParams?: unknown;
67
69
  }, {
68
70
  path: string | null;
@@ -79,6 +81,7 @@ export declare namespace SetInboundToManyHostsCommand {
79
81
  configProfileUuid: string | null;
80
82
  configProfileInboundUuid: string | null;
81
83
  };
84
+ serverDescription: string | null;
82
85
  isDisabled?: boolean | undefined;
83
86
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
84
87
  xHttpExtraParams?: unknown;
@@ -101,6 +104,7 @@ export declare namespace SetInboundToManyHostsCommand {
101
104
  configProfileUuid: string | null;
102
105
  configProfileInboundUuid: string | null;
103
106
  };
107
+ serverDescription: string | null;
104
108
  xHttpExtraParams?: unknown;
105
109
  }[];
106
110
  }, {
@@ -119,6 +123,7 @@ export declare namespace SetInboundToManyHostsCommand {
119
123
  configProfileUuid: string | null;
120
124
  configProfileInboundUuid: string | null;
121
125
  };
126
+ serverDescription: string | null;
122
127
  isDisabled?: boolean | undefined;
123
128
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
124
129
  xHttpExtraParams?: unknown;
@@ -1 +1 @@
1
- {"version":3,"file":"set-inbound-to-many-hosts.command.d.ts","sourceRoot":"","sources":["../../../../../commands/hosts/bulk/set-inbound-to-many-hosts.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,4BAA4B,CAAC;IACnC,MAAM,GAAG,+BAAkC,CAAC;IAC5C,MAAM,OAAO,+BAAM,CAAC;IAEpB,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;MAIxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
1
+ {"version":3,"file":"set-inbound-to-many-hosts.command.d.ts","sourceRoot":"","sources":["../../../../../commands/hosts/bulk/set-inbound-to-many-hosts.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,4BAA4B,CAAC;IACnC,MAAM,GAAG,+BAAkC,CAAC;IAC5C,MAAM,OAAO,+BAAM,CAAC;IAEpB,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;MAIxB,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"}
@@ -43,6 +43,7 @@ export declare namespace SetPortToManyHostsCommand {
43
43
  configProfileUuid: string | null;
44
44
  configProfileInboundUuid: string | null;
45
45
  }>;
46
+ serverDescription: z.ZodNullable<z.ZodString>;
46
47
  }, "strip", z.ZodTypeAny, {
47
48
  path: string | null;
48
49
  uuid: string;
@@ -60,6 +61,7 @@ export declare namespace SetPortToManyHostsCommand {
60
61
  configProfileUuid: string | null;
61
62
  configProfileInboundUuid: string | null;
62
63
  };
64
+ serverDescription: string | null;
63
65
  xHttpExtraParams?: unknown;
64
66
  }, {
65
67
  path: string | null;
@@ -76,6 +78,7 @@ export declare namespace SetPortToManyHostsCommand {
76
78
  configProfileUuid: string | null;
77
79
  configProfileInboundUuid: string | null;
78
80
  };
81
+ serverDescription: string | null;
79
82
  isDisabled?: boolean | undefined;
80
83
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
81
84
  xHttpExtraParams?: unknown;
@@ -98,6 +101,7 @@ export declare namespace SetPortToManyHostsCommand {
98
101
  configProfileUuid: string | null;
99
102
  configProfileInboundUuid: string | null;
100
103
  };
104
+ serverDescription: string | null;
101
105
  xHttpExtraParams?: unknown;
102
106
  }[];
103
107
  }, {
@@ -116,6 +120,7 @@ export declare namespace SetPortToManyHostsCommand {
116
120
  configProfileUuid: string | null;
117
121
  configProfileInboundUuid: string | null;
118
122
  };
123
+ serverDescription: string | null;
119
124
  isDisabled?: boolean | undefined;
120
125
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
121
126
  xHttpExtraParams?: unknown;
@@ -1 +1 @@
1
- {"version":3,"file":"set-port-to-many-hosts.command.d.ts","sourceRoot":"","sources":["../../../../../commands/hosts/bulk/set-port-to-many-hosts.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,yBAAyB,CAAC;IAChC,MAAM,GAAG,4BAA+B,CAAC;IACzC,MAAM,OAAO,4BAAM,CAAC;IAEpB,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;MAGxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
1
+ {"version":3,"file":"set-port-to-many-hosts.command.d.ts","sourceRoot":"","sources":["../../../../../commands/hosts/bulk/set-port-to-many-hosts.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,yBAAyB,CAAC;IAChC,MAAM,GAAG,4BAA+B,CAAC;IACzC,MAAM,OAAO,4BAAM,CAAC;IAEpB,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;MAGxB,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"}
@@ -46,6 +46,7 @@ export declare namespace CreateHostCommand {
46
46
  readonly NONE: "NONE";
47
47
  }>>>;
48
48
  xHttpExtraParams: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
49
+ serverDescription: z.ZodOptional<z.ZodNullable<z.ZodString>>;
49
50
  }, "strip", z.ZodTypeAny, {
50
51
  port: number;
51
52
  remark: string;
@@ -62,6 +63,7 @@ export declare namespace CreateHostCommand {
62
63
  isDisabled?: boolean | undefined;
63
64
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
64
65
  xHttpExtraParams?: unknown;
66
+ serverDescription?: string | null | undefined;
65
67
  }, {
66
68
  port: number;
67
69
  remark: string;
@@ -78,6 +80,7 @@ export declare namespace CreateHostCommand {
78
80
  isDisabled?: boolean | undefined;
79
81
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
80
82
  xHttpExtraParams?: unknown;
83
+ serverDescription?: string | null | undefined;
81
84
  }>;
82
85
  type Request = z.infer<typeof RequestSchema>;
83
86
  const ResponseSchema: z.ZodObject<{
@@ -109,6 +112,7 @@ export declare namespace CreateHostCommand {
109
112
  configProfileUuid: string | null;
110
113
  configProfileInboundUuid: string | null;
111
114
  }>;
115
+ serverDescription: z.ZodNullable<z.ZodString>;
112
116
  }, "strip", z.ZodTypeAny, {
113
117
  path: string | null;
114
118
  uuid: string;
@@ -126,6 +130,7 @@ export declare namespace CreateHostCommand {
126
130
  configProfileUuid: string | null;
127
131
  configProfileInboundUuid: string | null;
128
132
  };
133
+ serverDescription: string | null;
129
134
  xHttpExtraParams?: unknown;
130
135
  }, {
131
136
  path: string | null;
@@ -142,6 +147,7 @@ export declare namespace CreateHostCommand {
142
147
  configProfileUuid: string | null;
143
148
  configProfileInboundUuid: string | null;
144
149
  };
150
+ serverDescription: string | null;
145
151
  isDisabled?: boolean | undefined;
146
152
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
147
153
  xHttpExtraParams?: unknown;
@@ -164,6 +170,7 @@ export declare namespace CreateHostCommand {
164
170
  configProfileUuid: string | null;
165
171
  configProfileInboundUuid: string | null;
166
172
  };
173
+ serverDescription: string | null;
167
174
  xHttpExtraParams?: unknown;
168
175
  };
169
176
  }, {
@@ -182,6 +189,7 @@ export declare namespace CreateHostCommand {
182
189
  configProfileUuid: string | null;
183
190
  configProfileInboundUuid: string | null;
184
191
  };
192
+ serverDescription: string | null;
185
193
  isDisabled?: boolean | undefined;
186
194
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
187
195
  xHttpExtraParams?: unknown;
@@ -1 +1 @@
1
- {"version":3,"file":"create.command.d.ts","sourceRoot":"","sources":["../../../../commands/hosts/create.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,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAgCxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
1
+ {"version":3,"file":"create.command.d.ts","sourceRoot":"","sources":["../../../../commands/hosts/create.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,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"}
@@ -41,6 +41,12 @@ var CreateHostCommand;
41
41
  isDisabled: zod_1.z.optional(zod_1.z.boolean().default(false)),
42
42
  securityLayer: zod_1.z.optional(zod_1.z.nativeEnum(constants_1.SECURITY_LAYERS).default(constants_1.SECURITY_LAYERS.DEFAULT)),
43
43
  xHttpExtraParams: zod_1.z.optional(zod_1.z.nullable(zod_1.z.unknown())),
44
+ serverDescription: zod_1.z.optional(zod_1.z
45
+ .string()
46
+ .max(30, {
47
+ message: 'Server description must be less than 30 characters',
48
+ })
49
+ .nullable()),
44
50
  });
45
51
  CreateHostCommand.ResponseSchema = zod_1.z.object({
46
52
  response: models_1.HostsSchema,
@@ -32,6 +32,7 @@ export declare namespace GetAllHostsCommand {
32
32
  configProfileUuid: string | null;
33
33
  configProfileInboundUuid: string | null;
34
34
  }>;
35
+ serverDescription: z.ZodNullable<z.ZodString>;
35
36
  }, "strip", z.ZodTypeAny, {
36
37
  path: string | null;
37
38
  uuid: string;
@@ -49,6 +50,7 @@ export declare namespace GetAllHostsCommand {
49
50
  configProfileUuid: string | null;
50
51
  configProfileInboundUuid: string | null;
51
52
  };
53
+ serverDescription: string | null;
52
54
  xHttpExtraParams?: unknown;
53
55
  }, {
54
56
  path: string | null;
@@ -65,6 +67,7 @@ export declare namespace GetAllHostsCommand {
65
67
  configProfileUuid: string | null;
66
68
  configProfileInboundUuid: string | null;
67
69
  };
70
+ serverDescription: string | null;
68
71
  isDisabled?: boolean | undefined;
69
72
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
70
73
  xHttpExtraParams?: unknown;
@@ -87,6 +90,7 @@ export declare namespace GetAllHostsCommand {
87
90
  configProfileUuid: string | null;
88
91
  configProfileInboundUuid: string | null;
89
92
  };
93
+ serverDescription: string | null;
90
94
  xHttpExtraParams?: unknown;
91
95
  }[];
92
96
  }, {
@@ -105,6 +109,7 @@ export declare namespace GetAllHostsCommand {
105
109
  configProfileUuid: string | null;
106
110
  configProfileInboundUuid: string | null;
107
111
  };
112
+ serverDescription: string | null;
108
113
  isDisabled?: boolean | undefined;
109
114
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
110
115
  xHttpExtraParams?: unknown;
@@ -1 +1 @@
1
- {"version":3,"file":"get-all.command.d.ts","sourceRoot":"","sources":["../../../../commands/hosts/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"}
1
+ {"version":3,"file":"get-all.command.d.ts","sourceRoot":"","sources":["../../../../commands/hosts/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"}
@@ -40,6 +40,7 @@ export declare namespace GetOneHostCommand {
40
40
  configProfileUuid: string | null;
41
41
  configProfileInboundUuid: string | null;
42
42
  }>;
43
+ serverDescription: z.ZodNullable<z.ZodString>;
43
44
  }, "strip", z.ZodTypeAny, {
44
45
  path: string | null;
45
46
  uuid: string;
@@ -57,6 +58,7 @@ export declare namespace GetOneHostCommand {
57
58
  configProfileUuid: string | null;
58
59
  configProfileInboundUuid: string | null;
59
60
  };
61
+ serverDescription: string | null;
60
62
  xHttpExtraParams?: unknown;
61
63
  }, {
62
64
  path: string | null;
@@ -73,6 +75,7 @@ export declare namespace GetOneHostCommand {
73
75
  configProfileUuid: string | null;
74
76
  configProfileInboundUuid: string | null;
75
77
  };
78
+ serverDescription: string | null;
76
79
  isDisabled?: boolean | undefined;
77
80
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
78
81
  xHttpExtraParams?: unknown;
@@ -95,6 +98,7 @@ export declare namespace GetOneHostCommand {
95
98
  configProfileUuid: string | null;
96
99
  configProfileInboundUuid: string | null;
97
100
  };
101
+ serverDescription: string | null;
98
102
  xHttpExtraParams?: unknown;
99
103
  };
100
104
  }, {
@@ -113,6 +117,7 @@ export declare namespace GetOneHostCommand {
113
117
  configProfileUuid: string | null;
114
118
  configProfileInboundUuid: string | null;
115
119
  };
120
+ serverDescription: string | null;
116
121
  isDisabled?: boolean | undefined;
117
122
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
118
123
  xHttpExtraParams?: unknown;
@@ -1 +1 @@
1
- {"version":3,"file":"get-one.command.d.ts","sourceRoot":"","sources":["../../../../commands/hosts/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"}
1
+ {"version":3,"file":"get-one.command.d.ts","sourceRoot":"","sources":["../../../../commands/hosts/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"}
@@ -32,6 +32,7 @@ export declare namespace ReorderHostCommand {
32
32
  configProfileUuid: string | null;
33
33
  configProfileInboundUuid: string | null;
34
34
  }>;
35
+ serverDescription: z.ZodNullable<z.ZodString>;
35
36
  }, "uuid" | "viewPosition">, "strip", z.ZodTypeAny, {
36
37
  uuid: string;
37
38
  viewPosition: number;
@@ -1 +1 @@
1
- {"version":3,"file":"reorder.command.d.ts","sourceRoot":"","sources":["../../../../commands/hosts/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,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAOxB,CAAC;IACH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;MAIzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
1
+ {"version":3,"file":"reorder.command.d.ts","sourceRoot":"","sources":["../../../../commands/hosts/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,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAOxB,CAAC;IACH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;MAIzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
@@ -31,6 +31,7 @@ export declare namespace UpdateHostCommand {
31
31
  configProfileUuid: string | null;
32
32
  configProfileInboundUuid: string | null;
33
33
  }>;
34
+ serverDescription: z.ZodNullable<z.ZodString>;
34
35
  }, "uuid"> & {
35
36
  inbound: z.ZodOptional<z.ZodObject<{
36
37
  configProfileUuid: z.ZodString;
@@ -74,6 +75,7 @@ export declare namespace UpdateHostCommand {
74
75
  readonly NONE: "NONE";
75
76
  }>>;
76
77
  xHttpExtraParams: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
78
+ serverDescription: z.ZodOptional<z.ZodNullable<z.ZodString>>;
77
79
  }, "strip", z.ZodTypeAny, {
78
80
  uuid: string;
79
81
  path?: string | undefined;
@@ -91,6 +93,7 @@ export declare namespace UpdateHostCommand {
91
93
  configProfileUuid: string;
92
94
  configProfileInboundUuid: string;
93
95
  } | undefined;
96
+ serverDescription?: string | null | undefined;
94
97
  }, {
95
98
  uuid: string;
96
99
  path?: string | undefined;
@@ -108,6 +111,7 @@ export declare namespace UpdateHostCommand {
108
111
  configProfileUuid: string;
109
112
  configProfileInboundUuid: string;
110
113
  } | undefined;
114
+ serverDescription?: string | null | undefined;
111
115
  }>;
112
116
  type Request = z.infer<typeof RequestSchema>;
113
117
  const ResponseSchema: z.ZodObject<{
@@ -139,6 +143,7 @@ export declare namespace UpdateHostCommand {
139
143
  configProfileUuid: string | null;
140
144
  configProfileInboundUuid: string | null;
141
145
  }>;
146
+ serverDescription: z.ZodNullable<z.ZodString>;
142
147
  }, "strip", z.ZodTypeAny, {
143
148
  path: string | null;
144
149
  uuid: string;
@@ -156,6 +161,7 @@ export declare namespace UpdateHostCommand {
156
161
  configProfileUuid: string | null;
157
162
  configProfileInboundUuid: string | null;
158
163
  };
164
+ serverDescription: string | null;
159
165
  xHttpExtraParams?: unknown;
160
166
  }, {
161
167
  path: string | null;
@@ -172,6 +178,7 @@ export declare namespace UpdateHostCommand {
172
178
  configProfileUuid: string | null;
173
179
  configProfileInboundUuid: string | null;
174
180
  };
181
+ serverDescription: string | null;
175
182
  isDisabled?: boolean | undefined;
176
183
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
177
184
  xHttpExtraParams?: unknown;
@@ -194,6 +201,7 @@ export declare namespace UpdateHostCommand {
194
201
  configProfileUuid: string | null;
195
202
  configProfileInboundUuid: string | null;
196
203
  };
204
+ serverDescription: string | null;
197
205
  xHttpExtraParams?: unknown;
198
206
  };
199
207
  }, {
@@ -212,6 +220,7 @@ export declare namespace UpdateHostCommand {
212
220
  configProfileUuid: string | null;
213
221
  configProfileInboundUuid: string | null;
214
222
  };
223
+ serverDescription: string | null;
215
224
  isDisabled?: boolean | undefined;
216
225
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
217
226
  xHttpExtraParams?: unknown;
@@ -1 +1 @@
1
- {"version":3,"file":"update.command.d.ts","sourceRoot":"","sources":["../../../../commands/hosts/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,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAoCxB,CAAC;IACH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
1
+ {"version":3,"file":"update.command.d.ts","sourceRoot":"","sources":["../../../../commands/hosts/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,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA4CxB,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"}
@@ -46,6 +46,12 @@ var UpdateHostCommand;
46
46
  isDisabled: zod_1.z.optional(zod_1.z.boolean()),
47
47
  securityLayer: zod_1.z.optional(zod_1.z.nativeEnum(constants_1.SECURITY_LAYERS)),
48
48
  xHttpExtraParams: zod_1.z.optional(zod_1.z.nullable(zod_1.z.unknown())),
49
+ serverDescription: zod_1.z.optional(zod_1.z
50
+ .string()
51
+ .max(30, {
52
+ message: 'Server description must be less than 30 characters',
53
+ })
54
+ .nullable()),
49
55
  });
50
56
  UpdateHostCommand.ResponseSchema = zod_1.z.object({
51
57
  response: models_1.HostsSchema,
@@ -14,7 +14,7 @@ var CreateInfraProviderCommand;
14
14
  name: zod_1.z
15
15
  .string()
16
16
  .min(2, 'Name must be at least 2 characters')
17
- .max(30, 'Name must be less than 255 characters'),
17
+ .max(30, 'Name must be less than 30 characters'),
18
18
  faviconLink: zod_1.z.string().url().optional(),
19
19
  loginUrl: zod_1.z.string().url().optional(),
20
20
  });
@@ -19,7 +19,7 @@ var GetInfraBillingHistoryRecordsCommand;
19
19
  .number()
20
20
  .min(1, 'Size (limit) must be greater than 0')
21
21
  .max(500, 'Size (limit) must be less than 500')
22
- .describe('Number of users to return, no more than 500')
22
+ .describe('Number of billing records to return, no more than 500')
23
23
  .default(50),
24
24
  });
25
25
  GetInfraBillingHistoryRecordsCommand.ResponseSchema = zod_1.z.object({
@@ -448,4 +448,4 @@ export declare namespace GetInfraBillingNodesCommand {
448
448
  }>;
449
449
  type Response = z.infer<typeof ResponseSchema>;
450
450
  }
451
- //# sourceMappingURL=get-blling-nodes.command.d.ts.map
451
+ //# sourceMappingURL=get-billing-nodes.command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-billing-nodes.command.d.ts","sourceRoot":"","sources":["../../../../commands/infra-billing/get-billing-nodes.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,2BAA2B,CAAC;IAClC,MAAM,GAAG,4BAA2C,CAAC;IACrD,MAAM,OAAO,4BAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAYzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
@@ -5,7 +5,7 @@ export * from './delete-bill-record-by-uuid.command';
5
5
  export * from './delete-billing-node-by-uuid.command';
6
6
  export * from './delete-infra-provider-by-uuid.command';
7
7
  export * from './get-bill-records.command';
8
- export * from './get-blling-nodes.command';
8
+ export * from './get-billing-nodes.command';
9
9
  export * from './get-infra-provider-by-uuid.command';
10
10
  export * from './get-infra-providers.command';
11
11
  export * from './update-billing-node.command';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commands/infra-billing/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iCAAiC,CAAC;AAChD,cAAc,sCAAsC,CAAC;AACrD,cAAc,uCAAuC,CAAC;AACtD,cAAc,yCAAyC,CAAC;AACxD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sCAAsC,CAAC;AACrD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iCAAiC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commands/infra-billing/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iCAAiC,CAAC;AAChD,cAAc,sCAAsC,CAAC;AACrD,cAAc,uCAAuC,CAAC;AACtD,cAAc,yCAAyC,CAAC;AACxD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sCAAsC,CAAC;AACrD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iCAAiC,CAAC"}
@@ -21,7 +21,7 @@ __exportStar(require("./delete-bill-record-by-uuid.command"), exports);
21
21
  __exportStar(require("./delete-billing-node-by-uuid.command"), exports);
22
22
  __exportStar(require("./delete-infra-provider-by-uuid.command"), exports);
23
23
  __exportStar(require("./get-bill-records.command"), exports);
24
- __exportStar(require("./get-blling-nodes.command"), exports);
24
+ __exportStar(require("./get-billing-nodes.command"), exports);
25
25
  __exportStar(require("./get-infra-provider-by-uuid.command"), exports);
26
26
  __exportStar(require("./get-infra-providers.command"), exports);
27
27
  __exportStar(require("./update-billing-node.command"), exports);
@@ -15,7 +15,7 @@ var UpdateInfraProviderCommand;
15
15
  name: zod_1.z
16
16
  .string()
17
17
  .min(2, 'Name must be at least 2 characters')
18
- .max(30, 'Name must be less than 255 characters')
18
+ .max(30, 'Name must be less than 30 characters')
19
19
  .optional(),
20
20
  faviconLink: zod_1.z.optional(zod_1.z.nullable(zod_1.z.string().url())),
21
21
  loginUrl: zod_1.z.optional(zod_1.z.nullable(zod_1.z.string().url())),
@@ -739,5 +739,10 @@ export declare const ERRORS: {
739
739
  readonly message: "Remove users from internal squad error";
740
740
  readonly httpCode: 500;
741
741
  };
742
+ readonly DELETE_CONFIG_PROFILE_BY_UUID_ERROR: {
743
+ readonly code: "A143";
744
+ readonly message: "Delete config profile by UUID error";
745
+ readonly httpCode: 500;
746
+ };
742
747
  };
743
748
  //# sourceMappingURL=errors.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../../../constants/errors/errors.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAwJY,MAAM;;;;;;;;;;wCAUN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA4IN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyZ3B,CAAC"}
1
+ {"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../../../constants/errors/errors.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAwJY,MAAM;;;;;;;;;;wCAUN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA4IN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8Z3B,CAAC"}
@@ -710,4 +710,9 @@ exports.ERRORS = {
710
710
  message: 'Remove users from internal squad error',
711
711
  httpCode: 500,
712
712
  },
713
+ DELETE_CONFIG_PROFILE_BY_UUID_ERROR: {
714
+ code: 'A143',
715
+ message: 'Delete config profile by UUID error',
716
+ httpCode: 500,
717
+ },
713
718
  };
@@ -144,4 +144,4 @@ export declare const ExtendedUsersSchema: z.ZodObject<{
144
144
  trafficLimitStrategy?: "MONTH" | "NO_RESET" | "DAY" | "WEEK" | undefined;
145
145
  lastTriggeredThreshold?: number | undefined;
146
146
  }>;
147
- //# sourceMappingURL=extented-users.schema.d.ts.map
147
+ //# sourceMappingURL=extended-users.schema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"extented-users.schema.d.ts","sourceRoot":"","sources":["../../../models/extented-users.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI9B,CAAC"}
1
+ {"version":3,"file":"extended-users.schema.d.ts","sourceRoot":"","sources":["../../../models/extended-users.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI9B,CAAC"}
@@ -27,6 +27,7 @@ export declare const HostsSchema: z.ZodObject<{
27
27
  configProfileUuid: string | null;
28
28
  configProfileInboundUuid: string | null;
29
29
  }>;
30
+ serverDescription: z.ZodNullable<z.ZodString>;
30
31
  }, "strip", z.ZodTypeAny, {
31
32
  path: string | null;
32
33
  uuid: string;
@@ -44,6 +45,7 @@ export declare const HostsSchema: z.ZodObject<{
44
45
  configProfileUuid: string | null;
45
46
  configProfileInboundUuid: string | null;
46
47
  };
48
+ serverDescription: string | null;
47
49
  xHttpExtraParams?: unknown;
48
50
  }, {
49
51
  path: string | null;
@@ -60,6 +62,7 @@ export declare const HostsSchema: z.ZodObject<{
60
62
  configProfileUuid: string | null;
61
63
  configProfileInboundUuid: string | null;
62
64
  };
65
+ serverDescription: string | null;
63
66
  isDisabled?: boolean | undefined;
64
67
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
65
68
  xHttpExtraParams?: unknown;
@@ -1 +1 @@
1
- {"version":3,"file":"hosts.schema.d.ts","sourceRoot":"","sources":["../../../models/hosts.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmBtB,CAAC"}
1
+ {"version":3,"file":"hosts.schema.d.ts","sourceRoot":"","sources":["../../../models/hosts.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBtB,CAAC"}
@@ -21,4 +21,5 @@ exports.HostsSchema = zod_1.z.object({
21
21
  configProfileUuid: zod_1.z.string().uuid().nullable(),
22
22
  configProfileInboundUuid: zod_1.z.string().uuid().nullable(),
23
23
  }),
24
+ serverDescription: zod_1.z.string().nullable(),
24
25
  });
@@ -4,7 +4,7 @@ export * from './base-internal-squad.schema';
4
4
  export * from './base-stat.schema';
5
5
  export * from './config-profile-inbounds.schema';
6
6
  export * from './config-profile.schema';
7
- export * from './extented-users.schema';
7
+ export * from './extended-users.schema';
8
8
  export * from './happ.schema';
9
9
  export * from './hosts.schema';
10
10
  export * from './hwid-user-device.schema';
@@ -20,7 +20,7 @@ __exportStar(require("./base-internal-squad.schema"), exports);
20
20
  __exportStar(require("./base-stat.schema"), exports);
21
21
  __exportStar(require("./config-profile-inbounds.schema"), exports);
22
22
  __exportStar(require("./config-profile.schema"), exports);
23
- __exportStar(require("./extented-users.schema"), exports);
23
+ __exportStar(require("./extended-users.schema"), exports);
24
24
  __exportStar(require("./happ.schema"), exports);
25
25
  __exportStar(require("./hosts.schema"), exports);
26
26
  __exportStar(require("./hwid-user-device.schema"), exports);
@@ -41,6 +41,12 @@ var CreateHostCommand;
41
41
  isDisabled: zod_1.z.optional(zod_1.z.boolean().default(false)),
42
42
  securityLayer: zod_1.z.optional(zod_1.z.nativeEnum(constants_1.SECURITY_LAYERS).default(constants_1.SECURITY_LAYERS.DEFAULT)),
43
43
  xHttpExtraParams: zod_1.z.optional(zod_1.z.nullable(zod_1.z.unknown())),
44
+ serverDescription: zod_1.z.optional(zod_1.z
45
+ .string()
46
+ .max(30, {
47
+ message: 'Server description must be less than 30 characters',
48
+ })
49
+ .nullable()),
44
50
  });
45
51
  CreateHostCommand.ResponseSchema = zod_1.z.object({
46
52
  response: models_1.HostsSchema,
@@ -46,6 +46,12 @@ var UpdateHostCommand;
46
46
  isDisabled: zod_1.z.optional(zod_1.z.boolean()),
47
47
  securityLayer: zod_1.z.optional(zod_1.z.nativeEnum(constants_1.SECURITY_LAYERS)),
48
48
  xHttpExtraParams: zod_1.z.optional(zod_1.z.nullable(zod_1.z.unknown())),
49
+ serverDescription: zod_1.z.optional(zod_1.z
50
+ .string()
51
+ .max(30, {
52
+ message: 'Server description must be less than 30 characters',
53
+ })
54
+ .nullable()),
49
55
  });
50
56
  UpdateHostCommand.ResponseSchema = zod_1.z.object({
51
57
  response: models_1.HostsSchema,
@@ -14,7 +14,7 @@ var CreateInfraProviderCommand;
14
14
  name: zod_1.z
15
15
  .string()
16
16
  .min(2, 'Name must be at least 2 characters')
17
- .max(30, 'Name must be less than 255 characters'),
17
+ .max(30, 'Name must be less than 30 characters'),
18
18
  faviconLink: zod_1.z.string().url().optional(),
19
19
  loginUrl: zod_1.z.string().url().optional(),
20
20
  });
@@ -19,7 +19,7 @@ var GetInfraBillingHistoryRecordsCommand;
19
19
  .number()
20
20
  .min(1, 'Size (limit) must be greater than 0')
21
21
  .max(500, 'Size (limit) must be less than 500')
22
- .describe('Number of users to return, no more than 500')
22
+ .describe('Number of billing records to return, no more than 500')
23
23
  .default(50),
24
24
  });
25
25
  GetInfraBillingHistoryRecordsCommand.ResponseSchema = zod_1.z.object({
@@ -21,7 +21,7 @@ __exportStar(require("./delete-bill-record-by-uuid.command"), exports);
21
21
  __exportStar(require("./delete-billing-node-by-uuid.command"), exports);
22
22
  __exportStar(require("./delete-infra-provider-by-uuid.command"), exports);
23
23
  __exportStar(require("./get-bill-records.command"), exports);
24
- __exportStar(require("./get-blling-nodes.command"), exports);
24
+ __exportStar(require("./get-billing-nodes.command"), exports);
25
25
  __exportStar(require("./get-infra-provider-by-uuid.command"), exports);
26
26
  __exportStar(require("./get-infra-providers.command"), exports);
27
27
  __exportStar(require("./update-billing-node.command"), exports);
@@ -15,7 +15,7 @@ var UpdateInfraProviderCommand;
15
15
  name: zod_1.z
16
16
  .string()
17
17
  .min(2, 'Name must be at least 2 characters')
18
- .max(30, 'Name must be less than 255 characters')
18
+ .max(30, 'Name must be less than 30 characters')
19
19
  .optional(),
20
20
  faviconLink: zod_1.z.optional(zod_1.z.nullable(zod_1.z.string().url())),
21
21
  loginUrl: zod_1.z.optional(zod_1.z.nullable(zod_1.z.string().url())),
@@ -710,4 +710,9 @@ exports.ERRORS = {
710
710
  message: 'Remove users from internal squad error',
711
711
  httpCode: 500,
712
712
  },
713
+ DELETE_CONFIG_PROFILE_BY_UUID_ERROR: {
714
+ code: 'A143',
715
+ message: 'Delete config profile by UUID error',
716
+ httpCode: 500,
717
+ },
713
718
  };
@@ -21,4 +21,5 @@ exports.HostsSchema = zod_1.z.object({
21
21
  configProfileUuid: zod_1.z.string().uuid().nullable(),
22
22
  configProfileInboundUuid: zod_1.z.string().uuid().nullable(),
23
23
  }),
24
+ serverDescription: zod_1.z.string().nullable(),
24
25
  });
@@ -20,7 +20,7 @@ __exportStar(require("./base-internal-squad.schema"), exports);
20
20
  __exportStar(require("./base-stat.schema"), exports);
21
21
  __exportStar(require("./config-profile-inbounds.schema"), exports);
22
22
  __exportStar(require("./config-profile.schema"), exports);
23
- __exportStar(require("./extented-users.schema"), exports);
23
+ __exportStar(require("./extended-users.schema"), exports);
24
24
  __exportStar(require("./happ.schema"), exports);
25
25
  __exportStar(require("./hosts.schema"), exports);
26
26
  __exportStar(require("./hwid-user-device.schema"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnawave/backend-contract",
3
- "version": "2.0.0-alpha.26",
3
+ "version": "2.0.0-alpha.28",
4
4
  "public": true,
5
5
  "license": "AGPL-3.0-only",
6
6
  "description": "A contract library for Remnawave Backend. It can be used in backend and frontend.",
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-blling-nodes.command.d.ts","sourceRoot":"","sources":["../../../../commands/infra-billing/get-blling-nodes.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,2BAA2B,CAAC;IAClC,MAAM,GAAG,4BAA2C,CAAC;IACrD,MAAM,OAAO,4BAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAYzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}