@remnawave/backend-contract 2.0.0-alpha.27 → 2.0.0-alpha.3

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 (199) hide show
  1. package/build/backend/api/controllers/index.d.ts +0 -1
  2. package/build/backend/api/controllers/index.d.ts.map +1 -1
  3. package/build/backend/api/controllers/index.js +0 -1
  4. package/build/backend/api/controllers/internal-squads.d.ts +0 -4
  5. package/build/backend/api/controllers/internal-squads.d.ts.map +1 -1
  6. package/build/backend/api/controllers/internal-squads.js +0 -5
  7. package/build/backend/api/controllers/users.d.ts +0 -1
  8. package/build/backend/api/controllers/users.d.ts.map +1 -1
  9. package/build/backend/api/controllers/users.js +0 -1
  10. package/build/backend/api/routes.d.ts +0 -19
  11. package/build/backend/api/routes.d.ts.map +1 -1
  12. package/build/backend/api/routes.js +0 -19
  13. package/build/backend/commands/config-profiles/create-config-profile.command.js +2 -2
  14. package/build/backend/commands/hosts/bulk/delete-many-hosts.command.d.ts +10 -26
  15. package/build/backend/commands/hosts/bulk/delete-many-hosts.command.d.ts.map +1 -1
  16. package/build/backend/commands/hosts/bulk/disable-many-hosts.command.d.ts +10 -26
  17. package/build/backend/commands/hosts/bulk/disable-many-hosts.command.d.ts.map +1 -1
  18. package/build/backend/commands/hosts/bulk/enable-many-hosts.command.d.ts +10 -26
  19. package/build/backend/commands/hosts/bulk/enable-many-hosts.command.d.ts.map +1 -1
  20. package/build/backend/commands/hosts/bulk/set-inbound-to-many-hosts.command.d.ts +10 -26
  21. package/build/backend/commands/hosts/bulk/set-inbound-to-many-hosts.command.d.ts.map +1 -1
  22. package/build/backend/commands/hosts/bulk/set-port-to-many-hosts.command.d.ts +10 -26
  23. package/build/backend/commands/hosts/bulk/set-port-to-many-hosts.command.d.ts.map +1 -1
  24. package/build/backend/commands/hosts/create.command.d.ts +19 -47
  25. package/build/backend/commands/hosts/create.command.d.ts.map +1 -1
  26. package/build/backend/commands/hosts/create.command.js +13 -13
  27. package/build/backend/commands/hosts/get-all.command.d.ts +10 -26
  28. package/build/backend/commands/hosts/get-all.command.d.ts.map +1 -1
  29. package/build/backend/commands/hosts/get-one.command.d.ts +10 -26
  30. package/build/backend/commands/hosts/get-one.command.d.ts.map +1 -1
  31. package/build/backend/commands/hosts/reorder.command.d.ts +2 -10
  32. package/build/backend/commands/hosts/reorder.command.d.ts.map +1 -1
  33. package/build/backend/commands/hosts/update.command.d.ts +21 -57
  34. package/build/backend/commands/hosts/update.command.d.ts.map +1 -1
  35. package/build/backend/commands/hosts/update.command.js +11 -10
  36. package/build/backend/commands/index.d.ts +0 -1
  37. package/build/backend/commands/index.d.ts.map +1 -1
  38. package/build/backend/commands/index.js +0 -1
  39. package/build/backend/commands/internal-squads/create-internal-squad.command.js +2 -2
  40. package/build/backend/commands/internal-squads/{get-internal-squad-by-uuid.d.ts → get-internal-squad-by-uuid..d.ts} +1 -1
  41. package/build/backend/commands/internal-squads/get-internal-squad-by-uuid..d.ts.map +1 -0
  42. package/build/backend/commands/internal-squads/index.d.ts +1 -2
  43. package/build/backend/commands/internal-squads/index.d.ts.map +1 -1
  44. package/build/backend/commands/internal-squads/index.js +1 -2
  45. package/build/backend/commands/nodes/actions/disable.command.d.ts +64 -157
  46. package/build/backend/commands/nodes/actions/disable.command.d.ts.map +1 -1
  47. package/build/backend/commands/nodes/actions/enable.command.d.ts +64 -157
  48. package/build/backend/commands/nodes/actions/enable.command.d.ts.map +1 -1
  49. package/build/backend/commands/nodes/actions/reorder.command.d.ts +88 -230
  50. package/build/backend/commands/nodes/actions/reorder.command.d.ts.map +1 -1
  51. package/build/backend/commands/nodes/create.command.d.ts +70 -178
  52. package/build/backend/commands/nodes/create.command.d.ts.map +1 -1
  53. package/build/backend/commands/nodes/create.command.js +4 -7
  54. package/build/backend/commands/nodes/get-all.command.d.ts +64 -157
  55. package/build/backend/commands/nodes/get-all.command.d.ts.map +1 -1
  56. package/build/backend/commands/nodes/get-one.command.d.ts +64 -157
  57. package/build/backend/commands/nodes/get-one.command.d.ts.map +1 -1
  58. package/build/backend/commands/nodes/stats/get-node-user-usage-by-range.command.d.ts +4 -4
  59. package/build/backend/commands/nodes/stats/get-nodes-usage-by-range.command.d.ts +4 -4
  60. package/build/backend/commands/nodes/update.command.d.ts +94 -251
  61. package/build/backend/commands/nodes/update.command.d.ts.map +1 -1
  62. package/build/backend/commands/nodes/update.command.js +4 -9
  63. package/build/backend/commands/users/get-user-usage-by-range.command.d.ts +4 -4
  64. package/build/backend/commands/users/index.d.ts +0 -1
  65. package/build/backend/commands/users/index.d.ts.map +1 -1
  66. package/build/backend/commands/users/index.js +0 -1
  67. package/build/backend/constants/errors/errors.d.ts +0 -95
  68. package/build/backend/constants/errors/errors.d.ts.map +1 -1
  69. package/build/backend/constants/errors/errors.js +0 -95
  70. package/build/backend/constants/events/events.d.ts +0 -11
  71. package/build/backend/constants/events/events.d.ts.map +1 -1
  72. package/build/backend/constants/events/events.js +0 -10
  73. package/build/backend/constants/templates/template-keys.d.ts +1 -1
  74. package/build/backend/constants/templates/template-keys.d.ts.map +1 -1
  75. package/build/backend/constants/templates/template-keys.js +0 -1
  76. package/build/backend/models/{extended-users.schema.d.ts → extented-users.schema.d.ts} +1 -1
  77. package/build/backend/models/{extended-users.schema.d.ts.map → extented-users.schema.d.ts.map} +1 -1
  78. package/build/backend/models/hosts.schema.d.ts +6 -18
  79. package/build/backend/models/hosts.schema.d.ts.map +1 -1
  80. package/build/backend/models/hosts.schema.js +2 -4
  81. package/build/backend/models/index.d.ts +1 -5
  82. package/build/backend/models/index.d.ts.map +1 -1
  83. package/build/backend/models/index.js +1 -5
  84. package/build/backend/models/nodes.schema.d.ts +44 -115
  85. package/build/backend/models/nodes.schema.d.ts.map +1 -1
  86. package/build/backend/models/nodes.schema.js +2 -7
  87. package/build/frontend/api/controllers/index.js +0 -1
  88. package/build/frontend/api/controllers/internal-squads.js +0 -5
  89. package/build/frontend/api/controllers/users.js +0 -1
  90. package/build/frontend/api/routes.js +0 -19
  91. package/build/frontend/commands/config-profiles/create-config-profile.command.js +2 -2
  92. package/build/frontend/commands/hosts/create.command.js +13 -13
  93. package/build/frontend/commands/hosts/update.command.js +11 -10
  94. package/build/frontend/commands/index.js +0 -1
  95. package/build/frontend/commands/internal-squads/create-internal-squad.command.js +2 -2
  96. package/build/frontend/commands/internal-squads/index.js +1 -2
  97. package/build/frontend/commands/nodes/create.command.js +4 -7
  98. package/build/frontend/commands/nodes/update.command.js +4 -9
  99. package/build/frontend/commands/users/index.js +0 -1
  100. package/build/frontend/constants/errors/errors.js +0 -95
  101. package/build/frontend/constants/events/events.js +0 -10
  102. package/build/frontend/constants/templates/template-keys.js +0 -1
  103. package/build/frontend/models/hosts.schema.js +2 -4
  104. package/build/frontend/models/index.js +1 -5
  105. package/build/frontend/models/nodes.schema.js +2 -7
  106. package/package.json +1 -1
  107. package/build/backend/api/controllers/infra-billing.d.ts +0 -16
  108. package/build/backend/api/controllers/infra-billing.d.ts.map +0 -1
  109. package/build/backend/api/controllers/infra-billing.js +0 -18
  110. package/build/backend/commands/infra-billing/create-bill-record.command.d.ts +0 -125
  111. package/build/backend/commands/infra-billing/create-bill-record.command.d.ts.map +0 -1
  112. package/build/backend/commands/infra-billing/create-bill-record.command.js +0 -30
  113. package/build/backend/commands/infra-billing/create-billing-node.command.d.ts +0 -465
  114. package/build/backend/commands/infra-billing/create-billing-node.command.d.ts.map +0 -1
  115. package/build/backend/commands/infra-billing/create-billing-node.command.js +0 -38
  116. package/build/backend/commands/infra-billing/create-infra-provider.command.d.ts +0 -123
  117. package/build/backend/commands/infra-billing/create-infra-provider.command.d.ts.map +0 -1
  118. package/build/backend/commands/infra-billing/create-infra-provider.command.js +0 -24
  119. package/build/backend/commands/infra-billing/delete-bill-record-by-uuid.command.d.ts +0 -119
  120. package/build/backend/commands/infra-billing/delete-bill-record-by-uuid.command.d.ts.map +0 -1
  121. package/build/backend/commands/infra-billing/delete-bill-record-by-uuid.command.js +0 -22
  122. package/build/backend/commands/infra-billing/delete-billing-node-by-uuid.command.d.ts +0 -459
  123. package/build/backend/commands/infra-billing/delete-billing-node-by-uuid.command.d.ts.map +0 -1
  124. package/build/backend/commands/infra-billing/delete-billing-node-by-uuid.command.js +0 -29
  125. package/build/backend/commands/infra-billing/delete-infra-provider-by-uuid.command.d.ts +0 -33
  126. package/build/backend/commands/infra-billing/delete-infra-provider-by-uuid.command.d.ts.map +0 -1
  127. package/build/backend/commands/infra-billing/delete-infra-provider-by-uuid.command.js +0 -20
  128. package/build/backend/commands/infra-billing/get-bill-records.command.d.ts +0 -122
  129. package/build/backend/commands/infra-billing/get-bill-records.command.d.ts.map +0 -1
  130. package/build/backend/commands/infra-billing/get-bill-records.command.js +0 -31
  131. package/build/backend/commands/infra-billing/get-billing-nodes.command.d.ts +0 -451
  132. package/build/backend/commands/infra-billing/get-billing-nodes.command.d.ts.map +0 -1
  133. package/build/backend/commands/infra-billing/get-billing-nodes.command.js +0 -26
  134. package/build/backend/commands/infra-billing/get-infra-provider-by-uuid.command.d.ts +0 -117
  135. package/build/backend/commands/infra-billing/get-infra-provider-by-uuid.command.d.ts.map +0 -1
  136. package/build/backend/commands/infra-billing/get-infra-provider-by-uuid.command.js +0 -19
  137. package/build/backend/commands/infra-billing/get-infra-providers.command.d.ts +0 -156
  138. package/build/backend/commands/infra-billing/get-infra-providers.command.d.ts.map +0 -1
  139. package/build/backend/commands/infra-billing/get-infra-providers.command.js +0 -19
  140. package/build/backend/commands/infra-billing/index.d.ts +0 -13
  141. package/build/backend/commands/infra-billing/index.d.ts.map +0 -1
  142. package/build/backend/commands/infra-billing/index.js +0 -28
  143. package/build/backend/commands/infra-billing/update-billing-node.command.d.ts +0 -462
  144. package/build/backend/commands/infra-billing/update-billing-node.command.d.ts.map +0 -1
  145. package/build/backend/commands/infra-billing/update-billing-node.command.js +0 -35
  146. package/build/backend/commands/infra-billing/update-infra-provider.command.d.ts +0 -126
  147. package/build/backend/commands/infra-billing/update-infra-provider.command.d.ts.map +0 -1
  148. package/build/backend/commands/infra-billing/update-infra-provider.command.js +0 -26
  149. package/build/backend/commands/internal-squads/bulk-actions/add-users-to-internal-squad.command.d.ts +0 -33
  150. package/build/backend/commands/internal-squads/bulk-actions/add-users-to-internal-squad.command.d.ts.map +0 -1
  151. package/build/backend/commands/internal-squads/bulk-actions/add-users-to-internal-squad.command.js +0 -20
  152. package/build/backend/commands/internal-squads/bulk-actions/delete-users-from-internal-squad.command.d.ts +0 -33
  153. package/build/backend/commands/internal-squads/bulk-actions/delete-users-from-internal-squad.command.d.ts.map +0 -1
  154. package/build/backend/commands/internal-squads/bulk-actions/delete-users-from-internal-squad.command.js +0 -20
  155. package/build/backend/commands/internal-squads/bulk-actions/index.d.ts +0 -3
  156. package/build/backend/commands/internal-squads/bulk-actions/index.d.ts.map +0 -1
  157. package/build/backend/commands/internal-squads/bulk-actions/index.js +0 -18
  158. package/build/backend/commands/internal-squads/get-internal-squad-by-uuid.d.ts.map +0 -1
  159. package/build/backend/commands/users/get-user-accessible-nodes.command.d.ts +0 -114
  160. package/build/backend/commands/users/get-user-accessible-nodes.command.d.ts.map +0 -1
  161. package/build/backend/commands/users/get-user-accessible-nodes.command.js +0 -31
  162. package/build/backend/models/infra-billing-available-node.schema.d.ts +0 -116
  163. package/build/backend/models/infra-billing-available-node.schema.d.ts.map +0 -1
  164. package/build/backend/models/infra-billing-available-node.schema.js +0 -9
  165. package/build/backend/models/infra-billing-history-record.schema.d.ts +0 -44
  166. package/build/backend/models/infra-billing-history-record.schema.d.ts.map +0 -1
  167. package/build/backend/models/infra-billing-history-record.schema.js +0 -19
  168. package/build/backend/models/infra-billing-node.schema.d.ts +0 -179
  169. package/build/backend/models/infra-billing-node.schema.d.ts.map +0 -1
  170. package/build/backend/models/infra-billing-node.schema.js +0 -34
  171. package/build/backend/models/infra-provider.schema.d.ts +0 -87
  172. package/build/backend/models/infra-provider.schema.d.ts.map +0 -1
  173. package/build/backend/models/infra-provider.schema.js +0 -41
  174. package/build/frontend/api/controllers/infra-billing.js +0 -18
  175. package/build/frontend/commands/infra-billing/create-bill-record.command.js +0 -30
  176. package/build/frontend/commands/infra-billing/create-billing-node.command.js +0 -38
  177. package/build/frontend/commands/infra-billing/create-infra-provider.command.js +0 -24
  178. package/build/frontend/commands/infra-billing/delete-bill-record-by-uuid.command.js +0 -22
  179. package/build/frontend/commands/infra-billing/delete-billing-node-by-uuid.command.js +0 -29
  180. package/build/frontend/commands/infra-billing/delete-infra-provider-by-uuid.command.js +0 -20
  181. package/build/frontend/commands/infra-billing/get-bill-records.command.js +0 -31
  182. package/build/frontend/commands/infra-billing/get-billing-nodes.command.js +0 -26
  183. package/build/frontend/commands/infra-billing/get-infra-provider-by-uuid.command.js +0 -19
  184. package/build/frontend/commands/infra-billing/get-infra-providers.command.js +0 -19
  185. package/build/frontend/commands/infra-billing/index.js +0 -28
  186. package/build/frontend/commands/infra-billing/update-billing-node.command.js +0 -35
  187. package/build/frontend/commands/infra-billing/update-infra-provider.command.js +0 -26
  188. package/build/frontend/commands/internal-squads/bulk-actions/add-users-to-internal-squad.command.js +0 -20
  189. package/build/frontend/commands/internal-squads/bulk-actions/delete-users-from-internal-squad.command.js +0 -20
  190. package/build/frontend/commands/internal-squads/bulk-actions/index.js +0 -18
  191. package/build/frontend/commands/users/get-user-accessible-nodes.command.js +0 -31
  192. package/build/frontend/models/infra-billing-available-node.schema.js +0 -9
  193. package/build/frontend/models/infra-billing-history-record.schema.js +0 -19
  194. package/build/frontend/models/infra-billing-node.schema.js +0 -34
  195. package/build/frontend/models/infra-provider.schema.js +0 -41
  196. /package/build/backend/commands/internal-squads/{get-internal-squad-by-uuid.js → get-internal-squad-by-uuid..js} +0 -0
  197. /package/build/backend/models/{extended-users.schema.js → extented-users.schema.js} +0 -0
  198. /package/build/frontend/commands/internal-squads/{get-internal-squad-by-uuid.js → get-internal-squad-by-uuid..js} +0 -0
  199. /package/build/frontend/models/{extended-users.schema.js → extented-users.schema.js} +0 -0
