@getcommunity/gc-validators 0.0.226 → 0.0.227

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.
@@ -3727,8 +3727,8 @@ declare const SCreateContentPillarDocument: v.ObjectSchema<{
3727
3727
  readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
3728
3728
  readonly slug: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
3729
3729
  readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
3730
- readonly client: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
3731
- readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
3730
+ readonly clients: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
3731
+ readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
3732
3732
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
3733
3733
  readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
3734
3734
  readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
@@ -3741,9 +3741,31 @@ declare const SCreateContentPillarDocument: v.ObjectSchema<{
3741
3741
  }, undefined>], undefined>]>, {
3742
3742
  readonly end: true;
3743
3743
  }>, undefined>;
3744
- }, undefined>], undefined>], undefined>;
3744
+ }, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
3745
+ documentId: string;
3746
+ position?: {
3747
+ before: string;
3748
+ } | {
3749
+ after: string;
3750
+ } | {
3751
+ start: boolean;
3752
+ } | {
3753
+ end: boolean;
3754
+ } | undefined;
3755
+ })[], 1, undefined>, v.MaxLengthAction<(string | {
3756
+ documentId: string;
3757
+ position?: {
3758
+ before: string;
3759
+ } | {
3760
+ after: string;
3761
+ } | {
3762
+ start: boolean;
3763
+ } | {
3764
+ end: boolean;
3765
+ } | undefined;
3766
+ })[], 100, undefined>]>;
3745
3767
  }, undefined>, v.ObjectSchema<{
3746
- readonly disconnect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
3768
+ readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
3747
3769
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
3748
3770
  readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
3749
3771
  readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
@@ -3756,9 +3778,31 @@ declare const SCreateContentPillarDocument: v.ObjectSchema<{
3756
3778
  }, undefined>], undefined>]>, {
3757
3779
  readonly end: true;
3758
3780
  }>, undefined>;
3759
- }, undefined>], undefined>], undefined>;
3781
+ }, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
3782
+ documentId: string;
3783
+ position?: {
3784
+ before: string;
3785
+ } | {
3786
+ after: string;
3787
+ } | {
3788
+ start: boolean;
3789
+ } | {
3790
+ end: boolean;
3791
+ } | undefined;
3792
+ })[], 1, undefined>, v.MaxLengthAction<(string | {
3793
+ documentId: string;
3794
+ position?: {
3795
+ before: string;
3796
+ } | {
3797
+ after: string;
3798
+ } | {
3799
+ start: boolean;
3800
+ } | {
3801
+ end: boolean;
3802
+ } | undefined;
3803
+ })[], 100, undefined>]>;
3760
3804
  }, undefined>, v.ObjectSchema<{
3761
- readonly set: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
3805
+ readonly set: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
3762
3806
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
3763
3807
  readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
3764
3808
  readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
@@ -3771,7 +3815,18 @@ declare const SCreateContentPillarDocument: v.ObjectSchema<{
3771
3815
  }, undefined>], undefined>]>, {
3772
3816
  readonly end: true;
3773
3817
  }>, undefined>;
3774
- }, undefined>], undefined>], undefined>;
3818
+ }, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
3819
+ documentId: string;
3820
+ position?: {
3821
+ before: string;
3822
+ } | {
3823
+ after: string;
3824
+ } | {
3825
+ start: boolean;
3826
+ } | {
3827
+ end: boolean;
3828
+ } | undefined;
3829
+ })[], 1, undefined>]>;
3775
3830
  }, undefined>], undefined>, undefined>;
3776
3831
  }, undefined>;
3777
3832
  type SCreateContentPillarDocument = v.InferOutput<typeof SCreateContentPillarDocument>;
