@joeygrable94/utm-src-pub-validators 0.0.62 → 0.0.64

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
@@ -149,15 +149,6 @@ declare const SCreateGroupUserAssignMultipleUsers: v.ObjectSchema<{
149
149
  readonly scopes: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid scope">, v.PicklistSchema<GroupEntityScope[], "invalid group scope provided">]>, "please provide an array of scopes">, v.MinLengthAction<GroupEntityScope[], 1, "you must provide at least one scope">, v.MaxLengthAction<GroupEntityScope[], number, "you cannot provide more scopes than available">]>;
150
150
  }, undefined>;
151
151
  type SCreateGroupUserAssignMultipleUsers = v.InferOutput<typeof SCreateGroupUserAssignMultipleUsers>;
152
- declare const SCreateGroupUserDocumentRequest: v.ObjectSchema<{
153
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
154
- readonly data: v.ObjectSchema<{
155
- readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
156
- readonly user: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
157
- readonly scopes: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid scope">, v.PicklistSchema<GroupEntityScope[], "invalid group scope provided">]>, "please provide an array of scopes">, v.MinLengthAction<GroupEntityScope[], 1, "you must provide at least one scope">, v.MaxLengthAction<GroupEntityScope[], number, "you cannot provide more scopes than available">]>;
158
- }, undefined>;
159
- }, undefined>;
160
- type SCreateGroupUserDocumentRequest = v.InferOutput<typeof SCreateGroupUserDocumentRequest>;
161
152
  declare const SReadGroupUserDocumentById: v.ObjectSchema<{
162
153
  readonly id: v.SchemaWithPipe<readonly [v.NumberSchema<"please provide a valid id">, v.MinValueAction<number, 0, "please provide a valid id">]>;
163
154
  }, undefined>;
@@ -245,21 +236,15 @@ declare const SUpdateAsInvitedGroupDocumentRequest: v.ObjectSchema<{
245
236
  }, undefined>;
246
237
  type SUpdateAsInvitedGroupDocumentRequest = v.InferOutput<typeof SUpdateAsInvitedGroupDocumentRequest>;
247
238
  declare const SUpdateGroupDocumentRequest: v.UnionSchema<[v.ObjectSchema<{
248
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
249
- readonly data: v.ObjectSchema<{
250
- readonly label: v.UndefinedableSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>, undefined>;
251
- readonly value: v.UndefinedableSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
252
- readonly description: v.UndefinedableSchema<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>, undefined>;
253
- readonly is_active: v.UndefinedableSchema<v.BooleanSchema<"isActive must be a boolean">, undefined>;
254
- readonly apply_value_to: v.UndefinedableSchema<v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>, undefined>;
255
- readonly apply_value_as: v.UndefinedableSchema<v.PicklistSchema<readonly ["prefix", "suffix"], undefined>, undefined>;
256
- }, undefined>;
239
+ readonly label: v.UndefinedableSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>, undefined>;
240
+ readonly value: v.UndefinedableSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
241
+ readonly description: v.UndefinedableSchema<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>, undefined>;
242
+ readonly is_active: v.UndefinedableSchema<v.BooleanSchema<"isActive must be a boolean">, undefined>;
243
+ readonly apply_value_to: v.UndefinedableSchema<v.PicklistSchema<readonly ["source", "medium", "campaign", "content", "creative", "term", "id"], undefined>, undefined>;
244
+ readonly apply_value_as: v.UndefinedableSchema<v.PicklistSchema<readonly ["prefix", "suffix"], undefined>, undefined>;
257
245
  }, undefined>, v.ObjectSchema<{
258
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
259
- readonly data: v.ObjectSchema<{
260
- readonly label: v.UndefinedableSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>, undefined>;
261
- readonly description: v.UndefinedableSchema<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>, undefined>;
262
- }, undefined>;
246
+ readonly label: v.UndefinedableSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>, undefined>;
247
+ readonly description: v.UndefinedableSchema<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>, undefined>;
263
248
  }, undefined>], undefined>;
264
249
  type SUpdateGroupDocumentRequest = v.InferOutput<typeof SUpdateGroupDocumentRequest>;
265
250
  declare const SDeleteGroupDocument: v.ObjectSchema<{
@@ -541,6 +526,7 @@ declare const SQueryListTrackingLinkDocuments: v.ObjectSchema<{
541
526
  }, undefined>;
542
527
  type SQueryListTrackingLinkDocuments = v.InferOutput<typeof SQueryListTrackingLinkDocuments>;
543
528
  declare const SCreateTrackingLinkDocument: v.ObjectSchema<{
529
+ readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
544
530
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
545
531
  readonly destination: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a url destination">, v.TrimAction, v.MinLengthAction<string, 10, "the url destination is too short, it must be at least 10 characters">, v.MaxLengthAction<string, 2048, "the url destination is too long, it must be 2048 characters or less">, v.UrlAction<string, "please provide a valid url">]>;
546
532
  readonly protocol: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.PicklistSchema<readonly ["http", "https"], "please provide a valid url protocol">]>;
@@ -559,6 +545,7 @@ declare const SCreateTrackingLinkDocument: v.ObjectSchema<{
559
545
  type SCreateTrackingLinkDocument = v.InferOutput<typeof SCreateTrackingLinkDocument>;
560
546
  declare const SCreateMultipleTrackingLinkDocuments: v.ObjectSchema<{
561
547
  readonly tracking_links: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
548
+ readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
562
549
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
563
550
  readonly destination: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a url destination">, v.TrimAction, v.MinLengthAction<string, 10, "the url destination is too short, it must be at least 10 characters">, v.MaxLengthAction<string, 2048, "the url destination is too long, it must be 2048 characters or less">, v.UrlAction<string, "please provide a valid url">]>;
564
551
  readonly protocol: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.PicklistSchema<readonly ["http", "https"], "please provide a valid url protocol">]>;
@@ -574,6 +561,7 @@ declare const SCreateMultipleTrackingLinkDocuments: v.ObjectSchema<{
574
561
  readonly utm_term: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "the utm_term is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 2028, "the utm_term is too long, it must be 2028 characters or less">, v.RegexAction<string, "utm_term can only contain letters, numbers, and the special characters: - _ .">]>;
575
562
  readonly utm_id: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "the utm_id is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 2030, "the utm_id is too long, it must be 2030 characters or less">, v.RegexAction<string, "utm_id can only contain letters, numbers, and the special characters: - _ .">]>;
576
563
  }, undefined>, undefined>, v.MinLengthAction<{
564
+ group: string;
577
565
  is_active: boolean;
578
566
  destination: string;
579
567
  protocol: "http" | "https";
@@ -591,26 +579,6 @@ declare const SCreateMultipleTrackingLinkDocuments: v.ObjectSchema<{
591
579
  }[], 1, "Please create at least one tracking link">]>;
592
580
  }, undefined>;
593
581
  type SCreateMultipleTrackingLinkDocuments = v.InferOutput<typeof SCreateMultipleTrackingLinkDocuments>;
594
- declare const SCreateTrackingLinkDocumentRequest: v.ObjectSchema<{
595
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
596
- readonly data: v.ObjectSchema<{
597
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
598
- readonly destination: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a url destination">, v.TrimAction, v.MinLengthAction<string, 10, "the url destination is too short, it must be at least 10 characters">, v.MaxLengthAction<string, 2048, "the url destination is too long, it must be 2048 characters or less">, v.UrlAction<string, "please provide a valid url">]>;
599
- readonly protocol: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.PicklistSchema<readonly ["http", "https"], "please provide a valid url protocol">]>;
600
- readonly domain: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a domain">, v.TrimAction, v.MinLengthAction<string, 10, "the domain is too short, it must be at least 10 characters">, v.MaxLengthAction<string, 253, "the domain is too long, it must be 253 characters or less">, v.RegexAction<string, "please provide a valid domain name">]>;
601
- readonly path: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a url path">, v.TrimAction, v.MinLengthAction<string, 1, "the url path is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 2038, "the url path is too long, it must be 2038 characters or less">]>;
602
- readonly query: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a url query">, v.TrimAction, v.MinLengthAction<string, 1, "the url query is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 2038, "the url query is too long, it must be 2038 characters or less">]>;
603
- readonly fragment: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a url hash/fragment">, v.TrimAction, v.MinLengthAction<string, 1, "the url hash/fragment is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 2038, "the url hash/fragment is too long, it must be 2038 characters or less">]>;
604
- readonly utm_source: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "the utm_source is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 2026, "the utm_source is too long, it must be 2026 characters or less">, v.RegexAction<string, "utm_source can only contain letters, numbers, and the special characters: - _ .">]>;
605
- readonly utm_medium: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "the utm_medium is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 2026, "the utm_medium is too long, it must be 2026 characters or less">, v.RegexAction<string, "utm_medium can only contain letters, numbers, and the special characters: - _ .">]>;
606
- readonly utm_campaign: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "the utm_campaign is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 2024, "the utm_campaign is too long, it must be 2024 characters or less">, v.RegexAction<string, "utm_campaign can only contain letters, numbers, and the special characters: - _ .">]>;
607
- readonly utm_creative_format: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "the utm_creative_format is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 2017, "the utm_creative_format is too long, it must be 2017 characters or less">, v.RegexAction<string, "utm_creative_format can only contain letters, numbers, and the special characters: - _ .">]>;
608
- readonly utm_content: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "the utm_content is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 2025, "the utm_content is too long, it must be 2025 characters or less">, v.RegexAction<string, "utm_content can only contain letters, numbers, and the special characters: - _ .">]>;
609
- readonly utm_term: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "the utm_term is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 2028, "the utm_term is too long, it must be 2028 characters or less">, v.RegexAction<string, "utm_term can only contain letters, numbers, and the special characters: - _ .">]>;
610
- readonly utm_id: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "the utm_id is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 2030, "the utm_id is too long, it must be 2030 characters or less">, v.RegexAction<string, "utm_id can only contain letters, numbers, and the special characters: - _ .">]>;
611
- }, undefined>;
612
- }, undefined>;
613
- type SCreateTrackingLinkDocumentRequest = v.InferOutput<typeof SCreateTrackingLinkDocumentRequest>;
614
582
  declare const SReadTrackingLinkDocumentById: v.ObjectSchema<{
615
583
  readonly id: v.SchemaWithPipe<readonly [v.NumberSchema<"please provide a valid id">, v.MinValueAction<number, 0, "please provide a valid id">]>;
616
584
  }, undefined>;
@@ -862,6 +830,7 @@ declare const SQueryListCampaignIdDocuments: v.ObjectSchema<{
862
830
  }, undefined>;
863
831
  type SQueryListCampaignIdDocuments = v.InferOutput<typeof SQueryListCampaignIdDocuments>;
