@remnawave/backend-contract 3.4.10 → 3.4.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/backend/api/controllers/config-profiles.d.ts +4 -0
- package/build/backend/api/controllers/config-profiles.d.ts.map +1 -1
- package/build/backend/api/controllers/config-profiles.js +4 -0
- package/build/backend/api/controllers/external-squads.d.ts +4 -0
- package/build/backend/api/controllers/external-squads.d.ts.map +1 -1
- package/build/backend/api/controllers/external-squads.js +4 -0
- package/build/backend/api/controllers/internal-squads.d.ts +4 -0
- package/build/backend/api/controllers/internal-squads.d.ts.map +1 -1
- package/build/backend/api/controllers/internal-squads.js +4 -0
- package/build/backend/api/controllers/node-plugins.d.ts +4 -0
- package/build/backend/api/controllers/node-plugins.d.ts.map +1 -1
- package/build/backend/api/controllers/node-plugins.js +4 -0
- package/build/backend/api/controllers/subscription-page-configs.d.ts +4 -0
- package/build/backend/api/controllers/subscription-page-configs.d.ts.map +1 -1
- package/build/backend/api/controllers/subscription-page-configs.js +4 -0
- package/build/backend/api/controllers/subscription-template.d.ts +4 -0
- package/build/backend/api/controllers/subscription-template.d.ts.map +1 -1
- package/build/backend/api/controllers/subscription-template.js +4 -0
- package/build/backend/api/routes.d.ts +24 -0
- package/build/backend/api/routes.d.ts.map +1 -1
- package/build/backend/api/routes.js +24 -0
- package/build/backend/commands/config-profiles/actions/reorder.command.d.ts +1 -0
- package/build/backend/commands/config-profiles/actions/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/config-profiles/create-config-profile.command.d.ts +1 -0
- package/build/backend/commands/config-profiles/create-config-profile.command.d.ts.map +1 -1
- package/build/backend/commands/config-profiles/get-computed-config-profile-by-uuid.command.d.ts +1 -0
- package/build/backend/commands/config-profiles/get-computed-config-profile-by-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/config-profiles/get-config-profile-by-uuid.command.d.ts +1 -0
- package/build/backend/commands/config-profiles/get-config-profile-by-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/config-profiles/get-config-profiles.command.d.ts +1 -0
- package/build/backend/commands/config-profiles/get-config-profiles.command.d.ts.map +1 -1
- package/build/backend/commands/config-profiles/index.d.ts +1 -0
- package/build/backend/commands/config-profiles/index.d.ts.map +1 -1
- package/build/backend/commands/config-profiles/index.js +1 -0
- package/build/backend/commands/config-profiles/tags/get-config-profiles-tags.command.d.ts +13 -0
- package/build/backend/commands/config-profiles/tags/get-config-profiles-tags.command.d.ts.map +1 -0
- package/build/backend/commands/config-profiles/tags/get-config-profiles-tags.command.js +17 -0
- package/build/backend/commands/config-profiles/tags/index.d.ts +3 -0
- package/build/backend/commands/config-profiles/tags/index.d.ts.map +1 -0
- package/build/backend/commands/config-profiles/tags/index.js +18 -0
- package/build/backend/commands/config-profiles/tags/set-config-profile-tags.command.d.ts +19 -0
- package/build/backend/commands/config-profiles/tags/set-config-profile-tags.command.d.ts.map +1 -0
- package/build/backend/commands/config-profiles/tags/set-config-profile-tags.command.js +23 -0
- package/build/backend/commands/config-profiles/update-config-profile.command.d.ts +1 -0
- package/build/backend/commands/config-profiles/update-config-profile.command.d.ts.map +1 -1
- package/build/backend/commands/external-squads/actions/reorder.command.d.ts +1 -0
- package/build/backend/commands/external-squads/actions/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/external-squads/create-external-squad.command.d.ts +1 -0
- package/build/backend/commands/external-squads/create-external-squad.command.d.ts.map +1 -1
- package/build/backend/commands/external-squads/get-external-squad-by-uuid.command.d.ts +1 -0
- package/build/backend/commands/external-squads/get-external-squad-by-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/external-squads/get-external-squads.command.d.ts +1 -0
- package/build/backend/commands/external-squads/get-external-squads.command.d.ts.map +1 -1
- package/build/backend/commands/external-squads/index.d.ts +1 -0
- package/build/backend/commands/external-squads/index.d.ts.map +1 -1
- package/build/backend/commands/external-squads/index.js +1 -0
- package/build/backend/commands/external-squads/tags/get-external-squads-tags.command.d.ts +13 -0
- package/build/backend/commands/external-squads/tags/get-external-squads-tags.command.d.ts.map +1 -0
- package/build/backend/commands/external-squads/tags/get-external-squads-tags.command.js +17 -0
- package/build/backend/commands/external-squads/tags/index.d.ts +3 -0
- package/build/backend/commands/external-squads/tags/index.d.ts.map +1 -0
- package/build/backend/commands/external-squads/tags/index.js +18 -0
- package/build/backend/commands/external-squads/tags/set-external-squad-tags.command.d.ts +19 -0
- package/build/backend/commands/external-squads/tags/set-external-squad-tags.command.d.ts.map +1 -0
- package/build/backend/commands/external-squads/tags/set-external-squad-tags.command.js +23 -0
- package/build/backend/commands/external-squads/update-external-squad.command.d.ts +1 -0
- package/build/backend/commands/external-squads/update-external-squad.command.d.ts.map +1 -1
- package/build/backend/commands/hwid/get-hwid-devices.command.d.ts +3 -3
- package/build/backend/commands/internal-squads/actions/reorder.command.d.ts +1 -0
- package/build/backend/commands/internal-squads/actions/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/internal-squads/create-internal-squad.command.d.ts +1 -0
- package/build/backend/commands/internal-squads/create-internal-squad.command.d.ts.map +1 -1
- package/build/backend/commands/internal-squads/get-internal-squad.command.d.ts +1 -0
- package/build/backend/commands/internal-squads/get-internal-squad.command.d.ts.map +1 -1
- package/build/backend/commands/internal-squads/get-internal-squads.command.d.ts +1 -0
- package/build/backend/commands/internal-squads/get-internal-squads.command.d.ts.map +1 -1
- package/build/backend/commands/internal-squads/index.d.ts +1 -0
- package/build/backend/commands/internal-squads/index.d.ts.map +1 -1
- package/build/backend/commands/internal-squads/index.js +1 -0
- package/build/backend/commands/internal-squads/tags/get-internal-squads-tags.command.d.ts +13 -0
- package/build/backend/commands/internal-squads/tags/get-internal-squads-tags.command.d.ts.map +1 -0
- package/build/backend/commands/internal-squads/tags/get-internal-squads-tags.command.js +17 -0
- package/build/backend/commands/internal-squads/tags/index.d.ts +3 -0
- package/build/backend/commands/internal-squads/tags/index.d.ts.map +1 -0
- package/build/backend/commands/internal-squads/tags/index.js +18 -0
- package/build/backend/commands/internal-squads/tags/set-internal-squad-tags.command.d.ts +19 -0
- package/build/backend/commands/internal-squads/tags/set-internal-squad-tags.command.d.ts.map +1 -0
- package/build/backend/commands/internal-squads/tags/set-internal-squad-tags.command.js +23 -0
- package/build/backend/commands/internal-squads/update-internal-squad.command.d.ts +1 -0
- package/build/backend/commands/internal-squads/update-internal-squad.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/actions/clone-node-plugin.command.d.ts +1 -0
- package/build/backend/commands/node-plugins/actions/clone-node-plugin.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/actions/reorder.command.d.ts +1 -0
- package/build/backend/commands/node-plugins/actions/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/create-node-plugin.command.d.ts +1 -0
- package/build/backend/commands/node-plugins/create-node-plugin.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/get-node-plugin.command.d.ts +1 -0
- package/build/backend/commands/node-plugins/get-node-plugin.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/get-node-plugins.command.d.ts +1 -0
- package/build/backend/commands/node-plugins/get-node-plugins.command.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/index.d.ts +1 -0
- package/build/backend/commands/node-plugins/index.d.ts.map +1 -1
- package/build/backend/commands/node-plugins/index.js +1 -0
- package/build/backend/commands/node-plugins/tags/get-node-plugins-tags.command.d.ts +13 -0
- package/build/backend/commands/node-plugins/tags/get-node-plugins-tags.command.d.ts.map +1 -0
- package/build/backend/commands/node-plugins/tags/get-node-plugins-tags.command.js +17 -0
- package/build/backend/commands/node-plugins/tags/index.d.ts +3 -0
- package/build/backend/commands/node-plugins/tags/index.d.ts.map +1 -0
- package/build/backend/commands/node-plugins/tags/index.js +18 -0
- package/build/backend/commands/node-plugins/tags/set-node-plugin-tags.command.d.ts +19 -0
- package/build/backend/commands/node-plugins/tags/set-node-plugin-tags.command.d.ts.map +1 -0
- package/build/backend/commands/node-plugins/tags/set-node-plugin-tags.command.js +23 -0
- package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.d.ts +3 -3
- package/build/backend/commands/node-plugins/update-node-plugin.command.d.ts +1 -0
- package/build/backend/commands/node-plugins/update-node-plugin.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-page-configs/actions/clone-subpage-config.command.d.ts +1 -0
- package/build/backend/commands/subscription-page-configs/actions/clone-subpage-config.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-page-configs/actions/reorder.command.d.ts +1 -0
- package/build/backend/commands/subscription-page-configs/actions/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-page-configs/create-subpage-config.command.d.ts +1 -0
- package/build/backend/commands/subscription-page-configs/create-subpage-config.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-page-configs/get-subpage-config.command.d.ts +1 -0
- package/build/backend/commands/subscription-page-configs/get-subpage-config.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-page-configs/get-subpage-configs.command.d.ts +1 -0
- package/build/backend/commands/subscription-page-configs/get-subpage-configs.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-page-configs/index.d.ts +1 -0
- package/build/backend/commands/subscription-page-configs/index.d.ts.map +1 -1
- package/build/backend/commands/subscription-page-configs/index.js +1 -0
- package/build/backend/commands/subscription-page-configs/tags/get-subpage-configs-tags.command.d.ts +13 -0
- package/build/backend/commands/subscription-page-configs/tags/get-subpage-configs-tags.command.d.ts.map +1 -0
- package/build/backend/commands/subscription-page-configs/tags/get-subpage-configs-tags.command.js +17 -0
- package/build/backend/commands/subscription-page-configs/tags/index.d.ts +3 -0
- package/build/backend/commands/subscription-page-configs/tags/index.d.ts.map +1 -0
- package/build/backend/commands/subscription-page-configs/tags/index.js +18 -0
- package/build/backend/commands/subscription-page-configs/tags/set-subpage-config-tags.command.d.ts +19 -0
- package/build/backend/commands/subscription-page-configs/tags/set-subpage-config-tags.command.d.ts.map +1 -0
- package/build/backend/commands/subscription-page-configs/tags/set-subpage-config-tags.command.js +23 -0
- package/build/backend/commands/subscription-page-configs/update-subpage-config.command.d.ts +1 -0
- package/build/backend/commands/subscription-page-configs/update-subpage-config.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-request-history/get-subscription-request-history.command.d.ts +3 -3
- package/build/backend/commands/subscription-template/actions/reorder.command.d.ts +1 -0
- package/build/backend/commands/subscription-template/actions/reorder.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-template/create-template.command.d.ts +1 -0
- package/build/backend/commands/subscription-template/create-template.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-template/get-template.command.d.ts +1 -0
- package/build/backend/commands/subscription-template/get-template.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-template/get-templates.command.d.ts +1 -0
- package/build/backend/commands/subscription-template/get-templates.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-template/index.d.ts +1 -0
- package/build/backend/commands/subscription-template/index.d.ts.map +1 -1
- package/build/backend/commands/subscription-template/index.js +1 -0
- package/build/backend/commands/subscription-template/tags/get-subscription-templates-tags.command.d.ts +13 -0
- package/build/backend/commands/subscription-template/tags/get-subscription-templates-tags.command.d.ts.map +1 -0
- package/build/backend/commands/subscription-template/tags/get-subscription-templates-tags.command.js +17 -0
- package/build/backend/commands/subscription-template/tags/index.d.ts +3 -0
- package/build/backend/commands/subscription-template/tags/index.d.ts.map +1 -0
- package/build/backend/commands/subscription-template/tags/index.js +18 -0
- package/build/backend/commands/subscription-template/tags/set-subscription-template-tags.command.d.ts +19 -0
- package/build/backend/commands/subscription-template/tags/set-subscription-template-tags.command.d.ts.map +1 -0
- package/build/backend/commands/subscription-template/tags/set-subscription-template-tags.command.js +23 -0
- package/build/backend/commands/subscription-template/update-template.command.d.ts +1 -0
- package/build/backend/commands/subscription-template/update-template.command.d.ts.map +1 -1
- package/build/backend/commands/users/actions/revoke-user-subscription.command.d.ts +1 -1
- package/build/backend/commands/users/actions/revoke-user-subscription.command.d.ts.map +1 -1
- package/build/backend/commands/users/get-users.command.d.ts +3 -3
- package/build/backend/constants/errors/errors.d.ts +10 -0
- package/build/backend/constants/errors/errors.d.ts.map +1 -1
- package/build/backend/constants/errors/errors.js +10 -0
- package/build/backend/models/config-profile.schema.d.ts +1 -0
- package/build/backend/models/config-profile.schema.d.ts.map +1 -1
- package/build/backend/models/config-profile.schema.js +3 -4
- package/build/backend/models/external-squad.schema.d.ts +1 -0
- package/build/backend/models/external-squad.schema.d.ts.map +1 -1
- package/build/backend/models/external-squad.schema.js +1 -0
- package/build/backend/models/index.d.ts +1 -0
- package/build/backend/models/index.d.ts.map +1 -1
- package/build/backend/models/index.js +1 -0
- package/build/backend/models/internal-squad.schema.d.ts +1 -0
- package/build/backend/models/internal-squad.schema.d.ts.map +1 -1
- package/build/backend/models/internal-squad.schema.js +3 -4
- package/build/backend/models/node-plugin.schema.d.ts +1 -0
- package/build/backend/models/node-plugin.schema.d.ts.map +1 -1
- package/build/backend/models/node-plugin.schema.js +1 -0
- package/build/backend/models/subscripion-page-config.schema.d.ts +1 -0
- package/build/backend/models/subscripion-page-config.schema.d.ts.map +1 -1
- package/build/backend/models/subscripion-page-config.schema.js +1 -0
- package/build/backend/models/subscription-template.schema.d.ts +1 -0
- package/build/backend/models/subscription-template.schema.d.ts.map +1 -1
- package/build/backend/models/subscription-template.schema.js +1 -0
- package/build/backend/models/tags.schema.d.ts +4 -0
- package/build/backend/models/tags.schema.d.ts.map +1 -0
- package/build/backend/models/tags.schema.js +9 -0
- package/build/backend/models/tanstack-query/tanstask-query-request-query.schema.d.ts +3 -3
- package/build/frontend/api/controllers/config-profiles.js +4 -0
- package/build/frontend/api/controllers/external-squads.js +4 -0
- package/build/frontend/api/controllers/internal-squads.js +4 -0
- package/build/frontend/api/controllers/node-plugins.js +4 -0
- package/build/frontend/api/controllers/subscription-page-configs.js +4 -0
- package/build/frontend/api/controllers/subscription-template.js +4 -0
- package/build/frontend/api/routes.js +24 -0
- package/build/frontend/commands/config-profiles/index.js +1 -0
- package/build/frontend/commands/config-profiles/tags/get-config-profiles-tags.command.js +17 -0
- package/build/frontend/commands/config-profiles/tags/index.js +18 -0
- package/build/frontend/commands/config-profiles/tags/set-config-profile-tags.command.js +23 -0
- package/build/frontend/commands/external-squads/index.js +1 -0
- package/build/frontend/commands/external-squads/tags/get-external-squads-tags.command.js +17 -0
- package/build/frontend/commands/external-squads/tags/index.js +18 -0
- package/build/frontend/commands/external-squads/tags/set-external-squad-tags.command.js +23 -0
- package/build/frontend/commands/internal-squads/index.js +1 -0
- package/build/frontend/commands/internal-squads/tags/get-internal-squads-tags.command.js +17 -0
- package/build/frontend/commands/internal-squads/tags/index.js +18 -0
- package/build/frontend/commands/internal-squads/tags/set-internal-squad-tags.command.js +23 -0
- package/build/frontend/commands/node-plugins/index.js +1 -0
- package/build/frontend/commands/node-plugins/tags/get-node-plugins-tags.command.js +17 -0
- package/build/frontend/commands/node-plugins/tags/index.js +18 -0
- package/build/frontend/commands/node-plugins/tags/set-node-plugin-tags.command.js +23 -0
- package/build/frontend/commands/subscription-page-configs/index.js +1 -0
- package/build/frontend/commands/subscription-page-configs/tags/get-subpage-configs-tags.command.js +17 -0
- package/build/frontend/commands/subscription-page-configs/tags/index.js +18 -0
- package/build/frontend/commands/subscription-page-configs/tags/set-subpage-config-tags.command.js +23 -0
- package/build/frontend/commands/subscription-template/index.js +1 -0
- package/build/frontend/commands/subscription-template/tags/get-subscription-templates-tags.command.js +17 -0
- package/build/frontend/commands/subscription-template/tags/index.js +18 -0
- package/build/frontend/commands/subscription-template/tags/set-subscription-template-tags.command.js +23 -0
- package/build/frontend/constants/errors/errors.js +10 -0
- package/build/frontend/models/config-profile.schema.js +3 -4
- package/build/frontend/models/external-squad.schema.js +1 -0
- package/build/frontend/models/index.js +1 -0
- package/build/frontend/models/internal-squad.schema.js +3 -4
- package/build/frontend/models/node-plugin.schema.js +1 -0
- package/build/frontend/models/subscripion-page-config.schema.js +1 -0
- package/build/frontend/models/subscription-template.schema.js +1 -0
- package/build/frontend/models/tags.schema.js +9 -0
- package/package.json +2 -2
|
@@ -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
|
|
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"}
|
|
@@ -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
|
|
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"}
|
|
@@ -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
|
|
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"}
|
|
@@ -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
|
|
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"}
|
|
@@ -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
|
|
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"}
|
|
@@ -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
|
|
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"}
|
|
@@ -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;
|
|
@@ -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
|
|
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)}`,
|
|
@@ -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: {
|
|
@@ -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
|
|
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 +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
|
|
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"}
|
package/build/backend/commands/config-profiles/get-computed-config-profile-by-uuid.command.d.ts.map
CHANGED
|
@@ -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
|
|
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 +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
|
|
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 +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
|
|
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 @@
|
|
|
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 = {}));
|
|
@@ -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
|
|
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 +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
|
|
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 +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
|
|
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-external-squad-by-uuid.command.d.ts","sourceRoot":"","sources":["../../../../commands/external-squads/get-external-squad-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
|
|
1
|
+
{"version":3,"file":"get-external-squad-by-uuid.command.d.ts","sourceRoot":"","sources":["../../../../commands/external-squads/get-external-squad-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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-external-squads.command.d.ts","sourceRoot":"","sources":["../../../../commands/external-squads/get-external-squads.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
|
|
1
|
+
{"version":3,"file":"get-external-squads.command.d.ts","sourceRoot":"","sources":["../../../../commands/external-squads/get-external-squads.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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commands/external-squads/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,sCAAsC,CAAC;AACrD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iCAAiC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commands/external-squads/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,sCAAsC,CAAC;AACrD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iCAAiC,CAAC;AAChD,cAAc,QAAQ,CAAC"}
|
|
@@ -21,3 +21,4 @@ __exportStar(require("./delete-external-squad.command"), exports);
|
|
|
21
21
|
__exportStar(require("./get-external-squad-by-uuid.command"), exports);
|
|
22
22
|
__exportStar(require("./get-external-squads.command"), exports);
|
|
23
23
|
__exportStar(require("./update-external-squad.command"), exports);
|
|
24
|
+
__exportStar(require("./tags"), exports);
|