@@ -3,7 +3,6 @@ export * from './auth';
3
3
  export * from './config-profiles';
4
4
  export * from './hosts';
5
5
  export * from './hwid';
6
- export * from './infra-billing';
7
6
  export * from './internal-squads';
8
7
  export * from './keygen';
9
8
  export * from './nodes';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../api/controllers/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../api/controllers/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC"}
@@ -19,7 +19,6 @@ __exportStar(require("./auth"), exports);
19
19
  __exportStar(require("./config-profiles"), exports);
20
20
  __exportStar(require("./hosts"), exports);
21
21
  __exportStar(require("./hwid"), exports);
22
- __exportStar(require("./infra-billing"), exports);
23
22
  __exportStar(require("./internal-squads"), exports);
24
23
  __exportStar(require("./keygen"), exports);
25
24
  __exportStar(require("./nodes"), exports);
@@ -5,9 +5,5 @@ export declare const INTERNAL_SQUADS_ROUTES: {
5
5
  readonly UPDATE: "";
6
6
  readonly GET_BY_UUID: (uuid: string) => string;
7
7
  readonly DELETE: (uuid: string) => string;
8
- readonly BULK_ACTIONS: {
9
- readonly ADD_USERS: (uuid: string) => string;
10
- readonly REMOVE_USERS: (uuid: string) => string;
11
- };
12
8
  };
