@remnawave/backend-contract 0.7.8 → 0.7.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.
@@ -58,8 +58,18 @@ export declare namespace GetSubscriptionInfoByShortUuidCommand {
58
58
  links: z.ZodArray<z.ZodString, "many">;
59
59
  ssConfLinks: z.ZodRecord<z.ZodString, z.ZodString>;
60
60
  subscriptionUrl: z.ZodString;
61
+ happ: z.ZodObject<{
62
+ cryptoLink: z.ZodString;
63
+ }, "strip", z.ZodTypeAny, {
64
+ cryptoLink: string;
65
+ }, {
66
+ cryptoLink: string;
67
+ }>;
61
68
  }, "strip", z.ZodTypeAny, {
62
69
  subscriptionUrl: string;
70
+ happ: {
71
+ cryptoLink: string;
72
+ };
63
73
  isFound: boolean;
64
74
  user: {
65
75
  username: string;
@@ -76,6 +86,9 @@ export declare namespace GetSubscriptionInfoByShortUuidCommand {
76
86
  ssConfLinks: Record<string, string>;
77
87
  }, {
78
88
  subscriptionUrl: string;
89
+ happ: {
90
+ cryptoLink: string;
91
+ };
79
92
  isFound: boolean;
80
93
  user: {
81
94
  username: string;
@@ -94,6 +107,9 @@ export declare namespace GetSubscriptionInfoByShortUuidCommand {
94
107
  }, "strip", z.ZodTypeAny, {
95
108
  response: {
96
109
  subscriptionUrl: string;
110
+ happ: {
111
+ cryptoLink: string;
112
+ };
97
113
  isFound: boolean;
98
114
  user: {
99
115
  username: string;
@@ -112,6 +128,9 @@ export declare namespace GetSubscriptionInfoByShortUuidCommand {
112
128
  }, {
113
129
  response: {
114
130
  subscriptionUrl: string;
131
+ happ: {
132
+ cryptoLink: string;
133
+ };
115
134
  isFound: boolean;
116
135
  user: {
117
136
  username: string;
@@ -1 +1 @@
1
- {"version":3,"file":"get-subscription-info-by-short-uuid.command.d.ts","sourceRoot":"","sources":["../../../../commands/subscription/get-subscription-info-by-short-uuid.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,qCAAqC,CAAC;IAC5C,MAAM,GAAG,+BAAiC,CAAC;IAC3C,MAAM,OAAO,QAAoB,CAAC;IAElC,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAqBzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
1
+ {"version":3,"file":"get-subscription-info-by-short-uuid.command.d.ts","sourceRoot":"","sources":["../../../../commands/subscription/get-subscription-info-by-short-uuid.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAOxB,yBAAiB,qCAAqC,CAAC;IAC5C,MAAM,GAAG,+BAAiC,CAAC;IAC3C,MAAM,OAAO,QAAoB,CAAC;IAElC,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAsBzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
@@ -5,6 +5,7 @@ const zod_1 = require("zod");
5
5
  const constants_1 = require("../../constants");
6
6
  const api_1 = require("../../api");
7
7
  const constants_2 = require("../../constants");
8
+ const models_1 = require("../../models");
8
9
  var GetSubscriptionInfoByShortUuidCommand;
9
10
  (function (GetSubscriptionInfoByShortUuidCommand) {
10
11
  GetSubscriptionInfoByShortUuidCommand.url = api_1.REST_API.SUBSCRIPTION.GET_INFO;
@@ -33,6 +34,7 @@ var GetSubscriptionInfoByShortUuidCommand;
33
34
  links: zod_1.z.array(zod_1.z.string()),
34
35
  ssConfLinks: zod_1.z.record(zod_1.z.string(), zod_1.z.string()),
35
36
  subscriptionUrl: zod_1.z.string(),
37
+ happ: models_1.HappSchema,
36
38
  }),
37
39
  });
38
40
  })(GetSubscriptionInfoByShortUuidCommand || (exports.GetSubscriptionInfoByShortUuidCommand = GetSubscriptionInfoByShortUuidCommand = {}));
@@ -5,6 +5,7 @@ const zod_1 = require("zod");
5
5
  const constants_1 = require("../../constants");
6
6
  const api_1 = require("../../api");
7
7
  const constants_2 = require("../../constants");
8
+ const models_1 = require("../../models");
8
9
  var GetSubscriptionInfoByShortUuidCommand;
9
10
  (function (GetSubscriptionInfoByShortUuidCommand) {
10
11
  GetSubscriptionInfoByShortUuidCommand.url = api_1.REST_API.SUBSCRIPTION.GET_INFO;
@@ -33,6 +34,7 @@ var GetSubscriptionInfoByShortUuidCommand;
33
34
  links: zod_1.z.array(zod_1.z.string()),
34
35
  ssConfLinks: zod_1.z.record(zod_1.z.string(), zod_1.z.string()),
35
36
  subscriptionUrl: zod_1.z.string(),
37
+ happ: models_1.HappSchema,
36
38
  }),
37
39
  });
38
40
  })(GetSubscriptionInfoByShortUuidCommand || (exports.GetSubscriptionInfoByShortUuidCommand = GetSubscriptionInfoByShortUuidCommand = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnawave/backend-contract",
3
- "version": "0.7.8",
3
+ "version": "0.7.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.",