@@ -3779,8 +3834,8 @@ declare const SUpdateContentPillarDocument: v.ObjectSchema<{
3779
3834
  readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
3780
3835
  readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
3781
3836
  readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
3782
- readonly client: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
3783
- readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
3837
+ readonly clients: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
3838
+ readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
3784
3839
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
3785
3840
  readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
3786
3841
  readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
@@ -3793,9 +3848,31 @@ declare const SUpdateContentPillarDocument: v.ObjectSchema<{
3793
3848
  }, undefined>], undefined>]>, {
3794
3849
  readonly end: true;
3795
3850
  }>, undefined>;
3796
- }, undefined>], undefined>], undefined>;
3851
+ }, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
3852
+ documentId: string;
3853
+ position?: {
3854
+ before: string;
3855
+ } | {
3856
+ after: string;
3857
+ } | {
3858
+ start: boolean;
3859
+ } | {
3860
+ end: boolean;
3861
+ } | undefined;
3862
+ })[], 1, undefined>, v.MaxLengthAction<(string | {
3863
+ documentId: string;
3864
+ position?: {
3865
+ before: string;
3866
+ } | {
3867
+ after: string;
3868
+ } | {
3869
+ start: boolean;
3870
+ } | {
3871
+ end: boolean;
3872
+ } | undefined;
3873
+ })[], 100, undefined>]>;
3797
3874
  }, undefined>, v.ObjectSchema<{
3798
- readonly disconnect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
3875
+ readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
3799
3876
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
3800
3877
  readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
3801
3878
  readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
@@ -3808,9 +3885,31 @@ declare const SUpdateContentPillarDocument: v.ObjectSchema<{
3808
3885
  }, undefined>], undefined>]>, {
3809
3886
  readonly end: true;
3810
3887
  }>, undefined>;
3811
- }, undefined>], undefined>], undefined>;
3888
+ }, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
3889
+ documentId: string;
3890
+ position?: {
3891
+ before: string;
3892
+ } | {
3893
+ after: string;
3894
+ } | {
3895
+ start: boolean;
3896
+ } | {
3897
+ end: boolean;
3898
+ } | undefined;
3899
+ })[], 1, undefined>, v.MaxLengthAction<(string | {
3900
+ documentId: string;
3901
+ position?: {
3902
+ before: string;
3903
+ } | {
3904
+ after: string;
3905
+ } | {
3906
+ start: boolean;
3907
+ } | {
3908
+ end: boolean;
3909
+ } | undefined;
3910
+ })[], 100, undefined>]>;
3812
3911
  }, undefined>, v.ObjectSchema<{
3813
- readonly set: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
3912
+ readonly set: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
3814
3913
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
3815
3914
  readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
3816
3915
  readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
@@ -3823,7 +3922,18 @@ declare const SUpdateContentPillarDocument: v.ObjectSchema<{
3823
3922
  }, undefined>], undefined>]>, {
3824
3923
  readonly end: true;
3825
3924
  }>, undefined>;
3826
- }, undefined>], undefined>], undefined>;
3925
+ }, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
3926
+ documentId: string;
3927
+ position?: {
3928
+ before: string;
3929
+ } | {
3930
+ after: string;
3931
+ } | {
3932
+ start: boolean;
3933
+ } | {
3934
+ end: boolean;
3935
+ } | undefined;
3936
+ })[], 1, undefined>]>;
3827
3937
  }, undefined>], undefined>, undefined>;
3828
3938
  }, undefined>;
3829
3939
  type SUpdateContentPillarDocument = v.InferOutput<typeof SUpdateContentPillarDocument>;
@@ -3833,8 +3943,8 @@ declare const SUpdateContentPillarDocumentRequest: v.ObjectSchema<{
3833
3943
  readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
3834
3944
  readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
3835
3945
  readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
3836
- readonly client: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
3837
- readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
3946
+ readonly clients: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
3947
+ readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
3838
3948
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
3839
3949
  readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
3840
3950
  readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
@@ -3847,9 +3957,31 @@ declare const SUpdateContentPillarDocumentRequest: v.ObjectSchema<{
3847
3957
  }, undefined>], undefined>]>, {
3848
3958
  readonly end: true;
3849
3959
  }>, undefined>;
