@remnawave/backend-contract 3.4.9 → 3.4.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (235) hide show
  1. package/build/backend/api/controllers/config-profiles.d.ts +4 -0
  2. package/build/backend/api/controllers/config-profiles.d.ts.map +1 -1
  3. package/build/backend/api/controllers/config-profiles.js +4 -0
  4. package/build/backend/api/controllers/external-squads.d.ts +4 -0
  5. package/build/backend/api/controllers/external-squads.d.ts.map +1 -1
  6. package/build/backend/api/controllers/external-squads.js +4 -0
  7. package/build/backend/api/controllers/internal-squads.d.ts +4 -0
  8. package/build/backend/api/controllers/internal-squads.d.ts.map +1 -1
  9. package/build/backend/api/controllers/internal-squads.js +4 -0
  10. package/build/backend/api/controllers/node-plugins.d.ts +6 -2
  11. package/build/backend/api/controllers/node-plugins.d.ts.map +1 -1
  12. package/build/backend/api/controllers/node-plugins.js +6 -2
  13. package/build/backend/api/controllers/subscription-page-configs.d.ts +4 -0
  14. package/build/backend/api/controllers/subscription-page-configs.d.ts.map +1 -1
  15. package/build/backend/api/controllers/subscription-page-configs.js +4 -0
  16. package/build/backend/api/controllers/subscription-template.d.ts +4 -0
  17. package/build/backend/api/controllers/subscription-template.d.ts.map +1 -1
  18. package/build/backend/api/controllers/subscription-template.js +4 -0
  19. package/build/backend/api/routes.d.ts +26 -2
  20. package/build/backend/api/routes.d.ts.map +1 -1
  21. package/build/backend/api/routes.js +26 -2
  22. package/build/backend/commands/config-profiles/actions/reorder.command.d.ts +1 -0
  23. package/build/backend/commands/config-profiles/actions/reorder.command.d.ts.map +1 -1
  24. package/build/backend/commands/config-profiles/create-config-profile.command.d.ts +1 -0
  25. package/build/backend/commands/config-profiles/create-config-profile.command.d.ts.map +1 -1
  26. package/build/backend/commands/config-profiles/get-computed-config-profile-by-uuid.command.d.ts +1 -0
  27. package/build/backend/commands/config-profiles/get-computed-config-profile-by-uuid.command.d.ts.map +1 -1
  28. package/build/backend/commands/config-profiles/get-config-profile-by-uuid.command.d.ts +1 -0
  29. package/build/backend/commands/config-profiles/get-config-profile-by-uuid.command.d.ts.map +1 -1
  30. package/build/backend/commands/config-profiles/get-config-profiles.command.d.ts +1 -0
  31. package/build/backend/commands/config-profiles/get-config-profiles.command.d.ts.map +1 -1
  32. package/build/backend/commands/config-profiles/index.d.ts +1 -0
  33. package/build/backend/commands/config-profiles/index.d.ts.map +1 -1
  34. package/build/backend/commands/config-profiles/index.js +1 -0
  35. package/build/backend/commands/config-profiles/tags/get-config-profiles-tags.command.d.ts +13 -0
  36. package/build/backend/commands/config-profiles/tags/get-config-profiles-tags.command.d.ts.map +1 -0
  37. package/build/backend/commands/config-profiles/tags/get-config-profiles-tags.command.js +17 -0
  38. package/build/backend/commands/config-profiles/tags/index.d.ts +3 -0
  39. package/build/backend/commands/config-profiles/tags/index.d.ts.map +1 -0
  40. package/build/backend/commands/config-profiles/tags/index.js +18 -0
  41. package/build/backend/commands/config-profiles/tags/set-config-profile-tags.command.d.ts +19 -0
  42. package/build/backend/commands/config-profiles/tags/set-config-profile-tags.command.d.ts.map +1 -0
  43. package/build/backend/commands/config-profiles/tags/set-config-profile-tags.command.js +23 -0
  44. package/build/backend/commands/config-profiles/update-config-profile.command.d.ts +1 -0
  45. package/build/backend/commands/config-profiles/update-config-profile.command.d.ts.map +1 -1
  46. package/build/backend/commands/external-squads/actions/reorder.command.d.ts +1 -0
  47. package/build/backend/commands/external-squads/actions/reorder.command.d.ts.map +1 -1
  48. package/build/backend/commands/external-squads/create-external-squad.command.d.ts +1 -0
  49. package/build/backend/commands/external-squads/create-external-squad.command.d.ts.map +1 -1
  50. package/build/backend/commands/external-squads/get-external-squad-by-uuid.command.d.ts +1 -0
  51. package/build/backend/commands/external-squads/get-external-squad-by-uuid.command.d.ts.map +1 -1
  52. package/build/backend/commands/external-squads/get-external-squads.command.d.ts +1 -0
  53. package/build/backend/commands/external-squads/get-external-squads.command.d.ts.map +1 -1
  54. package/build/backend/commands/external-squads/index.d.ts +1 -0
  55. package/build/backend/commands/external-squads/index.d.ts.map +1 -1
  56. package/build/backend/commands/external-squads/index.js +1 -0
  57. package/build/backend/commands/external-squads/tags/get-external-squads-tags.command.d.ts +13 -0
  58. package/build/backend/commands/external-squads/tags/get-external-squads-tags.command.d.ts.map +1 -0
  59. package/build/backend/commands/external-squads/tags/get-external-squads-tags.command.js +17 -0
  60. package/build/backend/commands/external-squads/tags/index.d.ts +3 -0
  61. package/build/backend/commands/external-squads/tags/index.d.ts.map +1 -0
  62. package/build/backend/commands/external-squads/tags/index.js +18 -0
  63. package/build/backend/commands/external-squads/tags/set-external-squad-tags.command.d.ts +19 -0
  64. package/build/backend/commands/external-squads/tags/set-external-squad-tags.command.d.ts.map +1 -0
  65. package/build/backend/commands/external-squads/tags/set-external-squad-tags.command.js +23 -0
  66. package/build/backend/commands/external-squads/update-external-squad.command.d.ts +1 -0
  67. package/build/backend/commands/external-squads/update-external-squad.command.d.ts.map +1 -1
  68. package/build/backend/commands/internal-squads/actions/reorder.command.d.ts +1 -0
  69. package/build/backend/commands/internal-squads/actions/reorder.command.d.ts.map +1 -1
  70. package/build/backend/commands/internal-squads/create-internal-squad.command.d.ts +1 -0
  71. package/build/backend/commands/internal-squads/create-internal-squad.command.d.ts.map +1 -1
  72. package/build/backend/commands/internal-squads/get-internal-squad.command.d.ts +1 -0
  73. package/build/backend/commands/internal-squads/get-internal-squad.command.d.ts.map +1 -1
  74. package/build/backend/commands/internal-squads/get-internal-squads.command.d.ts +1 -0
  75. package/build/backend/commands/internal-squads/get-internal-squads.command.d.ts.map +1 -1
  76. package/build/backend/commands/internal-squads/index.d.ts +1 -0
  77. package/build/backend/commands/internal-squads/index.d.ts.map +1 -1
  78. package/build/backend/commands/internal-squads/index.js +1 -0
  79. package/build/backend/commands/internal-squads/tags/get-internal-squads-tags.command.d.ts +13 -0
  80. package/build/backend/commands/internal-squads/tags/get-internal-squads-tags.command.d.ts.map +1 -0
  81. package/build/backend/commands/internal-squads/tags/get-internal-squads-tags.command.js +17 -0
  82. package/build/backend/commands/internal-squads/tags/index.d.ts +3 -0
  83. package/build/backend/commands/internal-squads/tags/index.d.ts.map +1 -0
  84. package/build/backend/commands/internal-squads/tags/index.js +18 -0
  85. package/build/backend/commands/internal-squads/tags/set-internal-squad-tags.command.d.ts +19 -0
  86. package/build/backend/commands/internal-squads/tags/set-internal-squad-tags.command.d.ts.map +1 -0
  87. package/build/backend/commands/internal-squads/tags/set-internal-squad-tags.command.js +23 -0
  88. package/build/backend/commands/internal-squads/update-internal-squad.command.d.ts +1 -0
  89. package/build/backend/commands/internal-squads/update-internal-squad.command.d.ts.map +1 -1
  90. package/build/backend/commands/node-plugins/actions/clone-node-plugin.command.d.ts +1 -0
  91. package/build/backend/commands/node-plugins/actions/clone-node-plugin.command.d.ts.map +1 -1
  92. package/build/backend/commands/node-plugins/actions/reorder.command.d.ts +1 -0
  93. package/build/backend/commands/node-plugins/actions/reorder.command.d.ts.map +1 -1
  94. package/build/backend/commands/node-plugins/create-node-plugin.command.d.ts +1 -0
  95. package/build/backend/commands/node-plugins/create-node-plugin.command.d.ts.map +1 -1
  96. package/build/backend/commands/node-plugins/get-node-plugin.command.d.ts +1 -0
  97. package/build/backend/commands/node-plugins/get-node-plugin.command.d.ts.map +1 -1
  98. package/build/backend/commands/node-plugins/get-node-plugins.command.d.ts +1 -0
  99. package/build/backend/commands/node-plugins/get-node-plugins.command.d.ts.map +1 -1
  100. package/build/backend/commands/node-plugins/index.d.ts +1 -0
  101. package/build/backend/commands/node-plugins/index.d.ts.map +1 -1
  102. package/build/backend/commands/node-plugins/index.js +1 -0
  103. package/build/backend/commands/node-plugins/shared-lists/delete-shared-list.command.d.ts +4 -4
  104. package/build/backend/commands/node-plugins/shared-lists/delete-shared-list.command.d.ts.map +1 -1
  105. package/build/backend/commands/node-plugins/shared-lists/delete-shared-list.command.js +3 -3
  106. package/build/backend/commands/node-plugins/shared-lists/get-shared-list.command.d.ts +4 -4
  107. package/build/backend/commands/node-plugins/shared-lists/get-shared-list.command.d.ts.map +1 -1
  108. package/build/backend/commands/node-plugins/shared-lists/get-shared-list.command.js +3 -3
  109. package/build/backend/commands/node-plugins/tags/get-node-plugins-tags.command.d.ts +13 -0
  110. package/build/backend/commands/node-plugins/tags/get-node-plugins-tags.command.d.ts.map +1 -0
  111. package/build/backend/commands/node-plugins/tags/get-node-plugins-tags.command.js +17 -0
  112. package/build/backend/commands/node-plugins/tags/index.d.ts +3 -0
  113. package/build/backend/commands/node-plugins/tags/index.d.ts.map +1 -0
  114. package/build/backend/commands/node-plugins/tags/index.js +18 -0
  115. package/build/backend/commands/node-plugins/tags/set-node-plugin-tags.command.d.ts +19 -0
  116. package/build/backend/commands/node-plugins/tags/set-node-plugin-tags.command.d.ts.map +1 -0
  117. package/build/backend/commands/node-plugins/tags/set-node-plugin-tags.command.js +23 -0
  118. package/build/backend/commands/node-plugins/update-node-plugin.command.d.ts +1 -0
  119. package/build/backend/commands/node-plugins/update-node-plugin.command.d.ts.map +1 -1
  120. package/build/backend/commands/subscription-page-configs/actions/clone-subpage-config.command.d.ts +1 -0
  121. package/build/backend/commands/subscription-page-configs/actions/clone-subpage-config.command.d.ts.map +1 -1
  122. package/build/backend/commands/subscription-page-configs/actions/reorder.command.d.ts +1 -0
  123. package/build/backend/commands/subscription-page-configs/actions/reorder.command.d.ts.map +1 -1
  124. package/build/backend/commands/subscription-page-configs/create-subpage-config.command.d.ts +1 -0
  125. package/build/backend/commands/subscription-page-configs/create-subpage-config.command.d.ts.map +1 -1
  126. package/build/backend/commands/subscription-page-configs/get-subpage-config.command.d.ts +1 -0
  127. package/build/backend/commands/subscription-page-configs/get-subpage-config.command.d.ts.map +1 -1
  128. package/build/backend/commands/subscription-page-configs/get-subpage-configs.command.d.ts +1 -0
  129. package/build/backend/commands/subscription-page-configs/get-subpage-configs.command.d.ts.map +1 -1
  130. package/build/backend/commands/subscription-page-configs/index.d.ts +1 -0
  131. package/build/backend/commands/subscription-page-configs/index.d.ts.map +1 -1
  132. package/build/backend/commands/subscription-page-configs/index.js +1 -0
  133. package/build/backend/commands/subscription-page-configs/tags/get-subpage-configs-tags.command.d.ts +13 -0
  134. package/build/backend/commands/subscription-page-configs/tags/get-subpage-configs-tags.command.d.ts.map +1 -0
  135. package/build/backend/commands/subscription-page-configs/tags/get-subpage-configs-tags.command.js +17 -0
  136. package/build/backend/commands/subscription-page-configs/tags/index.d.ts +3 -0
  137. package/build/backend/commands/subscription-page-configs/tags/index.d.ts.map +1 -0
  138. package/build/backend/commands/subscription-page-configs/tags/index.js +18 -0
  139. package/build/backend/commands/subscription-page-configs/tags/set-subpage-config-tags.command.d.ts +19 -0
  140. package/build/backend/commands/subscription-page-configs/tags/set-subpage-config-tags.command.d.ts.map +1 -0
  141. package/build/backend/commands/subscription-page-configs/tags/set-subpage-config-tags.command.js +23 -0
  142. package/build/backend/commands/subscription-page-configs/update-subpage-config.command.d.ts +1 -0
  143. package/build/backend/commands/subscription-page-configs/update-subpage-config.command.d.ts.map +1 -1
  144. package/build/backend/commands/subscription-template/actions/reorder.command.d.ts +1 -0
  145. package/build/backend/commands/subscription-template/actions/reorder.command.d.ts.map +1 -1
  146. package/build/backend/commands/subscription-template/create-template.command.d.ts +1 -0
  147. package/build/backend/commands/subscription-template/create-template.command.d.ts.map +1 -1
  148. package/build/backend/commands/subscription-template/get-template.command.d.ts +1 -0
  149. package/build/backend/commands/subscription-template/get-template.command.d.ts.map +1 -1
  150. package/build/backend/commands/subscription-template/get-templates.command.d.ts +1 -0
  151. package/build/backend/commands/subscription-template/get-templates.command.d.ts.map +1 -1
  152. package/build/backend/commands/subscription-template/index.d.ts +1 -0
  153. package/build/backend/commands/subscription-template/index.d.ts.map +1 -1
  154. package/build/backend/commands/subscription-template/index.js +1 -0
  155. package/build/backend/commands/subscription-template/tags/get-subscription-templates-tags.command.d.ts +13 -0
  156. package/build/backend/commands/subscription-template/tags/get-subscription-templates-tags.command.d.ts.map +1 -0
  157. package/build/backend/commands/subscription-template/tags/get-subscription-templates-tags.command.js +17 -0
  158. package/build/backend/commands/subscription-template/tags/index.d.ts +3 -0
  159. package/build/backend/commands/subscription-template/tags/index.d.ts.map +1 -0
  160. package/build/backend/commands/subscription-template/tags/index.js +18 -0
  161. package/build/backend/commands/subscription-template/tags/set-subscription-template-tags.command.d.ts +19 -0
  162. package/build/backend/commands/subscription-template/tags/set-subscription-template-tags.command.d.ts.map +1 -0
  163. package/build/backend/commands/subscription-template/tags/set-subscription-template-tags.command.js +23 -0
  164. package/build/backend/commands/subscription-template/update-template.command.d.ts +1 -0
  165. package/build/backend/commands/subscription-template/update-template.command.d.ts.map +1 -1
  166. package/build/backend/constants/errors/errors.d.ts +10 -0
  167. package/build/backend/constants/errors/errors.d.ts.map +1 -1
  168. package/build/backend/constants/errors/errors.js +10 -0
  169. package/build/backend/models/config-profile.schema.d.ts +1 -0
  170. package/build/backend/models/config-profile.schema.d.ts.map +1 -1
  171. package/build/backend/models/config-profile.schema.js +3 -4
  172. package/build/backend/models/external-squad.schema.d.ts +1 -0
  173. package/build/backend/models/external-squad.schema.d.ts.map +1 -1
  174. package/build/backend/models/external-squad.schema.js +1 -0
  175. package/build/backend/models/index.d.ts +1 -0
  176. package/build/backend/models/index.d.ts.map +1 -1
  177. package/build/backend/models/index.js +1 -0
  178. package/build/backend/models/internal-squad.schema.d.ts +1 -0
  179. package/build/backend/models/internal-squad.schema.d.ts.map +1 -1
  180. package/build/backend/models/internal-squad.schema.js +3 -4
  181. package/build/backend/models/node-plugin.schema.d.ts +1 -0
  182. package/build/backend/models/node-plugin.schema.d.ts.map +1 -1
  183. package/build/backend/models/node-plugin.schema.js +1 -0
  184. package/build/backend/models/subscripion-page-config.schema.d.ts +1 -0
  185. package/build/backend/models/subscripion-page-config.schema.d.ts.map +1 -1
  186. package/build/backend/models/subscripion-page-config.schema.js +1 -0
  187. package/build/backend/models/subscription-template.schema.d.ts +1 -0
  188. package/build/backend/models/subscription-template.schema.d.ts.map +1 -1
  189. package/build/backend/models/subscription-template.schema.js +1 -0
  190. package/build/backend/models/tags.schema.d.ts +4 -0
  191. package/build/backend/models/tags.schema.d.ts.map +1 -0
  192. package/build/backend/models/tags.schema.js +9 -0
  193. package/build/frontend/api/controllers/config-profiles.js +4 -0
  194. package/build/frontend/api/controllers/external-squads.js +4 -0
  195. package/build/frontend/api/controllers/internal-squads.js +4 -0
  196. package/build/frontend/api/controllers/node-plugins.js +6 -2
  197. package/build/frontend/api/controllers/subscription-page-configs.js +4 -0
  198. package/build/frontend/api/controllers/subscription-template.js +4 -0
  199. package/build/frontend/api/routes.js +26 -2
  200. package/build/frontend/commands/config-profiles/index.js +1 -0
  201. package/build/frontend/commands/config-profiles/tags/get-config-profiles-tags.command.js +17 -0
  202. package/build/frontend/commands/config-profiles/tags/index.js +18 -0
  203. package/build/frontend/commands/config-profiles/tags/set-config-profile-tags.command.js +23 -0
  204. package/build/frontend/commands/external-squads/index.js +1 -0
  205. package/build/frontend/commands/external-squads/tags/get-external-squads-tags.command.js +17 -0
  206. package/build/frontend/commands/external-squads/tags/index.js +18 -0
  207. package/build/frontend/commands/external-squads/tags/set-external-squad-tags.command.js +23 -0
  208. package/build/frontend/commands/internal-squads/index.js +1 -0
  209. package/build/frontend/commands/internal-squads/tags/get-internal-squads-tags.command.js +17 -0
  210. package/build/frontend/commands/internal-squads/tags/index.js +18 -0
  211. package/build/frontend/commands/internal-squads/tags/set-internal-squad-tags.command.js +23 -0
  212. package/build/frontend/commands/node-plugins/index.js +1 -0
  213. package/build/frontend/commands/node-plugins/shared-lists/delete-shared-list.command.js +3 -3
  214. package/build/frontend/commands/node-plugins/shared-lists/get-shared-list.command.js +3 -3
  215. package/build/frontend/commands/node-plugins/tags/get-node-plugins-tags.command.js +17 -0
  216. package/build/frontend/commands/node-plugins/tags/index.js +18 -0
  217. package/build/frontend/commands/node-plugins/tags/set-node-plugin-tags.command.js +23 -0
  218. package/build/frontend/commands/subscription-page-configs/index.js +1 -0
  219. package/build/frontend/commands/subscription-page-configs/tags/get-subpage-configs-tags.command.js +17 -0
  220. package/build/frontend/commands/subscription-page-configs/tags/index.js +18 -0
  221. package/build/frontend/commands/subscription-page-configs/tags/set-subpage-config-tags.command.js +23 -0
  222. package/build/frontend/commands/subscription-template/index.js +1 -0
  223. package/build/frontend/commands/subscription-template/tags/get-subscription-templates-tags.command.js +17 -0
  224. package/build/frontend/commands/subscription-template/tags/index.js +18 -0
  225. package/build/frontend/commands/subscription-template/tags/set-subscription-template-tags.command.js +23 -0
  226. package/build/frontend/constants/errors/errors.js +10 -0
  227. package/build/frontend/models/config-profile.schema.js +3 -4
  228. package/build/frontend/models/external-squad.schema.js +1 -0
  229. package/build/frontend/models/index.js +1 -0
  230. package/build/frontend/models/internal-squad.schema.js +3 -4
  231. package/build/frontend/models/node-plugin.schema.js +1 -0
  232. package/build/frontend/models/subscripion-page-config.schema.js +1 -0
  233. package/build/frontend/models/subscription-template.schema.js +1 -0
  234. package/build/frontend/models/tags.schema.js +9 -0
  235. package/package.json +1 -1
