@supernova-studio/model 1.3.3 → 1.3.5

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.mts CHANGED
@@ -3518,62 +3518,79 @@ declare const CodeIntegrationDump: z.ZodObject<{
3518
3518
  } | null | undefined;
3519
3519
  }>>;
3520
3520
  destinationS3: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
3521
- destinationGithub: z.ZodOptional<z.ZodObject<{
3521
+ destinationGithub: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
3522
3522
  credentialId: z.ZodOptional<z.ZodString>;
3523
3523
  url: z.ZodString;
3524
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3525
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
3526
+ }, {
3524
3527
  branch: z.ZodString;
3525
3528
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3526
3529
  purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
3527
3530
  commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3528
3531
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3529
- connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3530
- userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
3531
- }, "strip", z.ZodTypeAny, {
3532
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3533
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3534
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3535
+ }>, "strip", z.ZodTypeAny, {
3532
3536
  url: string;
3533
3537
  branch: string;
3534
3538
  userId?: number | undefined;
3535
- credentialId?: string | undefined;
3536
3539
  relativePath?: string | undefined;
3537
3540
  purgeDirectory?: boolean | undefined;
3538
3541
  commitAuthorName?: string | undefined;
3539
3542
  commitAuthorEmail?: string | undefined;
3543
+ commitMessage?: string | undefined;
3544
+ pullRequestTitle?: string | undefined;
3545
+ pullRequestDescription?: string | undefined;
3546
+ credentialId?: string | undefined;
3540
3547
  connectionId?: string | undefined;
3541
3548
  }, {
3542
3549
  url: string;
3543
3550
  branch: string;
3544
3551
  userId?: number | null | undefined;
3545
- credentialId?: string | undefined;
3546
3552
  relativePath?: string | null | undefined;
3547
3553
  purgeDirectory?: boolean | null | undefined;
3548
3554
  commitAuthorName?: string | null | undefined;
3549
3555
  commitAuthorEmail?: string | null | undefined;
3556
+ commitMessage?: string | null | undefined;
3557
+ pullRequestTitle?: string | null | undefined;
3558
+ pullRequestDescription?: string | null | undefined;
3559
+ credentialId?: string | undefined;
3550
3560
  connectionId?: string | null | undefined;
3551
3561
  }>>;