3850
- }, undefined>], undefined>], undefined>;
3960
+ }, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
3961
+ documentId: string;
3962
+ position?: {
3963
+ before: string;
3964
+ } | {
3965
+ after: string;
3966
+ } | {
3967
+ start: boolean;
3968
+ } | {
3969
+ end: boolean;
3970
+ } | undefined;
3971
+ })[], 1, undefined>, v.MaxLengthAction<(string | {
3972
+ documentId: string;
3973
+ position?: {
3974
+ before: string;
3975
+ } | {
3976
+ after: string;
3977
+ } | {
3978
+ start: boolean;
3979
+ } | {
3980
+ end: boolean;
3981
+ } | undefined;
3982
+ })[], 100, undefined>]>;
3851
3983
  }, undefined>, v.ObjectSchema<{
3852
- readonly disconnect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
3984
+ readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
3853
3985
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
3854
3986
  readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
3855
3987
  readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
@@ -3862,9 +3994,31 @@ declare const SUpdateContentPillarDocumentRequest: v.ObjectSchema<{
3862
3994
  }, undefined>], undefined>]>, {
3863
3995
  readonly end: true;
3864
3996
  }>, undefined>;
3865
- }, undefined>], undefined>], undefined>;
3997
+ }, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
3998
+ documentId: string;
3999
+ position?: {
4000
+ before: string;
4001
+ } | {
4002
+ after: string;
4003
+ } | {
4004
+ start: boolean;
4005
+ } | {
4006
+ end: boolean;
4007
+ } | undefined;
4008
+ })[], 1, undefined>, v.MaxLengthAction<(string | {
4009
+ documentId: string;
4010
+ position?: {
4011
+ before: string;
4012
+ } | {
4013
+ after: string;
4014
+ } | {
4015
+ start: boolean;
4016
+ } | {
4017
+ end: boolean;
4018
+ } | undefined;
4019
+ })[], 100, undefined>]>;
3866
4020
  }, undefined>, v.ObjectSchema<{
3867
- readonly set: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
4021
+ readonly set: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
3868
4022
  readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
3869
4023
  readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
3870
4024
  readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
@@ -3877,7 +4031,18 @@ declare const SUpdateContentPillarDocumentRequest: v.ObjectSchema<{
3877
4031
  }, undefined>], undefined>]>, {
3878
4032
  readonly end: true;
3879
4033
  }>, undefined>;
3880
- }, undefined>], undefined>], undefined>;
4034
+ }, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
4035
+ documentId: string;
4036
+ position?: {
4037
+ before: string;
4038
+ } | {
4039
+ after: string;
4040
+ } | {
4041
+ start: boolean;
4042
+ } | {
4043
+ end: boolean;
4044
+ } | undefined;
4045
+ })[], 1, undefined>]>;
3881
4046
  }, undefined>], undefined>, undefined>;
3882
4047
  }, undefined>;
3883
4048
  }, undefined>;
@@ -7933,4 +8098,4 @@ declare function isValidationFailure<T>(result: ValidateAndCleanResult<T>): resu
7933
8098
  declare function omitUndefined<T extends Record<string, any>>(obj: T): Partial<T>;
7934
8099
  //#endregion
