@joeygrable94/utm-src-pub-validators 0.0.17 → 0.0.18

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.cjs CHANGED
@@ -528,30 +528,57 @@ var IsValidUrlUtmId = v9__namespace.pipe(
528
528
  );
529
529
  var IsValidOrUndefinedUrlUtmId = v9__namespace.undefinedable(IsValidUrlUtmId);
530
530
  var SCreateCampaignIdDocument = v9__namespace.object({
531
+ cost: IsValidCost,
531
532
  label: IsValidLabel,
532
533
  value: IsValidValue,
533
534
  description: IsValidDescription,
534
- is_active: IsValidIsActive,
535
- cost: IsValidCost
535
+ is_active: IsValidIsActive
536
+ });
537
+ var SCreateCampaignIdDocumentRequest = v9__namespace.object({
538
+ documentId: v9__namespace.string(),
539
+ data: SCreateCampaignIdDocument
540
+ });
541
+ var SReadCampaignIdDocumentById = v9__namespace.object({
542
+ id: v9__namespace.number()
543
+ });
544
+ var SReadCampaignIdDocumentByDocumentId = v9__namespace.object({
545
+ documentId: v9__namespace.string()
536
546
  });
537
547
  var SUpdateAsCreatorCampaignIdDocument = v9__namespace.object({
548
+ cost: IsValidOrUndefinedCost,
538
549
  label: IsValidOrUndefinedLabel,
539
550
  value: IsValidOrUndefinedValue,
540
551
  description: IsValidDescription,
541
- is_active: IsValidOrUndefinedIsActive,
542
- cost: IsValidOrUndefinedCost
552
+ is_active: IsValidOrUndefinedIsActive
543
553
  });
544
554
  var SUpdateAsInvitedCampaignIdDocument = v9__namespace.object({
545
555
  label: IsValidOrUndefinedLabel,
546
556
  description: IsValidDescription,
547
557
  is_active: IsValidOrUndefinedIsActive
548
558
  });
559
+ var SUpdateCampaignIdDocumentRequest = v9__namespace.object({
560
+ documentId: v9__namespace.string(),
561
+ data: SUpdateAsCreatorCampaignIdDocument
562
+ });
563
+ var SDeleteCampaignIdDocument = v9__namespace.object({
564
+ documentId: v9__namespace.string()
565
+ });
549
566
  var SCreateCampaignKeyDocument = v9__namespace.object({
550
567
  label: IsValidLabel,
551
568
  value: IsValidValue,
552
569
  description: IsValidDescription,
553
570
  is_active: IsValidIsActive
554
571
  });
