@supernova-studio/model 1.4.9 → 1.4.10
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 +50 -0
- package/dist/index.d.ts +50 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3813,6 +3813,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
3813
3813
|
workspaceSlug: z.ZodString;
|
|
3814
3814
|
projectKey: z.ZodString;
|
|
3815
3815
|
repoSlug: z.ZodString;
|
|
3816
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
3816
3817
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
3817
3818
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
3818
3819
|
}, {
|
|
@@ -3829,6 +3830,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
3829
3830
|
workspaceSlug: string;
|
|
3830
3831
|
projectKey: string;
|
|
3831
3832
|
repoSlug: string;
|
|
3833
|
+
url?: string | undefined;
|
|
3832
3834
|
userId?: number | undefined;
|
|
3833
3835
|
relativePath?: string | undefined;
|
|
3834
3836
|
purgeDirectory?: boolean | undefined;
|
|
@@ -3844,6 +3846,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
3844
3846
|
workspaceSlug: string;
|
|
3845
3847
|
projectKey: string;
|
|
3846
3848
|
repoSlug: string;
|
|
3849
|
+
url?: string | null | undefined;
|
|
3847
3850
|
userId?: number | null | undefined;
|
|
3848
3851
|
relativePath?: string | null | undefined;
|
|
3849
3852
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -3938,6 +3941,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
3938
3941
|
workspaceSlug: string;
|
|
3939
3942
|
projectKey: string;
|
|
3940
3943
|
repoSlug: string;
|
|
3944
|
+
url?: string | undefined;
|
|
3941
3945
|
userId?: number | undefined;
|
|
3942
3946
|
relativePath?: string | undefined;
|
|
3943
3947
|
purgeDirectory?: boolean | undefined;
|
|
@@ -4022,6 +4026,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4022
4026
|
workspaceSlug: string;
|
|
4023
4027
|
projectKey: string;
|
|
4024
4028
|
repoSlug: string;
|
|
4029
|
+
url?: string | null | undefined;
|
|
4025
4030
|
userId?: number | null | undefined;
|
|
4026
4031
|
relativePath?: string | null | undefined;
|
|
4027
4032
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -4331,6 +4336,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4331
4336
|
workspaceSlug: string;
|
|
4332
4337
|
projectKey: string;
|
|
4333
4338
|
repoSlug: string;
|
|
4339
|
+
url?: string | undefined;
|
|
4334
4340
|
userId?: number | undefined;
|
|
4335
4341
|
relativePath?: string | undefined;
|
|
4336
4342
|
purgeDirectory?: boolean | undefined;
|
|
@@ -4630,6 +4636,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4630
4636
|
workspaceSlug: string;
|
|
4631
4637
|
projectKey: string;
|
|
4632
4638
|
repoSlug: string;
|
|
4639
|
+
url?: string | null | undefined;
|
|
4633
4640
|
userId?: number | null | undefined;
|
|
4634
4641
|
relativePath?: string | null | undefined;
|
|
4635
4642
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -19468,6 +19475,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19468
19475
|
workspaceSlug: z.ZodString;
|
|
19469
19476
|
projectKey: z.ZodString;
|
|
19470
19477
|
repoSlug: z.ZodString;
|
|
19478
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
19471
19479
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
19472
19480
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
19473
19481
|
}, {
|
|
@@ -19484,6 +19492,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19484
19492
|
workspaceSlug: string;
|
|
19485
19493
|
projectKey: string;
|
|
19486
19494
|
repoSlug: string;
|
|
19495
|
+
url?: string | undefined;
|
|
19487
19496
|
userId?: number | undefined;
|
|
19488
19497
|
relativePath?: string | undefined;
|
|
19489
19498
|
purgeDirectory?: boolean | undefined;
|
|
@@ -19499,6 +19508,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19499
19508
|
workspaceSlug: string;
|
|
19500
19509
|
projectKey: string;
|
|
19501
19510
|
repoSlug: string;
|
|
19511
|
+
url?: string | null | undefined;
|
|
19502
19512
|
userId?: number | null | undefined;
|
|
19503
19513
|
relativePath?: string | null | undefined;
|
|
19504
19514
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -19593,6 +19603,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19593
19603
|
workspaceSlug: string;
|
|
19594
19604
|
projectKey: string;
|
|
19595
19605
|
repoSlug: string;
|
|
19606
|
+
url?: string | undefined;
|
|
19596
19607
|
userId?: number | undefined;
|
|
19597
19608
|
relativePath?: string | undefined;
|
|
19598
19609
|
purgeDirectory?: boolean | undefined;
|
|
@@ -19677,6 +19688,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19677
19688
|
workspaceSlug: string;
|
|
19678
19689
|
projectKey: string;
|
|
19679
19690
|
repoSlug: string;
|
|
19691
|
+
url?: string | null | undefined;
|
|
19680
19692
|
userId?: number | null | undefined;
|
|
19681
19693
|
relativePath?: string | null | undefined;
|
|
19682
19694
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -19986,6 +19998,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19986
19998
|
workspaceSlug: string;
|
|
19987
19999
|
projectKey: string;
|
|
19988
20000
|
repoSlug: string;
|
|
20001
|
+
url?: string | undefined;
|
|
19989
20002
|
userId?: number | undefined;
|
|
19990
20003
|
relativePath?: string | undefined;
|
|
19991
20004
|
purgeDirectory?: boolean | undefined;
|
|
@@ -20285,6 +20298,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
20285
20298
|
workspaceSlug: string;
|
|
20286
20299
|
projectKey: string;
|
|
20287
20300
|
repoSlug: string;
|
|
20301
|
+
url?: string | null | undefined;
|
|
20288
20302
|
userId?: number | null | undefined;
|
|
20289
20303
|
relativePath?: string | null | undefined;
|
|
20290
20304
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -21424,6 +21438,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
21424
21438
|
workspaceSlug: string;
|
|
21425
21439
|
projectKey: string;
|
|
21426
21440
|
repoSlug: string;
|
|
21441
|
+
url?: string | undefined;
|
|
21427
21442
|
userId?: number | undefined;
|
|
21428
21443
|
relativePath?: string | undefined;
|
|
21429
21444
|
purgeDirectory?: boolean | undefined;
|
|
@@ -22405,6 +22420,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
22405
22420
|
workspaceSlug: string;
|
|
22406
22421
|
projectKey: string;
|
|
22407
22422
|
repoSlug: string;
|
|
22423
|
+
url?: string | null | undefined;
|
|
22408
22424
|
userId?: number | null | undefined;
|
|
22409
22425
|
relativePath?: string | null | undefined;
|
|
22410
22426
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -23381,6 +23397,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
23381
23397
|
workspaceSlug: string;
|
|
23382
23398
|
projectKey: string;
|
|
23383
23399
|
repoSlug: string;
|
|
23400
|
+
url?: string | undefined;
|
|
23384
23401
|
userId?: number | undefined;
|
|
23385
23402
|
relativePath?: string | undefined;
|
|
23386
23403
|
purgeDirectory?: boolean | undefined;
|
|
@@ -24438,6 +24455,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
24438
24455
|
workspaceSlug: string;
|
|
24439
24456
|
projectKey: string;
|
|
24440
24457
|
repoSlug: string;
|
|
24458
|
+
url?: string | null | undefined;
|
|
24441
24459
|
userId?: number | null | undefined;
|
|
24442
24460
|
relativePath?: string | null | undefined;
|
|
24443
24461
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -31741,6 +31759,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
31741
31759
|
workspaceSlug: z.ZodString;
|
|
31742
31760
|
projectKey: z.ZodString;
|
|
31743
31761
|
repoSlug: z.ZodString;
|
|
31762
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
31744
31763
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
31745
31764
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
31746
31765
|
}, {
|
|
@@ -31757,6 +31776,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
31757
31776
|
workspaceSlug: string;
|
|
31758
31777
|
projectKey: string;
|
|
31759
31778
|
repoSlug: string;
|
|
31779
|
+
url?: string | undefined;
|
|
31760
31780
|
userId?: number | undefined;
|
|
31761
31781
|
relativePath?: string | undefined;
|
|
31762
31782
|
purgeDirectory?: boolean | undefined;
|
|
@@ -31772,6 +31792,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
31772
31792
|
workspaceSlug: string;
|
|
31773
31793
|
projectKey: string;
|
|
31774
31794
|
repoSlug: string;
|
|
31795
|
+
url?: string | null | undefined;
|
|
31775
31796
|
userId?: number | null | undefined;
|
|
31776
31797
|
relativePath?: string | null | undefined;
|
|
31777
31798
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -31866,6 +31887,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
31866
31887
|
workspaceSlug: string;
|
|
31867
31888
|
projectKey: string;
|
|
31868
31889
|
repoSlug: string;
|
|
31890
|
+
url?: string | undefined;
|
|
31869
31891
|
userId?: number | undefined;
|
|
31870
31892
|
relativePath?: string | undefined;
|
|
31871
31893
|
purgeDirectory?: boolean | undefined;
|
|
@@ -31950,6 +31972,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
31950
31972
|
workspaceSlug: string;
|
|
31951
31973
|
projectKey: string;
|
|
31952
31974
|
repoSlug: string;
|
|
31975
|
+
url?: string | null | undefined;
|
|
31953
31976
|
userId?: number | null | undefined;
|
|
31954
31977
|
relativePath?: string | null | undefined;
|
|
31955
31978
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -32259,6 +32282,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32259
32282
|
workspaceSlug: string;
|
|
32260
32283
|
projectKey: string;
|
|
32261
32284
|
repoSlug: string;
|
|
32285
|
+
url?: string | undefined;
|
|
32262
32286
|
userId?: number | undefined;
|
|
32263
32287
|
relativePath?: string | undefined;
|
|
32264
32288
|
purgeDirectory?: boolean | undefined;
|
|
@@ -32558,6 +32582,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32558
32582
|
workspaceSlug: string;
|
|
32559
32583
|
projectKey: string;
|
|
32560
32584
|
repoSlug: string;
|
|
32585
|
+
url?: string | null | undefined;
|
|
32561
32586
|
userId?: number | null | undefined;
|
|
32562
32587
|
relativePath?: string | null | undefined;
|
|
32563
32588
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -33697,6 +33722,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
33697
33722
|
workspaceSlug: string;
|
|
33698
33723
|
projectKey: string;
|
|
33699
33724
|
repoSlug: string;
|
|
33725
|
+
url?: string | undefined;
|
|
33700
33726
|
userId?: number | undefined;
|
|
33701
33727
|
relativePath?: string | undefined;
|
|
33702
33728
|
purgeDirectory?: boolean | undefined;
|
|
@@ -34678,6 +34704,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
34678
34704
|
workspaceSlug: string;
|
|
34679
34705
|
projectKey: string;
|
|
34680
34706
|
repoSlug: string;
|
|
34707
|
+
url?: string | null | undefined;
|
|
34681
34708
|
userId?: number | null | undefined;
|
|
34682
34709
|
relativePath?: string | null | undefined;
|
|
34683
34710
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -151444,6 +151471,7 @@ declare const ExporterDestinationBitbucket: z.ZodObject<z.objectUtil.extendShape
|
|
|
151444
151471
|
workspaceSlug: z.ZodString;
|
|
151445
151472
|
projectKey: z.ZodString;
|
|
151446
151473
|
repoSlug: z.ZodString;
|
|
151474
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
151447
151475
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
151448
151476
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
151449
151477
|
}, {
|
|
@@ -151460,6 +151488,7 @@ declare const ExporterDestinationBitbucket: z.ZodObject<z.objectUtil.extendShape
|
|
|
151460
151488
|
workspaceSlug: string;
|
|
151461
151489
|
projectKey: string;
|
|
151462
151490
|
repoSlug: string;
|
|
151491
|
+
url?: string | undefined;
|
|
151463
151492
|
userId?: number | undefined;
|
|
151464
151493
|
relativePath?: string | undefined;
|
|
151465
151494
|
purgeDirectory?: boolean | undefined;
|
|
@@ -151475,6 +151504,7 @@ declare const ExporterDestinationBitbucket: z.ZodObject<z.objectUtil.extendShape
|
|
|
151475
151504
|
workspaceSlug: string;
|
|
151476
151505
|
projectKey: string;
|
|
151477
151506
|
repoSlug: string;
|
|
151507
|
+
url?: string | null | undefined;
|
|
151478
151508
|
userId?: number | null | undefined;
|
|
151479
151509
|
relativePath?: string | null | undefined;
|
|
151480
151510
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -151658,6 +151688,7 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
151658
151688
|
workspaceSlug: z.ZodString;
|
|
151659
151689
|
projectKey: z.ZodString;
|
|
151660
151690
|
repoSlug: z.ZodString;
|
|
151691
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
151661
151692
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
151662
151693
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
151663
151694
|
}, {
|
|
@@ -151674,6 +151705,7 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
151674
151705
|
workspaceSlug: string;
|
|
151675
151706
|
projectKey: string;
|
|
151676
151707
|
repoSlug: string;
|
|
151708
|
+
url?: string | undefined;
|
|
151677
151709
|
userId?: number | undefined;
|
|
151678
151710
|
relativePath?: string | undefined;
|
|
151679
151711
|
purgeDirectory?: boolean | undefined;
|
|
@@ -151689,6 +151721,7 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
151689
151721
|
workspaceSlug: string;
|
|
151690
151722
|
projectKey: string;
|
|
151691
151723
|
repoSlug: string;
|
|
151724
|
+
url?: string | null | undefined;
|
|
151692
151725
|
userId?: number | null | undefined;
|
|
151693
151726
|
relativePath?: string | null | undefined;
|
|
151694
151727
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -151761,6 +151794,7 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
151761
151794
|
workspaceSlug: string;
|
|
151762
151795
|
projectKey: string;
|
|
151763
151796
|
repoSlug: string;
|
|
151797
|
+
url?: string | undefined;
|
|
151764
151798
|
userId?: number | undefined;
|
|
151765
151799
|
relativePath?: string | undefined;
|
|
151766
151800
|
purgeDirectory?: boolean | undefined;
|
|
@@ -151833,6 +151867,7 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
151833
151867
|
workspaceSlug: string;
|
|
151834
151868
|
projectKey: string;
|
|
151835
151869
|
repoSlug: string;
|
|
151870
|
+
url?: string | null | undefined;
|
|
151836
151871
|
userId?: number | null | undefined;
|
|
151837
151872
|
relativePath?: string | null | undefined;
|
|
151838
151873
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -152017,6 +152052,7 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
|
152017
152052
|
workspaceSlug: z.ZodString;
|
|
152018
152053
|
projectKey: z.ZodString;
|
|
152019
152054
|
repoSlug: z.ZodString;
|
|
152055
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
152020
152056
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
152021
152057
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
152022
152058
|
}, {
|
|
@@ -152033,6 +152069,7 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
|
152033
152069
|
workspaceSlug: string;
|
|
152034
152070
|
projectKey: string;
|
|
152035
152071
|
repoSlug: string;
|
|
152072
|
+
url?: string | undefined;
|
|
152036
152073
|
userId?: number | undefined;
|
|
152037
152074
|
relativePath?: string | undefined;
|
|
152038
152075
|
purgeDirectory?: boolean | undefined;
|
|
@@ -152048,6 +152085,7 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
|
152048
152085
|
workspaceSlug: string;
|
|
152049
152086
|
projectKey: string;
|
|
152050
152087
|
repoSlug: string;
|
|
152088
|
+
url?: string | null | undefined;
|
|
152051
152089
|
userId?: number | null | undefined;
|
|
152052
152090
|
relativePath?: string | null | undefined;
|
|
152053
152091
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -152120,6 +152158,7 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
|
152120
152158
|
workspaceSlug: string;
|
|
152121
152159
|
projectKey: string;
|
|
152122
152160
|
repoSlug: string;
|
|
152161
|
+
url?: string | undefined;
|
|
152123
152162
|
userId?: number | undefined;
|
|
152124
152163
|
relativePath?: string | undefined;
|
|
152125
152164
|
purgeDirectory?: boolean | undefined;
|
|
@@ -152192,6 +152231,7 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
|
152192
152231
|
workspaceSlug: string;
|
|
152193
152232
|
projectKey: string;
|
|
152194
152233
|
repoSlug: string;
|
|
152234
|
+
url?: string | null | undefined;
|
|
152195
152235
|
userId?: number | null | undefined;
|
|
152196
152236
|
relativePath?: string | null | undefined;
|
|
152197
152237
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -152600,6 +152640,7 @@ declare const ExportJob: z.ZodObject<{
|
|
|
152600
152640
|
workspaceSlug: z.ZodString;
|
|
152601
152641
|
projectKey: z.ZodString;
|
|
152602
152642
|
repoSlug: z.ZodString;
|
|
152643
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
152603
152644
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
152604
152645
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
152605
152646
|
}, {
|
|
@@ -152616,6 +152657,7 @@ declare const ExportJob: z.ZodObject<{
|
|
|
152616
152657
|
workspaceSlug: string;
|
|
152617
152658
|
projectKey: string;
|
|
152618
152659
|
repoSlug: string;
|
|
152660
|
+
url?: string | undefined;
|
|
152619
152661
|
userId?: number | undefined;
|
|
152620
152662
|
relativePath?: string | undefined;
|
|
152621
152663
|
purgeDirectory?: boolean | undefined;
|
|
@@ -152631,6 +152673,7 @@ declare const ExportJob: z.ZodObject<{
|
|
|
152631
152673
|
workspaceSlug: string;
|
|
152632
152674
|
projectKey: string;
|
|
152633
152675
|
repoSlug: string;
|
|
152676
|
+
url?: string | null | undefined;
|
|
152634
152677
|
userId?: number | null | undefined;
|
|
152635
152678
|
relativePath?: string | null | undefined;
|
|
152636
152679
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -152888,6 +152931,7 @@ declare const ExportJob: z.ZodObject<{
|
|
|
152888
152931
|
workspaceSlug: string;
|
|
152889
152932
|
projectKey: string;
|
|
152890
152933
|
repoSlug: string;
|
|
152934
|
+
url?: string | undefined;
|
|
152891
152935
|
userId?: number | undefined;
|
|
152892
152936
|
relativePath?: string | undefined;
|
|
152893
152937
|
purgeDirectory?: boolean | undefined;
|
|
@@ -153007,6 +153051,7 @@ declare const ExportJob: z.ZodObject<{
|
|
|
153007
153051
|
workspaceSlug: string;
|
|
153008
153052
|
projectKey: string;
|
|
153009
153053
|
repoSlug: string;
|
|
153054
|
+
url?: string | null | undefined;
|
|
153010
153055
|
userId?: number | null | undefined;
|
|
153011
153056
|
relativePath?: string | null | undefined;
|
|
153012
153057
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -156066,6 +156111,7 @@ declare const Pipeline: z.ZodObject<{
|
|
|
156066
156111
|
workspaceSlug: z.ZodString;
|
|
156067
156112
|
projectKey: z.ZodString;
|
|
156068
156113
|
repoSlug: z.ZodString;
|
|
156114
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
156069
156115
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
156070
156116
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
156071
156117
|
}, {
|
|
@@ -156082,6 +156128,7 @@ declare const Pipeline: z.ZodObject<{
|
|
|
156082
156128
|
workspaceSlug: string;
|
|
156083
156129
|
projectKey: string;
|
|
156084
156130
|
repoSlug: string;
|
|
156131
|
+
url?: string | undefined;
|
|
156085
156132
|
userId?: number | undefined;
|
|
156086
156133
|
relativePath?: string | undefined;
|
|
156087
156134
|
purgeDirectory?: boolean | undefined;
|
|
@@ -156097,6 +156144,7 @@ declare const Pipeline: z.ZodObject<{
|
|
|
156097
156144
|
workspaceSlug: string;
|
|
156098
156145
|
projectKey: string;
|
|
156099
156146
|
repoSlug: string;
|
|
156147
|
+
url?: string | null | undefined;
|
|
156100
156148
|
userId?: number | null | undefined;
|
|
156101
156149
|
relativePath?: string | null | undefined;
|
|
156102
156150
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -156191,6 +156239,7 @@ declare const Pipeline: z.ZodObject<{
|
|
|
156191
156239
|
workspaceSlug: string;
|
|
156192
156240
|
projectKey: string;
|
|
156193
156241
|
repoSlug: string;
|
|
156242
|
+
url?: string | undefined;
|
|
156194
156243
|
userId?: number | undefined;
|
|
156195
156244
|
relativePath?: string | undefined;
|
|
156196
156245
|
purgeDirectory?: boolean | undefined;
|
|
@@ -156275,6 +156324,7 @@ declare const Pipeline: z.ZodObject<{
|
|
|
156275
156324
|
workspaceSlug: string;
|
|
156276
156325
|
projectKey: string;
|
|
156277
156326
|
repoSlug: string;
|
|
156327
|
+
url?: string | null | undefined;
|
|
156278
156328
|
userId?: number | null | undefined;
|
|
156279
156329
|
relativePath?: string | null | undefined;
|
|
156280
156330
|
purgeDirectory?: boolean | null | undefined;
|