13
9
  //# sourceMappingURL=internal-squads.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"internal-squads.d.ts","sourceRoot":"","sources":["../../../../api/controllers/internal-squads.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,0BAA0B,EAAG,iBAA0B,CAAC;AAIrE,eAAO,MAAM,sBAAsB;;;;iCAIX,MAAM;4BACX,MAAM;;mCAGC,MAAM;sCACH,MAAM;;CAEzB,CAAC"}
1
+ {"version":3,"file":"internal-squads.d.ts","sourceRoot":"","sources":["../../../../api/controllers/internal-squads.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,0BAA0B,EAAG,iBAA0B,CAAC;AAErE,eAAO,MAAM,sBAAsB;;;;iCAIX,MAAM;4BACX,MAAM;CACf,CAAC"}
@@ -2,15 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.INTERNAL_SQUADS_ROUTES = exports.INTERNAL_SQUADS_CONTROLLER = void 0;
4
4
  exports.INTERNAL_SQUADS_CONTROLLER = 'internal-squads';
5
- const BULK_ACTIONS_ROUTE = 'bulk-actions';
6
5
  exports.INTERNAL_SQUADS_ROUTES = {
7
6
  GET: '', // Get list of all internal squads // get
8
7
  CREATE: '', // Create new internal squad // post
9
8
  UPDATE: '', // Update internal squad by uuid // patch
10
9
  GET_BY_UUID: (uuid) => `${uuid}`, // Get internal squad by uuid // get
11
10
  DELETE: (uuid) => `${uuid}`, // Delete internal squad by uuid // delete
12
- BULK_ACTIONS: {
13
- ADD_USERS: (uuid) => `${uuid}/${BULK_ACTIONS_ROUTE}/add-users`, // Add users to internal squad // post
14
- REMOVE_USERS: (uuid) => `${uuid}/${BULK_ACTIONS_ROUTE}/remove-users`, // Remove users from internal squad // delete
15
- },
16
11
  };
@@ -6,7 +6,6 @@ export declare const USERS_ROUTES: {
6
6
  readonly GET: "";
7
7
  readonly DELETE: (uuid: string) => string;
8
8
  readonly GET_BY_UUID: (uuid: string) => string;
9
- readonly ACCESSIBLE_NODES: (uuid: string) => string;
10
9
  readonly ACTIONS: {
11
10
  readonly ENABLE: (uuid: string) => string;
12
11
  readonly DISABLE: (uuid: string) => string;
@@ -1 +1 @@
1
- {"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../../../../api/controllers/users.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,EAAG,OAAgB,CAAC;AAEjD,eAAO,MAAM,mBAAmB,EAAG,SAAkB,CAAC;AAEtD,eAAO,MAAM,YAAY;;;;4BAIN,MAAM;iCACD,MAAM;sCACD,MAAM;;gCAEZ,MAAM;iCACL,MAAM;uCACA,MAAM;6CACA,MAAM;;;yCAGV,MAAM;sCACT,MAAM;uDACW,MAAM;2CAClB,MAAM;gCACjB,MAAM;4BACV,MAAM;;;;;;;;;;;;;;;4CAiBU,MAAM;;;;;CAM/B,CAAC"}
1
+ {"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../../../../api/controllers/users.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,EAAG,OAAgB,CAAC;AAEjD,eAAO,MAAM,mBAAmB,EAAG,SAAkB,CAAC;AAEtD,eAAO,MAAM,YAAY;;;;4BAIN,MAAM;iCACD,MAAM;;gCAEP,MAAM;iCACL,MAAM;uCACA,MAAM;6CACA,MAAM;;;yCAGV,MAAM;sCACT,MAAM;uDACW,MAAM;2CAClB,MAAM;gCACjB,MAAM;4BACV,MAAM;;;;;;;;;;;;;;;4CAiBU,MAAM;;;;;CAM/B,CAAC"}
@@ -9,7 +9,6 @@ exports.USERS_ROUTES = {
9
9
  GET: '',
10
10
  DELETE: (uuid) => `${uuid}`,
11
11
  GET_BY_UUID: (uuid) => `${uuid}`,
12
- ACCESSIBLE_NODES: (uuid) => `${uuid}/accessible-nodes`,
13
12
  ACTIONS: {
14
13
  ENABLE: (uuid) => `${uuid}/${exports.USERS_ACTIONS_ROUTE}/enable`,
15
14
  DISABLE: (uuid) => `${uuid}/${exports.USERS_ACTIONS_ROUTE}/disable`,
@@ -43,7 +43,6 @@ export declare const REST_API: {
43
43
  readonly GET: "/api/users/";
44
44
  readonly DELETE: (uuid: string) => string;
45
45
  readonly GET_BY_UUID: (uuid: string) => string;
46
- readonly ACCESSIBLE_NODES: (uuid: string) => string;
47
46
  readonly ACTIONS: {
48
47
  readonly DISABLE: (uuid: string) => string;
49
48
  readonly ENABLE: (uuid: string) => string;
@@ -141,24 +140,6 @@ export declare const REST_API: {
141
140
  readonly UPDATE: "/api/internal-squads/";
142
141
  readonly GET_BY_UUID: (uuid: string) => string;
143
142
  readonly DELETE: (uuid: string) => string;
144
- readonly BULK_ACTIONS: {
145
- readonly ADD_USERS: (uuid: string) => string;
146
- readonly REMOVE_USERS: (uuid: string) => string;
147
- };
148
- };
149
- readonly INFRA_BILLING: {
150
- readonly GET_PROVIDERS: "/api/infra-billing/providers";
151
- readonly CREATE_PROVIDER: "/api/infra-billing/providers";
152
- readonly UPDATE_PROVIDER: "/api/infra-billing/providers";
153
- readonly DELETE_PROVIDER: (uuid: string) => string;
154
- readonly GET_PROVIDER_BY_UUID: (uuid: string) => string;
155
- readonly GET_BILLING_NODES: "/api/infra-billing/nodes";
156
- readonly CREATE_BILLING_NODE: "/api/infra-billing/nodes";
157
- readonly UPDATE_BILLING_NODE: "/api/infra-billing/nodes";
158
- readonly DELETE_BILLING_NODE: (uuid: string) => string;
159
- readonly GET_BILLING_HISTORY: "/api/infra-billing/history";
160
- readonly CREATE_BILLING_HISTORY: "/api/infra-billing/history";
161
- readonly DELETE_BILLING_HISTORY: (uuid: string) => string;
162
143
  };
163
144
  };
164
145
  //# sourceMappingURL=routes.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"routes.d.ts","sourceRoot":"","sources":["../../../api/routes.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI,EAAG,MAAe,CAAC;AACpC,eAAO,MAAM,YAAY,EAAG,UAAmB,CAAC;AAChD,eAAO,MAAM,cAAc,EAAG,SAAkB,CAAC;AAEjD,eAAO,MAAM,QAAQ;;;;;;;;;;;gCAYE,MAAM;;;;;;;;;qCAYD,MAAM;;gCAGX,MAAM;;oCAIF,MAAM;qCAIL,MAAM;qCAIN,MAAM;;;;;;iDAUM,MAAM;;;;;;;;gCAWvB,MAAM;qCAGD,MAAM;0CAED,MAAM;;qCAIX,MAAM;oCAIP,MAAM;2CAIC,MAAM;iDAIA,MAAM;;;6CAOV,MAAM;0CAIT,MAAM;2DAIW,MAAM;+CAIlB,MAAM;oCAIjB,MAAM;gCAIV,MAAM;;;;;;;;;;;;;;;gDAmBU,MAAM;;;;;;;kCAWpB,MAAM;0CAEE,MAAM;uCAET,MAAM;;;;;;qCASR,MAAM;gCAEX,MAAM;;;;;;;;;;;;;;;;;;;;;qCAuBD,MAAM;;;;;;;;;mDAYQ,MAAM;;;;;;0CASf,MAAM;;;;;;;qCAUX,MAAM;gCAIX,MAAM;sDAIgB,MAAM;;;;;;;qCAUvB,MAAM;gCAIX,MAAM;;uCAMC,MAAM;0CAEH,MAAM;;;;;;;yCASP,MAAM;8CAED,MAAM;;;;6CAMP,MAAM;;;gDAKH,MAAM;;CAGnC,CAAC"}
1
+ {"version":3,"file":"routes.d.ts","sourceRoot":"","sources":["../../../api/routes.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI,EAAG,MAAe,CAAC;AACpC,eAAO,MAAM,YAAY,EAAG,UAAmB,CAAC;AAChD,eAAO,MAAM,cAAc,EAAG,SAAkB,CAAC;AAEjD,eAAO,MAAM,QAAQ;;;;;;;;;;;gCAYE,MAAM;;;;;;;;;qCAYD,MAAM;;gCAGX,MAAM;;oCAIF,MAAM;qCAIL,MAAM;qCAIN,MAAM;;;;;;iDAUM,MAAM;;;;;;;;gCAWvB,MAAM;qCAGD,MAAM;;qCAIN,MAAM;oCAIP,MAAM;2CAIC,MAAM;iDAIA,MAAM;;;6CAOV,MAAM;0CAIT,MAAM;2DAIW,MAAM;+CAIlB,MAAM;oCAIjB,MAAM;gCAIV,MAAM;;;;;;;;;;;;;;;gDAmBU,MAAM;;;;;;;kCAWpB,MAAM;0CAEE,MAAM;uCAET,MAAM;;;;;;qCASR,MAAM;gCAEX,MAAM;;;;;;;;;;;;;;;;;;;;;qCAuBD,MAAM;;;;;;;;;mDAYQ,MAAM;;;;;;0CASf,MAAM;;;;;;;qCAUX,MAAM;gCAIX,MAAM;sDAIgB,MAAM;;;;;;;qCAUvB,MAAM;gCAIX,MAAM;;CAKnB,CAAC"}
@@ -80,7 +80,6 @@ exports.REST_API = {
80
80
  GET: `${exports.ROOT}/${CONTROLLERS.USERS_CONTROLLER}/${CONTROLLERS.USERS_ROUTES.GET}`,
81
81
  DELETE: (uuid) => `${exports.ROOT}/${CONTROLLERS.USERS_CONTROLLER}/${CONTROLLERS.USERS_ROUTES.DELETE(uuid)}`,
82
82
  GET_BY_UUID: (uuid) => `${exports.ROOT}/${CONTROLLERS.USERS_CONTROLLER}/${CONTROLLERS.USERS_ROUTES.GET_BY_UUID(uuid)}`,
83
- ACCESSIBLE_NODES: (uuid) => `${exports.ROOT}/${CONTROLLERS.USERS_CONTROLLER}/${CONTROLLERS.USERS_ROUTES.ACCESSIBLE_NODES(uuid)}`,
84
83
  ACTIONS: {
85
84
  DISABLE: (uuid) => `${exports.ROOT}/${CONTROLLERS.USERS_CONTROLLER}/${CONTROLLERS.USERS_ROUTES.ACTIONS.DISABLE(uuid)}`,
86
85
  ENABLE: (uuid) => `${exports.ROOT}/${CONTROLLERS.USERS_CONTROLLER}/${CONTROLLERS.USERS_ROUTES.ACTIONS.ENABLE(uuid)}`,
@@ -178,23 +177,5 @@ exports.REST_API = {
178
177
  UPDATE: `${exports.ROOT}/${CONTROLLERS.INTERNAL_SQUADS_CONTROLLER}/${CONTROLLERS.INTERNAL_SQUADS_ROUTES.UPDATE}`,
179
178
  GET_BY_UUID: (uuid) => `${exports.ROOT}/${CONTROLLERS.INTERNAL_SQUADS_CONTROLLER}/${CONTROLLERS.INTERNAL_SQUADS_ROUTES.GET_BY_UUID(uuid)}`,
180
179
  DELETE: (uuid) => `${exports.ROOT}/${CONTROLLERS.INTERNAL_SQUADS_CONTROLLER}/${CONTROLLERS.INTERNAL_SQUADS_ROUTES.DELETE(uuid)}`,
181
- BULK_ACTIONS: {
182
- ADD_USERS: (uuid) => `${exports.ROOT}/${CONTROLLERS.INTERNAL_SQUADS_CONTROLLER}/${CONTROLLERS.INTERNAL_SQUADS_ROUTES.BULK_ACTIONS.ADD_USERS(uuid)}`,
183
- REMOVE_USERS: (uuid) => `${exports.ROOT}/${CONTROLLERS.INTERNAL_SQUADS_CONTROLLER}/${CONTROLLERS.INTERNAL_SQUADS_ROUTES.BULK_ACTIONS.REMOVE_USERS(uuid)}`,
184
- },
185
- },
186
- INFRA_BILLING: {
187
- GET_PROVIDERS: `${exports.ROOT}/${CONTROLLERS.INFRA_BILLING_CONTROLLER}/${CONTROLLERS.INFRA_BILLING_ROUTES.GET_PROVIDERS}`,
188
- CREATE_PROVIDER: `${exports.ROOT}/${CONTROLLERS.INFRA_BILLING_CONTROLLER}/${CONTROLLERS.INFRA_BILLING_ROUTES.CREATE_PROVIDER}`,
189
- UPDATE_PROVIDER: `${exports.ROOT}/${CONTROLLERS.INFRA_BILLING_CONTROLLER}/${CONTROLLERS.INFRA_BILLING_ROUTES.UPDATE_PROVIDER}`,
190
- DELETE_PROVIDER: (uuid) => `${exports.ROOT}/${CONTROLLERS.INFRA_BILLING_CONTROLLER}/${CONTROLLERS.INFRA_BILLING_ROUTES.DELETE_PROVIDER(uuid)}`,
191
- GET_PROVIDER_BY_UUID: (uuid) => `${exports.ROOT}/${CONTROLLERS.INFRA_BILLING_CONTROLLER}/${CONTROLLERS.INFRA_BILLING_ROUTES.GET_PROVIDER_BY_UUID(uuid)}`,
192
- GET_BILLING_NODES: `${exports.ROOT}/${CONTROLLERS.INFRA_BILLING_CONTROLLER}/${CONTROLLERS.INFRA_BILLING_ROUTES.GET_BILLING_NODES}`,
193
- CREATE_BILLING_NODE: `${exports.ROOT}/${CONTROLLERS.INFRA_BILLING_CONTROLLER}/${CONTROLLERS.INFRA_BILLING_ROUTES.CREATE_BILLING_NODE}`,
194
- UPDATE_BILLING_NODE: `${exports.ROOT}/${CONTROLLERS.INFRA_BILLING_CONTROLLER}/${CONTROLLERS.INFRA_BILLING_ROUTES.UPDATE_BILLING_NODE}`,
195
- DELETE_BILLING_NODE: (uuid) => `${exports.ROOT}/${CONTROLLERS.INFRA_BILLING_CONTROLLER}/${CONTROLLERS.INFRA_BILLING_ROUTES.DELETE_BILLING_NODE(uuid)}`,
196
- GET_BILLING_HISTORY: `${exports.ROOT}/${CONTROLLERS.INFRA_BILLING_CONTROLLER}/${CONTROLLERS.INFRA_BILLING_ROUTES.GET_BILLING_HISTORY}`,
197
- CREATE_BILLING_HISTORY: `${exports.ROOT}/${CONTROLLERS.INFRA_BILLING_CONTROLLER}/${CONTROLLERS.INFRA_BILLING_ROUTES.CREATE_BILLING_HISTORY}`,
198
- DELETE_BILLING_HISTORY: (uuid) => `${exports.ROOT}/${CONTROLLERS.INFRA_BILLING_CONTROLLER}/${CONTROLLERS.INFRA_BILLING_ROUTES.DELETE_BILLING_HISTORY(uuid)}`,
199
180
  },
200
181
  };
@@ -13,8 +13,8 @@ var CreateConfigProfileCommand;
13
13
  CreateConfigProfileCommand.RequestSchema = zod_1.z.object({
14
14
  name: zod_1.z
15
15
  .string()
16
- .min(2, 'Name must be at least 2 characters')
17
- .max(20, 'Name must be less than 20 characters')
16
+ .min(6, 'Name must be at least 6 characters')
17
+ .max(16, 'Name must be less than 16 characters')
18
18
  .regex(/^[A-Za-z0-9_-]+$/, 'Name can only contain letters, numbers, underscores and dashes'),
19
19
  config: zod_1.z.object({}).passthrough(),
20
20
  });
@@ -30,16 +30,8 @@ export declare namespace BulkDeleteHostsCommand {
30
30
  readonly NONE: "NONE";
31
31
  }>>;
32
32
  xHttpExtraParams: z.ZodNullable<z.ZodUnknown>;
33
- inbound: z.ZodObject<{
34
- configProfileUuid: z.ZodNullable<z.ZodString>;
35
- configProfileInboundUuid: z.ZodNullable<z.ZodString>;
36
- }, "strip", z.ZodTypeAny, {
37
- configProfileUuid: string | null;
38
- configProfileInboundUuid: string | null;
39
- }, {
40
- configProfileUuid: string | null;
41
- configProfileInboundUuid: string | null;
42
- }>;
33
+ configProfileUuid: z.ZodNullable<z.ZodString>;
34
+ configProfileInboundUuid: z.ZodNullable<z.ZodString>;
43
35
  }, "strip", z.ZodTypeAny, {
44
36
  path: string | null;
45
37
  uuid: string;
@@ -53,10 +45,8 @@ export declare namespace BulkDeleteHostsCommand {
53
45
  fingerprint: string | null;
54
46
  isDisabled: boolean;
55
47
  securityLayer: "DEFAULT" | "TLS" | "NONE";
56
- inbound: {
57
- configProfileUuid: string | null;
58
- configProfileInboundUuid: string | null;
59
- };
48
+ configProfileUuid: string | null;
49
+ configProfileInboundUuid: string | null;
60
50
  xHttpExtraParams?: unknown;
61
51
  }, {
62
52
  path: string | null;
@@ -69,10 +59,8 @@ export declare namespace BulkDeleteHostsCommand {
69
59
  host: string | null;
70
60
  alpn: string | null;
71
61
  fingerprint: string | null;
72
- inbound: {
73
- configProfileUuid: string | null;
74
- configProfileInboundUuid: string | null;
75
- };
62
+ configProfileUuid: string | null;
63
+ configProfileInboundUuid: string | null;
76
64
  isDisabled?: boolean | undefined;
77
65
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
78
66
  xHttpExtraParams?: unknown;
@@ -91,10 +79,8 @@ export declare namespace BulkDeleteHostsCommand {
91
79
  fingerprint: string | null;
92
80
  isDisabled: boolean;
93
81
  securityLayer: "DEFAULT" | "TLS" | "NONE";
94
- inbound: {
95
- configProfileUuid: string | null;
96
- configProfileInboundUuid: string | null;
97
- };
82
+ configProfileUuid: string | null;
83
+ configProfileInboundUuid: string | null;
98
84
  xHttpExtraParams?: unknown;
99
85
  }[];
100
86
  }, {
@@ -109,10 +95,8 @@ export declare namespace BulkDeleteHostsCommand {
109
95
  host: string | null;
110
96
  alpn: string | null;
111
97
  fingerprint: string | null;
112
- inbound: {
113
- configProfileUuid: string | null;
114
- configProfileInboundUuid: string | null;
115
- };
98
+ configProfileUuid: string | null;
99
+ configProfileInboundUuid: string | null;
116
100
  isDisabled?: boolean | undefined;
117
101
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
118
102
  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"}
@@ -30,16 +30,8 @@ export declare namespace BulkDisableHostsCommand {
30
30
  readonly NONE: "NONE";
31
31
  }>>;
32
32
  xHttpExtraParams: z.ZodNullable<z.ZodUnknown>;
33
- inbound: z.ZodObject<{
34
- configProfileUuid: z.ZodNullable<z.ZodString>;
35
- configProfileInboundUuid: z.ZodNullable<z.ZodString>;
36
- }, "strip", z.ZodTypeAny, {
37
- configProfileUuid: string | null;
38
- configProfileInboundUuid: string | null;
39
- }, {
40
- configProfileUuid: string | null;
41
- configProfileInboundUuid: string | null;
42
- }>;
33
+ configProfileUuid: z.ZodNullable<z.ZodString>;
34
+ configProfileInboundUuid: z.ZodNullable<z.ZodString>;
43
35
  }, "strip", z.ZodTypeAny, {
44
36
  path: string | null;
45
37
  uuid: string;
@@ -53,10 +45,8 @@ export declare namespace BulkDisableHostsCommand {
53
45
  fingerprint: string | null;
54
46
  isDisabled: boolean;
55
47
  securityLayer: "DEFAULT" | "TLS" | "NONE";
56
- inbound: {
57
- configProfileUuid: string | null;
58
- configProfileInboundUuid: string | null;
59
- };
48
+ configProfileUuid: string | null;
49
+ configProfileInboundUuid: string | null;
60
50
  xHttpExtraParams?: unknown;
61
51
  }, {
62
52
  path: string | null;
@@ -69,10 +59,8 @@ export declare namespace BulkDisableHostsCommand {
69
59
  host: string | null;
70
60
  alpn: string | null;
71
61
  fingerprint: string | null;
72
- inbound: {
73
- configProfileUuid: string | null;
74
- configProfileInboundUuid: string | null;
75
- };
62
+ configProfileUuid: string | null;
63
+ configProfileInboundUuid: string | null;
76
64
  isDisabled?: boolean | undefined;
77
65
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
78
66
  xHttpExtraParams?: unknown;
@@ -91,10 +79,8 @@ export declare namespace BulkDisableHostsCommand {
91
79
  fingerprint: string | null;
92
80
  isDisabled: boolean;
93
81
  securityLayer: "DEFAULT" | "TLS" | "NONE";
94
- inbound: {
95
- configProfileUuid: string | null;
96
- configProfileInboundUuid: string | null;
97
- };
82
+ configProfileUuid: string | null;
83
+ configProfileInboundUuid: string | null;
98
84
  xHttpExtraParams?: unknown;
99
85
  }[];
100
86
  }, {
@@ -109,10 +95,8 @@ export declare namespace BulkDisableHostsCommand {
109
95
  host: string | null;
110
96
  alpn: string | null;
111
97
  fingerprint: string | null;
112
- inbound: {
113
- configProfileUuid: string | null;
114
- configProfileInboundUuid: string | null;
115
- };
98
+ configProfileUuid: string | null;
99
+ configProfileInboundUuid: string | null;
116
100
  isDisabled?: boolean | undefined;
117
101
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
118
102
  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"}
@@ -30,16 +30,8 @@ export declare namespace BulkEnableHostsCommand {
30
30
  readonly NONE: "NONE";
31
31
  }>>;
32
32
  xHttpExtraParams: z.ZodNullable<z.ZodUnknown>;
33
- inbound: z.ZodObject<{
34
- configProfileUuid: z.ZodNullable<z.ZodString>;
35
- configProfileInboundUuid: z.ZodNullable<z.ZodString>;
36
- }, "strip", z.ZodTypeAny, {
37
- configProfileUuid: string | null;
38
- configProfileInboundUuid: string | null;
39
- }, {
40
- configProfileUuid: string | null;
41
- configProfileInboundUuid: string | null;
42
- }>;
33
+ configProfileUuid: z.ZodNullable<z.ZodString>;
34
+ configProfileInboundUuid: z.ZodNullable<z.ZodString>;
43
35
  }, "strip", z.ZodTypeAny, {
44
36
  path: string | null;
45
37
  uuid: string;
@@ -53,10 +45,8 @@ export declare namespace BulkEnableHostsCommand {
53
45
  fingerprint: string | null;
54
46
  isDisabled: boolean;
55
47
  securityLayer: "DEFAULT" | "TLS" | "NONE";
56
- inbound: {
57
- configProfileUuid: string | null;
58
- configProfileInboundUuid: string | null;
59
- };
48
+ configProfileUuid: string | null;
49
+ configProfileInboundUuid: string | null;
60
50
  xHttpExtraParams?: unknown;
61
51
  }, {
62
52
  path: string | null;
@@ -69,10 +59,8 @@ export declare namespace BulkEnableHostsCommand {
69
59
  host: string | null;
70
60
  alpn: string | null;
71
61
  fingerprint: string | null;
72
- inbound: {
73
- configProfileUuid: string | null;
74
- configProfileInboundUuid: string | null;
75
- };
62
+ configProfileUuid: string | null;
63
+ configProfileInboundUuid: string | null;
76
64
  isDisabled?: boolean | undefined;
77
65
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
78
66
  xHttpExtraParams?: unknown;
@@ -91,10 +79,8 @@ export declare namespace BulkEnableHostsCommand {
91
79
  fingerprint: string | null;
92
80
  isDisabled: boolean;
93
81
  securityLayer: "DEFAULT" | "TLS" | "NONE";
94
- inbound: {
95
- configProfileUuid: string | null;
96
- configProfileInboundUuid: string | null;
97
- };
82
+ configProfileUuid: string | null;
83
+ configProfileInboundUuid: string | null;
98
84
  xHttpExtraParams?: unknown;
99
85
  }[];
100
86
  }, {
@@ -109,10 +95,8 @@ export declare namespace BulkEnableHostsCommand {
109
95
  host: string | null;
110
96
  alpn: string | null;
111
97
  fingerprint: string | null;
112
- inbound: {
113
- configProfileUuid: string | null;
114
- configProfileInboundUuid: string | null;
115
- };
98
+ configProfileUuid: string | null;
99
+ configProfileInboundUuid: string | null;
116
100
  isDisabled?: boolean | undefined;
117
101
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
118
102
  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"}
@@ -36,16 +36,8 @@ export declare namespace SetInboundToManyHostsCommand {
36
36
  readonly NONE: "NONE";
37
37
  }>>;
38
38
  xHttpExtraParams: z.ZodNullable<z.ZodUnknown>;
39
- inbound: z.ZodObject<{
40
- configProfileUuid: z.ZodNullable<z.ZodString>;
41
- configProfileInboundUuid: z.ZodNullable<z.ZodString>;
42
- }, "strip", z.ZodTypeAny, {
43
- configProfileUuid: string | null;
44
- configProfileInboundUuid: string | null;
45
- }, {
46
- configProfileUuid: string | null;
47
- configProfileInboundUuid: string | null;
48
- }>;
39
+ configProfileUuid: z.ZodNullable<z.ZodString>;
40
+ configProfileInboundUuid: z.ZodNullable<z.ZodString>;
49
41
  }, "strip", z.ZodTypeAny, {
50
42
  path: string | null;
51
43
  uuid: string;
@@ -59,10 +51,8 @@ export declare namespace SetInboundToManyHostsCommand {
59
51
  fingerprint: string | null;
60
52
  isDisabled: boolean;
61
53
  securityLayer: "DEFAULT" | "TLS" | "NONE";
62
- inbound: {
63
- configProfileUuid: string | null;
64
- configProfileInboundUuid: string | null;
65
- };
54
+ configProfileUuid: string | null;
55
+ configProfileInboundUuid: string | null;
66
56
  xHttpExtraParams?: unknown;
67
57
  }, {
68
58
  path: string | null;
@@ -75,10 +65,8 @@ export declare namespace SetInboundToManyHostsCommand {
75
65
  host: string | null;
76
66
  alpn: string | null;
77
67
  fingerprint: string | null;
78
- inbound: {
79
- configProfileUuid: string | null;
80
- configProfileInboundUuid: string | null;
81
- };
68
+ configProfileUuid: string | null;
69
+ configProfileInboundUuid: string | null;
82
70
  isDisabled?: boolean | undefined;
83
71
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
84
72
  xHttpExtraParams?: unknown;
@@ -97,10 +85,8 @@ export declare namespace SetInboundToManyHostsCommand {
97
85
  fingerprint: string | null;
98
86
  isDisabled: boolean;
99
87
  securityLayer: "DEFAULT" | "TLS" | "NONE";
100
- inbound: {
101
- configProfileUuid: string | null;
102
- configProfileInboundUuid: string | null;
103
- };
88
+ configProfileUuid: string | null;
89
+ configProfileInboundUuid: string | null;
104
90
  xHttpExtraParams?: unknown;
105
91
  }[];
106
92
  }, {
@@ -115,10 +101,8 @@ export declare namespace SetInboundToManyHostsCommand {
115
101
  host: string | null;
116
102
  alpn: string | null;
117
103
  fingerprint: string | null;
118
- inbound: {
119
- configProfileUuid: string | null;
120
- configProfileInboundUuid: string | null;
121
- };
104
+ configProfileUuid: string | null;
105
+ configProfileInboundUuid: string | null;
122
106
  isDisabled?: boolean | undefined;
123
107
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
124
108
  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"}
@@ -33,16 +33,8 @@ export declare namespace SetPortToManyHostsCommand {
33
33
  readonly NONE: "NONE";
34
34
  }>>;
35
35
  xHttpExtraParams: z.ZodNullable<z.ZodUnknown>;
36
- inbound: z.ZodObject<{
37
- configProfileUuid: z.ZodNullable<z.ZodString>;
38
- configProfileInboundUuid: z.ZodNullable<z.ZodString>;
39
- }, "strip", z.ZodTypeAny, {
40
- configProfileUuid: string | null;
41
- configProfileInboundUuid: string | null;
42
- }, {
43
- configProfileUuid: string | null;
44
- configProfileInboundUuid: string | null;
45
- }>;
36
+ configProfileUuid: z.ZodNullable<z.ZodString>;
37
+ configProfileInboundUuid: z.ZodNullable<z.ZodString>;
46
38
  }, "strip", z.ZodTypeAny, {
47
39
  path: string | null;
48
40
  uuid: string;
@@ -56,10 +48,8 @@ export declare namespace SetPortToManyHostsCommand {
56
48
  fingerprint: string | null;
57
49
  isDisabled: boolean;
58
50
  securityLayer: "DEFAULT" | "TLS" | "NONE";
59
- inbound: {
60
- configProfileUuid: string | null;
61
- configProfileInboundUuid: string | null;
62
- };
51
+ configProfileUuid: string | null;
52
+ configProfileInboundUuid: string | null;
63
53
  xHttpExtraParams?: unknown;
64
54
  }, {
65
55
  path: string | null;
@@ -72,10 +62,8 @@ export declare namespace SetPortToManyHostsCommand {
72
62
  host: string | null;
73
63
  alpn: string | null;
74
64
  fingerprint: string | null;
75
- inbound: {
76
- configProfileUuid: string | null;
77
- configProfileInboundUuid: string | null;
78
- };
65
+ configProfileUuid: string | null;
66
+ configProfileInboundUuid: string | null;
79
67
  isDisabled?: boolean | undefined;
80
68
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
81
69
  xHttpExtraParams?: unknown;
@@ -94,10 +82,8 @@ export declare namespace SetPortToManyHostsCommand {
94
82
  fingerprint: string | null;
95
83
  isDisabled: boolean;
96
84
  securityLayer: "DEFAULT" | "TLS" | "NONE";
97
- inbound: {
98
- configProfileUuid: string | null;
99
- configProfileInboundUuid: string | null;
100
- };
85
+ configProfileUuid: string | null;
86
+ configProfileInboundUuid: string | null;
101
87
  xHttpExtraParams?: unknown;
102
88
  }[];
103
89
  }, {
@@ -112,10 +98,8 @@ export declare namespace SetPortToManyHostsCommand {
112
98
  host: string | null;
113
99
  alpn: string | null;
114
100
  fingerprint: string | null;
115
- inbound: {
116
- configProfileUuid: string | null;
117
- configProfileInboundUuid: string | null;
118
- };
101
+ configProfileUuid: string | null;
102
+ configProfileInboundUuid: string | null;
119
103
  isDisabled?: boolean | undefined;
120
104
  securityLayer?: "DEFAULT" | "TLS" | "NONE" | undefined;
121
105
  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"}