@remnawave/backend-contract 2.3.21 → 2.3.23
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/commands/external-squads/actions/reorder.command.d.ts +0 -12
- 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 +0 -7
- 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 +0 -7
- 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 +0 -9
- package/build/backend/commands/external-squads/get-external-squads.command.d.ts.map +1 -1
- package/build/backend/commands/external-squads/update-external-squad.command.d.ts +0 -12
- package/build/backend/commands/external-squads/update-external-squad.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-settings/get-subscription-settings.command.d.ts +0 -5
- package/build/backend/commands/subscription-settings/get-subscription-settings.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-settings/update-subscription-settings.command.d.ts +0 -8
- package/build/backend/commands/subscription-settings/update-subscription-settings.command.d.ts.map +1 -1
- package/build/backend/commands/subscription-settings/update-subscription-settings.command.js +0 -1
- package/build/backend/models/external-squad.schema.d.ts +0 -5
- package/build/backend/models/external-squad.schema.d.ts.map +1 -1
- package/build/backend/models/external-squads/external-squad-subscription-settings.schema.d.ts +0 -3
- package/build/backend/models/external-squads/external-squad-subscription-settings.schema.d.ts.map +1 -1
- package/build/backend/models/external-squads/external-squad-subscription-settings.schema.js +0 -1
- package/build/backend/models/subscription-settings.schema.d.ts +0 -3
- package/build/backend/models/subscription-settings.schema.d.ts.map +1 -1
- package/build/backend/models/subscription-settings.schema.js +0 -1
- package/build/frontend/commands/subscription-settings/update-subscription-settings.command.js +0 -1
- package/build/frontend/models/external-squads/external-squad-subscription-settings.schema.js +0 -1
- package/build/frontend/models/subscription-settings.schema.js +0 -1
- package/package.json +1 -1
|
@@ -38,7 +38,6 @@ export declare namespace ReorderExternalSquadCommand {
|
|
|
38
38
|
profileUpdateInterval: z.ZodOptional<z.ZodNumber>;
|
|
39
39
|
isProfileWebpageUrlEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
40
40
|
serveJsonAtBaseSubscription: z.ZodOptional<z.ZodBoolean>;
|
|
41
|
-
addUsernameToBaseSubscription: z.ZodOptional<z.ZodBoolean>;
|
|
42
41
|
isShowCustomRemarks: z.ZodOptional<z.ZodBoolean>;
|
|
43
42
|
happAnnounce: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
44
43
|
happRouting: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -49,7 +48,6 @@ export declare namespace ReorderExternalSquadCommand {
|
|
|
49
48
|
profileUpdateInterval?: number | undefined;
|
|
50
49
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
51
50
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
52
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
53
51
|
isShowCustomRemarks?: boolean | undefined;
|
|
54
52
|
happAnnounce?: string | null | undefined;
|
|
55
53
|
happRouting?: string | null | undefined;
|
|
@@ -60,7 +58,6 @@ export declare namespace ReorderExternalSquadCommand {
|
|
|
60
58
|
profileUpdateInterval?: number | undefined;
|
|
61
59
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
62
60
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
63
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
64
61
|
isShowCustomRemarks?: boolean | undefined;
|
|
65
62
|
happAnnounce?: string | null | undefined;
|
|
66
63
|
happRouting?: string | null | undefined;
|
|
@@ -167,7 +164,6 @@ export declare namespace ReorderExternalSquadCommand {
|
|
|
167
164
|
profileUpdateInterval: z.ZodOptional<z.ZodNumber>;
|
|
168
165
|
isProfileWebpageUrlEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
169
166
|
serveJsonAtBaseSubscription: z.ZodOptional<z.ZodBoolean>;
|
|
170
|
-
addUsernameToBaseSubscription: z.ZodOptional<z.ZodBoolean>;
|
|
171
167
|
isShowCustomRemarks: z.ZodOptional<z.ZodBoolean>;
|
|
172
168
|
happAnnounce: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
173
169
|
happRouting: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -178,7 +174,6 @@ export declare namespace ReorderExternalSquadCommand {
|
|
|
178
174
|
profileUpdateInterval?: number | undefined;
|
|
179
175
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
180
176
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
181
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
182
177
|
isShowCustomRemarks?: boolean | undefined;
|
|
183
178
|
happAnnounce?: string | null | undefined;
|
|
184
179
|
happRouting?: string | null | undefined;
|
|
@@ -189,7 +184,6 @@ export declare namespace ReorderExternalSquadCommand {
|
|
|
189
184
|
profileUpdateInterval?: number | undefined;
|
|
190
185
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
191
186
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
192
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
193
187
|
isShowCustomRemarks?: boolean | undefined;
|
|
194
188
|
happAnnounce?: string | null | undefined;
|
|
195
189
|
happRouting?: string | null | undefined;
|
|
@@ -271,7 +265,6 @@ export declare namespace ReorderExternalSquadCommand {
|
|
|
271
265
|
profileUpdateInterval?: number | undefined;
|
|
272
266
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
273
267
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
274
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
275
268
|
isShowCustomRemarks?: boolean | undefined;
|
|
276
269
|
happAnnounce?: string | null | undefined;
|
|
277
270
|
happRouting?: string | null | undefined;
|
|
@@ -313,7 +306,6 @@ export declare namespace ReorderExternalSquadCommand {
|
|
|
313
306
|
profileUpdateInterval?: number | undefined;
|
|
314
307
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
315
308
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
316
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
317
309
|
isShowCustomRemarks?: boolean | undefined;
|
|
318
310
|
happAnnounce?: string | null | undefined;
|
|
319
311
|
happRouting?: string | null | undefined;
|
|
@@ -358,7 +350,6 @@ export declare namespace ReorderExternalSquadCommand {
|
|
|
358
350
|
profileUpdateInterval?: number | undefined;
|
|
359
351
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
360
352
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
361
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
362
353
|
isShowCustomRemarks?: boolean | undefined;
|
|
363
354
|
happAnnounce?: string | null | undefined;
|
|
364
355
|
happRouting?: string | null | undefined;
|
|
@@ -403,7 +394,6 @@ export declare namespace ReorderExternalSquadCommand {
|
|
|
403
394
|
profileUpdateInterval?: number | undefined;
|
|
404
395
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
405
396
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
406
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
407
397
|
isShowCustomRemarks?: boolean | undefined;
|
|
408
398
|
happAnnounce?: string | null | undefined;
|
|
409
399
|
happRouting?: string | null | undefined;
|
|
@@ -450,7 +440,6 @@ export declare namespace ReorderExternalSquadCommand {
|
|
|
450
440
|
profileUpdateInterval?: number | undefined;
|
|
451
441
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
452
442
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
453
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
454
443
|
isShowCustomRemarks?: boolean | undefined;
|
|
455
444
|
happAnnounce?: string | null | undefined;
|
|
456
445
|
happRouting?: string | null | undefined;
|
|
@@ -497,7 +486,6 @@ export declare namespace ReorderExternalSquadCommand {
|
|
|
497
486
|
profileUpdateInterval?: number | undefined;
|
|
498
487
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
499
488
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
500
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
501
489
|
isShowCustomRemarks?: boolean | undefined;
|
|
502
490
|
happAnnounce?: string | null | undefined;
|
|
503
491
|
happRouting?: string | null | undefined;
|
|
@@ -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,8CAI3B,CAAC;IAEK,MAAM,aAAa
|
|
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,8CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAOxB,CAAC;IACH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAKzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -46,7 +46,6 @@ export declare namespace CreateExternalSquadCommand {
|
|
|
46
46
|
profileUpdateInterval: z.ZodOptional<z.ZodNumber>;
|
|
47
47
|
isProfileWebpageUrlEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
48
48
|
serveJsonAtBaseSubscription: z.ZodOptional<z.ZodBoolean>;
|
|
49
|
-
addUsernameToBaseSubscription: z.ZodOptional<z.ZodBoolean>;
|
|
50
49
|
isShowCustomRemarks: z.ZodOptional<z.ZodBoolean>;
|
|
51
50
|
happAnnounce: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
52
51
|
happRouting: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -57,7 +56,6 @@ export declare namespace CreateExternalSquadCommand {
|
|
|
57
56
|
profileUpdateInterval?: number | undefined;
|
|
58
57
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
59
58
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
60
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
61
59
|
isShowCustomRemarks?: boolean | undefined;
|
|
62
60
|
happAnnounce?: string | null | undefined;
|
|
63
61
|
happRouting?: string | null | undefined;
|
|
@@ -68,7 +66,6 @@ export declare namespace CreateExternalSquadCommand {
|
|
|
68
66
|
profileUpdateInterval?: number | undefined;
|
|
69
67
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
70
68
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
71
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
72
69
|
isShowCustomRemarks?: boolean | undefined;
|
|
73
70
|
happAnnounce?: string | null | undefined;
|
|
74
71
|
happRouting?: string | null | undefined;
|
|
@@ -150,7 +147,6 @@ export declare namespace CreateExternalSquadCommand {
|
|
|
150
147
|
profileUpdateInterval?: number | undefined;
|
|
151
148
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
152
149
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
153
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
154
150
|
isShowCustomRemarks?: boolean | undefined;
|
|
155
151
|
happAnnounce?: string | null | undefined;
|
|
156
152
|
happRouting?: string | null | undefined;
|
|
@@ -192,7 +188,6 @@ export declare namespace CreateExternalSquadCommand {
|
|
|
192
188
|
profileUpdateInterval?: number | undefined;
|
|
193
189
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
194
190
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
195
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
196
191
|
isShowCustomRemarks?: boolean | undefined;
|
|
197
192
|
happAnnounce?: string | null | undefined;
|
|
198
193
|
happRouting?: string | null | undefined;
|
|
@@ -236,7 +231,6 @@ export declare namespace CreateExternalSquadCommand {
|
|
|
236
231
|
profileUpdateInterval?: number | undefined;
|
|
237
232
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
238
233
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
239
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
240
234
|
isShowCustomRemarks?: boolean | undefined;
|
|
241
235
|
happAnnounce?: string | null | undefined;
|
|
242
236
|
happRouting?: string | null | undefined;
|
|
@@ -280,7 +274,6 @@ export declare namespace CreateExternalSquadCommand {
|
|
|
280
274
|
profileUpdateInterval?: number | undefined;
|
|
281
275
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
282
276
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
283
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
284
277
|
isShowCustomRemarks?: boolean | undefined;
|
|
285
278
|
happAnnounce?: string | null | undefined;
|
|
286
279
|
happRouting?: string | null | undefined;
|
|
@@ -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,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MASxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,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,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MASxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -46,7 +46,6 @@ export declare namespace GetExternalSquadByUuidCommand {
|
|
|
46
46
|
profileUpdateInterval: z.ZodOptional<z.ZodNumber>;
|
|
47
47
|
isProfileWebpageUrlEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
48
48
|
serveJsonAtBaseSubscription: z.ZodOptional<z.ZodBoolean>;
|
|
49
|
-
addUsernameToBaseSubscription: z.ZodOptional<z.ZodBoolean>;
|
|
50
49
|
isShowCustomRemarks: z.ZodOptional<z.ZodBoolean>;
|
|
51
50
|
happAnnounce: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
52
51
|
happRouting: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -57,7 +56,6 @@ export declare namespace GetExternalSquadByUuidCommand {
|
|
|
57
56
|
profileUpdateInterval?: number | undefined;
|
|
58
57
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
59
58
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
60
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
61
59
|
isShowCustomRemarks?: boolean | undefined;
|
|
62
60
|
happAnnounce?: string | null | undefined;
|
|
63
61
|
happRouting?: string | null | undefined;
|
|
@@ -68,7 +66,6 @@ export declare namespace GetExternalSquadByUuidCommand {
|
|
|
68
66
|
profileUpdateInterval?: number | undefined;
|
|
69
67
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
70
68
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
71
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
72
69
|
isShowCustomRemarks?: boolean | undefined;
|
|
73
70
|
happAnnounce?: string | null | undefined;
|
|
74
71
|
happRouting?: string | null | undefined;
|
|
@@ -150,7 +147,6 @@ export declare namespace GetExternalSquadByUuidCommand {
|
|
|
150
147
|
profileUpdateInterval?: number | undefined;
|
|
151
148
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
152
149
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
153
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
154
150
|
isShowCustomRemarks?: boolean | undefined;
|
|
155
151
|
happAnnounce?: string | null | undefined;
|
|
156
152
|
happRouting?: string | null | undefined;
|
|
@@ -192,7 +188,6 @@ export declare namespace GetExternalSquadByUuidCommand {
|
|
|
192
188
|
profileUpdateInterval?: number | undefined;
|
|
193
189
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
194
190
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
195
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
196
191
|
isShowCustomRemarks?: boolean | undefined;
|
|
197
192
|
happAnnounce?: string | null | undefined;
|
|
198
193
|
happRouting?: string | null | undefined;
|
|
@@ -236,7 +231,6 @@ export declare namespace GetExternalSquadByUuidCommand {
|
|
|
236
231
|
profileUpdateInterval?: number | undefined;
|
|
237
232
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
238
233
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
239
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
240
234
|
isShowCustomRemarks?: boolean | undefined;
|
|
241
235
|
happAnnounce?: string | null | undefined;
|
|
242
236
|
happRouting?: string | null | undefined;
|
|
@@ -280,7 +274,6 @@ export declare namespace GetExternalSquadByUuidCommand {
|
|
|
280
274
|
profileUpdateInterval?: number | undefined;
|
|
281
275
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
282
276
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
283
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
284
277
|
isShowCustomRemarks?: boolean | undefined;
|
|
285
278
|
happAnnounce?: string | null | undefined;
|
|
286
279
|
happRouting?: string | null | undefined;
|
|
@@ -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,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,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,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -40,7 +40,6 @@ export declare namespace GetExternalSquadsCommand {
|
|
|
40
40
|
profileUpdateInterval: z.ZodOptional<z.ZodNumber>;
|
|
41
41
|
isProfileWebpageUrlEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
42
42
|
serveJsonAtBaseSubscription: z.ZodOptional<z.ZodBoolean>;
|
|
43
|
-
addUsernameToBaseSubscription: z.ZodOptional<z.ZodBoolean>;
|
|
44
43
|
isShowCustomRemarks: z.ZodOptional<z.ZodBoolean>;
|
|
45
44
|
happAnnounce: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46
45
|
happRouting: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -51,7 +50,6 @@ export declare namespace GetExternalSquadsCommand {
|
|
|
51
50
|
profileUpdateInterval?: number | undefined;
|
|
52
51
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
53
52
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
54
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
55
53
|
isShowCustomRemarks?: boolean | undefined;
|
|
56
54
|
happAnnounce?: string | null | undefined;
|
|
57
55
|
happRouting?: string | null | undefined;
|
|
@@ -62,7 +60,6 @@ export declare namespace GetExternalSquadsCommand {
|
|
|
62
60
|
profileUpdateInterval?: number | undefined;
|
|
63
61
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
64
62
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
65
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
66
63
|
isShowCustomRemarks?: boolean | undefined;
|
|
67
64
|
happAnnounce?: string | null | undefined;
|
|
68
65
|
happRouting?: string | null | undefined;
|
|
@@ -144,7 +141,6 @@ export declare namespace GetExternalSquadsCommand {
|
|
|
144
141
|
profileUpdateInterval?: number | undefined;
|
|
145
142
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
146
143
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
147
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
148
144
|
isShowCustomRemarks?: boolean | undefined;
|
|
149
145
|
happAnnounce?: string | null | undefined;
|
|
150
146
|
happRouting?: string | null | undefined;
|
|
@@ -186,7 +182,6 @@ export declare namespace GetExternalSquadsCommand {
|
|
|
186
182
|
profileUpdateInterval?: number | undefined;
|
|
187
183
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
188
184
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
189
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
190
185
|
isShowCustomRemarks?: boolean | undefined;
|
|
191
186
|
happAnnounce?: string | null | undefined;
|
|
192
187
|
happRouting?: string | null | undefined;
|
|
@@ -231,7 +226,6 @@ export declare namespace GetExternalSquadsCommand {
|
|
|
231
226
|
profileUpdateInterval?: number | undefined;
|
|
232
227
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
233
228
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
234
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
235
229
|
isShowCustomRemarks?: boolean | undefined;
|
|
236
230
|
happAnnounce?: string | null | undefined;
|
|
237
231
|
happRouting?: string | null | undefined;
|
|
@@ -276,7 +270,6 @@ export declare namespace GetExternalSquadsCommand {
|
|
|
276
270
|
profileUpdateInterval?: number | undefined;
|
|
277
271
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
278
272
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
279
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
280
273
|
isShowCustomRemarks?: boolean | undefined;
|
|
281
274
|
happAnnounce?: string | null | undefined;
|
|
282
275
|
happRouting?: string | null | undefined;
|
|
@@ -323,7 +316,6 @@ export declare namespace GetExternalSquadsCommand {
|
|
|
323
316
|
profileUpdateInterval?: number | undefined;
|
|
324
317
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
325
318
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
326
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
327
319
|
isShowCustomRemarks?: boolean | undefined;
|
|
328
320
|
happAnnounce?: string | null | undefined;
|
|
329
321
|
happRouting?: string | null | undefined;
|
|
@@ -370,7 +362,6 @@ export declare namespace GetExternalSquadsCommand {
|
|
|
370
362
|
profileUpdateInterval?: number | undefined;
|
|
371
363
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
372
364
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
373
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
374
365
|
isShowCustomRemarks?: boolean | undefined;
|
|
375
366
|
happAnnounce?: string | null | undefined;
|
|
376
367
|
happRouting?: string | null | undefined;
|
|
@@ -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,2CAI3B,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,2CAI3B,CAAC;IAEK,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAKzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -29,7 +29,6 @@ export declare namespace UpdateExternalSquadCommand {
|
|
|
29
29
|
profileUpdateInterval: z.ZodOptional<z.ZodNumber>;
|
|
30
30
|
isProfileWebpageUrlEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
31
31
|
serveJsonAtBaseSubscription: z.ZodOptional<z.ZodBoolean>;
|
|
32
|
-
addUsernameToBaseSubscription: z.ZodOptional<z.ZodBoolean>;
|
|
33
32
|
isShowCustomRemarks: z.ZodOptional<z.ZodBoolean>;
|
|
34
33
|
happAnnounce: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35
34
|
happRouting: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -40,7 +39,6 @@ export declare namespace UpdateExternalSquadCommand {
|
|
|
40
39
|
profileUpdateInterval?: number | undefined;
|
|
41
40
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
42
41
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
43
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
44
42
|
isShowCustomRemarks?: boolean | undefined;
|
|
45
43
|
happAnnounce?: string | null | undefined;
|
|
46
44
|
happRouting?: string | null | undefined;
|
|
@@ -51,7 +49,6 @@ export declare namespace UpdateExternalSquadCommand {
|
|
|
51
49
|
profileUpdateInterval?: number | undefined;
|
|
52
50
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
53
51
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
54
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
55
52
|
isShowCustomRemarks?: boolean | undefined;
|
|
56
53
|
happAnnounce?: string | null | undefined;
|
|
57
54
|
happRouting?: string | null | undefined;
|
|
@@ -125,7 +122,6 @@ export declare namespace UpdateExternalSquadCommand {
|
|
|
125
122
|
profileUpdateInterval?: number | undefined;
|
|
126
123
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
127
124
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
128
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
129
125
|
isShowCustomRemarks?: boolean | undefined;
|
|
130
126
|
happAnnounce?: string | null | undefined;
|
|
131
127
|
happRouting?: string | null | undefined;
|
|
@@ -161,7 +157,6 @@ export declare namespace UpdateExternalSquadCommand {
|
|
|
161
157
|
profileUpdateInterval?: number | undefined;
|
|
162
158
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
163
159
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
164
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
165
160
|
isShowCustomRemarks?: boolean | undefined;
|
|
166
161
|
happAnnounce?: string | null | undefined;
|
|
167
162
|
happRouting?: string | null | undefined;
|
|
@@ -209,7 +204,6 @@ export declare namespace UpdateExternalSquadCommand {
|
|
|
209
204
|
profileUpdateInterval: z.ZodOptional<z.ZodNumber>;
|
|
210
205
|
isProfileWebpageUrlEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
211
206
|
serveJsonAtBaseSubscription: z.ZodOptional<z.ZodBoolean>;
|
|
212
|
-
addUsernameToBaseSubscription: z.ZodOptional<z.ZodBoolean>;
|
|
213
207
|
isShowCustomRemarks: z.ZodOptional<z.ZodBoolean>;
|
|
214
208
|
happAnnounce: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
215
209
|
happRouting: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -220,7 +214,6 @@ export declare namespace UpdateExternalSquadCommand {
|
|
|
220
214
|
profileUpdateInterval?: number | undefined;
|
|
221
215
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
222
216
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
223
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
224
217
|
isShowCustomRemarks?: boolean | undefined;
|
|
225
218
|
happAnnounce?: string | null | undefined;
|
|
226
219
|
happRouting?: string | null | undefined;
|
|
@@ -231,7 +224,6 @@ export declare namespace UpdateExternalSquadCommand {
|
|
|
231
224
|
profileUpdateInterval?: number | undefined;
|
|
232
225
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
233
226
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
234
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
235
227
|
isShowCustomRemarks?: boolean | undefined;
|
|
236
228
|
happAnnounce?: string | null | undefined;
|
|
237
229
|
happRouting?: string | null | undefined;
|
|
@@ -313,7 +305,6 @@ export declare namespace UpdateExternalSquadCommand {
|
|
|
313
305
|
profileUpdateInterval?: number | undefined;
|
|
314
306
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
315
307
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
316
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
317
308
|
isShowCustomRemarks?: boolean | undefined;
|
|
318
309
|
happAnnounce?: string | null | undefined;
|
|
319
310
|
happRouting?: string | null | undefined;
|
|
@@ -355,7 +346,6 @@ export declare namespace UpdateExternalSquadCommand {
|
|
|
355
346
|
profileUpdateInterval?: number | undefined;
|
|
356
347
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
357
348
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
358
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
359
349
|
isShowCustomRemarks?: boolean | undefined;
|
|
360
350
|
happAnnounce?: string | null | undefined;
|
|
361
351
|
happRouting?: string | null | undefined;
|
|
@@ -399,7 +389,6 @@ export declare namespace UpdateExternalSquadCommand {
|
|
|
399
389
|
profileUpdateInterval?: number | undefined;
|
|
400
390
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
401
391
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
402
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
403
392
|
isShowCustomRemarks?: boolean | undefined;
|
|
404
393
|
happAnnounce?: string | null | undefined;
|
|
405
394
|
happRouting?: string | null | undefined;
|
|
@@ -443,7 +432,6 @@ export declare namespace UpdateExternalSquadCommand {
|
|
|
443
432
|
profileUpdateInterval?: number | undefined;
|
|
444
433
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
445
434
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
446
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
447
435
|
isShowCustomRemarks?: boolean | undefined;
|
|
448
436
|
happAnnounce?: string | null | undefined;
|
|
449
437
|
happRouting?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-external-squad.command.d.ts","sourceRoot":"","sources":["../../../../commands/external-squads/update-external-squad.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAaxB,yBAAiB,0BAA0B,CAAC;IACjC,MAAM,GAAG,yBAAkC,CAAC;IAC5C,MAAM,OAAO,yBAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"update-external-squad.command.d.ts","sourceRoot":"","sources":["../../../../commands/external-squads/update-external-squad.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAaxB,yBAAiB,0BAA0B,CAAC;IACjC,MAAM,GAAG,yBAAkC,CAAC;IAC5C,MAAM,OAAO,yBAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAwBxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -11,7 +11,6 @@ export declare namespace GetSubscriptionSettingsCommand {
|
|
|
11
11
|
profileUpdateInterval: z.ZodNumber;
|
|
12
12
|
isProfileWebpageUrlEnabled: z.ZodBoolean;
|
|
13
13
|
serveJsonAtBaseSubscription: z.ZodBoolean;
|
|
14
|
-
addUsernameToBaseSubscription: z.ZodBoolean;
|
|
15
14
|
isShowCustomRemarks: z.ZodBoolean;
|
|
16
15
|
customRemarks: z.ZodObject<{
|
|
17
16
|
expiredUsers: z.ZodArray<z.ZodString, "many">;
|
|
@@ -221,7 +220,6 @@ export declare namespace GetSubscriptionSettingsCommand {
|
|
|
221
220
|
profileUpdateInterval: number;
|
|
222
221
|
isProfileWebpageUrlEnabled: boolean;
|
|
223
222
|
serveJsonAtBaseSubscription: boolean;
|
|
224
|
-
addUsernameToBaseSubscription: boolean;
|
|
225
223
|
isShowCustomRemarks: boolean;
|
|
226
224
|
customRemarks: {
|
|
227
225
|
expiredUsers: string[];
|
|
@@ -271,7 +269,6 @@ export declare namespace GetSubscriptionSettingsCommand {
|
|
|
271
269
|
profileUpdateInterval: number;
|
|
272
270
|
isProfileWebpageUrlEnabled: boolean;
|
|
273
271
|
serveJsonAtBaseSubscription: boolean;
|
|
274
|
-
addUsernameToBaseSubscription: boolean;
|
|
275
272
|
isShowCustomRemarks: boolean;
|
|
276
273
|
customRemarks: {
|
|
277
274
|
expiredUsers: string[];
|
|
@@ -323,7 +320,6 @@ export declare namespace GetSubscriptionSettingsCommand {
|
|
|
323
320
|
profileUpdateInterval: number;
|
|
324
321
|
isProfileWebpageUrlEnabled: boolean;
|
|
325
322
|
serveJsonAtBaseSubscription: boolean;
|
|
326
|
-
addUsernameToBaseSubscription: boolean;
|
|
327
323
|
isShowCustomRemarks: boolean;
|
|
328
324
|
customRemarks: {
|
|
329
325
|
expiredUsers: string[];
|
|
@@ -375,7 +371,6 @@ export declare namespace GetSubscriptionSettingsCommand {
|
|
|
375
371
|
profileUpdateInterval: number;
|
|
376
372
|
isProfileWebpageUrlEnabled: boolean;
|
|
377
373
|
serveJsonAtBaseSubscription: boolean;
|
|
378
|
-
addUsernameToBaseSubscription: boolean;
|
|
379
374
|
isShowCustomRemarks: boolean;
|
|
380
375
|
customRemarks: {
|
|
381
376
|
expiredUsers: string[];
|
package/build/backend/commands/subscription-settings/get-subscription-settings.command.d.ts.map
CHANGED
|
@@ -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;AAMxB,yBAAiB,8BAA8B,CAAC;IACrC,MAAM,GAAG,+BAAqC,CAAC;IAC/C,MAAM,OAAO,+BAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,cAAc
|
|
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;AAMxB,yBAAiB,8BAA8B,CAAC;IACrC,MAAM,GAAG,+BAAqC,CAAC;IAC/C,MAAM,OAAO,+BAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
package/build/backend/commands/subscription-settings/update-subscription-settings.command.d.ts
CHANGED
|
@@ -10,7 +10,6 @@ export declare namespace UpdateSubscriptionSettingsCommand {
|
|
|
10
10
|
profileUpdateInterval: z.ZodOptional<z.ZodNumber>;
|
|
11
11
|
isProfileWebpageUrlEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
12
12
|
serveJsonAtBaseSubscription: z.ZodOptional<z.ZodBoolean>;
|
|
13
|
-
addUsernameToBaseSubscription: z.ZodOptional<z.ZodBoolean>;
|
|
14
13
|
happAnnounce: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
14
|
happRouting: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
15
|
isShowCustomRemarks: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -216,7 +215,6 @@ export declare namespace UpdateSubscriptionSettingsCommand {
|
|
|
216
215
|
profileUpdateInterval?: number | undefined;
|
|
217
216
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
218
217
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
219
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
220
218
|
isShowCustomRemarks?: boolean | undefined;
|
|
221
219
|
customRemarks?: {
|
|
222
220
|
expiredUsers: string[];
|
|
@@ -264,7 +262,6 @@ export declare namespace UpdateSubscriptionSettingsCommand {
|
|
|
264
262
|
profileUpdateInterval?: number | undefined;
|
|
265
263
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
266
264
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
267
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
268
265
|
isShowCustomRemarks?: boolean | undefined;
|
|
269
266
|
customRemarks?: {
|
|
270
267
|
expiredUsers: string[];
|
|
@@ -315,7 +312,6 @@ export declare namespace UpdateSubscriptionSettingsCommand {
|
|
|
315
312
|
profileUpdateInterval: z.ZodNumber;
|
|
316
313
|
isProfileWebpageUrlEnabled: z.ZodBoolean;
|
|
317
314
|
serveJsonAtBaseSubscription: z.ZodBoolean;
|
|
318
|
-
addUsernameToBaseSubscription: z.ZodBoolean;
|
|
319
315
|
isShowCustomRemarks: z.ZodBoolean;
|
|
320
316
|
customRemarks: z.ZodObject<{
|
|
321
317
|
expiredUsers: z.ZodArray<z.ZodString, "many">;
|
|
@@ -525,7 +521,6 @@ export declare namespace UpdateSubscriptionSettingsCommand {
|
|
|
525
521
|
profileUpdateInterval: number;
|
|
526
522
|
isProfileWebpageUrlEnabled: boolean;
|
|
527
523
|
serveJsonAtBaseSubscription: boolean;
|
|
528
|
-
addUsernameToBaseSubscription: boolean;
|
|
529
524
|
isShowCustomRemarks: boolean;
|
|
530
525
|
customRemarks: {
|
|
531
526
|
expiredUsers: string[];
|
|
@@ -575,7 +570,6 @@ export declare namespace UpdateSubscriptionSettingsCommand {
|
|
|
575
570
|
profileUpdateInterval: number;
|
|
576
571
|
isProfileWebpageUrlEnabled: boolean;
|
|
577
572
|
serveJsonAtBaseSubscription: boolean;
|
|
578
|
-
addUsernameToBaseSubscription: boolean;
|
|
579
573
|
isShowCustomRemarks: boolean;
|
|
580
574
|
customRemarks: {
|
|
581
575
|
expiredUsers: string[];
|
|
@@ -627,7 +621,6 @@ export declare namespace UpdateSubscriptionSettingsCommand {
|
|
|
627
621
|
profileUpdateInterval: number;
|
|
628
622
|
isProfileWebpageUrlEnabled: boolean;
|
|
629
623
|
serveJsonAtBaseSubscription: boolean;
|
|
630
|
-
addUsernameToBaseSubscription: boolean;
|
|
631
624
|
isShowCustomRemarks: boolean;
|
|
632
625
|
customRemarks: {
|
|
633
626
|
expiredUsers: string[];
|
|
@@ -679,7 +672,6 @@ export declare namespace UpdateSubscriptionSettingsCommand {
|
|
|
679
672
|
profileUpdateInterval: number;
|
|
680
673
|
isProfileWebpageUrlEnabled: boolean;
|
|
681
674
|
serveJsonAtBaseSubscription: boolean;
|
|
682
|
-
addUsernameToBaseSubscription: boolean;
|
|
683
675
|
isShowCustomRemarks: boolean;
|
|
684
676
|
customRemarks: {
|
|
685
677
|
expiredUsers: string[];
|
package/build/backend/commands/subscription-settings/update-subscription-settings.command.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-subscription-settings.command.d.ts","sourceRoot":"","sources":["../../../../commands/subscription-settings/update-subscription-settings.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAWxB,yBAAiB,iCAAiC,CAAC;IACxC,MAAM,GAAG,+BAAwC,CAAC;IAClD,MAAM,OAAO,+BAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"update-subscription-settings.command.d.ts","sourceRoot":"","sources":["../../../../commands/subscription-settings/update-subscription-settings.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAWxB,yBAAiB,iCAAiC,CAAC;IACxC,MAAM,GAAG,+BAAwC,CAAC;IAClD,MAAM,OAAO,+BAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAoCxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
package/build/backend/commands/subscription-settings/update-subscription-settings.command.js
CHANGED
|
@@ -17,7 +17,6 @@ var UpdateSubscriptionSettingsCommand;
|
|
|
17
17
|
profileUpdateInterval: zod_1.z.optional(zod_1.z.number().int()),
|
|
18
18
|
isProfileWebpageUrlEnabled: zod_1.z.optional(zod_1.z.boolean()),
|
|
19
19
|
serveJsonAtBaseSubscription: zod_1.z.optional(zod_1.z.boolean()),
|
|
20
|
-
addUsernameToBaseSubscription: zod_1.z.optional(zod_1.z.boolean()),
|
|
21
20
|
happAnnounce: zod_1.z.optional(zod_1.z
|
|
22
21
|
.string()
|
|
23
22
|
.max(200, { message: 'Announce must be less than 200 characters' })
|
|
@@ -33,7 +33,6 @@ export declare const ExternalSquadSchema: z.ZodObject<{
|
|
|
33
33
|
profileUpdateInterval: z.ZodOptional<z.ZodNumber>;
|
|
34
34
|
isProfileWebpageUrlEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
35
35
|
serveJsonAtBaseSubscription: z.ZodOptional<z.ZodBoolean>;
|
|
36
|
-
addUsernameToBaseSubscription: z.ZodOptional<z.ZodBoolean>;
|
|
37
36
|
isShowCustomRemarks: z.ZodOptional<z.ZodBoolean>;
|
|
38
37
|
happAnnounce: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
39
38
|
happRouting: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -44,7 +43,6 @@ export declare const ExternalSquadSchema: z.ZodObject<{
|
|
|
44
43
|
profileUpdateInterval?: number | undefined;
|
|
45
44
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
46
45
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
47
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
48
46
|
isShowCustomRemarks?: boolean | undefined;
|
|
49
47
|
happAnnounce?: string | null | undefined;
|
|
50
48
|
happRouting?: string | null | undefined;
|
|
@@ -55,7 +53,6 @@ export declare const ExternalSquadSchema: z.ZodObject<{
|
|
|
55
53
|
profileUpdateInterval?: number | undefined;
|
|
56
54
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
57
55
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
58
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
59
56
|
isShowCustomRemarks?: boolean | undefined;
|
|
60
57
|
happAnnounce?: string | null | undefined;
|
|
61
58
|
happRouting?: string | null | undefined;
|
|
@@ -137,7 +134,6 @@ export declare const ExternalSquadSchema: z.ZodObject<{
|
|
|
137
134
|
profileUpdateInterval?: number | undefined;
|
|
138
135
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
139
136
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
140
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
141
137
|
isShowCustomRemarks?: boolean | undefined;
|
|
142
138
|
happAnnounce?: string | null | undefined;
|
|
143
139
|
happRouting?: string | null | undefined;
|
|
@@ -179,7 +175,6 @@ export declare const ExternalSquadSchema: z.ZodObject<{
|
|
|
179
175
|
profileUpdateInterval?: number | undefined;
|
|
180
176
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
181
177
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
182
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
183
178
|
isShowCustomRemarks?: boolean | undefined;
|
|
184
179
|
happAnnounce?: string | null | undefined;
|
|
185
180
|
happRouting?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"external-squad.schema.d.ts","sourceRoot":"","sources":["../../../models/external-squad.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAUxB,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"external-squad.schema.d.ts","sourceRoot":"","sources":["../../../models/external-squad.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAUxB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6B9B,CAAC"}
|
package/build/backend/models/external-squads/external-squad-subscription-settings.schema.d.ts
CHANGED
|
@@ -4,7 +4,6 @@ export declare const ExternalSquadSubscriptionSettingsSchema: import("zod").ZodO
|
|
|
4
4
|
profileUpdateInterval: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5
5
|
isProfileWebpageUrlEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6
6
|
serveJsonAtBaseSubscription: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
7
|
-
addUsernameToBaseSubscription: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
8
7
|
isShowCustomRemarks: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
9
8
|
happAnnounce: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
10
9
|
happRouting: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -15,7 +14,6 @@ export declare const ExternalSquadSubscriptionSettingsSchema: import("zod").ZodO
|
|
|
15
14
|
profileUpdateInterval?: number | undefined;
|
|
16
15
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
17
16
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
18
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
19
17
|
isShowCustomRemarks?: boolean | undefined;
|
|
20
18
|
happAnnounce?: string | null | undefined;
|
|
21
19
|
happRouting?: string | null | undefined;
|
|
@@ -26,7 +24,6 @@ export declare const ExternalSquadSubscriptionSettingsSchema: import("zod").ZodO
|
|
|
26
24
|
profileUpdateInterval?: number | undefined;
|
|
27
25
|
isProfileWebpageUrlEnabled?: boolean | undefined;
|
|
28
26
|
serveJsonAtBaseSubscription?: boolean | undefined;
|
|
29
|
-
addUsernameToBaseSubscription?: boolean | undefined;
|
|
30
27
|
isShowCustomRemarks?: boolean | undefined;
|
|
31
28
|
happAnnounce?: string | null | undefined;
|
|
32
29
|
happRouting?: string | null | undefined;
|
package/build/backend/models/external-squads/external-squad-subscription-settings.schema.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"external-squad-subscription-settings.schema.d.ts","sourceRoot":"","sources":["../../../../models/external-squads/external-squad-subscription-settings.schema.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uCAAuC
|
|
1
|
+
{"version":3,"file":"external-squad-subscription-settings.schema.d.ts","sourceRoot":"","sources":["../../../../models/external-squads/external-squad-subscription-settings.schema.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUxC,CAAC"}
|
|
@@ -8,7 +8,6 @@ exports.ExternalSquadSubscriptionSettingsSchema = subscription_settings_schema_1
|
|
|
8
8
|
profileUpdateInterval: true,
|
|
9
9
|
isProfileWebpageUrlEnabled: true,
|
|
10
10
|
serveJsonAtBaseSubscription: true,
|
|
11
|
-
addUsernameToBaseSubscription: true,
|
|
12
11
|
isShowCustomRemarks: true,
|
|
13
12
|
happAnnounce: true,
|
|
14
13
|
happRouting: true,
|
|
@@ -6,7 +6,6 @@ export declare const SubscriptionSettingsSchema: z.ZodObject<{
|
|
|
6
6
|
profileUpdateInterval: z.ZodNumber;
|
|
7
7
|
isProfileWebpageUrlEnabled: z.ZodBoolean;
|
|
8
8
|
serveJsonAtBaseSubscription: z.ZodBoolean;
|
|
9
|
-
addUsernameToBaseSubscription: z.ZodBoolean;
|
|
10
9
|
isShowCustomRemarks: z.ZodBoolean;
|
|
11
10
|
customRemarks: z.ZodObject<{
|
|
12
11
|
expiredUsers: z.ZodArray<z.ZodString, "many">;
|
|
@@ -216,7 +215,6 @@ export declare const SubscriptionSettingsSchema: z.ZodObject<{
|
|
|
216
215
|
profileUpdateInterval: number;
|
|
217
216
|
isProfileWebpageUrlEnabled: boolean;
|
|
218
217
|
serveJsonAtBaseSubscription: boolean;
|
|
219
|
-
addUsernameToBaseSubscription: boolean;
|
|
220
218
|
isShowCustomRemarks: boolean;
|
|
221
219
|
customRemarks: {
|
|
222
220
|
expiredUsers: string[];
|
|
@@ -266,7 +264,6 @@ export declare const SubscriptionSettingsSchema: z.ZodObject<{
|
|
|
266
264
|
profileUpdateInterval: number;
|
|
267
265
|
isProfileWebpageUrlEnabled: boolean;
|
|
268
266
|
serveJsonAtBaseSubscription: boolean;
|
|
269
|
-
addUsernameToBaseSubscription: boolean;
|
|
270
267
|
isShowCustomRemarks: boolean;
|
|
271
268
|
customRemarks: {
|
|
272
269
|
expiredUsers: string[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscription-settings.schema.d.ts","sourceRoot":"","sources":["../../../models/subscription-settings.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"subscription-settings.schema.d.ts","sourceRoot":"","sources":["../../../models/subscription-settings.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmCrC,CAAC"}
|
|
@@ -15,7 +15,6 @@ exports.SubscriptionSettingsSchema = zod_1.z.object({
|
|
|
15
15
|
.min(1, 'Profile update interval must be greater than 0'),
|
|
16
16
|
isProfileWebpageUrlEnabled: zod_1.z.boolean(),
|
|
17
17
|
serveJsonAtBaseSubscription: zod_1.z.boolean(),
|
|
18
|
-
addUsernameToBaseSubscription: zod_1.z.boolean(),
|
|
19
18
|
isShowCustomRemarks: zod_1.z.boolean(),
|
|
20
19
|
customRemarks: custom_remarks_schema_1.CustomRemarksSchema,
|
|
21
20
|
happAnnounce: zod_1.z.string().nullable(),
|
package/build/frontend/commands/subscription-settings/update-subscription-settings.command.js
CHANGED
|
@@ -17,7 +17,6 @@ var UpdateSubscriptionSettingsCommand;
|
|
|
17
17
|
profileUpdateInterval: zod_1.z.optional(zod_1.z.number().int()),
|
|
18
18
|
isProfileWebpageUrlEnabled: zod_1.z.optional(zod_1.z.boolean()),
|
|
19
19
|
serveJsonAtBaseSubscription: zod_1.z.optional(zod_1.z.boolean()),
|
|
20
|
-
addUsernameToBaseSubscription: zod_1.z.optional(zod_1.z.boolean()),
|
|
21
20
|
happAnnounce: zod_1.z.optional(zod_1.z
|
|
22
21
|
.string()
|
|
23
22
|
.max(200, { message: 'Announce must be less than 200 characters' })
|
package/build/frontend/models/external-squads/external-squad-subscription-settings.schema.js
CHANGED
|
@@ -8,7 +8,6 @@ exports.ExternalSquadSubscriptionSettingsSchema = subscription_settings_schema_1
|
|
|
8
8
|
profileUpdateInterval: true,
|
|
9
9
|
isProfileWebpageUrlEnabled: true,
|
|
10
10
|
serveJsonAtBaseSubscription: true,
|
|
11
|
-
addUsernameToBaseSubscription: true,
|
|
12
11
|
isShowCustomRemarks: true,
|
|
13
12
|
happAnnounce: true,
|
|
14
13
|
happRouting: true,
|
|
@@ -15,7 +15,6 @@ exports.SubscriptionSettingsSchema = zod_1.z.object({
|
|
|
15
15
|
.min(1, 'Profile update interval must be greater than 0'),
|
|
16
16
|
isProfileWebpageUrlEnabled: zod_1.z.boolean(),
|
|
17
17
|
serveJsonAtBaseSubscription: zod_1.z.boolean(),
|
|
18
|
-
addUsernameToBaseSubscription: zod_1.z.boolean(),
|
|
19
18
|
isShowCustomRemarks: zod_1.z.boolean(),
|
|
20
19
|
customRemarks: custom_remarks_schema_1.CustomRemarksSchema,
|
|
21
20
|
happAnnounce: zod_1.z.string().nullable(),
|