7935
8100
  export { TeamworkProjectHealthSelectSortOptions as $, SlideshowComponentSlideSettings as $a, CareersPageDocument as $i, SCreateContentPillarDocument as $n, RichTextBlock as $o, SUpdateClientContentPillarDocument as $r, QuerySortGCFlyTours as $t, SAuthRawAccessToken as A, ClientProjectDocument as Aa, TeamworkResponseMetaProjectStats as Ai, VStringUrlUtm as An, ComponentBlockVideo as Ao, ClientReportSortKeys as Ar, StrapiTextColorOptions as As, SUpdateMondayWorkspaceDocumentRequest as At, SUpdateUserAccount as B, TrendDocument as Ba, TeamworkCustomField as Bi, SSetOneEntityRelation as Bn, ComponentBlockBrandLogos as Bo, SCreateClientProjectDocument as Br, SCreateMediaCreativeFormatDocument as Bt, QuerySortUsers as C, UtmTrackingLinkDocument as Ca, TeamworkTaskResponseMeta as Ci, VStringPhoneNullable as Cn, ComponentBlockPullQuote as Co, SVerifyClientUserDocument as Cr, StrapiGapSizes as Cs, SUpdateNewsletterSignupDocument as Ct, UserSortKeys as D, PermissionDocument as Da, TeamworkProjectResponse as Di, VStringUrl as Dn, BlockFullscreenContentType as Do, SCreateClientStyleguideDocument as Dr, StrapiLinkRel as Ds, QueryStrapiSearchMondayWorkspaces as Dt, SCreateUserDocument as E, RoleType as Ea, TeamworkProject as Ei, VStringSlug as En, BlockFullscreenContent as Eo, QueryStrapiSearchClientStyleguide as Er, StrapiLinkReferrerPolicy as Es, QuerySortMondayWorkspaces as Et, SRequestConfirmEmail as F, BlogPostBlock as Fa, TeamworkTagsResponse as Fi, SEntityRelation as Fn, BlockContact as Fo, SUpdateClientReportDocumentRequest as Fr, CLIENT_ENTITY_SCOPES as Fs, SUpdateMediaPlatformDocument as Ft, QueryStrapiPaginatedUrlRedirects as G, UtmOption as Ga, TeamworkRelatedMeta as Gi, QueryStrapiById as Gn, ComponentSeoMeta as Go, QueryStrapiSearchClientMediaPlatforms as Gr, QueryStrapiSearchMediaContentTypes as Gt, SUpdateUserAccountLastName as H, CategoryDocument as Ha, TeamworkCompany as Hi, QuerySortEntities as Hn, ComponentBlockAnnouncementBar as Ho, SUpdateClientProjectDocumentRequest as Hr, SUpdateMediaCreativeFormatDocumentRequest as Ht, SResetUserPassword as I, BlogPostDocument as Ia, TeamworkProjectUpdate as Ii, SEntityRelationMany as In, ComponentBlockContact as Io, ClientProjectSortKeys as Ir, ClientEntityActions as Is, SUpdateMediaPlatformDocumentRequest as It, SUpdateTrendsLikes as J, Slideshow as Ja, UtmMetaPageDocument as Ji, QueryStrapiBySlug as Jn, OpenGraph as Jo, SUpdateClientMediaPlatformDocumentRequest as Jr, SUpdateMediaContentTypeDocumentRequest as Jt, QueryStrapiUrlRedirectsByFrom as K, UtmSourceKey as Ka, TeamworkResponseMeta as Ki, QueryStrapiByName as Kn, MetaSocial as Ko, SCreateClientMediaPlatformDocument as Kr, SCreateMediaContentTypeDocument as Kt, SUserToken as L, TeamMemberDocument as La, TeamworkProjectTaskStat as Li, SEntityRelationManyQuery as Ln, BlockButtonGroup as Lo, QuerySortClientProjects as Lr, ClientEntityKey as Ls, MediaCreativeFormatSortKeys as Lt, SForgotUserPassword as M, MediaPlatformDocument as Ma, TeamworkTag as Mi, SConnectOneEntityRelation as Mn, ComponentBlockFaq as Mo, QueryStrapiSearchClientReports as Mr, BaseDocument as Ms, QuerySortMediaPlatforms as Mt, SLoginUser as N, MediaContentTypeDocument as Na, TeamworkTagResponse as Ni, SDisconnectManyEntityRelation as Nn, BlockCtaLink as No, SCreateClientReportDocument as Nr, CLIENT_ENTITY_KEYS as Ns, QueryStrapiSearchMediaPlatforms as Nt, SAuthConnectProviderConfirmation as O, ClientStyleguideDocument as Oa, TeamworkProjectResponseMeta as Oi, VStringUrlNoUtm as On, ComponentBlockFullscreenContent as Oo, SUpdateClientStyleguideDocument as Or, StrapiLinkTarget as Os, SCreateMondayWorkspaceDocument as Ot, SRegisterUser as P, MediaCreativeFormatDocument as Pa, TeamworkTagResponseMeta as Pi, SDisconnectOneEntityRelation as Pn, ComponentBlockCtaLink as Po, SUpdateClientReportDocument as Pr, CLIENT_ENTITY_PERMISSIONS as Ps, SCreateMediaPlatformDocument as Pt, TeamworkProjectHealthProjectStatusOptions as Q, SlideshowComponentProps as Qa, FAQPageDocument as Qi, QueryStrapiSearchContentPillars as Qn, ComponentSharedRichTextBlock as Qo, SCreateClientContentPillarDocument as Qr, GCFlyTourSortKeys as Qt, SReadUserAccountByDocumentId as R, TeamMemberGroup as Ra, TeamworkProjectCustomField as Ri, SEntityRelationOne as Rn, ComponentBlockButtonGroup as Ro, QueryStrapiSearchClientProjects as Rr, ClientEntityScope as Rs, QuerySortMediaCreativeFormat as Rt, SUtmLinkBuilderTableFormInput as S, UserDocument as Sa, TeamworkTaskResponse as Si, VStringPhone as Sn, BlockPullQuote as So, SUpdateClientUserDocumentRequest as Sr, StrapiDirection as Ss, SCreateNewsletterSignupDocument as St, QueryStrapiUsersByIdentifier as T, RoleDocument as Ta, TeamworkTasksResponse as Ti, VStringShortNullable as Tn, ComponentBlockGraphicImage as To, QuerySortClientStyleguides as Tr, StrapiIconPosition as Ts, MondayWorkspaceSortKeys as Tt, SUpdateUserAccountPreferredName as U, ComponentUtmOption as Ua, TeamworkActivePages as Ui, QueryStrapiByDocumentId as Un, ComponentMetaSocial as Uo, ClientMediaPlatformSortKeys as Ur, MediaContentTypeSortKeys as Ut, SUpdateUserAccountFirstName as V, TagDocument as Va, TeamworkCurrency as Vi, EntitySortKeys as Vn, BlockAnnouncementBar as Vo, SUpdateClientProjectDocument as Vr, SUpdateMediaCreativeFormatDocument as Vt, QuerySortUrlRedirects as W, UtmClassificationKey as Wa, TeamworkLockdown as Wi, QueryStrapiByEmail as Wn, ComponentOpenGraph as Wo, QuerySortClientMediaPlatforms as Wr, QuerySortMediaContentType as Wt, QueryStrapiSearchTeamworkProjectHealth as X, SlideContent as Xa, PolicyPageDocument as Xi, ContentPillarSortKeys as Xn, ComponentSharedQuestionAnswer as Xo, QuerySortClientContentPillars as Xr, SUpdateLeadDocument as Xt, QuerySortTeamworkProjectHealth as Y, ComponentSlideContent as Ya, TeamPageDocument as Yi, QueryStrapiPaginated as Yn, SeoMeta as Yo, ClientContentPillarSortKeys as Yr, SCreateLeadDocument as Yt, TeamworkProjectHealthProjectStatus as Z, SlideType as Za, LandingPageDocument as Zi, QuerySortContentPillars as Zn, SharedQuestionAnswer as Zo, QueryStrapiSearchClientContentPillars as Zr, SUpdateLeadRequest as Zt, SUpdateUtmTrackingLinkDocumentRequest as _, ClientUserDocument as _a, TeamworkTasklistResponse as _i, VStringLongNullable as _n, ComponentBrandStyleguideColor as _o, ClientUserSortKeys as _r, MediaFormat as _s, SUpdateResumeInfo as _t, isStrapiAttributeError as a, NewsletterSignupDocument as aa, SUpdateCategoryDocument as ai, QuerySortGCFlyTourSnaps as an, SliderOrigin as ao, QueryStrapiCommentsInHeirarchy as ar, SharedLink as as, QueryStrapiSearchTags as at, SUtmLinkBuilderPartCampaignDateValue as b, UserAuthorizationLoginResponse as ba, TeamworkTask as bi, VStringMinMax as bn, BlockSectionTitle as bo, SQueryListClientUserDocuments as br, FormSelectInputOption as bs, checkIsValidUrlList as bt, dateToday as c, CommentReportDocument as ca, QuerySortBlogPosts as ci, SUpdateGCFlyTourSnapDocument as cn, ComponentFormSelect as co, SReportCommentDocument as cr, StrapiAttributeErrorResponse as cs, SUpdateTagDocumentRequest as ct, SCreateUtmTrackingLinkDocument as d, ClientDocument as da, canAssignPermission as di, VNumberNullable as dn, ComponentFormDownload as do, ClientSortKeys as dr, StrapiErrorResult as ds, SCreateStrapiMediaUploadDocument as dt, BlogPageDocument as ea, SUpdateClientContentPillarDocumentRequest as ei, QueryStrapiSearchGCFlyTours as en, ComponentSlideshowSettings as eo, SUpdateContentPillarDocument as er, RichTextBlockChildren as es, TeamworkProjectHealthSortKey as et, SCreateUtmTrackingLinkDocumentRequest as f, ProductHighlightDocument as fa, hasPermission as fi, VPage as fn, FormDownload as fo, QuerySortClients as fr, StrapiListResponse as fs, SUpdateStrapiMediaFileInfo as ft, SUpdateUtmTrackingLinkDocument as g, GCFlyTourSnapDocument as ga, TeamworkTasklist as gi, VStringLong as gn, BrandStyleguideColor as go, SUpdateClientDocumentRequest as gr, StrapiSingleResponse as gs, SCreateResumeInfoDocument as gt, SReadUtmTrackingLinkDocumentByUrl as h, GCFlyTourDocument as ha, RolesWithPermissions as hi, VStringEmail as hn, ComponentBrandStyleguideFont as ho, SUpdateClientDocument as hr, StrapiResponseMetaWithPagination as hs, SCreateResumeInfo as ht, validateAndClean as i, ResumeDocument as ia, SCreateCategoryDocument as ii, GCFlyTourSnapSortKeys as in, SliderBreakpoint as io, QueryStrapiCommentsFlat as ir, ComponentSharedLink as is, QuerySortTags as it, SChangePassword as j, ClientMediaPlatformDocument as ja, TeamworkUserAccount as ji, SConnectManyEntityRelation as jn, BlockFaq as jo, QuerySortClientReports as jr, StrapiThemeOptions as js, MediaPlatformSortKeys as jt, SAuthConnectProviderRedirectSearch as k, ClientReportDocument as ka, TeamworkProjectsResponse as ki, VStringUrlNullable as kn, BlockVideoEmbed as ko, SUpdateClientStyleguideDocumentRequest as kr, StrapiLinkType as ks, SUpdateMondayWorkspaceDocument as kt, QuerySortUtmTrackingLinks as l, ClientContentPillarDocument as la, QueryStrapiSearchBlogPosts as li, SUpdateGCFlyTourSnapDocumentRequest as ln, FormSelect as lo, SUpdateCommentDocument as lr, StrapiErrorDetail as ls, TagSortKeys as lt, SFormCreateMultipleUtmTrackingLinkDocuments as m, MondayWorkspaceDocument as ma, Permissions as mi, VString as mn, BrandStyleguideFont as mo, SCreateClientDocument as mr, StrapiResponseMeta as ms, SCreateResume as mt, isValidationSuccess as n, UrlRedirectQueryParams as na, QuerySortCategories as ni, SUpdateGCFlyTourDocument as nn, SlideshowSettings as no, QueryFilterStrapiComments as nr, ComponentSharedButton as ns, QueryStrapiSearchTeamMembers as nt, isStrapiStandardError as o, LeadDocument as oa, SUpdateCategoryDocumentRequest as oi, QueryStrapiSearchGCFlyTourSnaps as on, SliderSettings as oo, SCreateCommentDocument as or, StrapiAttributeErrorDetail as os, SCreateTagDocument as ot, SCreateUtmTrackingLinkParts as p, ProductDocument as pa, LCRUDActions as pi, VSize as pn, FormDownloadKeys as po, QueryStrapiSearchClients as pr, StrapiPagination as ps, SharpSpringSignUpToDownload as pt, UrlRedirectSortKeys as q, ComponentSlideshow as qa, TeamworkResponseMetaPagination as qi, QueryStrapiByPhone as qn, MetaSocialNetwork as qo, SUpdateClientMediaPlatformDocument as qr, SUpdateMediaContentTypeDocument as qt, omitUndefined as r, UrlRedirectStatusCode as ra, QueryStrapiSearchCategories as ri, SUpdateGCFlyTourDocumentRequest as rn, ComponentSliderSettings as ro, QuerySortStrapiComments as rr, SharedButton as rs, TeamMemberSortKeys as rt, datePlusDays as s, CommentDocument as sa, BlogPostSortKeys as si, SCreateGCFlyTourSnapDocument as sn, SliderSpacing as so, SDeleteCommentDocument as sr, StrapiAttributeErrorKey as ss, SUpdateTagDocument as st, isValidationFailure as t, UrlRedirectDocument as ta, CategorySortKeys as ti, SCreateGCFlyTourDocument as tn, SlideshowMode as to, SUpdateContentPillarDocumentRequest as tr, SharedRichTextBlock as ts, QuerySortTeamMembers as tt, QueryStrapiSearchUtmTrackingLinks as u, ContentPillarDocument as ua, QueryStrapiSearchBlogPostsBySlug as ui, VIntegerNullable as un, FormUID as uo, StrapiCommentSortKeys as ur, StrapiErrorResponse as us, SCreateMultipleStrapiMediaUploadDocument as ut, UtmTrackingLinkSortKeys as v, ClientUserDocumentStatus as va, TeamworkTasklistResponseMeta as vi, VStringMax as vn, BlockTextDetails as vo, QuerySortClientUsers as vr, MediaFormats as vs, SUpdateResumeInfoDocument as vt, QueryStrapiUsers as w, UserAccountDocument as wa, TeamworkTaskUserPermissions as wi, VStringShort as wn, BlockGraphicImage as wo, ClientStyleguideSortKeys as wr, StrapiIconName as ws, SUpdateNewsletterSignupRequest as wt, SUtmLinkBuilderTableForm as x, UserAuthorizationSuccessResponse as xa, TeamworkTaskCard as xi, VStringMinMaxRegex as xn, ComponentBlockSectionTitle as xo, SUpdateClientUserDocument as xr, StrapiBgColorOptions as xs, SCreateNewsletterSignup as xt, SUtmLinkBuilderPartCampaignDateOptions as y, AuthorizedUserDocument as ya, TeamworkTasklistsResponse as yi, VStringMaxRegex as yn, ComponentBlockTextDetails as yo, SCreateClientUserDocument as yr, MediaUploadDocument as ys, SUpdateResumeInfoRequest as yt, SReadUserAccountById as z, TeamMemberTier as za, TeamworkProjectCategory as zi, SSetManyEntityRelation as zn, BlockBrandLogos as zo, SAssociateClientToClientProjectDocument as zr, ROLE_PERMISSIONS as zs, QueryStrapiSearchMediaCreativeFormats as zt };
7936
- //# sourceMappingURL=index-CtQDYHdg.d.cts.map
8101
+ //# sourceMappingURL=index-BKAdW_LD.d.cts.map