@@ -11,5 +11,9 @@ export declare const CONFIG_PROFILES_ROUTES: {
11
11
  readonly ACTIONS: {
12
12
  readonly REORDER: "actions/reorder";
13
13
  };
14
+ readonly TAGS: {
15
+ readonly GET: "tags";
16
+ readonly SET: "tags";
17
+ };
14
18
  };
15
19
  //# sourceMappingURL=config-profiles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"config-profiles.d.ts","sourceRoot":"","sources":["../../../../api/controllers/config-profiles.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,0BAA0B,EAAG,iBAA0B,CAAC;AAIrE,eAAO,MAAM,sBAAsB;;;;iCAIX,MAAM;4BACX,MAAM;kDACgB,MAAM;yDACC,MAAM;;;;;CAM5C,CAAC"}
1
+ {"version":3,"file":"config-profiles.d.ts","sourceRoot":"","sources":["../../../../api/controllers/config-profiles.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,0BAA0B,EAAG,iBAA0B,CAAC;AAIrE,eAAO,MAAM,sBAAsB;;;;iCAIX,MAAM;4BACX,MAAM;kDACgB,MAAM;yDACC,MAAM;;;;;;;;;CAU5C,CAAC"}
@@ -15,4 +15,8 @@ exports.CONFIG_PROFILES_ROUTES = {
15
15
  ACTIONS: {
16
16
  REORDER: `${ACTIONS_ROUTE}/reorder`,
17
17
  },
18
+ TAGS: {
19
+ GET: 'tags', // get
20
+ SET: 'tags', // patch
21
+ },
18
22
  };
@@ -12,5 +12,9 @@ export declare const EXTERNAL_SQUADS_ROUTES: {
12
12
  readonly ACTIONS: {
13
13
  readonly REORDER: "actions/reorder";
14
14
  };
15
+ readonly TAGS: {
16
+ readonly GET: "tags";
17
+ readonly SET: "tags";
18
+ };
15
19
  };
16
20
  //# sourceMappingURL=external-squads.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"external-squads.d.ts","sourceRoot":"","sources":["../../../../api/controllers/external-squads.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,0BAA0B,EAAG,iBAA0B,CAAC;AAKrE,eAAO,MAAM,sBAAsB;;;;iCAIX,MAAM;4BACX,MAAM;;mCAGC,MAAM;sCACH,MAAM;;;;;CAMzB,CAAC"}
1
+ {"version":3,"file":"external-squads.d.ts","sourceRoot":"","sources":["../../../../api/controllers/external-squads.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,0BAA0B,EAAG,iBAA0B,CAAC;AAKrE,eAAO,MAAM,sBAAsB;;;;iCAIX,MAAM;4BACX,MAAM;;mCAGC,MAAM;sCACH,MAAM;;;;;;;;;CAUzB,CAAC"}
@@ -17,4 +17,8 @@ exports.EXTERNAL_SQUADS_ROUTES = {
17
17
  ACTIONS: {
18
18
  REORDER: `${ACTIONS_ROUTE}/reorder`,
19
19
  },
20
+ TAGS: {
21
+ GET: 'tags', // get
22
+ SET: 'tags', // patch
23
+ },
20
24
  };
@@ -15,5 +15,9 @@ export declare const INTERNAL_SQUADS_ROUTES: {
15
15
  readonly ACTIONS: {
16
16
  readonly REORDER: "actions/reorder";
17
17
  };
18
+ readonly TAGS: {
19
+ readonly GET: "tags";
20
+ readonly SET: "tags";
21
+ };
18
22
  };
19
23
  //# 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;AAKrE,eAAO,MAAM,sBAAsB;;;;iCAIX,MAAM;4BACX,MAAM;sCACI,MAAM;;mCAGT,MAAM;sCACH,MAAM;wCACJ,MAAM;2CACH,MAAM;;;;;CAK9B,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;AAKrE,eAAO,MAAM,sBAAsB;;;;iCAIX,MAAM;4BACX,MAAM;sCACI,MAAM;;mCAGT,MAAM;sCACH,MAAM;wCACJ,MAAM;2CACH,MAAM;;;;;;;;;CAS9B,CAAC"}
@@ -20,4 +20,8 @@ exports.INTERNAL_SQUADS_ROUTES = {
20
20
  ACTIONS: {
21
21
  REORDER: `${ACTIONS_ROUTE}/reorder`,
22
22
  },
23
+ TAGS: {
24
+ GET: 'tags', // get
25
+ SET: 'tags', // patch
26
+ },
23
27
  };
@@ -18,13 +18,17 @@ export declare const NODE_PLUGINS_ROUTES: {
18
18
  };
19
19
  readonly SHARED_LISTS: {
20
20
  readonly GET_ALL: "shared-lists";
21
- readonly GET: (name: string) => string;
21
+ readonly GET: "shared-lists/by-name";
22
22
  readonly CREATE: "shared-lists";
23
23
  readonly UPDATE: "shared-lists";
24
- readonly DELETE: (name: string) => string;
24
+ readonly DELETE: "shared-lists";
25
25
  readonly ACTIONS: {
26
26
  readonly SYNC: "shared-lists/actions/sync";
27
27
  };
28
28
  };
29
+ readonly TAGS: {
30
+ readonly GET: "tags";
31
+ readonly SET: "tags";
32
+ };
29
33
  };
30
34
  //# sourceMappingURL=node-plugins.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"node-plugins.d.ts","sourceRoot":"","sources":["../../../../api/controllers/node-plugins.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB,EAAG,cAAuB,CAAC;AAM/D,eAAO,MAAM,mBAAmB;;yBAEhB,MAAM;;4BAEH,MAAM;;;;;;;;;;;;;;;6BAmBL,MAAM;;;gCAGH,MAAM;;;;;CAMnB,CAAC"}
1
+ {"version":3,"file":"node-plugins.d.ts","sourceRoot":"","sources":["../../../../api/controllers/node-plugins.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB,EAAG,cAAuB,CAAC;AAM/D,eAAO,MAAM,mBAAmB;;yBAEhB,MAAM;;4BAEH,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgCf,CAAC"}
@@ -24,12 +24,16 @@ exports.NODE_PLUGINS_ROUTES = {
24
24
  },
25
25
  SHARED_LISTS: {
26
26
  GET_ALL: `${SHARED_LISTS_ROUTE}`, // get
27
- GET: (name) => `${SHARED_LISTS_ROUTE}/${name}`, // get
27
+ GET: `${SHARED_LISTS_ROUTE}/by-name`, // get
28
28
  CREATE: `${SHARED_LISTS_ROUTE}`, // post
29
29
  UPDATE: `${SHARED_LISTS_ROUTE}`, // patch
30
- DELETE: (name) => `${SHARED_LISTS_ROUTE}/${name}`, // delete
30
+ DELETE: `${SHARED_LISTS_ROUTE}`, // delete
31
31
  ACTIONS: {
32
32
  SYNC: `${SHARED_LISTS_ROUTE}/${ACTIONS_ROUTE}/sync`, // post
33
33
  },
34
34
  },
35
+ TAGS: {
36
+ GET: 'tags', // get
37
+ SET: 'tags', // patch
38
+ },
35
39
  };
@@ -9,5 +9,9 @@ export declare const SUBSCRIPTION_PAGE_CONFIGS_ROUTES: {
9
9
  readonly REORDER: "actions/reorder";
10
10
  readonly CLONE: "actions/clone";
11
11
  };
12
+ readonly TAGS: {
13
+ readonly GET: "tags";
14
+ readonly SET: "tags";
15
+ };
12
16
  };
