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

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.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>;
@@ -4194,53 +4194,7 @@ type SWebsiteDocumentOut = v.InferOutput<typeof SWebsiteDocument>;
4194
4194
  type SWebsiteRelationsDocumentIn = v.InferInput<typeof SWebsiteRelationsDocument>;
4195
4195
  type SWebsiteRelationsDocumentOut = v.InferOutput<typeof SWebsiteRelationsDocument>;
4196
4196
 
4197
- declare const SUserAuthorizationSuccessResponse: v.ObjectSchema<{
4198
- readonly jwt: v.StringSchema<undefined>;
4199
- readonly user: v.IntersectSchema<[v.ObjectSchema<{
4200
- readonly id: v.NumberSchema<undefined>;
4201
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4202
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4203
- readonly createdAt: v.StringSchema<undefined>;
4204
- readonly updatedAt: v.StringSchema<undefined>;
4205
- }, undefined>, v.ObjectSchema<{
4206
- readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
4207
- readonly email: v.SchemaWithPipe<readonly [v.StringSchema<"please provide an email">, v.TrimAction, v.MinLengthAction<string, 5, "your email is too short, it must be at least 5 characters">, v.MaxLengthAction<string, 255, "your email is too long, it must be 255 characters or less">, v.EmailAction<string, "please provide a valid email address">]>;
4208
- readonly confirmed: v.BooleanSchema<undefined>;
4209
- readonly blocked: v.BooleanSchema<undefined>;
4210
- readonly provider: v.LiteralSchema<"local", undefined>;
4211
- }, undefined>, v.ObjectSchema<{
4212
- readonly role: v.IntersectSchema<[v.ObjectSchema<{
4213
- readonly id: v.NumberSchema<undefined>;
4214
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4215
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4216
- readonly createdAt: v.StringSchema<undefined>;
4217
- readonly updatedAt: v.StringSchema<undefined>;
4218
- }, undefined>, v.ObjectSchema<{
4219
- readonly type: v.StringSchema<undefined>;
4220
- readonly name: v.StringSchema<undefined>;
4221
- readonly locale: v.StringSchema<undefined>;
4222
- readonly description: v.StringSchema<undefined>;
4223
- }, undefined>], undefined>;
4224
- }, undefined>, v.ObjectSchema<{
4225
- readonly account: v.IntersectSchema<[v.ObjectSchema<{
4226
- readonly id: v.NumberSchema<undefined>;
4227
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4228
- readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4229
- readonly createdAt: v.StringSchema<undefined>;
4230
- readonly updatedAt: v.StringSchema<undefined>;
4231
- }, undefined>, v.ObjectSchema<{
4232
- 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>;
4233
- readonly subscription_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>;
4234
- readonly subscription_status: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a subscription status">, v.TrimAction, v.PicklistSchema<readonly ["incomplete", "incomplete_expired", "trialing", "active", "past_due", "canceled", "unpaid", "paused"], undefined>]>;
4235
- readonly current_period_start: v.NullableSchema<v.NullableSchema<v.DateSchema<undefined>, undefined>, undefined>;
4236
- readonly current_period_end: v.NullableSchema<v.NullableSchema<v.DateSchema<undefined>, undefined>, undefined>;
4237
- readonly trial_period_end: v.NullableSchema<v.DateSchema<undefined>, undefined>;
4238
- }, undefined>], undefined>;
4239
- }, undefined>], undefined>;
4240
- }, undefined>;
4241
- type SUserAuthorizationSuccessResponse = v.InferOutput<typeof SUserAuthorizationSuccessResponse>;
4242
-
4243
- declare const SGroupUserDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
4197
+ declare const SGroupUserDocumentWithRelations: v.LazySchema<v.IntersectSchema<[v.ObjectSchema<{
4244
4198
  readonly id: v.NumberSchema<undefined>;
4245
4199
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4246
4200
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -4277,9 +4231,9 @@ declare const SGroupUserDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema
4277
4231
  readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
4278
4232
  readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
4279
4233
  }, undefined>], undefined>, undefined>;
4280
- }, undefined>], undefined>], undefined>;
4234
+ }, undefined>], undefined>], undefined>>;
4281
4235
  type SGroupUserDocumentWithRelations = v.InferOutput<typeof SGroupUserDocumentWithRelations>;
