@remnawave/backend-contract 0.3.9 → 0.3.10

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.
@@ -1,6 +1,7 @@
1
1
  import { z } from 'zod';
2
2
  export declare namespace GetSubscriptionSettingsCommand {
3
3
  const url: "/api/subscription-settings/get";
4
+ const TSQ_url: "/api/subscription-settings/get";
4
5
  const ResponseSchema: z.ZodObject<{
5
6
  response: z.ZodObject<{
6
7
  uuid: z.ZodString;
@@ -1 +1 @@
1
- {"version":3,"file":"get-subscription-settings.command.d.ts","sourceRoot":"","sources":["../../../../commands/subscription-settings/get-subscription-settings.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,yBAAiB,8BAA8B,CAAC;IACrC,MAAM,GAAG,kCAA8C,CAAC;IAExD,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
1
+ {"version":3,"file":"get-subscription-settings.command.d.ts","sourceRoot":"","sources":["../../../../commands/subscription-settings/get-subscription-settings.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,yBAAiB,8BAA8B,CAAC;IACrC,MAAM,GAAG,kCAA8C,CAAC;IACxD,MAAM,OAAO,kCAAM,CAAC;IAEpB,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
@@ -7,6 +7,7 @@ const api_1 = require("../../api");
7
7
  var GetSubscriptionSettingsCommand;
8
8
  (function (GetSubscriptionSettingsCommand) {
9
9
  GetSubscriptionSettingsCommand.url = api_1.REST_API.SUBSCRIPTION_SETTINGS.GET_SETTINGS;
10
+ GetSubscriptionSettingsCommand.TSQ_url = GetSubscriptionSettingsCommand.url;
10
11
  GetSubscriptionSettingsCommand.ResponseSchema = zod_1.z.object({
11
12
  response: models_1.SubscriptionSettingsSchema,
12
13
  });
@@ -7,6 +7,7 @@ const api_1 = require("../../api");
7
7
  var GetSubscriptionSettingsCommand;
8
8
  (function (GetSubscriptionSettingsCommand) {
9
9
  GetSubscriptionSettingsCommand.url = api_1.REST_API.SUBSCRIPTION_SETTINGS.GET_SETTINGS;
10
+ GetSubscriptionSettingsCommand.TSQ_url = GetSubscriptionSettingsCommand.url;
10
11
  GetSubscriptionSettingsCommand.ResponseSchema = zod_1.z.object({
11
12
  response: models_1.SubscriptionSettingsSchema,
12
13
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnawave/backend-contract",
3
- "version": "0.3.9",
3
+ "version": "0.3.10",
4
4
  "public": true,
5
5
  "license": "AGPL-3.0-only",
6
6
  "description": "A contract library for Remnawave Backend. It can be used in backend and frontend.",