864
832
  declare const SCreateCampaignIdDocument: v.ObjectSchema<{
833
+ readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
865
834
  readonly cost: v.SchemaWithPipe<readonly [v.NumberSchema<"please enter a cost value">, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1000000, "your campaign cost exceeds our $1 million dollar limit, please contact us for enterprise solutions">]>;
866
835
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
867
836
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
@@ -871,12 +840,14 @@ declare const SCreateCampaignIdDocument: v.ObjectSchema<{
871
840
  type SCreateCampaignIdDocument = v.InferOutput<typeof SCreateCampaignIdDocument>;
872
841
  declare const SCreateMultipleCampaignIdDocuments: v.ObjectSchema<{
873
842
  readonly campaign_ids: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
843
+ readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
874
844
  readonly cost: v.SchemaWithPipe<readonly [v.NumberSchema<"please enter a cost value">, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1000000, "your campaign cost exceeds our $1 million dollar limit, please contact us for enterprise solutions">]>;
875
845
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
876
846
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
877
847
  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>;
878
848
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
879
849
  }, undefined>, undefined>, v.MinLengthAction<{
850
+ group: string;
880
851
  cost: number;
881
852
  label: string;
882
853
  value: string;
@@ -885,17 +856,6 @@ declare const SCreateMultipleCampaignIdDocuments: v.ObjectSchema<{
885
856
  }[], 1, "At least one campaign ID is required">]>;
886
857
  }, undefined>;
887
858
  type SCreateMultipleCampaignIdDocuments = v.InferOutput<typeof SCreateMultipleCampaignIdDocuments>;
888
- declare const SCreateCampaignIdDocumentRequest: v.ObjectSchema<{
889
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
890
- readonly data: v.ObjectSchema<{
891
- readonly cost: v.SchemaWithPipe<readonly [v.NumberSchema<"please enter a cost value">, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1000000, "your campaign cost exceeds our $1 million dollar limit, please contact us for enterprise solutions">]>;
892
- readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
893
- readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
894
- 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>;
895
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
896
- }, undefined>;
897
- }, undefined>;
898
- type SCreateCampaignIdDocumentRequest = v.InferOutput<typeof SCreateCampaignIdDocumentRequest>;
899
859
  declare const SReadCampaignIdDocumentById: v.ObjectSchema<{
900
860
  readonly id: v.SchemaWithPipe<readonly [v.NumberSchema<"please provide a valid id">, v.MinValueAction<number, 0, "please provide a valid id">]>;
901
861
  }, undefined>;
@@ -967,6 +927,7 @@ declare const SQueryListCampaignKeyDocuments: v.ObjectSchema<{
967
927
  }, undefined>;
968
928
  type SQueryListCampaignKeyDocuments = v.InferOutput<typeof SQueryListCampaignKeyDocuments>;
969
929
  declare const SCreateCampaignKeyDocument: v.ObjectSchema<{
930
+ readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
970
931
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
971
932
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
972
933
  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>;
@@ -975,11 +936,13 @@ declare const SCreateCampaignKeyDocument: v.ObjectSchema<{
975
936
  type SCreateCampaignKeyDocument = v.InferOutput<typeof SCreateCampaignKeyDocument>;
976
937
  declare const SCreateMultipleCampaignKeyDocuments: v.ObjectSchema<{
977
938
  readonly campaign_keys: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
939
+ readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
978
940
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
979
941
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
980
942
  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>;
981
943
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
982
944
  }, undefined>, undefined>, v.MinLengthAction<{
945
+ group: string;
983
946
  label: string;
984
947
  value: string;
985
948
  description: string | null;
@@ -987,16 +950,6 @@ declare const SCreateMultipleCampaignKeyDocuments: v.ObjectSchema<{
987
950
  }[], 1, "At least one campaign key is required">]>;
988
951
  }, undefined>;
989
952
  type SCreateMultipleCampaignKeyDocuments = v.InferOutput<typeof SCreateMultipleCampaignKeyDocuments>;
990
- declare const SCreateCampaignKeyDocumentRequest: v.ObjectSchema<{
991
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
992
- readonly data: v.ObjectSchema<{
993
- readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
994
- readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
995
- 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>;
996
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
997
- }, undefined>;
998
- }, undefined>;
999
- type SCreateCampaignKeyDocumentRequest = v.InferOutput<typeof SCreateCampaignKeyDocumentRequest>;
1000
953
  declare const SReadCampaignKeyDocumentById: v.ObjectSchema<{
1001
954
  readonly id: v.SchemaWithPipe<readonly [v.NumberSchema<"please provide a valid id">, v.MinValueAction<number, 0, "please provide a valid id">]>;
1002
955
  }, undefined>;
@@ -1065,6 +1018,7 @@ declare const SQueryListCampaignPhaseDocuments: v.ObjectSchema<{
1065
1018
  }, undefined>;
1066
1019
  type SQueryListCampaignPhaseDocuments = v.InferOutput<typeof SQueryListCampaignPhaseDocuments>;
1067
1020
  declare const SCreateCampaignPhaseDocument: v.ObjectSchema<{
1021
+ readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1068
1022
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1069
1023
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1070
1024
  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>;
@@ -1073,11 +1027,13 @@ declare const SCreateCampaignPhaseDocument: v.ObjectSchema<{
1073
1027
  type SCreateCampaignPhaseDocument = v.InferOutput<typeof SCreateCampaignPhaseDocument>;
1074
1028
  declare const SCreateMultipleCampaignPhaseDocuments: v.ObjectSchema<{
1075
1029
  readonly campaign_phases: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
1030
+ readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1076
1031
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1077
1032
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1078
1033
  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>;
1079
1034
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1080
1035
  }, undefined>, undefined>, v.MinLengthAction<{
1036
+ group: string;
1081
1037
  label: string;
1082
1038
  value: string;
1083
1039
  description: string | null;
@@ -1085,16 +1041,6 @@ declare const SCreateMultipleCampaignPhaseDocuments: v.ObjectSchema<{
1085
1041
  }[], 1, "At least one campaign phase is required">]>;
1086
1042
  }, undefined>;
1087
1043
  type SCreateMultipleCampaignPhaseDocuments = v.InferOutput<typeof SCreateMultipleCampaignPhaseDocuments>;
1088
- declare const SCreateCampaignPhaseDocumentRequest: v.ObjectSchema<{
1089
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1090
- readonly data: v.ObjectSchema<{
1091
- readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1092
- readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1093
- 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>;
1094
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1095
- }, undefined>;
1096
- }, undefined>;
1097
- type SCreateCampaignPhaseDocumentRequest = v.InferOutput<typeof SCreateCampaignPhaseDocumentRequest>;
1098
1044
  declare const SReadCampaignPhaseDocumentById: v.ObjectSchema<{
1099
1045
  readonly id: v.SchemaWithPipe<readonly [v.NumberSchema<"please provide a valid id">, v.MinValueAction<number, 0, "please provide a valid id">]>;
1100
1046
  }, undefined>;
@@ -1163,6 +1109,7 @@ declare const SQueryListCampaignProductDocuments: v.ObjectSchema<{
1163
1109
  }, undefined>;
1164
1110
  type SQueryListCampaignProductDocuments = v.InferOutput<typeof SQueryListCampaignProductDocuments>;
1165
1111
  declare const SCreateCampaignProductDocument: v.ObjectSchema<{
1112
+ readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1166
1113
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1167
1114
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1168
1115
  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>;
@@ -1171,11 +1118,13 @@ declare const SCreateCampaignProductDocument: v.ObjectSchema<{
1171
1118
  type SCreateCampaignProductDocument = v.InferOutput<typeof SCreateCampaignProductDocument>;
1172
1119
  declare const SCreateMultipleCampaignProductDocuments: v.ObjectSchema<{
1173
1120
  readonly campaign_products: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
1121
+ readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1174
1122
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1175
1123
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1176
1124
  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>;
1177
1125
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1178
1126
  }, undefined>, undefined>, v.MinLengthAction<{
1127
+ group: string;
1179
1128
  label: string;
1180
1129
  value: string;
1181
1130
  description: string | null;
@@ -1183,16 +1132,6 @@ declare const SCreateMultipleCampaignProductDocuments: v.ObjectSchema<{
1183
1132
  }[], 1, "At least one campaign product is required">]>;
1184
1133
  }, undefined>;
1185
1134
  type SCreateMultipleCampaignProductDocuments = v.InferOutput<typeof SCreateMultipleCampaignProductDocuments>;
1186
- declare const SCreateCampaignProductDocumentRequest: v.ObjectSchema<{
1187
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1188
- readonly data: v.ObjectSchema<{
1189
- readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1190
- readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1191
- 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>;
1192
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1193
- }, undefined>;
1194
- }, undefined>;
1195
- type SCreateCampaignProductDocumentRequest = v.InferOutput<typeof SCreateCampaignProductDocumentRequest>;
1196
1135
  declare const SReadCampaignProductDocumentById: v.ObjectSchema<{
1197
1136
  readonly id: v.SchemaWithPipe<readonly [v.NumberSchema<"please provide a valid id">, v.MinValueAction<number, 0, "please provide a valid id">]>;
1198
1137
  }, undefined>;
@@ -1261,6 +1200,7 @@ declare const SQueryListCampaignTargetDocuments: v.ObjectSchema<{
1261
1200
  }, undefined>;
1262
1201
  type SQueryListCampaignTargetDocuments = v.InferOutput<typeof SQueryListCampaignTargetDocuments>;
1263
1202
  declare const SCreateCampaignTargetDocument: v.ObjectSchema<{
1203
+ readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1264
1204
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1265
1205
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1266
1206
  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>;
@@ -1269,11 +1209,13 @@ declare const SCreateCampaignTargetDocument: v.ObjectSchema<{
1269
1209
  type SCreateCampaignTargetDocument = v.InferOutput<typeof SCreateCampaignTargetDocument>;
1270
1210
  declare const SCreateMultipleCampaignTargetDocuments: v.ObjectSchema<{
1271
1211
  readonly campaign_targets: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
1212
+ readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1272
1213
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1273
1214
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1274
1215
  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>;
1275
1216
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1276
1217
  }, undefined>, undefined>, v.MinLengthAction<{
1218
+ group: string;
1277
1219
  label: string;
1278
1220
  value: string;
1279
1221
  description: string | null;
@@ -1281,16 +1223,6 @@ declare const SCreateMultipleCampaignTargetDocuments: v.ObjectSchema<{
1281
1223
  }[], 1, "At least one campaign target is required">]>;
1282
1224
  }, undefined>;
1283
1225
  type SCreateMultipleCampaignTargetDocuments = v.InferOutput<typeof SCreateMultipleCampaignTargetDocuments>;
1284
- declare const SCreateCampaignTargetDocumentRequest: v.ObjectSchema<{
1285
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1286
- readonly data: v.ObjectSchema<{
1287
- readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1288
- readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1289
- 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>;
1290
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1291
- }, undefined>;
1292
- }, undefined>;
1293
- type SCreateCampaignTargetDocumentRequest = v.InferOutput<typeof SCreateCampaignTargetDocumentRequest>;
1294
1226
  declare const SReadCampaignTargetDocumentById: v.ObjectSchema<{
1295
1227
  readonly id: v.SchemaWithPipe<readonly [v.NumberSchema<"please provide a valid id">, v.MinValueAction<number, 0, "please provide a valid id">]>;
1296
1228
  }, undefined>;
@@ -1359,6 +1291,7 @@ declare const SQueryListContentDocuments: v.ObjectSchema<{
1359
1291
  }, undefined>;
1360
1292
  type SQueryListContentDocuments = v.InferOutput<typeof SQueryListContentDocuments>;
1361
1293
  declare const SCreateContentDocument: v.ObjectSchema<{
1294
+ readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1362
1295
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1363
1296
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1364
1297
  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>;
@@ -1367,11 +1300,13 @@ declare const SCreateContentDocument: v.ObjectSchema<{
1367
1300
  type SCreateContentDocument = v.InferOutput<typeof SCreateContentDocument>;
1368
1301
  declare const SCreateMultipleContentDocuments: v.ObjectSchema<{
1369
1302
  readonly contents: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
1303
+ readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1370
1304
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1371
1305
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1372
1306
  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>;
1373
1307
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1374
1308
  }, undefined>, undefined>, v.MinLengthAction<{
1309
+ group: string;
1375
1310
  label: string;
1376
1311
  value: string;
1377
1312
  description: string | null;
@@ -1379,16 +1314,6 @@ declare const SCreateMultipleContentDocuments: v.ObjectSchema<{
1379
1314
  }[], 1, "At least one term is required">]>;
1380
1315
  }, undefined>;
1381
1316
  type SCreateMultipleContentDocuments = v.InferOutput<typeof SCreateMultipleContentDocuments>;
1382
- declare const SCreateContentDocumentRequest: v.ObjectSchema<{
1383
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1384
- readonly data: v.ObjectSchema<{
1385
- readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1386
- readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1387
- 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>;
1388
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1389
- }, undefined>;
1390
- }, undefined>;
1391
- type SCreateContentDocumentRequest = v.InferOutput<typeof SCreateContentDocumentRequest>;
1392
1317
  declare const SReadContentDocumentById: v.ObjectSchema<{
1393
1318
  readonly id: v.SchemaWithPipe<readonly [v.NumberSchema<"please provide a valid id">, v.MinValueAction<number, 0, "please provide a valid id">]>;
1394
1319
  }, undefined>;
@@ -1457,6 +1382,7 @@ declare const SQueryListCreativeFormatVariantDocuments: v.ObjectSchema<{
1457
1382
  }, undefined>;
1458
1383
  type SQueryListCreativeFormatVariantDocuments = v.InferOutput<typeof SQueryListCreativeFormatVariantDocuments>;
1459
1384
  declare const SCreateCreativeFormatVariantDocument: v.ObjectSchema<{
1385
+ readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1460
1386
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1461
1387
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1462
1388
  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>;
@@ -1465,11 +1391,13 @@ declare const SCreateCreativeFormatVariantDocument: v.ObjectSchema<{
1465
1391
  type SCreateCreativeFormatVariantDocument = v.InferOutput<typeof SCreateCreativeFormatVariantDocument>;
1466
1392
  declare const SCreateMultipleCreativeFormatVariantDocuments: v.ObjectSchema<{
1467
1393
  readonly creative_format_variants: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
1394
+ readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1468
1395
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1469
1396
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1470
1397
  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>;
1471
1398
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1472
1399
  }, undefined>, undefined>, v.MinLengthAction<{
1400
+ group: string;
1473
1401
  label: string;
1474
1402
  value: string;
1475
1403
  description: string | null;
@@ -1477,16 +1405,6 @@ declare const SCreateMultipleCreativeFormatVariantDocuments: v.ObjectSchema<{
1477
1405
  }[], 1, "At least one term is required">]>;
1478
1406
  }, undefined>;
1479
1407
  type SCreateMultipleCreativeFormatVariantDocuments = v.InferOutput<typeof SCreateMultipleCreativeFormatVariantDocuments>;
1480
- declare const SCreateCreativeFormatVariantDocumentRequest: v.ObjectSchema<{
1481
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1482
- readonly data: v.ObjectSchema<{
1483
- readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1484
- readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1485
- 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>;
1486
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1487
- }, undefined>;
1488
- }, undefined>;
1489
- type SCreateCreativeFormatVariantDocumentRequest = v.InferOutput<typeof SCreateCreativeFormatVariantDocumentRequest>;
1490
1408
  declare const SReadCreativeFormatVariantDocumentById: v.ObjectSchema<{
1491
1409
  readonly id: v.SchemaWithPipe<readonly [v.NumberSchema<"please provide a valid id">, v.MinValueAction<number, 0, "please provide a valid id">]>;
1492
1410
  }, undefined>;
@@ -1555,6 +1473,7 @@ declare const SQueryListCreativeFormatDocuments: v.ObjectSchema<{
1555
1473
  }, undefined>;
1556
1474
  type SQueryListCreativeFormatDocuments = v.InferOutput<typeof SQueryListCreativeFormatDocuments>;
1557
1475
  declare const SCreateCreativeFormatDocument: v.ObjectSchema<{
1476
+ readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1558
1477
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1559
1478
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1560
1479
  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>;
@@ -1563,11 +1482,13 @@ declare const SCreateCreativeFormatDocument: v.ObjectSchema<{
1563
1482
  type SCreateCreativeFormatDocument = v.InferOutput<typeof SCreateCreativeFormatDocument>;
1564
1483
  declare const SCreateMultipleCreativeFormatDocuments: v.ObjectSchema<{
1565
1484
  readonly creative_formats: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
1485
+ readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1566
1486
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1567
1487
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1568
1488
  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>;
1569
1489
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1570
1490
  }, undefined>, undefined>, v.MinLengthAction<{
1491
+ group: string;
1571
1492
  label: string;
1572
1493
  value: string;
1573
1494
  description: string | null;
@@ -1575,16 +1496,6 @@ declare const SCreateMultipleCreativeFormatDocuments: v.ObjectSchema<{
1575
1496
  }[], 1, "At least one creative format is required">]>;
1576
1497
  }, undefined>;
1577
1498
  type SCreateMultipleCreativeFormatDocuments = v.InferOutput<typeof SCreateMultipleCreativeFormatDocuments>;
1578
- declare const SCreateCreativeFormatDocumentRequest: v.ObjectSchema<{
1579
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1580
- readonly data: v.ObjectSchema<{
1581
- readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1582
- readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1583
- 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>;
1584
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1585
- }, undefined>;
1586
- }, undefined>;
1587
- type SCreateCreativeFormatDocumentRequest = v.InferOutput<typeof SCreateCreativeFormatDocumentRequest>;
1588
1499
  declare const SReadCreativeFormatDocumentById: v.ObjectSchema<{
1589
1500
  readonly id: v.SchemaWithPipe<readonly [v.NumberSchema<"please provide a valid id">, v.MinValueAction<number, 0, "please provide a valid id">]>;
1590
1501
  }, undefined>;
@@ -1653,6 +1564,7 @@ declare const SQueryListMediumDocuments: v.ObjectSchema<{
1653
1564
  }, undefined>;
1654
1565
  type SQueryListMediumDocuments = v.InferOutput<typeof SQueryListMediumDocuments>;
1655
1566
  declare const SCreateMediumDocument: v.ObjectSchema<{
1567
+ readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1656
1568
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1657
1569
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1658
1570
  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>;
@@ -1661,11 +1573,13 @@ declare const SCreateMediumDocument: v.ObjectSchema<{
1661
1573
  type SCreateMediumDocument = v.InferOutput<typeof SCreateMediumDocument>;
1662
1574
  declare const SCreateMultipleMediumDocuments: v.ObjectSchema<{
1663
1575
  readonly mediums: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
1576
+ readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1664
1577
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1665
1578
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1666
1579
  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>;
1667
1580
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1668
1581
  }, undefined>, undefined>, v.MinLengthAction<{
1582
+ group: string;
1669
1583
  label: string;
1670
1584
  value: string;
1671
1585
  description: string | null;
@@ -1673,16 +1587,6 @@ declare const SCreateMultipleMediumDocuments: v.ObjectSchema<{
1673
1587
  }[], 1, "At least one medium is required">]>;
1674
1588
  }, undefined>;
1675
1589
  type SCreateMultipleMediumDocuments = v.InferOutput<typeof SCreateMultipleMediumDocuments>;
1676
- declare const SCreateMediumDocumentRequest: v.ObjectSchema<{
1677
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1678
- readonly data: v.ObjectSchema<{
1679
- readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1680
- readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1681
- 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>;
1682
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1683
- }, undefined>;
1684
- }, undefined>;
1685
- type SCreateMediumDocumentRequest = v.InferOutput<typeof SCreateMediumDocumentRequest>;
1686
1590
  declare const SReadMediumDocumentById: v.ObjectSchema<{
1687
1591
  readonly id: v.SchemaWithPipe<readonly [v.NumberSchema<"please provide a valid id">, v.MinValueAction<number, 0, "please provide a valid id">]>;
1688
1592
  }, undefined>;
@@ -1751,6 +1655,7 @@ declare const SQueryListSourceDocuments: v.ObjectSchema<{
1751
1655
  }, undefined>;
1752
1656
  type SQueryListSourceDocuments = v.InferOutput<typeof SQueryListSourceDocuments>;
1753
1657
  declare const SCreateSourceDocument: v.ObjectSchema<{
1658
+ readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1754
1659
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1755
1660
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1756
1661
  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>;
@@ -1759,11 +1664,13 @@ declare const SCreateSourceDocument: v.ObjectSchema<{
1759
1664
  type SCreateSourceDocument = v.InferOutput<typeof SCreateSourceDocument>;
1760
1665
  declare const SCreateMultipleSourceDocuments: v.ObjectSchema<{
1761
1666
  readonly sources: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
1667
+ readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1762
1668
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1763
1669
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1764
1670
  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>;
1765
1671
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1766
1672
  }, undefined>, undefined>, v.MinLengthAction<{
1673
+ group: string;
1767
1674
  label: string;
1768
1675
  value: string;
1769
1676
  description: string | null;
@@ -1771,16 +1678,6 @@ declare const SCreateMultipleSourceDocuments: v.ObjectSchema<{
1771
1678
  }[], 1, "At least one source is required">]>;
1772
1679
  }, undefined>;
1773
1680
  type SCreateMultipleSourceDocuments = v.InferOutput<typeof SCreateMultipleSourceDocuments>;
1774
- declare const SCreateSourceDocumentRequest: v.ObjectSchema<{
1775
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1776
- readonly data: v.ObjectSchema<{
1777
- readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1778
- readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1779
- 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>;
1780
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1781
- }, undefined>;
1782
- }, undefined>;
1783
- type SCreateSourceDocumentRequest = v.InferOutput<typeof SCreateSourceDocumentRequest>;
1784
1681
  declare const SReadSourceDocumentById: v.ObjectSchema<{
1785
1682
  readonly id: v.SchemaWithPipe<readonly [v.NumberSchema<"please provide a valid id">, v.MinValueAction<number, 0, "please provide a valid id">]>;
1786
1683
  }, undefined>;
@@ -1849,6 +1746,7 @@ declare const SQueryListTermDocuments: v.ObjectSchema<{
1849
1746
  }, undefined>;
1850
1747
  type SQueryListTermDocuments = v.InferOutput<typeof SQueryListTermDocuments>;
1851
1748
  declare const SCreateTermDocument: v.ObjectSchema<{
1749
+ readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1852
1750
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1853
1751
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1854
1752
  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>;
@@ -1857,11 +1755,13 @@ declare const SCreateTermDocument: v.ObjectSchema<{
1857
1755
  type SCreateTermDocument = v.InferOutput<typeof SCreateTermDocument>;
1858
1756
  declare const SCreateMultipleTermDocuments: v.ObjectSchema<{
1859
1757
  readonly terms: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
1758
+ readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1860
1759
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1861
1760
  readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1862
1761
  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>;
1863
1762
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1864
1763
  }, undefined>, undefined>, v.MinLengthAction<{
1764
+ group: string;
1865
1765
  label: string;
1866
1766
  value: string;
1867
1767
  description: string | null;
@@ -1869,16 +1769,6 @@ declare const SCreateMultipleTermDocuments: v.ObjectSchema<{
1869
1769
  }[], 1, "At least one term is required">]>;
1870
1770
  }, undefined>;
1871
1771
  type SCreateMultipleTermDocuments = v.InferOutput<typeof SCreateMultipleTermDocuments>;
1872
- declare const SCreateTermDocumentRequest: v.ObjectSchema<{
1873
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1874
- readonly data: v.ObjectSchema<{
1875
- readonly label: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a label">, v.TrimAction, v.MinLengthAction<string, 1, "the label is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the label is too long, it must be 255 characters or less">]>;
1876
- readonly value: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a value">, v.TrimAction, v.MinLengthAction<string, 1, "the value is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 255, "the value is too long, it must be 255 characters or less">, v.RegexAction<string, "the value can only contain letters, numbers, and the special characters: - _ .">]>;
1877
- 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>;
1878
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1879
- }, undefined>;
1880
- }, undefined>;
1881
- type SCreateTermDocumentRequest = v.InferOutput<typeof SCreateTermDocumentRequest>;
1882
1772
  declare const SReadTermDocumentById: v.ObjectSchema<{
1883
1773
  readonly id: v.SchemaWithPipe<readonly [v.NumberSchema<"please provide a valid id">, v.MinValueAction<number, 0, "please provide a valid id">]>;
1884
1774
  }, undefined>;
@@ -1947,6 +1837,7 @@ declare const SQueryListWebsiteDocuments: v.ObjectSchema<{
1947
1837
  }, undefined>;
1948
1838
  type SQueryListWebsiteDocuments = v.InferOutput<typeof SQueryListWebsiteDocuments>;
1949
1839
  declare const SCreateWebsiteDocument: v.ObjectSchema<{
1840
+ readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1950
1841
  readonly domain: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a domain">, v.TrimAction, v.MinLengthAction<string, 10, "the domain is too short, it must be at least 10 characters">, v.MaxLengthAction<string, 253, "the domain is too long, it must be 253 characters or less">, v.RegexAction<string, "please provide a valid domain name">]>;
1951
1842
  readonly description: v.UndefinedableSchema<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>, undefined>;
1952
1843
  readonly is_secure: v.BooleanSchema<"isSecure must be a boolean">;
@@ -1955,11 +1846,13 @@ declare const SCreateWebsiteDocument: v.ObjectSchema<{
1955
1846
  type SCreateWebsiteDocument = v.InferOutput<typeof SCreateWebsiteDocument>;
1956
1847
  declare const SCreateMultipleWebsiteDocuments: v.ObjectSchema<{
1957
1848
  readonly websites: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
1849
+ readonly group: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1958
1850
  readonly domain: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a domain">, v.TrimAction, v.MinLengthAction<string, 10, "the domain is too short, it must be at least 10 characters">, v.MaxLengthAction<string, 253, "the domain is too long, it must be 253 characters or less">, v.RegexAction<string, "please provide a valid domain name">]>;
1959
1851
  readonly description: v.UndefinedableSchema<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>, undefined>;
1960
1852
  readonly is_secure: v.BooleanSchema<"isSecure must be a boolean">;
1961
1853
  readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1962
1854
  }, undefined>, undefined>, v.MinLengthAction<{
1855
+ group: string;
1963
1856
  domain: string;
1964
1857
  description: string | null | undefined;
1965
1858
  is_secure: boolean;
@@ -1967,16 +1860,6 @@ declare const SCreateMultipleWebsiteDocuments: v.ObjectSchema<{
1967
1860
  }[], 1, "At least one website is required">]>;
1968
1861
  }, undefined>;
1969
1862
  type SCreateMultipleWebsiteDocuments = v.InferOutput<typeof SCreateMultipleWebsiteDocuments>;
1970
- declare const SCreateWebsiteDocumentRequest: v.ObjectSchema<{
1971
- readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
1972
- readonly data: v.ObjectSchema<{
1973
- readonly domain: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a domain">, v.TrimAction, v.MinLengthAction<string, 10, "the domain is too short, it must be at least 10 characters">, v.MaxLengthAction<string, 253, "the domain is too long, it must be 253 characters or less">, v.RegexAction<string, "please provide a valid domain name">]>;
1974
- readonly description: v.UndefinedableSchema<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>, undefined>;
1975
- readonly is_secure: v.BooleanSchema<"isSecure must be a boolean">;
1976
- readonly is_active: v.BooleanSchema<"isActive must be a boolean">;
1977
- }, undefined>;
1978
- }, undefined>;
1979
- type SCreateWebsiteDocumentRequest = v.InferOutput<typeof SCreateWebsiteDocumentRequest>;
1980
1863
  declare const SReadWebsiteDocumentById: v.ObjectSchema<{
1981
1864
  readonly id: v.SchemaWithPipe<readonly [v.NumberSchema<"please provide a valid id">, v.MinValueAction<number, 0, "please provide a valid id">]>;
1982
1865
  }, undefined>;
@@ -5187,293 +5070,70 @@ declare const SWebsiteDocumentWithRelations: v.ObjectSchema<{
5187
5070
  }, undefined>;
5188
5071
  type SWebsiteDocumentWithRelations = v.InferOutput<typeof SWebsiteDocumentWithRelations>;
5189
5072
 
5190
- declare const default_sources: {
5191
- readonly meta: {
5192
- readonly label: "Meta (FB/IG)";
5193
- readonly value: "meta";
5194
- readonly description: "Content published to all Meta platforms: Facebook, Instagram";
5073
+ declare const DEFAULT_CAMPAIGN_PHASES: {
5074
+ readonly brand: {
5075
+ readonly label: "Brand";
5076
+ readonly value: "brand";
5077
+ readonly description: "Company branded content";
5195
5078
  readonly is_active: true;
5196
5079
  };
5197
- readonly facebook: {
5198
- readonly label: "Facebook";
5199
- readonly value: "meta_facebook";
5200
- readonly description: "Content published exclusively on Facebook";
5080
+ readonly p1: {
5081
+ readonly label: "Phase 1";
5082
+ readonly value: "p1";
5083
+ readonly description: "Interest list building";
5201
5084
  readonly is_active: true;
5202
5085
  };
5203
- readonly instagram: {
5204
- readonly label: "Instagram";
5205
- readonly value: "meta_instagram";
5206
- readonly description: "Content published exclusively on Instagram";
5086
+ readonly p2: {
5087
+ readonly label: "Phase 2";
5088
+ readonly value: "p2";
5089
+ readonly description: "Pre-qual/pre-sale";
5207
5090
  readonly is_active: true;
5208
5091
  };
5209
- readonly tiktok: {
5210
- readonly label: "TikTok";
5211
- readonly value: "tiktok";
5212
- readonly description: "Content published exclusively on TikTok";
5092
+ readonly p3: {
5093
+ readonly label: "Phase 3";
5094
+ readonly value: "p3";
5095
+ readonly description: "Grand opening/now available";
5213
5096
  readonly is_active: true;
5214
5097
  };
5215
- readonly twitter: {
5216
- readonly label: "X/Twitter";
5217
- readonly value: "twitter";
5218
- readonly description: "Content for X.com formerly known as Twitter";
5098
+ readonly p4: {
5099
+ readonly label: "Phase 4";
5100
+ readonly value: "p4";
5101
+ readonly description: "For sale/maintenance period";
5219
5102
  readonly is_active: true;
5220
5103
  };
5221
- readonly xcom: {
5222
- readonly label: "X.com";
5223
- readonly value: "x_twitter";
5224
- readonly description: "Content published exclusively on X.com";
5104
+ readonly p5: {
5105
+ readonly label: "Phase 5";
5106
+ readonly value: "p5";
5107
+ readonly description: "Final sale";
5225
5108
  readonly is_active: true;
5226
5109
  };
5227
- readonly linkedin: {
5228
- readonly label: "LinkedIn";
5229
- readonly value: "linkedin";
5230
- readonly description: "Content published exclusively on LinkedIn";
5110
+ };
5111
+ type DefaultCampaignPhaseKey = keyof typeof DEFAULT_CAMPAIGN_PHASES;
5112
+ type DefaultCampaignPhaseValue = (typeof DEFAULT_CAMPAIGN_PHASES)[DefaultCampaignPhaseKey];
5113
+
5114
+ declare const DEFAULT_CONTENTS: {
5115
+ readonly testimonial: {
5116
+ readonly label: "Testimonial";
5117
+ readonly value: "testimonial";
5118
+ readonly description: "Buyer telling story about their purchase experience";
5231
5119
  readonly is_active: true;
5232
5120
  };
5233
- readonly pinterest: {
5234
- readonly label: "Pinterest";
5235
- readonly value: "pinterest";
5236
- readonly description: "Content published exclusively on Pinterest";
5121
+ readonly agent: {
5122
+ readonly label: "Agent";
5123
+ readonly value: "agent";
5124
+ readonly description: "Salespeople on camera marketing their neighborhood";
5237
5125
  readonly is_active: true;
5238
5126
  };
5239
- readonly youtube: {
5240
- readonly label: "YouTube";
5241
- readonly value: "youtube";
5242
- readonly description: "Content published exclusively on YouTube";
5127
+ readonly education: {
5128
+ readonly label: "Education";
5129
+ readonly value: "education";
5130
+ readonly description: "Content that is to educate buyers on any variety of home buying process";
5243
5131
  readonly is_active: true;
5244
5132
  };
5245
- readonly sms: {
5246
- readonly label: "Text Message (SMS)";
5247
- readonly value: "sms";
5248
- readonly description: "Content published exclusively via Text Message (SMS)";
5249
- readonly is_active: true;
5250
- };
5251
- readonly email: {
5252
- readonly label: "Email";
5253
- readonly value: "email";
5254
- readonly description: "Content published exclusively via Email";
5255
- readonly is_active: true;
5256
- };
5257
- readonly google: {
5258
- readonly label: "Google Ads";
5259
- readonly value: "google";
5260
- readonly description: "Content published exclusively via Google Ads";
5261
- readonly is_active: true;
5262
- };
5263
- readonly realtorcom: {
5264
- readonly label: "Realtor.com";
5265
- readonly value: "rdc";
5266
- readonly description: "Content published exclusively on Realtor.com (RDC)";
5267
- readonly is_active: true;
5268
- };
5269
- readonly zillow: {
5270
- readonly label: "Zillow";
5271
- readonly value: "zillow";
5272
- readonly description: "Content published exclusively on Zillow";
5273
- readonly is_active: true;
5274
- };
5275
- readonly bdx_nhs: {
5276
- readonly label: "New Home Source (Zonda)";
5277
- readonly value: "bdx_nhs";
5278
- readonly description: "Content published exclusively on New Home Source";
5279
- readonly is_active: true;
5280
- };
5281
- readonly yelp: {
5282
- readonly label: "Yelp";
5283
- readonly value: "yelp";
5284
- readonly description: "Content published exclusively on Yelp";
5285
- readonly is_active: true;
5286
- };
5287
- readonly qr_code: {
5288
- readonly label: "QR Code";
5289
- readonly value: "qr_code";
5290
- readonly description: "Content published exclusively via a QR Code";
5291
- readonly is_active: true;
5292
- };
5293
- readonly stackadapt: {
5294
- readonly label: "StackAdapt";
5295
- readonly value: "stackadapt";
5296
- readonly description: "Content published exclusively via StackAdapt";
5297
- readonly is_active: true;
5298
- };
5299
- readonly newswire: {
5300
- readonly label: "Newswire";
5301
- readonly value: "newswire";
5302
- readonly description: "Content published exclusively via Newswire";
5303
- readonly is_active: true;
5304
- };
5305
- readonly mobile_app: {
5306
- readonly label: "Mobile App";
5307
- readonly value: "mobile_app";
5308
- readonly description: "Content published exclusively via a Mobile App";
5309
- readonly is_active: true;
5310
- };
5311
- readonly referral: {
5312
- readonly label: "Referral";
5313
- readonly value: "referral";
5314
- readonly description: "Content published exclusively via a Referral source";
5315
- readonly is_active: true;
5316
- };
5317
- };
5318
- type DefaultSourceKey = keyof typeof default_sources;
5319
- type DefaultSourceValue = (typeof default_sources)[DefaultSourceKey];
5320
- declare const default_mediums: {
5321
- readonly social: {
5322
- readonly label: "Organic Social";
5323
- readonly value: "social";
5324
- readonly description: "Organic social posts across all platforms";
5325
- readonly is_active: true;
5326
- };
5327
- readonly paid_social: {
5328
- readonly label: "Paid Social";
5329
- readonly value: "paid_social";
5330
- readonly description: "Any paid media on social platforms";
5331
- readonly is_active: true;
5332
- };
5333
- readonly paid_search: {
5334
- readonly label: "Paid Search";
5335
- readonly value: "paid_search";
5336
- readonly description: "Reserved for text-based ads on search platforms (google, bing, etc)";
5337
- readonly is_active: true;
5338
- };
5339
- readonly paid_display: {
5340
- readonly label: "Paid Display";
5341
- readonly value: "paid_display";
5342
- readonly description: "Any image-based ads through a paid media buying platform (excluding social)";
5343
- readonly is_active: true;
5344
- };
5345
- readonly paid_video: {
5346
- readonly label: "Paid Video";
5347
- readonly value: "paid_video";
5348
- readonly description: "Any video-based ads through a paid media buying platform (excluding social)";
5349
- readonly is_active: true;
5350
- };
5351
- readonly paid_listing: {
5352
- readonly label: "Paid Listing";
5353
- readonly value: "paid_listing";
5354
- readonly description: "Paid product listing on a ad/partner/affiliated website";
5355
- readonly is_active: true;
5356
- };
5357
- readonly paid: {
5358
- readonly label: "Paid";
5359
- readonly value: "paid";
5360
- readonly description: "Reserved for any other paid promotions that do not fit into the other categories";
5361
- readonly is_active: true;
5362
- };
5363
- readonly blast: {
5364
- readonly label: "Blast";
5365
- readonly value: "blast";
5366
- readonly description: "Used when sending a piece of content through an OWNED media source (such as email or text) to an entire group of people all at once";
5367
- readonly is_active: true;
5368
- };
5369
- readonly paid_blast: {
5370
- readonly label: "Paid Blast";
5371
- readonly value: "paid_blast";
5372
- readonly description: "Used when sending a piece of content through a PAID media source (such as paid email lists or third-party text referral) to an entire group of people all at once";
5373
- readonly is_active: true;
5374
- };
5375
- readonly flow: {
5376
- readonly label: "Flow";
5377
- readonly value: "flow";
5378
- readonly description: "Used when sending a piece of content through an OWNED media source (such as email or text) to a single user as a part of a multi-touch drip campaign";
5379
- readonly is_active: true;
5380
- };
5381
- readonly signage: {
5382
- readonly label: "Signage";
5383
- readonly value: "signage";
5384
- readonly description: "Used when a user scans a QR code off of a sign, can add others here if we use QR codes on other content.";
5385
- readonly is_active: true;
5386
- };
5387
- readonly content: {
5388
- readonly label: "Content";
5389
- readonly value: "content";
5390
- readonly description: "Used for generic content mediums other than the mediums listed";
5391
- readonly is_active: true;
5392
- };
5393
- readonly paid_ctv: {
5394
- readonly label: "Connected TV";
5395
- readonly value: "paid_ctv";
5396
- readonly description: "Used for paid ads on TV, Streaming Providers or other Connected TV sources";
5397
- readonly is_active: true;
5398
- };
5399
- readonly popup: {
5400
- readonly label: "Popup";
5401
- readonly value: "popup";
5402
- readonly description: "Used only for popup content embedded on a website (owned or third party)";
5403
- readonly is_active: true;
5404
- };
5405
- readonly press_release: {
5406
- readonly label: "Press Release";
5407
- readonly value: "press_release";
5408
- readonly description: "Used for content related to a press release";
5409
- readonly is_active: true;
5410
- };
5411
- };
5412
- type DefaultMediumKey = keyof typeof default_mediums;
5413
- type DefaultMediumValue = (typeof default_mediums)[DefaultMediumKey];
5414
- declare const default_campaign_phases: {
5415
- readonly brand: {
5416
- readonly label: "Brand";
5417
- readonly value: "brand";
5418
- readonly description: "Company branded content";
5419
- readonly is_active: true;
5420
- };
5421
- readonly p1: {
5422
- readonly label: "Phase 1";
5423
- readonly value: "p1";
5424
- readonly description: "Interest list building";
5425
- readonly is_active: true;
5426
- };
5427
- readonly p2: {
5428
- readonly label: "Phase 2";
5429
- readonly value: "p2";
5430
- readonly description: "Pre-qual/pre-sale";
5431
- readonly is_active: true;
5432
- };
5433
- readonly p3: {
5434
- readonly label: "Phase 3";
5435
- readonly value: "p3";
5436
- readonly description: "Grand opening/now available";
5437
- readonly is_active: true;
5438
- };
5439
- readonly p4: {
5440
- readonly label: "Phase 4";
5441
- readonly value: "p4";
5442
- readonly description: "For sale/maintenance period";
5443
- readonly is_active: true;
5444
- };
5445
- readonly p5: {
5446
- readonly label: "Phase 5";
5447
- readonly value: "p5";
5448
- readonly description: "Final sale";
5449
- readonly is_active: true;
5450
- };
5451
- };
5452
- type DefaultCampaignPhaseKey = keyof typeof default_campaign_phases;
5453
- type DefaultCampaignPhaseValue = (typeof default_campaign_phases)[DefaultCampaignPhaseKey];
5454
- declare const default_contents: {
5455
- readonly testimonial: {
5456
- readonly label: "Testimonial";
5457
- readonly value: "testimonial";
5458
- readonly description: "Buyer telling story about their purchase experience";
5459
- readonly is_active: true;
5460
- };
5461
- readonly agent: {
5462
- readonly label: "Agent";
5463
- readonly value: "agent";
5464
- readonly description: "Salespeople on camera marketing their neighborhood";
5465
- readonly is_active: true;
5466
- };
5467
- readonly education: {
5468
- readonly label: "Education";
5469
- readonly value: "education";
5470
- readonly description: "Content that is to educate buyers on any variety of home buying process";
5471
- readonly is_active: true;
5472
- };
5473
- readonly charity: {
5474
- readonly label: "Charity";
5475
- readonly value: "charity";
5476
- readonly description: "Content related to any charitable efforts on behalf of builder";
5133
+ readonly charity: {
5134
+ readonly label: "Charity";
5135
+ readonly value: "charity";
5136
+ readonly description: "Content related to any charitable efforts on behalf of builder";
5477
5137
  readonly is_active: true;
5478
5138
  };
5479
5139
  readonly recruitment: {
@@ -5561,9 +5221,123 @@ declare const default_contents: {
5561
5221
  readonly is_active: true;
5562
5222
  };
5563
5223
  };
5564
- type DefaultContentKey = keyof typeof default_contents;
5565
- type DefaultContentValue = (typeof default_contents)[DefaultContentKey];
5566
- declare const default_creative_formats: {
5224
+ type DefaultContentKey = keyof typeof DEFAULT_CONTENTS;
5225
+ type DefaultContentValue = (typeof DEFAULT_CONTENTS)[DefaultContentKey];
5226
+
5227
+ declare const DEFAULT_CREATIVE_FORMAT_VARIANTS: {
5228
+ readonly short_form: {
5229
+ readonly label: "Short Form Video";
5230
+ readonly value: "short_form";
5231
+ readonly description: "Short form video content";
5232
+ readonly is_active: true;
5233
+ };
5234
+ readonly long_form: {
5235
+ readonly label: "Long Form Video";
5236
+ readonly value: "long_form";
5237
+ readonly description: "Long form video content";
5238
+ readonly is_active: true;
5239
+ };
5240
+ readonly image: {
5241
+ readonly label: "Image";
5242
+ readonly value: "image";
5243
+ readonly description: "Content that rely on photography to convey a message";
5244
+ readonly is_active: true;
5245
+ };
5246
+ readonly gif: {
5247
+ readonly label: "GIF";
5248
+ readonly value: "gif";
5249
+ readonly description: "Content using an animated GIF";
5250
+ readonly is_active: true;
5251
+ };
5252
+ readonly text: {
5253
+ readonly label: "Text";
5254
+ readonly value: "text";
5255
+ readonly description: "Content that rely on typography/text to convey a message";
5256
+ readonly is_active: true;
5257
+ };
5258
+ readonly carousel: {
5259
+ readonly label: "Carousel";
5260
+ readonly value: "carousel";
5261
+ readonly description: "Content in a carousel or slideshow format";
5262
+ readonly is_active: true;
5263
+ };
5264
+ readonly people: {
5265
+ readonly label: "People";
5266
+ readonly value: "people";
5267
+ readonly description: "Content that uses humans/actors to convey a message";
5268
+ readonly is_active: true;
5269
+ };
5270
+ readonly faceless: {
5271
+ readonly label: "Faceless (No People)";
5272
+ readonly value: "faceless";
5273
+ readonly description: "Content with no people/human faces depicted";
5274
+ readonly is_active: true;
5275
+ };
5276
+ readonly popup: {
5277
+ readonly label: "Pop Up";
5278
+ readonly value: "popup";
5279
+ readonly description: "Website pop up content";
5280
+ readonly is_active: true;
5281
+ };
5282
+ readonly banner: {
5283
+ readonly label: "Banner";
5284
+ readonly value: "banner";
5285
+ readonly description: "Banner content on a website";
5286
+ readonly is_active: true;
5287
+ };
5288
+ readonly broker: {
5289
+ readonly label: "Broker";
5290
+ readonly value: "broker";
5291
+ readonly description: "Content created for brokers";
5292
+ readonly is_active: true;
5293
+ };
5294
+ readonly consumer: {
5295
+ readonly label: "Consumer";
5296
+ readonly value: "consumer";
5297
+ readonly description: "Content created for consumers";
5298
+ readonly is_active: true;
5299
+ };
5300
+ readonly redrop: {
5301
+ readonly label: "Redrop";
5302
+ readonly value: "redrop";
5303
+ readonly description: "Content that is re-dropped to the same audience";
5304
+ readonly is_active: true;
5305
+ };
5306
+ readonly variant_a: {
5307
+ readonly label: "Variant A";
5308
+ readonly value: "variant_a";
5309
+ readonly description: "Used for a/b testing and/or ad variant names.";
5310
+ readonly is_active: true;
5311
+ };
5312
+ readonly variant_b: {
5313
+ readonly label: "Variant B";
5314
+ readonly value: "variant_b";
5315
+ readonly description: "Used for a/b testing and/or ad variant names.";
5316
+ readonly is_active: true;
5317
+ };
5318
+ readonly variant_c: {
5319
+ readonly label: "Variant C";
5320
+ readonly value: "variant_c";
5321
+ readonly description: "Used for a/b testing and/or ad variant names.";
5322
+ readonly is_active: true;
5323
+ };
5324
+ readonly variant_d: {
5325
+ readonly label: "Variant D";
5326
+ readonly value: "variant_d";
5327
+ readonly description: "Used for a/b testing and/or ad variant names.";
5328
+ readonly is_active: true;
5329
+ };
5330
+ readonly client_creative: {
5331
+ readonly label: "Client Creative";
5332
+ readonly value: "client_creative";
5333
+ readonly description: "Creative content was provided by the client to use—not GC designed content.";
5334
+ readonly is_active: true;
5335
+ };
5336
+ };
5337
+ type DefaultCreativeFormatVariantKey = keyof typeof DEFAULT_CREATIVE_FORMAT_VARIANTS;
5338
+ type DefaultCreativeFormatVariantValue = (typeof DEFAULT_CREATIVE_FORMAT_VARIANTS)[DefaultCreativeFormatVariantKey];
5339
+
5340
+ declare const DEFAULT_CREATIVE_FORMATS: {
5567
5341
  readonly post: {
5568
5342
  readonly label: "Post";
5569
5343
  readonly value: "post";
@@ -5679,120 +5453,234 @@ declare const default_creative_formats: {
5679
5453
  readonly is_active: true;
5680
5454
  };
5681
5455
  };
5682
- type DefaultCreativeFormatKey = keyof typeof default_creative_formats;
5683
- type DefaultCreativeFormatValue = (typeof default_creative_formats)[DefaultCreativeFormatKey];
5684
- declare const default_creative_format_variants: {
5685
- readonly short_form: {
5686
- readonly label: "Short Form Video";
5687
- readonly value: "short_form";
5688
- readonly description: "Short form video content";
5456
+ type DefaultCreativeFormatKey = keyof typeof DEFAULT_CREATIVE_FORMATS;
5457
+ type DefaultCreativeFormatValue = (typeof DEFAULT_CREATIVE_FORMATS)[DefaultCreativeFormatKey];
5458
+
5459
+ declare const DEFAULT_MEDIUMS: {
5460
+ readonly social: {
5461
+ readonly label: "Organic Social";
5462
+ readonly value: "social";
5463
+ readonly description: "Organic social posts across all platforms";
5689
5464
  readonly is_active: true;
5690
5465
  };
5691
- readonly long_form: {
5692
- readonly label: "Long Form Video";
5693
- readonly value: "long_form";
5694
- readonly description: "Long form video content";
5466
+ readonly paid_social: {
5467
+ readonly label: "Paid Social";
5468
+ readonly value: "paid_social";
5469
+ readonly description: "Any paid media on social platforms";
5695
5470
  readonly is_active: true;
5696
5471
  };
5697
- readonly image: {
5698
- readonly label: "Image";
5699
- readonly value: "image";
5700
- readonly description: "Content that rely on photography to convey a message";
5472
+ readonly paid_search: {
5473
+ readonly label: "Paid Search";
5474
+ readonly value: "paid_search";
5475
+ readonly description: "Reserved for text-based ads on search platforms (google, bing, etc)";
5701
5476
  readonly is_active: true;
5702
5477
  };
5703
- readonly gif: {
5704
- readonly label: "GIF";
5705
- readonly value: "gif";
5706
- readonly description: "Content using an animated GIF";
5478
+ readonly paid_display: {
5479
+ readonly label: "Paid Display";
5480
+ readonly value: "paid_display";
5481
+ readonly description: "Any image-based ads through a paid media buying platform (excluding social)";
5707
5482
  readonly is_active: true;
5708
5483
  };
5709
- readonly text: {
5710
- readonly label: "Text";
5711
- readonly value: "text";
5712
- readonly description: "Content that rely on typography/text to convey a message";
5484
+ readonly paid_video: {
5485
+ readonly label: "Paid Video";
5486
+ readonly value: "paid_video";
5487
+ readonly description: "Any video-based ads through a paid media buying platform (excluding social)";
5713
5488
  readonly is_active: true;
5714
5489
  };
5715
- readonly carousel: {
5716
- readonly label: "Carousel";
5717
- readonly value: "carousel";
5718
- readonly description: "Content in a carousel or slideshow format";
5490
+ readonly paid_listing: {
5491
+ readonly label: "Paid Listing";
5492
+ readonly value: "paid_listing";
5493
+ readonly description: "Paid product listing on a ad/partner/affiliated website";
5719
5494
  readonly is_active: true;
5720
5495
  };
5721
- readonly people: {
5722
- readonly label: "People";
5723
- readonly value: "people";
5724
- readonly description: "Content that uses humans/actors to convey a message";
5496
+ readonly paid: {
5497
+ readonly label: "Paid";
5498
+ readonly value: "paid";
5499
+ readonly description: "Reserved for any other paid promotions that do not fit into the other categories";
5725
5500
  readonly is_active: true;
5726
5501
  };
5727
- readonly faceless: {
5728
- readonly label: "Faceless (No People)";
5729
- readonly value: "faceless";
5730
- readonly description: "Content with no people/human faces depicted";
5502
+ readonly blast: {
5503
+ readonly label: "Blast";
5504
+ readonly value: "blast";
5505
+ readonly description: "Used when sending a piece of content through an OWNED media source (such as email or text) to an entire group of people all at once";
5506
+ readonly is_active: true;
5507
+ };
5508
+ readonly paid_blast: {
5509
+ readonly label: "Paid Blast";
5510
+ readonly value: "paid_blast";
5511
+ readonly description: "Used when sending a piece of content through a PAID media source (such as paid email lists or third-party text referral) to an entire group of people all at once";
5512
+ readonly is_active: true;
5513
+ };
5514
+ readonly flow: {
5515
+ readonly label: "Flow";
5516
+ readonly value: "flow";
5517
+ readonly description: "Used when sending a piece of content through an OWNED media source (such as email or text) to a single user as a part of a multi-touch drip campaign";
5518
+ readonly is_active: true;
5519
+ };
5520
+ readonly signage: {
5521
+ readonly label: "Signage";
5522
+ readonly value: "signage";
5523
+ readonly description: "Used when a user scans a QR code off of a sign, can add others here if we use QR codes on other content.";
5524
+ readonly is_active: true;
5525
+ };
5526
+ readonly content: {
5527
+ readonly label: "Content";
5528
+ readonly value: "content";
5529
+ readonly description: "Used for generic content mediums other than the mediums listed";
5530
+ readonly is_active: true;
5531
+ };
5532
+ readonly paid_ctv: {
5533
+ readonly label: "Connected TV";
5534
+ readonly value: "paid_ctv";
5535
+ readonly description: "Used for paid ads on TV, Streaming Providers or other Connected TV sources";
5731
5536
  readonly is_active: true;
5732
5537
  };
5733
5538
  readonly popup: {
5734
- readonly label: "Pop Up";
5539
+ readonly label: "Popup";
5735
5540
  readonly value: "popup";
5736
- readonly description: "Website pop up content";
5541
+ readonly description: "Used only for popup content embedded on a website (owned or third party)";
5737
5542
  readonly is_active: true;
5738
5543
  };
5739
- readonly banner: {
5740
- readonly label: "Banner";
5741
- readonly value: "banner";
5742
- readonly description: "Banner content on a website";
5544
+ readonly press_release: {
5545
+ readonly label: "Press Release";
5546
+ readonly value: "press_release";
5547
+ readonly description: "Used for content related to a press release";
5743
5548
  readonly is_active: true;
5744
5549
  };
5745
- readonly broker: {
5746
- readonly label: "Broker";
5747
- readonly value: "broker";
5748
- readonly description: "Content created for brokers";
5550
+ };
5551
+ type DefaultMediumKey = keyof typeof DEFAULT_MEDIUMS;
5552
+ type DefaultMediumValue = (typeof DEFAULT_MEDIUMS)[DefaultMediumKey];
5553
+
5554
+ declare const DEFAULT_SOURCES: {
5555
+ readonly meta: {
5556
+ readonly label: "Meta (FB/IG)";
5557
+ readonly value: "meta";
5558
+ readonly description: "Content published to all Meta platforms: Facebook, Instagram";
5749
5559
  readonly is_active: true;
5750
5560
  };
5751
- readonly consumer: {
5752
- readonly label: "Consumer";
5753
- readonly value: "consumer";
5754
- readonly description: "Content created for consumers";
5561
+ readonly facebook: {
5562
+ readonly label: "Facebook";
5563
+ readonly value: "meta_facebook";
5564
+ readonly description: "Content published exclusively on Facebook";
5755
5565
  readonly is_active: true;
5756
5566
  };
5757
- readonly redrop: {
5758
- readonly label: "Redrop";
5759
- readonly value: "redrop";
5760
- readonly description: "Content that is re-dropped to the same audience";
5567
+ readonly instagram: {
5568
+ readonly label: "Instagram";
5569
+ readonly value: "meta_instagram";
5570
+ readonly description: "Content published exclusively on Instagram";
5761
5571
  readonly is_active: true;
5762
5572
  };
5763
- readonly variant_a: {
5764
- readonly label: "Variant A";
5765
- readonly value: "variant_a";
5766
- readonly description: "Used for a/b testing and/or ad variant names.";
5573
+ readonly tiktok: {
5574
+ readonly label: "TikTok";
5575
+ readonly value: "tiktok";
5576
+ readonly description: "Content published exclusively on TikTok";
5767
5577
  readonly is_active: true;
5768
5578
  };
5769
- readonly variant_b: {
5770
- readonly label: "Variant B";
5771
- readonly value: "variant_b";
5772
- readonly description: "Used for a/b testing and/or ad variant names.";
5579
+ readonly twitter: {
5580
+ readonly label: "X/Twitter";
5581
+ readonly value: "twitter";
5582
+ readonly description: "Content for X.com formerly known as Twitter";
5773
5583
  readonly is_active: true;
5774
5584
  };
5775
- readonly variant_c: {
5776
- readonly label: "Variant C";
5777
- readonly value: "variant_c";
5778
- readonly description: "Used for a/b testing and/or ad variant names.";
5585
+ readonly xcom: {
5586
+ readonly label: "X.com";
5587
+ readonly value: "x_twitter";
5588
+ readonly description: "Content published exclusively on X.com";
5779
5589
  readonly is_active: true;
5780
5590
  };
5781
- readonly variant_d: {
5782
- readonly label: "Variant D";
5783
- readonly value: "variant_d";
5784
- readonly description: "Used for a/b testing and/or ad variant names.";
5591
+ readonly linkedin: {
5592
+ readonly label: "LinkedIn";
5593
+ readonly value: "linkedin";
5594
+ readonly description: "Content published exclusively on LinkedIn";
5785
5595
  readonly is_active: true;
5786
5596
  };
5787
- readonly client_creative: {
5788
- readonly label: "Client Creative";
5789
- readonly value: "client_creative";
5790
- readonly description: "Creative content was provided by the client to use—not GC designed content.";
5597
+ readonly pinterest: {
5598
+ readonly label: "Pinterest";
5599
+ readonly value: "pinterest";
5600
+ readonly description: "Content published exclusively on Pinterest";
5601
+ readonly is_active: true;
5602
+ };
5603
+ readonly youtube: {
5604
+ readonly label: "YouTube";
5605
+ readonly value: "youtube";
5606
+ readonly description: "Content published exclusively on YouTube";
5607
+ readonly is_active: true;
5608
+ };
5609
+ readonly sms: {
5610
+ readonly label: "Text Message (SMS)";
5611
+ readonly value: "sms";
5612
+ readonly description: "Content published exclusively via Text Message (SMS)";
5613
+ readonly is_active: true;
5614
+ };
5615
+ readonly email: {
5616
+ readonly label: "Email";
5617
+ readonly value: "email";
5618
+ readonly description: "Content published exclusively via Email";
5619
+ readonly is_active: true;
5620
+ };
5621
+ readonly google: {
5622
+ readonly label: "Google Ads";
5623
+ readonly value: "google";
5624
+ readonly description: "Content published exclusively via Google Ads";
5625
+ readonly is_active: true;
5626
+ };
5627
+ readonly realtorcom: {
5628
+ readonly label: "Realtor.com";
5629
+ readonly value: "rdc";
5630
+ readonly description: "Content published exclusively on Realtor.com (RDC)";
5631
+ readonly is_active: true;
5632
+ };
5633
+ readonly zillow: {
5634
+ readonly label: "Zillow";
5635
+ readonly value: "zillow";
5636
+ readonly description: "Content published exclusively on Zillow";
5637
+ readonly is_active: true;
5638
+ };
5639
+ readonly bdx_nhs: {
5640
+ readonly label: "New Home Source (Zonda)";
5641
+ readonly value: "bdx_nhs";
5642
+ readonly description: "Content published exclusively on New Home Source";
5643
+ readonly is_active: true;
5644
+ };
5645
+ readonly yelp: {
5646
+ readonly label: "Yelp";
5647
+ readonly value: "yelp";
5648
+ readonly description: "Content published exclusively on Yelp";
5649
+ readonly is_active: true;
5650
+ };
5651
+ readonly qr_code: {
5652
+ readonly label: "QR Code";
5653
+ readonly value: "qr_code";
5654
+ readonly description: "Content published exclusively via a QR Code";
5655
+ readonly is_active: true;
5656
+ };
5657
+ readonly stackadapt: {
5658
+ readonly label: "StackAdapt";
5659
+ readonly value: "stackadapt";
5660
+ readonly description: "Content published exclusively via StackAdapt";
5661
+ readonly is_active: true;
5662
+ };
5663
+ readonly newswire: {
5664
+ readonly label: "Newswire";
5665
+ readonly value: "newswire";
5666
+ readonly description: "Content published exclusively via Newswire";
5667
+ readonly is_active: true;
5668
+ };
5669
+ readonly mobile_app: {
5670
+ readonly label: "Mobile App";
5671
+ readonly value: "mobile_app";
5672
+ readonly description: "Content published exclusively via a Mobile App";
5673
+ readonly is_active: true;
5674
+ };
5675
+ readonly referral: {
5676
+ readonly label: "Referral";
5677
+ readonly value: "referral";
5678
+ readonly description: "Content published exclusively via a Referral source";
5791
5679
  readonly is_active: true;
5792
5680
  };
5793
5681
  };
5794
- type DefaultCreativeFormatVariantKey = keyof typeof default_creative_format_variants;
5795
- type DefaultCreativeFormatVariantValue = (typeof default_creative_format_variants)[DefaultCreativeFormatVariantKey];
5682
+ type DefaultSourceKey = keyof typeof DEFAULT_SOURCES;
5683
+ type DefaultSourceValue = (typeof DEFAULT_SOURCES)[DefaultSourceKey];
5796
5684
 
5797
5685
  declare function dateToday(): Date;
5798
5686
  declare function datePlusDays(today: Date, days?: number): Date;
@@ -5905,4 +5793,4 @@ declare const IsValidOrUndefinedUrlUtmTerm: v.UndefinedableSchema<v.SchemaWithPi
5905
5793
  declare const IsValidUrlUtmId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "the utm_id is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 2030, "the utm_id is too long, it must be 2030 characters or less">, v.RegexAction<string, "utm_id can only contain letters, numbers, and the special characters: - _ .">]>;
5906
5794
  declare const IsValidOrUndefinedUrlUtmId: v.UndefinedableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "the utm_id is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 2030, "the utm_id is too long, it must be 2030 characters or less">, v.RegexAction<string, "utm_id can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
5907
5795
 
5908
- export { CAMPAIGN_ID_PAGINATION_DEFAULT_SIZE_LIMIT, CAMPAIGN_ID_PAGINATION_MAX_SIZE_LIMIT, CAMPAIGN_KEY_PAGINATION_DEFAULT_SIZE_LIMIT, CAMPAIGN_KEY_PAGINATION_MAX_SIZE_LIMIT, CAMPAIGN_PHASE_PAGINATION_DEFAULT_SIZE_LIMIT, CAMPAIGN_PHASE_PAGINATION_MAX_SIZE_LIMIT, CAMPAIGN_PRODUCT_PAGINATION_DEFAULT_SIZE_LIMIT, CAMPAIGN_PRODUCT_PAGINATION_MAX_SIZE_LIMIT, CONTENT_PAGINATION_DEFAULT_SIZE_LIMIT, CONTENT_PAGINATION_MAX_SIZE_LIMIT, CREATIVE_FORMAT_PAGINATION_DEFAULT_SIZE_LIMIT, CREATIVE_FORMAT_PAGINATION_MAX_SIZE_LIMIT, CREATIVE_FORMAT_VARIANT_PAGINATION_DEFAULT_SIZE_LIMIT, CREATIVE_FORMAT_VARIANT_PAGINATION_MAX_SIZE_LIMIT, type DefaultCampaignPhaseKey, type DefaultCampaignPhaseValue, type DefaultContentKey, type DefaultContentValue, type DefaultCreativeFormatKey, type DefaultCreativeFormatValue, type DefaultCreativeFormatVariantKey, type DefaultCreativeFormatVariantValue, type DefaultMediumKey, type DefaultMediumValue, type DefaultSourceKey, type DefaultSourceValue, ERROR_MESSAGE_REGEX_DOMAIN, ERROR_MESSAGE_REGEX_VALUE, GROUP_ENTITY_KEYS, GROUP_ENTITY_PERMISSIONS, GROUP_ENTITY_SCOPES, GROUP_PAGINATION_DEFAULT_SIZE_LIMIT, GROUP_PAGINATION_MAX_SIZE_LIMIT, GROUP_USER_PAGINATION_DEFAULT_SIZE_LIMIT, GROUP_USER_PAGINATION_MAX_SIZE_LIMIT, GroupApplyValueAsOptions, GroupApplyValueToOptions, type GroupEntityActions, type GroupEntityKey, type GroupEntityScope, IsValidApplyValueAs, IsValidApplyValueTo, IsValidBlocked, IsValidConfirmed, IsValidCost, IsValidCurrentPeriodEnd, IsValidCurrentPeriodStart, IsValidCustomerId, IsValidDescription, IsValidEmail, IsValidGroupUserScopes, IsValidIsActive, IsValidIsSecure, IsValidLabel, IsValidMinPage, IsValidName, IsValidOrUndefinedApplyValueAs, IsValidOrUndefinedApplyValueTo, IsValidOrUndefinedBlocked, IsValidOrUndefinedConfirmed, IsValidOrUndefinedCost, IsValidOrUndefinedCurrentPeriodEnd, IsValidOrUndefinedCurrentPeriodStart, IsValidOrUndefinedCustomerId, IsValidOrUndefinedDescription, IsValidOrUndefinedEmail, IsValidOrUndefinedIsActive, IsValidOrUndefinedIsSecure, IsValidOrUndefinedLabel, IsValidOrUndefinedName, IsValidOrUndefinedPassword, IsValidOrUndefinedPriceId, IsValidOrUndefinedProductId, IsValidOrUndefinedProvider, IsValidOrUndefinedSubscriptionId, IsValidOrUndefinedSubscriptionStatus, IsValidOrUndefinedTrialPeriodEnd, IsValidOrUndefinedUnitAmount, IsValidOrUndefinedUnitTermInMonths, IsValidOrUndefinedUrlDestination, IsValidOrUndefinedUrlDomain, IsValidOrUndefinedUrlFragment, IsValidOrUndefinedUrlPath, IsValidOrUndefinedUrlProtocol, IsValidOrUndefinedUrlQuery, IsValidOrUndefinedUrlUtmCampaign, IsValidOrUndefinedUrlUtmContent, IsValidOrUndefinedUrlUtmCreativeFormat, IsValidOrUndefinedUrlUtmId, IsValidOrUndefinedUrlUtmMedium, IsValidOrUndefinedUrlUtmSource, IsValidOrUndefinedUrlUtmTerm, IsValidOrUndefinedUserLimitationNumber, IsValidOrUndefinedUsername, IsValidOrUndefinedValue, IsValidPassword, IsValidPriceId, IsValidProductId, IsValidProvider, IsValidReferenceDocumentId, IsValidReferenceId, IsValidSubscriptionId, IsValidSubscriptionStatus, IsValidTrialPeriodEnd, IsValidUnitAmount, IsValidUnitTermInMonths, IsValidUrlDestination, IsValidUrlDomain, IsValidUrlFragment, IsValidUrlPath, IsValidUrlProtocol, IsValidUrlQuery, IsValidUrlUtmCampaign, IsValidUrlUtmContent, IsValidUrlUtmCreativeFormat, IsValidUrlUtmId, IsValidUrlUtmMedium, IsValidUrlUtmSource, IsValidUrlUtmTerm, IsValidUserLimitationNumber, IsValidUserLimitationNumberFallback, IsValidUsername, IsValidValue, LIMIT_MAX_DESCRIPTION, LIMIT_MAX_DESTINATION, LIMIT_MAX_DOMAIN, LIMIT_MAX_EMAIL, LIMIT_MAX_FRAGMENT, LIMIT_MAX_LABEL, LIMIT_MAX_NAME, LIMIT_MAX_PASSWORD, LIMIT_MAX_PATH, LIMIT_MAX_PRICE_ID, LIMIT_MAX_PRODUCT_ID, LIMIT_MAX_PROVIDER, LIMIT_MAX_QUERY, LIMIT_MAX_STRIPE_ID, LIMIT_MAX_UNIT_TERM_IN_MONTHS, LIMIT_MAX_USERNAME, LIMIT_MAX_UTM_CAMPAIGN, LIMIT_MAX_UTM_CONTENT, LIMIT_MAX_UTM_CREATIVE_FORMAT, LIMIT_MAX_UTM_ID, LIMIT_MAX_UTM_MEDIUM, LIMIT_MAX_UTM_SOURCE, LIMIT_MAX_UTM_TERM, LIMIT_MAX_VALUE, LIMIT_MIN_DESTINATION, LIMIT_MIN_DOMAIN, LIMIT_MIN_EMAIL, LIMIT_MIN_FRAGMENT, LIMIT_MIN_LABEL, LIMIT_MIN_NAME, LIMIT_MIN_PASSWORD, LIMIT_MIN_PATH, LIMIT_MIN_PRICE_ID, LIMIT_MIN_PRODUCT_ID, LIMIT_MIN_QUERY, LIMIT_MIN_UNIT_AMOUNT, LIMIT_MIN_UNIT_TERM_IN_MONTHS, LIMIT_MIN_USERNAME, LIMIT_MIN_UTM_CAMPAIGN, LIMIT_MIN_UTM_CONTENT, LIMIT_MIN_UTM_CREATIVE_FORMAT, LIMIT_MIN_UTM_ID, LIMIT_MIN_UTM_MEDIUM, LIMIT_MIN_UTM_SOURCE, LIMIT_MIN_UTM_TERM, LIMIT_MIN_VALUE, MEDIUM_PAGINATION_DEFAULT_SIZE_LIMIT, MEDIUM_PAGINATION_MAX_SIZE_LIMIT, type MediaFormat, type MediaFormats, type MediaUploadDocument, type PriceDocument, type ProductDocument, REGEX_DOMAIN, REGEX_VALUE, SBaseCampaignIdDocument, SBaseCampaignKeyDocument, SBaseCampaignPhaseDocument, SBaseCampaignProductDocument, SBaseCampaignTargetDocument, SBaseContentDocument, SBaseCreativeFormatDocument, SBaseCreativeFormatVariantDocument, SBaseDocument, SBaseDocumentCreatedBy, SBaseGroupDocument, SBaseGroupUserDocument, SBaseMediumDocument, SBaseRoleDocument, SBaseSourceDocument, SBaseTermDocument, SBaseTrackingLinkDocument, SBaseUserAccountDocument, SBaseUserDocument, SBaseUserLimitationsDocument, SBaseWebsiteDocument, SCampaignIdDocument, type SCampaignIdDocumentIn, type SCampaignIdDocumentOut, SCampaignIdDocumentWithRelations, SCampaignIdRelationsDocument, type SCampaignIdRelationsDocumentIn, type SCampaignIdRelationsDocumentOut, SCampaignKeyDocument, type SCampaignKeyDocumentIn, type SCampaignKeyDocumentOut, SCampaignKeyDocumentWithRelations, SCampaignKeyRelationsDocument, type SCampaignKeyRelationsDocumentIn, type SCampaignKeyRelationsDocumentOut, SCampaignPhaseDocument, type SCampaignPhaseDocumentIn, type SCampaignPhaseDocumentOut, SCampaignPhaseDocumentWithRelations, SCampaignPhaseRelationsDocument, type SCampaignPhaseRelationsDocumentIn, type SCampaignPhaseRelationsDocumentOut, SCampaignProductDocument, type SCampaignProductDocumentIn, type SCampaignProductDocumentOut, SCampaignProductDocumentWithRelations, SCampaignProductRelationsDocument, type SCampaignProductRelationsDocumentIn, type SCampaignProductRelationsDocumentOut, SCampaignTargetDocument, type SCampaignTargetDocumentIn, type SCampaignTargetDocumentOut, SCampaignTargetDocumentWithRelations, SCampaignTargetRelationsDocument, type SCampaignTargetRelationsDocumentIn, type SCampaignTargetRelationsDocumentOut, SChangePassword, SContentDocument, type SContentDocumentIn, type SContentDocumentOut, SContentDocumentWithRelations, SContentRelationsDocument, type SContentRelationsDocumentIn, type SContentRelationsDocumentOut, SCreateCampaignIdDocument, SCreateCampaignIdDocumentRequest, SCreateCampaignKeyDocument, SCreateCampaignKeyDocumentRequest, SCreateCampaignPhaseDocument, SCreateCampaignPhaseDocumentRequest, SCreateCampaignProductDocument, SCreateCampaignProductDocumentRequest, SCreateCampaignTargetDocument, SCreateCampaignTargetDocumentRequest, SCreateContentDocument, SCreateContentDocumentRequest, SCreateCreativeFormatDocument, SCreateCreativeFormatDocumentRequest, SCreateCreativeFormatVariantDocument, SCreateCreativeFormatVariantDocumentRequest, SCreateGroupDocument, SCreateGroupUserAssignMultipleUsers, SCreateGroupUserDocument, SCreateGroupUserDocumentRequest, SCreateMediumDocument, SCreateMediumDocumentRequest, SCreateMultipleCampaignIdDocuments, SCreateMultipleCampaignKeyDocuments, SCreateMultipleCampaignPhaseDocuments, SCreateMultipleCampaignProductDocuments, SCreateMultipleCampaignTargetDocuments, SCreateMultipleContentDocuments, SCreateMultipleCreativeFormatDocuments, SCreateMultipleCreativeFormatVariantDocuments, SCreateMultipleMediumDocuments, SCreateMultipleSourceDocuments, SCreateMultipleTermDocuments, SCreateMultipleTrackingLinkDocuments, SCreateMultipleWebsiteDocuments, SCreateSourceDocument, SCreateSourceDocumentRequest, SCreateTermDocument, SCreateTermDocumentRequest, SCreateTrackingLinkDocument, SCreateTrackingLinkDocumentRequest, SCreateUserAccountDocument, SCreateUserLimitationsDocument, SCreateWebsiteDocument, SCreateWebsiteDocumentRequest, SCreativeFormatDocument, type SCreativeFormatDocumentIn, type SCreativeFormatDocumentOut, SCreativeFormatDocumentWithRelations, SCreativeFormatRelationsDocument, type SCreativeFormatRelationsDocumentIn, type SCreativeFormatRelationsDocumentOut, SCreativeFormatVariantDocument, type SCreativeFormatVariantDocumentIn, type SCreativeFormatVariantDocumentOut, SCreativeFormatVariantDocumentWithRelations, SCreativeFormatVariantRelationsDocument, type SCreativeFormatVariantRelationsDocumentIn, type SCreativeFormatVariantRelationsDocumentOut, SDeleteCampaignIdDocument, SDeleteCampaignKeyDocument, SDeleteCampaignPhaseDocument, SDeleteCampaignProductDocument, SDeleteCampaignTargetDocument, SDeleteContentDocument, SDeleteCreativeFormatDocument, SDeleteCreativeFormatVariantDocument, SDeleteGroupDocument, SDeleteGroupUserDocument, SDeleteMediumDocument, SDeleteSourceDocument, SDeleteTermDocument, SDeleteTrackingLinkDocument, SDeleteWebsiteDocument, SForgotPasswordUserDocument, SGroupDocument, type SGroupDocumentIn, type SGroupDocumentOut, SGroupDocumentWithRelations, SGroupRelationAuthorizedUsers, SGroupRelationCampaignIds, SGroupRelationCampaignKeys, SGroupRelationCampaignPhases, SGroupRelationCampaignProducts, SGroupRelationContents, SGroupRelationCreativeFormatVariants, SGroupRelationCreativeFormats, SGroupRelationMediums, SGroupRelationSources, SGroupRelationTerms, SGroupRelationTrackingLinks, SGroupRelationWebsites, SGroupRelationsDocument, type SGroupRelationsDocumentIn, type SGroupRelationsDocumentOut, SGroupUserDocument, type SGroupUserDocumentIn, type SGroupUserDocumentOut, SGroupUserDocumentReqRelations, SGroupUserDocumentWithRelations, SGroupUserRelationsDocument, type SGroupUserRelationsDocumentIn, type SGroupUserRelationsDocumentOut, SGroupUserRelationsReqDocument, type SGroupUserRelationsReqDocumentIn, type SGroupUserRelationsReqDocumentOut, SLoginUserDocument, SMediumDocument, type SMediumDocumentIn, type SMediumDocumentOut, SMediumDocumentWithRelations, SMediumRelationsDocument, type SMediumRelationsDocumentIn, type SMediumRelationsDocumentOut, SOURCE_PAGINATION_DEFAULT_SIZE_LIMIT, SOURCE_PAGINATION_MAX_SIZE_LIMIT, SQueryListCampaignIdDocuments, SQueryListCampaignKeyDocuments, SQueryListCampaignPhaseDocuments, SQueryListCampaignProductDocuments, SQueryListCampaignTargetDocuments, SQueryListContentDocuments, SQueryListCreativeFormatDocuments, SQueryListCreativeFormatVariantDocuments, SQueryListGroupDocuments, SQueryListGroupUserDocuments, SQueryListMediumDocuments, SQueryListSourceDocuments, SQueryListTermDocuments, SQueryListTrackingLinkDocuments, SQueryListUserAccountDocuments, SQueryListUserDocuments, SQueryListUserDocumentsByIdentifier, SQueryListUserLimitationDocuments, SQueryListWebsiteDocuments, SReadCampaignIdDocumentByDocumentId, SReadCampaignIdDocumentById, SReadCampaignKeyDocumentByDocumentId, SReadCampaignKeyDocumentById, SReadCampaignPhaseDocumentByDocumentId, SReadCampaignPhaseDocumentById, SReadCampaignProductDocumentByDocumentId, SReadCampaignProductDocumentById, SReadCampaignTargetDocumentByDocumentId, SReadCampaignTargetDocumentById, SReadContentDocumentByDocumentId, SReadContentDocumentById, SReadCreativeFormatDocumentByDocumentId, SReadCreativeFormatDocumentById, SReadCreativeFormatVariantDocumentByDocumentId, SReadCreativeFormatVariantDocumentById, SReadGroupDocumentByDocumentId, SReadGroupDocumentById, SReadGroupUserDocumentByDocumentId, SReadGroupUserDocumentById, SReadMediumDocumentByDocumentId, SReadMediumDocumentById, SReadSourceDocumentByDocumentId, SReadSourceDocumentById, SReadTermDocumentByDocumentId, SReadTermDocumentById, SReadTrackingLinkDocumentByDocumentId, SReadTrackingLinkDocumentById, SReadUserAccountDocumentByDocumentId, SReadUserAccountDocumentById, SReadUserDocumentByDocumentId, SReadUserDocumentById, SReadUserDocumentToken, SReadUserLimitationsDocumentByDocumentId, SReadUserLimitationsDocumentById, SReadWebsiteDocumentByDocumentId, SReadWebsiteDocumentById, SRegisterUserDocument, SRequestConfirmEmail, SResetPasswordUserDocument, SRoleDocument, type SRoleDocumentIn, type SRoleDocumentOut, SRoleDocumentWithRelations, SRoleRelationsDocument, type SRoleRelationsDocumentIn, type SRoleRelationsDocumentOut, SSourceDocument, type SSourceDocumentIn, type SSourceDocumentOut, SSourceDocumentWithRelations, SSourceRelationsDocument, type SSourceRelationsDocumentIn, type SSourceRelationsDocumentOut, SStripeCheckoutCreateSession, SStripeCheckoutLineItem, STRAPI_PAGINATION_DEFAULT_SIZE_LIMIT, STRAPI_PAGINATION_MAX_SIZE_LIMIT, STRAPI_PAGINATION_MIN_SIZE_LIMIT, STermDocument, type STermDocumentIn, type STermDocumentOut, STermDocumentWithRelations, STermRelationsDocument, type STermRelationsDocumentIn, type STermRelationsDocumentOut, STrackingLinkDocument, type STrackingLinkDocumentIn, type STrackingLinkDocumentOut, STrackingLinkDocumentWithRelations, STrackingLinkRelationsDocument, type STrackingLinkRelationsDocumentIn, type STrackingLinkRelationsDocumentOut, SUpdateAsCreatorCampaignIdDocument, SUpdateAsCreatorCampaignIdDocumentRequest, SUpdateAsCreatorCampaignKeyDocument, SUpdateAsCreatorCampaignKeyDocumentRequest, SUpdateAsCreatorCampaignPhaseDocument, SUpdateAsCreatorCampaignPhaseDocumentRequest, SUpdateAsCreatorCampaignProductDocument, SUpdateAsCreatorCampaignProductDocumentRequest, SUpdateAsCreatorCampaignTargetDocument, SUpdateAsCreatorCampaignTargetDocumentRequest, SUpdateAsCreatorContentDocument, SUpdateAsCreatorContentDocumentRequest, SUpdateAsCreatorCreativeFormatDocument, SUpdateAsCreatorCreativeFormatDocumentRequest, SUpdateAsCreatorCreativeFormatVariantDocument, SUpdateAsCreatorCreativeFormatVariantDocumentRequest, SUpdateAsCreatorGroupDocument, SUpdateAsCreatorGroupDocumentRequest, SUpdateAsCreatorMediumDocument, SUpdateAsCreatorMediumDocumentRequest, SUpdateAsCreatorSourceDocument, SUpdateAsCreatorSourceDocumentRequest, SUpdateAsCreatorTermDocument, SUpdateAsCreatorTermDocumentRequest, SUpdateAsCreatorTrackingLinkDocument, SUpdateAsCreatorTrackingLinkDocumentRequest, SUpdateAsCreatorWebsiteDocument, SUpdateAsCreatorWebsiteDocumentRequest, SUpdateAsInvitedCampaignIdDocument, SUpdateAsInvitedCampaignIdDocumentRequest, SUpdateAsInvitedCampaignKeyDocument, SUpdateAsInvitedCampaignKeyDocumentRequest, SUpdateAsInvitedCampaignPhaseDocument, SUpdateAsInvitedCampaignPhaseDocumentRequest, SUpdateAsInvitedCampaignProductDocument, SUpdateAsInvitedCampaignProductDocumentRequest, SUpdateAsInvitedCampaignTargetDocument, SUpdateAsInvitedCampaignTargetDocumentRequest, SUpdateAsInvitedContentDocument, SUpdateAsInvitedContentDocumentRequest, SUpdateAsInvitedCreativeFormatDocument, SUpdateAsInvitedCreativeFormatDocumentRequest, SUpdateAsInvitedCreativeFormatVariantDocument, SUpdateAsInvitedCreativeFormatVariantDocumentRequest, SUpdateAsInvitedGroupDocument, SUpdateAsInvitedGroupDocumentRequest, SUpdateAsInvitedMediumDocument, SUpdateAsInvitedMediumDocumentRequest, SUpdateAsInvitedSourceDocument, SUpdateAsInvitedSourceDocumentRequest, SUpdateAsInvitedTermDocument, SUpdateAsInvitedTermDocumentRequest, SUpdateAsInvitedTrackingLinkDocument, SUpdateAsInvitedTrackingLinkDocumentRequest, SUpdateAsInvitedWebsiteDocument, SUpdateAsInvitedWebsiteDocumentRequest, SUpdateCampaignIdDocumentRequest, SUpdateCampaignKeyDocumentRequest, SUpdateCampaignPhaseDocumentRequest, SUpdateCampaignProductDocumentRequest, SUpdateCampaignTargetDocumentRequest, SUpdateContentDocumentRequest, SUpdateCreativeFormatDocumentRequest, SUpdateCreativeFormatVariantDocumentRequest, SUpdateGroupDocumentRequest, SUpdateGroupUserDocument, SUpdateGroupUserDocumentRequest, SUpdateMediumDocumentRequest, SUpdateSourceDocumentRequest, SUpdateTermDocumentRequest, SUpdateTrackingLinkDocumentRequest, SUpdateUserAccountDocument, SUpdateUserLimitationsDocument, SUpdateWebsiteDocumentRequest, SUserAccountDocument, type SUserAccountDocumentIn, type SUserAccountDocumentOut, SUserAccountDocumentReqRelations, SUserAccountDocumentWithRelations, SUserAccountRelationsDocument, type SUserAccountRelationsDocumentIn, type SUserAccountRelationsDocumentOut, SUserAccountRelationsReqDocument, SUserAuthorizationSuccessResponse, SUserDocument, type SUserDocumentIn, type SUserDocumentOut, SUserDocumentWithAccountAndRoleRelations, SUserDocumentWithAccountRelations, SUserDocumentWithRelations, SUserLimitationsDocument, type SUserLimitationsDocumentIn, type SUserLimitationsDocumentOut, SUserLimitationsDocumentWithRelations, SUserLimitationsRelationsDocument, type SUserLimitationsRelationsDocumentIn, type SUserLimitationsRelationsDocumentOut, SUserRelationAccount, SUserRelationAuthorizedGroups, SUserRelationCampaignIds, SUserRelationCampaignKeys, SUserRelationCampaignPhases, SUserRelationCampaignProducts, SUserRelationContents, SUserRelationCreatedWebsites, SUserRelationCreativeFormatVariants, SUserRelationCreativeFormats, SUserRelationLimits, SUserRelationMediums, SUserRelationReqAccount, SUserRelationReqLimits, SUserRelationReqRole, SUserRelationRole, SUserRelationSources, SUserRelationTerms, SUserRelationTrackingLinks, SUserRelationsDocument, type SUserRelationsDocumentIn, type SUserRelationsDocumentOut, SUtmLinkBuilderPartCampaignDateOptions, type SUtmLinkBuilderPartCampaignDateValue, SUtmLinkBuilderTableForm, type SUtmLinkBuilderTableFormInput, SWebsiteDocument, type SWebsiteDocumentIn, type SWebsiteDocumentOut, SWebsiteDocumentWithRelations, SWebsiteRelationsDocument, type SWebsiteRelationsDocumentIn, type SWebsiteRelationsDocumentOut, type SeoMeta, type SeoOpenGraph, type StrapiErrorDetail, type StrapiErrorKey, type StrapiErrorResponse, type StrapiListResponse, type StrapiPagination, type StrapiResponseMeta, type StrapiResponseMetaWithPagination, type StrapiSingleResponse, type StripeCheckoutRedirectResponse, type StripeProductPricesResponse, type SubscriptionStatusValue, SubscriptionStatusValues, TERM_PAGINATION_DEFAULT_SIZE_LIMIT, TERM_PAGINATION_MAX_SIZE_LIMIT, TRACKING_LINK_PAGINATION_DEFAULT_SIZE_LIMIT, TRACKING_LINK_PAGINATION_MAX_SIZE_LIMIT, USER_ACCOUNT_PAGINATION_DEFAULT_SIZE_LIMIT, USER_ACCOUNT_PAGINATION_MAX_SIZE_LIMIT, USER_LIMITATION_PAGINATION_DEFAULT_SIZE_LIMIT, USER_LIMITATION_PAGINATION_MAX_SIZE_LIMIT, USER_PAGINATION_DEFAULT_SIZE_LIMIT, USER_PAGINATION_MAX_SIZE_LIMIT, type UrlProtocol, UrlProtocolOptions, WEBSITE_PAGINATION_DEFAULT_SIZE_LIMIT, WEBSITE_PAGINATION_MAX_SIZE_LIMIT, datePlusDays, dateToday, default_campaign_phases, default_contents, default_creative_format_variants, default_creative_formats, default_mediums, default_sources, isValidationFailure, isValidationSuccess, omitUndefined, validateAndClean };
5796
+ export { CAMPAIGN_ID_PAGINATION_DEFAULT_SIZE_LIMIT, CAMPAIGN_ID_PAGINATION_MAX_SIZE_LIMIT, CAMPAIGN_KEY_PAGINATION_DEFAULT_SIZE_LIMIT, CAMPAIGN_KEY_PAGINATION_MAX_SIZE_LIMIT, CAMPAIGN_PHASE_PAGINATION_DEFAULT_SIZE_LIMIT, CAMPAIGN_PHASE_PAGINATION_MAX_SIZE_LIMIT, CAMPAIGN_PRODUCT_PAGINATION_DEFAULT_SIZE_LIMIT, CAMPAIGN_PRODUCT_PAGINATION_MAX_SIZE_LIMIT, CONTENT_PAGINATION_DEFAULT_SIZE_LIMIT, CONTENT_PAGINATION_MAX_SIZE_LIMIT, CREATIVE_FORMAT_PAGINATION_DEFAULT_SIZE_LIMIT, CREATIVE_FORMAT_PAGINATION_MAX_SIZE_LIMIT, CREATIVE_FORMAT_VARIANT_PAGINATION_DEFAULT_SIZE_LIMIT, CREATIVE_FORMAT_VARIANT_PAGINATION_MAX_SIZE_LIMIT, DEFAULT_CAMPAIGN_PHASES, DEFAULT_CONTENTS, DEFAULT_CREATIVE_FORMATS, DEFAULT_CREATIVE_FORMAT_VARIANTS, DEFAULT_MEDIUMS, DEFAULT_SOURCES, type DefaultCampaignPhaseKey, type DefaultCampaignPhaseValue, type DefaultContentKey, type DefaultContentValue, type DefaultCreativeFormatKey, type DefaultCreativeFormatValue, type DefaultCreativeFormatVariantKey, type DefaultCreativeFormatVariantValue, type DefaultMediumKey, type DefaultMediumValue, type DefaultSourceKey, type DefaultSourceValue, ERROR_MESSAGE_REGEX_DOMAIN, ERROR_MESSAGE_REGEX_VALUE, GROUP_ENTITY_KEYS, GROUP_ENTITY_PERMISSIONS, GROUP_ENTITY_SCOPES, GROUP_PAGINATION_DEFAULT_SIZE_LIMIT, GROUP_PAGINATION_MAX_SIZE_LIMIT, GROUP_USER_PAGINATION_DEFAULT_SIZE_LIMIT, GROUP_USER_PAGINATION_MAX_SIZE_LIMIT, GroupApplyValueAsOptions, GroupApplyValueToOptions, type GroupEntityActions, type GroupEntityKey, type GroupEntityScope, IsValidApplyValueAs, IsValidApplyValueTo, IsValidBlocked, IsValidConfirmed, IsValidCost, IsValidCurrentPeriodEnd, IsValidCurrentPeriodStart, IsValidCustomerId, IsValidDescription, IsValidEmail, IsValidGroupUserScopes, IsValidIsActive, IsValidIsSecure, IsValidLabel, IsValidMinPage, IsValidName, IsValidOrUndefinedApplyValueAs, IsValidOrUndefinedApplyValueTo, IsValidOrUndefinedBlocked, IsValidOrUndefinedConfirmed, IsValidOrUndefinedCost, IsValidOrUndefinedCurrentPeriodEnd, IsValidOrUndefinedCurrentPeriodStart, IsValidOrUndefinedCustomerId, IsValidOrUndefinedDescription, IsValidOrUndefinedEmail, IsValidOrUndefinedIsActive, IsValidOrUndefinedIsSecure, IsValidOrUndefinedLabel, IsValidOrUndefinedName, IsValidOrUndefinedPassword, IsValidOrUndefinedPriceId, IsValidOrUndefinedProductId, IsValidOrUndefinedProvider, IsValidOrUndefinedSubscriptionId, IsValidOrUndefinedSubscriptionStatus, IsValidOrUndefinedTrialPeriodEnd, IsValidOrUndefinedUnitAmount, IsValidOrUndefinedUnitTermInMonths, IsValidOrUndefinedUrlDestination, IsValidOrUndefinedUrlDomain, IsValidOrUndefinedUrlFragment, IsValidOrUndefinedUrlPath, IsValidOrUndefinedUrlProtocol, IsValidOrUndefinedUrlQuery, IsValidOrUndefinedUrlUtmCampaign, IsValidOrUndefinedUrlUtmContent, IsValidOrUndefinedUrlUtmCreativeFormat, IsValidOrUndefinedUrlUtmId, IsValidOrUndefinedUrlUtmMedium, IsValidOrUndefinedUrlUtmSource, IsValidOrUndefinedUrlUtmTerm, IsValidOrUndefinedUserLimitationNumber, IsValidOrUndefinedUsername, IsValidOrUndefinedValue, IsValidPassword, IsValidPriceId, IsValidProductId, IsValidProvider, IsValidReferenceDocumentId, IsValidReferenceId, IsValidSubscriptionId, IsValidSubscriptionStatus, IsValidTrialPeriodEnd, IsValidUnitAmount, IsValidUnitTermInMonths, IsValidUrlDestination, IsValidUrlDomain, IsValidUrlFragment, IsValidUrlPath, IsValidUrlProtocol, IsValidUrlQuery, IsValidUrlUtmCampaign, IsValidUrlUtmContent, IsValidUrlUtmCreativeFormat, IsValidUrlUtmId, IsValidUrlUtmMedium, IsValidUrlUtmSource, IsValidUrlUtmTerm, IsValidUserLimitationNumber, IsValidUserLimitationNumberFallback, IsValidUsername, IsValidValue, LIMIT_MAX_DESCRIPTION, LIMIT_MAX_DESTINATION, LIMIT_MAX_DOMAIN, LIMIT_MAX_EMAIL, LIMIT_MAX_FRAGMENT, LIMIT_MAX_LABEL, LIMIT_MAX_NAME, LIMIT_MAX_PASSWORD, LIMIT_MAX_PATH, LIMIT_MAX_PRICE_ID, LIMIT_MAX_PRODUCT_ID, LIMIT_MAX_PROVIDER, LIMIT_MAX_QUERY, LIMIT_MAX_STRIPE_ID, LIMIT_MAX_UNIT_TERM_IN_MONTHS, LIMIT_MAX_USERNAME, LIMIT_MAX_UTM_CAMPAIGN, LIMIT_MAX_UTM_CONTENT, LIMIT_MAX_UTM_CREATIVE_FORMAT, LIMIT_MAX_UTM_ID, LIMIT_MAX_UTM_MEDIUM, LIMIT_MAX_UTM_SOURCE, LIMIT_MAX_UTM_TERM, LIMIT_MAX_VALUE, LIMIT_MIN_DESTINATION, LIMIT_MIN_DOMAIN, LIMIT_MIN_EMAIL, LIMIT_MIN_FRAGMENT, LIMIT_MIN_LABEL, LIMIT_MIN_NAME, LIMIT_MIN_PASSWORD, LIMIT_MIN_PATH, LIMIT_MIN_PRICE_ID, LIMIT_MIN_PRODUCT_ID, LIMIT_MIN_QUERY, LIMIT_MIN_UNIT_AMOUNT, LIMIT_MIN_UNIT_TERM_IN_MONTHS, LIMIT_MIN_USERNAME, LIMIT_MIN_UTM_CAMPAIGN, LIMIT_MIN_UTM_CONTENT, LIMIT_MIN_UTM_CREATIVE_FORMAT, LIMIT_MIN_UTM_ID, LIMIT_MIN_UTM_MEDIUM, LIMIT_MIN_UTM_SOURCE, LIMIT_MIN_UTM_TERM, LIMIT_MIN_VALUE, MEDIUM_PAGINATION_DEFAULT_SIZE_LIMIT, MEDIUM_PAGINATION_MAX_SIZE_LIMIT, type MediaFormat, type MediaFormats, type MediaUploadDocument, type PriceDocument, type ProductDocument, REGEX_DOMAIN, REGEX_VALUE, SBaseCampaignIdDocument, SBaseCampaignKeyDocument, SBaseCampaignPhaseDocument, SBaseCampaignProductDocument, SBaseCampaignTargetDocument, SBaseContentDocument, SBaseCreativeFormatDocument, SBaseCreativeFormatVariantDocument, SBaseDocument, SBaseDocumentCreatedBy, SBaseGroupDocument, SBaseGroupUserDocument, SBaseMediumDocument, SBaseRoleDocument, SBaseSourceDocument, SBaseTermDocument, SBaseTrackingLinkDocument, SBaseUserAccountDocument, SBaseUserDocument, SBaseUserLimitationsDocument, SBaseWebsiteDocument, SCampaignIdDocument, type SCampaignIdDocumentIn, type SCampaignIdDocumentOut, SCampaignIdDocumentWithRelations, SCampaignIdRelationsDocument, type SCampaignIdRelationsDocumentIn, type SCampaignIdRelationsDocumentOut, SCampaignKeyDocument, type SCampaignKeyDocumentIn, type SCampaignKeyDocumentOut, SCampaignKeyDocumentWithRelations, SCampaignKeyRelationsDocument, type SCampaignKeyRelationsDocumentIn, type SCampaignKeyRelationsDocumentOut, SCampaignPhaseDocument, type SCampaignPhaseDocumentIn, type SCampaignPhaseDocumentOut, SCampaignPhaseDocumentWithRelations, SCampaignPhaseRelationsDocument, type SCampaignPhaseRelationsDocumentIn, type SCampaignPhaseRelationsDocumentOut, SCampaignProductDocument, type SCampaignProductDocumentIn, type SCampaignProductDocumentOut, SCampaignProductDocumentWithRelations, SCampaignProductRelationsDocument, type SCampaignProductRelationsDocumentIn, type SCampaignProductRelationsDocumentOut, SCampaignTargetDocument, type SCampaignTargetDocumentIn, type SCampaignTargetDocumentOut, SCampaignTargetDocumentWithRelations, SCampaignTargetRelationsDocument, type SCampaignTargetRelationsDocumentIn, type SCampaignTargetRelationsDocumentOut, SChangePassword, SContentDocument, type SContentDocumentIn, type SContentDocumentOut, SContentDocumentWithRelations, SContentRelationsDocument, type SContentRelationsDocumentIn, type SContentRelationsDocumentOut, SCreateCampaignIdDocument, SCreateCampaignKeyDocument, SCreateCampaignPhaseDocument, SCreateCampaignProductDocument, SCreateCampaignTargetDocument, SCreateContentDocument, SCreateCreativeFormatDocument, SCreateCreativeFormatVariantDocument, SCreateGroupDocument, SCreateGroupUserAssignMultipleUsers, SCreateGroupUserDocument, SCreateMediumDocument, SCreateMultipleCampaignIdDocuments, SCreateMultipleCampaignKeyDocuments, SCreateMultipleCampaignPhaseDocuments, SCreateMultipleCampaignProductDocuments, SCreateMultipleCampaignTargetDocuments, SCreateMultipleContentDocuments, SCreateMultipleCreativeFormatDocuments, SCreateMultipleCreativeFormatVariantDocuments, SCreateMultipleMediumDocuments, SCreateMultipleSourceDocuments, SCreateMultipleTermDocuments, SCreateMultipleTrackingLinkDocuments, SCreateMultipleWebsiteDocuments, SCreateSourceDocument, SCreateTermDocument, SCreateTrackingLinkDocument, SCreateUserAccountDocument, SCreateUserLimitationsDocument, SCreateWebsiteDocument, SCreativeFormatDocument, type SCreativeFormatDocumentIn, type SCreativeFormatDocumentOut, SCreativeFormatDocumentWithRelations, SCreativeFormatRelationsDocument, type SCreativeFormatRelationsDocumentIn, type SCreativeFormatRelationsDocumentOut, SCreativeFormatVariantDocument, type SCreativeFormatVariantDocumentIn, type SCreativeFormatVariantDocumentOut, SCreativeFormatVariantDocumentWithRelations, SCreativeFormatVariantRelationsDocument, type SCreativeFormatVariantRelationsDocumentIn, type SCreativeFormatVariantRelationsDocumentOut, SDeleteCampaignIdDocument, SDeleteCampaignKeyDocument, SDeleteCampaignPhaseDocument, SDeleteCampaignProductDocument, SDeleteCampaignTargetDocument, SDeleteContentDocument, SDeleteCreativeFormatDocument, SDeleteCreativeFormatVariantDocument, SDeleteGroupDocument, SDeleteGroupUserDocument, SDeleteMediumDocument, SDeleteSourceDocument, SDeleteTermDocument, SDeleteTrackingLinkDocument, SDeleteWebsiteDocument, SForgotPasswordUserDocument, SGroupDocument, type SGroupDocumentIn, type SGroupDocumentOut, SGroupDocumentWithRelations, SGroupRelationAuthorizedUsers, SGroupRelationCampaignIds, SGroupRelationCampaignKeys, SGroupRelationCampaignPhases, SGroupRelationCampaignProducts, SGroupRelationContents, SGroupRelationCreativeFormatVariants, SGroupRelationCreativeFormats, SGroupRelationMediums, SGroupRelationSources, SGroupRelationTerms, SGroupRelationTrackingLinks, SGroupRelationWebsites, SGroupRelationsDocument, type SGroupRelationsDocumentIn, type SGroupRelationsDocumentOut, SGroupUserDocument, type SGroupUserDocumentIn, type SGroupUserDocumentOut, SGroupUserDocumentReqRelations, SGroupUserDocumentWithRelations, SGroupUserRelationsDocument, type SGroupUserRelationsDocumentIn, type SGroupUserRelationsDocumentOut, SGroupUserRelationsReqDocument, type SGroupUserRelationsReqDocumentIn, type SGroupUserRelationsReqDocumentOut, SLoginUserDocument, SMediumDocument, type SMediumDocumentIn, type SMediumDocumentOut, SMediumDocumentWithRelations, SMediumRelationsDocument, type SMediumRelationsDocumentIn, type SMediumRelationsDocumentOut, SOURCE_PAGINATION_DEFAULT_SIZE_LIMIT, SOURCE_PAGINATION_MAX_SIZE_LIMIT, SQueryListCampaignIdDocuments, SQueryListCampaignKeyDocuments, SQueryListCampaignPhaseDocuments, SQueryListCampaignProductDocuments, SQueryListCampaignTargetDocuments, SQueryListContentDocuments, SQueryListCreativeFormatDocuments, SQueryListCreativeFormatVariantDocuments, SQueryListGroupDocuments, SQueryListGroupUserDocuments, SQueryListMediumDocuments, SQueryListSourceDocuments, SQueryListTermDocuments, SQueryListTrackingLinkDocuments, SQueryListUserAccountDocuments, SQueryListUserDocuments, SQueryListUserDocumentsByIdentifier, SQueryListUserLimitationDocuments, SQueryListWebsiteDocuments, SReadCampaignIdDocumentByDocumentId, SReadCampaignIdDocumentById, SReadCampaignKeyDocumentByDocumentId, SReadCampaignKeyDocumentById, SReadCampaignPhaseDocumentByDocumentId, SReadCampaignPhaseDocumentById, SReadCampaignProductDocumentByDocumentId, SReadCampaignProductDocumentById, SReadCampaignTargetDocumentByDocumentId, SReadCampaignTargetDocumentById, SReadContentDocumentByDocumentId, SReadContentDocumentById, SReadCreativeFormatDocumentByDocumentId, SReadCreativeFormatDocumentById, SReadCreativeFormatVariantDocumentByDocumentId, SReadCreativeFormatVariantDocumentById, SReadGroupDocumentByDocumentId, SReadGroupDocumentById, SReadGroupUserDocumentByDocumentId, SReadGroupUserDocumentById, SReadMediumDocumentByDocumentId, SReadMediumDocumentById, SReadSourceDocumentByDocumentId, SReadSourceDocumentById, SReadTermDocumentByDocumentId, SReadTermDocumentById, SReadTrackingLinkDocumentByDocumentId, SReadTrackingLinkDocumentById, SReadUserAccountDocumentByDocumentId, SReadUserAccountDocumentById, SReadUserDocumentByDocumentId, SReadUserDocumentById, SReadUserDocumentToken, SReadUserLimitationsDocumentByDocumentId, SReadUserLimitationsDocumentById, SReadWebsiteDocumentByDocumentId, SReadWebsiteDocumentById, SRegisterUserDocument, SRequestConfirmEmail, SResetPasswordUserDocument, SRoleDocument, type SRoleDocumentIn, type SRoleDocumentOut, SRoleDocumentWithRelations, SRoleRelationsDocument, type SRoleRelationsDocumentIn, type SRoleRelationsDocumentOut, SSourceDocument, type SSourceDocumentIn, type SSourceDocumentOut, SSourceDocumentWithRelations, SSourceRelationsDocument, type SSourceRelationsDocumentIn, type SSourceRelationsDocumentOut, SStripeCheckoutCreateSession, SStripeCheckoutLineItem, STRAPI_PAGINATION_DEFAULT_SIZE_LIMIT, STRAPI_PAGINATION_MAX_SIZE_LIMIT, STRAPI_PAGINATION_MIN_SIZE_LIMIT, STermDocument, type STermDocumentIn, type STermDocumentOut, STermDocumentWithRelations, STermRelationsDocument, type STermRelationsDocumentIn, type STermRelationsDocumentOut, STrackingLinkDocument, type STrackingLinkDocumentIn, type STrackingLinkDocumentOut, STrackingLinkDocumentWithRelations, STrackingLinkRelationsDocument, type STrackingLinkRelationsDocumentIn, type STrackingLinkRelationsDocumentOut, SUpdateAsCreatorCampaignIdDocument, SUpdateAsCreatorCampaignIdDocumentRequest, SUpdateAsCreatorCampaignKeyDocument, SUpdateAsCreatorCampaignKeyDocumentRequest, SUpdateAsCreatorCampaignPhaseDocument, SUpdateAsCreatorCampaignPhaseDocumentRequest, SUpdateAsCreatorCampaignProductDocument, SUpdateAsCreatorCampaignProductDocumentRequest, SUpdateAsCreatorCampaignTargetDocument, SUpdateAsCreatorCampaignTargetDocumentRequest, SUpdateAsCreatorContentDocument, SUpdateAsCreatorContentDocumentRequest, SUpdateAsCreatorCreativeFormatDocument, SUpdateAsCreatorCreativeFormatDocumentRequest, SUpdateAsCreatorCreativeFormatVariantDocument, SUpdateAsCreatorCreativeFormatVariantDocumentRequest, SUpdateAsCreatorGroupDocument, SUpdateAsCreatorGroupDocumentRequest, SUpdateAsCreatorMediumDocument, SUpdateAsCreatorMediumDocumentRequest, SUpdateAsCreatorSourceDocument, SUpdateAsCreatorSourceDocumentRequest, SUpdateAsCreatorTermDocument, SUpdateAsCreatorTermDocumentRequest, SUpdateAsCreatorTrackingLinkDocument, SUpdateAsCreatorTrackingLinkDocumentRequest, SUpdateAsCreatorWebsiteDocument, SUpdateAsCreatorWebsiteDocumentRequest, SUpdateAsInvitedCampaignIdDocument, SUpdateAsInvitedCampaignIdDocumentRequest, SUpdateAsInvitedCampaignKeyDocument, SUpdateAsInvitedCampaignKeyDocumentRequest, SUpdateAsInvitedCampaignPhaseDocument, SUpdateAsInvitedCampaignPhaseDocumentRequest, SUpdateAsInvitedCampaignProductDocument, SUpdateAsInvitedCampaignProductDocumentRequest, SUpdateAsInvitedCampaignTargetDocument, SUpdateAsInvitedCampaignTargetDocumentRequest, SUpdateAsInvitedContentDocument, SUpdateAsInvitedContentDocumentRequest, SUpdateAsInvitedCreativeFormatDocument, SUpdateAsInvitedCreativeFormatDocumentRequest, SUpdateAsInvitedCreativeFormatVariantDocument, SUpdateAsInvitedCreativeFormatVariantDocumentRequest, SUpdateAsInvitedGroupDocument, SUpdateAsInvitedGroupDocumentRequest, SUpdateAsInvitedMediumDocument, SUpdateAsInvitedMediumDocumentRequest, SUpdateAsInvitedSourceDocument, SUpdateAsInvitedSourceDocumentRequest, SUpdateAsInvitedTermDocument, SUpdateAsInvitedTermDocumentRequest, SUpdateAsInvitedTrackingLinkDocument, SUpdateAsInvitedTrackingLinkDocumentRequest, SUpdateAsInvitedWebsiteDocument, SUpdateAsInvitedWebsiteDocumentRequest, SUpdateCampaignIdDocumentRequest, SUpdateCampaignKeyDocumentRequest, SUpdateCampaignPhaseDocumentRequest, SUpdateCampaignProductDocumentRequest, SUpdateCampaignTargetDocumentRequest, SUpdateContentDocumentRequest, SUpdateCreativeFormatDocumentRequest, SUpdateCreativeFormatVariantDocumentRequest, SUpdateGroupDocumentRequest, SUpdateGroupUserDocument, SUpdateGroupUserDocumentRequest, SUpdateMediumDocumentRequest, SUpdateSourceDocumentRequest, SUpdateTermDocumentRequest, SUpdateTrackingLinkDocumentRequest, SUpdateUserAccountDocument, SUpdateUserLimitationsDocument, SUpdateWebsiteDocumentRequest, SUserAccountDocument, type SUserAccountDocumentIn, type SUserAccountDocumentOut, SUserAccountDocumentReqRelations, SUserAccountDocumentWithRelations, SUserAccountRelationsDocument, type SUserAccountRelationsDocumentIn, type SUserAccountRelationsDocumentOut, SUserAccountRelationsReqDocument, SUserAuthorizationSuccessResponse, SUserDocument, type SUserDocumentIn, type SUserDocumentOut, SUserDocumentWithAccountAndRoleRelations, SUserDocumentWithAccountRelations, SUserDocumentWithRelations, SUserLimitationsDocument, type SUserLimitationsDocumentIn, type SUserLimitationsDocumentOut, SUserLimitationsDocumentWithRelations, SUserLimitationsRelationsDocument, type SUserLimitationsRelationsDocumentIn, type SUserLimitationsRelationsDocumentOut, SUserRelationAccount, SUserRelationAuthorizedGroups, SUserRelationCampaignIds, SUserRelationCampaignKeys, SUserRelationCampaignPhases, SUserRelationCampaignProducts, SUserRelationContents, SUserRelationCreatedWebsites, SUserRelationCreativeFormatVariants, SUserRelationCreativeFormats, SUserRelationLimits, SUserRelationMediums, SUserRelationReqAccount, SUserRelationReqLimits, SUserRelationReqRole, SUserRelationRole, SUserRelationSources, SUserRelationTerms, SUserRelationTrackingLinks, SUserRelationsDocument, type SUserRelationsDocumentIn, type SUserRelationsDocumentOut, SUtmLinkBuilderPartCampaignDateOptions, type SUtmLinkBuilderPartCampaignDateValue, SUtmLinkBuilderTableForm, type SUtmLinkBuilderTableFormInput, SWebsiteDocument, type SWebsiteDocumentIn, type SWebsiteDocumentOut, SWebsiteDocumentWithRelations, SWebsiteRelationsDocument, type SWebsiteRelationsDocumentIn, type SWebsiteRelationsDocumentOut, type SeoMeta, type SeoOpenGraph, type StrapiErrorDetail, type StrapiErrorKey, type StrapiErrorResponse, type StrapiListResponse, type StrapiPagination, type StrapiResponseMeta, type StrapiResponseMetaWithPagination, type StrapiSingleResponse, type StripeCheckoutRedirectResponse, type StripeProductPricesResponse, type SubscriptionStatusValue, SubscriptionStatusValues, TERM_PAGINATION_DEFAULT_SIZE_LIMIT, TERM_PAGINATION_MAX_SIZE_LIMIT, TRACKING_LINK_PAGINATION_DEFAULT_SIZE_LIMIT, TRACKING_LINK_PAGINATION_MAX_SIZE_LIMIT, USER_ACCOUNT_PAGINATION_DEFAULT_SIZE_LIMIT, USER_ACCOUNT_PAGINATION_MAX_SIZE_LIMIT, USER_LIMITATION_PAGINATION_DEFAULT_SIZE_LIMIT, USER_LIMITATION_PAGINATION_MAX_SIZE_LIMIT, USER_PAGINATION_DEFAULT_SIZE_LIMIT, USER_PAGINATION_MAX_SIZE_LIMIT, type UrlProtocol, UrlProtocolOptions, WEBSITE_PAGINATION_DEFAULT_SIZE_LIMIT, WEBSITE_PAGINATION_MAX_SIZE_LIMIT, datePlusDays, dateToday, isValidationFailure, isValidationSuccess, omitUndefined, validateAndClean };