3552
- destinationAzure: z.ZodOptional<z.ZodObject<{
3562
+ destinationAzure: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
3553
3563
  credentialId: z.ZodOptional<z.ZodString>;
3554
3564
  organizationId: z.ZodString;
3555
3565
  projectId: z.ZodString;
3556
3566
  repositoryId: z.ZodString;
3557
- commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3558
- commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3559
- branch: z.ZodString;
3560
- relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3561
- purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
3562
3567
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3563
3568
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3564
3569
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
3565
- }, "strip", z.ZodTypeAny, {
3570
+ }, {
3571
+ branch: z.ZodString;
3572
+ relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3573
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
3574
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3575
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3576
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3577
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3578
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3579
+ }>, "strip", z.ZodTypeAny, {
3566
3580
  branch: string;
3567
3581
  organizationId: string;
3568
3582
  projectId: string;
3569
3583
  repositoryId: string;
3570
3584
  url?: string | undefined;
3571
3585
  userId?: number | undefined;
3572
- credentialId?: string | undefined;
3573
3586
  relativePath?: string | undefined;
3574
3587
  purgeDirectory?: boolean | undefined;
3575
3588
  commitAuthorName?: string | undefined;
3576
3589
  commitAuthorEmail?: string | undefined;
3590
+ commitMessage?: string | undefined;
3591
+ pullRequestTitle?: string | undefined;
3592
+ pullRequestDescription?: string | undefined;
3593
+ credentialId?: string | undefined;
3577
3594
  connectionId?: string | undefined;
3578
3595
  }, {
3579
3596
  branch: string;
@@ -3582,70 +3599,90 @@ declare const CodeIntegrationDump: z.ZodObject<{
3582
3599
  repositoryId: string;
3583
3600
  url?: string | null | undefined;
3584
3601
  userId?: number | null | undefined;
3585
- credentialId?: string | undefined;
3586
3602
  relativePath?: string | null | undefined;
3587
3603
  purgeDirectory?: boolean | null | undefined;
3588
3604
  commitAuthorName?: string | null | undefined;
3589
3605
  commitAuthorEmail?: string | null | undefined;
3606
+ commitMessage?: string | null | undefined;
3607
+ pullRequestTitle?: string | null | undefined;
3608
+ pullRequestDescription?: string | null | undefined;
3609
+ credentialId?: string | undefined;
3590
3610
  connectionId?: string | null | undefined;
3591
3611
  }>>;
3592
- destinationGitlab: z.ZodOptional<z.ZodObject<{
3612
+ destinationGitlab: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
3593
3613
  credentialId: z.ZodOptional<z.ZodString>;
3594
3614
  projectId: z.ZodString;
3595
- commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3596
- commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3597
- branch: z.ZodString;
3598
- relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3599
- purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
3600
3615
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3601
3616
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3602
3617
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
3603
- }, "strip", z.ZodTypeAny, {
3618
+ }, {
3619
+ branch: z.ZodString;
3620
+ relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3621
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
3622
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3623
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3624
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3625
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3626
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3627
+ }>, "strip", z.ZodTypeAny, {
3604
3628
  branch: string;
3605
3629
  projectId: string;
3606
3630
  url?: string | undefined;
3607
3631
  userId?: number | undefined;
3608
- credentialId?: string | undefined;
3609
3632
  relativePath?: string | undefined;
3610
3633
  purgeDirectory?: boolean | undefined;
3611
3634
  commitAuthorName?: string | undefined;
3612
3635
  commitAuthorEmail?: string | undefined;
3636
+ commitMessage?: string | undefined;
3637
+ pullRequestTitle?: string | undefined;
3638
+ pullRequestDescription?: string | undefined;
3639
+ credentialId?: string | undefined;
3613
3640
  connectionId?: string | undefined;
3614
3641
  }, {
3615
3642
  branch: string;
3616
3643
  projectId: string;
3617
3644
  url?: string | null | undefined;
3618
3645
  userId?: number | null | undefined;
3619
- credentialId?: string | undefined;
3620
3646
  relativePath?: string | null | undefined;
3621
3647
  purgeDirectory?: boolean | null | undefined;
3622
3648
  commitAuthorName?: string | null | undefined;
3623
3649
  commitAuthorEmail?: string | null | undefined;
3650
+ commitMessage?: string | null | undefined;
3651
+ pullRequestTitle?: string | null | undefined;
3652
+ pullRequestDescription?: string | null | undefined;
3653
+ credentialId?: string | undefined;
3624
3654
  connectionId?: string | null | undefined;
3625
3655
  }>>;
3626
- destinationBitbucket: z.ZodOptional<z.ZodObject<{
3656
+ destinationBitbucket: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
3627
3657
  credentialId: z.ZodOptional<z.ZodString>;
3628
3658
  workspaceSlug: z.ZodString;
3629
3659
  projectKey: z.ZodString;
3630
3660
  repoSlug: z.ZodString;
3631
- commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3632
- commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3661
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3662
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
3663
+ }, {
3633
3664
  branch: z.ZodString;
3634
3665
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3635
3666
  purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
3636
- connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3637
- userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
3638
- }, "strip", z.ZodTypeAny, {
3667
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3668
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3669
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3670
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3671
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
3672
+ }>, "strip", z.ZodTypeAny, {
3639
3673
  branch: string;
3640
3674
  workspaceSlug: string;
3641
3675
  projectKey: string;
3642
3676
  repoSlug: string;
3643
3677
  userId?: number | undefined;
3644
- credentialId?: string | undefined;
3645
3678
  relativePath?: string | undefined;
3646
3679
  purgeDirectory?: boolean | undefined;
3647
3680
  commitAuthorName?: string | undefined;
3648
3681
  commitAuthorEmail?: string | undefined;
3682
+ commitMessage?: string | undefined;
3683
+ pullRequestTitle?: string | undefined;
3684
+ pullRequestDescription?: string | undefined;
3685
+ credentialId?: string | undefined;
3649
3686
  connectionId?: string | undefined;
3650
3687
  }, {
3651
3688
  branch: string;
@@ -3653,11 +3690,14 @@ declare const CodeIntegrationDump: z.ZodObject<{
3653
3690
  projectKey: string;
3654
3691
  repoSlug: string;
3655
3692
  userId?: number | null | undefined;
3656
- credentialId?: string | undefined;
3657
3693
  relativePath?: string | null | undefined;
3658
3694
  purgeDirectory?: boolean | null | undefined;
3659
3695
  commitAuthorName?: string | null | undefined;
3660
3696
  commitAuthorEmail?: string | null | undefined;
3697
+ commitMessage?: string | null | undefined;
3698
+ pullRequestTitle?: string | null | undefined;
3699
+ pullRequestDescription?: string | null | undefined;
3700
+ credentialId?: string | undefined;
3661
3701
  connectionId?: string | null | undefined;
3662
3702
  }>>;
3663
3703
  id: z.ZodString;
@@ -3696,11 +3736,14 @@ declare const CodeIntegrationDump: z.ZodObject<{
3696
3736
  url: string;
3697
3737
  branch: string;
3698
3738
  userId?: number | undefined;
3699
- credentialId?: string | undefined;
3700
3739
  relativePath?: string | undefined;
3701
3740
  purgeDirectory?: boolean | undefined;
3702
3741
  commitAuthorName?: string | undefined;
3703
3742
  commitAuthorEmail?: string | undefined;
3743
+ commitMessage?: string | undefined;
3744
+ pullRequestTitle?: string | undefined;
3745
+ pullRequestDescription?: string | undefined;
3746
+ credentialId?: string | undefined;
3704
3747
  connectionId?: string | undefined;
3705
3748
  } | undefined;
3706
3749
  destinationAzure?: {
@@ -3710,11 +3753,14 @@ declare const CodeIntegrationDump: z.ZodObject<{
3710
3753
  repositoryId: string;
3711
3754
  url?: string | undefined;
3712
3755
  userId?: number | undefined;
3713
- credentialId?: string | undefined;
3714
3756
  relativePath?: string | undefined;
3715
3757
  purgeDirectory?: boolean | undefined;
3716
3758
  commitAuthorName?: string | undefined;
3717
3759
  commitAuthorEmail?: string | undefined;
3760
+ commitMessage?: string | undefined;
3761
+ pullRequestTitle?: string | undefined;
3762
+ pullRequestDescription?: string | undefined;
3763
+ credentialId?: string | undefined;
3718
3764
  connectionId?: string | undefined;
3719
3765
  } | undefined;
3720
3766
  destinationGitlab?: {
@@ -3722,11 +3768,14 @@ declare const CodeIntegrationDump: z.ZodObject<{
3722
3768
  projectId: string;
3723
3769
  url?: string | undefined;
3724
3770
  userId?: number | undefined;
3725
- credentialId?: string | undefined;
3726
3771
  relativePath?: string | undefined;
3727
3772
  purgeDirectory?: boolean | undefined;
3728
3773
  commitAuthorName?: string | undefined;
3729
3774
  commitAuthorEmail?: string | undefined;
3775
+ commitMessage?: string | undefined;
3776
+ pullRequestTitle?: string | undefined;
3777
+ pullRequestDescription?: string | undefined;
3778
+ credentialId?: string | undefined;
3730
3779
  connectionId?: string | undefined;
3731
3780
  } | undefined;
3732
3781
  destinationBitbucket?: {
@@ -3735,11 +3784,14 @@ declare const CodeIntegrationDump: z.ZodObject<{
3735
3784
  projectKey: string;
3736
3785
  repoSlug: string;
3737
3786
  userId?: number | undefined;
3738
- credentialId?: string | undefined;
3739
3787
  relativePath?: string | undefined;
3740
3788
  purgeDirectory?: boolean | undefined;
3741
3789
  commitAuthorName?: string | undefined;
3742
3790
  commitAuthorEmail?: string | undefined;
3791
+ commitMessage?: string | undefined;
3792
+ pullRequestTitle?: string | undefined;
3793
+ pullRequestDescription?: string | undefined;
3794
+ credentialId?: string | undefined;
3743
3795
  connectionId?: string | undefined;
3744
3796
  } | undefined;
3745
3797
  themePersistentIds?: string[] | undefined;
@@ -3768,11 +3820,14 @@ declare const CodeIntegrationDump: z.ZodObject<{
3768
3820
  url: string;
3769
3821
  branch: string;
3770
3822
  userId?: number | null | undefined;
3771
- credentialId?: string | undefined;
3772
3823
  relativePath?: string | null | undefined;
3773
3824
  purgeDirectory?: boolean | null | undefined;
3774
3825
  commitAuthorName?: string | null | undefined;
3775
3826
  commitAuthorEmail?: string | null | undefined;
3827
+ commitMessage?: string | null | undefined;
3828
+ pullRequestTitle?: string | null | undefined;
3829
+ pullRequestDescription?: string | null | undefined;
3830
+ credentialId?: string | undefined;
3776
3831
  connectionId?: string | null | undefined;
3777
3832
  } | undefined;
3778
3833
  destinationAzure?: {
@@ -3782,11 +3837,14 @@ declare const CodeIntegrationDump: z.ZodObject<{
3782
3837
  repositoryId: string;
3783
3838
  url?: string | null | undefined;
3784
3839
  userId?: number | null | undefined;
3785
- credentialId?: string | undefined;
3786
3840
  relativePath?: string | null | undefined;
3787
3841
  purgeDirectory?: boolean | null | undefined;
3788
3842
  commitAuthorName?: string | null | undefined;
3789
3843
  commitAuthorEmail?: string | null | undefined;
3844
+ commitMessage?: string | null | undefined;
3845
+ pullRequestTitle?: string | null | undefined;
3846
+ pullRequestDescription?: string | null | undefined;
3847
+ credentialId?: string | undefined;
3790
3848
  connectionId?: string | null | undefined;
3791
3849
  } | undefined;
3792
3850
  destinationGitlab?: {
@@ -3794,11 +3852,14 @@ declare const CodeIntegrationDump: z.ZodObject<{
3794
3852
  projectId: string;
3795
3853
  url?: string | null | undefined;
3796
3854
  userId?: number | null | undefined;
3797
- credentialId?: string | undefined;
3798
3855
  relativePath?: string | null | undefined;
3799
3856
  purgeDirectory?: boolean | null | undefined;
3800
3857
  commitAuthorName?: string | null | undefined;
3801
3858
  commitAuthorEmail?: string | null | undefined;
3859
+ commitMessage?: string | null | undefined;
3860
+ pullRequestTitle?: string | null | undefined;
3861
+ pullRequestDescription?: string | null | undefined;
3862
+ credentialId?: string | undefined;
3802
3863
  connectionId?: string | null | undefined;
3803
3864
  } | undefined;
3804
3865
  destinationBitbucket?: {
@@ -3807,11 +3868,14 @@ declare const CodeIntegrationDump: z.ZodObject<{
3807
3868
  projectKey: string;
3808
3869
  repoSlug: string;
3809
3870
  userId?: number | null | undefined;
3810
- credentialId?: string | undefined;
3811
3871
  relativePath?: string | null | undefined;
3812
3872
  purgeDirectory?: boolean | null | undefined;
3813
3873
  commitAuthorName?: string | null | undefined;
3814
3874
  commitAuthorEmail?: string | null | undefined;
3875
+ commitMessage?: string | null | undefined;
3876
+ pullRequestTitle?: string | null | undefined;
3877
+ pullRequestDescription?: string | null | undefined;
3878
+ credentialId?: string | undefined;
3815
3879
  connectionId?: string | null | undefined;
3816
3880
  } | undefined;
3817
3881
  themePersistentIds?: string[] | undefined;
@@ -4045,11 +4109,14 @@ declare const CodeIntegrationDump: z.ZodObject<{
4045
4109
  url: string;
4046
4110
  branch: string;
4047
4111
  userId?: number | undefined;
4048
- credentialId?: string | undefined;
4049
4112
  relativePath?: string | undefined;
4050
4113
  purgeDirectory?: boolean | undefined;
4051
4114
  commitAuthorName?: string | undefined;
4052
4115
  commitAuthorEmail?: string | undefined;
4116
+ commitMessage?: string | undefined;
4117
+ pullRequestTitle?: string | undefined;
4118
+ pullRequestDescription?: string | undefined;
4119
+ credentialId?: string | undefined;
4053
4120
  connectionId?: string | undefined;
4054
4121
  } | undefined;
4055
4122
  destinationAzure?: {
@@ -4059,11 +4126,14 @@ declare const CodeIntegrationDump: z.ZodObject<{
4059
4126
  repositoryId: string;
4060
4127
  url?: string | undefined;
4061
4128
  userId?: number | undefined;
4062
- credentialId?: string | undefined;
4063
4129
  relativePath?: string | undefined;
4064
4130
  purgeDirectory?: boolean | undefined;
4065
4131
  commitAuthorName?: string | undefined;
4066
4132
  commitAuthorEmail?: string | undefined;
4133
+ commitMessage?: string | undefined;
4134
+ pullRequestTitle?: string | undefined;
4135
+ pullRequestDescription?: string | undefined;
4136
+ credentialId?: string | undefined;
4067
4137
  connectionId?: string | undefined;
4068
4138
  } | undefined;
4069
4139
  destinationGitlab?: {
@@ -4071,11 +4141,14 @@ declare const CodeIntegrationDump: z.ZodObject<{
4071
4141
  projectId: string;
4072
4142
  url?: string | undefined;
4073
4143
  userId?: number | undefined;
4074
- credentialId?: string | undefined;
4075
4144
  relativePath?: string | undefined;
4076
4145
  purgeDirectory?: boolean | undefined;
4077
4146
  commitAuthorName?: string | undefined;
4078
4147
  commitAuthorEmail?: string | undefined;
4148
+ commitMessage?: string | undefined;
4149
+ pullRequestTitle?: string | undefined;
4150
+ pullRequestDescription?: string | undefined;
4151
+ credentialId?: string | undefined;
4079
4152
  connectionId?: string | undefined;
4080
4153
  } | undefined;
4081
4154
  destinationBitbucket?: {
@@ -4084,11 +4157,14 @@ declare const CodeIntegrationDump: z.ZodObject<{
4084
4157
  projectKey: string;
4085
4158
  repoSlug: string;
4086
4159
  userId?: number | undefined;
4087
- credentialId?: string | undefined;
4088
4160
  relativePath?: string | undefined;
4089
4161
  purgeDirectory?: boolean | undefined;
4090
4162
  commitAuthorName?: string | undefined;
4091
4163
  commitAuthorEmail?: string | undefined;
4164
+ commitMessage?: string | undefined;
4165
+ pullRequestTitle?: string | undefined;
4166
+ pullRequestDescription?: string | undefined;
4167
+ credentialId?: string | undefined;
4092
4168
  connectionId?: string | undefined;
4093
4169
  } | undefined;
4094
4170
  themePersistentIds?: string[] | undefined;
@@ -4312,11 +4388,14 @@ declare const CodeIntegrationDump: z.ZodObject<{
4312
4388
  url: string;
4313
4389
  branch: string;
4314
4390
  userId?: number | null | undefined;
4315
- credentialId?: string | undefined;
4316
4391
  relativePath?: string | null | undefined;
4317
4392
  purgeDirectory?: boolean | null | undefined;
4318
4393
  commitAuthorName?: string | null | undefined;
4319
4394
  commitAuthorEmail?: string | null | undefined;
4395
+ commitMessage?: string | null | undefined;
4396
+ pullRequestTitle?: string | null | undefined;
4397
+ pullRequestDescription?: string | null | undefined;
4398
+ credentialId?: string | undefined;
4320
4399
  connectionId?: string | null | undefined;
4321
4400
  } | undefined;
4322
4401
  destinationAzure?: {
@@ -4326,11 +4405,14 @@ declare const CodeIntegrationDump: z.ZodObject<{
4326
4405
  repositoryId: string;
4327
4406
  url?: string | null | undefined;
4328
4407
  userId?: number | null | undefined;
4329
- credentialId?: string | undefined;
4330
4408
  relativePath?: string | null | undefined;
4331
4409
  purgeDirectory?: boolean | null | undefined;
4332
4410
  commitAuthorName?: string | null | undefined;
4333
4411
  commitAuthorEmail?: string | null | undefined;
4412
+ commitMessage?: string | null | undefined;
4413
+ pullRequestTitle?: string | null | undefined;
4414
+ pullRequestDescription?: string | null | undefined;
4415
+ credentialId?: string | undefined;
4334
4416
  connectionId?: string | null | undefined;
4335
4417
  } | undefined;
4336
4418
  destinationGitlab?: {
@@ -4338,11 +4420,14 @@ declare const CodeIntegrationDump: z.ZodObject<{
4338
4420
  projectId: string;
4339
4421
  url?: string | null | undefined;
4340
4422
  userId?: number | null | undefined;
4341
- credentialId?: string | undefined;
4342
4423
  relativePath?: string | null | undefined;
4343
4424
  purgeDirectory?: boolean | null | undefined;
4344
4425
  commitAuthorName?: string | null | undefined;
4345
4426
  commitAuthorEmail?: string | null | undefined;
4427
+ commitMessage?: string | null | undefined;
4428
+ pullRequestTitle?: string | null | undefined;
4429
+ pullRequestDescription?: string | null | undefined;
4430
+ credentialId?: string | undefined;
4346
4431
  connectionId?: string | null | undefined;
4347
4432
  } | undefined;
4348
4433
  destinationBitbucket?: {
@@ -4351,11 +4436,14 @@ declare const CodeIntegrationDump: z.ZodObject<{
4351
4436
  projectKey: string;
4352
4437
  repoSlug: string;
4353
4438
  userId?: number | null | undefined;
4354
- credentialId?: string | undefined;
4355
4439
  relativePath?: string | null | undefined;
4356
4440
  purgeDirectory?: boolean | null | undefined;
4357
4441
  commitAuthorName?: string | null | undefined;
4358
4442
  commitAuthorEmail?: string | null | undefined;
4443
+ commitMessage?: string | null | undefined;
4444
+ pullRequestTitle?: string | null | undefined;
4445
+ pullRequestDescription?: string | null | undefined;
4446
+ credentialId?: string | undefined;
4359
4447
  connectionId?: string | null | undefined;
4360
4448
  } | undefined;
4361
4449
  themePersistentIds?: string[] | undefined;
@@ -18905,62 +18993,79 @@ declare const UserDump: z.ZodObject<{
18905
18993
  } | null | undefined;
18906
18994
  }>>;
18907
18995
  destinationS3: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
18908
- destinationGithub: z.ZodOptional<z.ZodObject<{
18996
+ destinationGithub: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
18909
18997
  credentialId: z.ZodOptional<z.ZodString>;
18910
18998
  url: z.ZodString;
18999
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
19000
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
19001
+ }, {
18911
19002
  branch: z.ZodString;
18912
19003
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
18913
19004
  purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
18914
19005
  commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
18915
19006
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
18916
- connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
18917
- userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
18918
- }, "strip", z.ZodTypeAny, {
19007
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
19008
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
19009
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
19010
+ }>, "strip", z.ZodTypeAny, {
18919
19011
  url: string;
18920
19012
  branch: string;
18921
19013
  userId?: number | undefined;
18922
- credentialId?: string | undefined;
18923
19014
  relativePath?: string | undefined;
18924
19015
  purgeDirectory?: boolean | undefined;
18925
19016
  commitAuthorName?: string | undefined;
18926
19017
  commitAuthorEmail?: string | undefined;
19018
+ commitMessage?: string | undefined;
19019
+ pullRequestTitle?: string | undefined;
19020
+ pullRequestDescription?: string | undefined;
19021
+ credentialId?: string | undefined;
18927
19022
  connectionId?: string | undefined;
18928
19023
  }, {
18929
19024
  url: string;
18930
19025
  branch: string;
18931
19026
  userId?: number | null | undefined;
18932
- credentialId?: string | undefined;
18933
19027
  relativePath?: string | null | undefined;
18934
19028
  purgeDirectory?: boolean | null | undefined;
18935
19029
  commitAuthorName?: string | null | undefined;
18936
19030
  commitAuthorEmail?: string | null | undefined;
19031
+ commitMessage?: string | null | undefined;
19032
+ pullRequestTitle?: string | null | undefined;
19033
+ pullRequestDescription?: string | null | undefined;
19034
+ credentialId?: string | undefined;
18937
19035
  connectionId?: string | null | undefined;
18938
19036
  }>>;
18939
- destinationAzure: z.ZodOptional<z.ZodObject<{
19037
+ destinationAzure: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
18940
19038
  credentialId: z.ZodOptional<z.ZodString>;
18941
19039
  organizationId: z.ZodString;
18942
19040
  projectId: z.ZodString;
18943
19041
  repositoryId: z.ZodString;
18944
- commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
18945
- commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
18946
- branch: z.ZodString;
18947
- relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
18948
- purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
18949
19042
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
18950
19043
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
18951
19044
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
18952
- }, "strip", z.ZodTypeAny, {
19045
+ }, {
19046
+ branch: z.ZodString;
19047
+ relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
19048
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
19049
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
19050
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
19051
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
19052
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
19053
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
19054
+ }>, "strip", z.ZodTypeAny, {
18953
19055
  branch: string;
18954
19056
  organizationId: string;
18955
19057
  projectId: string;
18956
19058
  repositoryId: string;
18957
19059
  url?: string | undefined;
18958
19060
  userId?: number | undefined;
18959
- credentialId?: string | undefined;
18960
19061
  relativePath?: string | undefined;
18961
19062
  purgeDirectory?: boolean | undefined;
18962
19063
  commitAuthorName?: string | undefined;
18963
19064
  commitAuthorEmail?: string | undefined;
19065
+ commitMessage?: string | undefined;
19066
+ pullRequestTitle?: string | undefined;
19067
+ pullRequestDescription?: string | undefined;
19068
+ credentialId?: string | undefined;
18964
19069
  connectionId?: string | undefined;
18965
19070
  }, {
18966
19071
  branch: string;
@@ -18969,70 +19074,90 @@ declare const UserDump: z.ZodObject<{
18969
19074
  repositoryId: string;
18970
19075
  url?: string | null | undefined;
18971
19076
  userId?: number | null | undefined;
18972
- credentialId?: string | undefined;
18973
19077
  relativePath?: string | null | undefined;
18974
19078
  purgeDirectory?: boolean | null | undefined;
18975
19079
  commitAuthorName?: string | null | undefined;
18976
19080
  commitAuthorEmail?: string | null | undefined;
19081
+ commitMessage?: string | null | undefined;
19082
+ pullRequestTitle?: string | null | undefined;
19083
+ pullRequestDescription?: string | null | undefined;
19084
+ credentialId?: string | undefined;
18977
19085
  connectionId?: string | null | undefined;
18978
19086
  }>>;
18979
- destinationGitlab: z.ZodOptional<z.ZodObject<{
19087
+ destinationGitlab: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
18980
19088
  credentialId: z.ZodOptional<z.ZodString>;
18981
19089
  projectId: z.ZodString;
18982
- commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
18983
- commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
18984
- branch: z.ZodString;
18985
- relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
18986
- purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
18987
19090
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
18988
19091
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
18989
19092
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
18990
- }, "strip", z.ZodTypeAny, {
19093
+ }, {
19094
+ branch: z.ZodString;
19095
+ relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
19096
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
19097
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
19098
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
19099
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
19100
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
19101
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
19102
+ }>, "strip", z.ZodTypeAny, {
18991
19103
  branch: string;
18992
19104
  projectId: string;
18993
19105
  url?: string | undefined;
18994
19106
  userId?: number | undefined;
18995
- credentialId?: string | undefined;
18996
19107
  relativePath?: string | undefined;
18997
19108
  purgeDirectory?: boolean | undefined;
18998
19109
  commitAuthorName?: string | undefined;
18999
19110
  commitAuthorEmail?: string | undefined;
19111
+ commitMessage?: string | undefined;
19112
+ pullRequestTitle?: string | undefined;
19113
+ pullRequestDescription?: string | undefined;
19114
+ credentialId?: string | undefined;
19000
19115
  connectionId?: string | undefined;
19001
19116
  }, {
19002
19117
  branch: string;
19003
19118
  projectId: string;
19004
19119
  url?: string | null | undefined;
19005
19120
  userId?: number | null | undefined;
19006
- credentialId?: string | undefined;
19007
19121
  relativePath?: string | null | undefined;
19008
19122
  purgeDirectory?: boolean | null | undefined;
19009
19123
  commitAuthorName?: string | null | undefined;
19010
19124
  commitAuthorEmail?: string | null | undefined;
19125
+ commitMessage?: string | null | undefined;
19126
+ pullRequestTitle?: string | null | undefined;
19127
+ pullRequestDescription?: string | null | undefined;
19128
+ credentialId?: string | undefined;
19011
19129
  connectionId?: string | null | undefined;
19012
19130
  }>>;
19013
- destinationBitbucket: z.ZodOptional<z.ZodObject<{
19131
+ destinationBitbucket: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
19014
19132
  credentialId: z.ZodOptional<z.ZodString>;
19015
19133
  workspaceSlug: z.ZodString;
19016
19134
  projectKey: z.ZodString;
19017
19135
  repoSlug: z.ZodString;
19018
- commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
19019
- commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
19136
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
19137
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
19138
+ }, {
19020
19139
  branch: z.ZodString;
19021
19140
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
19022
19141
  purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
19023
- connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
19024
- userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
19025
- }, "strip", z.ZodTypeAny, {
19142
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
19143
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
19144
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
19145
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
19146
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
19147
+ }>, "strip", z.ZodTypeAny, {
19026
19148
  branch: string;
19027
19149
  workspaceSlug: string;
19028
19150
  projectKey: string;
19029
19151
  repoSlug: string;
19030
19152
  userId?: number | undefined;
19031
- credentialId?: string | undefined;
19032
19153
  relativePath?: string | undefined;
19033
19154
  purgeDirectory?: boolean | undefined;
19034
19155
  commitAuthorName?: string | undefined;
19035
19156
  commitAuthorEmail?: string | undefined;
19157
+ commitMessage?: string | undefined;
19158
+ pullRequestTitle?: string | undefined;
19159
+ pullRequestDescription?: string | undefined;
19160
+ credentialId?: string | undefined;
19036
19161
  connectionId?: string | undefined;
19037
19162
  }, {
19038
19163
  branch: string;
@@ -19040,11 +19165,14 @@ declare const UserDump: z.ZodObject<{
19040
19165
  projectKey: string;
19041
19166
  repoSlug: string;
19042
19167
  userId?: number | null | undefined;
19043
- credentialId?: string | undefined;
19044
19168
  relativePath?: string | null | undefined;
19045
19169
  purgeDirectory?: boolean | null | undefined;
19046
19170
  commitAuthorName?: string | null | undefined;
19047
19171
  commitAuthorEmail?: string | null | undefined;
19172
+ commitMessage?: string | null | undefined;
19173
+ pullRequestTitle?: string | null | undefined;
19174
+ pullRequestDescription?: string | null | undefined;
19175
+ credentialId?: string | undefined;
19048
19176
  connectionId?: string | null | undefined;
19049
19177
  }>>;
19050
19178
  id: z.ZodString;
@@ -19083,11 +19211,14 @@ declare const UserDump: z.ZodObject<{
19083
19211
  url: string;
19084
19212
  branch: string;
19085
19213
  userId?: number | undefined;
19086
- credentialId?: string | undefined;
19087
19214
  relativePath?: string | undefined;
19088
19215
  purgeDirectory?: boolean | undefined;
19089
19216
  commitAuthorName?: string | undefined;
19090
19217
  commitAuthorEmail?: string | undefined;
19218
+ commitMessage?: string | undefined;
19219
+ pullRequestTitle?: string | undefined;
19220
+ pullRequestDescription?: string | undefined;
19221
+ credentialId?: string | undefined;
19091
19222
  connectionId?: string | undefined;
19092
19223
  } | undefined;
19093
19224
  destinationAzure?: {
@@ -19097,11 +19228,14 @@ declare const UserDump: z.ZodObject<{
19097
19228
  repositoryId: string;
19098
19229
  url?: string | undefined;
19099
19230
  userId?: number | undefined;
19100
- credentialId?: string | undefined;
19101
19231
  relativePath?: string | undefined;
19102
19232
  purgeDirectory?: boolean | undefined;
19103
19233
  commitAuthorName?: string | undefined;
19104
19234
  commitAuthorEmail?: string | undefined;
19235
+ commitMessage?: string | undefined;
19236
+ pullRequestTitle?: string | undefined;
19237
+ pullRequestDescription?: string | undefined;
19238
+ credentialId?: string | undefined;
19105
19239
  connectionId?: string | undefined;
19106
19240
  } | undefined;
19107
19241
  destinationGitlab?: {
@@ -19109,11 +19243,14 @@ declare const UserDump: z.ZodObject<{
19109
19243
  projectId: string;
19110
19244
  url?: string | undefined;
19111
19245
  userId?: number | undefined;
19112
- credentialId?: string | undefined;
19113
19246
  relativePath?: string | undefined;
19114
19247
  purgeDirectory?: boolean | undefined;
19115
19248
  commitAuthorName?: string | undefined;
19116
19249
  commitAuthorEmail?: string | undefined;
19250
+ commitMessage?: string | undefined;
19251
+ pullRequestTitle?: string | undefined;
19252
+ pullRequestDescription?: string | undefined;
19253
+ credentialId?: string | undefined;
19117
19254
  connectionId?: string | undefined;
19118
19255
  } | undefined;
19119
19256
  destinationBitbucket?: {
@@ -19122,11 +19259,14 @@ declare const UserDump: z.ZodObject<{
19122
19259
  projectKey: string;
19123
19260
  repoSlug: string;
19124
19261
  userId?: number | undefined;
19125
- credentialId?: string | undefined;
19126
19262
  relativePath?: string | undefined;
19127
19263
  purgeDirectory?: boolean | undefined;
19128
19264
  commitAuthorName?: string | undefined;
19129
19265
  commitAuthorEmail?: string | undefined;
19266
+ commitMessage?: string | undefined;
19267
+ pullRequestTitle?: string | undefined;
19268
+ pullRequestDescription?: string | undefined;
19269
+ credentialId?: string | undefined;
19130
19270
  connectionId?: string | undefined;
19131
19271
  } | undefined;
19132
19272
  themePersistentIds?: string[] | undefined;
@@ -19155,11 +19295,14 @@ declare const UserDump: z.ZodObject<{
19155
19295
  url: string;
19156
19296
  branch: string;
19157
19297
  userId?: number | null | undefined;
19158
- credentialId?: string | undefined;
19159
19298
  relativePath?: string | null | undefined;
19160
19299
  purgeDirectory?: boolean | null | undefined;
19161
19300
  commitAuthorName?: string | null | undefined;
19162
19301
  commitAuthorEmail?: string | null | undefined;
19302
+ commitMessage?: string | null | undefined;
19303
+ pullRequestTitle?: string | null | undefined;
19304
+ pullRequestDescription?: string | null | undefined;
19305
+ credentialId?: string | undefined;
19163
19306
  connectionId?: string | null | undefined;
19164
19307
  } | undefined;
19165
19308
  destinationAzure?: {
@@ -19169,11 +19312,14 @@ declare const UserDump: z.ZodObject<{
19169
19312
  repositoryId: string;
19170
19313
  url?: string | null | undefined;
19171
19314
  userId?: number | null | undefined;
19172
- credentialId?: string | undefined;
19173
19315
  relativePath?: string | null | undefined;
19174
19316
  purgeDirectory?: boolean | null | undefined;
19175
19317
  commitAuthorName?: string | null | undefined;
19176
19318
  commitAuthorEmail?: string | null | undefined;
19319
+ commitMessage?: string | null | undefined;
19320
+ pullRequestTitle?: string | null | undefined;
19321
+ pullRequestDescription?: string | null | undefined;
19322
+ credentialId?: string | undefined;
19177
19323
  connectionId?: string | null | undefined;
19178
19324
  } | undefined;
19179
19325
  destinationGitlab?: {
@@ -19181,11 +19327,14 @@ declare const UserDump: z.ZodObject<{
19181
19327
  projectId: string;
19182
19328
  url?: string | null | undefined;
19183
19329
  userId?: number | null | undefined;
19184
- credentialId?: string | undefined;
19185
19330
  relativePath?: string | null | undefined;
19186
19331
  purgeDirectory?: boolean | null | undefined;
19187
19332
  commitAuthorName?: string | null | undefined;
19188
19333
  commitAuthorEmail?: string | null | undefined;
19334
+ commitMessage?: string | null | undefined;
19335
+ pullRequestTitle?: string | null | undefined;
19336
+ pullRequestDescription?: string | null | undefined;
19337
+ credentialId?: string | undefined;
19189
19338
  connectionId?: string | null | undefined;
19190
19339
  } | undefined;
19191
19340
  destinationBitbucket?: {
@@ -19194,11 +19343,14 @@ declare const UserDump: z.ZodObject<{
19194
19343
  projectKey: string;
19195
19344
  repoSlug: string;
19196
19345
  userId?: number | null | undefined;
19197
- credentialId?: string | undefined;
19198
19346
  relativePath?: string | null | undefined;
19199
19347
  purgeDirectory?: boolean | null | undefined;
19200
19348
  commitAuthorName?: string | null | undefined;
19201
19349
  commitAuthorEmail?: string | null | undefined;
19350
+ commitMessage?: string | null | undefined;
19351
+ pullRequestTitle?: string | null | undefined;
19352
+ pullRequestDescription?: string | null | undefined;
19353
+ credentialId?: string | undefined;
19202
19354
  connectionId?: string | null | undefined;
19203
19355
  } | undefined;
19204
19356
  themePersistentIds?: string[] | undefined;
@@ -19432,11 +19584,14 @@ declare const UserDump: z.ZodObject<{
19432
19584
  url: string;
19433
19585
  branch: string;
19434
19586
  userId?: number | undefined;
19435
- credentialId?: string | undefined;
19436
19587
  relativePath?: string | undefined;
19437
19588
  purgeDirectory?: boolean | undefined;
19438
19589
  commitAuthorName?: string | undefined;
19439
19590
  commitAuthorEmail?: string | undefined;
19591
+ commitMessage?: string | undefined;
19592
+ pullRequestTitle?: string | undefined;
19593
+ pullRequestDescription?: string | undefined;
19594
+ credentialId?: string | undefined;
19440
19595
  connectionId?: string | undefined;
19441
19596
  } | undefined;
19442
19597
  destinationAzure?: {
@@ -19446,11 +19601,14 @@ declare const UserDump: z.ZodObject<{
19446
19601
  repositoryId: string;
19447
19602
  url?: string | undefined;
19448
19603
  userId?: number | undefined;
19449
- credentialId?: string | undefined;
19450
19604
  relativePath?: string | undefined;
19451
19605
  purgeDirectory?: boolean | undefined;
19452
19606
  commitAuthorName?: string | undefined;
19453
19607
  commitAuthorEmail?: string | undefined;
19608
+ commitMessage?: string | undefined;
19609
+ pullRequestTitle?: string | undefined;
19610
+ pullRequestDescription?: string | undefined;
19611
+ credentialId?: string | undefined;
19454
19612
  connectionId?: string | undefined;
19455
19613
  } | undefined;
19456
19614
  destinationGitlab?: {
@@ -19458,11 +19616,14 @@ declare const UserDump: z.ZodObject<{
19458
19616
  projectId: string;
19459
19617
  url?: string | undefined;
19460
19618
  userId?: number | undefined;
19461
- credentialId?: string | undefined;
19462
19619
  relativePath?: string | undefined;
19463
19620
  purgeDirectory?: boolean | undefined;
19464
19621
  commitAuthorName?: string | undefined;
19465
19622
  commitAuthorEmail?: string | undefined;
19623
+ commitMessage?: string | undefined;
19624
+ pullRequestTitle?: string | undefined;
19625
+ pullRequestDescription?: string | undefined;
19626
+ credentialId?: string | undefined;
19466
19627
  connectionId?: string | undefined;
19467
19628
  } | undefined;
19468
19629
  destinationBitbucket?: {
@@ -19471,11 +19632,14 @@ declare const UserDump: z.ZodObject<{
19471
19632
  projectKey: string;
19472
19633
  repoSlug: string;
19473
19634
  userId?: number | undefined;
19474
- credentialId?: string | undefined;
19475
19635
  relativePath?: string | undefined;
19476
19636
  purgeDirectory?: boolean | undefined;
19477
19637
  commitAuthorName?: string | undefined;
19478
19638
  commitAuthorEmail?: string | undefined;
19639
+ commitMessage?: string | undefined;
19640
+ pullRequestTitle?: string | undefined;
19641
+ pullRequestDescription?: string | undefined;
19642
+ credentialId?: string | undefined;
19479
19643
  connectionId?: string | undefined;
19480
19644
  } | undefined;
19481
19645
  themePersistentIds?: string[] | undefined;
@@ -19699,11 +19863,14 @@ declare const UserDump: z.ZodObject<{
19699
19863
  url: string;
19700
19864
  branch: string;
19701
19865
  userId?: number | null | undefined;
19702
- credentialId?: string | undefined;
19703
19866
  relativePath?: string | null | undefined;
19704
19867
  purgeDirectory?: boolean | null | undefined;
19705
19868
  commitAuthorName?: string | null | undefined;
19706
19869
  commitAuthorEmail?: string | null | undefined;
19870
+ commitMessage?: string | null | undefined;
19871
+ pullRequestTitle?: string | null | undefined;
19872
+ pullRequestDescription?: string | null | undefined;
19873
+ credentialId?: string | undefined;
19707
19874
  connectionId?: string | null | undefined;
19708
19875
  } | undefined;
19709
19876
  destinationAzure?: {
@@ -19713,11 +19880,14 @@ declare const UserDump: z.ZodObject<{
19713
19880
  repositoryId: string;
19714
19881
  url?: string | null | undefined;
19715
19882
  userId?: number | null | undefined;
19716
- credentialId?: string | undefined;
19717
19883
  relativePath?: string | null | undefined;
19718
19884
  purgeDirectory?: boolean | null | undefined;
19719
19885
  commitAuthorName?: string | null | undefined;
19720
19886
  commitAuthorEmail?: string | null | undefined;
19887
+ commitMessage?: string | null | undefined;
19888
+ pullRequestTitle?: string | null | undefined;
19889
+ pullRequestDescription?: string | null | undefined;
19890
+ credentialId?: string | undefined;
19721
19891
  connectionId?: string | null | undefined;
19722
19892
  } | undefined;
19723
19893
  destinationGitlab?: {
@@ -19725,11 +19895,14 @@ declare const UserDump: z.ZodObject<{
19725
19895
  projectId: string;
19726
19896
  url?: string | null | undefined;
19727
19897
  userId?: number | null | undefined;
19728
- credentialId?: string | undefined;
19729
19898
  relativePath?: string | null | undefined;
19730
19899
  purgeDirectory?: boolean | null | undefined;
19731
19900
  commitAuthorName?: string | null | undefined;
19732
19901
  commitAuthorEmail?: string | null | undefined;
19902
+ commitMessage?: string | null | undefined;
19903
+ pullRequestTitle?: string | null | undefined;
19904
+ pullRequestDescription?: string | null | undefined;
19905
+ credentialId?: string | undefined;
19733
19906
  connectionId?: string | null | undefined;
19734
19907
  } | undefined;
19735
19908
  destinationBitbucket?: {
@@ -19738,11 +19911,14 @@ declare const UserDump: z.ZodObject<{
19738
19911
  projectKey: string;
19739
19912
  repoSlug: string;
19740
19913
  userId?: number | null | undefined;
19741
- credentialId?: string | undefined;
19742
19914
  relativePath?: string | null | undefined;
19743
19915
  purgeDirectory?: boolean | null | undefined;
19744
19916
  commitAuthorName?: string | null | undefined;
19745
19917
  commitAuthorEmail?: string | null | undefined;
19918
+ commitMessage?: string | null | undefined;
19919
+ pullRequestTitle?: string | null | undefined;
19920
+ pullRequestDescription?: string | null | undefined;
19921
+ credentialId?: string | undefined;
19746
19922
  connectionId?: string | null | undefined;
19747
19923
  } | undefined;
19748
19924
  themePersistentIds?: string[] | undefined;
@@ -20806,11 +20982,14 @@ declare const UserDump: z.ZodObject<{
20806
20982
  url: string;
20807
20983
  branch: string;
20808
20984
  userId?: number | undefined;
20809
- credentialId?: string | undefined;
20810
20985
  relativePath?: string | undefined;
20811
20986
  purgeDirectory?: boolean | undefined;
20812
20987
  commitAuthorName?: string | undefined;
20813
20988
  commitAuthorEmail?: string | undefined;
20989
+ commitMessage?: string | undefined;
20990
+ pullRequestTitle?: string | undefined;
20991
+ pullRequestDescription?: string | undefined;
20992
+ credentialId?: string | undefined;
20814
20993
  connectionId?: string | undefined;
20815
20994
  } | undefined;
20816
20995
  destinationAzure?: {
@@ -20820,11 +20999,14 @@ declare const UserDump: z.ZodObject<{
20820
20999
  repositoryId: string;
20821
21000
  url?: string | undefined;
20822
21001
  userId?: number | undefined;
20823
- credentialId?: string | undefined;
20824
21002
  relativePath?: string | undefined;
20825
21003
  purgeDirectory?: boolean | undefined;
20826
21004
  commitAuthorName?: string | undefined;
20827
21005
  commitAuthorEmail?: string | undefined;
21006
+ commitMessage?: string | undefined;
21007
+ pullRequestTitle?: string | undefined;
21008
+ pullRequestDescription?: string | undefined;
21009
+ credentialId?: string | undefined;
20828
21010
  connectionId?: string | undefined;
20829
21011
  } | undefined;
20830
21012
  destinationGitlab?: {
@@ -20832,11 +21014,14 @@ declare const UserDump: z.ZodObject<{
20832
21014
  projectId: string;
20833
21015
  url?: string | undefined;
20834
21016
  userId?: number | undefined;
20835
- credentialId?: string | undefined;
20836
21017
  relativePath?: string | undefined;
20837
21018
  purgeDirectory?: boolean | undefined;
20838
21019
  commitAuthorName?: string | undefined;
20839
21020
  commitAuthorEmail?: string | undefined;
21021
+ commitMessage?: string | undefined;
21022
+ pullRequestTitle?: string | undefined;
21023
+ pullRequestDescription?: string | undefined;
21024
+ credentialId?: string | undefined;
20840
21025
  connectionId?: string | undefined;
20841
21026
  } | undefined;
20842
21027
  destinationBitbucket?: {
@@ -20845,11 +21030,14 @@ declare const UserDump: z.ZodObject<{
20845
21030
  projectKey: string;
20846
21031
  repoSlug: string;
20847
21032
  userId?: number | undefined;
20848
- credentialId?: string | undefined;
20849
21033
  relativePath?: string | undefined;
20850
21034
  purgeDirectory?: boolean | undefined;
20851
21035
  commitAuthorName?: string | undefined;
20852
21036
  commitAuthorEmail?: string | undefined;
21037
+ commitMessage?: string | undefined;
21038
+ pullRequestTitle?: string | undefined;
21039
+ pullRequestDescription?: string | undefined;
21040
+ credentialId?: string | undefined;
20853
21041
  connectionId?: string | undefined;
20854
21042
  } | undefined;
20855
21043
  themePersistentIds?: string[] | undefined;
@@ -21755,11 +21943,14 @@ declare const UserDump: z.ZodObject<{
21755
21943
  url: string;
21756
21944
  branch: string;
21757
21945
  userId?: number | null | undefined;
21758
- credentialId?: string | undefined;
21759
21946
  relativePath?: string | null | undefined;
21760
21947
  purgeDirectory?: boolean | null | undefined;
21761
21948
  commitAuthorName?: string | null | undefined;
21762
21949
  commitAuthorEmail?: string | null | undefined;
21950
+ commitMessage?: string | null | undefined;
21951
+ pullRequestTitle?: string | null | undefined;
21952
+ pullRequestDescription?: string | null | undefined;
21953
+ credentialId?: string | undefined;
21763
21954
  connectionId?: string | null | undefined;
21764
21955
  } | undefined;
21765
21956
  destinationAzure?: {
@@ -21769,11 +21960,14 @@ declare const UserDump: z.ZodObject<{
21769
21960
  repositoryId: string;
21770
21961
  url?: string | null | undefined;
21771
21962
  userId?: number | null | undefined;
21772
- credentialId?: string | undefined;
21773
21963
  relativePath?: string | null | undefined;
21774
21964
  purgeDirectory?: boolean | null | undefined;
21775
21965
  commitAuthorName?: string | null | undefined;
21776
21966
  commitAuthorEmail?: string | null | undefined;
21967
+ commitMessage?: string | null | undefined;
21968
+ pullRequestTitle?: string | null | undefined;
21969
+ pullRequestDescription?: string | null | undefined;
21970
+ credentialId?: string | undefined;
21777
21971
  connectionId?: string | null | undefined;
21778
21972
  } | undefined;
21779
21973
  destinationGitlab?: {
@@ -21781,11 +21975,14 @@ declare const UserDump: z.ZodObject<{
21781
21975
  projectId: string;
21782
21976
  url?: string | null | undefined;
21783
21977
  userId?: number | null | undefined;
21784
- credentialId?: string | undefined;
21785
21978
  relativePath?: string | null | undefined;
21786
21979
  purgeDirectory?: boolean | null | undefined;
21787
21980
  commitAuthorName?: string | null | undefined;
21788
21981
  commitAuthorEmail?: string | null | undefined;
21982
+ commitMessage?: string | null | undefined;
21983
+ pullRequestTitle?: string | null | undefined;
21984
+ pullRequestDescription?: string | null | undefined;
21985
+ credentialId?: string | undefined;
21789
21986
  connectionId?: string | null | undefined;
21790
21987
  } | undefined;
21791
21988
  destinationBitbucket?: {
@@ -21794,11 +21991,14 @@ declare const UserDump: z.ZodObject<{
21794
21991
  projectKey: string;
21795
21992
  repoSlug: string;
21796
21993
  userId?: number | null | undefined;
21797
- credentialId?: string | undefined;
21798
21994
  relativePath?: string | null | undefined;
21799
21995
  purgeDirectory?: boolean | null | undefined;
21800
21996
  commitAuthorName?: string | null | undefined;
21801
21997
  commitAuthorEmail?: string | null | undefined;
21998
+ commitMessage?: string | null | undefined;
21999
+ pullRequestTitle?: string | null | undefined;
22000
+ pullRequestDescription?: string | null | undefined;
22001
+ credentialId?: string | undefined;
21802
22002
  connectionId?: string | null | undefined;
21803
22003
  } | undefined;
21804
22004
  themePersistentIds?: string[] | undefined;
@@ -22699,11 +22899,14 @@ declare const UserDump: z.ZodObject<{
22699
22899
  url: string;
22700
22900
  branch: string;
22701
22901
  userId?: number | undefined;
22702
- credentialId?: string | undefined;
22703
22902
  relativePath?: string | undefined;
22704
22903
  purgeDirectory?: boolean | undefined;
22705
22904
  commitAuthorName?: string | undefined;
22706
22905
  commitAuthorEmail?: string | undefined;
22906
+ commitMessage?: string | undefined;
22907
+ pullRequestTitle?: string | undefined;
22908
+ pullRequestDescription?: string | undefined;
22909
+ credentialId?: string | undefined;
22707
22910
  connectionId?: string | undefined;
22708
22911
  } | undefined;
22709
22912
  destinationAzure?: {
@@ -22713,11 +22916,14 @@ declare const UserDump: z.ZodObject<{
22713
22916
  repositoryId: string;
22714
22917
  url?: string | undefined;
22715
22918
  userId?: number | undefined;
22716
- credentialId?: string | undefined;
22717
22919
  relativePath?: string | undefined;
22718
22920
  purgeDirectory?: boolean | undefined;
22719
22921
  commitAuthorName?: string | undefined;
22720
22922
  commitAuthorEmail?: string | undefined;
22923
+ commitMessage?: string | undefined;
22924
+ pullRequestTitle?: string | undefined;
22925
+ pullRequestDescription?: string | undefined;
22926
+ credentialId?: string | undefined;
22721
22927
  connectionId?: string | undefined;
22722
22928
  } | undefined;
22723
22929
  destinationGitlab?: {
@@ -22725,11 +22931,14 @@ declare const UserDump: z.ZodObject<{
22725
22931
  projectId: string;
22726
22932
  url?: string | undefined;
22727
22933
  userId?: number | undefined;
22728
- credentialId?: string | undefined;
22729
22934
  relativePath?: string | undefined;
22730
22935
  purgeDirectory?: boolean | undefined;
22731
22936
  commitAuthorName?: string | undefined;
22732
22937
  commitAuthorEmail?: string | undefined;
22938
+ commitMessage?: string | undefined;
22939
+ pullRequestTitle?: string | undefined;
22940
+ pullRequestDescription?: string | undefined;
22941
+ credentialId?: string | undefined;
22733
22942
  connectionId?: string | undefined;
22734
22943
  } | undefined;
22735
22944
  destinationBitbucket?: {
@@ -22738,11 +22947,14 @@ declare const UserDump: z.ZodObject<{
22738
22947
  projectKey: string;
22739
22948
  repoSlug: string;
22740
22949
  userId?: number | undefined;
22741
- credentialId?: string | undefined;
22742
22950
  relativePath?: string | undefined;
22743
22951
  purgeDirectory?: boolean | undefined;
22744
22952
  commitAuthorName?: string | undefined;
22745
22953
  commitAuthorEmail?: string | undefined;
22954
+ commitMessage?: string | undefined;
22955
+ pullRequestTitle?: string | undefined;
22956
+ pullRequestDescription?: string | undefined;
22957
+ credentialId?: string | undefined;
22746
22958
  connectionId?: string | undefined;
22747
22959
  } | undefined;
22748
22960
  themePersistentIds?: string[] | undefined;
@@ -23724,11 +23936,14 @@ declare const UserDump: z.ZodObject<{
23724
23936
  url: string;
23725
23937
  branch: string;
23726
23938
  userId?: number | null | undefined;
23727
- credentialId?: string | undefined;
23728
23939
  relativePath?: string | null | undefined;
23729
23940
  purgeDirectory?: boolean | null | undefined;
23730
23941
  commitAuthorName?: string | null | undefined;
23731
23942
  commitAuthorEmail?: string | null | undefined;
23943
+ commitMessage?: string | null | undefined;
23944
+ pullRequestTitle?: string | null | undefined;
23945
+ pullRequestDescription?: string | null | undefined;
23946
+ credentialId?: string | undefined;
23732
23947
  connectionId?: string | null | undefined;
23733
23948
  } | undefined;
23734
23949
  destinationAzure?: {
@@ -23738,11 +23953,14 @@ declare const UserDump: z.ZodObject<{
23738
23953
  repositoryId: string;
23739
23954
  url?: string | null | undefined;
23740
23955
  userId?: number | null | undefined;
23741
- credentialId?: string | undefined;
23742
23956
  relativePath?: string | null | undefined;
23743
23957
  purgeDirectory?: boolean | null | undefined;
23744
23958
  commitAuthorName?: string | null | undefined;
23745
23959
  commitAuthorEmail?: string | null | undefined;
23960
+ commitMessage?: string | null | undefined;
23961
+ pullRequestTitle?: string | null | undefined;
23962
+ pullRequestDescription?: string | null | undefined;
23963
+ credentialId?: string | undefined;
23746
23964
  connectionId?: string | null | undefined;
23747
23965
  } | undefined;
23748
23966
  destinationGitlab?: {
@@ -23750,11 +23968,14 @@ declare const UserDump: z.ZodObject<{
23750
23968
  projectId: string;
23751
23969
  url?: string | null | undefined;
23752
23970
  userId?: number | null | undefined;
23753
- credentialId?: string | undefined;
23754
23971
  relativePath?: string | null | undefined;
23755
23972
  purgeDirectory?: boolean | null | undefined;
23756
23973
  commitAuthorName?: string | null | undefined;
23757
23974
  commitAuthorEmail?: string | null | undefined;
23975
+ commitMessage?: string | null | undefined;
23976
+ pullRequestTitle?: string | null | undefined;
23977
+ pullRequestDescription?: string | null | undefined;
23978
+ credentialId?: string | undefined;
23758
23979
  connectionId?: string | null | undefined;
23759
23980
  } | undefined;
23760
23981
  destinationBitbucket?: {
@@ -23763,11 +23984,14 @@ declare const UserDump: z.ZodObject<{
23763
23984
  projectKey: string;
23764
23985
  repoSlug: string;
23765
23986
  userId?: number | null | undefined;
23766
- credentialId?: string | undefined;
23767
23987
  relativePath?: string | null | undefined;
23768
23988
  purgeDirectory?: boolean | null | undefined;
23769
23989
  commitAuthorName?: string | null | undefined;
23770
23990
  commitAuthorEmail?: string | null | undefined;
23991
+ commitMessage?: string | null | undefined;
23992
+ pullRequestTitle?: string | null | undefined;
23993
+ pullRequestDescription?: string | null | undefined;
23994
+ credentialId?: string | undefined;
23771
23995
  connectionId?: string | null | undefined;
23772
23996
  } | undefined;
23773
23997
  themePersistentIds?: string[] | undefined;
@@ -30782,62 +31006,79 @@ declare const WorkspaceDump: z.ZodObject<{
30782
31006
  } | null | undefined;
30783
31007
  }>>;
30784
31008
  destinationS3: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
30785
- destinationGithub: z.ZodOptional<z.ZodObject<{
31009
+ destinationGithub: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
30786
31010
  credentialId: z.ZodOptional<z.ZodString>;
30787
31011
  url: z.ZodString;
31012
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31013
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
31014
+ }, {
30788
31015
  branch: z.ZodString;
30789
31016
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30790
31017
  purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
30791
31018
  commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30792
31019
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30793
- connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30794
- userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
30795
- }, "strip", z.ZodTypeAny, {
31020
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31021
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31022
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31023
+ }>, "strip", z.ZodTypeAny, {
30796
31024
  url: string;
30797
31025
  branch: string;
30798
31026
  userId?: number | undefined;
30799
- credentialId?: string | undefined;
30800
31027
  relativePath?: string | undefined;
30801
31028
  purgeDirectory?: boolean | undefined;
30802
31029
  commitAuthorName?: string | undefined;
30803
31030
  commitAuthorEmail?: string | undefined;
31031
+ commitMessage?: string | undefined;
31032
+ pullRequestTitle?: string | undefined;
31033
+ pullRequestDescription?: string | undefined;
31034
+ credentialId?: string | undefined;
30804
31035
  connectionId?: string | undefined;
30805
31036
  }, {
30806
31037
  url: string;
30807
31038
  branch: string;
30808
31039
  userId?: number | null | undefined;
30809
- credentialId?: string | undefined;
30810
31040
  relativePath?: string | null | undefined;
30811
31041
  purgeDirectory?: boolean | null | undefined;
30812
31042
  commitAuthorName?: string | null | undefined;
30813
31043
  commitAuthorEmail?: string | null | undefined;
31044
+ commitMessage?: string | null | undefined;
31045
+ pullRequestTitle?: string | null | undefined;
31046
+ pullRequestDescription?: string | null | undefined;
31047
+ credentialId?: string | undefined;
30814
31048
  connectionId?: string | null | undefined;
30815
31049
  }>>;
30816
- destinationAzure: z.ZodOptional<z.ZodObject<{
31050
+ destinationAzure: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
30817
31051
  credentialId: z.ZodOptional<z.ZodString>;
30818
31052
  organizationId: z.ZodString;
30819
31053
  projectId: z.ZodString;
30820
31054
  repositoryId: z.ZodString;
30821
- commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30822
- commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30823
- branch: z.ZodString;
30824
- relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30825
- purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
30826
31055
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30827
31056
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30828
31057
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
30829
- }, "strip", z.ZodTypeAny, {
31058
+ }, {
31059
+ branch: z.ZodString;
31060
+ relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31061
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
31062
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31063
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31064
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31065
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31066
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31067
+ }>, "strip", z.ZodTypeAny, {
30830
31068
  branch: string;
30831
31069
  organizationId: string;
30832
31070
  projectId: string;
30833
31071
  repositoryId: string;
30834
31072
  url?: string | undefined;
30835
31073
  userId?: number | undefined;
30836
- credentialId?: string | undefined;
30837
31074
  relativePath?: string | undefined;
30838
31075
  purgeDirectory?: boolean | undefined;
30839
31076
  commitAuthorName?: string | undefined;
30840
31077
  commitAuthorEmail?: string | undefined;
31078
+ commitMessage?: string | undefined;
31079
+ pullRequestTitle?: string | undefined;
31080
+ pullRequestDescription?: string | undefined;
31081
+ credentialId?: string | undefined;
30841
31082
  connectionId?: string | undefined;
30842
31083
  }, {
30843
31084
  branch: string;
@@ -30846,70 +31087,90 @@ declare const WorkspaceDump: z.ZodObject<{
30846
31087
  repositoryId: string;
30847
31088
  url?: string | null | undefined;
30848
31089
  userId?: number | null | undefined;
30849
- credentialId?: string | undefined;
30850
31090
  relativePath?: string | null | undefined;
30851
31091
  purgeDirectory?: boolean | null | undefined;
30852
31092
  commitAuthorName?: string | null | undefined;
30853
31093
  commitAuthorEmail?: string | null | undefined;
31094
+ commitMessage?: string | null | undefined;
31095
+ pullRequestTitle?: string | null | undefined;
31096
+ pullRequestDescription?: string | null | undefined;
31097
+ credentialId?: string | undefined;
30854
31098
  connectionId?: string | null | undefined;
30855
31099
  }>>;
30856
- destinationGitlab: z.ZodOptional<z.ZodObject<{
31100
+ destinationGitlab: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
30857
31101
  credentialId: z.ZodOptional<z.ZodString>;
30858
31102
  projectId: z.ZodString;
30859
- commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30860
- commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30861
- branch: z.ZodString;
30862
- relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30863
- purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
30864
31103
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30865
31104
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30866
31105
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
30867
- }, "strip", z.ZodTypeAny, {
31106
+ }, {
31107
+ branch: z.ZodString;
31108
+ relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31109
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
31110
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31111
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31112
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31113
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31114
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31115
+ }>, "strip", z.ZodTypeAny, {
30868
31116
  branch: string;
30869
31117
  projectId: string;
30870
31118
  url?: string | undefined;
30871
31119
  userId?: number | undefined;
30872
- credentialId?: string | undefined;
30873
31120
  relativePath?: string | undefined;
30874
31121
  purgeDirectory?: boolean | undefined;
30875
31122
  commitAuthorName?: string | undefined;
30876
31123
  commitAuthorEmail?: string | undefined;
31124
+ commitMessage?: string | undefined;
31125
+ pullRequestTitle?: string | undefined;
31126
+ pullRequestDescription?: string | undefined;
31127
+ credentialId?: string | undefined;
30877
31128
  connectionId?: string | undefined;
30878
31129
  }, {
30879
31130
  branch: string;
30880
31131
  projectId: string;
30881
31132
  url?: string | null | undefined;
30882
31133
  userId?: number | null | undefined;
30883
- credentialId?: string | undefined;
30884
31134
  relativePath?: string | null | undefined;
30885
31135
  purgeDirectory?: boolean | null | undefined;
30886
31136
  commitAuthorName?: string | null | undefined;
30887
31137
  commitAuthorEmail?: string | null | undefined;
31138
+ commitMessage?: string | null | undefined;
31139
+ pullRequestTitle?: string | null | undefined;
31140
+ pullRequestDescription?: string | null | undefined;
31141
+ credentialId?: string | undefined;
30888
31142
  connectionId?: string | null | undefined;
30889
31143
  }>>;
30890
- destinationBitbucket: z.ZodOptional<z.ZodObject<{
31144
+ destinationBitbucket: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
30891
31145
  credentialId: z.ZodOptional<z.ZodString>;
30892
31146
  workspaceSlug: z.ZodString;
30893
31147
  projectKey: z.ZodString;
30894
31148
  repoSlug: z.ZodString;
30895
- commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30896
- commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31149
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31150
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
31151
+ }, {
30897
31152
  branch: z.ZodString;
30898
31153
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30899
31154
  purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
30900
- connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30901
- userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
30902
- }, "strip", z.ZodTypeAny, {
31155
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31156
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31157
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31158
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31159
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31160
+ }>, "strip", z.ZodTypeAny, {
30903
31161
  branch: string;
30904
31162
  workspaceSlug: string;
30905
31163
  projectKey: string;
30906
31164
  repoSlug: string;
30907
31165
  userId?: number | undefined;
30908
- credentialId?: string | undefined;
30909
31166
  relativePath?: string | undefined;
30910
31167
  purgeDirectory?: boolean | undefined;
30911
31168
  commitAuthorName?: string | undefined;
30912
31169
  commitAuthorEmail?: string | undefined;
31170
+ commitMessage?: string | undefined;
31171
+ pullRequestTitle?: string | undefined;
31172
+ pullRequestDescription?: string | undefined;
31173
+ credentialId?: string | undefined;
30913
31174
  connectionId?: string | undefined;
30914
31175
  }, {
30915
31176
  branch: string;
@@ -30917,11 +31178,14 @@ declare const WorkspaceDump: z.ZodObject<{
30917
31178
  projectKey: string;
30918
31179
  repoSlug: string;
30919
31180
  userId?: number | null | undefined;
30920
- credentialId?: string | undefined;
30921
31181
  relativePath?: string | null | undefined;
30922
31182
  purgeDirectory?: boolean | null | undefined;
30923
31183
  commitAuthorName?: string | null | undefined;
30924
31184
  commitAuthorEmail?: string | null | undefined;
31185
+ commitMessage?: string | null | undefined;
31186
+ pullRequestTitle?: string | null | undefined;
31187
+ pullRequestDescription?: string | null | undefined;
31188
+ credentialId?: string | undefined;
30925
31189
  connectionId?: string | null | undefined;
30926
31190
  }>>;
30927
31191
  id: z.ZodString;
@@ -30960,11 +31224,14 @@ declare const WorkspaceDump: z.ZodObject<{
30960
31224
  url: string;
30961
31225
  branch: string;
30962
31226
  userId?: number | undefined;
30963
- credentialId?: string | undefined;
30964
31227
  relativePath?: string | undefined;
30965
31228
  purgeDirectory?: boolean | undefined;
30966
31229
  commitAuthorName?: string | undefined;
30967
31230
  commitAuthorEmail?: string | undefined;
31231
+ commitMessage?: string | undefined;
31232
+ pullRequestTitle?: string | undefined;
31233
+ pullRequestDescription?: string | undefined;
31234
+ credentialId?: string | undefined;
30968
31235
  connectionId?: string | undefined;
30969
31236
  } | undefined;
30970
31237
  destinationAzure?: {
@@ -30974,11 +31241,14 @@ declare const WorkspaceDump: z.ZodObject<{
30974
31241
  repositoryId: string;
30975
31242
  url?: string | undefined;
30976
31243
  userId?: number | undefined;
30977
- credentialId?: string | undefined;
30978
31244
  relativePath?: string | undefined;
30979
31245
  purgeDirectory?: boolean | undefined;
30980
31246
  commitAuthorName?: string | undefined;
30981
31247
  commitAuthorEmail?: string | undefined;
31248
+ commitMessage?: string | undefined;
31249
+ pullRequestTitle?: string | undefined;
31250
+ pullRequestDescription?: string | undefined;
31251
+ credentialId?: string | undefined;
30982
31252
  connectionId?: string | undefined;
30983
31253
  } | undefined;
30984
31254
  destinationGitlab?: {
@@ -30986,11 +31256,14 @@ declare const WorkspaceDump: z.ZodObject<{
30986
31256
  projectId: string;
30987
31257
  url?: string | undefined;
30988
31258
  userId?: number | undefined;
30989
- credentialId?: string | undefined;
30990
31259
  relativePath?: string | undefined;
30991
31260
  purgeDirectory?: boolean | undefined;
30992
31261
  commitAuthorName?: string | undefined;
30993
31262
  commitAuthorEmail?: string | undefined;
31263
+ commitMessage?: string | undefined;
31264
+ pullRequestTitle?: string | undefined;
31265
+ pullRequestDescription?: string | undefined;
31266
+ credentialId?: string | undefined;
30994
31267
  connectionId?: string | undefined;
30995
31268
  } | undefined;
30996
31269
  destinationBitbucket?: {
@@ -30999,11 +31272,14 @@ declare const WorkspaceDump: z.ZodObject<{
30999
31272
  projectKey: string;
31000
31273
  repoSlug: string;
31001
31274
  userId?: number | undefined;
31002
- credentialId?: string | undefined;
31003
31275
  relativePath?: string | undefined;
31004
31276
  purgeDirectory?: boolean | undefined;
31005
31277
  commitAuthorName?: string | undefined;
31006
31278
  commitAuthorEmail?: string | undefined;
31279
+ commitMessage?: string | undefined;
31280
+ pullRequestTitle?: string | undefined;
31281
+ pullRequestDescription?: string | undefined;
31282
+ credentialId?: string | undefined;
31007
31283
  connectionId?: string | undefined;
31008
31284
  } | undefined;
31009
31285
  themePersistentIds?: string[] | undefined;
@@ -31032,11 +31308,14 @@ declare const WorkspaceDump: z.ZodObject<{
31032
31308
  url: string;
31033
31309
  branch: string;
31034
31310
  userId?: number | null | undefined;
31035
- credentialId?: string | undefined;
31036
31311
  relativePath?: string | null | undefined;
31037
31312
  purgeDirectory?: boolean | null | undefined;
31038
31313
  commitAuthorName?: string | null | undefined;
31039
31314
  commitAuthorEmail?: string | null | undefined;
31315
+ commitMessage?: string | null | undefined;
31316
+ pullRequestTitle?: string | null | undefined;
31317
+ pullRequestDescription?: string | null | undefined;
31318
+ credentialId?: string | undefined;
31040
31319
  connectionId?: string | null | undefined;
31041
31320
  } | undefined;
31042
31321
  destinationAzure?: {
@@ -31046,11 +31325,14 @@ declare const WorkspaceDump: z.ZodObject<{
31046
31325
  repositoryId: string;
31047
31326
  url?: string | null | undefined;
31048
31327
  userId?: number | null | undefined;
31049
- credentialId?: string | undefined;
31050
31328
  relativePath?: string | null | undefined;
31051
31329
  purgeDirectory?: boolean | null | undefined;
31052
31330
  commitAuthorName?: string | null | undefined;
31053
31331
  commitAuthorEmail?: string | null | undefined;
31332
+ commitMessage?: string | null | undefined;
31333
+ pullRequestTitle?: string | null | undefined;
31334
+ pullRequestDescription?: string | null | undefined;
31335
+ credentialId?: string | undefined;
31054
31336
  connectionId?: string | null | undefined;
31055
31337
  } | undefined;
31056
31338
  destinationGitlab?: {
@@ -31058,11 +31340,14 @@ declare const WorkspaceDump: z.ZodObject<{
31058
31340
  projectId: string;
31059
31341
  url?: string | null | undefined;
31060
31342
  userId?: number | null | undefined;
31061
- credentialId?: string | undefined;
31062
31343
  relativePath?: string | null | undefined;
31063
31344
  purgeDirectory?: boolean | null | undefined;
31064
31345
  commitAuthorName?: string | null | undefined;
31065
31346
  commitAuthorEmail?: string | null | undefined;
31347
+ commitMessage?: string | null | undefined;
31348
+ pullRequestTitle?: string | null | undefined;
31349
+ pullRequestDescription?: string | null | undefined;
31350
+ credentialId?: string | undefined;
31066
31351
  connectionId?: string | null | undefined;
31067
31352
  } | undefined;
31068
31353
  destinationBitbucket?: {
@@ -31071,11 +31356,14 @@ declare const WorkspaceDump: z.ZodObject<{
31071
31356
  projectKey: string;
31072
31357
  repoSlug: string;
31073
31358
  userId?: number | null | undefined;
31074
- credentialId?: string | undefined;
31075
31359
  relativePath?: string | null | undefined;
31076
31360
  purgeDirectory?: boolean | null | undefined;
31077
31361
  commitAuthorName?: string | null | undefined;
31078
31362
  commitAuthorEmail?: string | null | undefined;
31363
+ commitMessage?: string | null | undefined;
31364
+ pullRequestTitle?: string | null | undefined;
31365
+ pullRequestDescription?: string | null | undefined;
31366
+ credentialId?: string | undefined;
31079
31367
  connectionId?: string | null | undefined;
31080
31368
  } | undefined;
31081
31369
  themePersistentIds?: string[] | undefined;
@@ -31309,11 +31597,14 @@ declare const WorkspaceDump: z.ZodObject<{
31309
31597
  url: string;
31310
31598
  branch: string;
31311
31599
  userId?: number | undefined;
31312
- credentialId?: string | undefined;
31313
31600
  relativePath?: string | undefined;
31314
31601
  purgeDirectory?: boolean | undefined;
31315
31602
  commitAuthorName?: string | undefined;
31316
31603
  commitAuthorEmail?: string | undefined;
31604
+ commitMessage?: string | undefined;
31605
+ pullRequestTitle?: string | undefined;
31606
+ pullRequestDescription?: string | undefined;
31607
+ credentialId?: string | undefined;
31317
31608
  connectionId?: string | undefined;
31318
31609
  } | undefined;
31319
31610
  destinationAzure?: {
@@ -31323,11 +31614,14 @@ declare const WorkspaceDump: z.ZodObject<{
31323
31614
  repositoryId: string;
31324
31615
  url?: string | undefined;
31325
31616
  userId?: number | undefined;
31326
- credentialId?: string | undefined;
31327
31617
  relativePath?: string | undefined;
31328
31618
  purgeDirectory?: boolean | undefined;
31329
31619
  commitAuthorName?: string | undefined;
31330
31620
  commitAuthorEmail?: string | undefined;
31621
+ commitMessage?: string | undefined;
31622
+ pullRequestTitle?: string | undefined;
31623
+ pullRequestDescription?: string | undefined;
31624
+ credentialId?: string | undefined;
31331
31625
  connectionId?: string | undefined;
31332
31626
  } | undefined;
31333
31627
  destinationGitlab?: {
@@ -31335,11 +31629,14 @@ declare const WorkspaceDump: z.ZodObject<{
31335
31629
  projectId: string;
31336
31630
  url?: string | undefined;
31337
31631
  userId?: number | undefined;
31338
- credentialId?: string | undefined;
31339
31632
  relativePath?: string | undefined;
31340
31633
  purgeDirectory?: boolean | undefined;
31341
31634
  commitAuthorName?: string | undefined;
31342
31635
  commitAuthorEmail?: string | undefined;
31636
+ commitMessage?: string | undefined;
31637
+ pullRequestTitle?: string | undefined;
31638
+ pullRequestDescription?: string | undefined;
31639
+ credentialId?: string | undefined;
31343
31640
  connectionId?: string | undefined;
31344
31641
  } | undefined;
31345
31642
  destinationBitbucket?: {
@@ -31348,11 +31645,14 @@ declare const WorkspaceDump: z.ZodObject<{
31348
31645
  projectKey: string;
31349
31646
  repoSlug: string;
31350
31647
  userId?: number | undefined;
31351
- credentialId?: string | undefined;
31352
31648
  relativePath?: string | undefined;
31353
31649
  purgeDirectory?: boolean | undefined;
31354
31650
  commitAuthorName?: string | undefined;
31355
31651
  commitAuthorEmail?: string | undefined;
31652
+ commitMessage?: string | undefined;
31653
+ pullRequestTitle?: string | undefined;
31654
+ pullRequestDescription?: string | undefined;
31655
+ credentialId?: string | undefined;
31356
31656
  connectionId?: string | undefined;
31357
31657
  } | undefined;
31358
31658
  themePersistentIds?: string[] | undefined;
@@ -31576,11 +31876,14 @@ declare const WorkspaceDump: z.ZodObject<{
31576
31876
  url: string;
31577
31877
  branch: string;
31578
31878
  userId?: number | null | undefined;
31579
- credentialId?: string | undefined;
31580
31879
  relativePath?: string | null | undefined;
31581
31880
  purgeDirectory?: boolean | null | undefined;
31582
31881
  commitAuthorName?: string | null | undefined;
31583
31882
  commitAuthorEmail?: string | null | undefined;
31883
+ commitMessage?: string | null | undefined;
31884
+ pullRequestTitle?: string | null | undefined;
31885
+ pullRequestDescription?: string | null | undefined;
31886
+ credentialId?: string | undefined;
31584
31887
  connectionId?: string | null | undefined;
31585
31888
  } | undefined;
31586
31889
  destinationAzure?: {
@@ -31590,11 +31893,14 @@ declare const WorkspaceDump: z.ZodObject<{
31590
31893
  repositoryId: string;
31591
31894
  url?: string | null | undefined;
31592
31895
  userId?: number | null | undefined;
31593
- credentialId?: string | undefined;
31594
31896
  relativePath?: string | null | undefined;
31595
31897
  purgeDirectory?: boolean | null | undefined;
31596
31898
  commitAuthorName?: string | null | undefined;
31597
31899
  commitAuthorEmail?: string | null | undefined;
31900
+ commitMessage?: string | null | undefined;
31901
+ pullRequestTitle?: string | null | undefined;
31902
+ pullRequestDescription?: string | null | undefined;
31903
+ credentialId?: string | undefined;
31598
31904
  connectionId?: string | null | undefined;
31599
31905
  } | undefined;
31600
31906
  destinationGitlab?: {
@@ -31602,11 +31908,14 @@ declare const WorkspaceDump: z.ZodObject<{
31602
31908
  projectId: string;
31603
31909
  url?: string | null | undefined;
31604
31910
  userId?: number | null | undefined;
31605
- credentialId?: string | undefined;
31606
31911
  relativePath?: string | null | undefined;
31607
31912
  purgeDirectory?: boolean | null | undefined;
31608
31913
  commitAuthorName?: string | null | undefined;
31609
31914
  commitAuthorEmail?: string | null | undefined;
31915
+ commitMessage?: string | null | undefined;
31916
+ pullRequestTitle?: string | null | undefined;
31917
+ pullRequestDescription?: string | null | undefined;
31918
+ credentialId?: string | undefined;
31610
31919
  connectionId?: string | null | undefined;
31611
31920
  } | undefined;
31612
31921
  destinationBitbucket?: {
@@ -31615,11 +31924,14 @@ declare const WorkspaceDump: z.ZodObject<{
31615
31924
  projectKey: string;
31616
31925
  repoSlug: string;
31617
31926
  userId?: number | null | undefined;
31618
- credentialId?: string | undefined;
31619
31927
  relativePath?: string | null | undefined;
31620
31928
  purgeDirectory?: boolean | null | undefined;
31621
31929
  commitAuthorName?: string | null | undefined;
31622
31930
  commitAuthorEmail?: string | null | undefined;
31931
+ commitMessage?: string | null | undefined;
31932
+ pullRequestTitle?: string | null | undefined;
31933
+ pullRequestDescription?: string | null | undefined;
31934
+ credentialId?: string | undefined;
31623
31935
  connectionId?: string | null | undefined;
31624
31936
  } | undefined;
31625
31937
  themePersistentIds?: string[] | undefined;
@@ -32683,11 +32995,14 @@ declare const WorkspaceDump: z.ZodObject<{
32683
32995
  url: string;
32684
32996
  branch: string;
32685
32997
  userId?: number | undefined;
32686
- credentialId?: string | undefined;
32687
32998
  relativePath?: string | undefined;
32688
32999
  purgeDirectory?: boolean | undefined;
32689
33000
  commitAuthorName?: string | undefined;
32690
33001
  commitAuthorEmail?: string | undefined;
33002
+ commitMessage?: string | undefined;
33003
+ pullRequestTitle?: string | undefined;
33004
+ pullRequestDescription?: string | undefined;
33005
+ credentialId?: string | undefined;
32691
33006
  connectionId?: string | undefined;
32692
33007
  } | undefined;
32693
33008
  destinationAzure?: {
@@ -32697,11 +33012,14 @@ declare const WorkspaceDump: z.ZodObject<{
32697
33012
  repositoryId: string;
32698
33013
  url?: string | undefined;
32699
33014
  userId?: number | undefined;
32700
- credentialId?: string | undefined;
32701
33015
  relativePath?: string | undefined;
32702
33016
  purgeDirectory?: boolean | undefined;
32703
33017
  commitAuthorName?: string | undefined;
32704
33018
  commitAuthorEmail?: string | undefined;
33019
+ commitMessage?: string | undefined;
33020
+ pullRequestTitle?: string | undefined;
33021
+ pullRequestDescription?: string | undefined;
33022
+ credentialId?: string | undefined;
32705
33023
  connectionId?: string | undefined;
32706
33024
  } | undefined;
32707
33025
  destinationGitlab?: {
@@ -32709,11 +33027,14 @@ declare const WorkspaceDump: z.ZodObject<{
32709
33027
  projectId: string;
32710
33028
  url?: string | undefined;
32711
33029
  userId?: number | undefined;
32712
- credentialId?: string | undefined;
32713
33030
  relativePath?: string | undefined;
32714
33031
  purgeDirectory?: boolean | undefined;
32715
33032
  commitAuthorName?: string | undefined;
32716
33033
  commitAuthorEmail?: string | undefined;
33034
+ commitMessage?: string | undefined;
33035
+ pullRequestTitle?: string | undefined;
33036
+ pullRequestDescription?: string | undefined;
33037
+ credentialId?: string | undefined;
32717
33038
  connectionId?: string | undefined;
32718
33039
  } | undefined;
32719
33040
  destinationBitbucket?: {
@@ -32722,11 +33043,14 @@ declare const WorkspaceDump: z.ZodObject<{
32722
33043
  projectKey: string;
32723
33044
  repoSlug: string;
32724
33045
  userId?: number | undefined;
32725
- credentialId?: string | undefined;
32726
33046
  relativePath?: string | undefined;
32727
33047
  purgeDirectory?: boolean | undefined;
32728
33048
  commitAuthorName?: string | undefined;
32729
33049
  commitAuthorEmail?: string | undefined;
33050
+ commitMessage?: string | undefined;
33051
+ pullRequestTitle?: string | undefined;
33052
+ pullRequestDescription?: string | undefined;
33053
+ credentialId?: string | undefined;
32730
33054
  connectionId?: string | undefined;
32731
33055
  } | undefined;
32732
33056
  themePersistentIds?: string[] | undefined;
@@ -33632,11 +33956,14 @@ declare const WorkspaceDump: z.ZodObject<{
33632
33956
  url: string;
33633
33957
  branch: string;
33634
33958
  userId?: number | null | undefined;
33635
- credentialId?: string | undefined;
33636
33959
  relativePath?: string | null | undefined;
33637
33960
  purgeDirectory?: boolean | null | undefined;
33638
33961
  commitAuthorName?: string | null | undefined;
33639
33962
  commitAuthorEmail?: string | null | undefined;
33963
+ commitMessage?: string | null | undefined;
33964
+ pullRequestTitle?: string | null | undefined;
33965
+ pullRequestDescription?: string | null | undefined;
33966
+ credentialId?: string | undefined;
33640
33967
  connectionId?: string | null | undefined;
33641
33968
  } | undefined;
33642
33969
  destinationAzure?: {
@@ -33646,11 +33973,14 @@ declare const WorkspaceDump: z.ZodObject<{
33646
33973
  repositoryId: string;
33647
33974
  url?: string | null | undefined;
33648
33975
  userId?: number | null | undefined;
33649
- credentialId?: string | undefined;
33650
33976
  relativePath?: string | null | undefined;
33651
33977
  purgeDirectory?: boolean | null | undefined;
33652
33978
  commitAuthorName?: string | null | undefined;
33653
33979
  commitAuthorEmail?: string | null | undefined;
33980
+ commitMessage?: string | null | undefined;
33981
+ pullRequestTitle?: string | null | undefined;
33982
+ pullRequestDescription?: string | null | undefined;
33983
+ credentialId?: string | undefined;
33654
33984
  connectionId?: string | null | undefined;
33655
33985
  } | undefined;
33656
33986
  destinationGitlab?: {
@@ -33658,11 +33988,14 @@ declare const WorkspaceDump: z.ZodObject<{
33658
33988
  projectId: string;
33659
33989
  url?: string | null | undefined;
33660
33990
  userId?: number | null | undefined;
33661
- credentialId?: string | undefined;
33662
33991
  relativePath?: string | null | undefined;
33663
33992
  purgeDirectory?: boolean | null | undefined;
33664
33993
  commitAuthorName?: string | null | undefined;
33665
33994
  commitAuthorEmail?: string | null | undefined;
33995
+ commitMessage?: string | null | undefined;
33996
+ pullRequestTitle?: string | null | undefined;
33997
+ pullRequestDescription?: string | null | undefined;
33998
+ credentialId?: string | undefined;
33666
33999
  connectionId?: string | null | undefined;
33667
34000
  } | undefined;
33668
34001
  destinationBitbucket?: {
@@ -33671,11 +34004,14 @@ declare const WorkspaceDump: z.ZodObject<{
33671
34004
  projectKey: string;
33672
34005
  repoSlug: string;
33673
34006
  userId?: number | null | undefined;
33674
- credentialId?: string | undefined;
33675
34007
  relativePath?: string | null | undefined;
33676
34008
  purgeDirectory?: boolean | null | undefined;
33677
34009
  commitAuthorName?: string | null | undefined;
33678
34010
  commitAuthorEmail?: string | null | undefined;
34011
+ commitMessage?: string | null | undefined;
34012
+ pullRequestTitle?: string | null | undefined;
34013
+ pullRequestDescription?: string | null | undefined;
34014
+ credentialId?: string | undefined;
33679
34015
  connectionId?: string | null | undefined;
33680
34016
  } | undefined;
33681
34017
  themePersistentIds?: string[] | undefined;
@@ -149828,6 +150164,34 @@ type ExporterPropertyDefinitionEnumOption = z.infer<typeof ExporterPropertyDefin
149828
150164
  declare const ExporterPropertyValueMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>, z.ZodString]>, z.ZodArray<z.ZodString, "many">]>, z.ZodRecord<z.ZodString, z.ZodString>]>>;
149829
150165
  type ExporterPropertyValueMap = z.infer<typeof ExporterPropertyValueMap>;
149830
150166
 
150167
+ declare const GitCommonDestinationOptions: z.ZodObject<{
150168
+ branch: z.ZodString;
150169
+ relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150170
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
150171
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150172
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150173
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150174
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150175
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150176
+ }, "strip", z.ZodTypeAny, {
150177
+ branch: string;
150178
+ relativePath?: string | undefined;
150179
+ purgeDirectory?: boolean | undefined;
150180
+ commitAuthorName?: string | undefined;
150181
+ commitAuthorEmail?: string | undefined;
150182
+ commitMessage?: string | undefined;
150183
+ pullRequestTitle?: string | undefined;
150184
+ pullRequestDescription?: string | undefined;
150185
+ }, {
150186
+ branch: string;
150187
+ relativePath?: string | null | undefined;
150188
+ purgeDirectory?: boolean | null | undefined;
150189
+ commitAuthorName?: string | null | undefined;
150190
+ commitAuthorEmail?: string | null | undefined;
150191
+ commitMessage?: string | null | undefined;
150192
+ pullRequestTitle?: string | null | undefined;
150193
+ pullRequestDescription?: string | null | undefined;
150194
+ }>;
149831
150195
  declare const ExportJobDocumentationChanges: z.ZodObject<{
149832
150196
  pagePersistentIds: z.ZodArray<z.ZodString, "many">;
149833
150197
  groupPersistentIds: z.ZodArray<z.ZodString, "many">;
@@ -149870,63 +150234,80 @@ declare const ExporterDestinationDocs: z.ZodObject<{
149870
150234
  type ExporterDestinationDocs = z.infer<typeof ExporterDestinationDocs>;
149871
150235
  declare const ExporterDestinationS3: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
149872
150236
  type ExporterDestinationS3 = z.infer<typeof ExporterDestinationS3>;
149873
- declare const ExporterDestinationGithub: z.ZodObject<{
150237
+ declare const ExporterDestinationGithub: z.ZodObject<z.objectUtil.extendShape<{
149874
150238
  credentialId: z.ZodOptional<z.ZodString>;
149875
150239
  url: z.ZodString;
150240
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150241
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
150242
+ }, {
149876
150243
  branch: z.ZodString;
149877
150244
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
149878
150245
  purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
149879
150246
  commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
149880
150247
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
149881
- connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
149882
- userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
149883
- }, "strip", z.ZodTypeAny, {
150248
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150249
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150250
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150251
+ }>, "strip", z.ZodTypeAny, {
149884
150252
  url: string;
149885
150253
  branch: string;
149886
150254
  userId?: number | undefined;
149887
- credentialId?: string | undefined;
149888
150255
  relativePath?: string | undefined;
149889
150256
  purgeDirectory?: boolean | undefined;
149890
150257
  commitAuthorName?: string | undefined;
149891
150258
  commitAuthorEmail?: string | undefined;
150259
+ commitMessage?: string | undefined;
150260
+ pullRequestTitle?: string | undefined;
150261
+ pullRequestDescription?: string | undefined;
150262
+ credentialId?: string | undefined;
149892
150263
  connectionId?: string | undefined;
149893
150264
  }, {
149894
150265
  url: string;
149895
150266
  branch: string;
149896
150267
  userId?: number | null | undefined;
149897
- credentialId?: string | undefined;
149898
150268
  relativePath?: string | null | undefined;
149899
150269
  purgeDirectory?: boolean | null | undefined;
149900
150270
  commitAuthorName?: string | null | undefined;
149901
150271
  commitAuthorEmail?: string | null | undefined;
150272
+ commitMessage?: string | null | undefined;
150273
+ pullRequestTitle?: string | null | undefined;
150274
+ pullRequestDescription?: string | null | undefined;
150275
+ credentialId?: string | undefined;
149902
150276
  connectionId?: string | null | undefined;
149903
150277
  }>;
149904
150278
  type ExporterDestinationGithub = z.infer<typeof ExporterDestinationGithub>;
149905
- declare const ExporterDestinationAzure: z.ZodObject<{
150279
+ declare const ExporterDestinationAzure: z.ZodObject<z.objectUtil.extendShape<{
149906
150280
  credentialId: z.ZodOptional<z.ZodString>;
149907
150281
  organizationId: z.ZodString;
149908
150282
  projectId: z.ZodString;
149909
150283
  repositoryId: z.ZodString;
149910
- commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
149911
- commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
149912
- branch: z.ZodString;
149913
- relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
149914
- purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
149915
150284
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
149916
150285
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
149917
150286
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
149918
- }, "strip", z.ZodTypeAny, {
150287
+ }, {
150288
+ branch: z.ZodString;
150289
+ relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150290
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
150291
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150292
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150293
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150294
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150295
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150296
+ }>, "strip", z.ZodTypeAny, {
149919
150297
  branch: string;
149920
150298
  organizationId: string;
149921
150299
  projectId: string;
149922
150300
  repositoryId: string;
149923
150301
  url?: string | undefined;
149924
150302
  userId?: number | undefined;
149925
- credentialId?: string | undefined;
149926
150303
  relativePath?: string | undefined;
149927
150304
  purgeDirectory?: boolean | undefined;
149928
150305
  commitAuthorName?: string | undefined;
149929
150306
  commitAuthorEmail?: string | undefined;
150307
+ commitMessage?: string | undefined;
150308
+ pullRequestTitle?: string | undefined;
150309
+ pullRequestDescription?: string | undefined;
150310
+ credentialId?: string | undefined;
149930
150311
  connectionId?: string | undefined;
149931
150312
  }, {
149932
150313
  branch: string;
@@ -149935,72 +150316,92 @@ declare const ExporterDestinationAzure: z.ZodObject<{
149935
150316
  repositoryId: string;
149936
150317
  url?: string | null | undefined;
149937
150318
  userId?: number | null | undefined;
149938
- credentialId?: string | undefined;
149939
150319
  relativePath?: string | null | undefined;
149940
150320
  purgeDirectory?: boolean | null | undefined;
149941
150321
  commitAuthorName?: string | null | undefined;
149942
150322
  commitAuthorEmail?: string | null | undefined;
150323
+ commitMessage?: string | null | undefined;
150324
+ pullRequestTitle?: string | null | undefined;
150325
+ pullRequestDescription?: string | null | undefined;
150326
+ credentialId?: string | undefined;
149943
150327
  connectionId?: string | null | undefined;
149944
150328
  }>;
149945
150329
  type ExporterDestinationAzure = z.infer<typeof ExporterDestinationAzure>;
149946
- declare const ExporterDestinationGitlab: z.ZodObject<{
150330
+ declare const ExporterDestinationGitlab: z.ZodObject<z.objectUtil.extendShape<{
149947
150331
  credentialId: z.ZodOptional<z.ZodString>;
149948
150332
  projectId: z.ZodString;
149949
- commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
149950
- commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
149951
- branch: z.ZodString;
149952
- relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
149953
- purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
149954
150333
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
149955
150334
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
149956
150335
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
149957
- }, "strip", z.ZodTypeAny, {
150336
+ }, {
150337
+ branch: z.ZodString;
150338
+ relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150339
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
150340
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150341
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150342
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150343
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150344
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150345
+ }>, "strip", z.ZodTypeAny, {
149958
150346
  branch: string;
149959
150347
  projectId: string;
149960
150348
  url?: string | undefined;
149961
150349
  userId?: number | undefined;
149962
- credentialId?: string | undefined;
149963
150350
  relativePath?: string | undefined;
149964
150351
  purgeDirectory?: boolean | undefined;
149965
150352
  commitAuthorName?: string | undefined;
149966
150353
  commitAuthorEmail?: string | undefined;
150354
+ commitMessage?: string | undefined;
150355
+ pullRequestTitle?: string | undefined;
150356
+ pullRequestDescription?: string | undefined;
150357
+ credentialId?: string | undefined;
149967
150358
  connectionId?: string | undefined;
149968
150359
  }, {
149969
150360
  branch: string;
149970
150361
  projectId: string;
149971
150362
  url?: string | null | undefined;
149972
150363
  userId?: number | null | undefined;
149973
- credentialId?: string | undefined;
149974
150364
  relativePath?: string | null | undefined;
149975
150365
  purgeDirectory?: boolean | null | undefined;
149976
150366
  commitAuthorName?: string | null | undefined;
149977
150367
  commitAuthorEmail?: string | null | undefined;
150368
+ commitMessage?: string | null | undefined;
150369
+ pullRequestTitle?: string | null | undefined;
150370
+ pullRequestDescription?: string | null | undefined;
150371
+ credentialId?: string | undefined;
149978
150372
  connectionId?: string | null | undefined;
149979
150373
  }>;
149980
150374
  type ExporterDestinationGitlab = z.infer<typeof ExporterDestinationGitlab>;
149981
- declare const ExporterDestinationBitbucket: z.ZodObject<{
150375
+ declare const ExporterDestinationBitbucket: z.ZodObject<z.objectUtil.extendShape<{
149982
150376
  credentialId: z.ZodOptional<z.ZodString>;
149983
150377
  workspaceSlug: z.ZodString;
149984
150378
  projectKey: z.ZodString;
149985
150379
  repoSlug: z.ZodString;
149986
- commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
149987
- commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150380
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150381
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
150382
+ }, {
149988
150383
  branch: z.ZodString;
149989
150384
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
149990
150385
  purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
149991
- connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
149992
- userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
149993
- }, "strip", z.ZodTypeAny, {
150386
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150387
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150388
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150389
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150390
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150391
+ }>, "strip", z.ZodTypeAny, {
149994
150392
  branch: string;
149995
150393
  workspaceSlug: string;
149996
150394
  projectKey: string;
149997
150395
  repoSlug: string;
149998
150396
  userId?: number | undefined;
149999
- credentialId?: string | undefined;
150000
150397
  relativePath?: string | undefined;
150001
150398
  purgeDirectory?: boolean | undefined;
150002
150399
  commitAuthorName?: string | undefined;
150003
150400
  commitAuthorEmail?: string | undefined;
150401
+ commitMessage?: string | undefined;
150402
+ pullRequestTitle?: string | undefined;
150403
+ pullRequestDescription?: string | undefined;
150404
+ credentialId?: string | undefined;
150004
150405
  connectionId?: string | undefined;
150005
150406
  }, {
150006
150407
  branch: string;
@@ -150008,11 +150409,14 @@ declare const ExporterDestinationBitbucket: z.ZodObject<{
150008
150409
  projectKey: string;
150009
150410
  repoSlug: string;
150010
150411
  userId?: number | null | undefined;
150011
- credentialId?: string | undefined;
150012
150412
  relativePath?: string | null | undefined;
150013
150413
  purgeDirectory?: boolean | null | undefined;
150014
150414
  commitAuthorName?: string | null | undefined;
150015
150415
  commitAuthorEmail?: string | null | undefined;
150416
+ commitMessage?: string | null | undefined;
150417
+ pullRequestTitle?: string | null | undefined;
150418
+ pullRequestDescription?: string | null | undefined;
150419
+ credentialId?: string | undefined;
150016
150420
  connectionId?: string | null | undefined;
150017
150421
  }>;
150018
150422
  type ExporterDestinationBitbucket = z.infer<typeof ExporterDestinationBitbucket>;
@@ -150047,62 +150451,79 @@ declare const ExportDestinationsMap: z.ZodObject<{
150047
150451
  } | null | undefined;
150048
150452
  }>>;
150049
150453
  destinationS3: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
150050
- destinationGithub: z.ZodOptional<z.ZodObject<{
150454
+ destinationGithub: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
150051
150455
  credentialId: z.ZodOptional<z.ZodString>;
150052
150456
  url: z.ZodString;
150457
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150458
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
150459
+ }, {
150053
150460
  branch: z.ZodString;
150054
150461
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150055
150462
  purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
150056
150463
  commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150057
150464
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150058
- connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150059
- userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
150060
- }, "strip", z.ZodTypeAny, {
150465
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150466
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150467
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150468
+ }>, "strip", z.ZodTypeAny, {
150061
150469
  url: string;
150062
150470
  branch: string;
150063
150471
  userId?: number | undefined;
150064
- credentialId?: string | undefined;
150065
150472
  relativePath?: string | undefined;
150066
150473
  purgeDirectory?: boolean | undefined;
150067
150474
  commitAuthorName?: string | undefined;
150068
150475
  commitAuthorEmail?: string | undefined;
150476
+ commitMessage?: string | undefined;
150477
+ pullRequestTitle?: string | undefined;
150478
+ pullRequestDescription?: string | undefined;
150479
+ credentialId?: string | undefined;
150069
150480
  connectionId?: string | undefined;
150070
150481
  }, {
150071
150482
  url: string;
150072
150483
  branch: string;
150073
150484
  userId?: number | null | undefined;
150074
- credentialId?: string | undefined;
150075
150485
  relativePath?: string | null | undefined;
150076
150486
  purgeDirectory?: boolean | null | undefined;
150077
150487
  commitAuthorName?: string | null | undefined;
150078
150488
  commitAuthorEmail?: string | null | undefined;
150489
+ commitMessage?: string | null | undefined;
150490
+ pullRequestTitle?: string | null | undefined;
150491
+ pullRequestDescription?: string | null | undefined;
150492
+ credentialId?: string | undefined;
150079
150493
  connectionId?: string | null | undefined;
150080
150494
  }>>;
150081
- destinationAzure: z.ZodOptional<z.ZodObject<{
150495
+ destinationAzure: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
150082
150496
  credentialId: z.ZodOptional<z.ZodString>;
150083
150497
  organizationId: z.ZodString;
150084
150498
  projectId: z.ZodString;
150085
150499
  repositoryId: z.ZodString;
150086
- commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150087
- commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150088
- branch: z.ZodString;
150089
- relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150090
- purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
150091
150500
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150092
150501
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150093
150502
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
150094
- }, "strip", z.ZodTypeAny, {
150503
+ }, {
150504
+ branch: z.ZodString;
150505
+ relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150506
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
150507
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150508
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150509
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150510
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150511
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150512
+ }>, "strip", z.ZodTypeAny, {
150095
150513
  branch: string;
150096
150514
  organizationId: string;
150097
150515
  projectId: string;
150098
150516
  repositoryId: string;
150099
150517
  url?: string | undefined;
150100
150518
  userId?: number | undefined;
150101
- credentialId?: string | undefined;
150102
150519
  relativePath?: string | undefined;
150103
150520
  purgeDirectory?: boolean | undefined;
150104
150521
  commitAuthorName?: string | undefined;
150105
150522
  commitAuthorEmail?: string | undefined;
150523
+ commitMessage?: string | undefined;
150524
+ pullRequestTitle?: string | undefined;
150525
+ pullRequestDescription?: string | undefined;
150526
+ credentialId?: string | undefined;
150106
150527
  connectionId?: string | undefined;
150107
150528
  }, {
150108
150529
  branch: string;
@@ -150111,70 +150532,90 @@ declare const ExportDestinationsMap: z.ZodObject<{
150111
150532
  repositoryId: string;
150112
150533
  url?: string | null | undefined;
150113
150534
  userId?: number | null | undefined;
150114
- credentialId?: string | undefined;
150115
150535
  relativePath?: string | null | undefined;
150116
150536
  purgeDirectory?: boolean | null | undefined;
150117
150537
  commitAuthorName?: string | null | undefined;
150118
150538
  commitAuthorEmail?: string | null | undefined;
150539
+ commitMessage?: string | null | undefined;
150540
+ pullRequestTitle?: string | null | undefined;
150541
+ pullRequestDescription?: string | null | undefined;
150542
+ credentialId?: string | undefined;
150119
150543
  connectionId?: string | null | undefined;
150120
150544
  }>>;
150121
- destinationGitlab: z.ZodOptional<z.ZodObject<{
150545
+ destinationGitlab: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
150122
150546
  credentialId: z.ZodOptional<z.ZodString>;
150123
150547
  projectId: z.ZodString;
150124
- commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150125
- commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150126
- branch: z.ZodString;
150127
- relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150128
- purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
150129
150548
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150130
150549
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150131
150550
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
150132
- }, "strip", z.ZodTypeAny, {
150551
+ }, {
150552
+ branch: z.ZodString;
150553
+ relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150554
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
150555
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150556
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150557
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150558
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150559
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150560
+ }>, "strip", z.ZodTypeAny, {
150133
150561
  branch: string;
150134
150562
  projectId: string;
150135
150563
  url?: string | undefined;
150136
150564
  userId?: number | undefined;
150137
- credentialId?: string | undefined;
150138
150565
  relativePath?: string | undefined;
150139
150566
  purgeDirectory?: boolean | undefined;
150140
150567
  commitAuthorName?: string | undefined;
150141
150568
  commitAuthorEmail?: string | undefined;
150569
+ commitMessage?: string | undefined;
150570
+ pullRequestTitle?: string | undefined;
150571
+ pullRequestDescription?: string | undefined;
150572
+ credentialId?: string | undefined;
150142
150573
  connectionId?: string | undefined;
150143
150574
  }, {
150144
150575
  branch: string;
150145
150576
  projectId: string;
150146
150577
  url?: string | null | undefined;
150147
150578
  userId?: number | null | undefined;
150148
- credentialId?: string | undefined;
150149
150579
  relativePath?: string | null | undefined;
150150
150580
  purgeDirectory?: boolean | null | undefined;
150151
150581
  commitAuthorName?: string | null | undefined;
150152
150582
  commitAuthorEmail?: string | null | undefined;
150583
+ commitMessage?: string | null | undefined;
150584
+ pullRequestTitle?: string | null | undefined;
150585
+ pullRequestDescription?: string | null | undefined;
150586
+ credentialId?: string | undefined;
150153
150587
  connectionId?: string | null | undefined;
150154
150588
  }>>;
150155
- destinationBitbucket: z.ZodOptional<z.ZodObject<{
150589
+ destinationBitbucket: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
150156
150590
  credentialId: z.ZodOptional<z.ZodString>;
150157
150591
  workspaceSlug: z.ZodString;
150158
150592
  projectKey: z.ZodString;
150159
150593
  repoSlug: z.ZodString;
150160
- commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150161
- commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150594
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150595
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
150596
+ }, {
150162
150597
  branch: z.ZodString;
150163
150598
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150164
150599
  purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
150165
- connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150166
- userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
150167
- }, "strip", z.ZodTypeAny, {
150600
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150601
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150602
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150603
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150604
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150605
+ }>, "strip", z.ZodTypeAny, {
150168
150606
  branch: string;
150169
150607
  workspaceSlug: string;
150170
150608
  projectKey: string;
150171
150609
  repoSlug: string;
150172
150610
  userId?: number | undefined;
150173
- credentialId?: string | undefined;
150174
150611
  relativePath?: string | undefined;
150175
150612
  purgeDirectory?: boolean | undefined;
150176
150613
  commitAuthorName?: string | undefined;
150177
150614
  commitAuthorEmail?: string | undefined;
150615
+ commitMessage?: string | undefined;
150616
+ pullRequestTitle?: string | undefined;
150617
+ pullRequestDescription?: string | undefined;
150618
+ credentialId?: string | undefined;
150178
150619
  connectionId?: string | undefined;
150179
150620
  }, {
150180
150621
  branch: string;
@@ -150182,11 +150623,14 @@ declare const ExportDestinationsMap: z.ZodObject<{
150182
150623
  projectKey: string;
150183
150624
  repoSlug: string;
150184
150625
  userId?: number | null | undefined;
150185
- credentialId?: string | undefined;
150186
150626
  relativePath?: string | null | undefined;
150187
150627
  purgeDirectory?: boolean | null | undefined;
150188
150628
  commitAuthorName?: string | null | undefined;
150189
150629
  commitAuthorEmail?: string | null | undefined;
150630
+ commitMessage?: string | null | undefined;
150631
+ pullRequestTitle?: string | null | undefined;
150632
+ pullRequestDescription?: string | null | undefined;
150633
+ credentialId?: string | undefined;
150190
150634
  connectionId?: string | null | undefined;
150191
150635
  }>>;
150192
150636
  }, "strip", z.ZodTypeAny, {
@@ -150203,11 +150647,14 @@ declare const ExportDestinationsMap: z.ZodObject<{
150203
150647
  url: string;
150204
150648
  branch: string;
150205
150649
  userId?: number | undefined;
150206
- credentialId?: string | undefined;
150207
150650
  relativePath?: string | undefined;
150208
150651
  purgeDirectory?: boolean | undefined;
150209
150652
  commitAuthorName?: string | undefined;
150210
150653
  commitAuthorEmail?: string | undefined;
150654
+ commitMessage?: string | undefined;
150655
+ pullRequestTitle?: string | undefined;
150656
+ pullRequestDescription?: string | undefined;
150657
+ credentialId?: string | undefined;
150211
150658
  connectionId?: string | undefined;
150212
150659
  } | undefined;
150213
150660
  destinationAzure?: {
@@ -150217,11 +150664,14 @@ declare const ExportDestinationsMap: z.ZodObject<{
150217
150664
  repositoryId: string;
150218
150665
  url?: string | undefined;
150219
150666
  userId?: number | undefined;
150220
- credentialId?: string | undefined;
150221
150667
  relativePath?: string | undefined;
150222
150668
  purgeDirectory?: boolean | undefined;
150223
150669
  commitAuthorName?: string | undefined;
150224
150670
  commitAuthorEmail?: string | undefined;
150671
+ commitMessage?: string | undefined;
150672
+ pullRequestTitle?: string | undefined;
150673
+ pullRequestDescription?: string | undefined;
150674
+ credentialId?: string | undefined;
150225
150675
  connectionId?: string | undefined;
150226
150676
  } | undefined;
150227
150677
  destinationGitlab?: {
@@ -150229,11 +150679,14 @@ declare const ExportDestinationsMap: z.ZodObject<{
150229
150679
  projectId: string;
150230
150680
  url?: string | undefined;
150231
150681
  userId?: number | undefined;
150232
- credentialId?: string | undefined;
150233
150682
  relativePath?: string | undefined;
150234
150683
  purgeDirectory?: boolean | undefined;
150235
150684
  commitAuthorName?: string | undefined;
150236
150685
  commitAuthorEmail?: string | undefined;
150686
+ commitMessage?: string | undefined;
150687
+ pullRequestTitle?: string | undefined;
150688
+ pullRequestDescription?: string | undefined;
150689
+ credentialId?: string | undefined;
150237
150690
  connectionId?: string | undefined;
150238
150691
  } | undefined;
150239
150692
  destinationBitbucket?: {
@@ -150242,11 +150695,14 @@ declare const ExportDestinationsMap: z.ZodObject<{
150242
150695
  projectKey: string;
150243
150696
  repoSlug: string;
150244
150697
  userId?: number | undefined;
150245
- credentialId?: string | undefined;
150246
150698
  relativePath?: string | undefined;
150247
150699
  purgeDirectory?: boolean | undefined;
150248
150700
  commitAuthorName?: string | undefined;
150249
150701
  commitAuthorEmail?: string | undefined;
150702
+ commitMessage?: string | undefined;
150703
+ pullRequestTitle?: string | undefined;
150704
+ pullRequestDescription?: string | undefined;
150705
+ credentialId?: string | undefined;
150250
150706
  connectionId?: string | undefined;
150251
150707
  } | undefined;
150252
150708
  }, {
@@ -150263,11 +150719,14 @@ declare const ExportDestinationsMap: z.ZodObject<{
150263
150719
  url: string;
150264
150720
  branch: string;
150265
150721
  userId?: number | null | undefined;
150266
- credentialId?: string | undefined;
150267
150722
  relativePath?: string | null | undefined;
150268
150723
  purgeDirectory?: boolean | null | undefined;
150269
150724
  commitAuthorName?: string | null | undefined;
150270
150725
  commitAuthorEmail?: string | null | undefined;
150726
+ commitMessage?: string | null | undefined;
150727
+ pullRequestTitle?: string | null | undefined;
150728
+ pullRequestDescription?: string | null | undefined;
150729
+ credentialId?: string | undefined;
150271
150730
  connectionId?: string | null | undefined;
150272
150731
  } | undefined;
150273
150732
  destinationAzure?: {
@@ -150277,11 +150736,14 @@ declare const ExportDestinationsMap: z.ZodObject<{
150277
150736
  repositoryId: string;
150278
150737
  url?: string | null | undefined;
150279
150738
  userId?: number | null | undefined;
150280
- credentialId?: string | undefined;
150281
150739
  relativePath?: string | null | undefined;
150282
150740
  purgeDirectory?: boolean | null | undefined;
150283
150741
  commitAuthorName?: string | null | undefined;
150284
150742
  commitAuthorEmail?: string | null | undefined;
150743
+ commitMessage?: string | null | undefined;
150744
+ pullRequestTitle?: string | null | undefined;
150745
+ pullRequestDescription?: string | null | undefined;
150746
+ credentialId?: string | undefined;
150285
150747
  connectionId?: string | null | undefined;
150286
150748
  } | undefined;
150287
150749
  destinationGitlab?: {
@@ -150289,11 +150751,14 @@ declare const ExportDestinationsMap: z.ZodObject<{
150289
150751
  projectId: string;
150290
150752
  url?: string | null | undefined;
150291
150753
  userId?: number | null | undefined;
150292
- credentialId?: string | undefined;
150293
150754
  relativePath?: string | null | undefined;
150294
150755
  purgeDirectory?: boolean | null | undefined;
150295
150756
  commitAuthorName?: string | null | undefined;
150296
150757
  commitAuthorEmail?: string | null | undefined;
150758
+ commitMessage?: string | null | undefined;
150759
+ pullRequestTitle?: string | null | undefined;
150760
+ pullRequestDescription?: string | null | undefined;
150761
+ credentialId?: string | undefined;
150297
150762
  connectionId?: string | null | undefined;
150298
150763
  } | undefined;
150299
150764
  destinationBitbucket?: {
@@ -150302,11 +150767,14 @@ declare const ExportDestinationsMap: z.ZodObject<{
150302
150767
  projectKey: string;
150303
150768
  repoSlug: string;
150304
150769
  userId?: number | null | undefined;
150305
- credentialId?: string | undefined;
150306
150770
  relativePath?: string | null | undefined;
150307
150771
  purgeDirectory?: boolean | null | undefined;
150308
150772
  commitAuthorName?: string | null | undefined;
150309
150773
  commitAuthorEmail?: string | null | undefined;
150774
+ commitMessage?: string | null | undefined;
150775
+ pullRequestTitle?: string | null | undefined;
150776
+ pullRequestDescription?: string | null | undefined;
150777
+ credentialId?: string | undefined;
150310
150778
  connectionId?: string | null | undefined;
150311
150779
  } | undefined;
150312
150780
  }>;
@@ -150342,62 +150810,79 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
150342
150810
  } | null | undefined;
150343
150811
  }>>>;
150344
150812
  destinationS3: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>>;
150345
- destinationGithub: z.ZodOptional<z.ZodNullable<z.ZodObject<{
150813
+ destinationGithub: z.ZodOptional<z.ZodNullable<z.ZodObject<z.objectUtil.extendShape<{
150346
150814
  credentialId: z.ZodOptional<z.ZodString>;
150347
150815
  url: z.ZodString;
150816
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150817
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
150818
+ }, {
150348
150819
  branch: z.ZodString;
150349
150820
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150350
150821
  purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
150351
150822
  commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150352
150823
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150353
- connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150354
- userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
150355
- }, "strip", z.ZodTypeAny, {
150824
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150825
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150826
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150827
+ }>, "strip", z.ZodTypeAny, {
150356
150828
  url: string;
150357
150829
  branch: string;
150358
150830
  userId?: number | undefined;
150359
- credentialId?: string | undefined;
150360
150831
  relativePath?: string | undefined;
150361
150832
  purgeDirectory?: boolean | undefined;
150362
150833
  commitAuthorName?: string | undefined;
150363
150834
  commitAuthorEmail?: string | undefined;
150835
+ commitMessage?: string | undefined;
150836
+ pullRequestTitle?: string | undefined;
150837
+ pullRequestDescription?: string | undefined;
150838
+ credentialId?: string | undefined;
150364
150839
  connectionId?: string | undefined;
150365
150840
  }, {
150366
150841
  url: string;
150367
150842
  branch: string;
150368
150843
  userId?: number | null | undefined;
150369
- credentialId?: string | undefined;
150370
150844
  relativePath?: string | null | undefined;
150371
150845
  purgeDirectory?: boolean | null | undefined;
150372
150846
  commitAuthorName?: string | null | undefined;
150373
150847
  commitAuthorEmail?: string | null | undefined;
150848
+ commitMessage?: string | null | undefined;
150849
+ pullRequestTitle?: string | null | undefined;
150850
+ pullRequestDescription?: string | null | undefined;
150851
+ credentialId?: string | undefined;
150374
150852
  connectionId?: string | null | undefined;
150375
150853
  }>>>;
150376
- destinationAzure: z.ZodOptional<z.ZodNullable<z.ZodObject<{
150854
+ destinationAzure: z.ZodOptional<z.ZodNullable<z.ZodObject<z.objectUtil.extendShape<{
150377
150855
  credentialId: z.ZodOptional<z.ZodString>;
150378
150856
  organizationId: z.ZodString;
150379
150857
  projectId: z.ZodString;
150380
150858
  repositoryId: z.ZodString;
150381
- commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150382
- commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150383
- branch: z.ZodString;
150384
- relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150385
- purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
150386
150859
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150387
150860
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150388
150861
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
150389
- }, "strip", z.ZodTypeAny, {
150862
+ }, {
150863
+ branch: z.ZodString;
150864
+ relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150865
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
150866
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150867
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150868
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150869
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150870
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150871
+ }>, "strip", z.ZodTypeAny, {
150390
150872
  branch: string;
150391
150873
  organizationId: string;
150392
150874
  projectId: string;
150393
150875
  repositoryId: string;
150394
150876
  url?: string | undefined;
150395
150877
  userId?: number | undefined;
150396
- credentialId?: string | undefined;
150397
150878
  relativePath?: string | undefined;
150398
150879
  purgeDirectory?: boolean | undefined;
150399
150880
  commitAuthorName?: string | undefined;
150400
150881
  commitAuthorEmail?: string | undefined;
150882
+ commitMessage?: string | undefined;
150883
+ pullRequestTitle?: string | undefined;
150884
+ pullRequestDescription?: string | undefined;
150885
+ credentialId?: string | undefined;
150401
150886
  connectionId?: string | undefined;
150402
150887
  }, {
150403
150888
  branch: string;
@@ -150406,70 +150891,90 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
150406
150891
  repositoryId: string;
150407
150892
  url?: string | null | undefined;
150408
150893
  userId?: number | null | undefined;
150409
- credentialId?: string | undefined;
150410
150894
  relativePath?: string | null | undefined;
150411
150895
  purgeDirectory?: boolean | null | undefined;
150412
150896
  commitAuthorName?: string | null | undefined;
150413
150897
  commitAuthorEmail?: string | null | undefined;
150898
+ commitMessage?: string | null | undefined;
150899
+ pullRequestTitle?: string | null | undefined;
150900
+ pullRequestDescription?: string | null | undefined;
150901
+ credentialId?: string | undefined;
150414
150902
  connectionId?: string | null | undefined;
150415
150903
  }>>>;
150416
- destinationGitlab: z.ZodOptional<z.ZodNullable<z.ZodObject<{
150904
+ destinationGitlab: z.ZodOptional<z.ZodNullable<z.ZodObject<z.objectUtil.extendShape<{
150417
150905
  credentialId: z.ZodOptional<z.ZodString>;
150418
150906
  projectId: z.ZodString;
150419
- commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150420
- commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150421
- branch: z.ZodString;
150422
- relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150423
- purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
150424
150907
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150425
150908
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150426
150909
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
150427
- }, "strip", z.ZodTypeAny, {
150910
+ }, {
150911
+ branch: z.ZodString;
150912
+ relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150913
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
150914
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150915
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150916
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150917
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150918
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150919
+ }>, "strip", z.ZodTypeAny, {
150428
150920
  branch: string;
150429
150921
  projectId: string;
150430
150922
  url?: string | undefined;
150431
150923
  userId?: number | undefined;
150432
- credentialId?: string | undefined;
150433
150924
  relativePath?: string | undefined;
150434
150925
  purgeDirectory?: boolean | undefined;
150435
150926
  commitAuthorName?: string | undefined;
150436
150927
  commitAuthorEmail?: string | undefined;
150928
+ commitMessage?: string | undefined;
150929
+ pullRequestTitle?: string | undefined;
150930
+ pullRequestDescription?: string | undefined;
150931
+ credentialId?: string | undefined;
150437
150932
  connectionId?: string | undefined;
150438
150933
  }, {
150439
150934
  branch: string;
150440
150935
  projectId: string;
150441
150936
  url?: string | null | undefined;
150442
150937
  userId?: number | null | undefined;
150443
- credentialId?: string | undefined;
150444
150938
  relativePath?: string | null | undefined;
150445
150939
  purgeDirectory?: boolean | null | undefined;
150446
150940
  commitAuthorName?: string | null | undefined;
150447
150941
  commitAuthorEmail?: string | null | undefined;
150942
+ commitMessage?: string | null | undefined;
150943
+ pullRequestTitle?: string | null | undefined;
150944
+ pullRequestDescription?: string | null | undefined;
150945
+ credentialId?: string | undefined;
150448
150946
  connectionId?: string | null | undefined;
150449
150947
  }>>>;
150450
- destinationBitbucket: z.ZodOptional<z.ZodNullable<z.ZodObject<{
150948
+ destinationBitbucket: z.ZodOptional<z.ZodNullable<z.ZodObject<z.objectUtil.extendShape<{
150451
150949
  credentialId: z.ZodOptional<z.ZodString>;
150452
150950
  workspaceSlug: z.ZodString;
150453
150951
  projectKey: z.ZodString;
150454
150952
  repoSlug: z.ZodString;
150455
- commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150456
- commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150953
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150954
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
150955
+ }, {
150457
150956
  branch: z.ZodString;
150458
150957
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150459
150958
  purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
150460
- connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150461
- userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
150462
- }, "strip", z.ZodTypeAny, {
150959
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150960
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150961
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150962
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150963
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150964
+ }>, "strip", z.ZodTypeAny, {
150463
150965
  branch: string;
150464
150966
  workspaceSlug: string;
150465
150967
  projectKey: string;
150466
150968
  repoSlug: string;
150467
150969
  userId?: number | undefined;
150468
- credentialId?: string | undefined;
150469
150970
  relativePath?: string | undefined;
150470
150971
  purgeDirectory?: boolean | undefined;
150471
150972
  commitAuthorName?: string | undefined;
150472
150973
  commitAuthorEmail?: string | undefined;
150974
+ commitMessage?: string | undefined;
150975
+ pullRequestTitle?: string | undefined;
150976
+ pullRequestDescription?: string | undefined;
150977
+ credentialId?: string | undefined;
150473
150978
  connectionId?: string | undefined;
150474
150979
  }, {
150475
150980
  branch: string;
@@ -150477,11 +150982,14 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
150477
150982
  projectKey: string;
150478
150983
  repoSlug: string;
150479
150984
  userId?: number | null | undefined;
150480
- credentialId?: string | undefined;
150481
150985
  relativePath?: string | null | undefined;
150482
150986
  purgeDirectory?: boolean | null | undefined;
150483
150987
  commitAuthorName?: string | null | undefined;
150484
150988
  commitAuthorEmail?: string | null | undefined;
150989
+ commitMessage?: string | null | undefined;
150990
+ pullRequestTitle?: string | null | undefined;
150991
+ pullRequestDescription?: string | null | undefined;
150992
+ credentialId?: string | undefined;
150485
150993
  connectionId?: string | null | undefined;
150486
150994
  }>>>;
150487
150995
  }, "strip", z.ZodTypeAny, {
@@ -150498,11 +151006,14 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
150498
151006
  url: string;
150499
151007
  branch: string;
150500
151008
  userId?: number | undefined;
150501
- credentialId?: string | undefined;
150502
151009
  relativePath?: string | undefined;
150503
151010
  purgeDirectory?: boolean | undefined;
150504
151011
  commitAuthorName?: string | undefined;
150505
151012
  commitAuthorEmail?: string | undefined;
151013
+ commitMessage?: string | undefined;
151014
+ pullRequestTitle?: string | undefined;
151015
+ pullRequestDescription?: string | undefined;
151016
+ credentialId?: string | undefined;
150506
151017
  connectionId?: string | undefined;
150507
151018
  } | null | undefined;
150508
151019
  destinationAzure?: {
@@ -150512,11 +151023,14 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
150512
151023
  repositoryId: string;
150513
151024
  url?: string | undefined;
150514
151025
  userId?: number | undefined;
150515
- credentialId?: string | undefined;
150516
151026
  relativePath?: string | undefined;
150517
151027
  purgeDirectory?: boolean | undefined;
150518
151028
  commitAuthorName?: string | undefined;
150519
151029
  commitAuthorEmail?: string | undefined;
151030
+ commitMessage?: string | undefined;
151031
+ pullRequestTitle?: string | undefined;
151032
+ pullRequestDescription?: string | undefined;
151033
+ credentialId?: string | undefined;
150520
151034
  connectionId?: string | undefined;
150521
151035
  } | null | undefined;
150522
151036
  destinationGitlab?: {
@@ -150524,11 +151038,14 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
150524
151038
  projectId: string;
150525
151039
  url?: string | undefined;
150526
151040
  userId?: number | undefined;
150527
- credentialId?: string | undefined;
150528
151041
  relativePath?: string | undefined;
150529
151042
  purgeDirectory?: boolean | undefined;
150530
151043
  commitAuthorName?: string | undefined;
150531
151044
  commitAuthorEmail?: string | undefined;
151045
+ commitMessage?: string | undefined;
151046
+ pullRequestTitle?: string | undefined;
151047
+ pullRequestDescription?: string | undefined;
151048
+ credentialId?: string | undefined;
150532
151049
  connectionId?: string | undefined;
150533
151050
  } | null | undefined;
150534
151051
  destinationBitbucket?: {
@@ -150537,11 +151054,14 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
150537
151054
  projectKey: string;
150538
151055
  repoSlug: string;
150539
151056
  userId?: number | undefined;
150540
- credentialId?: string | undefined;
150541
151057
  relativePath?: string | undefined;
150542
151058
  purgeDirectory?: boolean | undefined;
150543
151059
  commitAuthorName?: string | undefined;
150544
151060
  commitAuthorEmail?: string | undefined;
151061
+ commitMessage?: string | undefined;
151062
+ pullRequestTitle?: string | undefined;
151063
+ pullRequestDescription?: string | undefined;
151064
+ credentialId?: string | undefined;
150545
151065
  connectionId?: string | undefined;
150546
151066
  } | null | undefined;
150547
151067
  }, {
@@ -150558,11 +151078,14 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
150558
151078
  url: string;
150559
151079
  branch: string;
150560
151080
  userId?: number | null | undefined;
150561
- credentialId?: string | undefined;
150562
151081
  relativePath?: string | null | undefined;
150563
151082
  purgeDirectory?: boolean | null | undefined;
150564
151083
  commitAuthorName?: string | null | undefined;
150565
151084
  commitAuthorEmail?: string | null | undefined;
151085
+ commitMessage?: string | null | undefined;
151086
+ pullRequestTitle?: string | null | undefined;
151087
+ pullRequestDescription?: string | null | undefined;
151088
+ credentialId?: string | undefined;
150566
151089
  connectionId?: string | null | undefined;
150567
151090
  } | null | undefined;
150568
151091
  destinationAzure?: {
@@ -150572,11 +151095,14 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
150572
151095
  repositoryId: string;
150573
151096
  url?: string | null | undefined;
150574
151097
  userId?: number | null | undefined;
150575
- credentialId?: string | undefined;
150576
151098
  relativePath?: string | null | undefined;
150577
151099
  purgeDirectory?: boolean | null | undefined;
150578
151100
  commitAuthorName?: string | null | undefined;
150579
151101
  commitAuthorEmail?: string | null | undefined;
151102
+ commitMessage?: string | null | undefined;
151103
+ pullRequestTitle?: string | null | undefined;
151104
+ pullRequestDescription?: string | null | undefined;
151105
+ credentialId?: string | undefined;
150580
151106
  connectionId?: string | null | undefined;
150581
151107
  } | null | undefined;
150582
151108
  destinationGitlab?: {
@@ -150584,11 +151110,14 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
150584
151110
  projectId: string;
150585
151111
  url?: string | null | undefined;
150586
151112
  userId?: number | null | undefined;
150587
- credentialId?: string | undefined;
150588
151113
  relativePath?: string | null | undefined;
150589
151114
  purgeDirectory?: boolean | null | undefined;
150590
151115
  commitAuthorName?: string | null | undefined;
150591
151116
  commitAuthorEmail?: string | null | undefined;
151117
+ commitMessage?: string | null | undefined;
151118
+ pullRequestTitle?: string | null | undefined;
151119
+ pullRequestDescription?: string | null | undefined;
151120
+ credentialId?: string | undefined;
150592
151121
  connectionId?: string | null | undefined;
150593
151122
  } | null | undefined;
150594
151123
  destinationBitbucket?: {
@@ -150597,11 +151126,14 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
150597
151126
  projectKey: string;
150598
151127
  repoSlug: string;
150599
151128
  userId?: number | null | undefined;
150600
- credentialId?: string | undefined;
150601
151129
  relativePath?: string | null | undefined;
150602
151130
  purgeDirectory?: boolean | null | undefined;
150603
151131
  commitAuthorName?: string | null | undefined;
150604
151132
  commitAuthorEmail?: string | null | undefined;
151133
+ commitMessage?: string | null | undefined;
151134
+ pullRequestTitle?: string | null | undefined;
151135
+ pullRequestDescription?: string | null | undefined;
151136
+ credentialId?: string | undefined;
150605
151137
  connectionId?: string | null | undefined;
150606
151138
  } | null | undefined;
150607
151139
  }>;
@@ -150861,62 +151393,79 @@ declare const ExportJob: z.ZodObject<{
150861
151393
  } | null | undefined;
150862
151394
  }>>;
150863
151395
  destinationS3: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
150864
- destinationGithub: z.ZodOptional<z.ZodObject<{
151396
+ destinationGithub: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
150865
151397
  credentialId: z.ZodOptional<z.ZodString>;
150866
151398
  url: z.ZodString;
151399
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
151400
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
151401
+ }, {
150867
151402
  branch: z.ZodString;
150868
151403
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150869
151404
  purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
150870
151405
  commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150871
151406
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150872
- connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150873
- userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
150874
- }, "strip", z.ZodTypeAny, {
151407
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
151408
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
151409
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
151410
+ }>, "strip", z.ZodTypeAny, {
150875
151411
  url: string;
150876
151412
  branch: string;
150877
151413
  userId?: number | undefined;
150878
- credentialId?: string | undefined;
150879
151414
  relativePath?: string | undefined;
150880
151415
  purgeDirectory?: boolean | undefined;
150881
151416
  commitAuthorName?: string | undefined;
150882
151417
  commitAuthorEmail?: string | undefined;
151418
+ commitMessage?: string | undefined;
151419
+ pullRequestTitle?: string | undefined;
151420
+ pullRequestDescription?: string | undefined;
151421
+ credentialId?: string | undefined;
150883
151422
  connectionId?: string | undefined;
150884
151423
  }, {
150885
151424
  url: string;
150886
151425
  branch: string;
150887
151426
  userId?: number | null | undefined;
150888
- credentialId?: string | undefined;
150889
151427
  relativePath?: string | null | undefined;
150890
151428
  purgeDirectory?: boolean | null | undefined;
150891
151429
  commitAuthorName?: string | null | undefined;
150892
151430
  commitAuthorEmail?: string | null | undefined;
151431
+ commitMessage?: string | null | undefined;
151432
+ pullRequestTitle?: string | null | undefined;
151433
+ pullRequestDescription?: string | null | undefined;
151434
+ credentialId?: string | undefined;
150893
151435
  connectionId?: string | null | undefined;
150894
151436
  }>>;
150895
- destinationAzure: z.ZodOptional<z.ZodObject<{
151437
+ destinationAzure: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
150896
151438
  credentialId: z.ZodOptional<z.ZodString>;
150897
151439
  organizationId: z.ZodString;
150898
151440
  projectId: z.ZodString;
150899
151441
  repositoryId: z.ZodString;
150900
- commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150901
- commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150902
- branch: z.ZodString;
150903
- relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150904
- purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
150905
151442
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150906
151443
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150907
151444
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
150908
- }, "strip", z.ZodTypeAny, {
151445
+ }, {
151446
+ branch: z.ZodString;
151447
+ relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
151448
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
151449
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
151450
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
151451
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
151452
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
151453
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
151454
+ }>, "strip", z.ZodTypeAny, {
150909
151455
  branch: string;
150910
151456
  organizationId: string;
150911
151457
  projectId: string;
150912
151458
  repositoryId: string;
150913
151459
  url?: string | undefined;
150914
151460
  userId?: number | undefined;
150915
- credentialId?: string | undefined;
150916
151461
  relativePath?: string | undefined;
150917
151462
  purgeDirectory?: boolean | undefined;
150918
151463
  commitAuthorName?: string | undefined;
150919
151464
  commitAuthorEmail?: string | undefined;
151465
+ commitMessage?: string | undefined;
151466
+ pullRequestTitle?: string | undefined;
151467
+ pullRequestDescription?: string | undefined;
151468
+ credentialId?: string | undefined;
150920
151469
  connectionId?: string | undefined;
150921
151470
  }, {
150922
151471
  branch: string;
@@ -150925,70 +151474,90 @@ declare const ExportJob: z.ZodObject<{
150925
151474
  repositoryId: string;
150926
151475
  url?: string | null | undefined;
150927
151476
  userId?: number | null | undefined;
150928
- credentialId?: string | undefined;
150929
151477
  relativePath?: string | null | undefined;
150930
151478
  purgeDirectory?: boolean | null | undefined;
150931
151479
  commitAuthorName?: string | null | undefined;
150932
151480
  commitAuthorEmail?: string | null | undefined;
151481
+ commitMessage?: string | null | undefined;
151482
+ pullRequestTitle?: string | null | undefined;
151483
+ pullRequestDescription?: string | null | undefined;
151484
+ credentialId?: string | undefined;
150933
151485
  connectionId?: string | null | undefined;
150934
151486
  }>>;
150935
- destinationGitlab: z.ZodOptional<z.ZodObject<{
151487
+ destinationGitlab: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
150936
151488
  credentialId: z.ZodOptional<z.ZodString>;
150937
151489
  projectId: z.ZodString;
150938
- commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150939
- commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150940
- branch: z.ZodString;
150941
- relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150942
- purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
150943
151490
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150944
151491
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150945
151492
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
150946
- }, "strip", z.ZodTypeAny, {
151493
+ }, {
151494
+ branch: z.ZodString;
151495
+ relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
151496
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
151497
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
151498
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
151499
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
151500
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
151501
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
151502
+ }>, "strip", z.ZodTypeAny, {
150947
151503
  branch: string;
150948
151504
  projectId: string;
150949
151505
  url?: string | undefined;
150950
151506
  userId?: number | undefined;
150951
- credentialId?: string | undefined;
150952
151507
  relativePath?: string | undefined;
150953
151508
  purgeDirectory?: boolean | undefined;
150954
151509
  commitAuthorName?: string | undefined;
150955
151510
  commitAuthorEmail?: string | undefined;
151511
+ commitMessage?: string | undefined;
151512
+ pullRequestTitle?: string | undefined;
151513
+ pullRequestDescription?: string | undefined;
151514
+ credentialId?: string | undefined;
150956
151515
  connectionId?: string | undefined;
150957
151516
  }, {
150958
151517
  branch: string;
150959
151518
  projectId: string;
150960
151519
  url?: string | null | undefined;
150961
151520
  userId?: number | null | undefined;
150962
- credentialId?: string | undefined;
150963
151521
  relativePath?: string | null | undefined;
150964
151522
  purgeDirectory?: boolean | null | undefined;
150965
151523
  commitAuthorName?: string | null | undefined;
150966
151524
  commitAuthorEmail?: string | null | undefined;
151525
+ commitMessage?: string | null | undefined;
151526
+ pullRequestTitle?: string | null | undefined;
151527
+ pullRequestDescription?: string | null | undefined;
151528
+ credentialId?: string | undefined;
150967
151529
  connectionId?: string | null | undefined;
150968
151530
  }>>;
150969
- destinationBitbucket: z.ZodOptional<z.ZodObject<{
151531
+ destinationBitbucket: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
150970
151532
  credentialId: z.ZodOptional<z.ZodString>;
150971
151533
  workspaceSlug: z.ZodString;
150972
151534
  projectKey: z.ZodString;
150973
151535
  repoSlug: z.ZodString;
150974
- commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150975
- commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
151536
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
151537
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
151538
+ }, {
150976
151539
  branch: z.ZodString;
150977
151540
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150978
151541
  purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
150979
- connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
150980
- userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
150981
- }, "strip", z.ZodTypeAny, {
151542
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
151543
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
151544
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
151545
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
151546
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
151547
+ }>, "strip", z.ZodTypeAny, {
150982
151548
  branch: string;
150983
151549
  workspaceSlug: string;
150984
151550
  projectKey: string;
150985
151551
  repoSlug: string;
150986
151552
  userId?: number | undefined;
150987
- credentialId?: string | undefined;
150988
151553
  relativePath?: string | undefined;
150989
151554
  purgeDirectory?: boolean | undefined;
150990
151555
  commitAuthorName?: string | undefined;
150991
151556
  commitAuthorEmail?: string | undefined;
151557
+ commitMessage?: string | undefined;
151558
+ pullRequestTitle?: string | undefined;
151559
+ pullRequestDescription?: string | undefined;
151560
+ credentialId?: string | undefined;
150992
151561
  connectionId?: string | undefined;
150993
151562
  }, {
150994
151563
  branch: string;
@@ -150996,11 +151565,14 @@ declare const ExportJob: z.ZodObject<{
150996
151565
  projectKey: string;
150997
151566
  repoSlug: string;
150998
151567
  userId?: number | null | undefined;
150999
- credentialId?: string | undefined;
151000
151568
  relativePath?: string | null | undefined;
151001
151569
  purgeDirectory?: boolean | null | undefined;
151002
151570
  commitAuthorName?: string | null | undefined;
151003
151571
  commitAuthorEmail?: string | null | undefined;
151572
+ commitMessage?: string | null | undefined;
151573
+ pullRequestTitle?: string | null | undefined;
151574
+ pullRequestDescription?: string | null | undefined;
151575
+ credentialId?: string | undefined;
151004
151576
  connectionId?: string | null | undefined;
151005
151577
  }>>;
151006
151578
  id: z.ZodString;
@@ -151202,11 +151774,14 @@ declare const ExportJob: z.ZodObject<{
151202
151774
  url: string;
151203
151775
  branch: string;
151204
151776
  userId?: number | undefined;
151205
- credentialId?: string | undefined;
151206
151777
  relativePath?: string | undefined;
151207
151778
  purgeDirectory?: boolean | undefined;
151208
151779
  commitAuthorName?: string | undefined;
151209
151780
  commitAuthorEmail?: string | undefined;
151781
+ commitMessage?: string | undefined;
151782
+ pullRequestTitle?: string | undefined;
151783
+ pullRequestDescription?: string | undefined;
151784
+ credentialId?: string | undefined;
151210
151785
  connectionId?: string | undefined;
151211
151786
  } | undefined;
151212
151787
  destinationAzure?: {
@@ -151216,11 +151791,14 @@ declare const ExportJob: z.ZodObject<{
151216
151791
  repositoryId: string;
151217
151792
  url?: string | undefined;
151218
151793
  userId?: number | undefined;
151219
- credentialId?: string | undefined;
151220
151794
  relativePath?: string | undefined;
151221
151795
  purgeDirectory?: boolean | undefined;
151222
151796
  commitAuthorName?: string | undefined;
151223
151797
  commitAuthorEmail?: string | undefined;
151798
+ commitMessage?: string | undefined;
151799
+ pullRequestTitle?: string | undefined;
151800
+ pullRequestDescription?: string | undefined;
151801
+ credentialId?: string | undefined;
151224
151802
  connectionId?: string | undefined;
151225
151803
  } | undefined;
151226
151804
  destinationGitlab?: {
@@ -151228,11 +151806,14 @@ declare const ExportJob: z.ZodObject<{
151228
151806
  projectId: string;
151229
151807
  url?: string | undefined;
151230
151808
  userId?: number | undefined;
151231
- credentialId?: string | undefined;
151232
151809
  relativePath?: string | undefined;
151233
151810
  purgeDirectory?: boolean | undefined;
151234
151811
  commitAuthorName?: string | undefined;
151235
151812
  commitAuthorEmail?: string | undefined;
151813
+ commitMessage?: string | undefined;
151814
+ pullRequestTitle?: string | undefined;
151815
+ pullRequestDescription?: string | undefined;
151816
+ credentialId?: string | undefined;
151236
151817
  connectionId?: string | undefined;
151237
151818
  } | undefined;
151238
151819
  destinationBitbucket?: {
@@ -151241,11 +151822,14 @@ declare const ExportJob: z.ZodObject<{
151241
151822
  projectKey: string;
151242
151823
  repoSlug: string;
151243
151824
  userId?: number | undefined;
151244
- credentialId?: string | undefined;
151245
151825
  relativePath?: string | undefined;
151246
151826
  purgeDirectory?: boolean | undefined;
151247
151827
  commitAuthorName?: string | undefined;
151248
151828
  commitAuthorEmail?: string | undefined;
151829
+ commitMessage?: string | undefined;
151830
+ pullRequestTitle?: string | undefined;
151831
+ pullRequestDescription?: string | undefined;
151832
+ credentialId?: string | undefined;
151249
151833
  connectionId?: string | undefined;
151250
151834
  } | undefined;
151251
151835
  themePersistentIds?: string[] | undefined;
@@ -151309,11 +151893,14 @@ declare const ExportJob: z.ZodObject<{
151309
151893
  url: string;
151310
151894
  branch: string;
151311
151895
  userId?: number | null | undefined;
151312
- credentialId?: string | undefined;
151313
151896
  relativePath?: string | null | undefined;
151314
151897
  purgeDirectory?: boolean | null | undefined;
151315
151898
  commitAuthorName?: string | null | undefined;
151316
151899
  commitAuthorEmail?: string | null | undefined;
151900
+ commitMessage?: string | null | undefined;
151901
+ pullRequestTitle?: string | null | undefined;
151902
+ pullRequestDescription?: string | null | undefined;
151903
+ credentialId?: string | undefined;
151317
151904
  connectionId?: string | null | undefined;
151318
151905
  } | undefined;
151319
151906
  destinationAzure?: {
@@ -151323,11 +151910,14 @@ declare const ExportJob: z.ZodObject<{
151323
151910
  repositoryId: string;
151324
151911
  url?: string | null | undefined;
151325
151912
  userId?: number | null | undefined;
151326
- credentialId?: string | undefined;
151327
151913
  relativePath?: string | null | undefined;
151328
151914
  purgeDirectory?: boolean | null | undefined;
151329
151915
  commitAuthorName?: string | null | undefined;
151330
151916
  commitAuthorEmail?: string | null | undefined;
151917
+ commitMessage?: string | null | undefined;
151918
+ pullRequestTitle?: string | null | undefined;
151919
+ pullRequestDescription?: string | null | undefined;
151920
+ credentialId?: string | undefined;
151331
151921
  connectionId?: string | null | undefined;
151332
151922
  } | undefined;
151333
151923
  destinationGitlab?: {
@@ -151335,11 +151925,14 @@ declare const ExportJob: z.ZodObject<{
151335
151925
  projectId: string;
151336
151926
  url?: string | null | undefined;
151337
151927
  userId?: number | null | undefined;
151338
- credentialId?: string | undefined;
151339
151928
  relativePath?: string | null | undefined;
151340
151929
  purgeDirectory?: boolean | null | undefined;
151341
151930
  commitAuthorName?: string | null | undefined;
151342
151931
  commitAuthorEmail?: string | null | undefined;
151932
+ commitMessage?: string | null | undefined;
151933
+ pullRequestTitle?: string | null | undefined;
151934
+ pullRequestDescription?: string | null | undefined;
151935
+ credentialId?: string | undefined;
151343
151936
  connectionId?: string | null | undefined;
151344
151937
  } | undefined;
151345
151938
  destinationBitbucket?: {
@@ -151348,11 +151941,14 @@ declare const ExportJob: z.ZodObject<{
151348
151941
  projectKey: string;
151349
151942
  repoSlug: string;
151350
151943
  userId?: number | null | undefined;
151351
- credentialId?: string | undefined;
151352
151944
  relativePath?: string | null | undefined;
151353
151945
  purgeDirectory?: boolean | null | undefined;
151354
151946
  commitAuthorName?: string | null | undefined;
151355
151947
  commitAuthorEmail?: string | null | undefined;
151948
+ commitMessage?: string | null | undefined;
151949
+ pullRequestTitle?: string | null | undefined;
151950
+ pullRequestDescription?: string | null | undefined;
151951
+ credentialId?: string | undefined;
151356
151952
  connectionId?: string | null | undefined;
151357
151953
  } | undefined;
151358
151954
  themePersistentIds?: string[] | undefined;
@@ -154003,62 +154599,79 @@ declare const Pipeline: z.ZodObject<{
154003
154599
  } | null | undefined;
154004
154600
  }>>;
154005
154601
  destinationS3: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
154006
- destinationGithub: z.ZodOptional<z.ZodObject<{
154602
+ destinationGithub: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
154007
154603
  credentialId: z.ZodOptional<z.ZodString>;
154008
154604
  url: z.ZodString;
154605
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154606
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
154607
+ }, {
154009
154608
  branch: z.ZodString;
154010
154609
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154011
154610
  purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
154012
154611
  commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154013
154612
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154014
- connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154015
- userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
154016
- }, "strip", z.ZodTypeAny, {
154613
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154614
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154615
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154616
+ }>, "strip", z.ZodTypeAny, {
154017
154617
  url: string;
154018
154618
  branch: string;
154019
154619
  userId?: number | undefined;
154020
- credentialId?: string | undefined;
154021
154620
  relativePath?: string | undefined;
154022
154621
  purgeDirectory?: boolean | undefined;
154023
154622
  commitAuthorName?: string | undefined;
154024
154623
  commitAuthorEmail?: string | undefined;
154624
+ commitMessage?: string | undefined;
154625
+ pullRequestTitle?: string | undefined;
154626
+ pullRequestDescription?: string | undefined;
154627
+ credentialId?: string | undefined;
154025
154628
  connectionId?: string | undefined;
154026
154629
  }, {
154027
154630
  url: string;
154028
154631
  branch: string;
154029
154632
  userId?: number | null | undefined;
154030
- credentialId?: string | undefined;
154031
154633
  relativePath?: string | null | undefined;
154032
154634
  purgeDirectory?: boolean | null | undefined;
154033
154635
  commitAuthorName?: string | null | undefined;
154034
154636
  commitAuthorEmail?: string | null | undefined;
154637
+ commitMessage?: string | null | undefined;
154638
+ pullRequestTitle?: string | null | undefined;
154639
+ pullRequestDescription?: string | null | undefined;
154640
+ credentialId?: string | undefined;
154035
154641
  connectionId?: string | null | undefined;
154036
154642
  }>>;
154037
- destinationAzure: z.ZodOptional<z.ZodObject<{
154643
+ destinationAzure: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
154038
154644
  credentialId: z.ZodOptional<z.ZodString>;
154039
154645
  organizationId: z.ZodString;
154040
154646
  projectId: z.ZodString;
154041
154647
  repositoryId: z.ZodString;
154042
- commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154043
- commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154044
- branch: z.ZodString;
154045
- relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154046
- purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
154047
154648
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154048
154649
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154049
154650
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
154050
- }, "strip", z.ZodTypeAny, {
154651
+ }, {
154652
+ branch: z.ZodString;
154653
+ relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154654
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
154655
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154656
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154657
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154658
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154659
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154660
+ }>, "strip", z.ZodTypeAny, {
154051
154661
  branch: string;
154052
154662
  organizationId: string;
154053
154663
  projectId: string;
154054
154664
  repositoryId: string;
154055
154665
  url?: string | undefined;
154056
154666
  userId?: number | undefined;
154057
- credentialId?: string | undefined;
154058
154667
  relativePath?: string | undefined;
154059
154668
  purgeDirectory?: boolean | undefined;
154060
154669
  commitAuthorName?: string | undefined;
154061
154670
  commitAuthorEmail?: string | undefined;
154671
+ commitMessage?: string | undefined;
154672
+ pullRequestTitle?: string | undefined;
154673
+ pullRequestDescription?: string | undefined;
154674
+ credentialId?: string | undefined;
154062
154675
  connectionId?: string | undefined;
154063
154676
  }, {
154064
154677
  branch: string;
@@ -154067,70 +154680,90 @@ declare const Pipeline: z.ZodObject<{
154067
154680
  repositoryId: string;
154068
154681
  url?: string | null | undefined;
154069
154682
  userId?: number | null | undefined;
154070
- credentialId?: string | undefined;
154071
154683
  relativePath?: string | null | undefined;
154072
154684
  purgeDirectory?: boolean | null | undefined;
154073
154685
  commitAuthorName?: string | null | undefined;
154074
154686
  commitAuthorEmail?: string | null | undefined;
154687
+ commitMessage?: string | null | undefined;
154688
+ pullRequestTitle?: string | null | undefined;
154689
+ pullRequestDescription?: string | null | undefined;
154690
+ credentialId?: string | undefined;
154075
154691
  connectionId?: string | null | undefined;
154076
154692
  }>>;
154077
- destinationGitlab: z.ZodOptional<z.ZodObject<{
154693
+ destinationGitlab: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
154078
154694
  credentialId: z.ZodOptional<z.ZodString>;
154079
154695
  projectId: z.ZodString;
154080
- commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154081
- commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154082
- branch: z.ZodString;
154083
- relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154084
- purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
154085
154696
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154086
154697
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154087
154698
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
154088
- }, "strip", z.ZodTypeAny, {
154699
+ }, {
154700
+ branch: z.ZodString;
154701
+ relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154702
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
154703
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154704
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154705
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154706
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154707
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154708
+ }>, "strip", z.ZodTypeAny, {
154089
154709
  branch: string;
154090
154710
  projectId: string;
154091
154711
  url?: string | undefined;
154092
154712
  userId?: number | undefined;
154093
- credentialId?: string | undefined;
154094
154713
  relativePath?: string | undefined;
154095
154714
  purgeDirectory?: boolean | undefined;
154096
154715
  commitAuthorName?: string | undefined;
154097
154716
  commitAuthorEmail?: string | undefined;
154717
+ commitMessage?: string | undefined;
154718
+ pullRequestTitle?: string | undefined;
154719
+ pullRequestDescription?: string | undefined;
154720
+ credentialId?: string | undefined;
154098
154721
  connectionId?: string | undefined;
154099
154722
  }, {
154100
154723
  branch: string;
154101
154724
  projectId: string;
154102
154725
  url?: string | null | undefined;
154103
154726
  userId?: number | null | undefined;
154104
- credentialId?: string | undefined;
154105
154727
  relativePath?: string | null | undefined;
154106
154728
  purgeDirectory?: boolean | null | undefined;
154107
154729
  commitAuthorName?: string | null | undefined;
154108
154730
  commitAuthorEmail?: string | null | undefined;
154731
+ commitMessage?: string | null | undefined;
154732
+ pullRequestTitle?: string | null | undefined;
154733
+ pullRequestDescription?: string | null | undefined;
154734
+ credentialId?: string | undefined;
154109
154735
  connectionId?: string | null | undefined;
154110
154736
  }>>;
154111
- destinationBitbucket: z.ZodOptional<z.ZodObject<{
154737
+ destinationBitbucket: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
154112
154738
  credentialId: z.ZodOptional<z.ZodString>;
154113
154739
  workspaceSlug: z.ZodString;
154114
154740
  projectKey: z.ZodString;
154115
154741
  repoSlug: z.ZodString;
154116
- commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154117
- commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154742
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154743
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
154744
+ }, {
154118
154745
  branch: z.ZodString;
154119
154746
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154120
154747
  purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
154121
- connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154122
- userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
154123
- }, "strip", z.ZodTypeAny, {
154748
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154749
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154750
+ commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154751
+ pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154752
+ pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
154753
+ }>, "strip", z.ZodTypeAny, {
154124
154754
  branch: string;
154125
154755
  workspaceSlug: string;
154126
154756
  projectKey: string;
154127
154757
  repoSlug: string;
154128
154758
  userId?: number | undefined;
154129
- credentialId?: string | undefined;
154130
154759
  relativePath?: string | undefined;
154131
154760
  purgeDirectory?: boolean | undefined;
154132
154761
  commitAuthorName?: string | undefined;
154133
154762
  commitAuthorEmail?: string | undefined;
154763
+ commitMessage?: string | undefined;
154764
+ pullRequestTitle?: string | undefined;
154765
+ pullRequestDescription?: string | undefined;
154766
+ credentialId?: string | undefined;
154134
154767
  connectionId?: string | undefined;
154135
154768
  }, {
154136
154769
  branch: string;
@@ -154138,11 +154771,14 @@ declare const Pipeline: z.ZodObject<{
154138
154771
  projectKey: string;
154139
154772
  repoSlug: string;
154140
154773
  userId?: number | null | undefined;
154141
- credentialId?: string | undefined;
154142
154774
  relativePath?: string | null | undefined;
154143
154775
  purgeDirectory?: boolean | null | undefined;
154144
154776
  commitAuthorName?: string | null | undefined;
154145
154777
  commitAuthorEmail?: string | null | undefined;
154778
+ commitMessage?: string | null | undefined;
154779
+ pullRequestTitle?: string | null | undefined;
154780
+ pullRequestDescription?: string | null | undefined;
154781
+ credentialId?: string | undefined;
154146
154782
  connectionId?: string | null | undefined;
154147
154783
  }>>;
154148
154784
  id: z.ZodString;
@@ -154181,11 +154817,14 @@ declare const Pipeline: z.ZodObject<{
154181
154817
  url: string;
154182
154818
  branch: string;
154183
154819
  userId?: number | undefined;
154184
- credentialId?: string | undefined;
154185
154820
  relativePath?: string | undefined;
154186
154821
  purgeDirectory?: boolean | undefined;
154187
154822
  commitAuthorName?: string | undefined;
154188
154823
  commitAuthorEmail?: string | undefined;
154824
+ commitMessage?: string | undefined;
154825
+ pullRequestTitle?: string | undefined;
154826
+ pullRequestDescription?: string | undefined;
154827
+ credentialId?: string | undefined;
154189
154828
  connectionId?: string | undefined;
154190
154829
  } | undefined;
154191
154830
  destinationAzure?: {
@@ -154195,11 +154834,14 @@ declare const Pipeline: z.ZodObject<{
154195
154834
  repositoryId: string;
154196
154835
  url?: string | undefined;
154197
154836
  userId?: number | undefined;
154198
- credentialId?: string | undefined;
154199
154837
  relativePath?: string | undefined;
154200
154838
  purgeDirectory?: boolean | undefined;
154201
154839
  commitAuthorName?: string | undefined;
154202
154840
  commitAuthorEmail?: string | undefined;
154841
+ commitMessage?: string | undefined;
154842
+ pullRequestTitle?: string | undefined;
154843
+ pullRequestDescription?: string | undefined;
154844
+ credentialId?: string | undefined;
154203
154845
  connectionId?: string | undefined;
154204
154846
  } | undefined;
154205
154847
  destinationGitlab?: {
@@ -154207,11 +154849,14 @@ declare const Pipeline: z.ZodObject<{
154207
154849
  projectId: string;
154208
154850
  url?: string | undefined;
154209
154851
  userId?: number | undefined;
154210
- credentialId?: string | undefined;
154211
154852
  relativePath?: string | undefined;
154212
154853
  purgeDirectory?: boolean | undefined;
154213
154854
  commitAuthorName?: string | undefined;
154214
154855
  commitAuthorEmail?: string | undefined;
154856
+ commitMessage?: string | undefined;
154857
+ pullRequestTitle?: string | undefined;
154858
+ pullRequestDescription?: string | undefined;
154859
+ credentialId?: string | undefined;
154215
154860
  connectionId?: string | undefined;
154216
154861
  } | undefined;
154217
154862
  destinationBitbucket?: {
@@ -154220,11 +154865,14 @@ declare const Pipeline: z.ZodObject<{
154220
154865
  projectKey: string;
154221
154866
  repoSlug: string;
154222
154867
  userId?: number | undefined;
154223
- credentialId?: string | undefined;
154224
154868
  relativePath?: string | undefined;
154225
154869
  purgeDirectory?: boolean | undefined;
154226
154870
  commitAuthorName?: string | undefined;
154227
154871
  commitAuthorEmail?: string | undefined;
154872
+ commitMessage?: string | undefined;
154873
+ pullRequestTitle?: string | undefined;
154874
+ pullRequestDescription?: string | undefined;
154875
+ credentialId?: string | undefined;
154228
154876
  connectionId?: string | undefined;
154229
154877
  } | undefined;
154230
154878
  themePersistentIds?: string[] | undefined;
@@ -154253,11 +154901,14 @@ declare const Pipeline: z.ZodObject<{
154253
154901
  url: string;
154254
154902
  branch: string;
154255
154903
  userId?: number | null | undefined;
154256
- credentialId?: string | undefined;
154257
154904
  relativePath?: string | null | undefined;
154258
154905
  purgeDirectory?: boolean | null | undefined;
154259
154906
  commitAuthorName?: string | null | undefined;
154260
154907
  commitAuthorEmail?: string | null | undefined;
154908
+ commitMessage?: string | null | undefined;
154909
+ pullRequestTitle?: string | null | undefined;
154910
+ pullRequestDescription?: string | null | undefined;
154911
+ credentialId?: string | undefined;
154261
154912
  connectionId?: string | null | undefined;
154262
154913
  } | undefined;
154263
154914
  destinationAzure?: {
@@ -154267,11 +154918,14 @@ declare const Pipeline: z.ZodObject<{
154267
154918
  repositoryId: string;
154268
154919
  url?: string | null | undefined;
154269
154920
  userId?: number | null | undefined;
154270
- credentialId?: string | undefined;
154271
154921
  relativePath?: string | null | undefined;
154272
154922
  purgeDirectory?: boolean | null | undefined;
154273
154923
  commitAuthorName?: string | null | undefined;
154274
154924
  commitAuthorEmail?: string | null | undefined;
154925
+ commitMessage?: string | null | undefined;
154926
+ pullRequestTitle?: string | null | undefined;
154927
+ pullRequestDescription?: string | null | undefined;
154928
+ credentialId?: string | undefined;
154275
154929
  connectionId?: string | null | undefined;
154276
154930
  } | undefined;
154277
154931
  destinationGitlab?: {
@@ -154279,11 +154933,14 @@ declare const Pipeline: z.ZodObject<{
154279
154933
  projectId: string;
154280
154934
  url?: string | null | undefined;
154281
154935
  userId?: number | null | undefined;
154282
- credentialId?: string | undefined;
154283
154936
  relativePath?: string | null | undefined;
154284
154937
  purgeDirectory?: boolean | null | undefined;
154285
154938
  commitAuthorName?: string | null | undefined;
154286
154939
  commitAuthorEmail?: string | null | undefined;
154940
+ commitMessage?: string | null | undefined;
154941
+ pullRequestTitle?: string | null | undefined;
154942
+ pullRequestDescription?: string | null | undefined;
154943
+ credentialId?: string | undefined;
154287
154944
  connectionId?: string | null | undefined;
154288
154945
  } | undefined;
154289
154946
  destinationBitbucket?: {
@@ -154292,11 +154949,14 @@ declare const Pipeline: z.ZodObject<{
154292
154949
  projectKey: string;
154293
154950
  repoSlug: string;
154294
154951
  userId?: number | null | undefined;
154295
- credentialId?: string | undefined;
154296
154952
  relativePath?: string | null | undefined;
154297
154953
  purgeDirectory?: boolean | null | undefined;
154298
154954
  commitAuthorName?: string | null | undefined;
154299
154955
  commitAuthorEmail?: string | null | undefined;
154956
+ commitMessage?: string | null | undefined;
154957
+ pullRequestTitle?: string | null | undefined;
154958
+ pullRequestDescription?: string | null | undefined;
154959
+ credentialId?: string | undefined;
154300
154960
  connectionId?: string | null | undefined;
154301
154961
  } | undefined;
154302
154962
  themePersistentIds?: string[] | undefined;
@@ -183479,4 +184139,4 @@ type PersonalAccessTokenWithUser = {
183479
184139
  token: PersonalAccessToken;
183480
184140
  };
183481
184141
 
183482
- export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeIntegrationDump, Collection, CollectionImportModel, CollectionImportModelInput, CollectionOrigin, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateCollection, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemInvitation, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreatePublishedDocPageVisitsEntry, type CreateTheme, type CreateWorkspaceDbInput, CreateWorkspaceInput, type CreateWorkspaceInvitation, type CreateWorkspaceMembership, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, type DataSourceOfType, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemInvitation, type DesignSystemInvitationAddition, DesignSystemInvite, DesignSystemInviteEmailData, DesignSystemInviteEmailRecipient, DesignSystemInviteUpdate, DesignSystemMemberUpdate, DesignSystemMembers, DesignSystemMembership, type DesignSystemMembershipAddition, DesignSystemMembershipUpdates, DesignSystemPendingMemberInvitation, type DesignSystemPendingMemberInvite, DesignSystemRole, DesignSystemSwitcher, DesignSystemUserInvitation, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, type DesignSystemVersionParsedRoomId, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, type DocumentationPageOldParsedRoomId, type DocumentationPageParsedRoomId, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyImmutableType, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportDestinationsMapUpdate, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobExporterConfiguration, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterConfigurationPropertyValue, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyDefinition, ExporterPropertyDefinitionArray, ExporterPropertyDefinitionBoolean, ExporterPropertyDefinitionEnum, ExporterPropertyDefinitionEnumOption, ExporterPropertyDefinitionNumber, ExporterPropertyDefinitionObject, ExporterPropertyDefinitionString, type ExporterPropertyDefinitionValue, ExporterPropertyImageValue, ExporterPropertyType, ExporterPropertyValue, ExporterPropertyValueMap, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, FeatureFlagsKeepAliases, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstancePreview, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, FigmaFile, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceOrigin, FigmaNodeRelinkData, FigmaNodeRenderError, FigmaNodeRenderErrorType, FigmaNodeRenderFormat, FigmaNodeRenderState, FigmaNodeRenderedImage, FigmaNodeRendererPayload, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, GitBranch, GitIntegrationType, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, ListExporterQuery, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetBlockConfig, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionFigmaComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTokenBlockConfig, PageBlockTokenNameFormat, PageBlockTokenValueFormat, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageRedirect, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, type ParsedRoomId, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocPageVisitsEntry, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, type RoomOwner, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShadowValue, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateCollection, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemInvitation, type UpdateDesignSystemMembership, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, type UpdateIntegrationCredential, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceDbInput, type UpdateWorkspaceInvitation, type UpdateWorkspaceMembership, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserSource, UserTest, UserTheme, VersionCreationJob, VersionCreationJobStatus, type VersionRoomOwner, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceInviteEmailData, WorkspaceInviteEmailRecipient, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, type WorkspaceParsedRoomId, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, type WorkspaceRoomOwner, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, applyShallowObjectUpdate, areShallowObjectsEqual, areTokenTypesCompatible, buildConstantEnum, castStringToDimensionValue, chunkedArray, convertTokenTypedData, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, generateShortPersistentId, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDataSourceOfType, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isNotNullish, isNullish, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, recordToMap, removeCommentSpans, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, workspaceRoleToDesignSystemRole, zodCreateInputOmit, zodUpdateInputOmit };
184142
+ export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeIntegrationDump, Collection, CollectionImportModel, CollectionImportModelInput, CollectionOrigin, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateCollection, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemInvitation, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreatePublishedDocPageVisitsEntry, type CreateTheme, type CreateWorkspaceDbInput, CreateWorkspaceInput, type CreateWorkspaceInvitation, type CreateWorkspaceMembership, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, type DataSourceOfType, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemInvitation, type DesignSystemInvitationAddition, DesignSystemInvite, DesignSystemInviteEmailData, DesignSystemInviteEmailRecipient, DesignSystemInviteUpdate, DesignSystemMemberUpdate, DesignSystemMembers, DesignSystemMembership, type DesignSystemMembershipAddition, DesignSystemMembershipUpdates, DesignSystemPendingMemberInvitation, type DesignSystemPendingMemberInvite, DesignSystemRole, DesignSystemSwitcher, DesignSystemUserInvitation, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, type DesignSystemVersionParsedRoomId, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, type DocumentationPageOldParsedRoomId, type DocumentationPageParsedRoomId, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyImmutableType, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportDestinationsMapUpdate, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobExporterConfiguration, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterConfigurationPropertyValue, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyDefinition, ExporterPropertyDefinitionArray, ExporterPropertyDefinitionBoolean, ExporterPropertyDefinitionEnum, ExporterPropertyDefinitionEnumOption, ExporterPropertyDefinitionNumber, ExporterPropertyDefinitionObject, ExporterPropertyDefinitionString, type ExporterPropertyDefinitionValue, ExporterPropertyImageValue, ExporterPropertyType, ExporterPropertyValue, ExporterPropertyValueMap, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, FeatureFlagsKeepAliases, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstancePreview, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, FigmaFile, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceOrigin, FigmaNodeRelinkData, FigmaNodeRenderError, FigmaNodeRenderErrorType, FigmaNodeRenderFormat, FigmaNodeRenderState, FigmaNodeRenderedImage, FigmaNodeRendererPayload, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, GitBranch, GitCommonDestinationOptions, GitIntegrationType, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, ListExporterQuery, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetBlockConfig, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionFigmaComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTokenBlockConfig, PageBlockTokenNameFormat, PageBlockTokenValueFormat, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageRedirect, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, type ParsedRoomId, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocPageVisitsEntry, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, type RoomOwner, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShadowValue, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateCollection, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemInvitation, type UpdateDesignSystemMembership, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, type UpdateIntegrationCredential, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceDbInput, type UpdateWorkspaceInvitation, type UpdateWorkspaceMembership, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserSource, UserTest, UserTheme, VersionCreationJob, VersionCreationJobStatus, type VersionRoomOwner, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceInviteEmailData, WorkspaceInviteEmailRecipient, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, type WorkspaceParsedRoomId, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, type WorkspaceRoomOwner, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, applyShallowObjectUpdate, areShallowObjectsEqual, areTokenTypesCompatible, buildConstantEnum, castStringToDimensionValue, chunkedArray, convertTokenTypedData, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, generateShortPersistentId, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDataSourceOfType, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isNotNullish, isNullish, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, recordToMap, removeCommentSpans, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, workspaceRoleToDesignSystemRole, zodCreateInputOmit, zodUpdateInputOmit };