@supernova-studio/model 0.57.10 → 0.57.12
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 +180 -0
- package/dist/index.d.ts +180 -0
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/export/export-destinations.ts +4 -0
package/dist/index.d.mts
CHANGED
|
@@ -2427,6 +2427,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2427
2427
|
url: z.ZodString;
|
|
2428
2428
|
branch: z.ZodString;
|
|
2429
2429
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2430
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
2430
2431
|
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2431
2432
|
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2432
2433
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -2437,6 +2438,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2437
2438
|
userId?: number | undefined;
|
|
2438
2439
|
credentialId?: string | undefined;
|
|
2439
2440
|
relativePath?: string | undefined;
|
|
2441
|
+
purgeDirectory?: boolean | undefined;
|
|
2440
2442
|
commitAuthorName?: string | undefined;
|
|
2441
2443
|
commitAuthorEmail?: string | undefined;
|
|
2442
2444
|
connectionId?: string | undefined;
|
|
@@ -2446,6 +2448,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2446
2448
|
userId?: number | null | undefined;
|
|
2447
2449
|
credentialId?: string | undefined;
|
|
2448
2450
|
relativePath?: string | null | undefined;
|
|
2451
|
+
purgeDirectory?: boolean | null | undefined;
|
|
2449
2452
|
commitAuthorName?: string | null | undefined;
|
|
2450
2453
|
commitAuthorEmail?: string | null | undefined;
|
|
2451
2454
|
connectionId?: string | null | undefined;
|
|
@@ -2459,6 +2462,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2459
2462
|
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2460
2463
|
branch: z.ZodString;
|
|
2461
2464
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2465
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
2462
2466
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2463
2467
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2464
2468
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
@@ -2471,6 +2475,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2471
2475
|
userId?: number | undefined;
|
|
2472
2476
|
credentialId?: string | undefined;
|
|
2473
2477
|
relativePath?: string | undefined;
|
|
2478
|
+
purgeDirectory?: boolean | undefined;
|
|
2474
2479
|
commitAuthorName?: string | undefined;
|
|
2475
2480
|
commitAuthorEmail?: string | undefined;
|
|
2476
2481
|
connectionId?: string | undefined;
|
|
@@ -2483,6 +2488,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2483
2488
|
userId?: number | null | undefined;
|
|
2484
2489
|
credentialId?: string | undefined;
|
|
2485
2490
|
relativePath?: string | null | undefined;
|
|
2491
|
+
purgeDirectory?: boolean | null | undefined;
|
|
2486
2492
|
commitAuthorName?: string | null | undefined;
|
|
2487
2493
|
commitAuthorEmail?: string | null | undefined;
|
|
2488
2494
|
connectionId?: string | null | undefined;
|
|
@@ -2494,6 +2500,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2494
2500
|
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2495
2501
|
branch: z.ZodString;
|
|
2496
2502
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2503
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
2497
2504
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2498
2505
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2499
2506
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
@@ -2504,6 +2511,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2504
2511
|
userId?: number | undefined;
|
|
2505
2512
|
credentialId?: string | undefined;
|
|
2506
2513
|
relativePath?: string | undefined;
|
|
2514
|
+
purgeDirectory?: boolean | undefined;
|
|
2507
2515
|
commitAuthorName?: string | undefined;
|
|
2508
2516
|
commitAuthorEmail?: string | undefined;
|
|
2509
2517
|
connectionId?: string | undefined;
|
|
@@ -2514,6 +2522,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2514
2522
|
userId?: number | null | undefined;
|
|
2515
2523
|
credentialId?: string | undefined;
|
|
2516
2524
|
relativePath?: string | null | undefined;
|
|
2525
|
+
purgeDirectory?: boolean | null | undefined;
|
|
2517
2526
|
commitAuthorName?: string | null | undefined;
|
|
2518
2527
|
commitAuthorEmail?: string | null | undefined;
|
|
2519
2528
|
connectionId?: string | null | undefined;
|
|
@@ -2527,6 +2536,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2527
2536
|
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2528
2537
|
branch: z.ZodString;
|
|
2529
2538
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2539
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
2530
2540
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2531
2541
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
2532
2542
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2537,6 +2547,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2537
2547
|
userId?: number | undefined;
|
|
2538
2548
|
credentialId?: string | undefined;
|
|
2539
2549
|
relativePath?: string | undefined;
|
|
2550
|
+
purgeDirectory?: boolean | undefined;
|
|
2540
2551
|
commitAuthorName?: string | undefined;
|
|
2541
2552
|
commitAuthorEmail?: string | undefined;
|
|
2542
2553
|
connectionId?: string | undefined;
|
|
@@ -2548,6 +2559,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2548
2559
|
userId?: number | null | undefined;
|
|
2549
2560
|
credentialId?: string | undefined;
|
|
2550
2561
|
relativePath?: string | null | undefined;
|
|
2562
|
+
purgeDirectory?: boolean | null | undefined;
|
|
2551
2563
|
commitAuthorName?: string | null | undefined;
|
|
2552
2564
|
commitAuthorEmail?: string | null | undefined;
|
|
2553
2565
|
connectionId?: string | null | undefined;
|
|
@@ -2587,6 +2599,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2587
2599
|
userId?: number | undefined;
|
|
2588
2600
|
credentialId?: string | undefined;
|
|
2589
2601
|
relativePath?: string | undefined;
|
|
2602
|
+
purgeDirectory?: boolean | undefined;
|
|
2590
2603
|
commitAuthorName?: string | undefined;
|
|
2591
2604
|
commitAuthorEmail?: string | undefined;
|
|
2592
2605
|
connectionId?: string | undefined;
|
|
@@ -2600,6 +2613,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2600
2613
|
userId?: number | undefined;
|
|
2601
2614
|
credentialId?: string | undefined;
|
|
2602
2615
|
relativePath?: string | undefined;
|
|
2616
|
+
purgeDirectory?: boolean | undefined;
|
|
2603
2617
|
commitAuthorName?: string | undefined;
|
|
2604
2618
|
commitAuthorEmail?: string | undefined;
|
|
2605
2619
|
connectionId?: string | undefined;
|
|
@@ -2611,6 +2625,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2611
2625
|
userId?: number | undefined;
|
|
2612
2626
|
credentialId?: string | undefined;
|
|
2613
2627
|
relativePath?: string | undefined;
|
|
2628
|
+
purgeDirectory?: boolean | undefined;
|
|
2614
2629
|
commitAuthorName?: string | undefined;
|
|
2615
2630
|
commitAuthorEmail?: string | undefined;
|
|
2616
2631
|
connectionId?: string | undefined;
|
|
@@ -2623,6 +2638,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2623
2638
|
userId?: number | undefined;
|
|
2624
2639
|
credentialId?: string | undefined;
|
|
2625
2640
|
relativePath?: string | undefined;
|
|
2641
|
+
purgeDirectory?: boolean | undefined;
|
|
2626
2642
|
commitAuthorName?: string | undefined;
|
|
2627
2643
|
commitAuthorEmail?: string | undefined;
|
|
2628
2644
|
connectionId?: string | undefined;
|
|
@@ -2653,6 +2669,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2653
2669
|
userId?: number | null | undefined;
|
|
2654
2670
|
credentialId?: string | undefined;
|
|
2655
2671
|
relativePath?: string | null | undefined;
|
|
2672
|
+
purgeDirectory?: boolean | null | undefined;
|
|
2656
2673
|
commitAuthorName?: string | null | undefined;
|
|
2657
2674
|
commitAuthorEmail?: string | null | undefined;
|
|
2658
2675
|
connectionId?: string | null | undefined;
|
|
@@ -2666,6 +2683,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2666
2683
|
userId?: number | null | undefined;
|
|
2667
2684
|
credentialId?: string | undefined;
|
|
2668
2685
|
relativePath?: string | null | undefined;
|
|
2686
|
+
purgeDirectory?: boolean | null | undefined;
|
|
2669
2687
|
commitAuthorName?: string | null | undefined;
|
|
2670
2688
|
commitAuthorEmail?: string | null | undefined;
|
|
2671
2689
|
connectionId?: string | null | undefined;
|
|
@@ -2677,6 +2695,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2677
2695
|
userId?: number | null | undefined;
|
|
2678
2696
|
credentialId?: string | undefined;
|
|
2679
2697
|
relativePath?: string | null | undefined;
|
|
2698
|
+
purgeDirectory?: boolean | null | undefined;
|
|
2680
2699
|
commitAuthorName?: string | null | undefined;
|
|
2681
2700
|
commitAuthorEmail?: string | null | undefined;
|
|
2682
2701
|
connectionId?: string | null | undefined;
|
|
@@ -2689,6 +2708,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2689
2708
|
userId?: number | null | undefined;
|
|
2690
2709
|
credentialId?: string | undefined;
|
|
2691
2710
|
relativePath?: string | null | undefined;
|
|
2711
|
+
purgeDirectory?: boolean | null | undefined;
|
|
2692
2712
|
commitAuthorName?: string | null | undefined;
|
|
2693
2713
|
commitAuthorEmail?: string | null | undefined;
|
|
2694
2714
|
connectionId?: string | null | undefined;
|
|
@@ -2801,6 +2821,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2801
2821
|
userId?: number | undefined;
|
|
2802
2822
|
credentialId?: string | undefined;
|
|
2803
2823
|
relativePath?: string | undefined;
|
|
2824
|
+
purgeDirectory?: boolean | undefined;
|
|
2804
2825
|
commitAuthorName?: string | undefined;
|
|
2805
2826
|
commitAuthorEmail?: string | undefined;
|
|
2806
2827
|
connectionId?: string | undefined;
|
|
@@ -2814,6 +2835,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2814
2835
|
userId?: number | undefined;
|
|
2815
2836
|
credentialId?: string | undefined;
|
|
2816
2837
|
relativePath?: string | undefined;
|
|
2838
|
+
purgeDirectory?: boolean | undefined;
|
|
2817
2839
|
commitAuthorName?: string | undefined;
|
|
2818
2840
|
commitAuthorEmail?: string | undefined;
|
|
2819
2841
|
connectionId?: string | undefined;
|
|
@@ -2825,6 +2847,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2825
2847
|
userId?: number | undefined;
|
|
2826
2848
|
credentialId?: string | undefined;
|
|
2827
2849
|
relativePath?: string | undefined;
|
|
2850
|
+
purgeDirectory?: boolean | undefined;
|
|
2828
2851
|
commitAuthorName?: string | undefined;
|
|
2829
2852
|
commitAuthorEmail?: string | undefined;
|
|
2830
2853
|
connectionId?: string | undefined;
|
|
@@ -2837,6 +2860,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2837
2860
|
userId?: number | undefined;
|
|
2838
2861
|
credentialId?: string | undefined;
|
|
2839
2862
|
relativePath?: string | undefined;
|
|
2863
|
+
purgeDirectory?: boolean | undefined;
|
|
2840
2864
|
commitAuthorName?: string | undefined;
|
|
2841
2865
|
commitAuthorEmail?: string | undefined;
|
|
2842
2866
|
connectionId?: string | undefined;
|
|
@@ -2939,6 +2963,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2939
2963
|
userId?: number | null | undefined;
|
|
2940
2964
|
credentialId?: string | undefined;
|
|
2941
2965
|
relativePath?: string | null | undefined;
|
|
2966
|
+
purgeDirectory?: boolean | null | undefined;
|
|
2942
2967
|
commitAuthorName?: string | null | undefined;
|
|
2943
2968
|
commitAuthorEmail?: string | null | undefined;
|
|
2944
2969
|
connectionId?: string | null | undefined;
|
|
@@ -2952,6 +2977,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2952
2977
|
userId?: number | null | undefined;
|
|
2953
2978
|
credentialId?: string | undefined;
|
|
2954
2979
|
relativePath?: string | null | undefined;
|
|
2980
|
+
purgeDirectory?: boolean | null | undefined;
|
|
2955
2981
|
commitAuthorName?: string | null | undefined;
|
|
2956
2982
|
commitAuthorEmail?: string | null | undefined;
|
|
2957
2983
|
connectionId?: string | null | undefined;
|
|
@@ -2963,6 +2989,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2963
2989
|
userId?: number | null | undefined;
|
|
2964
2990
|
credentialId?: string | undefined;
|
|
2965
2991
|
relativePath?: string | null | undefined;
|
|
2992
|
+
purgeDirectory?: boolean | null | undefined;
|
|
2966
2993
|
commitAuthorName?: string | null | undefined;
|
|
2967
2994
|
commitAuthorEmail?: string | null | undefined;
|
|
2968
2995
|
connectionId?: string | null | undefined;
|
|
@@ -2975,6 +3002,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2975
3002
|
userId?: number | null | undefined;
|
|
2976
3003
|
credentialId?: string | undefined;
|
|
2977
3004
|
relativePath?: string | null | undefined;
|
|
3005
|
+
purgeDirectory?: boolean | null | undefined;
|
|
2978
3006
|
commitAuthorName?: string | null | undefined;
|
|
2979
3007
|
commitAuthorEmail?: string | null | undefined;
|
|
2980
3008
|
connectionId?: string | null | undefined;
|
|
@@ -16513,6 +16541,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16513
16541
|
url: z.ZodString;
|
|
16514
16542
|
branch: z.ZodString;
|
|
16515
16543
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
16544
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
16516
16545
|
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
16517
16546
|
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
16518
16547
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -16523,6 +16552,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16523
16552
|
userId?: number | undefined;
|
|
16524
16553
|
credentialId?: string | undefined;
|
|
16525
16554
|
relativePath?: string | undefined;
|
|
16555
|
+
purgeDirectory?: boolean | undefined;
|
|
16526
16556
|
commitAuthorName?: string | undefined;
|
|
16527
16557
|
commitAuthorEmail?: string | undefined;
|
|
16528
16558
|
connectionId?: string | undefined;
|
|
@@ -16532,6 +16562,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16532
16562
|
userId?: number | null | undefined;
|
|
16533
16563
|
credentialId?: string | undefined;
|
|
16534
16564
|
relativePath?: string | null | undefined;
|
|
16565
|
+
purgeDirectory?: boolean | null | undefined;
|
|
16535
16566
|
commitAuthorName?: string | null | undefined;
|
|
16536
16567
|
commitAuthorEmail?: string | null | undefined;
|
|
16537
16568
|
connectionId?: string | null | undefined;
|
|
@@ -16545,6 +16576,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16545
16576
|
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
16546
16577
|
branch: z.ZodString;
|
|
16547
16578
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
16579
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
16548
16580
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
16549
16581
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
16550
16582
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
@@ -16557,6 +16589,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16557
16589
|
userId?: number | undefined;
|
|
16558
16590
|
credentialId?: string | undefined;
|
|
16559
16591
|
relativePath?: string | undefined;
|
|
16592
|
+
purgeDirectory?: boolean | undefined;
|
|
16560
16593
|
commitAuthorName?: string | undefined;
|
|
16561
16594
|
commitAuthorEmail?: string | undefined;
|
|
16562
16595
|
connectionId?: string | undefined;
|
|
@@ -16569,6 +16602,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16569
16602
|
userId?: number | null | undefined;
|
|
16570
16603
|
credentialId?: string | undefined;
|
|
16571
16604
|
relativePath?: string | null | undefined;
|
|
16605
|
+
purgeDirectory?: boolean | null | undefined;
|
|
16572
16606
|
commitAuthorName?: string | null | undefined;
|
|
16573
16607
|
commitAuthorEmail?: string | null | undefined;
|
|
16574
16608
|
connectionId?: string | null | undefined;
|
|
@@ -16580,6 +16614,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16580
16614
|
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
16581
16615
|
branch: z.ZodString;
|
|
16582
16616
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
16617
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
16583
16618
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
16584
16619
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
16585
16620
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
@@ -16590,6 +16625,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16590
16625
|
userId?: number | undefined;
|
|
16591
16626
|
credentialId?: string | undefined;
|
|
16592
16627
|
relativePath?: string | undefined;
|
|
16628
|
+
purgeDirectory?: boolean | undefined;
|
|
16593
16629
|
commitAuthorName?: string | undefined;
|
|
16594
16630
|
commitAuthorEmail?: string | undefined;
|
|
16595
16631
|
connectionId?: string | undefined;
|
|
@@ -16600,6 +16636,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16600
16636
|
userId?: number | null | undefined;
|
|
16601
16637
|
credentialId?: string | undefined;
|
|
16602
16638
|
relativePath?: string | null | undefined;
|
|
16639
|
+
purgeDirectory?: boolean | null | undefined;
|
|
16603
16640
|
commitAuthorName?: string | null | undefined;
|
|
16604
16641
|
commitAuthorEmail?: string | null | undefined;
|
|
16605
16642
|
connectionId?: string | null | undefined;
|
|
@@ -16613,6 +16650,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16613
16650
|
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
16614
16651
|
branch: z.ZodString;
|
|
16615
16652
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
16653
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
16616
16654
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
16617
16655
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
16618
16656
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -16623,6 +16661,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16623
16661
|
userId?: number | undefined;
|
|
16624
16662
|
credentialId?: string | undefined;
|
|
16625
16663
|
relativePath?: string | undefined;
|
|
16664
|
+
purgeDirectory?: boolean | undefined;
|
|
16626
16665
|
commitAuthorName?: string | undefined;
|
|
16627
16666
|
commitAuthorEmail?: string | undefined;
|
|
16628
16667
|
connectionId?: string | undefined;
|
|
@@ -16634,6 +16673,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16634
16673
|
userId?: number | null | undefined;
|
|
16635
16674
|
credentialId?: string | undefined;
|
|
16636
16675
|
relativePath?: string | null | undefined;
|
|
16676
|
+
purgeDirectory?: boolean | null | undefined;
|
|
16637
16677
|
commitAuthorName?: string | null | undefined;
|
|
16638
16678
|
commitAuthorEmail?: string | null | undefined;
|
|
16639
16679
|
connectionId?: string | null | undefined;
|
|
@@ -16673,6 +16713,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16673
16713
|
userId?: number | undefined;
|
|
16674
16714
|
credentialId?: string | undefined;
|
|
16675
16715
|
relativePath?: string | undefined;
|
|
16716
|
+
purgeDirectory?: boolean | undefined;
|
|
16676
16717
|
commitAuthorName?: string | undefined;
|
|
16677
16718
|
commitAuthorEmail?: string | undefined;
|
|
16678
16719
|
connectionId?: string | undefined;
|
|
@@ -16686,6 +16727,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16686
16727
|
userId?: number | undefined;
|
|
16687
16728
|
credentialId?: string | undefined;
|
|
16688
16729
|
relativePath?: string | undefined;
|
|
16730
|
+
purgeDirectory?: boolean | undefined;
|
|
16689
16731
|
commitAuthorName?: string | undefined;
|
|
16690
16732
|
commitAuthorEmail?: string | undefined;
|
|
16691
16733
|
connectionId?: string | undefined;
|
|
@@ -16697,6 +16739,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16697
16739
|
userId?: number | undefined;
|
|
16698
16740
|
credentialId?: string | undefined;
|
|
16699
16741
|
relativePath?: string | undefined;
|
|
16742
|
+
purgeDirectory?: boolean | undefined;
|
|
16700
16743
|
commitAuthorName?: string | undefined;
|
|
16701
16744
|
commitAuthorEmail?: string | undefined;
|
|
16702
16745
|
connectionId?: string | undefined;
|
|
@@ -16709,6 +16752,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16709
16752
|
userId?: number | undefined;
|
|
16710
16753
|
credentialId?: string | undefined;
|
|
16711
16754
|
relativePath?: string | undefined;
|
|
16755
|
+
purgeDirectory?: boolean | undefined;
|
|
16712
16756
|
commitAuthorName?: string | undefined;
|
|
16713
16757
|
commitAuthorEmail?: string | undefined;
|
|
16714
16758
|
connectionId?: string | undefined;
|
|
@@ -16739,6 +16783,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16739
16783
|
userId?: number | null | undefined;
|
|
16740
16784
|
credentialId?: string | undefined;
|
|
16741
16785
|
relativePath?: string | null | undefined;
|
|
16786
|
+
purgeDirectory?: boolean | null | undefined;
|
|
16742
16787
|
commitAuthorName?: string | null | undefined;
|
|
16743
16788
|
commitAuthorEmail?: string | null | undefined;
|
|
16744
16789
|
connectionId?: string | null | undefined;
|
|
@@ -16752,6 +16797,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16752
16797
|
userId?: number | null | undefined;
|
|
16753
16798
|
credentialId?: string | undefined;
|
|
16754
16799
|
relativePath?: string | null | undefined;
|
|
16800
|
+
purgeDirectory?: boolean | null | undefined;
|
|
16755
16801
|
commitAuthorName?: string | null | undefined;
|
|
16756
16802
|
commitAuthorEmail?: string | null | undefined;
|
|
16757
16803
|
connectionId?: string | null | undefined;
|
|
@@ -16763,6 +16809,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16763
16809
|
userId?: number | null | undefined;
|
|
16764
16810
|
credentialId?: string | undefined;
|
|
16765
16811
|
relativePath?: string | null | undefined;
|
|
16812
|
+
purgeDirectory?: boolean | null | undefined;
|
|
16766
16813
|
commitAuthorName?: string | null | undefined;
|
|
16767
16814
|
commitAuthorEmail?: string | null | undefined;
|
|
16768
16815
|
connectionId?: string | null | undefined;
|
|
@@ -16775,6 +16822,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16775
16822
|
userId?: number | null | undefined;
|
|
16776
16823
|
credentialId?: string | undefined;
|
|
16777
16824
|
relativePath?: string | null | undefined;
|
|
16825
|
+
purgeDirectory?: boolean | null | undefined;
|
|
16778
16826
|
commitAuthorName?: string | null | undefined;
|
|
16779
16827
|
commitAuthorEmail?: string | null | undefined;
|
|
16780
16828
|
connectionId?: string | null | undefined;
|
|
@@ -16887,6 +16935,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16887
16935
|
userId?: number | undefined;
|
|
16888
16936
|
credentialId?: string | undefined;
|
|
16889
16937
|
relativePath?: string | undefined;
|
|
16938
|
+
purgeDirectory?: boolean | undefined;
|
|
16890
16939
|
commitAuthorName?: string | undefined;
|
|
16891
16940
|
commitAuthorEmail?: string | undefined;
|
|
16892
16941
|
connectionId?: string | undefined;
|
|
@@ -16900,6 +16949,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16900
16949
|
userId?: number | undefined;
|
|
16901
16950
|
credentialId?: string | undefined;
|
|
16902
16951
|
relativePath?: string | undefined;
|
|
16952
|
+
purgeDirectory?: boolean | undefined;
|
|
16903
16953
|
commitAuthorName?: string | undefined;
|
|
16904
16954
|
commitAuthorEmail?: string | undefined;
|
|
16905
16955
|
connectionId?: string | undefined;
|
|
@@ -16911,6 +16961,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16911
16961
|
userId?: number | undefined;
|
|
16912
16962
|
credentialId?: string | undefined;
|
|
16913
16963
|
relativePath?: string | undefined;
|
|
16964
|
+
purgeDirectory?: boolean | undefined;
|
|
16914
16965
|
commitAuthorName?: string | undefined;
|
|
16915
16966
|
commitAuthorEmail?: string | undefined;
|
|
16916
16967
|
connectionId?: string | undefined;
|
|
@@ -16923,6 +16974,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16923
16974
|
userId?: number | undefined;
|
|
16924
16975
|
credentialId?: string | undefined;
|
|
16925
16976
|
relativePath?: string | undefined;
|
|
16977
|
+
purgeDirectory?: boolean | undefined;
|
|
16926
16978
|
commitAuthorName?: string | undefined;
|
|
16927
16979
|
commitAuthorEmail?: string | undefined;
|
|
16928
16980
|
connectionId?: string | undefined;
|
|
@@ -17025,6 +17077,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
17025
17077
|
userId?: number | null | undefined;
|
|
17026
17078
|
credentialId?: string | undefined;
|
|
17027
17079
|
relativePath?: string | null | undefined;
|
|
17080
|
+
purgeDirectory?: boolean | null | undefined;
|
|
17028
17081
|
commitAuthorName?: string | null | undefined;
|
|
17029
17082
|
commitAuthorEmail?: string | null | undefined;
|
|
17030
17083
|
connectionId?: string | null | undefined;
|
|
@@ -17038,6 +17091,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
17038
17091
|
userId?: number | null | undefined;
|
|
17039
17092
|
credentialId?: string | undefined;
|
|
17040
17093
|
relativePath?: string | null | undefined;
|
|
17094
|
+
purgeDirectory?: boolean | null | undefined;
|
|
17041
17095
|
commitAuthorName?: string | null | undefined;
|
|
17042
17096
|
commitAuthorEmail?: string | null | undefined;
|
|
17043
17097
|
connectionId?: string | null | undefined;
|
|
@@ -17049,6 +17103,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
17049
17103
|
userId?: number | null | undefined;
|
|
17050
17104
|
credentialId?: string | undefined;
|
|
17051
17105
|
relativePath?: string | null | undefined;
|
|
17106
|
+
purgeDirectory?: boolean | null | undefined;
|
|
17052
17107
|
commitAuthorName?: string | null | undefined;
|
|
17053
17108
|
commitAuthorEmail?: string | null | undefined;
|
|
17054
17109
|
connectionId?: string | null | undefined;
|
|
@@ -17061,6 +17116,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
17061
17116
|
userId?: number | null | undefined;
|
|
17062
17117
|
credentialId?: string | undefined;
|
|
17063
17118
|
relativePath?: string | null | undefined;
|
|
17119
|
+
purgeDirectory?: boolean | null | undefined;
|
|
17064
17120
|
commitAuthorName?: string | null | undefined;
|
|
17065
17121
|
commitAuthorEmail?: string | null | undefined;
|
|
17066
17122
|
connectionId?: string | null | undefined;
|
|
@@ -18006,6 +18062,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18006
18062
|
userId?: number | undefined;
|
|
18007
18063
|
credentialId?: string | undefined;
|
|
18008
18064
|
relativePath?: string | undefined;
|
|
18065
|
+
purgeDirectory?: boolean | undefined;
|
|
18009
18066
|
commitAuthorName?: string | undefined;
|
|
18010
18067
|
commitAuthorEmail?: string | undefined;
|
|
18011
18068
|
connectionId?: string | undefined;
|
|
@@ -18019,6 +18076,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18019
18076
|
userId?: number | undefined;
|
|
18020
18077
|
credentialId?: string | undefined;
|
|
18021
18078
|
relativePath?: string | undefined;
|
|
18079
|
+
purgeDirectory?: boolean | undefined;
|
|
18022
18080
|
commitAuthorName?: string | undefined;
|
|
18023
18081
|
commitAuthorEmail?: string | undefined;
|
|
18024
18082
|
connectionId?: string | undefined;
|
|
@@ -18030,6 +18088,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18030
18088
|
userId?: number | undefined;
|
|
18031
18089
|
credentialId?: string | undefined;
|
|
18032
18090
|
relativePath?: string | undefined;
|
|
18091
|
+
purgeDirectory?: boolean | undefined;
|
|
18033
18092
|
commitAuthorName?: string | undefined;
|
|
18034
18093
|
commitAuthorEmail?: string | undefined;
|
|
18035
18094
|
connectionId?: string | undefined;
|
|
@@ -18042,6 +18101,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18042
18101
|
userId?: number | undefined;
|
|
18043
18102
|
credentialId?: string | undefined;
|
|
18044
18103
|
relativePath?: string | undefined;
|
|
18104
|
+
purgeDirectory?: boolean | undefined;
|
|
18045
18105
|
commitAuthorName?: string | undefined;
|
|
18046
18106
|
commitAuthorEmail?: string | undefined;
|
|
18047
18107
|
connectionId?: string | undefined;
|
|
@@ -18829,6 +18889,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18829
18889
|
userId?: number | null | undefined;
|
|
18830
18890
|
credentialId?: string | undefined;
|
|
18831
18891
|
relativePath?: string | null | undefined;
|
|
18892
|
+
purgeDirectory?: boolean | null | undefined;
|
|
18832
18893
|
commitAuthorName?: string | null | undefined;
|
|
18833
18894
|
commitAuthorEmail?: string | null | undefined;
|
|
18834
18895
|
connectionId?: string | null | undefined;
|
|
@@ -18842,6 +18903,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18842
18903
|
userId?: number | null | undefined;
|
|
18843
18904
|
credentialId?: string | undefined;
|
|
18844
18905
|
relativePath?: string | null | undefined;
|
|
18906
|
+
purgeDirectory?: boolean | null | undefined;
|
|
18845
18907
|
commitAuthorName?: string | null | undefined;
|
|
18846
18908
|
commitAuthorEmail?: string | null | undefined;
|
|
18847
18909
|
connectionId?: string | null | undefined;
|
|
@@ -18853,6 +18915,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18853
18915
|
userId?: number | null | undefined;
|
|
18854
18916
|
credentialId?: string | undefined;
|
|
18855
18917
|
relativePath?: string | null | undefined;
|
|
18918
|
+
purgeDirectory?: boolean | null | undefined;
|
|
18856
18919
|
commitAuthorName?: string | null | undefined;
|
|
18857
18920
|
commitAuthorEmail?: string | null | undefined;
|
|
18858
18921
|
connectionId?: string | null | undefined;
|
|
@@ -18865,6 +18928,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18865
18928
|
userId?: number | null | undefined;
|
|
18866
18929
|
credentialId?: string | undefined;
|
|
18867
18930
|
relativePath?: string | null | undefined;
|
|
18931
|
+
purgeDirectory?: boolean | null | undefined;
|
|
18868
18932
|
commitAuthorName?: string | null | undefined;
|
|
18869
18933
|
commitAuthorEmail?: string | null | undefined;
|
|
18870
18934
|
connectionId?: string | null | undefined;
|
|
@@ -19654,6 +19718,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19654
19718
|
userId?: number | undefined;
|
|
19655
19719
|
credentialId?: string | undefined;
|
|
19656
19720
|
relativePath?: string | undefined;
|
|
19721
|
+
purgeDirectory?: boolean | undefined;
|
|
19657
19722
|
commitAuthorName?: string | undefined;
|
|
19658
19723
|
commitAuthorEmail?: string | undefined;
|
|
19659
19724
|
connectionId?: string | undefined;
|
|
@@ -19667,6 +19732,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19667
19732
|
userId?: number | undefined;
|
|
19668
19733
|
credentialId?: string | undefined;
|
|
19669
19734
|
relativePath?: string | undefined;
|
|
19735
|
+
purgeDirectory?: boolean | undefined;
|
|
19670
19736
|
commitAuthorName?: string | undefined;
|
|
19671
19737
|
commitAuthorEmail?: string | undefined;
|
|
19672
19738
|
connectionId?: string | undefined;
|
|
@@ -19678,6 +19744,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19678
19744
|
userId?: number | undefined;
|
|
19679
19745
|
credentialId?: string | undefined;
|
|
19680
19746
|
relativePath?: string | undefined;
|
|
19747
|
+
purgeDirectory?: boolean | undefined;
|
|
19681
19748
|
commitAuthorName?: string | undefined;
|
|
19682
19749
|
commitAuthorEmail?: string | undefined;
|
|
19683
19750
|
connectionId?: string | undefined;
|
|
@@ -19690,6 +19757,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19690
19757
|
userId?: number | undefined;
|
|
19691
19758
|
credentialId?: string | undefined;
|
|
19692
19759
|
relativePath?: string | undefined;
|
|
19760
|
+
purgeDirectory?: boolean | undefined;
|
|
19693
19761
|
commitAuthorName?: string | undefined;
|
|
19694
19762
|
commitAuthorEmail?: string | undefined;
|
|
19695
19763
|
connectionId?: string | undefined;
|
|
@@ -20550,6 +20618,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
20550
20618
|
userId?: number | null | undefined;
|
|
20551
20619
|
credentialId?: string | undefined;
|
|
20552
20620
|
relativePath?: string | null | undefined;
|
|
20621
|
+
purgeDirectory?: boolean | null | undefined;
|
|
20553
20622
|
commitAuthorName?: string | null | undefined;
|
|
20554
20623
|
commitAuthorEmail?: string | null | undefined;
|
|
20555
20624
|
connectionId?: string | null | undefined;
|
|
@@ -20563,6 +20632,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
20563
20632
|
userId?: number | null | undefined;
|
|
20564
20633
|
credentialId?: string | undefined;
|
|
20565
20634
|
relativePath?: string | null | undefined;
|
|
20635
|
+
purgeDirectory?: boolean | null | undefined;
|
|
20566
20636
|
commitAuthorName?: string | null | undefined;
|
|
20567
20637
|
commitAuthorEmail?: string | null | undefined;
|
|
20568
20638
|
connectionId?: string | null | undefined;
|
|
@@ -20574,6 +20644,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
20574
20644
|
userId?: number | null | undefined;
|
|
20575
20645
|
credentialId?: string | undefined;
|
|
20576
20646
|
relativePath?: string | null | undefined;
|
|
20647
|
+
purgeDirectory?: boolean | null | undefined;
|
|
20577
20648
|
commitAuthorName?: string | null | undefined;
|
|
20578
20649
|
commitAuthorEmail?: string | null | undefined;
|
|
20579
20650
|
connectionId?: string | null | undefined;
|
|
@@ -20586,6 +20657,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
20586
20657
|
userId?: number | null | undefined;
|
|
20587
20658
|
credentialId?: string | undefined;
|
|
20588
20659
|
relativePath?: string | null | undefined;
|
|
20660
|
+
purgeDirectory?: boolean | null | undefined;
|
|
20589
20661
|
commitAuthorName?: string | null | undefined;
|
|
20590
20662
|
commitAuthorEmail?: string | null | undefined;
|
|
20591
20663
|
connectionId?: string | null | undefined;
|
|
@@ -26687,6 +26759,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26687
26759
|
url: z.ZodString;
|
|
26688
26760
|
branch: z.ZodString;
|
|
26689
26761
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26762
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
26690
26763
|
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26691
26764
|
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26692
26765
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -26697,6 +26770,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26697
26770
|
userId?: number | undefined;
|
|
26698
26771
|
credentialId?: string | undefined;
|
|
26699
26772
|
relativePath?: string | undefined;
|
|
26773
|
+
purgeDirectory?: boolean | undefined;
|
|
26700
26774
|
commitAuthorName?: string | undefined;
|
|
26701
26775
|
commitAuthorEmail?: string | undefined;
|
|
26702
26776
|
connectionId?: string | undefined;
|
|
@@ -26706,6 +26780,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26706
26780
|
userId?: number | null | undefined;
|
|
26707
26781
|
credentialId?: string | undefined;
|
|
26708
26782
|
relativePath?: string | null | undefined;
|
|
26783
|
+
purgeDirectory?: boolean | null | undefined;
|
|
26709
26784
|
commitAuthorName?: string | null | undefined;
|
|
26710
26785
|
commitAuthorEmail?: string | null | undefined;
|
|
26711
26786
|
connectionId?: string | null | undefined;
|
|
@@ -26719,6 +26794,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26719
26794
|
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26720
26795
|
branch: z.ZodString;
|
|
26721
26796
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26797
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
26722
26798
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26723
26799
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26724
26800
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
@@ -26731,6 +26807,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26731
26807
|
userId?: number | undefined;
|
|
26732
26808
|
credentialId?: string | undefined;
|
|
26733
26809
|
relativePath?: string | undefined;
|
|
26810
|
+
purgeDirectory?: boolean | undefined;
|
|
26734
26811
|
commitAuthorName?: string | undefined;
|
|
26735
26812
|
commitAuthorEmail?: string | undefined;
|
|
26736
26813
|
connectionId?: string | undefined;
|
|
@@ -26743,6 +26820,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26743
26820
|
userId?: number | null | undefined;
|
|
26744
26821
|
credentialId?: string | undefined;
|
|
26745
26822
|
relativePath?: string | null | undefined;
|
|
26823
|
+
purgeDirectory?: boolean | null | undefined;
|
|
26746
26824
|
commitAuthorName?: string | null | undefined;
|
|
26747
26825
|
commitAuthorEmail?: string | null | undefined;
|
|
26748
26826
|
connectionId?: string | null | undefined;
|
|
@@ -26754,6 +26832,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26754
26832
|
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26755
26833
|
branch: z.ZodString;
|
|
26756
26834
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26835
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
26757
26836
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26758
26837
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26759
26838
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
@@ -26764,6 +26843,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26764
26843
|
userId?: number | undefined;
|
|
26765
26844
|
credentialId?: string | undefined;
|
|
26766
26845
|
relativePath?: string | undefined;
|
|
26846
|
+
purgeDirectory?: boolean | undefined;
|
|
26767
26847
|
commitAuthorName?: string | undefined;
|
|
26768
26848
|
commitAuthorEmail?: string | undefined;
|
|
26769
26849
|
connectionId?: string | undefined;
|
|
@@ -26774,6 +26854,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26774
26854
|
userId?: number | null | undefined;
|
|
26775
26855
|
credentialId?: string | undefined;
|
|
26776
26856
|
relativePath?: string | null | undefined;
|
|
26857
|
+
purgeDirectory?: boolean | null | undefined;
|
|
26777
26858
|
commitAuthorName?: string | null | undefined;
|
|
26778
26859
|
commitAuthorEmail?: string | null | undefined;
|
|
26779
26860
|
connectionId?: string | null | undefined;
|
|
@@ -26787,6 +26868,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26787
26868
|
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26788
26869
|
branch: z.ZodString;
|
|
26789
26870
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26871
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
26790
26872
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26791
26873
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
26792
26874
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -26797,6 +26879,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26797
26879
|
userId?: number | undefined;
|
|
26798
26880
|
credentialId?: string | undefined;
|
|
26799
26881
|
relativePath?: string | undefined;
|
|
26882
|
+
purgeDirectory?: boolean | undefined;
|
|
26800
26883
|
commitAuthorName?: string | undefined;
|
|
26801
26884
|
commitAuthorEmail?: string | undefined;
|
|
26802
26885
|
connectionId?: string | undefined;
|
|
@@ -26808,6 +26891,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26808
26891
|
userId?: number | null | undefined;
|
|
26809
26892
|
credentialId?: string | undefined;
|
|
26810
26893
|
relativePath?: string | null | undefined;
|
|
26894
|
+
purgeDirectory?: boolean | null | undefined;
|
|
26811
26895
|
commitAuthorName?: string | null | undefined;
|
|
26812
26896
|
commitAuthorEmail?: string | null | undefined;
|
|
26813
26897
|
connectionId?: string | null | undefined;
|
|
@@ -26847,6 +26931,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26847
26931
|
userId?: number | undefined;
|
|
26848
26932
|
credentialId?: string | undefined;
|
|
26849
26933
|
relativePath?: string | undefined;
|
|
26934
|
+
purgeDirectory?: boolean | undefined;
|
|
26850
26935
|
commitAuthorName?: string | undefined;
|
|
26851
26936
|
commitAuthorEmail?: string | undefined;
|
|
26852
26937
|
connectionId?: string | undefined;
|
|
@@ -26860,6 +26945,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26860
26945
|
userId?: number | undefined;
|
|
26861
26946
|
credentialId?: string | undefined;
|
|
26862
26947
|
relativePath?: string | undefined;
|
|
26948
|
+
purgeDirectory?: boolean | undefined;
|
|
26863
26949
|
commitAuthorName?: string | undefined;
|
|
26864
26950
|
commitAuthorEmail?: string | undefined;
|
|
26865
26951
|
connectionId?: string | undefined;
|
|
@@ -26871,6 +26957,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26871
26957
|
userId?: number | undefined;
|
|
26872
26958
|
credentialId?: string | undefined;
|
|
26873
26959
|
relativePath?: string | undefined;
|
|
26960
|
+
purgeDirectory?: boolean | undefined;
|
|
26874
26961
|
commitAuthorName?: string | undefined;
|
|
26875
26962
|
commitAuthorEmail?: string | undefined;
|
|
26876
26963
|
connectionId?: string | undefined;
|
|
@@ -26883,6 +26970,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26883
26970
|
userId?: number | undefined;
|
|
26884
26971
|
credentialId?: string | undefined;
|
|
26885
26972
|
relativePath?: string | undefined;
|
|
26973
|
+
purgeDirectory?: boolean | undefined;
|
|
26886
26974
|
commitAuthorName?: string | undefined;
|
|
26887
26975
|
commitAuthorEmail?: string | undefined;
|
|
26888
26976
|
connectionId?: string | undefined;
|
|
@@ -26913,6 +27001,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26913
27001
|
userId?: number | null | undefined;
|
|
26914
27002
|
credentialId?: string | undefined;
|
|
26915
27003
|
relativePath?: string | null | undefined;
|
|
27004
|
+
purgeDirectory?: boolean | null | undefined;
|
|
26916
27005
|
commitAuthorName?: string | null | undefined;
|
|
26917
27006
|
commitAuthorEmail?: string | null | undefined;
|
|
26918
27007
|
connectionId?: string | null | undefined;
|
|
@@ -26926,6 +27015,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26926
27015
|
userId?: number | null | undefined;
|
|
26927
27016
|
credentialId?: string | undefined;
|
|
26928
27017
|
relativePath?: string | null | undefined;
|
|
27018
|
+
purgeDirectory?: boolean | null | undefined;
|
|
26929
27019
|
commitAuthorName?: string | null | undefined;
|
|
26930
27020
|
commitAuthorEmail?: string | null | undefined;
|
|
26931
27021
|
connectionId?: string | null | undefined;
|
|
@@ -26937,6 +27027,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26937
27027
|
userId?: number | null | undefined;
|
|
26938
27028
|
credentialId?: string | undefined;
|
|
26939
27029
|
relativePath?: string | null | undefined;
|
|
27030
|
+
purgeDirectory?: boolean | null | undefined;
|
|
26940
27031
|
commitAuthorName?: string | null | undefined;
|
|
26941
27032
|
commitAuthorEmail?: string | null | undefined;
|
|
26942
27033
|
connectionId?: string | null | undefined;
|
|
@@ -26949,6 +27040,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26949
27040
|
userId?: number | null | undefined;
|
|
26950
27041
|
credentialId?: string | undefined;
|
|
26951
27042
|
relativePath?: string | null | undefined;
|
|
27043
|
+
purgeDirectory?: boolean | null | undefined;
|
|
26952
27044
|
commitAuthorName?: string | null | undefined;
|
|
26953
27045
|
commitAuthorEmail?: string | null | undefined;
|
|
26954
27046
|
connectionId?: string | null | undefined;
|
|
@@ -27061,6 +27153,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27061
27153
|
userId?: number | undefined;
|
|
27062
27154
|
credentialId?: string | undefined;
|
|
27063
27155
|
relativePath?: string | undefined;
|
|
27156
|
+
purgeDirectory?: boolean | undefined;
|
|
27064
27157
|
commitAuthorName?: string | undefined;
|
|
27065
27158
|
commitAuthorEmail?: string | undefined;
|
|
27066
27159
|
connectionId?: string | undefined;
|
|
@@ -27074,6 +27167,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27074
27167
|
userId?: number | undefined;
|
|
27075
27168
|
credentialId?: string | undefined;
|
|
27076
27169
|
relativePath?: string | undefined;
|
|
27170
|
+
purgeDirectory?: boolean | undefined;
|
|
27077
27171
|
commitAuthorName?: string | undefined;
|
|
27078
27172
|
commitAuthorEmail?: string | undefined;
|
|
27079
27173
|
connectionId?: string | undefined;
|
|
@@ -27085,6 +27179,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27085
27179
|
userId?: number | undefined;
|
|
27086
27180
|
credentialId?: string | undefined;
|
|
27087
27181
|
relativePath?: string | undefined;
|
|
27182
|
+
purgeDirectory?: boolean | undefined;
|
|
27088
27183
|
commitAuthorName?: string | undefined;
|
|
27089
27184
|
commitAuthorEmail?: string | undefined;
|
|
27090
27185
|
connectionId?: string | undefined;
|
|
@@ -27097,6 +27192,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27097
27192
|
userId?: number | undefined;
|
|
27098
27193
|
credentialId?: string | undefined;
|
|
27099
27194
|
relativePath?: string | undefined;
|
|
27195
|
+
purgeDirectory?: boolean | undefined;
|
|
27100
27196
|
commitAuthorName?: string | undefined;
|
|
27101
27197
|
commitAuthorEmail?: string | undefined;
|
|
27102
27198
|
connectionId?: string | undefined;
|
|
@@ -27199,6 +27295,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27199
27295
|
userId?: number | null | undefined;
|
|
27200
27296
|
credentialId?: string | undefined;
|
|
27201
27297
|
relativePath?: string | null | undefined;
|
|
27298
|
+
purgeDirectory?: boolean | null | undefined;
|
|
27202
27299
|
commitAuthorName?: string | null | undefined;
|
|
27203
27300
|
commitAuthorEmail?: string | null | undefined;
|
|
27204
27301
|
connectionId?: string | null | undefined;
|
|
@@ -27212,6 +27309,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27212
27309
|
userId?: number | null | undefined;
|
|
27213
27310
|
credentialId?: string | undefined;
|
|
27214
27311
|
relativePath?: string | null | undefined;
|
|
27312
|
+
purgeDirectory?: boolean | null | undefined;
|
|
27215
27313
|
commitAuthorName?: string | null | undefined;
|
|
27216
27314
|
commitAuthorEmail?: string | null | undefined;
|
|
27217
27315
|
connectionId?: string | null | undefined;
|
|
@@ -27223,6 +27321,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27223
27321
|
userId?: number | null | undefined;
|
|
27224
27322
|
credentialId?: string | undefined;
|
|
27225
27323
|
relativePath?: string | null | undefined;
|
|
27324
|
+
purgeDirectory?: boolean | null | undefined;
|
|
27226
27325
|
commitAuthorName?: string | null | undefined;
|
|
27227
27326
|
commitAuthorEmail?: string | null | undefined;
|
|
27228
27327
|
connectionId?: string | null | undefined;
|
|
@@ -27235,6 +27334,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27235
27334
|
userId?: number | null | undefined;
|
|
27236
27335
|
credentialId?: string | undefined;
|
|
27237
27336
|
relativePath?: string | null | undefined;
|
|
27337
|
+
purgeDirectory?: boolean | null | undefined;
|
|
27238
27338
|
commitAuthorName?: string | null | undefined;
|
|
27239
27339
|
commitAuthorEmail?: string | null | undefined;
|
|
27240
27340
|
connectionId?: string | null | undefined;
|
|
@@ -28180,6 +28280,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
28180
28280
|
userId?: number | undefined;
|
|
28181
28281
|
credentialId?: string | undefined;
|
|
28182
28282
|
relativePath?: string | undefined;
|
|
28283
|
+
purgeDirectory?: boolean | undefined;
|
|
28183
28284
|
commitAuthorName?: string | undefined;
|
|
28184
28285
|
commitAuthorEmail?: string | undefined;
|
|
28185
28286
|
connectionId?: string | undefined;
|
|
@@ -28193,6 +28294,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
28193
28294
|
userId?: number | undefined;
|
|
28194
28295
|
credentialId?: string | undefined;
|
|
28195
28296
|
relativePath?: string | undefined;
|
|
28297
|
+
purgeDirectory?: boolean | undefined;
|
|
28196
28298
|
commitAuthorName?: string | undefined;
|
|
28197
28299
|
commitAuthorEmail?: string | undefined;
|
|
28198
28300
|
connectionId?: string | undefined;
|
|
@@ -28204,6 +28306,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
28204
28306
|
userId?: number | undefined;
|
|
28205
28307
|
credentialId?: string | undefined;
|
|
28206
28308
|
relativePath?: string | undefined;
|
|
28309
|
+
purgeDirectory?: boolean | undefined;
|
|
28207
28310
|
commitAuthorName?: string | undefined;
|
|
28208
28311
|
commitAuthorEmail?: string | undefined;
|
|
28209
28312
|
connectionId?: string | undefined;
|
|
@@ -28216,6 +28319,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
28216
28319
|
userId?: number | undefined;
|
|
28217
28320
|
credentialId?: string | undefined;
|
|
28218
28321
|
relativePath?: string | undefined;
|
|
28322
|
+
purgeDirectory?: boolean | undefined;
|
|
28219
28323
|
commitAuthorName?: string | undefined;
|
|
28220
28324
|
commitAuthorEmail?: string | undefined;
|
|
28221
28325
|
connectionId?: string | undefined;
|
|
@@ -29003,6 +29107,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
29003
29107
|
userId?: number | null | undefined;
|
|
29004
29108
|
credentialId?: string | undefined;
|
|
29005
29109
|
relativePath?: string | null | undefined;
|
|
29110
|
+
purgeDirectory?: boolean | null | undefined;
|
|
29006
29111
|
commitAuthorName?: string | null | undefined;
|
|
29007
29112
|
commitAuthorEmail?: string | null | undefined;
|
|
29008
29113
|
connectionId?: string | null | undefined;
|
|
@@ -29016,6 +29121,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
29016
29121
|
userId?: number | null | undefined;
|
|
29017
29122
|
credentialId?: string | undefined;
|
|
29018
29123
|
relativePath?: string | null | undefined;
|
|
29124
|
+
purgeDirectory?: boolean | null | undefined;
|
|
29019
29125
|
commitAuthorName?: string | null | undefined;
|
|
29020
29126
|
commitAuthorEmail?: string | null | undefined;
|
|
29021
29127
|
connectionId?: string | null | undefined;
|
|
@@ -29027,6 +29133,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
29027
29133
|
userId?: number | null | undefined;
|
|
29028
29134
|
credentialId?: string | undefined;
|
|
29029
29135
|
relativePath?: string | null | undefined;
|
|
29136
|
+
purgeDirectory?: boolean | null | undefined;
|
|
29030
29137
|
commitAuthorName?: string | null | undefined;
|
|
29031
29138
|
commitAuthorEmail?: string | null | undefined;
|
|
29032
29139
|
connectionId?: string | null | undefined;
|
|
@@ -29039,6 +29146,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
29039
29146
|
userId?: number | null | undefined;
|
|
29040
29147
|
credentialId?: string | undefined;
|
|
29041
29148
|
relativePath?: string | null | undefined;
|
|
29149
|
+
purgeDirectory?: boolean | null | undefined;
|
|
29042
29150
|
commitAuthorName?: string | null | undefined;
|
|
29043
29151
|
commitAuthorEmail?: string | null | undefined;
|
|
29044
29152
|
connectionId?: string | null | undefined;
|
|
@@ -144061,6 +144169,7 @@ declare const ExporterDestinationGithub: z.ZodObject<{
|
|
|
144061
144169
|
url: z.ZodString;
|
|
144062
144170
|
branch: z.ZodString;
|
|
144063
144171
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144172
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
144064
144173
|
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144065
144174
|
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144066
144175
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -144071,6 +144180,7 @@ declare const ExporterDestinationGithub: z.ZodObject<{
|
|
|
144071
144180
|
userId?: number | undefined;
|
|
144072
144181
|
credentialId?: string | undefined;
|
|
144073
144182
|
relativePath?: string | undefined;
|
|
144183
|
+
purgeDirectory?: boolean | undefined;
|
|
144074
144184
|
commitAuthorName?: string | undefined;
|
|
144075
144185
|
commitAuthorEmail?: string | undefined;
|
|
144076
144186
|
connectionId?: string | undefined;
|
|
@@ -144080,6 +144190,7 @@ declare const ExporterDestinationGithub: z.ZodObject<{
|
|
|
144080
144190
|
userId?: number | null | undefined;
|
|
144081
144191
|
credentialId?: string | undefined;
|
|
144082
144192
|
relativePath?: string | null | undefined;
|
|
144193
|
+
purgeDirectory?: boolean | null | undefined;
|
|
144083
144194
|
commitAuthorName?: string | null | undefined;
|
|
144084
144195
|
commitAuthorEmail?: string | null | undefined;
|
|
144085
144196
|
connectionId?: string | null | undefined;
|
|
@@ -144094,6 +144205,7 @@ declare const ExporterDestinationAzure: z.ZodObject<{
|
|
|
144094
144205
|
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144095
144206
|
branch: z.ZodString;
|
|
144096
144207
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144208
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
144097
144209
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144098
144210
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144099
144211
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
@@ -144106,6 +144218,7 @@ declare const ExporterDestinationAzure: z.ZodObject<{
|
|
|
144106
144218
|
userId?: number | undefined;
|
|
144107
144219
|
credentialId?: string | undefined;
|
|
144108
144220
|
relativePath?: string | undefined;
|
|
144221
|
+
purgeDirectory?: boolean | undefined;
|
|
144109
144222
|
commitAuthorName?: string | undefined;
|
|
144110
144223
|
commitAuthorEmail?: string | undefined;
|
|
144111
144224
|
connectionId?: string | undefined;
|
|
@@ -144118,6 +144231,7 @@ declare const ExporterDestinationAzure: z.ZodObject<{
|
|
|
144118
144231
|
userId?: number | null | undefined;
|
|
144119
144232
|
credentialId?: string | undefined;
|
|
144120
144233
|
relativePath?: string | null | undefined;
|
|
144234
|
+
purgeDirectory?: boolean | null | undefined;
|
|
144121
144235
|
commitAuthorName?: string | null | undefined;
|
|
144122
144236
|
commitAuthorEmail?: string | null | undefined;
|
|
144123
144237
|
connectionId?: string | null | undefined;
|
|
@@ -144130,6 +144244,7 @@ declare const ExporterDestinationGitlab: z.ZodObject<{
|
|
|
144130
144244
|
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144131
144245
|
branch: z.ZodString;
|
|
144132
144246
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144247
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
144133
144248
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144134
144249
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144135
144250
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
@@ -144140,6 +144255,7 @@ declare const ExporterDestinationGitlab: z.ZodObject<{
|
|
|
144140
144255
|
userId?: number | undefined;
|
|
144141
144256
|
credentialId?: string | undefined;
|
|
144142
144257
|
relativePath?: string | undefined;
|
|
144258
|
+
purgeDirectory?: boolean | undefined;
|
|
144143
144259
|
commitAuthorName?: string | undefined;
|
|
144144
144260
|
commitAuthorEmail?: string | undefined;
|
|
144145
144261
|
connectionId?: string | undefined;
|
|
@@ -144150,6 +144266,7 @@ declare const ExporterDestinationGitlab: z.ZodObject<{
|
|
|
144150
144266
|
userId?: number | null | undefined;
|
|
144151
144267
|
credentialId?: string | undefined;
|
|
144152
144268
|
relativePath?: string | null | undefined;
|
|
144269
|
+
purgeDirectory?: boolean | null | undefined;
|
|
144153
144270
|
commitAuthorName?: string | null | undefined;
|
|
144154
144271
|
commitAuthorEmail?: string | null | undefined;
|
|
144155
144272
|
connectionId?: string | null | undefined;
|
|
@@ -144164,6 +144281,7 @@ declare const ExporterDestinationBitbucket: z.ZodObject<{
|
|
|
144164
144281
|
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144165
144282
|
branch: z.ZodString;
|
|
144166
144283
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144284
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
144167
144285
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144168
144286
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
144169
144287
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -144174,6 +144292,7 @@ declare const ExporterDestinationBitbucket: z.ZodObject<{
|
|
|
144174
144292
|
userId?: number | undefined;
|
|
144175
144293
|
credentialId?: string | undefined;
|
|
144176
144294
|
relativePath?: string | undefined;
|
|
144295
|
+
purgeDirectory?: boolean | undefined;
|
|
144177
144296
|
commitAuthorName?: string | undefined;
|
|
144178
144297
|
commitAuthorEmail?: string | undefined;
|
|
144179
144298
|
connectionId?: string | undefined;
|
|
@@ -144185,6 +144304,7 @@ declare const ExporterDestinationBitbucket: z.ZodObject<{
|
|
|
144185
144304
|
userId?: number | null | undefined;
|
|
144186
144305
|
credentialId?: string | undefined;
|
|
144187
144306
|
relativePath?: string | null | undefined;
|
|
144307
|
+
purgeDirectory?: boolean | null | undefined;
|
|
144188
144308
|
commitAuthorName?: string | null | undefined;
|
|
144189
144309
|
commitAuthorEmail?: string | null | undefined;
|
|
144190
144310
|
connectionId?: string | null | undefined;
|
|
@@ -144226,6 +144346,7 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
144226
144346
|
url: z.ZodString;
|
|
144227
144347
|
branch: z.ZodString;
|
|
144228
144348
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144349
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
144229
144350
|
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144230
144351
|
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144231
144352
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -144236,6 +144357,7 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
144236
144357
|
userId?: number | undefined;
|
|
144237
144358
|
credentialId?: string | undefined;
|
|
144238
144359
|
relativePath?: string | undefined;
|
|
144360
|
+
purgeDirectory?: boolean | undefined;
|
|
144239
144361
|
commitAuthorName?: string | undefined;
|
|
144240
144362
|
commitAuthorEmail?: string | undefined;
|
|
144241
144363
|
connectionId?: string | undefined;
|
|
@@ -144245,6 +144367,7 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
144245
144367
|
userId?: number | null | undefined;
|
|
144246
144368
|
credentialId?: string | undefined;
|
|
144247
144369
|
relativePath?: string | null | undefined;
|
|
144370
|
+
purgeDirectory?: boolean | null | undefined;
|
|
144248
144371
|
commitAuthorName?: string | null | undefined;
|
|
144249
144372
|
commitAuthorEmail?: string | null | undefined;
|
|
144250
144373
|
connectionId?: string | null | undefined;
|
|
@@ -144258,6 +144381,7 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
144258
144381
|
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144259
144382
|
branch: z.ZodString;
|
|
144260
144383
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144384
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
144261
144385
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144262
144386
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144263
144387
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
@@ -144270,6 +144394,7 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
144270
144394
|
userId?: number | undefined;
|
|
144271
144395
|
credentialId?: string | undefined;
|
|
144272
144396
|
relativePath?: string | undefined;
|
|
144397
|
+
purgeDirectory?: boolean | undefined;
|
|
144273
144398
|
commitAuthorName?: string | undefined;
|
|
144274
144399
|
commitAuthorEmail?: string | undefined;
|
|
144275
144400
|
connectionId?: string | undefined;
|
|
@@ -144282,6 +144407,7 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
144282
144407
|
userId?: number | null | undefined;
|
|
144283
144408
|
credentialId?: string | undefined;
|
|
144284
144409
|
relativePath?: string | null | undefined;
|
|
144410
|
+
purgeDirectory?: boolean | null | undefined;
|
|
144285
144411
|
commitAuthorName?: string | null | undefined;
|
|
144286
144412
|
commitAuthorEmail?: string | null | undefined;
|
|
144287
144413
|
connectionId?: string | null | undefined;
|
|
@@ -144293,6 +144419,7 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
144293
144419
|
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144294
144420
|
branch: z.ZodString;
|
|
144295
144421
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144422
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
144296
144423
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144297
144424
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144298
144425
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
@@ -144303,6 +144430,7 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
144303
144430
|
userId?: number | undefined;
|
|
144304
144431
|
credentialId?: string | undefined;
|
|
144305
144432
|
relativePath?: string | undefined;
|
|
144433
|
+
purgeDirectory?: boolean | undefined;
|
|
144306
144434
|
commitAuthorName?: string | undefined;
|
|
144307
144435
|
commitAuthorEmail?: string | undefined;
|
|
144308
144436
|
connectionId?: string | undefined;
|
|
@@ -144313,6 +144441,7 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
144313
144441
|
userId?: number | null | undefined;
|
|
144314
144442
|
credentialId?: string | undefined;
|
|
144315
144443
|
relativePath?: string | null | undefined;
|
|
144444
|
+
purgeDirectory?: boolean | null | undefined;
|
|
144316
144445
|
commitAuthorName?: string | null | undefined;
|
|
144317
144446
|
commitAuthorEmail?: string | null | undefined;
|
|
144318
144447
|
connectionId?: string | null | undefined;
|
|
@@ -144326,6 +144455,7 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
144326
144455
|
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144327
144456
|
branch: z.ZodString;
|
|
144328
144457
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144458
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
144329
144459
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144330
144460
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
144331
144461
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -144336,6 +144466,7 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
144336
144466
|
userId?: number | undefined;
|
|
144337
144467
|
credentialId?: string | undefined;
|
|
144338
144468
|
relativePath?: string | undefined;
|
|
144469
|
+
purgeDirectory?: boolean | undefined;
|
|
144339
144470
|
commitAuthorName?: string | undefined;
|
|
144340
144471
|
commitAuthorEmail?: string | undefined;
|
|
144341
144472
|
connectionId?: string | undefined;
|
|
@@ -144347,6 +144478,7 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
144347
144478
|
userId?: number | null | undefined;
|
|
144348
144479
|
credentialId?: string | undefined;
|
|
144349
144480
|
relativePath?: string | null | undefined;
|
|
144481
|
+
purgeDirectory?: boolean | null | undefined;
|
|
144350
144482
|
commitAuthorName?: string | null | undefined;
|
|
144351
144483
|
commitAuthorEmail?: string | null | undefined;
|
|
144352
144484
|
connectionId?: string | null | undefined;
|
|
@@ -144367,6 +144499,7 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
144367
144499
|
userId?: number | undefined;
|
|
144368
144500
|
credentialId?: string | undefined;
|
|
144369
144501
|
relativePath?: string | undefined;
|
|
144502
|
+
purgeDirectory?: boolean | undefined;
|
|
144370
144503
|
commitAuthorName?: string | undefined;
|
|
144371
144504
|
commitAuthorEmail?: string | undefined;
|
|
144372
144505
|
connectionId?: string | undefined;
|
|
@@ -144380,6 +144513,7 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
144380
144513
|
userId?: number | undefined;
|
|
144381
144514
|
credentialId?: string | undefined;
|
|
144382
144515
|
relativePath?: string | undefined;
|
|
144516
|
+
purgeDirectory?: boolean | undefined;
|
|
144383
144517
|
commitAuthorName?: string | undefined;
|
|
144384
144518
|
commitAuthorEmail?: string | undefined;
|
|
144385
144519
|
connectionId?: string | undefined;
|
|
@@ -144391,6 +144525,7 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
144391
144525
|
userId?: number | undefined;
|
|
144392
144526
|
credentialId?: string | undefined;
|
|
144393
144527
|
relativePath?: string | undefined;
|
|
144528
|
+
purgeDirectory?: boolean | undefined;
|
|
144394
144529
|
commitAuthorName?: string | undefined;
|
|
144395
144530
|
commitAuthorEmail?: string | undefined;
|
|
144396
144531
|
connectionId?: string | undefined;
|
|
@@ -144403,6 +144538,7 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
144403
144538
|
userId?: number | undefined;
|
|
144404
144539
|
credentialId?: string | undefined;
|
|
144405
144540
|
relativePath?: string | undefined;
|
|
144541
|
+
purgeDirectory?: boolean | undefined;
|
|
144406
144542
|
commitAuthorName?: string | undefined;
|
|
144407
144543
|
commitAuthorEmail?: string | undefined;
|
|
144408
144544
|
connectionId?: string | undefined;
|
|
@@ -144423,6 +144559,7 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
144423
144559
|
userId?: number | null | undefined;
|
|
144424
144560
|
credentialId?: string | undefined;
|
|
144425
144561
|
relativePath?: string | null | undefined;
|
|
144562
|
+
purgeDirectory?: boolean | null | undefined;
|
|
144426
144563
|
commitAuthorName?: string | null | undefined;
|
|
144427
144564
|
commitAuthorEmail?: string | null | undefined;
|
|
144428
144565
|
connectionId?: string | null | undefined;
|
|
@@ -144436,6 +144573,7 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
144436
144573
|
userId?: number | null | undefined;
|
|
144437
144574
|
credentialId?: string | undefined;
|
|
144438
144575
|
relativePath?: string | null | undefined;
|
|
144576
|
+
purgeDirectory?: boolean | null | undefined;
|
|
144439
144577
|
commitAuthorName?: string | null | undefined;
|
|
144440
144578
|
commitAuthorEmail?: string | null | undefined;
|
|
144441
144579
|
connectionId?: string | null | undefined;
|
|
@@ -144447,6 +144585,7 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
144447
144585
|
userId?: number | null | undefined;
|
|
144448
144586
|
credentialId?: string | undefined;
|
|
144449
144587
|
relativePath?: string | null | undefined;
|
|
144588
|
+
purgeDirectory?: boolean | null | undefined;
|
|
144450
144589
|
commitAuthorName?: string | null | undefined;
|
|
144451
144590
|
commitAuthorEmail?: string | null | undefined;
|
|
144452
144591
|
connectionId?: string | null | undefined;
|
|
@@ -144459,6 +144598,7 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
144459
144598
|
userId?: number | null | undefined;
|
|
144460
144599
|
credentialId?: string | undefined;
|
|
144461
144600
|
relativePath?: string | null | undefined;
|
|
144601
|
+
purgeDirectory?: boolean | null | undefined;
|
|
144462
144602
|
commitAuthorName?: string | null | undefined;
|
|
144463
144603
|
commitAuthorEmail?: string | null | undefined;
|
|
144464
144604
|
connectionId?: string | null | undefined;
|
|
@@ -144725,6 +144865,7 @@ declare const ExportJob: z.ZodObject<{
|
|
|
144725
144865
|
url: z.ZodString;
|
|
144726
144866
|
branch: z.ZodString;
|
|
144727
144867
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144868
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
144728
144869
|
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144729
144870
|
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144730
144871
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -144735,6 +144876,7 @@ declare const ExportJob: z.ZodObject<{
|
|
|
144735
144876
|
userId?: number | undefined;
|
|
144736
144877
|
credentialId?: string | undefined;
|
|
144737
144878
|
relativePath?: string | undefined;
|
|
144879
|
+
purgeDirectory?: boolean | undefined;
|
|
144738
144880
|
commitAuthorName?: string | undefined;
|
|
144739
144881
|
commitAuthorEmail?: string | undefined;
|
|
144740
144882
|
connectionId?: string | undefined;
|
|
@@ -144744,6 +144886,7 @@ declare const ExportJob: z.ZodObject<{
|
|
|
144744
144886
|
userId?: number | null | undefined;
|
|
144745
144887
|
credentialId?: string | undefined;
|
|
144746
144888
|
relativePath?: string | null | undefined;
|
|
144889
|
+
purgeDirectory?: boolean | null | undefined;
|
|
144747
144890
|
commitAuthorName?: string | null | undefined;
|
|
144748
144891
|
commitAuthorEmail?: string | null | undefined;
|
|
144749
144892
|
connectionId?: string | null | undefined;
|
|
@@ -144757,6 +144900,7 @@ declare const ExportJob: z.ZodObject<{
|
|
|
144757
144900
|
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144758
144901
|
branch: z.ZodString;
|
|
144759
144902
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144903
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
144760
144904
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144761
144905
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144762
144906
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
@@ -144769,6 +144913,7 @@ declare const ExportJob: z.ZodObject<{
|
|
|
144769
144913
|
userId?: number | undefined;
|
|
144770
144914
|
credentialId?: string | undefined;
|
|
144771
144915
|
relativePath?: string | undefined;
|
|
144916
|
+
purgeDirectory?: boolean | undefined;
|
|
144772
144917
|
commitAuthorName?: string | undefined;
|
|
144773
144918
|
commitAuthorEmail?: string | undefined;
|
|
144774
144919
|
connectionId?: string | undefined;
|
|
@@ -144781,6 +144926,7 @@ declare const ExportJob: z.ZodObject<{
|
|
|
144781
144926
|
userId?: number | null | undefined;
|
|
144782
144927
|
credentialId?: string | undefined;
|
|
144783
144928
|
relativePath?: string | null | undefined;
|
|
144929
|
+
purgeDirectory?: boolean | null | undefined;
|
|
144784
144930
|
commitAuthorName?: string | null | undefined;
|
|
144785
144931
|
commitAuthorEmail?: string | null | undefined;
|
|
144786
144932
|
connectionId?: string | null | undefined;
|
|
@@ -144792,6 +144938,7 @@ declare const ExportJob: z.ZodObject<{
|
|
|
144792
144938
|
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144793
144939
|
branch: z.ZodString;
|
|
144794
144940
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144941
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
144795
144942
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144796
144943
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144797
144944
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
@@ -144802,6 +144949,7 @@ declare const ExportJob: z.ZodObject<{
|
|
|
144802
144949
|
userId?: number | undefined;
|
|
144803
144950
|
credentialId?: string | undefined;
|
|
144804
144951
|
relativePath?: string | undefined;
|
|
144952
|
+
purgeDirectory?: boolean | undefined;
|
|
144805
144953
|
commitAuthorName?: string | undefined;
|
|
144806
144954
|
commitAuthorEmail?: string | undefined;
|
|
144807
144955
|
connectionId?: string | undefined;
|
|
@@ -144812,6 +144960,7 @@ declare const ExportJob: z.ZodObject<{
|
|
|
144812
144960
|
userId?: number | null | undefined;
|
|
144813
144961
|
credentialId?: string | undefined;
|
|
144814
144962
|
relativePath?: string | null | undefined;
|
|
144963
|
+
purgeDirectory?: boolean | null | undefined;
|
|
144815
144964
|
commitAuthorName?: string | null | undefined;
|
|
144816
144965
|
commitAuthorEmail?: string | null | undefined;
|
|
144817
144966
|
connectionId?: string | null | undefined;
|
|
@@ -144825,6 +144974,7 @@ declare const ExportJob: z.ZodObject<{
|
|
|
144825
144974
|
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144826
144975
|
branch: z.ZodString;
|
|
144827
144976
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144977
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
144828
144978
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
144829
144979
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
144830
144980
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -144835,6 +144985,7 @@ declare const ExportJob: z.ZodObject<{
|
|
|
144835
144985
|
userId?: number | undefined;
|
|
144836
144986
|
credentialId?: string | undefined;
|
|
144837
144987
|
relativePath?: string | undefined;
|
|
144988
|
+
purgeDirectory?: boolean | undefined;
|
|
144838
144989
|
commitAuthorName?: string | undefined;
|
|
144839
144990
|
commitAuthorEmail?: string | undefined;
|
|
144840
144991
|
connectionId?: string | undefined;
|
|
@@ -144846,6 +144997,7 @@ declare const ExportJob: z.ZodObject<{
|
|
|
144846
144997
|
userId?: number | null | undefined;
|
|
144847
144998
|
credentialId?: string | undefined;
|
|
144848
144999
|
relativePath?: string | null | undefined;
|
|
145000
|
+
purgeDirectory?: boolean | null | undefined;
|
|
144849
145001
|
commitAuthorName?: string | null | undefined;
|
|
144850
145002
|
commitAuthorEmail?: string | null | undefined;
|
|
144851
145003
|
connectionId?: string | null | undefined;
|
|
@@ -145050,6 +145202,7 @@ declare const ExportJob: z.ZodObject<{
|
|
|
145050
145202
|
userId?: number | undefined;
|
|
145051
145203
|
credentialId?: string | undefined;
|
|
145052
145204
|
relativePath?: string | undefined;
|
|
145205
|
+
purgeDirectory?: boolean | undefined;
|
|
145053
145206
|
commitAuthorName?: string | undefined;
|
|
145054
145207
|
commitAuthorEmail?: string | undefined;
|
|
145055
145208
|
connectionId?: string | undefined;
|
|
@@ -145063,6 +145216,7 @@ declare const ExportJob: z.ZodObject<{
|
|
|
145063
145216
|
userId?: number | undefined;
|
|
145064
145217
|
credentialId?: string | undefined;
|
|
145065
145218
|
relativePath?: string | undefined;
|
|
145219
|
+
purgeDirectory?: boolean | undefined;
|
|
145066
145220
|
commitAuthorName?: string | undefined;
|
|
145067
145221
|
commitAuthorEmail?: string | undefined;
|
|
145068
145222
|
connectionId?: string | undefined;
|
|
@@ -145074,6 +145228,7 @@ declare const ExportJob: z.ZodObject<{
|
|
|
145074
145228
|
userId?: number | undefined;
|
|
145075
145229
|
credentialId?: string | undefined;
|
|
145076
145230
|
relativePath?: string | undefined;
|
|
145231
|
+
purgeDirectory?: boolean | undefined;
|
|
145077
145232
|
commitAuthorName?: string | undefined;
|
|
145078
145233
|
commitAuthorEmail?: string | undefined;
|
|
145079
145234
|
connectionId?: string | undefined;
|
|
@@ -145086,6 +145241,7 @@ declare const ExportJob: z.ZodObject<{
|
|
|
145086
145241
|
userId?: number | undefined;
|
|
145087
145242
|
credentialId?: string | undefined;
|
|
145088
145243
|
relativePath?: string | undefined;
|
|
145244
|
+
purgeDirectory?: boolean | undefined;
|
|
145089
145245
|
commitAuthorName?: string | undefined;
|
|
145090
145246
|
commitAuthorEmail?: string | undefined;
|
|
145091
145247
|
connectionId?: string | undefined;
|
|
@@ -145152,6 +145308,7 @@ declare const ExportJob: z.ZodObject<{
|
|
|
145152
145308
|
userId?: number | null | undefined;
|
|
145153
145309
|
credentialId?: string | undefined;
|
|
145154
145310
|
relativePath?: string | null | undefined;
|
|
145311
|
+
purgeDirectory?: boolean | null | undefined;
|
|
145155
145312
|
commitAuthorName?: string | null | undefined;
|
|
145156
145313
|
commitAuthorEmail?: string | null | undefined;
|
|
145157
145314
|
connectionId?: string | null | undefined;
|
|
@@ -145165,6 +145322,7 @@ declare const ExportJob: z.ZodObject<{
|
|
|
145165
145322
|
userId?: number | null | undefined;
|
|
145166
145323
|
credentialId?: string | undefined;
|
|
145167
145324
|
relativePath?: string | null | undefined;
|
|
145325
|
+
purgeDirectory?: boolean | null | undefined;
|
|
145168
145326
|
commitAuthorName?: string | null | undefined;
|
|
145169
145327
|
commitAuthorEmail?: string | null | undefined;
|
|
145170
145328
|
connectionId?: string | null | undefined;
|
|
@@ -145176,6 +145334,7 @@ declare const ExportJob: z.ZodObject<{
|
|
|
145176
145334
|
userId?: number | null | undefined;
|
|
145177
145335
|
credentialId?: string | undefined;
|
|
145178
145336
|
relativePath?: string | null | undefined;
|
|
145337
|
+
purgeDirectory?: boolean | null | undefined;
|
|
145179
145338
|
commitAuthorName?: string | null | undefined;
|
|
145180
145339
|
commitAuthorEmail?: string | null | undefined;
|
|
145181
145340
|
connectionId?: string | null | undefined;
|
|
@@ -145188,6 +145347,7 @@ declare const ExportJob: z.ZodObject<{
|
|
|
145188
145347
|
userId?: number | null | undefined;
|
|
145189
145348
|
credentialId?: string | undefined;
|
|
145190
145349
|
relativePath?: string | null | undefined;
|
|
145350
|
+
purgeDirectory?: boolean | null | undefined;
|
|
145191
145351
|
commitAuthorName?: string | null | undefined;
|
|
145192
145352
|
commitAuthorEmail?: string | null | undefined;
|
|
145193
145353
|
connectionId?: string | null | undefined;
|
|
@@ -146269,6 +146429,7 @@ declare const Pipeline: z.ZodObject<{
|
|
|
146269
146429
|
url: z.ZodString;
|
|
146270
146430
|
branch: z.ZodString;
|
|
146271
146431
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
146432
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
146272
146433
|
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
146273
146434
|
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
146274
146435
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -146279,6 +146440,7 @@ declare const Pipeline: z.ZodObject<{
|
|
|
146279
146440
|
userId?: number | undefined;
|
|
146280
146441
|
credentialId?: string | undefined;
|
|
146281
146442
|
relativePath?: string | undefined;
|
|
146443
|
+
purgeDirectory?: boolean | undefined;
|
|
146282
146444
|
commitAuthorName?: string | undefined;
|
|
146283
146445
|
commitAuthorEmail?: string | undefined;
|
|
146284
146446
|
connectionId?: string | undefined;
|
|
@@ -146288,6 +146450,7 @@ declare const Pipeline: z.ZodObject<{
|
|
|
146288
146450
|
userId?: number | null | undefined;
|
|
146289
146451
|
credentialId?: string | undefined;
|
|
146290
146452
|
relativePath?: string | null | undefined;
|
|
146453
|
+
purgeDirectory?: boolean | null | undefined;
|
|
146291
146454
|
commitAuthorName?: string | null | undefined;
|
|
146292
146455
|
commitAuthorEmail?: string | null | undefined;
|
|
146293
146456
|
connectionId?: string | null | undefined;
|
|
@@ -146301,6 +146464,7 @@ declare const Pipeline: z.ZodObject<{
|
|
|
146301
146464
|
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
146302
146465
|
branch: z.ZodString;
|
|
146303
146466
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
146467
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
146304
146468
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
146305
146469
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
146306
146470
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
@@ -146313,6 +146477,7 @@ declare const Pipeline: z.ZodObject<{
|
|
|
146313
146477
|
userId?: number | undefined;
|
|
146314
146478
|
credentialId?: string | undefined;
|
|
146315
146479
|
relativePath?: string | undefined;
|
|
146480
|
+
purgeDirectory?: boolean | undefined;
|
|
146316
146481
|
commitAuthorName?: string | undefined;
|
|
146317
146482
|
commitAuthorEmail?: string | undefined;
|
|
146318
146483
|
connectionId?: string | undefined;
|
|
@@ -146325,6 +146490,7 @@ declare const Pipeline: z.ZodObject<{
|
|
|
146325
146490
|
userId?: number | null | undefined;
|
|
146326
146491
|
credentialId?: string | undefined;
|
|
146327
146492
|
relativePath?: string | null | undefined;
|
|
146493
|
+
purgeDirectory?: boolean | null | undefined;
|
|
146328
146494
|
commitAuthorName?: string | null | undefined;
|
|
146329
146495
|
commitAuthorEmail?: string | null | undefined;
|
|
146330
146496
|
connectionId?: string | null | undefined;
|
|
@@ -146336,6 +146502,7 @@ declare const Pipeline: z.ZodObject<{
|
|
|
146336
146502
|
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
146337
146503
|
branch: z.ZodString;
|
|
146338
146504
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
146505
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
146339
146506
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
146340
146507
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
146341
146508
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
@@ -146346,6 +146513,7 @@ declare const Pipeline: z.ZodObject<{
|
|
|
146346
146513
|
userId?: number | undefined;
|
|
146347
146514
|
credentialId?: string | undefined;
|
|
146348
146515
|
relativePath?: string | undefined;
|
|
146516
|
+
purgeDirectory?: boolean | undefined;
|
|
146349
146517
|
commitAuthorName?: string | undefined;
|
|
146350
146518
|
commitAuthorEmail?: string | undefined;
|
|
146351
146519
|
connectionId?: string | undefined;
|
|
@@ -146356,6 +146524,7 @@ declare const Pipeline: z.ZodObject<{
|
|
|
146356
146524
|
userId?: number | null | undefined;
|
|
146357
146525
|
credentialId?: string | undefined;
|
|
146358
146526
|
relativePath?: string | null | undefined;
|
|
146527
|
+
purgeDirectory?: boolean | null | undefined;
|
|
146359
146528
|
commitAuthorName?: string | null | undefined;
|
|
146360
146529
|
commitAuthorEmail?: string | null | undefined;
|
|
146361
146530
|
connectionId?: string | null | undefined;
|
|
@@ -146369,6 +146538,7 @@ declare const Pipeline: z.ZodObject<{
|
|
|
146369
146538
|
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
146370
146539
|
branch: z.ZodString;
|
|
146371
146540
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
146541
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
146372
146542
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
146373
146543
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
146374
146544
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -146379,6 +146549,7 @@ declare const Pipeline: z.ZodObject<{
|
|
|
146379
146549
|
userId?: number | undefined;
|
|
146380
146550
|
credentialId?: string | undefined;
|
|
146381
146551
|
relativePath?: string | undefined;
|
|
146552
|
+
purgeDirectory?: boolean | undefined;
|
|
146382
146553
|
commitAuthorName?: string | undefined;
|
|
146383
146554
|
commitAuthorEmail?: string | undefined;
|
|
146384
146555
|
connectionId?: string | undefined;
|
|
@@ -146390,6 +146561,7 @@ declare const Pipeline: z.ZodObject<{
|
|
|
146390
146561
|
userId?: number | null | undefined;
|
|
146391
146562
|
credentialId?: string | undefined;
|
|
146392
146563
|
relativePath?: string | null | undefined;
|
|
146564
|
+
purgeDirectory?: boolean | null | undefined;
|
|
146393
146565
|
commitAuthorName?: string | null | undefined;
|
|
146394
146566
|
commitAuthorEmail?: string | null | undefined;
|
|
146395
146567
|
connectionId?: string | null | undefined;
|
|
@@ -146429,6 +146601,7 @@ declare const Pipeline: z.ZodObject<{
|
|
|
146429
146601
|
userId?: number | undefined;
|
|
146430
146602
|
credentialId?: string | undefined;
|
|
146431
146603
|
relativePath?: string | undefined;
|
|
146604
|
+
purgeDirectory?: boolean | undefined;
|
|
146432
146605
|
commitAuthorName?: string | undefined;
|
|
146433
146606
|
commitAuthorEmail?: string | undefined;
|
|
146434
146607
|
connectionId?: string | undefined;
|
|
@@ -146442,6 +146615,7 @@ declare const Pipeline: z.ZodObject<{
|
|
|
146442
146615
|
userId?: number | undefined;
|
|
146443
146616
|
credentialId?: string | undefined;
|
|
146444
146617
|
relativePath?: string | undefined;
|
|
146618
|
+
purgeDirectory?: boolean | undefined;
|
|
146445
146619
|
commitAuthorName?: string | undefined;
|
|
146446
146620
|
commitAuthorEmail?: string | undefined;
|
|
146447
146621
|
connectionId?: string | undefined;
|
|
@@ -146453,6 +146627,7 @@ declare const Pipeline: z.ZodObject<{
|
|
|
146453
146627
|
userId?: number | undefined;
|
|
146454
146628
|
credentialId?: string | undefined;
|
|
146455
146629
|
relativePath?: string | undefined;
|
|
146630
|
+
purgeDirectory?: boolean | undefined;
|
|
146456
146631
|
commitAuthorName?: string | undefined;
|
|
146457
146632
|
commitAuthorEmail?: string | undefined;
|
|
146458
146633
|
connectionId?: string | undefined;
|
|
@@ -146465,6 +146640,7 @@ declare const Pipeline: z.ZodObject<{
|
|
|
146465
146640
|
userId?: number | undefined;
|
|
146466
146641
|
credentialId?: string | undefined;
|
|
146467
146642
|
relativePath?: string | undefined;
|
|
146643
|
+
purgeDirectory?: boolean | undefined;
|
|
146468
146644
|
commitAuthorName?: string | undefined;
|
|
146469
146645
|
commitAuthorEmail?: string | undefined;
|
|
146470
146646
|
connectionId?: string | undefined;
|
|
@@ -146495,6 +146671,7 @@ declare const Pipeline: z.ZodObject<{
|
|
|
146495
146671
|
userId?: number | null | undefined;
|
|
146496
146672
|
credentialId?: string | undefined;
|
|
146497
146673
|
relativePath?: string | null | undefined;
|
|
146674
|
+
purgeDirectory?: boolean | null | undefined;
|
|
146498
146675
|
commitAuthorName?: string | null | undefined;
|
|
146499
146676
|
commitAuthorEmail?: string | null | undefined;
|
|
146500
146677
|
connectionId?: string | null | undefined;
|
|
@@ -146508,6 +146685,7 @@ declare const Pipeline: z.ZodObject<{
|
|
|
146508
146685
|
userId?: number | null | undefined;
|
|
146509
146686
|
credentialId?: string | undefined;
|
|
146510
146687
|
relativePath?: string | null | undefined;
|
|
146688
|
+
purgeDirectory?: boolean | null | undefined;
|
|
146511
146689
|
commitAuthorName?: string | null | undefined;
|
|
146512
146690
|
commitAuthorEmail?: string | null | undefined;
|
|
146513
146691
|
connectionId?: string | null | undefined;
|
|
@@ -146519,6 +146697,7 @@ declare const Pipeline: z.ZodObject<{
|
|
|
146519
146697
|
userId?: number | null | undefined;
|
|
146520
146698
|
credentialId?: string | undefined;
|
|
146521
146699
|
relativePath?: string | null | undefined;
|
|
146700
|
+
purgeDirectory?: boolean | null | undefined;
|
|
146522
146701
|
commitAuthorName?: string | null | undefined;
|
|
146523
146702
|
commitAuthorEmail?: string | null | undefined;
|
|
146524
146703
|
connectionId?: string | null | undefined;
|
|
@@ -146531,6 +146710,7 @@ declare const Pipeline: z.ZodObject<{
|
|
|
146531
146710
|
userId?: number | null | undefined;
|
|
146532
146711
|
credentialId?: string | undefined;
|
|
146533
146712
|
relativePath?: string | null | undefined;
|
|
146713
|
+
purgeDirectory?: boolean | null | undefined;
|
|
146534
146714
|
commitAuthorName?: string | null | undefined;
|
|
146535
146715
|
commitAuthorEmail?: string | null | undefined;
|
|
146536
146716
|
connectionId?: string | null | undefined;
|