4282
- declare const SGroupUserDocumentReqRelations: v.IntersectSchema<[v.ObjectSchema<{
4236
+ declare const SGroupUserDocumentReqRelations: v.LazySchema<v.IntersectSchema<[v.ObjectSchema<{
4283
4237
  readonly id: v.NumberSchema<undefined>;
4284
4238
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4285
4239
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -4316,10 +4270,10 @@ declare const SGroupUserDocumentReqRelations: v.IntersectSchema<[v.ObjectSchema<
4316
4270
  readonly apply_value_to: v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>;
4317
4271
  readonly apply_value_as: v.PicklistSchema<readonly ["prefix", "suffix"], undefined>;
4318
4272
  }, undefined>], undefined>;
4319
- }, undefined>], undefined>], undefined>;
4273
+ }, undefined>], undefined>], undefined>>;
4320
4274
  type SGroupUserDocumentReqRelations = v.InferOutput<typeof SGroupUserDocumentReqRelations>;
4321
4275
 
4322
- declare const SGroupDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
4276
+ declare const SGroupDocumentWithRelations: v.LazySchema<v.IntersectSchema<[v.ObjectSchema<{
4323
4277
  readonly id: v.NumberSchema<undefined>;
4324
4278
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4325
4279
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -4522,10 +4476,10 @@ declare const SGroupDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
4522
4476
  readonly description: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<"the description must be a string">, v.TrimAction, v.MaxLengthAction<string, 1024, "the description is too long, it must be 1024 characters or less">]>, undefined>;
4523
4477
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4524
4478
  }, undefined>], undefined>, undefined>, undefined>;
4525
- }, undefined>], undefined>], undefined>;
4479
+ }, undefined>], undefined>], undefined>>;
4526
4480
  type SGroupDocumentWithRelations = v.InferOutput<typeof SGroupDocumentWithRelations>;
4527
4481
 
4528
- declare const SRoleDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
4482
+ declare const SRoleDocumentWithRelations: v.LazySchema<v.IntersectSchema<[v.ObjectSchema<{
4529
4483
  readonly id: v.NumberSchema<undefined>;
4530
4484
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4531
4485
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -4536,7 +4490,7 @@ declare const SRoleDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
4536
4490
  readonly name: v.StringSchema<undefined>;
4537
4491
  readonly locale: v.StringSchema<undefined>;
4538
4492
  readonly description: v.StringSchema<undefined>;
4539
- }, undefined>, v.IntersectSchema<[v.ObjectSchema<{
4493
+ }, undefined>, v.ObjectSchema<{
4540
4494
  readonly users: v.OptionalSchema<v.ArraySchema<v.IntersectSchema<[v.ObjectSchema<{
4541
4495
  readonly id: v.NumberSchema<undefined>;
4542
4496
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -4550,10 +4504,10 @@ declare const SRoleDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
4550
4504
  readonly blocked: v.BooleanSchema<undefined>;
4551
4505
  readonly provider: v.LiteralSchema<"local", undefined>;
4552
4506
  }, undefined>], undefined>, undefined>, undefined>;
4553
- }, undefined>], undefined>], undefined>;
4507
+ }, undefined>], undefined>>;
4554
4508
  type SRoleDocumentWithRelations = v.InferOutput<typeof SRoleDocumentWithRelations>;
4555
4509
 
4556
- declare const STrackingLinkDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
4510
+ declare const STrackingLinkDocumentWithRelations: v.LazySchema<v.IntersectSchema<[v.ObjectSchema<{
4557
4511
  readonly id: v.NumberSchema<undefined>;
4558
4512
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4559
4513
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -4603,10 +4557,10 @@ declare const STrackingLinkDocumentWithRelations: v.IntersectSchema<[v.ObjectSch
4603
4557
  readonly blocked: v.BooleanSchema<undefined>;
4604
4558
  readonly provider: v.LiteralSchema<"local", undefined>;
4605
4559
  }, undefined>], undefined>, undefined>;
4606
- }, undefined>], undefined>], undefined>;
4560
+ }, undefined>], undefined>], undefined>>;
4607
4561
  type STrackingLinkDocumentWithRelations = v.InferOutput<typeof STrackingLinkDocumentWithRelations>;
4608
4562
 