13
17
  //# sourceMappingURL=subscription-page-configs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"subscription-page-configs.d.ts","sourceRoot":"","sources":["../../../../api/controllers/subscription-page-configs.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oCAAoC,EAAG,2BAAoC,CAAC;AAIzF,eAAO,MAAM,gCAAgC;;yBAE7B,MAAM;;4BAEH,MAAM;;;;;;CAOf,CAAC"}
1
+ {"version":3,"file":"subscription-page-configs.d.ts","sourceRoot":"","sources":["../../../../api/controllers/subscription-page-configs.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oCAAoC,EAAG,2BAAoC,CAAC;AAIzF,eAAO,MAAM,gCAAgC;;yBAE7B,MAAM;;4BAEH,MAAM;;;;;;;;;;CAWf,CAAC"}
@@ -13,4 +13,8 @@ exports.SUBSCRIPTION_PAGE_CONFIGS_ROUTES = {
13
13
  REORDER: `${ACTIONS_ROUTE}/reorder`,
14
14
  CLONE: `${ACTIONS_ROUTE}/clone`,
15
15
  },
16
+ TAGS: {
17
+ GET: 'tags', // get
18
+ SET: 'tags', // patch
19
+ },
16
20
  };
@@ -8,5 +8,9 @@ export declare const SUBSCRIPTION_TEMPLATE_ROUTES: {
8
8
  readonly ACTIONS: {
9
9
  readonly REORDER: "actions/reorder";
10
10
  };
11
+ readonly TAGS: {
12
+ readonly GET: "tags";
13
+ readonly SET: "tags";
14
+ };
11
15
  };
