@supernova-studio/model 0.52.3 → 0.52.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +360 -0
- package/dist/index.d.ts +360 -0
- package/dist/index.js +12 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +12 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/export/export-destinations.ts +16 -0
package/dist/index.d.mts
CHANGED
|
@@ -2314,6 +2314,8 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2314
2314
|
url: z.ZodString;
|
|
2315
2315
|
branch: z.ZodString;
|
|
2316
2316
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2317
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2318
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2317
2319
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2318
2320
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
2319
2321
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2321,6 +2323,8 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2321
2323
|
branch: string;
|
|
2322
2324
|
credentialId?: string | undefined;
|
|
2323
2325
|
relativePath?: string | undefined;
|
|
2326
|
+
commitAuthorName?: string | undefined;
|
|
2327
|
+
commitAuthorEmail?: string | undefined;
|
|
2324
2328
|
connectionId?: string | undefined;
|
|
2325
2329
|
userId?: number | undefined;
|
|
2326
2330
|
}, {
|
|
@@ -2328,6 +2332,8 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2328
2332
|
branch: string;
|
|
2329
2333
|
credentialId?: string | undefined;
|
|
2330
2334
|
relativePath?: string | null | undefined;
|
|
2335
|
+
commitAuthorName?: string | null | undefined;
|
|
2336
|
+
commitAuthorEmail?: string | null | undefined;
|
|
2331
2337
|
connectionId?: string | null | undefined;
|
|
2332
2338
|
userId?: number | null | undefined;
|
|
2333
2339
|
}>>;
|
|
@@ -2336,6 +2342,8 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2336
2342
|
organizationId: z.ZodString;
|
|
2337
2343
|
projectId: z.ZodString;
|
|
2338
2344
|
repositoryId: z.ZodString;
|
|
2345
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2346
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2339
2347
|
branch: z.ZodString;
|
|
2340
2348
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2341
2349
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -2349,6 +2357,8 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2349
2357
|
url?: string | undefined;
|
|
2350
2358
|
credentialId?: string | undefined;
|
|
2351
2359
|
relativePath?: string | undefined;
|
|
2360
|
+
commitAuthorName?: string | undefined;
|
|
2361
|
+
commitAuthorEmail?: string | undefined;
|
|
2352
2362
|
connectionId?: string | undefined;
|
|
2353
2363
|
userId?: number | undefined;
|
|
2354
2364
|
}, {
|
|
@@ -2359,12 +2369,16 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2359
2369
|
url?: string | null | undefined;
|
|
2360
2370
|
credentialId?: string | undefined;
|
|
2361
2371
|
relativePath?: string | null | undefined;
|
|
2372
|
+
commitAuthorName?: string | null | undefined;
|
|
2373
|
+
commitAuthorEmail?: string | null | undefined;
|
|
2362
2374
|
connectionId?: string | null | undefined;
|
|
2363
2375
|
userId?: number | null | undefined;
|
|
2364
2376
|
}>>;
|
|
2365
2377
|
destinationGitlab: z.ZodOptional<z.ZodObject<{
|
|
2366
2378
|
credentialId: z.ZodOptional<z.ZodString>;
|
|
2367
2379
|
projectId: z.ZodString;
|
|
2380
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2381
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2368
2382
|
branch: z.ZodString;
|
|
2369
2383
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2370
2384
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -2376,6 +2390,8 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2376
2390
|
url?: string | undefined;
|
|
2377
2391
|
credentialId?: string | undefined;
|
|
2378
2392
|
relativePath?: string | undefined;
|
|
2393
|
+
commitAuthorName?: string | undefined;
|
|
2394
|
+
commitAuthorEmail?: string | undefined;
|
|
2379
2395
|
connectionId?: string | undefined;
|
|
2380
2396
|
userId?: number | undefined;
|
|
2381
2397
|
}, {
|
|
@@ -2384,6 +2400,8 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2384
2400
|
url?: string | null | undefined;
|
|
2385
2401
|
credentialId?: string | undefined;
|
|
2386
2402
|
relativePath?: string | null | undefined;
|
|
2403
|
+
commitAuthorName?: string | null | undefined;
|
|
2404
|
+
commitAuthorEmail?: string | null | undefined;
|
|
2387
2405
|
connectionId?: string | null | undefined;
|
|
2388
2406
|
userId?: number | null | undefined;
|
|
2389
2407
|
}>>;
|
|
@@ -2392,6 +2410,8 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2392
2410
|
workspaceSlug: z.ZodString;
|
|
2393
2411
|
projectKey: z.ZodString;
|
|
2394
2412
|
repoSlug: z.ZodString;
|
|
2413
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2414
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2395
2415
|
branch: z.ZodString;
|
|
2396
2416
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2397
2417
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -2403,6 +2423,8 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2403
2423
|
repoSlug: string;
|
|
2404
2424
|
credentialId?: string | undefined;
|
|
2405
2425
|
relativePath?: string | undefined;
|
|
2426
|
+
commitAuthorName?: string | undefined;
|
|
2427
|
+
commitAuthorEmail?: string | undefined;
|
|
2406
2428
|
connectionId?: string | undefined;
|
|
2407
2429
|
userId?: number | undefined;
|
|
2408
2430
|
}, {
|
|
@@ -2412,6 +2434,8 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2412
2434
|
repoSlug: string;
|
|
2413
2435
|
credentialId?: string | undefined;
|
|
2414
2436
|
relativePath?: string | null | undefined;
|
|
2437
|
+
commitAuthorName?: string | null | undefined;
|
|
2438
|
+
commitAuthorEmail?: string | null | undefined;
|
|
2415
2439
|
connectionId?: string | null | undefined;
|
|
2416
2440
|
userId?: number | null | undefined;
|
|
2417
2441
|
}>>;
|
|
@@ -2448,6 +2472,8 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2448
2472
|
branch: string;
|
|
2449
2473
|
credentialId?: string | undefined;
|
|
2450
2474
|
relativePath?: string | undefined;
|
|
2475
|
+
commitAuthorName?: string | undefined;
|
|
2476
|
+
commitAuthorEmail?: string | undefined;
|
|
2451
2477
|
connectionId?: string | undefined;
|
|
2452
2478
|
userId?: number | undefined;
|
|
2453
2479
|
} | undefined;
|
|
@@ -2459,6 +2485,8 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2459
2485
|
url?: string | undefined;
|
|
2460
2486
|
credentialId?: string | undefined;
|
|
2461
2487
|
relativePath?: string | undefined;
|
|
2488
|
+
commitAuthorName?: string | undefined;
|
|
2489
|
+
commitAuthorEmail?: string | undefined;
|
|
2462
2490
|
connectionId?: string | undefined;
|
|
2463
2491
|
userId?: number | undefined;
|
|
2464
2492
|
} | undefined;
|
|
@@ -2468,6 +2496,8 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2468
2496
|
url?: string | undefined;
|
|
2469
2497
|
credentialId?: string | undefined;
|
|
2470
2498
|
relativePath?: string | undefined;
|
|
2499
|
+
commitAuthorName?: string | undefined;
|
|
2500
|
+
commitAuthorEmail?: string | undefined;
|
|
2471
2501
|
connectionId?: string | undefined;
|
|
2472
2502
|
userId?: number | undefined;
|
|
2473
2503
|
} | undefined;
|
|
@@ -2478,6 +2508,8 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2478
2508
|
repoSlug: string;
|
|
2479
2509
|
credentialId?: string | undefined;
|
|
2480
2510
|
relativePath?: string | undefined;
|
|
2511
|
+
commitAuthorName?: string | undefined;
|
|
2512
|
+
commitAuthorEmail?: string | undefined;
|
|
2481
2513
|
connectionId?: string | undefined;
|
|
2482
2514
|
userId?: number | undefined;
|
|
2483
2515
|
} | undefined;
|
|
@@ -2505,6 +2537,8 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2505
2537
|
branch: string;
|
|
2506
2538
|
credentialId?: string | undefined;
|
|
2507
2539
|
relativePath?: string | null | undefined;
|
|
2540
|
+
commitAuthorName?: string | null | undefined;
|
|
2541
|
+
commitAuthorEmail?: string | null | undefined;
|
|
2508
2542
|
connectionId?: string | null | undefined;
|
|
2509
2543
|
userId?: number | null | undefined;
|
|
2510
2544
|
} | undefined;
|
|
@@ -2516,6 +2550,8 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2516
2550
|
url?: string | null | undefined;
|
|
2517
2551
|
credentialId?: string | undefined;
|
|
2518
2552
|
relativePath?: string | null | undefined;
|
|
2553
|
+
commitAuthorName?: string | null | undefined;
|
|
2554
|
+
commitAuthorEmail?: string | null | undefined;
|
|
2519
2555
|
connectionId?: string | null | undefined;
|
|
2520
2556
|
userId?: number | null | undefined;
|
|
2521
2557
|
} | undefined;
|
|
@@ -2525,6 +2561,8 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2525
2561
|
url?: string | null | undefined;
|
|
2526
2562
|
credentialId?: string | undefined;
|
|
2527
2563
|
relativePath?: string | null | undefined;
|
|
2564
|
+
commitAuthorName?: string | null | undefined;
|
|
2565
|
+
commitAuthorEmail?: string | null | undefined;
|
|
2528
2566
|
connectionId?: string | null | undefined;
|
|
2529
2567
|
userId?: number | null | undefined;
|
|
2530
2568
|
} | undefined;
|
|
@@ -2535,6 +2573,8 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2535
2573
|
repoSlug: string;
|
|
2536
2574
|
credentialId?: string | undefined;
|
|
2537
2575
|
relativePath?: string | null | undefined;
|
|
2576
|
+
commitAuthorName?: string | null | undefined;
|
|
2577
|
+
commitAuthorEmail?: string | null | undefined;
|
|
2538
2578
|
connectionId?: string | null | undefined;
|
|
2539
2579
|
userId?: number | null | undefined;
|
|
2540
2580
|
} | undefined;
|
|
@@ -2644,6 +2684,8 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2644
2684
|
branch: string;
|
|
2645
2685
|
credentialId?: string | undefined;
|
|
2646
2686
|
relativePath?: string | undefined;
|
|
2687
|
+
commitAuthorName?: string | undefined;
|
|
2688
|
+
commitAuthorEmail?: string | undefined;
|
|
2647
2689
|
connectionId?: string | undefined;
|
|
2648
2690
|
userId?: number | undefined;
|
|
2649
2691
|
} | undefined;
|
|
@@ -2655,6 +2697,8 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2655
2697
|
url?: string | undefined;
|
|
2656
2698
|
credentialId?: string | undefined;
|
|
2657
2699
|
relativePath?: string | undefined;
|
|
2700
|
+
commitAuthorName?: string | undefined;
|
|
2701
|
+
commitAuthorEmail?: string | undefined;
|
|
2658
2702
|
connectionId?: string | undefined;
|
|
2659
2703
|
userId?: number | undefined;
|
|
2660
2704
|
} | undefined;
|
|
@@ -2664,6 +2708,8 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2664
2708
|
url?: string | undefined;
|
|
2665
2709
|
credentialId?: string | undefined;
|
|
2666
2710
|
relativePath?: string | undefined;
|
|
2711
|
+
commitAuthorName?: string | undefined;
|
|
2712
|
+
commitAuthorEmail?: string | undefined;
|
|
2667
2713
|
connectionId?: string | undefined;
|
|
2668
2714
|
userId?: number | undefined;
|
|
2669
2715
|
} | undefined;
|
|
@@ -2674,6 +2720,8 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2674
2720
|
repoSlug: string;
|
|
2675
2721
|
credentialId?: string | undefined;
|
|
2676
2722
|
relativePath?: string | undefined;
|
|
2723
|
+
commitAuthorName?: string | undefined;
|
|
2724
|
+
commitAuthorEmail?: string | undefined;
|
|
2677
2725
|
connectionId?: string | undefined;
|
|
2678
2726
|
userId?: number | undefined;
|
|
2679
2727
|
} | undefined;
|
|
@@ -2773,6 +2821,8 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2773
2821
|
branch: string;
|
|
2774
2822
|
credentialId?: string | undefined;
|
|
2775
2823
|
relativePath?: string | null | undefined;
|
|
2824
|
+
commitAuthorName?: string | null | undefined;
|
|
2825
|
+
commitAuthorEmail?: string | null | undefined;
|
|
2776
2826
|
connectionId?: string | null | undefined;
|
|
2777
2827
|
userId?: number | null | undefined;
|
|
2778
2828
|
} | undefined;
|
|
@@ -2784,6 +2834,8 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2784
2834
|
url?: string | null | undefined;
|
|
2785
2835
|
credentialId?: string | undefined;
|
|
2786
2836
|
relativePath?: string | null | undefined;
|
|
2837
|
+
commitAuthorName?: string | null | undefined;
|
|
2838
|
+
commitAuthorEmail?: string | null | undefined;
|
|
2787
2839
|
connectionId?: string | null | undefined;
|
|
2788
2840
|
userId?: number | null | undefined;
|
|
2789
2841
|
} | undefined;
|
|
@@ -2793,6 +2845,8 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2793
2845
|
url?: string | null | undefined;
|
|
2794
2846
|
credentialId?: string | undefined;
|
|
2795
2847
|
relativePath?: string | null | undefined;
|
|
2848
|
+
commitAuthorName?: string | null | undefined;
|
|
2849
|
+
commitAuthorEmail?: string | null | undefined;
|
|
2796
2850
|
connectionId?: string | null | undefined;
|
|
2797
2851
|
userId?: number | null | undefined;
|
|
2798
2852
|
} | undefined;
|
|
@@ -2803,6 +2857,8 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2803
2857
|
repoSlug: string;
|
|
2804
2858
|
credentialId?: string | undefined;
|
|
2805
2859
|
relativePath?: string | null | undefined;
|
|
2860
|
+
commitAuthorName?: string | null | undefined;
|
|
2861
|
+
commitAuthorEmail?: string | null | undefined;
|
|
2806
2862
|
connectionId?: string | null | undefined;
|
|
2807
2863
|
userId?: number | null | undefined;
|
|
2808
2864
|
} | undefined;
|
|
@@ -16216,6 +16272,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
16216
16272
|
url: z.ZodString;
|
|
16217
16273
|
branch: z.ZodString;
|
|
16218
16274
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
16275
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
16276
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
16219
16277
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
16220
16278
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
16221
16279
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -16223,6 +16281,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
16223
16281
|
branch: string;
|
|
16224
16282
|
credentialId?: string | undefined;
|
|
16225
16283
|
relativePath?: string | undefined;
|
|
16284
|
+
commitAuthorName?: string | undefined;
|
|
16285
|
+
commitAuthorEmail?: string | undefined;
|
|
16226
16286
|
connectionId?: string | undefined;
|
|
16227
16287
|
userId?: number | undefined;
|
|
16228
16288
|
}, {
|
|
@@ -16230,6 +16290,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
16230
16290
|
branch: string;
|
|
16231
16291
|
credentialId?: string | undefined;
|
|
16232
16292
|
relativePath?: string | null | undefined;
|
|
16293
|
+
commitAuthorName?: string | null | undefined;
|
|
16294
|
+
commitAuthorEmail?: string | null | undefined;
|
|
16233
16295
|
connectionId?: string | null | undefined;
|
|
16234
16296
|
userId?: number | null | undefined;
|
|
16235
16297
|
}>>;
|
|
@@ -16238,6 +16300,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
16238
16300
|
organizationId: z.ZodString;
|
|
16239
16301
|
projectId: z.ZodString;
|
|
16240
16302
|
repositoryId: z.ZodString;
|
|
16303
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
16304
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
16241
16305
|
branch: z.ZodString;
|
|
16242
16306
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
16243
16307
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -16251,6 +16315,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
16251
16315
|
url?: string | undefined;
|
|
16252
16316
|
credentialId?: string | undefined;
|
|
16253
16317
|
relativePath?: string | undefined;
|
|
16318
|
+
commitAuthorName?: string | undefined;
|
|
16319
|
+
commitAuthorEmail?: string | undefined;
|
|
16254
16320
|
connectionId?: string | undefined;
|
|
16255
16321
|
userId?: number | undefined;
|
|
16256
16322
|
}, {
|
|
@@ -16261,12 +16327,16 @@ declare const UserDump: z.ZodObject<{
|
|
|
16261
16327
|
url?: string | null | undefined;
|
|
16262
16328
|
credentialId?: string | undefined;
|
|
16263
16329
|
relativePath?: string | null | undefined;
|
|
16330
|
+
commitAuthorName?: string | null | undefined;
|
|
16331
|
+
commitAuthorEmail?: string | null | undefined;
|
|
16264
16332
|
connectionId?: string | null | undefined;
|
|
16265
16333
|
userId?: number | null | undefined;
|
|
16266
16334
|
}>>;
|
|
16267
16335
|
destinationGitlab: z.ZodOptional<z.ZodObject<{
|
|
16268
16336
|
credentialId: z.ZodOptional<z.ZodString>;
|
|
16269
16337
|
projectId: z.ZodString;
|
|
16338
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
16339
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
16270
16340
|
branch: z.ZodString;
|
|
16271
16341
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
16272
16342
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -16278,6 +16348,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
16278
16348
|
url?: string | undefined;
|
|
16279
16349
|
credentialId?: string | undefined;
|
|
16280
16350
|
relativePath?: string | undefined;
|
|
16351
|
+
commitAuthorName?: string | undefined;
|
|
16352
|
+
commitAuthorEmail?: string | undefined;
|
|
16281
16353
|
connectionId?: string | undefined;
|
|
16282
16354
|
userId?: number | undefined;
|
|
16283
16355
|
}, {
|
|
@@ -16286,6 +16358,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
16286
16358
|
url?: string | null | undefined;
|
|
16287
16359
|
credentialId?: string | undefined;
|
|
16288
16360
|
relativePath?: string | null | undefined;
|
|
16361
|
+
commitAuthorName?: string | null | undefined;
|
|
16362
|
+
commitAuthorEmail?: string | null | undefined;
|
|
16289
16363
|
connectionId?: string | null | undefined;
|
|
16290
16364
|
userId?: number | null | undefined;
|
|
16291
16365
|
}>>;
|
|
@@ -16294,6 +16368,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
16294
16368
|
workspaceSlug: z.ZodString;
|
|
16295
16369
|
projectKey: z.ZodString;
|
|
16296
16370
|
repoSlug: z.ZodString;
|
|
16371
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
16372
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
16297
16373
|
branch: z.ZodString;
|
|
16298
16374
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
16299
16375
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -16305,6 +16381,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
16305
16381
|
repoSlug: string;
|
|
16306
16382
|
credentialId?: string | undefined;
|
|
16307
16383
|
relativePath?: string | undefined;
|
|
16384
|
+
commitAuthorName?: string | undefined;
|
|
16385
|
+
commitAuthorEmail?: string | undefined;
|
|
16308
16386
|
connectionId?: string | undefined;
|
|
16309
16387
|
userId?: number | undefined;
|
|
16310
16388
|
}, {
|
|
@@ -16314,6 +16392,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
16314
16392
|
repoSlug: string;
|
|
16315
16393
|
credentialId?: string | undefined;
|
|
16316
16394
|
relativePath?: string | null | undefined;
|
|
16395
|
+
commitAuthorName?: string | null | undefined;
|
|
16396
|
+
commitAuthorEmail?: string | null | undefined;
|
|
16317
16397
|
connectionId?: string | null | undefined;
|
|
16318
16398
|
userId?: number | null | undefined;
|
|
16319
16399
|
}>>;
|
|
@@ -16350,6 +16430,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
16350
16430
|
branch: string;
|
|
16351
16431
|
credentialId?: string | undefined;
|
|
16352
16432
|
relativePath?: string | undefined;
|
|
16433
|
+
commitAuthorName?: string | undefined;
|
|
16434
|
+
commitAuthorEmail?: string | undefined;
|
|
16353
16435
|
connectionId?: string | undefined;
|
|
16354
16436
|
userId?: number | undefined;
|
|
16355
16437
|
} | undefined;
|
|
@@ -16361,6 +16443,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
16361
16443
|
url?: string | undefined;
|
|
16362
16444
|
credentialId?: string | undefined;
|
|
16363
16445
|
relativePath?: string | undefined;
|
|
16446
|
+
commitAuthorName?: string | undefined;
|
|
16447
|
+
commitAuthorEmail?: string | undefined;
|
|
16364
16448
|
connectionId?: string | undefined;
|
|
16365
16449
|
userId?: number | undefined;
|
|
16366
16450
|
} | undefined;
|
|
@@ -16370,6 +16454,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
16370
16454
|
url?: string | undefined;
|
|
16371
16455
|
credentialId?: string | undefined;
|
|
16372
16456
|
relativePath?: string | undefined;
|
|
16457
|
+
commitAuthorName?: string | undefined;
|
|
16458
|
+
commitAuthorEmail?: string | undefined;
|
|
16373
16459
|
connectionId?: string | undefined;
|
|
16374
16460
|
userId?: number | undefined;
|
|
16375
16461
|
} | undefined;
|
|
@@ -16380,6 +16466,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
16380
16466
|
repoSlug: string;
|
|
16381
16467
|
credentialId?: string | undefined;
|
|
16382
16468
|
relativePath?: string | undefined;
|
|
16469
|
+
commitAuthorName?: string | undefined;
|
|
16470
|
+
commitAuthorEmail?: string | undefined;
|
|
16383
16471
|
connectionId?: string | undefined;
|
|
16384
16472
|
userId?: number | undefined;
|
|
16385
16473
|
} | undefined;
|
|
@@ -16407,6 +16495,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
16407
16495
|
branch: string;
|
|
16408
16496
|
credentialId?: string | undefined;
|
|
16409
16497
|
relativePath?: string | null | undefined;
|
|
16498
|
+
commitAuthorName?: string | null | undefined;
|
|
16499
|
+
commitAuthorEmail?: string | null | undefined;
|
|
16410
16500
|
connectionId?: string | null | undefined;
|
|
16411
16501
|
userId?: number | null | undefined;
|
|
16412
16502
|
} | undefined;
|
|
@@ -16418,6 +16508,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
16418
16508
|
url?: string | null | undefined;
|
|
16419
16509
|
credentialId?: string | undefined;
|
|
16420
16510
|
relativePath?: string | null | undefined;
|
|
16511
|
+
commitAuthorName?: string | null | undefined;
|
|
16512
|
+
commitAuthorEmail?: string | null | undefined;
|
|
16421
16513
|
connectionId?: string | null | undefined;
|
|
16422
16514
|
userId?: number | null | undefined;
|
|
16423
16515
|
} | undefined;
|
|
@@ -16427,6 +16519,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
16427
16519
|
url?: string | null | undefined;
|
|
16428
16520
|
credentialId?: string | undefined;
|
|
16429
16521
|
relativePath?: string | null | undefined;
|
|
16522
|
+
commitAuthorName?: string | null | undefined;
|
|
16523
|
+
commitAuthorEmail?: string | null | undefined;
|
|
16430
16524
|
connectionId?: string | null | undefined;
|
|
16431
16525
|
userId?: number | null | undefined;
|
|
16432
16526
|
} | undefined;
|
|
@@ -16437,6 +16531,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
16437
16531
|
repoSlug: string;
|
|
16438
16532
|
credentialId?: string | undefined;
|
|
16439
16533
|
relativePath?: string | null | undefined;
|
|
16534
|
+
commitAuthorName?: string | null | undefined;
|
|
16535
|
+
commitAuthorEmail?: string | null | undefined;
|
|
16440
16536
|
connectionId?: string | null | undefined;
|
|
16441
16537
|
userId?: number | null | undefined;
|
|
16442
16538
|
} | undefined;
|
|
@@ -16546,6 +16642,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
16546
16642
|
branch: string;
|
|
16547
16643
|
credentialId?: string | undefined;
|
|
16548
16644
|
relativePath?: string | undefined;
|
|
16645
|
+
commitAuthorName?: string | undefined;
|
|
16646
|
+
commitAuthorEmail?: string | undefined;
|
|
16549
16647
|
connectionId?: string | undefined;
|
|
16550
16648
|
userId?: number | undefined;
|
|
16551
16649
|
} | undefined;
|
|
@@ -16557,6 +16655,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
16557
16655
|
url?: string | undefined;
|
|
16558
16656
|
credentialId?: string | undefined;
|
|
16559
16657
|
relativePath?: string | undefined;
|
|
16658
|
+
commitAuthorName?: string | undefined;
|
|
16659
|
+
commitAuthorEmail?: string | undefined;
|
|
16560
16660
|
connectionId?: string | undefined;
|
|
16561
16661
|
userId?: number | undefined;
|
|
16562
16662
|
} | undefined;
|
|
@@ -16566,6 +16666,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
16566
16666
|
url?: string | undefined;
|
|
16567
16667
|
credentialId?: string | undefined;
|
|
16568
16668
|
relativePath?: string | undefined;
|
|
16669
|
+
commitAuthorName?: string | undefined;
|
|
16670
|
+
commitAuthorEmail?: string | undefined;
|
|
16569
16671
|
connectionId?: string | undefined;
|
|
16570
16672
|
userId?: number | undefined;
|
|
16571
16673
|
} | undefined;
|
|
@@ -16576,6 +16678,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
16576
16678
|
repoSlug: string;
|
|
16577
16679
|
credentialId?: string | undefined;
|
|
16578
16680
|
relativePath?: string | undefined;
|
|
16681
|
+
commitAuthorName?: string | undefined;
|
|
16682
|
+
commitAuthorEmail?: string | undefined;
|
|
16579
16683
|
connectionId?: string | undefined;
|
|
16580
16684
|
userId?: number | undefined;
|
|
16581
16685
|
} | undefined;
|
|
@@ -16675,6 +16779,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
16675
16779
|
branch: string;
|
|
16676
16780
|
credentialId?: string | undefined;
|
|
16677
16781
|
relativePath?: string | null | undefined;
|
|
16782
|
+
commitAuthorName?: string | null | undefined;
|
|
16783
|
+
commitAuthorEmail?: string | null | undefined;
|
|
16678
16784
|
connectionId?: string | null | undefined;
|
|
16679
16785
|
userId?: number | null | undefined;
|
|
16680
16786
|
} | undefined;
|
|
@@ -16686,6 +16792,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
16686
16792
|
url?: string | null | undefined;
|
|
16687
16793
|
credentialId?: string | undefined;
|
|
16688
16794
|
relativePath?: string | null | undefined;
|
|
16795
|
+
commitAuthorName?: string | null | undefined;
|
|
16796
|
+
commitAuthorEmail?: string | null | undefined;
|
|
16689
16797
|
connectionId?: string | null | undefined;
|
|
16690
16798
|
userId?: number | null | undefined;
|
|
16691
16799
|
} | undefined;
|
|
@@ -16695,6 +16803,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
16695
16803
|
url?: string | null | undefined;
|
|
16696
16804
|
credentialId?: string | undefined;
|
|
16697
16805
|
relativePath?: string | null | undefined;
|
|
16806
|
+
commitAuthorName?: string | null | undefined;
|
|
16807
|
+
commitAuthorEmail?: string | null | undefined;
|
|
16698
16808
|
connectionId?: string | null | undefined;
|
|
16699
16809
|
userId?: number | null | undefined;
|
|
16700
16810
|
} | undefined;
|
|
@@ -16705,6 +16815,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
16705
16815
|
repoSlug: string;
|
|
16706
16816
|
credentialId?: string | undefined;
|
|
16707
16817
|
relativePath?: string | null | undefined;
|
|
16818
|
+
commitAuthorName?: string | null | undefined;
|
|
16819
|
+
commitAuthorEmail?: string | null | undefined;
|
|
16708
16820
|
connectionId?: string | null | undefined;
|
|
16709
16821
|
userId?: number | null | undefined;
|
|
16710
16822
|
} | undefined;
|
|
@@ -17634,6 +17746,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
17634
17746
|
branch: string;
|
|
17635
17747
|
credentialId?: string | undefined;
|
|
17636
17748
|
relativePath?: string | undefined;
|
|
17749
|
+
commitAuthorName?: string | undefined;
|
|
17750
|
+
commitAuthorEmail?: string | undefined;
|
|
17637
17751
|
connectionId?: string | undefined;
|
|
17638
17752
|
userId?: number | undefined;
|
|
17639
17753
|
} | undefined;
|
|
@@ -17645,6 +17759,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
17645
17759
|
url?: string | undefined;
|
|
17646
17760
|
credentialId?: string | undefined;
|
|
17647
17761
|
relativePath?: string | undefined;
|
|
17762
|
+
commitAuthorName?: string | undefined;
|
|
17763
|
+
commitAuthorEmail?: string | undefined;
|
|
17648
17764
|
connectionId?: string | undefined;
|
|
17649
17765
|
userId?: number | undefined;
|
|
17650
17766
|
} | undefined;
|
|
@@ -17654,6 +17770,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
17654
17770
|
url?: string | undefined;
|
|
17655
17771
|
credentialId?: string | undefined;
|
|
17656
17772
|
relativePath?: string | undefined;
|
|
17773
|
+
commitAuthorName?: string | undefined;
|
|
17774
|
+
commitAuthorEmail?: string | undefined;
|
|
17657
17775
|
connectionId?: string | undefined;
|
|
17658
17776
|
userId?: number | undefined;
|
|
17659
17777
|
} | undefined;
|
|
@@ -17664,6 +17782,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
17664
17782
|
repoSlug: string;
|
|
17665
17783
|
credentialId?: string | undefined;
|
|
17666
17784
|
relativePath?: string | undefined;
|
|
17785
|
+
commitAuthorName?: string | undefined;
|
|
17786
|
+
commitAuthorEmail?: string | undefined;
|
|
17667
17787
|
connectionId?: string | undefined;
|
|
17668
17788
|
userId?: number | undefined;
|
|
17669
17789
|
} | undefined;
|
|
@@ -18435,6 +18555,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
18435
18555
|
branch: string;
|
|
18436
18556
|
credentialId?: string | undefined;
|
|
18437
18557
|
relativePath?: string | null | undefined;
|
|
18558
|
+
commitAuthorName?: string | null | undefined;
|
|
18559
|
+
commitAuthorEmail?: string | null | undefined;
|
|
18438
18560
|
connectionId?: string | null | undefined;
|
|
18439
18561
|
userId?: number | null | undefined;
|
|
18440
18562
|
} | undefined;
|
|
@@ -18446,6 +18568,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
18446
18568
|
url?: string | null | undefined;
|
|
18447
18569
|
credentialId?: string | undefined;
|
|
18448
18570
|
relativePath?: string | null | undefined;
|
|
18571
|
+
commitAuthorName?: string | null | undefined;
|
|
18572
|
+
commitAuthorEmail?: string | null | undefined;
|
|
18449
18573
|
connectionId?: string | null | undefined;
|
|
18450
18574
|
userId?: number | null | undefined;
|
|
18451
18575
|
} | undefined;
|
|
@@ -18455,6 +18579,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
18455
18579
|
url?: string | null | undefined;
|
|
18456
18580
|
credentialId?: string | undefined;
|
|
18457
18581
|
relativePath?: string | null | undefined;
|
|
18582
|
+
commitAuthorName?: string | null | undefined;
|
|
18583
|
+
commitAuthorEmail?: string | null | undefined;
|
|
18458
18584
|
connectionId?: string | null | undefined;
|
|
18459
18585
|
userId?: number | null | undefined;
|
|
18460
18586
|
} | undefined;
|
|
@@ -18465,6 +18591,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
18465
18591
|
repoSlug: string;
|
|
18466
18592
|
credentialId?: string | undefined;
|
|
18467
18593
|
relativePath?: string | null | undefined;
|
|
18594
|
+
commitAuthorName?: string | null | undefined;
|
|
18595
|
+
commitAuthorEmail?: string | null | undefined;
|
|
18468
18596
|
connectionId?: string | null | undefined;
|
|
18469
18597
|
userId?: number | null | undefined;
|
|
18470
18598
|
} | undefined;
|
|
@@ -19238,6 +19366,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
19238
19366
|
branch: string;
|
|
19239
19367
|
credentialId?: string | undefined;
|
|
19240
19368
|
relativePath?: string | undefined;
|
|
19369
|
+
commitAuthorName?: string | undefined;
|
|
19370
|
+
commitAuthorEmail?: string | undefined;
|
|
19241
19371
|
connectionId?: string | undefined;
|
|
19242
19372
|
userId?: number | undefined;
|
|
19243
19373
|
} | undefined;
|
|
@@ -19249,6 +19379,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
19249
19379
|
url?: string | undefined;
|
|
19250
19380
|
credentialId?: string | undefined;
|
|
19251
19381
|
relativePath?: string | undefined;
|
|
19382
|
+
commitAuthorName?: string | undefined;
|
|
19383
|
+
commitAuthorEmail?: string | undefined;
|
|
19252
19384
|
connectionId?: string | undefined;
|
|
19253
19385
|
userId?: number | undefined;
|
|
19254
19386
|
} | undefined;
|
|
@@ -19258,6 +19390,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
19258
19390
|
url?: string | undefined;
|
|
19259
19391
|
credentialId?: string | undefined;
|
|
19260
19392
|
relativePath?: string | undefined;
|
|
19393
|
+
commitAuthorName?: string | undefined;
|
|
19394
|
+
commitAuthorEmail?: string | undefined;
|
|
19261
19395
|
connectionId?: string | undefined;
|
|
19262
19396
|
userId?: number | undefined;
|
|
19263
19397
|
} | undefined;
|
|
@@ -19268,6 +19402,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
19268
19402
|
repoSlug: string;
|
|
19269
19403
|
credentialId?: string | undefined;
|
|
19270
19404
|
relativePath?: string | undefined;
|
|
19405
|
+
commitAuthorName?: string | undefined;
|
|
19406
|
+
commitAuthorEmail?: string | undefined;
|
|
19271
19407
|
connectionId?: string | undefined;
|
|
19272
19408
|
userId?: number | undefined;
|
|
19273
19409
|
} | undefined;
|
|
@@ -20111,6 +20247,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
20111
20247
|
branch: string;
|
|
20112
20248
|
credentialId?: string | undefined;
|
|
20113
20249
|
relativePath?: string | null | undefined;
|
|
20250
|
+
commitAuthorName?: string | null | undefined;
|
|
20251
|
+
commitAuthorEmail?: string | null | undefined;
|
|
20114
20252
|
connectionId?: string | null | undefined;
|
|
20115
20253
|
userId?: number | null | undefined;
|
|
20116
20254
|
} | undefined;
|
|
@@ -20122,6 +20260,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
20122
20260
|
url?: string | null | undefined;
|
|
20123
20261
|
credentialId?: string | undefined;
|
|
20124
20262
|
relativePath?: string | null | undefined;
|
|
20263
|
+
commitAuthorName?: string | null | undefined;
|
|
20264
|
+
commitAuthorEmail?: string | null | undefined;
|
|
20125
20265
|
connectionId?: string | null | undefined;
|
|
20126
20266
|
userId?: number | null | undefined;
|
|
20127
20267
|
} | undefined;
|
|
@@ -20131,6 +20271,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
20131
20271
|
url?: string | null | undefined;
|
|
20132
20272
|
credentialId?: string | undefined;
|
|
20133
20273
|
relativePath?: string | null | undefined;
|
|
20274
|
+
commitAuthorName?: string | null | undefined;
|
|
20275
|
+
commitAuthorEmail?: string | null | undefined;
|
|
20134
20276
|
connectionId?: string | null | undefined;
|
|
20135
20277
|
userId?: number | null | undefined;
|
|
20136
20278
|
} | undefined;
|
|
@@ -20141,6 +20283,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
20141
20283
|
repoSlug: string;
|
|
20142
20284
|
credentialId?: string | undefined;
|
|
20143
20285
|
relativePath?: string | null | undefined;
|
|
20286
|
+
commitAuthorName?: string | null | undefined;
|
|
20287
|
+
commitAuthorEmail?: string | null | undefined;
|
|
20144
20288
|
connectionId?: string | null | undefined;
|
|
20145
20289
|
userId?: number | null | undefined;
|
|
20146
20290
|
} | undefined;
|
|
@@ -26136,6 +26280,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26136
26280
|
url: z.ZodString;
|
|
26137
26281
|
branch: z.ZodString;
|
|
26138
26282
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26283
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26284
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26139
26285
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26140
26286
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
26141
26287
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -26143,6 +26289,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26143
26289
|
branch: string;
|
|
26144
26290
|
credentialId?: string | undefined;
|
|
26145
26291
|
relativePath?: string | undefined;
|
|
26292
|
+
commitAuthorName?: string | undefined;
|
|
26293
|
+
commitAuthorEmail?: string | undefined;
|
|
26146
26294
|
connectionId?: string | undefined;
|
|
26147
26295
|
userId?: number | undefined;
|
|
26148
26296
|
}, {
|
|
@@ -26150,6 +26298,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26150
26298
|
branch: string;
|
|
26151
26299
|
credentialId?: string | undefined;
|
|
26152
26300
|
relativePath?: string | null | undefined;
|
|
26301
|
+
commitAuthorName?: string | null | undefined;
|
|
26302
|
+
commitAuthorEmail?: string | null | undefined;
|
|
26153
26303
|
connectionId?: string | null | undefined;
|
|
26154
26304
|
userId?: number | null | undefined;
|
|
26155
26305
|
}>>;
|
|
@@ -26158,6 +26308,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26158
26308
|
organizationId: z.ZodString;
|
|
26159
26309
|
projectId: z.ZodString;
|
|
26160
26310
|
repositoryId: z.ZodString;
|
|
26311
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26312
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26161
26313
|
branch: z.ZodString;
|
|
26162
26314
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26163
26315
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -26171,6 +26323,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26171
26323
|
url?: string | undefined;
|
|
26172
26324
|
credentialId?: string | undefined;
|
|
26173
26325
|
relativePath?: string | undefined;
|
|
26326
|
+
commitAuthorName?: string | undefined;
|
|
26327
|
+
commitAuthorEmail?: string | undefined;
|
|
26174
26328
|
connectionId?: string | undefined;
|
|
26175
26329
|
userId?: number | undefined;
|
|
26176
26330
|
}, {
|
|
@@ -26181,12 +26335,16 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26181
26335
|
url?: string | null | undefined;
|
|
26182
26336
|
credentialId?: string | undefined;
|
|
26183
26337
|
relativePath?: string | null | undefined;
|
|
26338
|
+
commitAuthorName?: string | null | undefined;
|
|
26339
|
+
commitAuthorEmail?: string | null | undefined;
|
|
26184
26340
|
connectionId?: string | null | undefined;
|
|
26185
26341
|
userId?: number | null | undefined;
|
|
26186
26342
|
}>>;
|
|
26187
26343
|
destinationGitlab: z.ZodOptional<z.ZodObject<{
|
|
26188
26344
|
credentialId: z.ZodOptional<z.ZodString>;
|
|
26189
26345
|
projectId: z.ZodString;
|
|
26346
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26347
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26190
26348
|
branch: z.ZodString;
|
|
26191
26349
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26192
26350
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -26198,6 +26356,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26198
26356
|
url?: string | undefined;
|
|
26199
26357
|
credentialId?: string | undefined;
|
|
26200
26358
|
relativePath?: string | undefined;
|
|
26359
|
+
commitAuthorName?: string | undefined;
|
|
26360
|
+
commitAuthorEmail?: string | undefined;
|
|
26201
26361
|
connectionId?: string | undefined;
|
|
26202
26362
|
userId?: number | undefined;
|
|
26203
26363
|
}, {
|
|
@@ -26206,6 +26366,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26206
26366
|
url?: string | null | undefined;
|
|
26207
26367
|
credentialId?: string | undefined;
|
|
26208
26368
|
relativePath?: string | null | undefined;
|
|
26369
|
+
commitAuthorName?: string | null | undefined;
|
|
26370
|
+
commitAuthorEmail?: string | null | undefined;
|
|
26209
26371
|
connectionId?: string | null | undefined;
|
|
26210
26372
|
userId?: number | null | undefined;
|
|
26211
26373
|
}>>;
|
|
@@ -26214,6 +26376,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26214
26376
|
workspaceSlug: z.ZodString;
|
|
26215
26377
|
projectKey: z.ZodString;
|
|
26216
26378
|
repoSlug: z.ZodString;
|
|
26379
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26380
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26217
26381
|
branch: z.ZodString;
|
|
26218
26382
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26219
26383
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -26225,6 +26389,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26225
26389
|
repoSlug: string;
|
|
26226
26390
|
credentialId?: string | undefined;
|
|
26227
26391
|
relativePath?: string | undefined;
|
|
26392
|
+
commitAuthorName?: string | undefined;
|
|
26393
|
+
commitAuthorEmail?: string | undefined;
|
|
26228
26394
|
connectionId?: string | undefined;
|
|
26229
26395
|
userId?: number | undefined;
|
|
26230
26396
|
}, {
|
|
@@ -26234,6 +26400,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26234
26400
|
repoSlug: string;
|
|
26235
26401
|
credentialId?: string | undefined;
|
|
26236
26402
|
relativePath?: string | null | undefined;
|
|
26403
|
+
commitAuthorName?: string | null | undefined;
|
|
26404
|
+
commitAuthorEmail?: string | null | undefined;
|
|
26237
26405
|
connectionId?: string | null | undefined;
|
|
26238
26406
|
userId?: number | null | undefined;
|
|
26239
26407
|
}>>;
|
|
@@ -26270,6 +26438,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26270
26438
|
branch: string;
|
|
26271
26439
|
credentialId?: string | undefined;
|
|
26272
26440
|
relativePath?: string | undefined;
|
|
26441
|
+
commitAuthorName?: string | undefined;
|
|
26442
|
+
commitAuthorEmail?: string | undefined;
|
|
26273
26443
|
connectionId?: string | undefined;
|
|
26274
26444
|
userId?: number | undefined;
|
|
26275
26445
|
} | undefined;
|
|
@@ -26281,6 +26451,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26281
26451
|
url?: string | undefined;
|
|
26282
26452
|
credentialId?: string | undefined;
|
|
26283
26453
|
relativePath?: string | undefined;
|
|
26454
|
+
commitAuthorName?: string | undefined;
|
|
26455
|
+
commitAuthorEmail?: string | undefined;
|
|
26284
26456
|
connectionId?: string | undefined;
|
|
26285
26457
|
userId?: number | undefined;
|
|
26286
26458
|
} | undefined;
|
|
@@ -26290,6 +26462,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26290
26462
|
url?: string | undefined;
|
|
26291
26463
|
credentialId?: string | undefined;
|
|
26292
26464
|
relativePath?: string | undefined;
|
|
26465
|
+
commitAuthorName?: string | undefined;
|
|
26466
|
+
commitAuthorEmail?: string | undefined;
|
|
26293
26467
|
connectionId?: string | undefined;
|
|
26294
26468
|
userId?: number | undefined;
|
|
26295
26469
|
} | undefined;
|
|
@@ -26300,6 +26474,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26300
26474
|
repoSlug: string;
|
|
26301
26475
|
credentialId?: string | undefined;
|
|
26302
26476
|
relativePath?: string | undefined;
|
|
26477
|
+
commitAuthorName?: string | undefined;
|
|
26478
|
+
commitAuthorEmail?: string | undefined;
|
|
26303
26479
|
connectionId?: string | undefined;
|
|
26304
26480
|
userId?: number | undefined;
|
|
26305
26481
|
} | undefined;
|
|
@@ -26327,6 +26503,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26327
26503
|
branch: string;
|
|
26328
26504
|
credentialId?: string | undefined;
|
|
26329
26505
|
relativePath?: string | null | undefined;
|
|
26506
|
+
commitAuthorName?: string | null | undefined;
|
|
26507
|
+
commitAuthorEmail?: string | null | undefined;
|
|
26330
26508
|
connectionId?: string | null | undefined;
|
|
26331
26509
|
userId?: number | null | undefined;
|
|
26332
26510
|
} | undefined;
|
|
@@ -26338,6 +26516,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26338
26516
|
url?: string | null | undefined;
|
|
26339
26517
|
credentialId?: string | undefined;
|
|
26340
26518
|
relativePath?: string | null | undefined;
|
|
26519
|
+
commitAuthorName?: string | null | undefined;
|
|
26520
|
+
commitAuthorEmail?: string | null | undefined;
|
|
26341
26521
|
connectionId?: string | null | undefined;
|
|
26342
26522
|
userId?: number | null | undefined;
|
|
26343
26523
|
} | undefined;
|
|
@@ -26347,6 +26527,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26347
26527
|
url?: string | null | undefined;
|
|
26348
26528
|
credentialId?: string | undefined;
|
|
26349
26529
|
relativePath?: string | null | undefined;
|
|
26530
|
+
commitAuthorName?: string | null | undefined;
|
|
26531
|
+
commitAuthorEmail?: string | null | undefined;
|
|
26350
26532
|
connectionId?: string | null | undefined;
|
|
26351
26533
|
userId?: number | null | undefined;
|
|
26352
26534
|
} | undefined;
|
|
@@ -26357,6 +26539,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26357
26539
|
repoSlug: string;
|
|
26358
26540
|
credentialId?: string | undefined;
|
|
26359
26541
|
relativePath?: string | null | undefined;
|
|
26542
|
+
commitAuthorName?: string | null | undefined;
|
|
26543
|
+
commitAuthorEmail?: string | null | undefined;
|
|
26360
26544
|
connectionId?: string | null | undefined;
|
|
26361
26545
|
userId?: number | null | undefined;
|
|
26362
26546
|
} | undefined;
|
|
@@ -26466,6 +26650,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26466
26650
|
branch: string;
|
|
26467
26651
|
credentialId?: string | undefined;
|
|
26468
26652
|
relativePath?: string | undefined;
|
|
26653
|
+
commitAuthorName?: string | undefined;
|
|
26654
|
+
commitAuthorEmail?: string | undefined;
|
|
26469
26655
|
connectionId?: string | undefined;
|
|
26470
26656
|
userId?: number | undefined;
|
|
26471
26657
|
} | undefined;
|
|
@@ -26477,6 +26663,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26477
26663
|
url?: string | undefined;
|
|
26478
26664
|
credentialId?: string | undefined;
|
|
26479
26665
|
relativePath?: string | undefined;
|
|
26666
|
+
commitAuthorName?: string | undefined;
|
|
26667
|
+
commitAuthorEmail?: string | undefined;
|
|
26480
26668
|
connectionId?: string | undefined;
|
|
26481
26669
|
userId?: number | undefined;
|
|
26482
26670
|
} | undefined;
|
|
@@ -26486,6 +26674,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26486
26674
|
url?: string | undefined;
|
|
26487
26675
|
credentialId?: string | undefined;
|
|
26488
26676
|
relativePath?: string | undefined;
|
|
26677
|
+
commitAuthorName?: string | undefined;
|
|
26678
|
+
commitAuthorEmail?: string | undefined;
|
|
26489
26679
|
connectionId?: string | undefined;
|
|
26490
26680
|
userId?: number | undefined;
|
|
26491
26681
|
} | undefined;
|
|
@@ -26496,6 +26686,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26496
26686
|
repoSlug: string;
|
|
26497
26687
|
credentialId?: string | undefined;
|
|
26498
26688
|
relativePath?: string | undefined;
|
|
26689
|
+
commitAuthorName?: string | undefined;
|
|
26690
|
+
commitAuthorEmail?: string | undefined;
|
|
26499
26691
|
connectionId?: string | undefined;
|
|
26500
26692
|
userId?: number | undefined;
|
|
26501
26693
|
} | undefined;
|
|
@@ -26595,6 +26787,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26595
26787
|
branch: string;
|
|
26596
26788
|
credentialId?: string | undefined;
|
|
26597
26789
|
relativePath?: string | null | undefined;
|
|
26790
|
+
commitAuthorName?: string | null | undefined;
|
|
26791
|
+
commitAuthorEmail?: string | null | undefined;
|
|
26598
26792
|
connectionId?: string | null | undefined;
|
|
26599
26793
|
userId?: number | null | undefined;
|
|
26600
26794
|
} | undefined;
|
|
@@ -26606,6 +26800,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26606
26800
|
url?: string | null | undefined;
|
|
26607
26801
|
credentialId?: string | undefined;
|
|
26608
26802
|
relativePath?: string | null | undefined;
|
|
26803
|
+
commitAuthorName?: string | null | undefined;
|
|
26804
|
+
commitAuthorEmail?: string | null | undefined;
|
|
26609
26805
|
connectionId?: string | null | undefined;
|
|
26610
26806
|
userId?: number | null | undefined;
|
|
26611
26807
|
} | undefined;
|
|
@@ -26615,6 +26811,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26615
26811
|
url?: string | null | undefined;
|
|
26616
26812
|
credentialId?: string | undefined;
|
|
26617
26813
|
relativePath?: string | null | undefined;
|
|
26814
|
+
commitAuthorName?: string | null | undefined;
|
|
26815
|
+
commitAuthorEmail?: string | null | undefined;
|
|
26618
26816
|
connectionId?: string | null | undefined;
|
|
26619
26817
|
userId?: number | null | undefined;
|
|
26620
26818
|
} | undefined;
|
|
@@ -26625,6 +26823,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26625
26823
|
repoSlug: string;
|
|
26626
26824
|
credentialId?: string | undefined;
|
|
26627
26825
|
relativePath?: string | null | undefined;
|
|
26826
|
+
commitAuthorName?: string | null | undefined;
|
|
26827
|
+
commitAuthorEmail?: string | null | undefined;
|
|
26628
26828
|
connectionId?: string | null | undefined;
|
|
26629
26829
|
userId?: number | null | undefined;
|
|
26630
26830
|
} | undefined;
|
|
@@ -27554,6 +27754,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27554
27754
|
branch: string;
|
|
27555
27755
|
credentialId?: string | undefined;
|
|
27556
27756
|
relativePath?: string | undefined;
|
|
27757
|
+
commitAuthorName?: string | undefined;
|
|
27758
|
+
commitAuthorEmail?: string | undefined;
|
|
27557
27759
|
connectionId?: string | undefined;
|
|
27558
27760
|
userId?: number | undefined;
|
|
27559
27761
|
} | undefined;
|
|
@@ -27565,6 +27767,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27565
27767
|
url?: string | undefined;
|
|
27566
27768
|
credentialId?: string | undefined;
|
|
27567
27769
|
relativePath?: string | undefined;
|
|
27770
|
+
commitAuthorName?: string | undefined;
|
|
27771
|
+
commitAuthorEmail?: string | undefined;
|
|
27568
27772
|
connectionId?: string | undefined;
|
|
27569
27773
|
userId?: number | undefined;
|
|
27570
27774
|
} | undefined;
|
|
@@ -27574,6 +27778,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27574
27778
|
url?: string | undefined;
|
|
27575
27779
|
credentialId?: string | undefined;
|
|
27576
27780
|
relativePath?: string | undefined;
|
|
27781
|
+
commitAuthorName?: string | undefined;
|
|
27782
|
+
commitAuthorEmail?: string | undefined;
|
|
27577
27783
|
connectionId?: string | undefined;
|
|
27578
27784
|
userId?: number | undefined;
|
|
27579
27785
|
} | undefined;
|
|
@@ -27584,6 +27790,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27584
27790
|
repoSlug: string;
|
|
27585
27791
|
credentialId?: string | undefined;
|
|
27586
27792
|
relativePath?: string | undefined;
|
|
27793
|
+
commitAuthorName?: string | undefined;
|
|
27794
|
+
commitAuthorEmail?: string | undefined;
|
|
27587
27795
|
connectionId?: string | undefined;
|
|
27588
27796
|
userId?: number | undefined;
|
|
27589
27797
|
} | undefined;
|
|
@@ -28355,6 +28563,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
28355
28563
|
branch: string;
|
|
28356
28564
|
credentialId?: string | undefined;
|
|
28357
28565
|
relativePath?: string | null | undefined;
|
|
28566
|
+
commitAuthorName?: string | null | undefined;
|
|
28567
|
+
commitAuthorEmail?: string | null | undefined;
|
|
28358
28568
|
connectionId?: string | null | undefined;
|
|
28359
28569
|
userId?: number | null | undefined;
|
|
28360
28570
|
} | undefined;
|
|
@@ -28366,6 +28576,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
28366
28576
|
url?: string | null | undefined;
|
|
28367
28577
|
credentialId?: string | undefined;
|
|
28368
28578
|
relativePath?: string | null | undefined;
|
|
28579
|
+
commitAuthorName?: string | null | undefined;
|
|
28580
|
+
commitAuthorEmail?: string | null | undefined;
|
|
28369
28581
|
connectionId?: string | null | undefined;
|
|
28370
28582
|
userId?: number | null | undefined;
|
|
28371
28583
|
} | undefined;
|
|
@@ -28375,6 +28587,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
28375
28587
|
url?: string | null | undefined;
|
|
28376
28588
|
credentialId?: string | undefined;
|
|
28377
28589
|
relativePath?: string | null | undefined;
|
|
28590
|
+
commitAuthorName?: string | null | undefined;
|
|
28591
|
+
commitAuthorEmail?: string | null | undefined;
|
|
28378
28592
|
connectionId?: string | null | undefined;
|
|
28379
28593
|
userId?: number | null | undefined;
|
|
28380
28594
|
} | undefined;
|
|
@@ -28385,6 +28599,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
28385
28599
|
repoSlug: string;
|
|
28386
28600
|
credentialId?: string | undefined;
|
|
28387
28601
|
relativePath?: string | null | undefined;
|
|
28602
|
+
commitAuthorName?: string | null | undefined;
|
|
28603
|
+
commitAuthorEmail?: string | null | undefined;
|
|
28388
28604
|
connectionId?: string | null | undefined;
|
|
28389
28605
|
userId?: number | null | undefined;
|
|
28390
28606
|
} | undefined;
|
|
@@ -131308,6 +131524,8 @@ declare const ExporterDestinationGithub: z.ZodObject<{
|
|
|
131308
131524
|
url: z.ZodString;
|
|
131309
131525
|
branch: z.ZodString;
|
|
131310
131526
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131527
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131528
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131311
131529
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131312
131530
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
131313
131531
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -131315,6 +131533,8 @@ declare const ExporterDestinationGithub: z.ZodObject<{
|
|
|
131315
131533
|
branch: string;
|
|
131316
131534
|
credentialId?: string | undefined;
|
|
131317
131535
|
relativePath?: string | undefined;
|
|
131536
|
+
commitAuthorName?: string | undefined;
|
|
131537
|
+
commitAuthorEmail?: string | undefined;
|
|
131318
131538
|
connectionId?: string | undefined;
|
|
131319
131539
|
userId?: number | undefined;
|
|
131320
131540
|
}, {
|
|
@@ -131322,6 +131542,8 @@ declare const ExporterDestinationGithub: z.ZodObject<{
|
|
|
131322
131542
|
branch: string;
|
|
131323
131543
|
credentialId?: string | undefined;
|
|
131324
131544
|
relativePath?: string | null | undefined;
|
|
131545
|
+
commitAuthorName?: string | null | undefined;
|
|
131546
|
+
commitAuthorEmail?: string | null | undefined;
|
|
131325
131547
|
connectionId?: string | null | undefined;
|
|
131326
131548
|
userId?: number | null | undefined;
|
|
131327
131549
|
}>;
|
|
@@ -131331,6 +131553,8 @@ declare const ExporterDestinationAzure: z.ZodObject<{
|
|
|
131331
131553
|
organizationId: z.ZodString;
|
|
131332
131554
|
projectId: z.ZodString;
|
|
131333
131555
|
repositoryId: z.ZodString;
|
|
131556
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131557
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131334
131558
|
branch: z.ZodString;
|
|
131335
131559
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131336
131560
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -131344,6 +131568,8 @@ declare const ExporterDestinationAzure: z.ZodObject<{
|
|
|
131344
131568
|
url?: string | undefined;
|
|
131345
131569
|
credentialId?: string | undefined;
|
|
131346
131570
|
relativePath?: string | undefined;
|
|
131571
|
+
commitAuthorName?: string | undefined;
|
|
131572
|
+
commitAuthorEmail?: string | undefined;
|
|
131347
131573
|
connectionId?: string | undefined;
|
|
131348
131574
|
userId?: number | undefined;
|
|
131349
131575
|
}, {
|
|
@@ -131354,6 +131580,8 @@ declare const ExporterDestinationAzure: z.ZodObject<{
|
|
|
131354
131580
|
url?: string | null | undefined;
|
|
131355
131581
|
credentialId?: string | undefined;
|
|
131356
131582
|
relativePath?: string | null | undefined;
|
|
131583
|
+
commitAuthorName?: string | null | undefined;
|
|
131584
|
+
commitAuthorEmail?: string | null | undefined;
|
|
131357
131585
|
connectionId?: string | null | undefined;
|
|
131358
131586
|
userId?: number | null | undefined;
|
|
131359
131587
|
}>;
|
|
@@ -131361,6 +131589,8 @@ type ExporterDestinationAzure = z.infer<typeof ExporterDestinationAzure>;
|
|
|
131361
131589
|
declare const ExporterDestinationGitlab: z.ZodObject<{
|
|
131362
131590
|
credentialId: z.ZodOptional<z.ZodString>;
|
|
131363
131591
|
projectId: z.ZodString;
|
|
131592
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131593
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131364
131594
|
branch: z.ZodString;
|
|
131365
131595
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131366
131596
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -131372,6 +131602,8 @@ declare const ExporterDestinationGitlab: z.ZodObject<{
|
|
|
131372
131602
|
url?: string | undefined;
|
|
131373
131603
|
credentialId?: string | undefined;
|
|
131374
131604
|
relativePath?: string | undefined;
|
|
131605
|
+
commitAuthorName?: string | undefined;
|
|
131606
|
+
commitAuthorEmail?: string | undefined;
|
|
131375
131607
|
connectionId?: string | undefined;
|
|
131376
131608
|
userId?: number | undefined;
|
|
131377
131609
|
}, {
|
|
@@ -131380,6 +131612,8 @@ declare const ExporterDestinationGitlab: z.ZodObject<{
|
|
|
131380
131612
|
url?: string | null | undefined;
|
|
131381
131613
|
credentialId?: string | undefined;
|
|
131382
131614
|
relativePath?: string | null | undefined;
|
|
131615
|
+
commitAuthorName?: string | null | undefined;
|
|
131616
|
+
commitAuthorEmail?: string | null | undefined;
|
|
131383
131617
|
connectionId?: string | null | undefined;
|
|
131384
131618
|
userId?: number | null | undefined;
|
|
131385
131619
|
}>;
|
|
@@ -131389,6 +131623,8 @@ declare const ExporterDestinationBitbucket: z.ZodObject<{
|
|
|
131389
131623
|
workspaceSlug: z.ZodString;
|
|
131390
131624
|
projectKey: z.ZodString;
|
|
131391
131625
|
repoSlug: z.ZodString;
|
|
131626
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131627
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131392
131628
|
branch: z.ZodString;
|
|
131393
131629
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131394
131630
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -131400,6 +131636,8 @@ declare const ExporterDestinationBitbucket: z.ZodObject<{
|
|
|
131400
131636
|
repoSlug: string;
|
|
131401
131637
|
credentialId?: string | undefined;
|
|
131402
131638
|
relativePath?: string | undefined;
|
|
131639
|
+
commitAuthorName?: string | undefined;
|
|
131640
|
+
commitAuthorEmail?: string | undefined;
|
|
131403
131641
|
connectionId?: string | undefined;
|
|
131404
131642
|
userId?: number | undefined;
|
|
131405
131643
|
}, {
|
|
@@ -131409,6 +131647,8 @@ declare const ExporterDestinationBitbucket: z.ZodObject<{
|
|
|
131409
131647
|
repoSlug: string;
|
|
131410
131648
|
credentialId?: string | undefined;
|
|
131411
131649
|
relativePath?: string | null | undefined;
|
|
131650
|
+
commitAuthorName?: string | null | undefined;
|
|
131651
|
+
commitAuthorEmail?: string | null | undefined;
|
|
131412
131652
|
connectionId?: string | null | undefined;
|
|
131413
131653
|
userId?: number | null | undefined;
|
|
131414
131654
|
}>;
|
|
@@ -131449,6 +131689,8 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
131449
131689
|
url: z.ZodString;
|
|
131450
131690
|
branch: z.ZodString;
|
|
131451
131691
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131692
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131693
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131452
131694
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131453
131695
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
131454
131696
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -131456,6 +131698,8 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
131456
131698
|
branch: string;
|
|
131457
131699
|
credentialId?: string | undefined;
|
|
131458
131700
|
relativePath?: string | undefined;
|
|
131701
|
+
commitAuthorName?: string | undefined;
|
|
131702
|
+
commitAuthorEmail?: string | undefined;
|
|
131459
131703
|
connectionId?: string | undefined;
|
|
131460
131704
|
userId?: number | undefined;
|
|
131461
131705
|
}, {
|
|
@@ -131463,6 +131707,8 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
131463
131707
|
branch: string;
|
|
131464
131708
|
credentialId?: string | undefined;
|
|
131465
131709
|
relativePath?: string | null | undefined;
|
|
131710
|
+
commitAuthorName?: string | null | undefined;
|
|
131711
|
+
commitAuthorEmail?: string | null | undefined;
|
|
131466
131712
|
connectionId?: string | null | undefined;
|
|
131467
131713
|
userId?: number | null | undefined;
|
|
131468
131714
|
}>>;
|
|
@@ -131471,6 +131717,8 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
131471
131717
|
organizationId: z.ZodString;
|
|
131472
131718
|
projectId: z.ZodString;
|
|
131473
131719
|
repositoryId: z.ZodString;
|
|
131720
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131721
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131474
131722
|
branch: z.ZodString;
|
|
131475
131723
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131476
131724
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -131484,6 +131732,8 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
131484
131732
|
url?: string | undefined;
|
|
131485
131733
|
credentialId?: string | undefined;
|
|
131486
131734
|
relativePath?: string | undefined;
|
|
131735
|
+
commitAuthorName?: string | undefined;
|
|
131736
|
+
commitAuthorEmail?: string | undefined;
|
|
131487
131737
|
connectionId?: string | undefined;
|
|
131488
131738
|
userId?: number | undefined;
|
|
131489
131739
|
}, {
|
|
@@ -131494,12 +131744,16 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
131494
131744
|
url?: string | null | undefined;
|
|
131495
131745
|
credentialId?: string | undefined;
|
|
131496
131746
|
relativePath?: string | null | undefined;
|
|
131747
|
+
commitAuthorName?: string | null | undefined;
|
|
131748
|
+
commitAuthorEmail?: string | null | undefined;
|
|
131497
131749
|
connectionId?: string | null | undefined;
|
|
131498
131750
|
userId?: number | null | undefined;
|
|
131499
131751
|
}>>;
|
|
131500
131752
|
destinationGitlab: z.ZodOptional<z.ZodObject<{
|
|
131501
131753
|
credentialId: z.ZodOptional<z.ZodString>;
|
|
131502
131754
|
projectId: z.ZodString;
|
|
131755
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131756
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131503
131757
|
branch: z.ZodString;
|
|
131504
131758
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131505
131759
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -131511,6 +131765,8 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
131511
131765
|
url?: string | undefined;
|
|
131512
131766
|
credentialId?: string | undefined;
|
|
131513
131767
|
relativePath?: string | undefined;
|
|
131768
|
+
commitAuthorName?: string | undefined;
|
|
131769
|
+
commitAuthorEmail?: string | undefined;
|
|
131514
131770
|
connectionId?: string | undefined;
|
|
131515
131771
|
userId?: number | undefined;
|
|
131516
131772
|
}, {
|
|
@@ -131519,6 +131775,8 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
131519
131775
|
url?: string | null | undefined;
|
|
131520
131776
|
credentialId?: string | undefined;
|
|
131521
131777
|
relativePath?: string | null | undefined;
|
|
131778
|
+
commitAuthorName?: string | null | undefined;
|
|
131779
|
+
commitAuthorEmail?: string | null | undefined;
|
|
131522
131780
|
connectionId?: string | null | undefined;
|
|
131523
131781
|
userId?: number | null | undefined;
|
|
131524
131782
|
}>>;
|
|
@@ -131527,6 +131785,8 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
131527
131785
|
workspaceSlug: z.ZodString;
|
|
131528
131786
|
projectKey: z.ZodString;
|
|
131529
131787
|
repoSlug: z.ZodString;
|
|
131788
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131789
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131530
131790
|
branch: z.ZodString;
|
|
131531
131791
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131532
131792
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -131538,6 +131798,8 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
131538
131798
|
repoSlug: string;
|
|
131539
131799
|
credentialId?: string | undefined;
|
|
131540
131800
|
relativePath?: string | undefined;
|
|
131801
|
+
commitAuthorName?: string | undefined;
|
|
131802
|
+
commitAuthorEmail?: string | undefined;
|
|
131541
131803
|
connectionId?: string | undefined;
|
|
131542
131804
|
userId?: number | undefined;
|
|
131543
131805
|
}, {
|
|
@@ -131547,6 +131809,8 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
131547
131809
|
repoSlug: string;
|
|
131548
131810
|
credentialId?: string | undefined;
|
|
131549
131811
|
relativePath?: string | null | undefined;
|
|
131812
|
+
commitAuthorName?: string | null | undefined;
|
|
131813
|
+
commitAuthorEmail?: string | null | undefined;
|
|
131550
131814
|
connectionId?: string | null | undefined;
|
|
131551
131815
|
userId?: number | null | undefined;
|
|
131552
131816
|
}>>;
|
|
@@ -131565,6 +131829,8 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
131565
131829
|
branch: string;
|
|
131566
131830
|
credentialId?: string | undefined;
|
|
131567
131831
|
relativePath?: string | undefined;
|
|
131832
|
+
commitAuthorName?: string | undefined;
|
|
131833
|
+
commitAuthorEmail?: string | undefined;
|
|
131568
131834
|
connectionId?: string | undefined;
|
|
131569
131835
|
userId?: number | undefined;
|
|
131570
131836
|
} | undefined;
|
|
@@ -131576,6 +131842,8 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
131576
131842
|
url?: string | undefined;
|
|
131577
131843
|
credentialId?: string | undefined;
|
|
131578
131844
|
relativePath?: string | undefined;
|
|
131845
|
+
commitAuthorName?: string | undefined;
|
|
131846
|
+
commitAuthorEmail?: string | undefined;
|
|
131579
131847
|
connectionId?: string | undefined;
|
|
131580
131848
|
userId?: number | undefined;
|
|
131581
131849
|
} | undefined;
|
|
@@ -131585,6 +131853,8 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
131585
131853
|
url?: string | undefined;
|
|
131586
131854
|
credentialId?: string | undefined;
|
|
131587
131855
|
relativePath?: string | undefined;
|
|
131856
|
+
commitAuthorName?: string | undefined;
|
|
131857
|
+
commitAuthorEmail?: string | undefined;
|
|
131588
131858
|
connectionId?: string | undefined;
|
|
131589
131859
|
userId?: number | undefined;
|
|
131590
131860
|
} | undefined;
|
|
@@ -131595,6 +131865,8 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
131595
131865
|
repoSlug: string;
|
|
131596
131866
|
credentialId?: string | undefined;
|
|
131597
131867
|
relativePath?: string | undefined;
|
|
131868
|
+
commitAuthorName?: string | undefined;
|
|
131869
|
+
commitAuthorEmail?: string | undefined;
|
|
131598
131870
|
connectionId?: string | undefined;
|
|
131599
131871
|
userId?: number | undefined;
|
|
131600
131872
|
} | undefined;
|
|
@@ -131613,6 +131885,8 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
131613
131885
|
branch: string;
|
|
131614
131886
|
credentialId?: string | undefined;
|
|
131615
131887
|
relativePath?: string | null | undefined;
|
|
131888
|
+
commitAuthorName?: string | null | undefined;
|
|
131889
|
+
commitAuthorEmail?: string | null | undefined;
|
|
131616
131890
|
connectionId?: string | null | undefined;
|
|
131617
131891
|
userId?: number | null | undefined;
|
|
131618
131892
|
} | undefined;
|
|
@@ -131624,6 +131898,8 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
131624
131898
|
url?: string | null | undefined;
|
|
131625
131899
|
credentialId?: string | undefined;
|
|
131626
131900
|
relativePath?: string | null | undefined;
|
|
131901
|
+
commitAuthorName?: string | null | undefined;
|
|
131902
|
+
commitAuthorEmail?: string | null | undefined;
|
|
131627
131903
|
connectionId?: string | null | undefined;
|
|
131628
131904
|
userId?: number | null | undefined;
|
|
131629
131905
|
} | undefined;
|
|
@@ -131633,6 +131909,8 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
131633
131909
|
url?: string | null | undefined;
|
|
131634
131910
|
credentialId?: string | undefined;
|
|
131635
131911
|
relativePath?: string | null | undefined;
|
|
131912
|
+
commitAuthorName?: string | null | undefined;
|
|
131913
|
+
commitAuthorEmail?: string | null | undefined;
|
|
131636
131914
|
connectionId?: string | null | undefined;
|
|
131637
131915
|
userId?: number | null | undefined;
|
|
131638
131916
|
} | undefined;
|
|
@@ -131643,6 +131921,8 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
131643
131921
|
repoSlug: string;
|
|
131644
131922
|
credentialId?: string | undefined;
|
|
131645
131923
|
relativePath?: string | null | undefined;
|
|
131924
|
+
commitAuthorName?: string | null | undefined;
|
|
131925
|
+
commitAuthorEmail?: string | null | undefined;
|
|
131646
131926
|
connectionId?: string | null | undefined;
|
|
131647
131927
|
userId?: number | null | undefined;
|
|
131648
131928
|
} | undefined;
|
|
@@ -131908,6 +132188,8 @@ declare const ExportJob: z.ZodObject<{
|
|
|
131908
132188
|
url: z.ZodString;
|
|
131909
132189
|
branch: z.ZodString;
|
|
131910
132190
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
132191
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
132192
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131911
132193
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131912
132194
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
131913
132195
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -131915,6 +132197,8 @@ declare const ExportJob: z.ZodObject<{
|
|
|
131915
132197
|
branch: string;
|
|
131916
132198
|
credentialId?: string | undefined;
|
|
131917
132199
|
relativePath?: string | undefined;
|
|
132200
|
+
commitAuthorName?: string | undefined;
|
|
132201
|
+
commitAuthorEmail?: string | undefined;
|
|
131918
132202
|
connectionId?: string | undefined;
|
|
131919
132203
|
userId?: number | undefined;
|
|
131920
132204
|
}, {
|
|
@@ -131922,6 +132206,8 @@ declare const ExportJob: z.ZodObject<{
|
|
|
131922
132206
|
branch: string;
|
|
131923
132207
|
credentialId?: string | undefined;
|
|
131924
132208
|
relativePath?: string | null | undefined;
|
|
132209
|
+
commitAuthorName?: string | null | undefined;
|
|
132210
|
+
commitAuthorEmail?: string | null | undefined;
|
|
131925
132211
|
connectionId?: string | null | undefined;
|
|
131926
132212
|
userId?: number | null | undefined;
|
|
131927
132213
|
}>>;
|
|
@@ -131930,6 +132216,8 @@ declare const ExportJob: z.ZodObject<{
|
|
|
131930
132216
|
organizationId: z.ZodString;
|
|
131931
132217
|
projectId: z.ZodString;
|
|
131932
132218
|
repositoryId: z.ZodString;
|
|
132219
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
132220
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131933
132221
|
branch: z.ZodString;
|
|
131934
132222
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131935
132223
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -131943,6 +132231,8 @@ declare const ExportJob: z.ZodObject<{
|
|
|
131943
132231
|
url?: string | undefined;
|
|
131944
132232
|
credentialId?: string | undefined;
|
|
131945
132233
|
relativePath?: string | undefined;
|
|
132234
|
+
commitAuthorName?: string | undefined;
|
|
132235
|
+
commitAuthorEmail?: string | undefined;
|
|
131946
132236
|
connectionId?: string | undefined;
|
|
131947
132237
|
userId?: number | undefined;
|
|
131948
132238
|
}, {
|
|
@@ -131953,12 +132243,16 @@ declare const ExportJob: z.ZodObject<{
|
|
|
131953
132243
|
url?: string | null | undefined;
|
|
131954
132244
|
credentialId?: string | undefined;
|
|
131955
132245
|
relativePath?: string | null | undefined;
|
|
132246
|
+
commitAuthorName?: string | null | undefined;
|
|
132247
|
+
commitAuthorEmail?: string | null | undefined;
|
|
131956
132248
|
connectionId?: string | null | undefined;
|
|
131957
132249
|
userId?: number | null | undefined;
|
|
131958
132250
|
}>>;
|
|
131959
132251
|
destinationGitlab: z.ZodOptional<z.ZodObject<{
|
|
131960
132252
|
credentialId: z.ZodOptional<z.ZodString>;
|
|
131961
132253
|
projectId: z.ZodString;
|
|
132254
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
132255
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131962
132256
|
branch: z.ZodString;
|
|
131963
132257
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131964
132258
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -131970,6 +132264,8 @@ declare const ExportJob: z.ZodObject<{
|
|
|
131970
132264
|
url?: string | undefined;
|
|
131971
132265
|
credentialId?: string | undefined;
|
|
131972
132266
|
relativePath?: string | undefined;
|
|
132267
|
+
commitAuthorName?: string | undefined;
|
|
132268
|
+
commitAuthorEmail?: string | undefined;
|
|
131973
132269
|
connectionId?: string | undefined;
|
|
131974
132270
|
userId?: number | undefined;
|
|
131975
132271
|
}, {
|
|
@@ -131978,6 +132274,8 @@ declare const ExportJob: z.ZodObject<{
|
|
|
131978
132274
|
url?: string | null | undefined;
|
|
131979
132275
|
credentialId?: string | undefined;
|
|
131980
132276
|
relativePath?: string | null | undefined;
|
|
132277
|
+
commitAuthorName?: string | null | undefined;
|
|
132278
|
+
commitAuthorEmail?: string | null | undefined;
|
|
131981
132279
|
connectionId?: string | null | undefined;
|
|
131982
132280
|
userId?: number | null | undefined;
|
|
131983
132281
|
}>>;
|
|
@@ -131986,6 +132284,8 @@ declare const ExportJob: z.ZodObject<{
|
|
|
131986
132284
|
workspaceSlug: z.ZodString;
|
|
131987
132285
|
projectKey: z.ZodString;
|
|
131988
132286
|
repoSlug: z.ZodString;
|
|
132287
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
132288
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131989
132289
|
branch: z.ZodString;
|
|
131990
132290
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131991
132291
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -131997,6 +132297,8 @@ declare const ExportJob: z.ZodObject<{
|
|
|
131997
132297
|
repoSlug: string;
|
|
131998
132298
|
credentialId?: string | undefined;
|
|
131999
132299
|
relativePath?: string | undefined;
|
|
132300
|
+
commitAuthorName?: string | undefined;
|
|
132301
|
+
commitAuthorEmail?: string | undefined;
|
|
132000
132302
|
connectionId?: string | undefined;
|
|
132001
132303
|
userId?: number | undefined;
|
|
132002
132304
|
}, {
|
|
@@ -132006,6 +132308,8 @@ declare const ExportJob: z.ZodObject<{
|
|
|
132006
132308
|
repoSlug: string;
|
|
132007
132309
|
credentialId?: string | undefined;
|
|
132008
132310
|
relativePath?: string | null | undefined;
|
|
132311
|
+
commitAuthorName?: string | null | undefined;
|
|
132312
|
+
commitAuthorEmail?: string | null | undefined;
|
|
132009
132313
|
connectionId?: string | null | undefined;
|
|
132010
132314
|
userId?: number | null | undefined;
|
|
132011
132315
|
}>>;
|
|
@@ -132207,6 +132511,8 @@ declare const ExportJob: z.ZodObject<{
|
|
|
132207
132511
|
branch: string;
|
|
132208
132512
|
credentialId?: string | undefined;
|
|
132209
132513
|
relativePath?: string | undefined;
|
|
132514
|
+
commitAuthorName?: string | undefined;
|
|
132515
|
+
commitAuthorEmail?: string | undefined;
|
|
132210
132516
|
connectionId?: string | undefined;
|
|
132211
132517
|
userId?: number | undefined;
|
|
132212
132518
|
} | undefined;
|
|
@@ -132218,6 +132524,8 @@ declare const ExportJob: z.ZodObject<{
|
|
|
132218
132524
|
url?: string | undefined;
|
|
132219
132525
|
credentialId?: string | undefined;
|
|
132220
132526
|
relativePath?: string | undefined;
|
|
132527
|
+
commitAuthorName?: string | undefined;
|
|
132528
|
+
commitAuthorEmail?: string | undefined;
|
|
132221
132529
|
connectionId?: string | undefined;
|
|
132222
132530
|
userId?: number | undefined;
|
|
132223
132531
|
} | undefined;
|
|
@@ -132227,6 +132535,8 @@ declare const ExportJob: z.ZodObject<{
|
|
|
132227
132535
|
url?: string | undefined;
|
|
132228
132536
|
credentialId?: string | undefined;
|
|
132229
132537
|
relativePath?: string | undefined;
|
|
132538
|
+
commitAuthorName?: string | undefined;
|
|
132539
|
+
commitAuthorEmail?: string | undefined;
|
|
132230
132540
|
connectionId?: string | undefined;
|
|
132231
132541
|
userId?: number | undefined;
|
|
132232
132542
|
} | undefined;
|
|
@@ -132237,6 +132547,8 @@ declare const ExportJob: z.ZodObject<{
|
|
|
132237
132547
|
repoSlug: string;
|
|
132238
132548
|
credentialId?: string | undefined;
|
|
132239
132549
|
relativePath?: string | undefined;
|
|
132550
|
+
commitAuthorName?: string | undefined;
|
|
132551
|
+
commitAuthorEmail?: string | undefined;
|
|
132240
132552
|
connectionId?: string | undefined;
|
|
132241
132553
|
userId?: number | undefined;
|
|
132242
132554
|
} | undefined;
|
|
@@ -132300,6 +132612,8 @@ declare const ExportJob: z.ZodObject<{
|
|
|
132300
132612
|
branch: string;
|
|
132301
132613
|
credentialId?: string | undefined;
|
|
132302
132614
|
relativePath?: string | null | undefined;
|
|
132615
|
+
commitAuthorName?: string | null | undefined;
|
|
132616
|
+
commitAuthorEmail?: string | null | undefined;
|
|
132303
132617
|
connectionId?: string | null | undefined;
|
|
132304
132618
|
userId?: number | null | undefined;
|
|
132305
132619
|
} | undefined;
|
|
@@ -132311,6 +132625,8 @@ declare const ExportJob: z.ZodObject<{
|
|
|
132311
132625
|
url?: string | null | undefined;
|
|
132312
132626
|
credentialId?: string | undefined;
|
|
132313
132627
|
relativePath?: string | null | undefined;
|
|
132628
|
+
commitAuthorName?: string | null | undefined;
|
|
132629
|
+
commitAuthorEmail?: string | null | undefined;
|
|
132314
132630
|
connectionId?: string | null | undefined;
|
|
132315
132631
|
userId?: number | null | undefined;
|
|
132316
132632
|
} | undefined;
|
|
@@ -132320,6 +132636,8 @@ declare const ExportJob: z.ZodObject<{
|
|
|
132320
132636
|
url?: string | null | undefined;
|
|
132321
132637
|
credentialId?: string | undefined;
|
|
132322
132638
|
relativePath?: string | null | undefined;
|
|
132639
|
+
commitAuthorName?: string | null | undefined;
|
|
132640
|
+
commitAuthorEmail?: string | null | undefined;
|
|
132323
132641
|
connectionId?: string | null | undefined;
|
|
132324
132642
|
userId?: number | null | undefined;
|
|
132325
132643
|
} | undefined;
|
|
@@ -132330,6 +132648,8 @@ declare const ExportJob: z.ZodObject<{
|
|
|
132330
132648
|
repoSlug: string;
|
|
132331
132649
|
credentialId?: string | undefined;
|
|
132332
132650
|
relativePath?: string | null | undefined;
|
|
132651
|
+
commitAuthorName?: string | null | undefined;
|
|
132652
|
+
commitAuthorEmail?: string | null | undefined;
|
|
132333
132653
|
connectionId?: string | null | undefined;
|
|
132334
132654
|
userId?: number | null | undefined;
|
|
132335
132655
|
} | undefined;
|
|
@@ -133409,6 +133729,8 @@ declare const Pipeline: z.ZodObject<{
|
|
|
133409
133729
|
url: z.ZodString;
|
|
133410
133730
|
branch: z.ZodString;
|
|
133411
133731
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
133732
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
133733
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
133412
133734
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
133413
133735
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
133414
133736
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -133416,6 +133738,8 @@ declare const Pipeline: z.ZodObject<{
|
|
|
133416
133738
|
branch: string;
|
|
133417
133739
|
credentialId?: string | undefined;
|
|
133418
133740
|
relativePath?: string | undefined;
|
|
133741
|
+
commitAuthorName?: string | undefined;
|
|
133742
|
+
commitAuthorEmail?: string | undefined;
|
|
133419
133743
|
connectionId?: string | undefined;
|
|
133420
133744
|
userId?: number | undefined;
|
|
133421
133745
|
}, {
|
|
@@ -133423,6 +133747,8 @@ declare const Pipeline: z.ZodObject<{
|
|
|
133423
133747
|
branch: string;
|
|
133424
133748
|
credentialId?: string | undefined;
|
|
133425
133749
|
relativePath?: string | null | undefined;
|
|
133750
|
+
commitAuthorName?: string | null | undefined;
|
|
133751
|
+
commitAuthorEmail?: string | null | undefined;
|
|
133426
133752
|
connectionId?: string | null | undefined;
|
|
133427
133753
|
userId?: number | null | undefined;
|
|
133428
133754
|
}>>;
|
|
@@ -133431,6 +133757,8 @@ declare const Pipeline: z.ZodObject<{
|
|
|
133431
133757
|
organizationId: z.ZodString;
|
|
133432
133758
|
projectId: z.ZodString;
|
|
133433
133759
|
repositoryId: z.ZodString;
|
|
133760
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
133761
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
133434
133762
|
branch: z.ZodString;
|
|
133435
133763
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
133436
133764
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -133444,6 +133772,8 @@ declare const Pipeline: z.ZodObject<{
|
|
|
133444
133772
|
url?: string | undefined;
|
|
133445
133773
|
credentialId?: string | undefined;
|
|
133446
133774
|
relativePath?: string | undefined;
|
|
133775
|
+
commitAuthorName?: string | undefined;
|
|
133776
|
+
commitAuthorEmail?: string | undefined;
|
|
133447
133777
|
connectionId?: string | undefined;
|
|
133448
133778
|
userId?: number | undefined;
|
|
133449
133779
|
}, {
|
|
@@ -133454,12 +133784,16 @@ declare const Pipeline: z.ZodObject<{
|
|
|
133454
133784
|
url?: string | null | undefined;
|
|
133455
133785
|
credentialId?: string | undefined;
|
|
133456
133786
|
relativePath?: string | null | undefined;
|
|
133787
|
+
commitAuthorName?: string | null | undefined;
|
|
133788
|
+
commitAuthorEmail?: string | null | undefined;
|
|
133457
133789
|
connectionId?: string | null | undefined;
|
|
133458
133790
|
userId?: number | null | undefined;
|
|
133459
133791
|
}>>;
|
|
133460
133792
|
destinationGitlab: z.ZodOptional<z.ZodObject<{
|
|
133461
133793
|
credentialId: z.ZodOptional<z.ZodString>;
|
|
133462
133794
|
projectId: z.ZodString;
|
|
133795
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
133796
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
133463
133797
|
branch: z.ZodString;
|
|
133464
133798
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
133465
133799
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -133471,6 +133805,8 @@ declare const Pipeline: z.ZodObject<{
|
|
|
133471
133805
|
url?: string | undefined;
|
|
133472
133806
|
credentialId?: string | undefined;
|
|
133473
133807
|
relativePath?: string | undefined;
|
|
133808
|
+
commitAuthorName?: string | undefined;
|
|
133809
|
+
commitAuthorEmail?: string | undefined;
|
|
133474
133810
|
connectionId?: string | undefined;
|
|
133475
133811
|
userId?: number | undefined;
|
|
133476
133812
|
}, {
|
|
@@ -133479,6 +133815,8 @@ declare const Pipeline: z.ZodObject<{
|
|
|
133479
133815
|
url?: string | null | undefined;
|
|
133480
133816
|
credentialId?: string | undefined;
|
|
133481
133817
|
relativePath?: string | null | undefined;
|
|
133818
|
+
commitAuthorName?: string | null | undefined;
|
|
133819
|
+
commitAuthorEmail?: string | null | undefined;
|
|
133482
133820
|
connectionId?: string | null | undefined;
|
|
133483
133821
|
userId?: number | null | undefined;
|
|
133484
133822
|
}>>;
|
|
@@ -133487,6 +133825,8 @@ declare const Pipeline: z.ZodObject<{
|
|
|
133487
133825
|
workspaceSlug: z.ZodString;
|
|
133488
133826
|
projectKey: z.ZodString;
|
|
133489
133827
|
repoSlug: z.ZodString;
|
|
133828
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
133829
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
133490
133830
|
branch: z.ZodString;
|
|
133491
133831
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
133492
133832
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
@@ -133498,6 +133838,8 @@ declare const Pipeline: z.ZodObject<{
|
|
|
133498
133838
|
repoSlug: string;
|
|
133499
133839
|
credentialId?: string | undefined;
|
|
133500
133840
|
relativePath?: string | undefined;
|
|
133841
|
+
commitAuthorName?: string | undefined;
|
|
133842
|
+
commitAuthorEmail?: string | undefined;
|
|
133501
133843
|
connectionId?: string | undefined;
|
|
133502
133844
|
userId?: number | undefined;
|
|
133503
133845
|
}, {
|
|
@@ -133507,6 +133849,8 @@ declare const Pipeline: z.ZodObject<{
|
|
|
133507
133849
|
repoSlug: string;
|
|
133508
133850
|
credentialId?: string | undefined;
|
|
133509
133851
|
relativePath?: string | null | undefined;
|
|
133852
|
+
commitAuthorName?: string | null | undefined;
|
|
133853
|
+
commitAuthorEmail?: string | null | undefined;
|
|
133510
133854
|
connectionId?: string | null | undefined;
|
|
133511
133855
|
userId?: number | null | undefined;
|
|
133512
133856
|
}>>;
|
|
@@ -133543,6 +133887,8 @@ declare const Pipeline: z.ZodObject<{
|
|
|
133543
133887
|
branch: string;
|
|
133544
133888
|
credentialId?: string | undefined;
|
|
133545
133889
|
relativePath?: string | undefined;
|
|
133890
|
+
commitAuthorName?: string | undefined;
|
|
133891
|
+
commitAuthorEmail?: string | undefined;
|
|
133546
133892
|
connectionId?: string | undefined;
|
|
133547
133893
|
userId?: number | undefined;
|
|
133548
133894
|
} | undefined;
|
|
@@ -133554,6 +133900,8 @@ declare const Pipeline: z.ZodObject<{
|
|
|
133554
133900
|
url?: string | undefined;
|
|
133555
133901
|
credentialId?: string | undefined;
|
|
133556
133902
|
relativePath?: string | undefined;
|
|
133903
|
+
commitAuthorName?: string | undefined;
|
|
133904
|
+
commitAuthorEmail?: string | undefined;
|
|
133557
133905
|
connectionId?: string | undefined;
|
|
133558
133906
|
userId?: number | undefined;
|
|
133559
133907
|
} | undefined;
|
|
@@ -133563,6 +133911,8 @@ declare const Pipeline: z.ZodObject<{
|
|
|
133563
133911
|
url?: string | undefined;
|
|
133564
133912
|
credentialId?: string | undefined;
|
|
133565
133913
|
relativePath?: string | undefined;
|
|
133914
|
+
commitAuthorName?: string | undefined;
|
|
133915
|
+
commitAuthorEmail?: string | undefined;
|
|
133566
133916
|
connectionId?: string | undefined;
|
|
133567
133917
|
userId?: number | undefined;
|
|
133568
133918
|
} | undefined;
|
|
@@ -133573,6 +133923,8 @@ declare const Pipeline: z.ZodObject<{
|
|
|
133573
133923
|
repoSlug: string;
|
|
133574
133924
|
credentialId?: string | undefined;
|
|
133575
133925
|
relativePath?: string | undefined;
|
|
133926
|
+
commitAuthorName?: string | undefined;
|
|
133927
|
+
commitAuthorEmail?: string | undefined;
|
|
133576
133928
|
connectionId?: string | undefined;
|
|
133577
133929
|
userId?: number | undefined;
|
|
133578
133930
|
} | undefined;
|
|
@@ -133600,6 +133952,8 @@ declare const Pipeline: z.ZodObject<{
|
|
|
133600
133952
|
branch: string;
|
|
133601
133953
|
credentialId?: string | undefined;
|
|
133602
133954
|
relativePath?: string | null | undefined;
|
|
133955
|
+
commitAuthorName?: string | null | undefined;
|
|
133956
|
+
commitAuthorEmail?: string | null | undefined;
|
|
133603
133957
|
connectionId?: string | null | undefined;
|
|
133604
133958
|
userId?: number | null | undefined;
|
|
133605
133959
|
} | undefined;
|
|
@@ -133611,6 +133965,8 @@ declare const Pipeline: z.ZodObject<{
|
|
|
133611
133965
|
url?: string | null | undefined;
|
|
133612
133966
|
credentialId?: string | undefined;
|
|
133613
133967
|
relativePath?: string | null | undefined;
|
|
133968
|
+
commitAuthorName?: string | null | undefined;
|
|
133969
|
+
commitAuthorEmail?: string | null | undefined;
|
|
133614
133970
|
connectionId?: string | null | undefined;
|
|
133615
133971
|
userId?: number | null | undefined;
|
|
133616
133972
|
} | undefined;
|
|
@@ -133620,6 +133976,8 @@ declare const Pipeline: z.ZodObject<{
|
|
|
133620
133976
|
url?: string | null | undefined;
|
|
133621
133977
|
credentialId?: string | undefined;
|
|
133622
133978
|
relativePath?: string | null | undefined;
|
|
133979
|
+
commitAuthorName?: string | null | undefined;
|
|
133980
|
+
commitAuthorEmail?: string | null | undefined;
|
|
133623
133981
|
connectionId?: string | null | undefined;
|
|
133624
133982
|
userId?: number | null | undefined;
|
|
133625
133983
|
} | undefined;
|
|
@@ -133630,6 +133988,8 @@ declare const Pipeline: z.ZodObject<{
|
|
|
133630
133988
|
repoSlug: string;
|
|
133631
133989
|
credentialId?: string | undefined;
|
|
133632
133990
|
relativePath?: string | null | undefined;
|
|
133991
|
+
commitAuthorName?: string | null | undefined;
|
|
133992
|
+
commitAuthorEmail?: string | null | undefined;
|
|
133633
133993
|
connectionId?: string | null | undefined;
|
|
133634
133994
|
userId?: number | null | undefined;
|
|
133635
133995
|
} | undefined;
|