4609
- declare const SUserAccountDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
4563
+ declare const SUserAccountDocumentWithRelations: v.LazySchema<v.IntersectSchema<[v.ObjectSchema<{
4610
4564
  readonly id: v.NumberSchema<undefined>;
4611
4565
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4612
4566
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -4619,7 +4573,7 @@ declare const SUserAccountDocumentWithRelations: v.IntersectSchema<[v.ObjectSche
4619
4573
  readonly current_period_start: v.NullableSchema<v.NullableSchema<v.DateSchema<undefined>, undefined>, undefined>;
4620
4574
  readonly current_period_end: v.NullableSchema<v.NullableSchema<v.DateSchema<undefined>, undefined>, undefined>;
4621
4575
  readonly trial_period_end: v.NullableSchema<v.DateSchema<undefined>, undefined>;
4622
- }, undefined>, v.IntersectSchema<[v.ObjectSchema<{
4576
+ }, undefined>, v.ObjectSchema<{
4623
4577
  readonly user: v.OptionalSchema<v.IntersectSchema<[v.ObjectSchema<{
4624
4578
  readonly id: v.NumberSchema<undefined>;
4625
4579
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -4633,9 +4587,9 @@ declare const SUserAccountDocumentWithRelations: v.IntersectSchema<[v.ObjectSche
4633
4587
  readonly blocked: v.BooleanSchema<undefined>;
4634
4588
  readonly provider: v.LiteralSchema<"local", undefined>;
4635
4589
  }, undefined>], undefined>, undefined>;
4636
- }, undefined>], undefined>], undefined>;
4590
+ }, undefined>], undefined>>;
4637
4591
  type SUserAccountDocumentWithRelations = v.InferOutput<typeof SUserAccountDocumentWithRelations>;
4638
- declare const SUserAccountDocumentReqRelations: v.IntersectSchema<[v.ObjectSchema<{
4592
+ declare const SUserAccountDocumentReqRelations: v.LazySchema<v.IntersectSchema<[v.ObjectSchema<{
4639
4593
  readonly id: v.NumberSchema<undefined>;
4640
4594
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4641
4595
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -4648,7 +4602,7 @@ declare const SUserAccountDocumentReqRelations: v.IntersectSchema<[v.ObjectSchem
4648
4602
  readonly current_period_start: v.NullableSchema<v.NullableSchema<v.DateSchema<undefined>, undefined>, undefined>;
4649
4603
  readonly current_period_end: v.NullableSchema<v.NullableSchema<v.DateSchema<undefined>, undefined>, undefined>;
4650
4604
  readonly trial_period_end: v.NullableSchema<v.DateSchema<undefined>, undefined>;
4651
- }, undefined>, v.IntersectSchema<[v.ObjectSchema<{
4605
+ }, undefined>, v.ObjectSchema<{
4652
4606
  readonly user: v.IntersectSchema<[v.ObjectSchema<{
4653
4607
  readonly id: v.NumberSchema<undefined>;
4654
4608
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -4662,10 +4616,10 @@ declare const SUserAccountDocumentReqRelations: v.IntersectSchema<[v.ObjectSchem
4662
4616
  readonly blocked: v.BooleanSchema<undefined>;
4663
4617
  readonly provider: v.LiteralSchema<"local", undefined>;
4664
4618
  }, undefined>], undefined>;
4665
- }, undefined>], undefined>], undefined>;
4619
+ }, undefined>], undefined>>;
4666
4620
  type SUserAccountDocumentReqRelations = v.InferOutput<typeof SUserAccountDocumentReqRelations>;
4667
4621
 
4668
- declare const SUserLimitationsDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
4622
+ declare const SUserLimitationsDocumentWithRelations: v.LazySchema<v.IntersectSchema<[v.ObjectSchema<{
4669
4623
  readonly id: v.NumberSchema<undefined>;
4670
4624
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4671
4625
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -4686,7 +4640,7 @@ declare const SUserLimitationsDocumentWithRelations: v.IntersectSchema<[v.Object
4686
4640
  readonly limit_creative_formats: v.NumberSchema<undefined>;
4687
4641
  readonly limit_creative_format_variants: v.NumberSchema<undefined>;
4688
4642
  readonly limit_terms: v.NumberSchema<undefined>;
4689
- }, undefined>, v.IntersectSchema<[v.ObjectSchema<{
4643
+ }, undefined>, v.ObjectSchema<{
4690
4644
  readonly user: v.OptionalSchema<v.IntersectSchema<[v.ObjectSchema<{
4691
4645
  readonly id: v.NumberSchema<undefined>;
4692
4646
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
@@ -4700,10 +4654,10 @@ declare const SUserLimitationsDocumentWithRelations: v.IntersectSchema<[v.Object
4700
4654
  readonly blocked: v.BooleanSchema<undefined>;
4701
4655
  readonly provider: v.LiteralSchema<"local", undefined>;
4702
4656
  }, undefined>], undefined>, undefined>;
4703
- }, undefined>], undefined>], undefined>;
4657
+ }, undefined>], undefined>>;
4704
4658
  type SUserLimitationsDocumentWithRelations = v.InferOutput<typeof SUserLimitationsDocumentWithRelations>;
4705
4659
 
4706
- declare const SUserDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
4660
+ declare const SUserDocumentWithRelations: v.LazySchema<v.IntersectSchema<[v.ObjectSchema<{
4707
4661
  readonly id: v.NumberSchema<undefined>;
4708
4662
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4709
4663
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -4926,9 +4880,9 @@ declare const SUserDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
4926
4880
  readonly description: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<"the description must be a string">, v.TrimAction, v.MaxLengthAction<string, 1024, "the description is too long, it must be 1024 characters or less">]>, undefined>;
4927
4881
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
4928
4882
  }, undefined>], undefined>, undefined>, undefined>;
4929
- }, undefined>], undefined>], undefined>;
4883
+ }, undefined>], undefined>], undefined>>;
4930
4884
  type SUserDocumentWithRelations = v.InferOutput<typeof SUserDocumentWithRelations>;
