@remnawave/backend-contract 2.3.44 → 2.3.45

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.
@@ -79,13 +79,10 @@ export declare const SubscriptionPageRawConfigSchema: z.ZodEffects<z.ZodObject<{
79
79
  }>;
80
80
  subscriptionLinkSettings: z.ZodObject<{
81
81
  encodeBase64: z.ZodBoolean;
82
- urlScheme: z.ZodString;
83
82
  }, "strip", z.ZodTypeAny, {
84
83
  encodeBase64: boolean;
85
- urlScheme: string;
86
84
  }, {
87
85
  encodeBase64: boolean;
88
- urlScheme: string;
89
86
  }>;
90
87
  blocks: z.ZodArray<z.ZodObject<{
91
88
  svgIcon: z.ZodString;
@@ -238,7 +235,6 @@ export declare const SubscriptionPageRawConfigSchema: z.ZodEffects<z.ZodObject<{
238
235
  };
239
236
  subscriptionLinkSettings: {
240
237
  encodeBase64: boolean;
241
- urlScheme: string;
242
238
  };
243
239
  blocks: {
244
240
  title: {
@@ -277,7 +273,6 @@ export declare const SubscriptionPageRawConfigSchema: z.ZodEffects<z.ZodObject<{
277
273
  };
278
274
  subscriptionLinkSettings: {
279
275
  encodeBase64: boolean;
280
- urlScheme: string;
281
276
  };
282
277
  blocks: {
283
278
  title: {
@@ -326,7 +321,6 @@ export declare const SubscriptionPageRawConfigSchema: z.ZodEffects<z.ZodObject<{
326
321
  };
327
322
  subscriptionLinkSettings: {
328
323
  encodeBase64: boolean;
329
- urlScheme: string;
330
324
  };
331
325
  blocks: {
332
326
  title: {
@@ -375,7 +369,6 @@ export declare const SubscriptionPageRawConfigSchema: z.ZodEffects<z.ZodObject<{
375
369
  };
376
370
  subscriptionLinkSettings: {
377
371
  encodeBase64: boolean;
378
- urlScheme: string;
379
372
  };
380
373
  blocks: {
381
374
  title: {
@@ -433,7 +426,6 @@ export declare const SubscriptionPageRawConfigSchema: z.ZodEffects<z.ZodObject<{
433
426
  };
434
427
  subscriptionLinkSettings: {
435
428
  encodeBase64: boolean;
436
- urlScheme: string;
437
429
  };
438
430
  blocks: {
439
431
  title: {
@@ -491,7 +483,6 @@ export declare const SubscriptionPageRawConfigSchema: z.ZodEffects<z.ZodObject<{
491
483
  };
492
484
  subscriptionLinkSettings: {
493
485
  encodeBase64: boolean;
494
- urlScheme: string;
495
486
  };
496
487
  blocks: {
497
488
  title: {
@@ -549,7 +540,6 @@ export declare const SubscriptionPageRawConfigSchema: z.ZodEffects<z.ZodObject<{
549
540
  };
550
541
  subscriptionLinkSettings: {
551
542
  encodeBase64: boolean;
552
- urlScheme: string;
553
543
  };
554
544
  blocks: {
555
545
  title: {
@@ -607,7 +597,6 @@ export declare const SubscriptionPageRawConfigSchema: z.ZodEffects<z.ZodObject<{
607
597
  };
608
598
  subscriptionLinkSettings: {
609
599
  encodeBase64: boolean;
610
- urlScheme: string;
611
600
  };
612
601
  blocks: {
613
602
  title: {
@@ -1 +1 @@
1
- {"version":3,"file":"subscription-page-config.schema.d.ts","sourceRoot":"","sources":["../../../../models/subscription-page-config/subscription-page-config.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AASxB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;EAM9B,CAAC;AAyCH,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAStC,CAAC"}
1
+ {"version":3,"file":"subscription-page-config.schema.d.ts","sourceRoot":"","sources":["../../../../models/subscription-page-config/subscription-page-config.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AASxB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;EAM9B,CAAC;AAwCH,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAStC,CAAC"}
@@ -31,7 +31,6 @@ const PlatformAppSchema = zod_1.z.object({
31
31
  }),
32
32
  subscriptionLinkSettings: zod_1.z.object({
33
33
  encodeBase64: zod_1.z.boolean(),
34
- urlScheme: zod_1.z.string(),
35
34
  }),
36
35
  blocks: zod_1.z.array(BlockSchema),
37
36
  });
@@ -31,7 +31,6 @@ const PlatformAppSchema = zod_1.z.object({
31
31
  }),
32
32
  subscriptionLinkSettings: zod_1.z.object({
33
33
  encodeBase64: zod_1.z.boolean(),
34
- urlScheme: zod_1.z.string(),
35
34
  }),
36
35
  blocks: zod_1.z.array(BlockSchema),
37
36
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnawave/backend-contract",
3
- "version": "2.3.44",
3
+ "version": "2.3.45",
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.",