@joeygrable94/utm-src-pub-validators 0.0.46 → 0.0.47

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/dist/index.d.cts CHANGED
@@ -2649,7 +2649,7 @@ declare const SRoleDocument: v.IntersectSchema<[v.ObjectSchema<{
2649
2649
  readonly description: v.StringSchema<undefined>;
2650
2650
  }, undefined>], undefined>;
2651
2651
 
2652
- declare const SRoleRelationsDocument: v.IntersectSchema<[v.ObjectSchema<{
2652
+ declare const SRoleRelationsDocument: v.ObjectSchema<{
2653
2653
  readonly users: v.OptionalSchema<v.ArraySchema<v.IntersectSchema<[v.ObjectSchema<{
2654
2654
  readonly id: v.NumberSchema<undefined>;
2655
2655
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -2663,7 +2663,7 @@ declare const SRoleRelationsDocument: v.IntersectSchema<[v.ObjectSchema<{
2663
2663
  readonly blocked: v.BooleanSchema<undefined>;
2664
2664
  readonly provider: v.LiteralSchema<"local", undefined>;
2665
2665
  }, undefined>], undefined>, undefined>, undefined>;
2666
- }, undefined>], undefined>;
2666
+ }, undefined>;
2667
2667
 
2668
2668
  declare const SBaseRoleDocument: v.ObjectSchema<{
2669
2669
  readonly type: v.StringSchema<undefined>;
@@ -3504,7 +3504,7 @@ declare const SUserAccountDocument: v.IntersectSchema<[v.ObjectSchema<{
3504
3504
  readonly trial_period_end: v.NullableSchema<v.DateSchema<undefined>, undefined>;
3505
3505
  }, undefined>], undefined>;
3506
3506
 
3507
- declare const SUserAccountRelationsDocument: v.IntersectSchema<[v.ObjectSchema<{
3507
+ declare const SUserAccountRelationsDocument: v.ObjectSchema<{
3508
3508
  readonly user: v.OptionalSchema<v.IntersectSchema<[v.ObjectSchema<{
3509
3509
  readonly id: v.NumberSchema<undefined>;
3510
3510
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -3518,8 +3518,8 @@ declare const SUserAccountRelationsDocument: v.IntersectSchema<[v.ObjectSchema<{
3518
3518
  readonly blocked: v.BooleanSchema<undefined>;
3519
3519
  readonly provider: v.LiteralSchema<"local", undefined>;
3520
3520
  }, undefined>], undefined>, undefined>;
3521
- }, undefined>], undefined>;
3522
- declare const SUserAccountRelationsReqDocument: v.IntersectSchema<[v.ObjectSchema<{
3521
+ }, undefined>;
3522
+ declare const SUserAccountRelationsReqDocument: v.ObjectSchema<{
3523
3523
  readonly user: v.IntersectSchema<[v.ObjectSchema<{
3524
3524
  readonly id: v.NumberSchema<undefined>;
3525
3525
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -3533,7 +3533,7 @@ declare const SUserAccountRelationsReqDocument: v.IntersectSchema<[v.ObjectSchem
3533
3533
  readonly blocked: v.BooleanSchema<undefined>;
3534
3534
  readonly provider: v.LiteralSchema<"local", undefined>;
3535
3535
  }, undefined>], undefined>;
3536
- }, undefined>], undefined>;
3536
+ }, undefined>;
3537
3537
 
3538
3538
  declare const SBaseUserAccountDocument: v.ObjectSchema<{
3539
3539
  readonly customer_id: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a customer ID">, v.TrimAction, v.MaxLengthAction<string, 255, "the customer ID is too long, it must be 255 characters or less">]>, undefined>;
@@ -3572,7 +3572,7 @@ declare const SUserLimitationsDocument: v.IntersectSchema<[v.ObjectSchema<{
3572
3572
  readonly limit_terms: v.NumberSchema<undefined>;
3573
3573
  }, undefined>], undefined>;
3574
3574
 
3575
- declare const SUserLimitationsRelationsDocument: v.IntersectSchema<[v.ObjectSchema<{
3575
+ declare const SUserLimitationsRelationsDocument: v.ObjectSchema<{
3576
3576
  readonly user: v.OptionalSchema<v.IntersectSchema<[v.ObjectSchema<{
3577
3577
  readonly id: v.NumberSchema<undefined>;
3578
3578
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -3586,7 +3586,7 @@ declare const SUserLimitationsRelationsDocument: v.IntersectSchema<[v.ObjectSche
3586
3586
  readonly blocked: v.BooleanSchema<undefined>;
3587
3587
  readonly provider: v.LiteralSchema<"local", undefined>;
3588
3588
  }, undefined>], undefined>, undefined>;
3589
- }, undefined>], undefined>;
3589
+ }, undefined>;
3590
3590
 
3591
3591
  declare const SBaseUserLimitationsDocument: v.ObjectSchema<{
3592
3592
  readonly limit_groups: v.NumberSchema<undefined>;
@@ -4536,7 +4536,7 @@ declare const SRoleDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
4536
4536
  readonly name: v.StringSchema<undefined>;
4537
4537
  readonly locale: v.StringSchema<undefined>;
4538
4538
  readonly description: v.StringSchema<undefined>;
4539
- }, undefined>, v.IntersectSchema<[v.ObjectSchema<{
4539
+ }, undefined>, v.ObjectSchema<{
4540
4540
  readonly users: v.OptionalSchema<v.ArraySchema<v.IntersectSchema<[v.ObjectSchema<{
4541
4541
  readonly id: v.NumberSchema<undefined>;
4542
4542
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -4550,7 +4550,7 @@ declare const SRoleDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
4550
4550
  readonly blocked: v.BooleanSchema<undefined>;
4551
4551
  readonly provider: v.LiteralSchema<"local", undefined>;
4552
4552
  }, undefined>], undefined>, undefined>, undefined>;
4553
- }, undefined>], undefined>], undefined>;
4553
+ }, undefined>], undefined>;
4554
4554
  type SRoleDocumentWithRelations = v.InferOutput<typeof SRoleDocumentWithRelations>;
4555
4555
 
4556
4556
  declare const STrackingLinkDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
@@ -4619,7 +4619,7 @@ declare const SUserAccountDocumentWithRelations: v.IntersectSchema<[v.ObjectSche
4619
4619
  readonly current_period_start: v.NullableSchema<v.NullableSchema<v.DateSchema<undefined>, undefined>, undefined>;
4620
4620
  readonly current_period_end: v.NullableSchema<v.NullableSchema<v.DateSchema<undefined>, undefined>, undefined>;
4621
4621
  readonly trial_period_end: v.NullableSchema<v.DateSchema<undefined>, undefined>;
4622
- }, undefined>, v.IntersectSchema<[v.ObjectSchema<{
4622
+ }, undefined>, v.ObjectSchema<{
4623
4623
  readonly user: v.OptionalSchema<v.IntersectSchema<[v.ObjectSchema<{
4624
4624
  readonly id: v.NumberSchema<undefined>;
4625
4625
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -4633,7 +4633,7 @@ declare const SUserAccountDocumentWithRelations: v.IntersectSchema<[v.ObjectSche
4633
4633
  readonly blocked: v.BooleanSchema<undefined>;
4634
4634
  readonly provider: v.LiteralSchema<"local", undefined>;
4635
4635
  }, undefined>], undefined>, undefined>;
4636
- }, undefined>], undefined>], undefined>;
4636
+ }, undefined>], undefined>;
4637
4637
  type SUserAccountDocumentWithRelations = v.InferOutput<typeof SUserAccountDocumentWithRelations>;
4638
4638
  declare const SUserAccountDocumentReqRelations: v.IntersectSchema<[v.ObjectSchema<{
4639
4639
  readonly id: v.NumberSchema<undefined>;
@@ -4648,7 +4648,7 @@ declare const SUserAccountDocumentReqRelations: v.IntersectSchema<[v.ObjectSchem
4648
4648
  readonly current_period_start: v.NullableSchema<v.NullableSchema<v.DateSchema<undefined>, undefined>, undefined>;
4649
4649
  readonly current_period_end: v.NullableSchema<v.NullableSchema<v.DateSchema<undefined>, undefined>, undefined>;
4650
4650
  readonly trial_period_end: v.NullableSchema<v.DateSchema<undefined>, undefined>;
4651
- }, undefined>, v.IntersectSchema<[v.ObjectSchema<{
4651
+ }, undefined>, v.ObjectSchema<{
4652
4652
  readonly user: v.IntersectSchema<[v.ObjectSchema<{
4653
4653
  readonly id: v.NumberSchema<undefined>;
4654
4654
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -4662,7 +4662,7 @@ declare const SUserAccountDocumentReqRelations: v.IntersectSchema<[v.ObjectSchem
4662
4662
  readonly blocked: v.BooleanSchema<undefined>;
4663
4663
  readonly provider: v.LiteralSchema<"local", undefined>;
4664
4664
  }, undefined>], undefined>;
4665
- }, undefined>], undefined>], undefined>;
4665
+ }, undefined>], undefined>;
4666
4666
  type SUserAccountDocumentReqRelations = v.InferOutput<typeof SUserAccountDocumentReqRelations>;
4667
4667
 
4668
4668
  declare const SUserLimitationsDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
@@ -4686,7 +4686,7 @@ declare const SUserLimitationsDocumentWithRelations: v.IntersectSchema<[v.Object
4686
4686
  readonly limit_creative_formats: v.NumberSchema<undefined>;
4687
4687
  readonly limit_creative_format_variants: v.NumberSchema<undefined>;
4688
4688
  readonly limit_terms: v.NumberSchema<undefined>;
4689
- }, undefined>, v.IntersectSchema<[v.ObjectSchema<{
4689
+ }, undefined>, v.ObjectSchema<{
4690
4690
  readonly user: v.OptionalSchema<v.IntersectSchema<[v.ObjectSchema<{
4691
4691
  readonly id: v.NumberSchema<undefined>;
4692
4692
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -4700,7 +4700,7 @@ declare const SUserLimitationsDocumentWithRelations: v.IntersectSchema<[v.Object
4700
4700
  readonly blocked: v.BooleanSchema<undefined>;
4701
4701
  readonly provider: v.LiteralSchema<"local", undefined>;
4702
4702
  }, undefined>], undefined>, undefined>;
4703
- }, undefined>], undefined>], undefined>;
4703
+ }, undefined>], undefined>;
4704
4704
  type SUserLimitationsDocumentWithRelations = v.InferOutput<typeof SUserLimitationsDocumentWithRelations>;
4705
4705
 
4706
4706
  declare const SUserDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
package/dist/index.d.ts CHANGED
@@ -2649,7 +2649,7 @@ declare const SRoleDocument: v.IntersectSchema<[v.ObjectSchema<{
2649
2649
  readonly description: v.StringSchema<undefined>;
2650
2650
  }, undefined>], undefined>;
2651
2651
 
2652
- declare const SRoleRelationsDocument: v.IntersectSchema<[v.ObjectSchema<{
2652
+ declare const SRoleRelationsDocument: v.ObjectSchema<{
2653
2653
  readonly users: v.OptionalSchema<v.ArraySchema<v.IntersectSchema<[v.ObjectSchema<{
2654
2654
  readonly id: v.NumberSchema<undefined>;
2655
2655
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -2663,7 +2663,7 @@ declare const SRoleRelationsDocument: v.IntersectSchema<[v.ObjectSchema<{
2663
2663
  readonly blocked: v.BooleanSchema<undefined>;
2664
2664
  readonly provider: v.LiteralSchema<"local", undefined>;
2665
2665
  }, undefined>], undefined>, undefined>, undefined>;
2666
- }, undefined>], undefined>;
2666
+ }, undefined>;
2667
2667
 
2668
2668
  declare const SBaseRoleDocument: v.ObjectSchema<{
2669
2669
  readonly type: v.StringSchema<undefined>;
@@ -3504,7 +3504,7 @@ declare const SUserAccountDocument: v.IntersectSchema<[v.ObjectSchema<{
3504
3504
  readonly trial_period_end: v.NullableSchema<v.DateSchema<undefined>, undefined>;
3505
3505
  }, undefined>], undefined>;
3506
3506
 
3507
- declare const SUserAccountRelationsDocument: v.IntersectSchema<[v.ObjectSchema<{
3507
+ declare const SUserAccountRelationsDocument: v.ObjectSchema<{
3508
3508
  readonly user: v.OptionalSchema<v.IntersectSchema<[v.ObjectSchema<{
3509
3509
  readonly id: v.NumberSchema<undefined>;
3510
3510
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -3518,8 +3518,8 @@ declare const SUserAccountRelationsDocument: v.IntersectSchema<[v.ObjectSchema<{
3518
3518
  readonly blocked: v.BooleanSchema<undefined>;
3519
3519
  readonly provider: v.LiteralSchema<"local", undefined>;
3520
3520
  }, undefined>], undefined>, undefined>;
3521
- }, undefined>], undefined>;
3522
- declare const SUserAccountRelationsReqDocument: v.IntersectSchema<[v.ObjectSchema<{
3521
+ }, undefined>;
3522
+ declare const SUserAccountRelationsReqDocument: v.ObjectSchema<{
3523
3523
  readonly user: v.IntersectSchema<[v.ObjectSchema<{
3524
3524
  readonly id: v.NumberSchema<undefined>;
3525
3525
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -3533,7 +3533,7 @@ declare const SUserAccountRelationsReqDocument: v.IntersectSchema<[v.ObjectSchem
3533
3533
  readonly blocked: v.BooleanSchema<undefined>;
3534
3534
  readonly provider: v.LiteralSchema<"local", undefined>;
3535
3535
  }, undefined>], undefined>;
3536
- }, undefined>], undefined>;
3536
+ }, undefined>;
3537
3537
 
3538
3538
  declare const SBaseUserAccountDocument: v.ObjectSchema<{
3539
3539
  readonly customer_id: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a customer ID">, v.TrimAction, v.MaxLengthAction<string, 255, "the customer ID is too long, it must be 255 characters or less">]>, undefined>;
@@ -3572,7 +3572,7 @@ declare const SUserLimitationsDocument: v.IntersectSchema<[v.ObjectSchema<{
3572
3572
  readonly limit_terms: v.NumberSchema<undefined>;
3573
3573
  }, undefined>], undefined>;
3574
3574
 
3575
- declare const SUserLimitationsRelationsDocument: v.IntersectSchema<[v.ObjectSchema<{
3575
+ declare const SUserLimitationsRelationsDocument: v.ObjectSchema<{
3576
3576
  readonly user: v.OptionalSchema<v.IntersectSchema<[v.ObjectSchema<{
3577
3577
  readonly id: v.NumberSchema<undefined>;
3578
3578
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -3586,7 +3586,7 @@ declare const SUserLimitationsRelationsDocument: v.IntersectSchema<[v.ObjectSche
3586
3586
  readonly blocked: v.BooleanSchema<undefined>;
3587
3587
  readonly provider: v.LiteralSchema<"local", undefined>;
3588
3588
  }, undefined>], undefined>, undefined>;
3589
- }, undefined>], undefined>;
3589
+ }, undefined>;
3590
3590
 
3591
3591
  declare const SBaseUserLimitationsDocument: v.ObjectSchema<{
3592
3592
  readonly limit_groups: v.NumberSchema<undefined>;
@@ -4536,7 +4536,7 @@ declare const SRoleDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
4536
4536
  readonly name: v.StringSchema<undefined>;
4537
4537
  readonly locale: v.StringSchema<undefined>;
4538
4538
  readonly description: v.StringSchema<undefined>;
4539
- }, undefined>, v.IntersectSchema<[v.ObjectSchema<{
4539
+ }, undefined>, v.ObjectSchema<{
4540
4540
  readonly users: v.OptionalSchema<v.ArraySchema<v.IntersectSchema<[v.ObjectSchema<{
4541
4541
  readonly id: v.NumberSchema<undefined>;
4542
4542
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -4550,7 +4550,7 @@ declare const SRoleDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
4550
4550
  readonly blocked: v.BooleanSchema<undefined>;
4551
4551
  readonly provider: v.LiteralSchema<"local", undefined>;
4552
4552
  }, undefined>], undefined>, undefined>, undefined>;
4553
- }, undefined>], undefined>], undefined>;
4553
+ }, undefined>], undefined>;
4554
4554
  type SRoleDocumentWithRelations = v.InferOutput<typeof SRoleDocumentWithRelations>;
4555
4555
 
4556
4556
  declare const STrackingLinkDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
@@ -4619,7 +4619,7 @@ declare const SUserAccountDocumentWithRelations: v.IntersectSchema<[v.ObjectSche
4619
4619
  readonly current_period_start: v.NullableSchema<v.NullableSchema<v.DateSchema<undefined>, undefined>, undefined>;
4620
4620
  readonly current_period_end: v.NullableSchema<v.NullableSchema<v.DateSchema<undefined>, undefined>, undefined>;
4621
4621
  readonly trial_period_end: v.NullableSchema<v.DateSchema<undefined>, undefined>;
4622
- }, undefined>, v.IntersectSchema<[v.ObjectSchema<{
4622
+ }, undefined>, v.ObjectSchema<{
4623
4623
  readonly user: v.OptionalSchema<v.IntersectSchema<[v.ObjectSchema<{
4624
4624
  readonly id: v.NumberSchema<undefined>;
4625
4625
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -4633,7 +4633,7 @@ declare const SUserAccountDocumentWithRelations: v.IntersectSchema<[v.ObjectSche
4633
4633
  readonly blocked: v.BooleanSchema<undefined>;
4634
4634
  readonly provider: v.LiteralSchema<"local", undefined>;
4635
4635
  }, undefined>], undefined>, undefined>;
4636
- }, undefined>], undefined>], undefined>;
4636
+ }, undefined>], undefined>;
4637
4637
  type SUserAccountDocumentWithRelations = v.InferOutput<typeof SUserAccountDocumentWithRelations>;
4638
4638
  declare const SUserAccountDocumentReqRelations: v.IntersectSchema<[v.ObjectSchema<{
4639
4639
  readonly id: v.NumberSchema<undefined>;
@@ -4648,7 +4648,7 @@ declare const SUserAccountDocumentReqRelations: v.IntersectSchema<[v.ObjectSchem
4648
4648
  readonly current_period_start: v.NullableSchema<v.NullableSchema<v.DateSchema<undefined>, undefined>, undefined>;
4649
4649
  readonly current_period_end: v.NullableSchema<v.NullableSchema<v.DateSchema<undefined>, undefined>, undefined>;
4650
4650
  readonly trial_period_end: v.NullableSchema<v.DateSchema<undefined>, undefined>;
4651
- }, undefined>, v.IntersectSchema<[v.ObjectSchema<{
4651
+ }, undefined>, v.ObjectSchema<{
4652
4652
  readonly user: v.IntersectSchema<[v.ObjectSchema<{
4653
4653
  readonly id: v.NumberSchema<undefined>;
4654
4654
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -4662,7 +4662,7 @@ declare const SUserAccountDocumentReqRelations: v.IntersectSchema<[v.ObjectSchem
4662
4662
  readonly blocked: v.BooleanSchema<undefined>;
4663
4663
  readonly provider: v.LiteralSchema<"local", undefined>;
4664
4664
  }, undefined>], undefined>;
4665
- }, undefined>], undefined>], undefined>;
4665
+ }, undefined>], undefined>;
4666
4666
  type SUserAccountDocumentReqRelations = v.InferOutput<typeof SUserAccountDocumentReqRelations>;
4667
4667
 
4668
4668
  declare const SUserLimitationsDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
@@ -4686,7 +4686,7 @@ declare const SUserLimitationsDocumentWithRelations: v.IntersectSchema<[v.Object
4686
4686
  readonly limit_creative_formats: v.NumberSchema<undefined>;
4687
4687
  readonly limit_creative_format_variants: v.NumberSchema<undefined>;
4688
4688
  readonly limit_terms: v.NumberSchema<undefined>;
4689
- }, undefined>, v.IntersectSchema<[v.ObjectSchema<{
4689
+ }, undefined>, v.ObjectSchema<{
4690
4690
  readonly user: v.OptionalSchema<v.IntersectSchema<[v.ObjectSchema<{
4691
4691
  readonly id: v.NumberSchema<undefined>;
4692
4692
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -4700,7 +4700,7 @@ declare const SUserLimitationsDocumentWithRelations: v.IntersectSchema<[v.Object
4700
4700
  readonly blocked: v.BooleanSchema<undefined>;
4701
4701
  readonly provider: v.LiteralSchema<"local", undefined>;
4702
4702
  }, undefined>], undefined>, undefined>;
4703
- }, undefined>], undefined>], undefined>;
4703
+ }, undefined>], undefined>;
4704
4704
  type SUserLimitationsDocumentWithRelations = v.InferOutput<typeof SUserLimitationsDocumentWithRelations>;
4705
4705
 
4706
4706
  declare const SUserDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{