4931
- declare const SUserDocumentWithAccountRelations: v.IntersectSchema<[v.ObjectSchema<{
4885
+ declare const SUserDocumentWithAccountRelations: v.LazySchema<v.IntersectSchema<[v.ObjectSchema<{
4932
4886
  readonly id: v.NumberSchema<undefined>;
4933
4887
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4934
4888
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -4955,9 +4909,9 @@ declare const SUserDocumentWithAccountRelations: v.IntersectSchema<[v.ObjectSche
4955
4909
  readonly current_period_end: v.NullableSchema<v.NullableSchema<v.DateSchema<undefined>, undefined>, undefined>;
4956
4910
  readonly trial_period_end: v.NullableSchema<v.DateSchema<undefined>, undefined>;
4957
4911
  }, undefined>], undefined>;
4958
- }, undefined>], undefined>;
4912
+ }, undefined>], undefined>>;
4959
4913
  type SUserDocumentWithAccountRelations = v.InferOutput<typeof SUserDocumentWithAccountRelations>;
4960
- declare const SUserDocumentWithAccountAndRoleRelations: v.IntersectSchema<[v.ObjectSchema<{
4914
+ declare const SUserDocumentWithAccountAndRoleRelations: v.LazySchema<v.IntersectSchema<[v.ObjectSchema<{
4961
4915
  readonly id: v.NumberSchema<undefined>;
4962
4916
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4963
4917
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -4997,10 +4951,55 @@ declare const SUserDocumentWithAccountAndRoleRelations: v.IntersectSchema<[v.Obj
4997
4951
  readonly current_period_end: v.NullableSchema<v.NullableSchema<v.DateSchema<undefined>, undefined>, undefined>;
4998
4952
  readonly trial_period_end: v.NullableSchema<v.DateSchema<undefined>, undefined>;
4999
4953
  }, undefined>], undefined>;
5000
- }, undefined>], undefined>;
4954
+ }, undefined>], undefined>>;
5001
4955
  type SUserDocumentWithAccountAndRoleRelations = v.InferOutput<typeof SUserDocumentWithAccountAndRoleRelations>;