572
+ var SCreateCampaignKeyDocumentRequest = v9__namespace.object({
573
+ documentId: v9__namespace.string(),
574
+ data: SCreateCampaignKeyDocument
575
+ });
576
+ var SReadCampaignKeyDocumentById = v9__namespace.object({
577
+ id: v9__namespace.number()
578
+ });
579
+ var SReadCampaignKeyDocumentByDocumentId = v9__namespace.object({
580
+ documentId: v9__namespace.string()
581
+ });
555
582
  var SUpdateAsCreatorCampaignKeyDocument = v9__namespace.object({
556
583
  label: IsValidOrUndefinedLabel,
557
584
  value: IsValidOrUndefinedValue,
@@ -563,12 +590,29 @@ var SUpdateAsInvitedCampaignKeyDocument = v9__namespace.object({
563
590
  description: IsValidDescription,
564
591
  is_active: IsValidOrUndefinedIsActive
565
592
  });
593
+ var SUpdateCampaignKeyDocumentRequest = v9__namespace.object({
594
+ documentId: v9__namespace.string(),
595
+ data: SUpdateAsCreatorCampaignKeyDocument
596
+ });
597
+ var SDeleteCampaignKeyDocument = v9__namespace.object({
598
+ documentId: v9__namespace.string()
599
+ });
566
600
  var SCreateCampaignPhaseDocument = v9__namespace.object({
567
601
  label: IsValidLabel,
568
602
  value: IsValidValue,
569
603
  description: IsValidDescription,
570
604
  is_active: IsValidIsActive
571
605
  });
606
+ var SCreateCampaignPhaseDocumentRequest = v9__namespace.object({
607
+ documentId: v9__namespace.string(),
608
+ data: SCreateCampaignPhaseDocument
609
+ });
610
+ var SReadCampaignPhaseDocumentById = v9__namespace.object({
611
+ id: v9__namespace.number()
612
+ });
613
+ var SReadCampaignPhaseDocumentByDocumentId = v9__namespace.object({
614
+ documentId: v9__namespace.string()
615
+ });
572
616
  var SUpdateAsCreatorCampaignPhaseDocument = v9__namespace.object({
573
617
  label: IsValidOrUndefinedLabel,
574
618
  value: IsValidOrUndefinedValue,
@@ -580,12 +624,29 @@ var SUpdateAsInvitedCampaignPhaseDocument = v9__namespace.object({
580
624
  description: IsValidDescription,
581
625
  is_active: IsValidOrUndefinedIsActive
582
626
  });
627
+ var SUpdateCampaignPhaseDocumentRequest = v9__namespace.object({
628
+ documentId: v9__namespace.string(),
629
+ data: SUpdateAsCreatorCampaignPhaseDocument
630
+ });
631
+ var SDeleteCampaignPhaseDocument = v9__namespace.object({
632
+ documentId: v9__namespace.string()
633
+ });
583
634
  var SCreateCampaignProductDocument = v9__namespace.object({
584
635
  label: IsValidLabel,
585
636
  value: IsValidValue,
586
637
  description: IsValidDescription,
587
638
  is_active: IsValidIsActive
588
639
  });
640
+ var SCreateCampaignProductDocumentRequest = v9__namespace.object({
641
+ documentId: v9__namespace.string(),
642
+ data: SCreateCampaignProductDocument
643
+ });
644
+ var SReadCampaignProductDocumentById = v9__namespace.object({
645
+ id: v9__namespace.number()
646
+ });
647
+ var SReadCampaignProductDocumentByDocumentId = v9__namespace.object({
648
+ documentId: v9__namespace.string()
649
+ });
589
650
  var SUpdateAsCreatorCampaignProductDocument = v9__namespace.object({
590
651
  label: IsValidOrUndefinedLabel,
591
652
  value: IsValidOrUndefinedValue,
@@ -597,12 +658,29 @@ var SUpdateAsInvitedCampaignProductDocument = v9__namespace.object({
597
658
  description: IsValidDescription,
598
659
  is_active: IsValidOrUndefinedIsActive
599
660
  });
661
+ var SUpdateCampaignProductDocumentRequest = v9__namespace.object({
662
+ documentId: v9__namespace.string(),
663
+ data: SUpdateAsCreatorCampaignProductDocument
664
+ });
665
+ var SDeleteCampaignProductDocument = v9__namespace.object({
666
+ documentId: v9__namespace.string()
667
+ });
600
668
  var SCreateContentDocument = v9__namespace.object({
601
669
  label: IsValidLabel,
602
670
  value: IsValidValue,
603
671
  description: IsValidDescription,
604
672
  is_active: IsValidIsActive
605
673
  });
674
+ var SCreateContentDocumentRequest = v9__namespace.object({
675
+ documentId: v9__namespace.string(),
676
+ data: SCreateContentDocument
677
+ });
678
+ var SReadContentDocumentById = v9__namespace.object({
679
+ id: v9__namespace.number()
680
+ });
681
+ var SReadContentDocumentByDocumentId = v9__namespace.object({
682
+ documentId: v9__namespace.string()
683
+ });
606
684
  var SUpdateAsCreatorContentDocument = v9__namespace.object({
607
685
  label: IsValidOrUndefinedLabel,
608
686
  value: IsValidOrUndefinedValue,
@@ -614,12 +692,29 @@ var SUpdateAsInvitedContentDocument = v9__namespace.object({
614
692
  description: IsValidDescription,
615
693
  is_active: IsValidOrUndefinedIsActive
616
694
  });
695
+ var SUpdateContentDocumentRequest = v9__namespace.object({
696
+ documentId: v9__namespace.string(),
697
+ data: SUpdateAsCreatorContentDocument
698
+ });
699
+ var SDeleteContentDocument = v9__namespace.object({
700
+ documentId: v9__namespace.string()
701
+ });
617
702
  var SCreateCreativeFormatVariantDocument = v9__namespace.object({
618
703
  label: IsValidLabel,
619
704
  value: IsValidValue,
620
705
  description: IsValidDescription,
621
706
  is_active: IsValidIsActive
622
707
  });
708
+ var SCreateCreativeFormatVariantDocumentRequest = v9__namespace.object({
709
+ documentId: v9__namespace.string(),
710
+ data: SCreateCreativeFormatVariantDocument
711
+ });
712
+ var SReadCreativeFormatVariantDocumentById = v9__namespace.object({
713
+ id: v9__namespace.number()
714
+ });
715
+ var SReadCreativeFormatVariantDocumentByDocumentId = v9__namespace.object({
716
+ documentId: v9__namespace.string()
717
+ });
623
718
  var SUpdateAsCreatorCreativeFormatVariantDocument = v9__namespace.object({
624
719
  label: IsValidOrUndefinedLabel,
625
720
  value: IsValidOrUndefinedValue,
@@ -631,12 +726,29 @@ var SUpdateAsInvitedCreativeFormatVariantDocument = v9__namespace.object({
631
726
  description: IsValidDescription,
632
727
  is_active: IsValidOrUndefinedIsActive
633
728
  });
729
+ var SUpdateCreativeFormatVariantDocumentRequest = v9__namespace.object({
730
+ documentId: v9__namespace.string(),
731
+ data: SUpdateAsCreatorCreativeFormatVariantDocument
732
+ });
733
+ var SDeleteCreativeFormatVariantDocument = v9__namespace.object({
734
+ documentId: v9__namespace.string()
735
+ });
634
736
  var SCreateCreativeFormatDocument = v9__namespace.object({
635
737
  label: IsValidLabel,
636
738
  value: IsValidValue,
637
739
  description: IsValidDescription,
638
740
  is_active: IsValidIsActive
639
741
  });
742
+ var SCreateCreativeFormatDocumentRequest = v9__namespace.object({
743
+ documentId: v9__namespace.string(),
744
+ data: SCreateCreativeFormatDocument
745
+ });
746
+ var SReadCreativeFormatDocumentById = v9__namespace.object({
747
+ id: v9__namespace.number()
748
+ });
749
+ var SReadCreativeFormatDocumentByDocumentId = v9__namespace.object({
750
+ documentId: v9__namespace.string()
751
+ });
640
752
  var SUpdateAsCreatorCreativeFormatDocument = v9__namespace.object({
641
753
  label: IsValidOrUndefinedLabel,
642
754
  value: IsValidOrUndefinedValue,
@@ -648,6 +760,40 @@ var SUpdateAsInvitedCreativeFormatDocument = v9__namespace.object({
648
760
  description: IsValidDescription,
649
761
  is_active: IsValidOrUndefinedIsActive
650
762
  });
763
+ var SUpdateCreativeFormatDocumentRequest = v9__namespace.object({
764
+ documentId: v9__namespace.string(),
765
+ data: SUpdateAsCreatorCreativeFormatDocument
766
+ });
767
+ var SDeleteCreativeFormatDocument = v9__namespace.object({
768
+ documentId: v9__namespace.string()
769
+ });
770
+ var SCreateGroupUserDocument = v9__namespace.object({
771
+ group: IsValidReferenceDocumentId,
772
+ user: IsValidReferenceDocumentId,
773
+ scopes: IsValidGroupUserScopes
774
+ });
775
+ var SCreateGroupUserDocumentRequest = v9__namespace.object({
776
+ documentId: v9__namespace.string(),
777
+ data: SCreateGroupUserDocument
778
+ });
779
+ var SReadGroupUserDocumentById = v9__namespace.object({
780
+ id: v9__namespace.number()
781
+ });
782
+ var SReadGroupUserDocumentByDocumentId = v9__namespace.object({
783
+ documentId: v9__namespace.string()
784
+ });
785
+ var SUpdateGroupUserDocument = v9__namespace.object({
786
+ group: IsValidReferenceDocumentId,
787
+ user: IsValidReferenceDocumentId,
788
+ scopes: IsValidGroupUserScopes
789
+ });
790
+ var SUpdateGroupUserDocumentRequest = v9__namespace.object({
791
+ documentId: v9__namespace.string(),
792
+ data: SUpdateGroupUserDocument
793
+ });
794
+ var SDeleteGroupUserDocument = v9__namespace.object({
795
+ documentId: v9__namespace.string()
796
+ });
651
797
  var SCreateGroupDocument = v9__namespace.object({
652
798
  label: IsValidLabel,
653
799
  value: IsValidValue,
@@ -656,6 +802,12 @@ var SCreateGroupDocument = v9__namespace.object({
656
802
  apply_value_to: IsValidApplyValueTo,
657
803
  apply_value_as: IsValidApplyValueAs
658
804
  });
805
+ var SReadGroupDocumentById = v9__namespace.object({
806
+ id: v9__namespace.number()
807
+ });
808
+ var SReadGroupDocumentByDocumentId = v9__namespace.object({
809
+ documentId: v9__namespace.string()
810
+ });
659
811
  var SUpdateAsCreatorGroupDocument = v9__namespace.object({
660
812
  label: IsValidOrUndefinedLabel,
661
813
  value: IsValidOrUndefinedValue,
@@ -668,15 +820,12 @@ var SUpdateAsInvitedGroupDocument = v9__namespace.object({
668
820
  label: IsValidOrUndefinedLabel,
669
821
  description: IsValidOrUndefinedDescription
670
822
  });
671
- var SCreateGroupUserDocument = v9__namespace.object({
672
- group: IsValidReferenceDocumentId,
673
- user: IsValidReferenceDocumentId,
674
- scopes: IsValidGroupUserScopes
823
+ var SUpdateGroupDocumentRequest = v9__namespace.object({
824
+ documentId: v9__namespace.string(),
825
+ data: SUpdateAsCreatorGroupDocument
675
826
  });
676
- var SUpdateGroupUserDocument = v9__namespace.object({
677
- group: IsValidReferenceDocumentId,
678
- user: IsValidReferenceDocumentId,
679
- scopes: IsValidGroupUserScopes
827
+ var SDeleteGroupDocument = v9__namespace.object({
828
+ documentId: v9__namespace.string()
680
829
  });
681
830
  var SCreateMediumDocument = v9__namespace.object({
682
831
  label: IsValidLabel,
@@ -684,6 +833,16 @@ var SCreateMediumDocument = v9__namespace.object({
684
833
  description: IsValidDescription,
685
834
  is_active: IsValidIsActive
686
835
  });
836
+ var SCreateMediumDocumentRequest = v9__namespace.object({
837
+ documentId: v9__namespace.string(),
838
+ data: SCreateMediumDocument
839
+ });
840
+ var SReadMediumDocumentById = v9__namespace.object({
841
+ id: v9__namespace.number()
842
+ });
843
+ var SReadMediumDocumentByDocumentId = v9__namespace.object({
844
+ documentId: v9__namespace.string()
845
+ });
687
846
  var SUpdateAsCreatorMediumDocument = v9__namespace.object({
688
847
  label: IsValidOrUndefinedLabel,
689
848
  value: IsValidOrUndefinedValue,
@@ -695,12 +854,29 @@ var SUpdateAsInvitedMediumDocument = v9__namespace.object({
695
854
  description: IsValidDescription,
696
855
  is_active: IsValidOrUndefinedIsActive
697
856
  });
857
+ var SUpdateMediumDocumentRequest = v9__namespace.object({
858
+ documentId: v9__namespace.string(),
859
+ data: SUpdateAsCreatorMediumDocument
860
+ });
861
+ var SDeleteMediumDocument = v9__namespace.object({
862
+ documentId: v9__namespace.string()
863
+ });
698
864
  var SCreateSourceDocument = v9__namespace.object({
699
865
  label: IsValidLabel,
700
866
  value: IsValidValue,
701
867
  description: IsValidDescription,
702
868
  is_active: IsValidIsActive
703
869
  });
870
+ var SCreateSourceDocumentRequest = v9__namespace.object({
871
+ documentId: v9__namespace.string(),
872
+ data: SCreateSourceDocument
873
+ });
874
+ var SReadSourceDocumentById = v9__namespace.object({
875
+ id: v9__namespace.number()
876
+ });
877
+ var SReadSourceDocumentByDocumentId = v9__namespace.object({
878
+ documentId: v9__namespace.string()
879
+ });
704
880
  var SUpdateAsCreatorSourceDocument = v9__namespace.object({
705
881
  label: IsValidOrUndefinedLabel,
706
882
  value: IsValidOrUndefinedValue,
@@ -712,6 +888,13 @@ var SUpdateAsInvitedSourceDocument = v9__namespace.object({
712
888
  description: IsValidDescription,
713
889
  is_active: IsValidOrUndefinedIsActive
714
890
  });
891
+ var SUpdateSourceDocumentRequest = v9__namespace.object({
892
+ documentId: v9__namespace.string(),
893
+ data: SUpdateAsCreatorSourceDocument
894
+ });
895
+ var SDeleteSourceDocument = v9__namespace.object({
896
+ documentId: v9__namespace.string()
897
+ });
715
898
  var SStripeCheckoutLineItem = v9__namespace.object({
716
899
  price: IsValidPriceId,
717
900
  quantity: v9__namespace.pipe(v9__namespace.number(), v9__namespace.minValue(1), v9__namespace.maxValue(1))
@@ -728,6 +911,16 @@ var SCreateTermDocument = v9__namespace.object({
728
911
  description: IsValidDescription,
729
912
  is_active: IsValidIsActive
730
913
  });
914
+ var SCreateTermDocumentRequest = v9__namespace.object({
915
+ documentId: v9__namespace.string(),
916
+ data: SCreateTermDocument
917
+ });
918
+ var SReadTermDocumentById = v9__namespace.object({
919
+ id: v9__namespace.number()
920
+ });
921
+ var SReadTermDocumentByDocumentId = v9__namespace.object({
922
+ documentId: v9__namespace.string()
923
+ });
731
924
  var SUpdateAsCreatorTermDocument = v9__namespace.object({
732
925
  label: IsValidOrUndefinedLabel,
733
926
  value: IsValidOrUndefinedValue,
@@ -739,20 +932,12 @@ var SUpdateAsInvitedTermDocument = v9__namespace.object({
739
932
  description: IsValidDescription,
740
933
  is_active: IsValidOrUndefinedIsActive
741
934
  });
742
- var SCreateWebsiteDocument = v9__namespace.object({
743
- domain: IsValidUrlDomain,
744
- description: IsValidOrUndefinedDescription,
745
- is_secure: IsValidIsSecure,
746
- is_active: IsValidIsActive
747
- });
748
- var SUpdateAsCreatorWebsiteDocument = v9__namespace.object({
749
- domain: IsValidOrUndefinedUrlDomain,
750
- description: IsValidOrUndefinedDescription,
751
- is_secure: IsValidIsSecure,
752
- is_active: IsValidIsActive
935
+ var SUpdateTermDocumentRequest = v9__namespace.object({
936
+ documentId: v9__namespace.string(),
937
+ data: SUpdateAsCreatorTermDocument
753
938
  });
754
- var SUpdateAsInvitedWebsiteDocument = v9__namespace.object({
755
- description: IsValidOrUndefinedDescription
939
+ var SDeleteTermDocument = v9__namespace.object({
940
+ documentId: v9__namespace.string()
756
941
  });
757
942
  var SCreateTrackingLinkDocument = v9__namespace.object({
758
943
  is_active: IsValidIsActive,
@@ -770,6 +955,16 @@ var SCreateTrackingLinkDocument = v9__namespace.object({
770
955
  utm_term: IsValidUrlUtmTerm,
771
956
  utm_id: IsValidUrlUtmId
772
957
  });
958
+ var SCreateTrackingLinkDocumentRequest = v9__namespace.object({
959
+ documentId: v9__namespace.string(),
960
+ data: SCreateTrackingLinkDocument
961
+ });
962
+ var SReadTrackingLinkDocumentById = v9__namespace.object({
963
+ id: v9__namespace.number()
964
+ });
965
+ var SReadTrackingLinkDocumentByDocumentId = v9__namespace.object({
966
+ documentId: v9__namespace.string()
967
+ });
773
968
  var SUpdateAsCreatorTrackingLinkDocument = v9__namespace.object({
774
969
  is_active: IsValidOrUndefinedUrlDestination,
775
970
  destination: IsValidOrUndefinedUrlDestination,
@@ -802,6 +997,13 @@ var SUpdateAsInvitedTrackingLinkDocument = v9__namespace.object({
802
997
  utm_term: IsValidOrUndefinedUrlUtmTerm,
803
998
  utm_id: IsValidOrUndefinedUrlUtmId
804
999
  });
1000
+ var SUpdateTrackingLinkDocumentRequest = v9__namespace.object({
1001
+ documentId: v9__namespace.string(),
1002
+ data: SUpdateAsCreatorTrackingLinkDocument
1003
+ });
1004
+ var SDeleteTrackingLinkDocument = v9__namespace.object({
1005
+ documentId: v9__namespace.string()
1006
+ });
805
1007
  var SCreateUserAccountDocument = v9__namespace.object({
806
1008
  customer_id: IsValidOrUndefinedCustomerId,
807
1009
  subscription_id: IsValidOrUndefinedSubscriptionId,
@@ -810,6 +1012,12 @@ var SCreateUserAccountDocument = v9__namespace.object({
810
1012
  current_period_end: IsValidCurrentPeriodEnd,
811
1013
  trial_period_end: IsValidOrUndefinedTrialPeriodEnd
812
1014
  });
1015
+ var SReadUserAccountDocumentById = v9__namespace.object({
1016
+ id: v9__namespace.number()
1017
+ });
1018
+ var SReadUserAccountDocumentByDocumentId = v9__namespace.object({
1019
+ documentId: v9__namespace.string()
1020
+ });
813
1021
  var SUpdateUserAccountDocument = v9__namespace.object({
814
1022
  customer_id: IsValidOrUndefinedCustomerId,
815
1023
  subscription_id: IsValidOrUndefinedSubscriptionId,
@@ -833,6 +1041,12 @@ var SCreateUserLimitationsDocument = v9__namespace.object({
833
1041
  limit_creative_format_variants: v9__namespace.number(),
834
1042
  limit_terms: v9__namespace.number()
835
1043
  });
1044
+ var SReadUserLimitationsDocumentById = v9__namespace.object({
1045
+ id: v9__namespace.number()
1046
+ });
1047
+ var SReadUserLimitationsDocumentByDocumentId = v9__namespace.object({
1048
+ documentId: v9__namespace.string()
1049
+ });
836
1050
  var SUpdateUserLimitationsDocument = v9__namespace.object({
837
1051
  limit_groups: v9__namespace.undefinedable(v9__namespace.number()),
838
1052
  limit_websites: v9__namespace.undefinedable(v9__namespace.number()),
@@ -848,6 +1062,64 @@ var SUpdateUserLimitationsDocument = v9__namespace.object({
848
1062
  limit_creative_format_variants: v9__namespace.undefinedable(v9__namespace.number()),
849
1063
  limit_terms: v9__namespace.undefinedable(v9__namespace.number())
850
1064
  });
1065
+ var SReadUserDocumentToken = v9__namespace.object({
1066
+ token: v9__namespace.string()
1067
+ });
1068
+ var SLoginUserDocument = v9__namespace.object({
1069
+ identifier: IsValidUsername,
1070
+ password: IsValidPassword
1071
+ });
1072
+ var SRegisterUserDocument = v9__namespace.object({
1073
+ username: IsValidUsername,
1074
+ email: IsValidEmail,
1075
+ password: IsValidPassword
1076
+ });
1077
+ var SForgotPasswordUserDocument = v9__namespace.object({
1078
+ email: IsValidEmail
1079
+ });
1080
+ var SResetPasswordUserDocument = v9__namespace.object({
1081
+ password: IsValidPassword,
1082
+ passwordConfirmation: IsValidPassword,
1083
+ code: v9__namespace.string()
1084
+ });
1085
+ var SReadUserDocumentById = v9__namespace.object({
1086
+ id: v9__namespace.number()
1087
+ });
1088
+ var SReadUserDocumentByDocumentId = v9__namespace.object({
1089
+ documentId: v9__namespace.string()
1090
+ });
1091
+ var SCreateWebsiteDocument = v9__namespace.object({
1092
+ domain: IsValidUrlDomain,
1093
+ description: IsValidOrUndefinedDescription,
1094
+ is_secure: IsValidIsSecure,
1095
+ is_active: IsValidIsActive
1096
+ });
1097
+ var SCreateWebsiteDocumentRequest = v9__namespace.object({
1098
+ documentId: v9__namespace.string(),
1099
+ data: SCreateWebsiteDocument
1100
+ });
1101
+ var SReadWebsiteDocumentById = v9__namespace.object({
1102
+ id: v9__namespace.number()
1103
+ });
1104
+ var SReadWebsiteDocumentByDocumentId = v9__namespace.object({
1105
+ documentId: v9__namespace.string()
1106
+ });
1107
+ var SUpdateAsCreatorWebsiteDocument = v9__namespace.object({
1108
+ domain: IsValidOrUndefinedUrlDomain,
1109
+ description: IsValidOrUndefinedDescription,
1110
+ is_secure: IsValidIsSecure,
1111
+ is_active: IsValidIsActive
1112
+ });
1113
+ var SUpdateAsInvitedWebsiteDocument = v9__namespace.object({
1114
+ description: IsValidOrUndefinedDescription
1115
+ });
1116
+ var SUpdateWebsiteDocumentRequest = v9__namespace.object({
1117
+ documentId: v9__namespace.string(),
1118
+ data: SUpdateAsCreatorWebsiteDocument
1119
+ });
1120
+ var SDeleteWebsiteDocument = v9__namespace.object({
1121
+ documentId: v9__namespace.string()
1122
+ });
851
1123
 
852
1124
  exports.ERROR_MESSAGE_REGEX_DOMAIN = ERROR_MESSAGE_REGEX_DOMAIN;
853
1125
  exports.ERROR_MESSAGE_REGEX_VALUE = ERROR_MESSAGE_REGEX_VALUE;
@@ -979,21 +1251,87 @@ exports.LIMIT_MIN_VALUE = LIMIT_MIN_VALUE;
979
1251
  exports.REGEX_DOMAIN = REGEX_DOMAIN;
980
1252
  exports.REGEX_VALUE = REGEX_VALUE;
981
1253
  exports.SCreateCampaignIdDocument = SCreateCampaignIdDocument;
1254
+ exports.SCreateCampaignIdDocumentRequest = SCreateCampaignIdDocumentRequest;
982
1255
  exports.SCreateCampaignKeyDocument = SCreateCampaignKeyDocument;
1256
+ exports.SCreateCampaignKeyDocumentRequest = SCreateCampaignKeyDocumentRequest;
983
1257
  exports.SCreateCampaignPhaseDocument = SCreateCampaignPhaseDocument;
1258
+ exports.SCreateCampaignPhaseDocumentRequest = SCreateCampaignPhaseDocumentRequest;
984
1259
  exports.SCreateCampaignProductDocument = SCreateCampaignProductDocument;
1260
+ exports.SCreateCampaignProductDocumentRequest = SCreateCampaignProductDocumentRequest;
985
1261
  exports.SCreateContentDocument = SCreateContentDocument;
1262
+ exports.SCreateContentDocumentRequest = SCreateContentDocumentRequest;
986
1263
  exports.SCreateCreativeFormatDocument = SCreateCreativeFormatDocument;
1264
+ exports.SCreateCreativeFormatDocumentRequest = SCreateCreativeFormatDocumentRequest;
987
1265
  exports.SCreateCreativeFormatVariantDocument = SCreateCreativeFormatVariantDocument;
1266
+ exports.SCreateCreativeFormatVariantDocumentRequest = SCreateCreativeFormatVariantDocumentRequest;
988
1267
  exports.SCreateGroupDocument = SCreateGroupDocument;
989
1268
  exports.SCreateGroupUserDocument = SCreateGroupUserDocument;
1269
+ exports.SCreateGroupUserDocumentRequest = SCreateGroupUserDocumentRequest;
990
1270
  exports.SCreateMediumDocument = SCreateMediumDocument;
1271
+ exports.SCreateMediumDocumentRequest = SCreateMediumDocumentRequest;
991
1272
  exports.SCreateSourceDocument = SCreateSourceDocument;
1273
+ exports.SCreateSourceDocumentRequest = SCreateSourceDocumentRequest;
992
1274
  exports.SCreateTermDocument = SCreateTermDocument;
1275
+ exports.SCreateTermDocumentRequest = SCreateTermDocumentRequest;
993
1276
  exports.SCreateTrackingLinkDocument = SCreateTrackingLinkDocument;
1277
+ exports.SCreateTrackingLinkDocumentRequest = SCreateTrackingLinkDocumentRequest;
994
1278
  exports.SCreateUserAccountDocument = SCreateUserAccountDocument;
995
1279
  exports.SCreateUserLimitationsDocument = SCreateUserLimitationsDocument;
996
1280
  exports.SCreateWebsiteDocument = SCreateWebsiteDocument;
1281
+ exports.SCreateWebsiteDocumentRequest = SCreateWebsiteDocumentRequest;
1282
+ exports.SDeleteCampaignIdDocument = SDeleteCampaignIdDocument;
1283
+ exports.SDeleteCampaignKeyDocument = SDeleteCampaignKeyDocument;
1284
+ exports.SDeleteCampaignPhaseDocument = SDeleteCampaignPhaseDocument;
1285
+ exports.SDeleteCampaignProductDocument = SDeleteCampaignProductDocument;
1286
+ exports.SDeleteContentDocument = SDeleteContentDocument;
1287
+ exports.SDeleteCreativeFormatDocument = SDeleteCreativeFormatDocument;
1288
+ exports.SDeleteCreativeFormatVariantDocument = SDeleteCreativeFormatVariantDocument;
1289
+ exports.SDeleteGroupDocument = SDeleteGroupDocument;
1290
+ exports.SDeleteGroupUserDocument = SDeleteGroupUserDocument;
1291
+ exports.SDeleteMediumDocument = SDeleteMediumDocument;
1292
+ exports.SDeleteSourceDocument = SDeleteSourceDocument;
1293
+ exports.SDeleteTermDocument = SDeleteTermDocument;
1294
+ exports.SDeleteTrackingLinkDocument = SDeleteTrackingLinkDocument;
1295
+ exports.SDeleteWebsiteDocument = SDeleteWebsiteDocument;
1296
+ exports.SForgotPasswordUserDocument = SForgotPasswordUserDocument;
1297
+ exports.SLoginUserDocument = SLoginUserDocument;
1298
+ exports.SReadCampaignIdDocumentByDocumentId = SReadCampaignIdDocumentByDocumentId;
1299
+ exports.SReadCampaignIdDocumentById = SReadCampaignIdDocumentById;
1300
+ exports.SReadCampaignKeyDocumentByDocumentId = SReadCampaignKeyDocumentByDocumentId;
1301
+ exports.SReadCampaignKeyDocumentById = SReadCampaignKeyDocumentById;
1302
+ exports.SReadCampaignPhaseDocumentByDocumentId = SReadCampaignPhaseDocumentByDocumentId;
1303
+ exports.SReadCampaignPhaseDocumentById = SReadCampaignPhaseDocumentById;
1304
+ exports.SReadCampaignProductDocumentByDocumentId = SReadCampaignProductDocumentByDocumentId;
1305
+ exports.SReadCampaignProductDocumentById = SReadCampaignProductDocumentById;
1306
+ exports.SReadContentDocumentByDocumentId = SReadContentDocumentByDocumentId;
1307
+ exports.SReadContentDocumentById = SReadContentDocumentById;
1308
+ exports.SReadCreativeFormatDocumentByDocumentId = SReadCreativeFormatDocumentByDocumentId;
1309
+ exports.SReadCreativeFormatDocumentById = SReadCreativeFormatDocumentById;
1310
+ exports.SReadCreativeFormatVariantDocumentByDocumentId = SReadCreativeFormatVariantDocumentByDocumentId;
1311
+ exports.SReadCreativeFormatVariantDocumentById = SReadCreativeFormatVariantDocumentById;
1312
+ exports.SReadGroupDocumentByDocumentId = SReadGroupDocumentByDocumentId;
1313
+ exports.SReadGroupDocumentById = SReadGroupDocumentById;
1314
+ exports.SReadGroupUserDocumentByDocumentId = SReadGroupUserDocumentByDocumentId;
1315
+ exports.SReadGroupUserDocumentById = SReadGroupUserDocumentById;
1316
+ exports.SReadMediumDocumentByDocumentId = SReadMediumDocumentByDocumentId;
1317
+ exports.SReadMediumDocumentById = SReadMediumDocumentById;
1318
+ exports.SReadSourceDocumentByDocumentId = SReadSourceDocumentByDocumentId;
1319
+ exports.SReadSourceDocumentById = SReadSourceDocumentById;
1320
+ exports.SReadTermDocumentByDocumentId = SReadTermDocumentByDocumentId;
1321
+ exports.SReadTermDocumentById = SReadTermDocumentById;
1322
+ exports.SReadTrackingLinkDocumentByDocumentId = SReadTrackingLinkDocumentByDocumentId;
1323
+ exports.SReadTrackingLinkDocumentById = SReadTrackingLinkDocumentById;
1324
+ exports.SReadUserAccountDocumentByDocumentId = SReadUserAccountDocumentByDocumentId;
1325
+ exports.SReadUserAccountDocumentById = SReadUserAccountDocumentById;
1326
+ exports.SReadUserDocumentByDocumentId = SReadUserDocumentByDocumentId;
1327
+ exports.SReadUserDocumentById = SReadUserDocumentById;
1328
+ exports.SReadUserDocumentToken = SReadUserDocumentToken;
1329
+ exports.SReadUserLimitationsDocumentByDocumentId = SReadUserLimitationsDocumentByDocumentId;
1330
+ exports.SReadUserLimitationsDocumentById = SReadUserLimitationsDocumentById;
1331
+ exports.SReadWebsiteDocumentByDocumentId = SReadWebsiteDocumentByDocumentId;
1332
+ exports.SReadWebsiteDocumentById = SReadWebsiteDocumentById;
1333
+ exports.SRegisterUserDocument = SRegisterUserDocument;
1334
+ exports.SResetPasswordUserDocument = SResetPasswordUserDocument;
997
1335
  exports.SStripeCheckoutCreateSession = SStripeCheckoutCreateSession;
998
1336
  exports.SStripeCheckoutLineItem = SStripeCheckoutLineItem;
999
1337
  exports.SUpdateAsCreatorCampaignIdDocument = SUpdateAsCreatorCampaignIdDocument;
@@ -1022,9 +1360,23 @@ exports.SUpdateAsInvitedSourceDocument = SUpdateAsInvitedSourceDocument;
1022
1360
  exports.SUpdateAsInvitedTermDocument = SUpdateAsInvitedTermDocument;
1023
1361
  exports.SUpdateAsInvitedTrackingLinkDocument = SUpdateAsInvitedTrackingLinkDocument;
1024
1362
  exports.SUpdateAsInvitedWebsiteDocument = SUpdateAsInvitedWebsiteDocument;
1363
+ exports.SUpdateCampaignIdDocumentRequest = SUpdateCampaignIdDocumentRequest;
1364
+ exports.SUpdateCampaignKeyDocumentRequest = SUpdateCampaignKeyDocumentRequest;
1365
+ exports.SUpdateCampaignPhaseDocumentRequest = SUpdateCampaignPhaseDocumentRequest;
1366
+ exports.SUpdateCampaignProductDocumentRequest = SUpdateCampaignProductDocumentRequest;
1367
+ exports.SUpdateContentDocumentRequest = SUpdateContentDocumentRequest;
1368
+ exports.SUpdateCreativeFormatDocumentRequest = SUpdateCreativeFormatDocumentRequest;
1369
+ exports.SUpdateCreativeFormatVariantDocumentRequest = SUpdateCreativeFormatVariantDocumentRequest;
1370
+ exports.SUpdateGroupDocumentRequest = SUpdateGroupDocumentRequest;
1025
1371
  exports.SUpdateGroupUserDocument = SUpdateGroupUserDocument;
1372
+ exports.SUpdateGroupUserDocumentRequest = SUpdateGroupUserDocumentRequest;
1373
+ exports.SUpdateMediumDocumentRequest = SUpdateMediumDocumentRequest;
1374
+ exports.SUpdateSourceDocumentRequest = SUpdateSourceDocumentRequest;
1375
+ exports.SUpdateTermDocumentRequest = SUpdateTermDocumentRequest;
1376
+ exports.SUpdateTrackingLinkDocumentRequest = SUpdateTrackingLinkDocumentRequest;
1026
1377
  exports.SUpdateUserAccountDocument = SUpdateUserAccountDocument;
1027
1378
  exports.SUpdateUserLimitationsDocument = SUpdateUserLimitationsDocument;
1379
+ exports.SUpdateWebsiteDocumentRequest = SUpdateWebsiteDocumentRequest;
1028
1380
  exports.datePlusDays = datePlusDays;
1029
1381
  exports.dateToday = dateToday;
1030
1382
  exports.isValidationFailure = isValidationFailure;