12
16
  //# sourceMappingURL=subscription-template.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"subscription-template.d.ts","sourceRoot":"","sources":["../../../../api/controllers/subscription-template.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gCAAgC,EAAG,wBAAiC,CAAC;AAIlF,eAAO,MAAM,4BAA4B;;yBAEzB,MAAM;;4BAEH,MAAM;;;;;CAMf,CAAC"}
1
+ {"version":3,"file":"subscription-template.d.ts","sourceRoot":"","sources":["../../../../api/controllers/subscription-template.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gCAAgC,EAAG,wBAAiC,CAAC;AAIlF,eAAO,MAAM,4BAA4B;;yBAEzB,MAAM;;4BAEH,MAAM;;;;;;;;;CAUf,CAAC"}
@@ -12,4 +12,8 @@ exports.SUBSCRIPTION_TEMPLATE_ROUTES = {
12
12
  ACTIONS: {
13
13
  REORDER: `${ACTIONS_ROUTE}/reorder`,
14
14
  },
15
+ TAGS: {
16
+ GET: 'tags', // get
17
+ SET: 'tags', // patch
18
+ },
15
19
  };
@@ -151,6 +151,10 @@ export declare const REST_API: {
151
151
  readonly ACTIONS: {
152
152
  readonly REORDER: "/api/subscription-templates/actions/reorder";
153
153
  };
154
+ readonly TAGS: {
155
+ readonly GET: "/api/subscription-templates/tags";
156
+ readonly SET: "/api/subscription-templates/tags";
157
+ };
154
158
  };
155
159
  readonly SUBSCRIPTION_SETTINGS: {
156
160
  readonly GET: "/api/subscription-settings/";
@@ -190,6 +194,10 @@ export declare const REST_API: {
190
194
  readonly ACTIONS: {
191
195
  readonly REORDER: "/api/config-profiles/actions/reorder";
192
196
  };
197
+ readonly TAGS: {
198
+ readonly GET: "/api/config-profiles/tags";
199
+ readonly SET: "/api/config-profiles/tags";
200
+ };
193
201
  };
194
202
  readonly INTERNAL_SQUADS: {
195
203
  readonly GET: "/api/internal-squads/";
@@ -207,6 +215,10 @@ export declare const REST_API: {
207
215
  readonly ACTIONS: {
208
216
  readonly REORDER: "/api/internal-squads/actions/reorder";
209
217
  };
218
+ readonly TAGS: {
219
+ readonly GET: "/api/internal-squads/tags";
220
+ readonly SET: "/api/internal-squads/tags";
221
+ };
210
222
  };
211
223
  readonly INFRA_BILLING: {
212
224
  readonly GET_PROVIDERS: "/api/infra-billing/providers";
@@ -248,6 +260,10 @@ export declare const REST_API: {
248
260
  readonly ACTIONS: {
249
261
  readonly REORDER: "/api/external-squads/actions/reorder";
250
262
  };
263
+ readonly TAGS: {
264
+ readonly GET: "/api/external-squads/tags";
265
+ readonly SET: "/api/external-squads/tags";
266
+ };
251
267
  };
252
268
  readonly REMNAAWAVE_SETTINGS: {
253
269
  readonly GET: "/api/remnawave-settings/";
@@ -263,6 +279,10 @@ export declare const REST_API: {
263
279
  readonly REORDER: "/api/subscription-page-configs/actions/reorder";
264
280
  readonly CLONE: "/api/subscription-page-configs/actions/clone";
265
281
  };
282
+ readonly TAGS: {
283
+ readonly GET: "/api/subscription-page-configs/tags";
284
+ readonly SET: "/api/subscription-page-configs/tags";
285
+ };
266
286
  };
267
287
  readonly NODE_INTEGRATIONS: {
268
288
  readonly GET: (uuid: string) => string;
@@ -289,10 +309,10 @@ export declare const REST_API: {
289
309
  readonly EXECUTOR: "/api/node-plugins/executor";
290
310
  readonly SHARED_LISTS: {
291
311
  readonly GET_ALL: "/api/node-plugins/shared-lists";
292
- readonly GET: (name: string) => string;
312
+ readonly GET: "/api/node-plugins/shared-lists/by-name";
293
313
  readonly CREATE: "/api/node-plugins/shared-lists";
294
314
  readonly UPDATE: "/api/node-plugins/shared-lists";
295
- readonly DELETE: (name: string) => string;
315
+ readonly DELETE: "/api/node-plugins/shared-lists";
296
316
  readonly ACTIONS: {
297
317
  readonly SYNC: "/api/node-plugins/shared-lists/actions/sync";
298
318
  };
@@ -302,6 +322,10 @@ export declare const REST_API: {
302
322
  readonly GET_REPORTS_STATS: "/api/node-plugins/torrent-blocker/stats";
303
323
  readonly TRUNCATE_REPORTS: "/api/node-plugins/torrent-blocker/truncate";
304
324
  };
325
+ readonly TAGS: {
326
+ readonly GET: "/api/node-plugins/tags";
327
+ readonly SET: "/api/node-plugins/tags";
328
+ };
305
329
  };
306
330
  readonly BANDWIDTH_STATS: {
307
331
  readonly NODES: {
@@ -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,WAAW,EAAG,SAAkB,CAAC;AAE9C,eAAO,MAAM,kBAAkB,EAAG,gBAAyB,CAAC;AAC5D,eAAO,MAAM,cAAc,EAAG,uBAAgC,CAAC;AAC/D,eAAO,MAAM,YAAY,EAAG,wBAAiC,CAAC;AAC9D,eAAO,MAAM,WAAW,EAAG,uBAAgC,CAAC;AAE5D,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;gCAyBE,MAAM;;;;;;;;;;;qCAcD,MAAM;;gCAGX,MAAM;;;;;oCAOF,MAAM;qCAIL,MAAM;qCAIN,MAAM;;2CAKA,MAAM;;;;;;;;;;;;;;kCAkBf,MAAM;qCAGH,MAAM;4CAEC,MAAM;wDAEM,MAAM;;uCAMvB,MAAM;sCAIP,MAAM;6CAIC,MAAM;mDAIA,MAAM;sDAIH,MAAM;;;6CAMf,MAAM;0CAIT,MAAM;;;;;;;;;;;;;;;;;;;;;;kCAyBd,MAAM;uCAED,MAAM;;;;;;qCASR,MAAM;gCAEX,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAsCT,MAAM;;gCAKH,MAAM;;;;;;;;;;;;;;iDAiBW,MAAM;;;;;;;;;0CAYb,MAAM;6CAIH,MAAM;iDAIF,MAAM;kCAIrB,MAAM;;;6CAMK,MAAM;;0DAKO,MAAM;;;;;;qCAS3B,MAAM;gCAIX,MAAM;sDAIgB,MAAM;6DAIC,MAAM;;;;;;;;;;qCAa9B,MAAM;gCAIX,MAAM;0CAII,MAAM;;uCAKT,MAAM;0CAEH,MAAM;4CAEJ,MAAM;+CAEH,MAAM;;;;;;;;;;yCAWZ,MAAM;8CAED,MAAM;;;;6CAMP,MAAM;;;gDAKH,MAAM;;;;;;;;;;;;;;;;;;;qCAqBjB,MAAM;gCAIX,MAAM;;uCAKC,MAAM;0CAEH,MAAM;;;;;;;;;;;6BAYnB,MAAM;;;gCAIH,MAAM;;;;;;;;6BAST,MAAM;;;gCAIH,MAAM;;;;uCAKC,MAAM;;;;6BAKhB,MAAM;;;gCAIH,MAAM;;;;;;;;;;iCAWL,MAAM;;;oCAIH,MAAM;;;;;;;;;;;;;;;uCAiBH,MAAM;;;;;yCAMJ,MAAM;;;uCAIR,MAAM;6CAEA,MAAM,UAAU,MAAM;;;;+CAKpB,MAAM;qDAEA,MAAM;6CAEd,MAAM;qDAEE,MAAM;0CAEjB,MAAM;kDAEE,MAAM;;;;;iCAMvB,MAAM;oCAEH,MAAM;;;mCAIP,MAAM;sCAEH,MAAM;;;CAIzB,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,WAAW,EAAG,SAAkB,CAAC;AAE9C,eAAO,MAAM,kBAAkB,EAAG,gBAAyB,CAAC;AAC5D,eAAO,MAAM,cAAc,EAAG,uBAAgC,CAAC;AAC/D,eAAO,MAAM,YAAY,EAAG,wBAAiC,CAAC;AAC9D,eAAO,MAAM,WAAW,EAAG,uBAAgC,CAAC;AAE5D,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;gCAyBE,MAAM;;;;;;;;;;;qCAcD,MAAM;;gCAGX,MAAM;;;;;oCAOF,MAAM;qCAIL,MAAM;qCAIN,MAAM;;2CAKA,MAAM;;;;;;;;;;;;;;kCAkBf,MAAM;qCAGH,MAAM;4CAEC,MAAM;wDAEM,MAAM;;uCAMvB,MAAM;sCAIP,MAAM;6CAIC,MAAM;mDAIA,MAAM;sDAIH,MAAM;;;6CAMf,MAAM;0CAIT,MAAM;;;;;;;;;;;;;;;;;;;;;;kCAyBd,MAAM;uCAED,MAAM;;;;;;qCASR,MAAM;gCAEX,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAsCT,MAAM;;gCAKH,MAAM;;;;;;;;;;;;;;;;;;iDAqBW,MAAM;;;;;;;;;0CAYb,MAAM;6CAIH,MAAM;iDAIF,MAAM;kCAIrB,MAAM;;;6CAMK,MAAM;;0DAKO,MAAM;;;;;;qCAS3B,MAAM;gCAIX,MAAM;sDAIgB,MAAM;6DAIC,MAAM;;;;;;;;;;;;;;qCAiB9B,MAAM;gCAIX,MAAM;0CAII,MAAM;;uCAKT,MAAM;0CAEH,MAAM;4CAEJ,MAAM;+CAEH,MAAM;;;;;;;;;;;;;;yCAeZ,MAAM;8CAED,MAAM;;;;6CAMP,MAAM;;;gDAKH,MAAM;;;;;;;;;;;;;;;;;;;qCAqBjB,MAAM;gCAIX,MAAM;;uCAKC,MAAM;0CAEH,MAAM;;;;;;;;;;;;;;;6BAgBnB,MAAM;;;gCAIH,MAAM;;;;;;;;;;;;6BAaT,MAAM;;;gCAIH,MAAM;;;;uCAKC,MAAM;;;;6BAKhB,MAAM;;;gCAIH,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uCAkCC,MAAM;;;;;yCAMJ,MAAM;;;uCAIR,MAAM;6CAEA,MAAM,UAAU,MAAM;;;;+CAKpB,MAAM;qDAEA,MAAM;6CAEd,MAAM;qDAEE,MAAM;0CAEjB,MAAM;kDAEE,MAAM;;;;;iCAMvB,MAAM;oCAEH,MAAM;;;mCAIP,MAAM;sCAEH,MAAM;;;CAIzB,CAAC"}
@@ -188,6 +188,10 @@ exports.REST_API = {
188
188
  ACTIONS: {
189
189
  REORDER: `${exports.ROOT}/${CONTROLLERS.SUBSCRIPTION_TEMPLATE_CONTROLLER}/${CONTROLLERS.SUBSCRIPTION_TEMPLATE_ROUTES.ACTIONS.REORDER}`,
190
190
  },
191
+ TAGS: {
192
+ GET: `${exports.ROOT}/${CONTROLLERS.SUBSCRIPTION_TEMPLATE_CONTROLLER}/${CONTROLLERS.SUBSCRIPTION_TEMPLATE_ROUTES.TAGS.GET}`,
193
+ SET: `${exports.ROOT}/${CONTROLLERS.SUBSCRIPTION_TEMPLATE_CONTROLLER}/${CONTROLLERS.SUBSCRIPTION_TEMPLATE_ROUTES.TAGS.SET}`,
194
+ },
191
195
  },
192
196
  SUBSCRIPTION_SETTINGS: {
193
197
  GET: `${exports.ROOT}/${CONTROLLERS.SUBSCRIPTION_SETTINGS_CONTROLLER}/${CONTROLLERS.SUBSCRIPTION_SETTINGS_ROUTES.GET}`,
@@ -227,6 +231,10 @@ exports.REST_API = {
227
231
  ACTIONS: {
228
232
  REORDER: `${exports.ROOT}/${CONTROLLERS.CONFIG_PROFILES_CONTROLLER}/${CONTROLLERS.CONFIG_PROFILES_ROUTES.ACTIONS.REORDER}`,
229
233
  },
234
+ TAGS: {
235
+ GET: `${exports.ROOT}/${CONTROLLERS.CONFIG_PROFILES_CONTROLLER}/${CONTROLLERS.CONFIG_PROFILES_ROUTES.TAGS.GET}`,
236
+ SET: `${exports.ROOT}/${CONTROLLERS.CONFIG_PROFILES_CONTROLLER}/${CONTROLLERS.CONFIG_PROFILES_ROUTES.TAGS.SET}`,
237
+ },
230
238
  },
231
239
  INTERNAL_SQUADS: {
232
240
  GET: `${exports.ROOT}/${CONTROLLERS.INTERNAL_SQUADS_CONTROLLER}/${CONTROLLERS.INTERNAL_SQUADS_ROUTES.GET}`,
@@ -244,6 +252,10 @@ exports.REST_API = {
244
252
  ACTIONS: {
245
253
  REORDER: `${exports.ROOT}/${CONTROLLERS.INTERNAL_SQUADS_CONTROLLER}/${CONTROLLERS.INTERNAL_SQUADS_ROUTES.ACTIONS.REORDER}`,
246
254
  },
255
+ TAGS: {
256
+ GET: `${exports.ROOT}/${CONTROLLERS.INTERNAL_SQUADS_CONTROLLER}/${CONTROLLERS.INTERNAL_SQUADS_ROUTES.TAGS.GET}`,
257
+ SET: `${exports.ROOT}/${CONTROLLERS.INTERNAL_SQUADS_CONTROLLER}/${CONTROLLERS.INTERNAL_SQUADS_ROUTES.TAGS.SET}`,
258
+ },
247
259
  },
248
260
  INFRA_BILLING: {
249
261
  GET_PROVIDERS: `${exports.ROOT}/${CONTROLLERS.INFRA_BILLING_CONTROLLER}/${CONTROLLERS.INFRA_BILLING_ROUTES.GET_PROVIDERS}`,
@@ -285,6 +297,10 @@ exports.REST_API = {
285
297
  ACTIONS: {
286
298
  REORDER: `${exports.ROOT}/${CONTROLLERS.EXTERNAL_SQUADS_CONTROLLER}/${CONTROLLERS.EXTERNAL_SQUADS_ROUTES.ACTIONS.REORDER}`,
287
299
  },
300
+ TAGS: {
301
+ GET: `${exports.ROOT}/${CONTROLLERS.EXTERNAL_SQUADS_CONTROLLER}/${CONTROLLERS.EXTERNAL_SQUADS_ROUTES.TAGS.GET}`,
302
+ SET: `${exports.ROOT}/${CONTROLLERS.EXTERNAL_SQUADS_CONTROLLER}/${CONTROLLERS.EXTERNAL_SQUADS_ROUTES.TAGS.SET}`,
303
+ },
288
304
  },
289
305
  REMNAAWAVE_SETTINGS: {
290
306
  GET: `${exports.ROOT}/${CONTROLLERS.REMNAWAVE_SETTINGS_CONTROLLER}/${CONTROLLERS.REMNAWAVE_SETTINGS_ROUTES.GET}`,
@@ -300,6 +316,10 @@ exports.REST_API = {
300
316
  REORDER: `${exports.ROOT}/${CONTROLLERS.SUBSCRIPTION_PAGE_CONFIGS_CONTROLLER}/${CONTROLLERS.SUBSCRIPTION_PAGE_CONFIGS_ROUTES.ACTIONS.REORDER}`,
301
317
  CLONE: `${exports.ROOT}/${CONTROLLERS.SUBSCRIPTION_PAGE_CONFIGS_CONTROLLER}/${CONTROLLERS.SUBSCRIPTION_PAGE_CONFIGS_ROUTES.ACTIONS.CLONE}`,
302
318
  },
319
+ TAGS: {
320
+ GET: `${exports.ROOT}/${CONTROLLERS.SUBSCRIPTION_PAGE_CONFIGS_CONTROLLER}/${CONTROLLERS.SUBSCRIPTION_PAGE_CONFIGS_ROUTES.TAGS.GET}`,
321
+ SET: `${exports.ROOT}/${CONTROLLERS.SUBSCRIPTION_PAGE_CONFIGS_CONTROLLER}/${CONTROLLERS.SUBSCRIPTION_PAGE_CONFIGS_ROUTES.TAGS.SET}`,
322
+ },
303
323
  },
304
324
  NODE_INTEGRATIONS: {
305
325
  GET: (uuid) => `${exports.ROOT}/${CONTROLLERS.NODE_INTEGRATIONS_CONTROLLER}/${CONTROLLERS.NODE_INTEGRATIONS_ROUTES.GET(uuid)}`,
@@ -326,10 +346,10 @@ exports.REST_API = {
326
346
  EXECUTOR: `${exports.ROOT}/${CONTROLLERS.NODE_PLUGINS_CONTROLLER}/${CONTROLLERS.NODE_PLUGINS_ROUTES.EXECUTOR}`,
327
347
  SHARED_LISTS: {
328
348
  GET_ALL: `${exports.ROOT}/${CONTROLLERS.NODE_PLUGINS_CONTROLLER}/${CONTROLLERS.NODE_PLUGINS_ROUTES.SHARED_LISTS.GET_ALL}`,
329
- GET: (name) => `${exports.ROOT}/${CONTROLLERS.NODE_PLUGINS_CONTROLLER}/${CONTROLLERS.NODE_PLUGINS_ROUTES.SHARED_LISTS.GET(name)}`,
349
+ GET: `${exports.ROOT}/${CONTROLLERS.NODE_PLUGINS_CONTROLLER}/${CONTROLLERS.NODE_PLUGINS_ROUTES.SHARED_LISTS.GET}`,
330
350
  CREATE: `${exports.ROOT}/${CONTROLLERS.NODE_PLUGINS_CONTROLLER}/${CONTROLLERS.NODE_PLUGINS_ROUTES.SHARED_LISTS.CREATE}`,
331
351
  UPDATE: `${exports.ROOT}/${CONTROLLERS.NODE_PLUGINS_CONTROLLER}/${CONTROLLERS.NODE_PLUGINS_ROUTES.SHARED_LISTS.UPDATE}`,
332
- DELETE: (name) => `${exports.ROOT}/${CONTROLLERS.NODE_PLUGINS_CONTROLLER}/${CONTROLLERS.NODE_PLUGINS_ROUTES.SHARED_LISTS.DELETE(name)}`,
352
+ DELETE: `${exports.ROOT}/${CONTROLLERS.NODE_PLUGINS_CONTROLLER}/${CONTROLLERS.NODE_PLUGINS_ROUTES.SHARED_LISTS.DELETE}`,
333
353
  ACTIONS: {
334
354
  SYNC: `${exports.ROOT}/${CONTROLLERS.NODE_PLUGINS_CONTROLLER}/${CONTROLLERS.NODE_PLUGINS_ROUTES.SHARED_LISTS.ACTIONS.SYNC}`,
335
355
  },
@@ -339,6 +359,10 @@ exports.REST_API = {
339
359
  GET_REPORTS_STATS: `${exports.ROOT}/${CONTROLLERS.NODE_PLUGINS_CONTROLLER}/${CONTROLLERS.NODE_PLUGINS_ROUTES.TORRENT_BLOCKER.GET_REPORTS_STATS}`,
340
360
  TRUNCATE_REPORTS: `${exports.ROOT}/${CONTROLLERS.NODE_PLUGINS_CONTROLLER}/${CONTROLLERS.NODE_PLUGINS_ROUTES.TORRENT_BLOCKER.TRUNCATE_REPORTS}`,
341
361
  },
362
+ TAGS: {
363
+ GET: `${exports.ROOT}/${CONTROLLERS.NODE_PLUGINS_CONTROLLER}/${CONTROLLERS.NODE_PLUGINS_ROUTES.TAGS.GET}`,
364
+ SET: `${exports.ROOT}/${CONTROLLERS.NODE_PLUGINS_CONTROLLER}/${CONTROLLERS.NODE_PLUGINS_ROUTES.TAGS.SET}`,
365
+ },
342
366
  },
343
367
  BANDWIDTH_STATS: {
344
368
  NODES: {
@@ -16,6 +16,7 @@ export declare namespace ReorderConfigProfileCommand {
16
16
  uuid: z.ZodUUID;
17
17
  viewPosition: z.ZodInt;
18
18
  name: z.ZodString;
19
+ tags: z.ZodArray<z.ZodString>;
19
20
  config: z.ZodUnknown;
20
21
  inbounds: z.ZodArray<z.ZodObject<{
21
22
  uuid: z.ZodUUID;
@@ -1 +1 @@
1
- {"version":3,"file":"reorder.command.d.ts","sourceRoot":"","sources":["../../../../../commands/config-profiles/actions/reorder.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,2BAA2B,CAAC;IAClC,MAAM,GAAG,wCAA2C,CAAC;IACrD,MAAM,OAAO,wCAAM,CAAC;IAEpB,MAAM,eAAe,8CAK3B,CAAC;IAEK,MAAM,iBAAiB;;;;;qBAO5B,CAAC;IAEI,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAKzB,CAAC;IAEH,KAAY,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;IAC5D,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
1
+ {"version":3,"file":"reorder.command.d.ts","sourceRoot":"","sources":["../../../../../commands/config-profiles/actions/reorder.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,2BAA2B,CAAC;IAClC,MAAM,GAAG,wCAA2C,CAAC;IACrD,MAAM,OAAO,wCAAM,CAAC;IAEpB,MAAM,eAAe,8CAK3B,CAAC;IAEK,MAAM,iBAAiB;;;;;qBAO5B,CAAC;IAEI,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAKzB,CAAC;IAEH,KAAY,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;IAC5D,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
@@ -12,6 +12,7 @@ export declare namespace CreateConfigProfileCommand {
12
12
  uuid: z.ZodUUID;
13
13
  viewPosition: z.ZodInt;
14
14
  name: z.ZodString;
15
+ tags: z.ZodArray<z.ZodString>;
15
16
  config: z.ZodUnknown;
16
17
  inbounds: z.ZodArray<z.ZodObject<{
17
18
  uuid: z.ZodUUID;
@@ -1 +1 @@
1
- {"version":3,"file":"create-config-profile.command.d.ts","sourceRoot":"","sources":["../../../../commands/config-profiles/create-config-profile.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,0BAA0B,CAAC;IACjC,MAAM,GAAG,yBAAkC,CAAC;IAC5C,MAAM,OAAO,yBAAM,CAAC;IAEpB,MAAM,eAAe,2CAK3B,CAAC;IAEK,MAAM,iBAAiB;;;qBAU5B,CAAC;IAEI,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;qBAEzB,CAAC;IAEH,KAAY,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;IAC5D,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
1
+ {"version":3,"file":"create-config-profile.command.d.ts","sourceRoot":"","sources":["../../../../commands/config-profiles/create-config-profile.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,0BAA0B,CAAC;IACjC,MAAM,GAAG,yBAAkC,CAAC;IAC5C,MAAM,OAAO,yBAAM,CAAC;IAEpB,MAAM,eAAe,2CAK3B,CAAC;IAEK,MAAM,iBAAiB;;;qBAU5B,CAAC;IAEI,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;qBAEzB,CAAC;IAEH,KAAY,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;IAC5D,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
@@ -11,6 +11,7 @@ export declare namespace GetComputedConfigProfileByUuidCommand {
11
11
  uuid: z.ZodUUID;
12
12
  viewPosition: z.ZodInt;
13
13
  name: z.ZodString;
14
+ tags: z.ZodArray<z.ZodString>;
14
15
  config: z.ZodUnknown;
15
16
  inbounds: z.ZodArray<z.ZodObject<{
16
17
  uuid: z.ZodUUID;
@@ -1 +1 @@
1
- {"version":3,"file":"get-computed-config-profile-by-uuid.command.d.ts","sourceRoot":"","sources":["../../../../commands/config-profiles/get-computed-config-profile-by-uuid.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,qCAAqC,CAAC;IAC5C,MAAM,GAAG,0BAA+D,CAAC;IACzE,MAAM,OAAO,QAAe,CAAC;IAE7B,MAAM,eAAe,2CAK3B,CAAC;IAEK,MAAM,kBAAkB;;qBAE7B,CAAC;IAEI,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;qBAEzB,CAAC;IAEH,KAAY,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;IAC9D,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
1
+ {"version":3,"file":"get-computed-config-profile-by-uuid.command.d.ts","sourceRoot":"","sources":["../../../../commands/config-profiles/get-computed-config-profile-by-uuid.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,qCAAqC,CAAC;IAC5C,MAAM,GAAG,0BAA+D,CAAC;IACzE,MAAM,OAAO,QAAe,CAAC;IAE7B,MAAM,eAAe,2CAK3B,CAAC;IAEK,MAAM,kBAAkB;;qBAE7B,CAAC;IAEI,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;qBAEzB,CAAC;IAEH,KAAY,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;IAC9D,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
@@ -11,6 +11,7 @@ export declare namespace GetConfigProfileByUuidCommand {
11
11
  uuid: z.ZodUUID;
12
12
  viewPosition: z.ZodInt;
13
13
  name: z.ZodString;
14
+ tags: z.ZodArray<z.ZodString>;
14
15
  config: z.ZodUnknown;
15
16
  inbounds: z.ZodArray<z.ZodObject<{
16
17
  uuid: z.ZodUUID;
@@ -1 +1 @@
1
- {"version":3,"file":"get-config-profile-by-uuid.command.d.ts","sourceRoot":"","sources":["../../../../commands/config-profiles/get-config-profile-by-uuid.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,6BAA6B,CAAC;IACpC,MAAM,GAAG,0BAAuC,CAAC;IACjD,MAAM,OAAO,QAAe,CAAC;IAE7B,MAAM,eAAe,2CAK3B,CAAC;IAEK,MAAM,kBAAkB;;qBAE7B,CAAC;IAEI,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;qBAEzB,CAAC;IAEH,KAAY,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;IAC9D,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
1
+ {"version":3,"file":"get-config-profile-by-uuid.command.d.ts","sourceRoot":"","sources":["../../../../commands/config-profiles/get-config-profile-by-uuid.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,6BAA6B,CAAC;IACpC,MAAM,GAAG,0BAAuC,CAAC;IACjD,MAAM,OAAO,QAAe,CAAC;IAE7B,MAAM,eAAe,2CAK3B,CAAC;IAEK,MAAM,kBAAkB;;qBAE7B,CAAC;IAEI,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;qBAEzB,CAAC;IAEH,KAAY,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;IAC9D,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
@@ -10,6 +10,7 @@ export declare namespace GetConfigProfilesCommand {
10
10
  uuid: z.ZodUUID;
11
11
  viewPosition: z.ZodInt;
12
12
  name: z.ZodString;
13
+ tags: z.ZodArray<z.ZodString>;
13
14
  config: z.ZodUnknown;
14
15
  inbounds: z.ZodArray<z.ZodObject<{
15
16
  uuid: z.ZodUUID;
@@ -1 +1 @@
1
- {"version":3,"file":"get-config-profiles.command.d.ts","sourceRoot":"","sources":["../../../../commands/config-profiles/get-config-profiles.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,wBAAwB,CAAC;IAC/B,MAAM,GAAG,yBAA+B,CAAC;IACzC,MAAM,OAAO,yBAAM,CAAC;IAEpB,MAAM,eAAe,2CAK3B,CAAC;IAEK,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAKzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
1
+ {"version":3,"file":"get-config-profiles.command.d.ts","sourceRoot":"","sources":["../../../../commands/config-profiles/get-config-profiles.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,wBAAwB,CAAC;IAC/B,MAAM,GAAG,yBAA+B,CAAC;IACzC,MAAM,OAAO,yBAAM,CAAC;IAEpB,MAAM,eAAe,2CAK3B,CAAC;IAEK,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAKzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
@@ -7,4 +7,5 @@ export * from './get-config-profile-by-uuid.command';
7
7
  export * from './get-config-profiles.command';
8
8
  export * from './get-inbounds-by-profile-uuid.command';
9
9
  export * from './update-config-profile.command';
10
+ export * from './tags';
10
11
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commands/config-profiles/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+CAA+C,CAAC;AAC9D,cAAc,sCAAsC,CAAC;AACrD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wCAAwC,CAAC;AACvD,cAAc,iCAAiC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commands/config-profiles/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+CAA+C,CAAC;AAC9D,cAAc,sCAAsC,CAAC;AACrD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wCAAwC,CAAC;AACvD,cAAc,iCAAiC,CAAC;AAChD,cAAc,QAAQ,CAAC"}
@@ -23,3 +23,4 @@ __exportStar(require("./get-config-profile-by-uuid.command"), exports);
23
23
  __exportStar(require("./get-config-profiles.command"), exports);
24
24
  __exportStar(require("./get-inbounds-by-profile-uuid.command"), exports);
25
25
  __exportStar(require("./update-config-profile.command"), exports);
26
+ __exportStar(require("./tags"), exports);
@@ -0,0 +1,13 @@
1
+ import { z } from 'zod';
2
+ export declare namespace GetConfigProfilesTagsCommand {
3
+ const url: "/api/config-profiles/tags";
4
+ const TSQ_url: "/api/config-profiles/tags";
5
+ const endpointDetails: import("../../../constants").EndpointDetails;
6
+ const ResponseSchema: z.ZodObject<{
7
+ response: z.ZodObject<{
8
+ tags: z.ZodArray<z.ZodString>;
9
+ }, z.core.$strip>;
10
+ }, z.core.$strip>;
11
+ type Response = z.infer<typeof ResponseSchema>;
12
+ }
13
+ //# sourceMappingURL=get-config-profiles-tags.command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-config-profiles-tags.command.d.ts","sourceRoot":"","sources":["../../../../../commands/config-profiles/tags/get-config-profiles-tags.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,yBAAiB,4BAA4B,CAAC;IACnC,MAAM,GAAG,6BAAoC,CAAC;IAC9C,MAAM,OAAO,6BAAM,CAAC;IAEpB,MAAM,eAAe,8CAK3B,CAAC;IAEK,MAAM,cAAc;;;;qBAIzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetConfigProfilesTagsCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const api_1 = require("../../../api");
6
+ const constants_1 = require("../../../constants");
7
+ var GetConfigProfilesTagsCommand;
8
+ (function (GetConfigProfilesTagsCommand) {
9
+ GetConfigProfilesTagsCommand.url = api_1.REST_API.CONFIG_PROFILES.TAGS.GET;
10
+ GetConfigProfilesTagsCommand.TSQ_url = GetConfigProfilesTagsCommand.url;
11
+ GetConfigProfilesTagsCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.CONFIG_PROFILES_ROUTES.TAGS.GET, 'get', 'Get tags of Config Profiles', { scope: 'list-tags', kind: 'read' });
12
+ GetConfigProfilesTagsCommand.ResponseSchema = zod_1.z.object({
13
+ response: zod_1.z.object({
14
+ tags: zod_1.z.array(zod_1.z.string()),
15
+ }),
16
+ });
17
+ })(GetConfigProfilesTagsCommand || (exports.GetConfigProfilesTagsCommand = GetConfigProfilesTagsCommand = {}));
@@ -0,0 +1,3 @@
1
+ export * from './get-config-profiles-tags.command';
2
+ export * from './set-config-profile-tags.command';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commands/config-profiles/tags/index.ts"],"names":[],"mappings":"AAAA,cAAc,oCAAoC,CAAC;AACnD,cAAc,mCAAmC,CAAC"}
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./get-config-profiles-tags.command"), exports);
18
+ __exportStar(require("./set-config-profile-tags.command"), exports);
@@ -0,0 +1,19 @@
1
+ import { z } from 'zod';
2
+ export declare namespace SetConfigProfileTagsCommand {
3
+ const url: "/api/config-profiles/tags";
4
+ const TSQ_url: "/api/config-profiles/tags";
5
+ const endpointDetails: import("../../../constants").EndpointDetails;
6
+ const RequestBodySchema: z.ZodObject<{
7
+ uuid: z.ZodUUID;
8
+ tags: z.ZodArray<z.ZodString>;
9
+ }, z.core.$strip>;
10
+ const ResponseSchema: z.ZodObject<{
11
+ response: z.ZodObject<{
12
+ uuid: z.ZodUUID;
13
+ tags: z.ZodArray<z.ZodString>;
14
+ }, z.core.$strip>;
15
+ }, z.core.$strip>;
16
+ type RequestBody = z.infer<typeof RequestBodySchema>;
17
+ type Response = z.infer<typeof ResponseSchema>;
18
+ }
19
+ //# sourceMappingURL=set-config-profile-tags.command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"set-config-profile-tags.command.d.ts","sourceRoot":"","sources":["../../../../../commands/config-profiles/tags/set-config-profile-tags.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,2BAA2B,CAAC;IAClC,MAAM,GAAG,6BAAoC,CAAC;IAC9C,MAAM,OAAO,6BAAM,CAAC;IAEpB,MAAM,eAAe,8CAK3B,CAAC;IAEK,MAAM,iBAAiB;;;qBAG5B,CAAC;IAEI,MAAM,cAAc;;;;;qBAKzB,CAAC;IAEH,KAAY,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;IAC5D,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SetConfigProfileTagsCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const api_1 = require("../../../api");
6
+ const constants_1 = require("../../../constants");
7
+ const models_1 = require("../../../models");
8
+ var SetConfigProfileTagsCommand;
9
+ (function (SetConfigProfileTagsCommand) {
10
+ SetConfigProfileTagsCommand.url = api_1.REST_API.CONFIG_PROFILES.TAGS.SET;
11
+ SetConfigProfileTagsCommand.TSQ_url = SetConfigProfileTagsCommand.url;
12
+ SetConfigProfileTagsCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.CONFIG_PROFILES_ROUTES.TAGS.SET, 'patch', 'Set tags of Config Profile', { scope: 'set-tags', kind: 'write' });
13
+ SetConfigProfileTagsCommand.RequestBodySchema = zod_1.z.object({
14
+ uuid: zod_1.z.uuid(),
15
+ tags: models_1.TagsSchema,
16
+ });
17
+ SetConfigProfileTagsCommand.ResponseSchema = zod_1.z.object({
18
+ response: zod_1.z.object({
19
+ uuid: zod_1.z.uuid(),
20
+ tags: zod_1.z.array(zod_1.z.string()),
21
+ }),
22
+ });
23
+ })(SetConfigProfileTagsCommand || (exports.SetConfigProfileTagsCommand = SetConfigProfileTagsCommand = {}));
@@ -13,6 +13,7 @@ export declare namespace UpdateConfigProfileCommand {
13
13
  uuid: z.ZodUUID;
14
14
  viewPosition: z.ZodInt;
15
15
  name: z.ZodString;
16
+ tags: z.ZodArray<z.ZodString>;
16
17
  config: z.ZodUnknown;
17
18
  inbounds: z.ZodArray<z.ZodObject<{
18
19
  uuid: z.ZodUUID;
@@ -1 +1 @@
1
- {"version":3,"file":"update-config-profile.command.d.ts","sourceRoot":"","sources":["../../../../commands/config-profiles/update-config-profile.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,0BAA0B,CAAC;IACjC,MAAM,GAAG,yBAAkC,CAAC;IAC5C,MAAM,OAAO,yBAAM,CAAC;IAEpB,MAAM,eAAe,2CAK3B,CAAC;IAEK,MAAM,iBAAiB;;;;qBAY5B,CAAC;IAEI,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;qBAEzB,CAAC;IAEH,KAAY,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;IAC5D,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
1
+ {"version":3,"file":"update-config-profile.command.d.ts","sourceRoot":"","sources":["../../../../commands/config-profiles/update-config-profile.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,0BAA0B,CAAC;IACjC,MAAM,GAAG,yBAAkC,CAAC;IAC5C,MAAM,OAAO,yBAAM,CAAC;IAEpB,MAAM,eAAe,2CAK3B,CAAC;IAEK,MAAM,iBAAiB;;;;qBAY5B,CAAC;IAEI,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;qBAEzB,CAAC;IAEH,KAAY,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;IAC5D,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
@@ -16,6 +16,7 @@ export declare namespace ReorderExternalSquadCommand {
16
16
  uuid: z.ZodUUID;
17
17
  viewPosition: z.ZodInt;
18
18
  name: z.ZodString;
19
+ tags: z.ZodArray<z.ZodString>;
19
20
  info: z.ZodObject<{
20
21
  membersCount: z.ZodNumber;
21
22
  }, z.core.$strip>;
@@ -1 +1 @@
1
- {"version":3,"file":"reorder.command.d.ts","sourceRoot":"","sources":["../../../../../commands/external-squads/actions/reorder.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,2BAA2B,CAAC;IAClC,MAAM,GAAG,wCAA2C,CAAC;IACrD,MAAM,OAAO,wCAAM,CAAC;IAEpB,MAAM,eAAe,8CAK3B,CAAC;IAEK,MAAM,iBAAiB;;;;;qBAO5B,CAAC;IAEI,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAKzB,CAAC;IAEH,KAAY,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;IAC5D,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
1
+ {"version":3,"file":"reorder.command.d.ts","sourceRoot":"","sources":["../../../../../commands/external-squads/actions/reorder.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,2BAA2B,CAAC;IAClC,MAAM,GAAG,wCAA2C,CAAC;IACrD,MAAM,OAAO,wCAAM,CAAC;IAEpB,MAAM,eAAe,8CAK3B,CAAC;IAEK,MAAM,iBAAiB;;;;;qBAO5B,CAAC;IAEI,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAKzB,CAAC;IAEH,KAAY,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;IAC5D,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
@@ -11,6 +11,7 @@ export declare namespace CreateExternalSquadCommand {
11
11
  uuid: z.ZodUUID;
12
12
  viewPosition: z.ZodInt;
13
13
  name: z.ZodString;
14
+ tags: z.ZodArray<z.ZodString>;
14
15
  info: z.ZodObject<{
15
16
  membersCount: z.ZodNumber;
16
17
  }, z.core.$strip>;
@@ -1 +1 @@
1
- {"version":3,"file":"create-external-squad.command.d.ts","sourceRoot":"","sources":["../../../../commands/external-squads/create-external-squad.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,0BAA0B,CAAC;IACjC,MAAM,GAAG,yBAAkC,CAAC;IAC5C,MAAM,OAAO,yBAAM,CAAC;IAEpB,MAAM,eAAe,2CAK3B,CAAC;IAEK,MAAM,iBAAiB;;qBAS5B,CAAC;IAEI,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAEzB,CAAC;IAEH,KAAY,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;IAC5D,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
1
+ {"version":3,"file":"create-external-squad.command.d.ts","sourceRoot":"","sources":["../../../../commands/external-squads/create-external-squad.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,0BAA0B,CAAC;IACjC,MAAM,GAAG,yBAAkC,CAAC;IAC5C,MAAM,OAAO,yBAAM,CAAC;IAEpB,MAAM,eAAe,2CAK3B,CAAC;IAEK,MAAM,iBAAiB;;qBAS5B,CAAC;IAEI,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAEzB,CAAC;IAEH,KAAY,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;IAC5D,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
@@ -11,6 +11,7 @@ export declare namespace GetExternalSquadByUuidCommand {
11
11
  uuid: z.ZodUUID;
12
12
  viewPosition: z.ZodInt;
13
13
  name: z.ZodString;
14
+ tags: z.ZodArray<z.ZodString>;
14
15
  info: z.ZodObject<{
15
16
  membersCount: z.ZodNumber;
16
17
  }, z.core.$strip>;