4956
+ declare const SUserAuthorizationSuccessResponse: v.ObjectSchema<{
4957
+ readonly jwt: v.StringSchema<undefined>;
4958
+ readonly user: v.LazySchema<v.IntersectSchema<[v.ObjectSchema<{
4959
+ readonly id: v.NumberSchema<undefined>;
4960
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4961
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4962
+ readonly createdAt: v.StringSchema<undefined>;
4963
+ readonly updatedAt: v.StringSchema<undefined>;
4964
+ }, undefined>, v.ObjectSchema<{
4965
+ readonly username: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a username">, v.TrimAction, v.MinLengthAction<string, 3, "your username is too short, it must be at least 3 characters">, v.MaxLengthAction<string, 255, "your username is too long, it must be 255 characters or less">, v.RegexAction<string, "your username can only contain letters, numbers, and the special characters: - _ .">]>;
4966
+ readonly email: v.SchemaWithPipe<readonly [v.StringSchema<"please provide an email">, v.TrimAction, v.MinLengthAction<string, 5, "your email is too short, it must be at least 5 characters">, v.MaxLengthAction<string, 255, "your email is too long, it must be 255 characters or less">, v.EmailAction<string, "please provide a valid email address">]>;
4967
+ readonly confirmed: v.BooleanSchema<undefined>;
4968
+ readonly blocked: v.BooleanSchema<undefined>;
4969
+ readonly provider: v.LiteralSchema<"local", undefined>;
4970
+ }, undefined>, v.ObjectSchema<{
4971
+ readonly role: v.IntersectSchema<[v.ObjectSchema<{
4972
+ readonly id: v.NumberSchema<undefined>;
4973
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4974
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4975
+ readonly createdAt: v.StringSchema<undefined>;
4976
+ readonly updatedAt: v.StringSchema<undefined>;
4977
+ }, undefined>, v.ObjectSchema<{
4978
+ readonly type: v.StringSchema<undefined>;
4979
+ readonly name: v.StringSchema<undefined>;
4980
+ readonly locale: v.StringSchema<undefined>;
4981
+ readonly description: v.StringSchema<undefined>;
4982
+ }, undefined>], undefined>;
4983
+ }, undefined>, v.ObjectSchema<{
4984
+ readonly account: v.IntersectSchema<[v.ObjectSchema<{
4985
+ readonly id: v.NumberSchema<undefined>;
4986
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
4987
+ readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
4988
+ readonly createdAt: v.StringSchema<undefined>;
4989
+ readonly updatedAt: v.StringSchema<undefined>;
4990
+ }, undefined>, v.ObjectSchema<{
4991
+ 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>;
4992
+ readonly subscription_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>;
4993
+ readonly subscription_status: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a subscription status">, v.TrimAction, v.PicklistSchema<readonly ["incomplete", "incomplete_expired", "trialing", "active", "past_due", "canceled", "unpaid", "paused"], undefined>]>;
4994
+ readonly current_period_start: v.NullableSchema<v.NullableSchema<v.DateSchema<undefined>, undefined>, undefined>;
4995
+ readonly current_period_end: v.NullableSchema<v.NullableSchema<v.DateSchema<undefined>, undefined>, undefined>;
4996
+ readonly trial_period_end: v.NullableSchema<v.DateSchema<undefined>, undefined>;
4997
+ }, undefined>], undefined>;
4998
+ }, undefined>], undefined>>;
4999
+ }, undefined>;
5000
+ type SUserAuthorizationSuccessResponse = v.InferOutput<typeof SUserAuthorizationSuccessResponse>;
5002
5001
 
5003
- declare const SCampaignIdDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
5002
+ declare const SCampaignIdDocumentWithRelations: v.LazySchema<v.IntersectSchema<[v.ObjectSchema<{
5004
5003
  readonly id: v.NumberSchema<undefined>;
5005
5004
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5006
5005
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -5042,9 +5041,9 @@ declare const SCampaignIdDocumentWithRelations: v.IntersectSchema<[v.ObjectSchem
5042
5041
  readonly blocked: v.BooleanSchema<undefined>;
5043
5042
  readonly provider: v.LiteralSchema<"local", undefined>;
5044
5043
  }, undefined>], undefined>, undefined>;
5045
- }, undefined>], undefined>], undefined>;
5044
+ }, undefined>], undefined>], undefined>>;
5046
5045
  type SCampaignIdDocumentWithRelations = v.InferOutput<typeof SCampaignIdDocumentWithRelations>;
5047
- declare const SCampaignKeyDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
5046
+ declare const SCampaignKeyDocumentWithRelations: v.LazySchema<v.IntersectSchema<[v.ObjectSchema<{
5048
5047
  readonly id: v.NumberSchema<undefined>;
5049
5048
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5050
5049
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -5084,9 +5083,9 @@ declare const SCampaignKeyDocumentWithRelations: v.IntersectSchema<[v.ObjectSche
5084
5083
  readonly blocked: v.BooleanSchema<undefined>;
5085
5084
  readonly provider: v.LiteralSchema<"local", undefined>;
5086
5085
  }, undefined>], undefined>, undefined>;
5087
- }, undefined>], undefined>], undefined>;
5086
+ }, undefined>], undefined>], undefined>>;
5088
5087
  type SCampaignKeyDocumentWithRelations = v.InferOutput<typeof SCampaignKeyDocumentWithRelations>;
5089
- declare const SCampaignPhaseDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
5088
+ declare const SCampaignPhaseDocumentWithRelations: v.LazySchema<v.IntersectSchema<[v.ObjectSchema<{
5090
5089
  readonly id: v.NumberSchema<undefined>;
5091
5090
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5092
5091
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -5126,9 +5125,9 @@ declare const SCampaignPhaseDocumentWithRelations: v.IntersectSchema<[v.ObjectSc
5126
5125
  readonly blocked: v.BooleanSchema<undefined>;
5127
5126
  readonly provider: v.LiteralSchema<"local", undefined>;
5128
5127
  }, undefined>], undefined>, undefined>;
5129
- }, undefined>], undefined>], undefined>;
5128
+ }, undefined>], undefined>], undefined>>;
5130
5129
  type SCampaignPhaseDocumentWithRelations = v.InferOutput<typeof SCampaignPhaseDocumentWithRelations>;
5131
- declare const SCampaignProductDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
5130
+ declare const SCampaignProductDocumentWithRelations: v.LazySchema<v.IntersectSchema<[v.ObjectSchema<{
5132
5131
  readonly id: v.NumberSchema<undefined>;
5133
5132
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5134
5133
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -5168,9 +5167,9 @@ declare const SCampaignProductDocumentWithRelations: v.IntersectSchema<[v.Object
5168
5167
  readonly blocked: v.BooleanSchema<undefined>;
5169
5168
  readonly provider: v.LiteralSchema<"local", undefined>;
5170
5169
  }, undefined>], undefined>, undefined>;
5171
- }, undefined>], undefined>], undefined>;
5170
+ }, undefined>], undefined>], undefined>>;
5172
5171
  type SCampaignProductDocumentWithRelations = v.InferOutput<typeof SCampaignProductDocumentWithRelations>;
5173
- declare const SSourceDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
5172
+ declare const SSourceDocumentWithRelations: v.LazySchema<v.IntersectSchema<[v.ObjectSchema<{
5174
5173
  readonly id: v.NumberSchema<undefined>;
5175
5174
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5176
5175
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -5210,9 +5209,9 @@ declare const SSourceDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
5210
5209
  readonly blocked: v.BooleanSchema<undefined>;
5211
5210
  readonly provider: v.LiteralSchema<"local", undefined>;
5212
5211
  }, undefined>], undefined>, undefined>;
5213
- }, undefined>], undefined>], undefined>;
5212
+ }, undefined>], undefined>], undefined>>;
5214
5213
  type SSourceDocumentWithRelations = v.InferOutput<typeof SSourceDocumentWithRelations>;
5215
- declare const SMediumDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
5214
+ declare const SMediumDocumentWithRelations: v.LazySchema<v.IntersectSchema<[v.ObjectSchema<{
5216
5215
  readonly id: v.NumberSchema<undefined>;
5217
5216
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5218
5217
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -5252,9 +5251,9 @@ declare const SMediumDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
5252
5251
  readonly blocked: v.BooleanSchema<undefined>;
5253
5252
  readonly provider: v.LiteralSchema<"local", undefined>;
5254
5253
  }, undefined>], undefined>, undefined>;
5255
- }, undefined>], undefined>], undefined>;
5254
+ }, undefined>], undefined>], undefined>>;
5256
5255
  type SMediumDocumentWithRelations = v.InferOutput<typeof SMediumDocumentWithRelations>;
5257
- declare const SContentDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
5256
+ declare const SContentDocumentWithRelations: v.LazySchema<v.IntersectSchema<[v.ObjectSchema<{
5258
5257
  readonly id: v.NumberSchema<undefined>;
5259
5258
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5260
5259
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -5294,9 +5293,9 @@ declare const SContentDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
5294
5293
  readonly blocked: v.BooleanSchema<undefined>;
5295
5294
  readonly provider: v.LiteralSchema<"local", undefined>;
5296
5295
  }, undefined>], undefined>, undefined>;
5297
- }, undefined>], undefined>], undefined>;
5296
+ }, undefined>], undefined>], undefined>>;
5298
5297
  type SContentDocumentWithRelations = v.InferOutput<typeof SContentDocumentWithRelations>;
5299
- declare const SCreativeFormatDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
5298
+ declare const SCreativeFormatDocumentWithRelations: v.LazySchema<v.IntersectSchema<[v.ObjectSchema<{
5300
5299
  readonly id: v.NumberSchema<undefined>;
5301
5300
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5302
5301
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -5336,9 +5335,9 @@ declare const SCreativeFormatDocumentWithRelations: v.IntersectSchema<[v.ObjectS
5336
5335
  readonly blocked: v.BooleanSchema<undefined>;
5337
5336
  readonly provider: v.LiteralSchema<"local", undefined>;
5338
5337
  }, undefined>], undefined>, undefined>;
5339
- }, undefined>], undefined>], undefined>;
5338
+ }, undefined>], undefined>], undefined>>;
5340
5339
  type SCreativeFormatDocumentWithRelations = v.InferOutput<typeof SCreativeFormatDocumentWithRelations>;
5341
- declare const SCreativeFormatVariantDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
5340
+ declare const SCreativeFormatVariantDocumentWithRelations: v.LazySchema<v.IntersectSchema<[v.ObjectSchema<{
5342
5341
  readonly id: v.NumberSchema<undefined>;
5343
5342
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5344
5343
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -5378,9 +5377,9 @@ declare const SCreativeFormatVariantDocumentWithRelations: v.IntersectSchema<[v.
5378
5377
  readonly blocked: v.BooleanSchema<undefined>;
5379
5378
  readonly provider: v.LiteralSchema<"local", undefined>;
5380
5379
  }, undefined>], undefined>, undefined>;
5381
- }, undefined>], undefined>], undefined>;
5380
+ }, undefined>], undefined>], undefined>>;
5382
5381
  type SCreativeFormatVariantDocumentWithRelations = v.InferOutput<typeof SCreativeFormatVariantDocumentWithRelations>;
5383
- declare const STermDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
5382
+ declare const STermDocumentWithRelations: v.LazySchema<v.IntersectSchema<[v.ObjectSchema<{
5384
5383
  readonly id: v.NumberSchema<undefined>;
5385
5384
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5386
5385
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -5420,10 +5419,10 @@ declare const STermDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
5420
5419
  readonly blocked: v.BooleanSchema<undefined>;
5421
5420
  readonly provider: v.LiteralSchema<"local", undefined>;
5422
5421
  }, undefined>], undefined>, undefined>;
5423
- }, undefined>], undefined>], undefined>;
5422
+ }, undefined>], undefined>], undefined>>;
5424
5423
  type STermDocumentWithRelations = v.InferOutput<typeof STermDocumentWithRelations>;
5425
5424
 
5426
- declare const SWebsiteDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
5425
+ declare const SWebsiteDocumentWithRelations: v.LazySchema<v.IntersectSchema<[v.ObjectSchema<{
5427
5426
  readonly id: v.NumberSchema<undefined>;
5428
5427
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
5429
5428
  readonly publishedAt: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
@@ -5463,7 +5462,7 @@ declare const SWebsiteDocumentWithRelations: v.IntersectSchema<[v.ObjectSchema<{
5463
5462
  readonly blocked: v.BooleanSchema<undefined>;
5464
5463
  readonly provider: v.LiteralSchema<"local", undefined>;
5465
5464
  }, undefined>], undefined>, undefined>;
5466
- }, undefined>], undefined>], undefined>;
5465
+ }, undefined>], undefined>], undefined>>;
5467
5466
  type SWebsiteDocumentWithRelations = v.InferOutput<typeof SWebsiteDocumentWithRelations>;
5468
5467
 
5469
5468
  declare function dateToday(): Date;