@supernova-studio/client 0.47.22 → 0.47.27
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 +231 -160
- package/dist/index.d.ts +231 -160
- package/dist/index.js +40 -11
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +40 -11
- package/dist/index.mjs.map +1 -1
- package/package.json +9 -9
- package/src/api/dto/export/job.ts +3 -0
- package/src/api/payloads/export/pipeline.ts +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -24178,57 +24178,72 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
24178
24178
|
scheduleId: z.ZodOptional<z.ZodString>;
|
|
24179
24179
|
result: z.ZodOptional<z.ZodObject<{
|
|
24180
24180
|
error: z.ZodOptional<z.ZodString>;
|
|
24181
|
-
s3: z.ZodOptional<z.
|
|
24182
|
-
bucket: z.ZodString;
|
|
24183
|
-
urlPrefix: z.ZodOptional<z.ZodString>;
|
|
24184
|
-
path: z.ZodString;
|
|
24185
|
-
files: z.ZodArray<z.ZodString, "many">;
|
|
24186
|
-
}, "strip", z.ZodTypeAny, {
|
|
24181
|
+
s3: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
24187
24182
|
path: string;
|
|
24188
24183
|
files: string[];
|
|
24189
24184
|
bucket: string;
|
|
24190
24185
|
urlPrefix?: string | undefined;
|
|
24191
|
-
}, {
|
|
24186
|
+
}, z.ZodTypeDef, {
|
|
24192
24187
|
path: string;
|
|
24193
24188
|
files: string[];
|
|
24194
24189
|
bucket: string;
|
|
24195
24190
|
urlPrefix?: string | undefined;
|
|
24196
|
-
}
|
|
24197
|
-
|
|
24198
|
-
|
|
24199
|
-
|
|
24191
|
+
}>>>, {
|
|
24192
|
+
path: string;
|
|
24193
|
+
files: string[];
|
|
24194
|
+
bucket: string;
|
|
24195
|
+
urlPrefix?: string | undefined;
|
|
24196
|
+
} | undefined, {
|
|
24197
|
+
path: string;
|
|
24198
|
+
files: string[];
|
|
24199
|
+
bucket: string;
|
|
24200
|
+
urlPrefix?: string | undefined;
|
|
24201
|
+
} | null | undefined>;
|
|
24202
|
+
github: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
24200
24203
|
pullRequestUrl: string;
|
|
24201
|
-
}, {
|
|
24204
|
+
}, z.ZodTypeDef, {
|
|
24202
24205
|
pullRequestUrl: string;
|
|
24203
|
-
}
|
|
24204
|
-
azure: z.ZodOptional<z.ZodObject<{
|
|
24205
|
-
pullRequestUrl: z.ZodString;
|
|
24206
|
-
}, "strip", z.ZodTypeAny, {
|
|
24206
|
+
}>>>, {
|
|
24207
24207
|
pullRequestUrl: string;
|
|
24208
|
-
}, {
|
|
24208
|
+
} | undefined, {
|
|
24209
24209
|
pullRequestUrl: string;
|
|
24210
|
-
}
|
|
24211
|
-
|
|
24212
|
-
pullRequestUrl: z.ZodString;
|
|
24213
|
-
}, "strip", z.ZodTypeAny, {
|
|
24210
|
+
} | null | undefined>;
|
|
24211
|
+
azure: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
24214
24212
|
pullRequestUrl: string;
|
|
24215
|
-
}, {
|
|
24213
|
+
}, z.ZodTypeDef, {
|
|
24216
24214
|
pullRequestUrl: string;
|
|
24217
|
-
}
|
|
24218
|
-
bitbucket: z.ZodOptional<z.ZodObject<{
|
|
24219
|
-
pullRequestUrl: z.ZodString;
|
|
24220
|
-
}, "strip", z.ZodTypeAny, {
|
|
24215
|
+
}>>>, {
|
|
24221
24216
|
pullRequestUrl: string;
|
|
24222
|
-
}, {
|
|
24217
|
+
} | undefined, {
|
|
24223
24218
|
pullRequestUrl: string;
|
|
24224
|
-
}
|
|
24225
|
-
|
|
24226
|
-
|
|
24227
|
-
},
|
|
24219
|
+
} | null | undefined>;
|
|
24220
|
+
gitlab: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
24221
|
+
pullRequestUrl: string;
|
|
24222
|
+
}, z.ZodTypeDef, {
|
|
24223
|
+
pullRequestUrl: string;
|
|
24224
|
+
}>>>, {
|
|
24225
|
+
pullRequestUrl: string;
|
|
24226
|
+
} | undefined, {
|
|
24227
|
+
pullRequestUrl: string;
|
|
24228
|
+
} | null | undefined>;
|
|
24229
|
+
bitbucket: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
24230
|
+
pullRequestUrl: string;
|
|
24231
|
+
}, z.ZodTypeDef, {
|
|
24232
|
+
pullRequestUrl: string;
|
|
24233
|
+
}>>>, {
|
|
24234
|
+
pullRequestUrl: string;
|
|
24235
|
+
} | undefined, {
|
|
24236
|
+
pullRequestUrl: string;
|
|
24237
|
+
} | null | undefined>;
|
|
24238
|
+
sndocs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
24228
24239
|
url: string;
|
|
24229
|
-
}, {
|
|
24240
|
+
}, z.ZodTypeDef, {
|
|
24230
24241
|
url: string;
|
|
24231
|
-
}
|
|
24242
|
+
}>>>, {
|
|
24243
|
+
url: string;
|
|
24244
|
+
} | undefined, {
|
|
24245
|
+
url: string;
|
|
24246
|
+
} | null | undefined>;
|
|
24232
24247
|
}, "strip", z.ZodTypeAny, {
|
|
24233
24248
|
error?: string | undefined;
|
|
24234
24249
|
github?: {
|
|
@@ -24256,26 +24271,28 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
24256
24271
|
error?: string | undefined;
|
|
24257
24272
|
github?: {
|
|
24258
24273
|
pullRequestUrl: string;
|
|
24259
|
-
} | undefined;
|
|
24274
|
+
} | null | undefined;
|
|
24260
24275
|
azure?: {
|
|
24261
24276
|
pullRequestUrl: string;
|
|
24262
|
-
} | undefined;
|
|
24277
|
+
} | null | undefined;
|
|
24263
24278
|
gitlab?: {
|
|
24264
24279
|
pullRequestUrl: string;
|
|
24265
|
-
} | undefined;
|
|
24280
|
+
} | null | undefined;
|
|
24266
24281
|
bitbucket?: {
|
|
24267
24282
|
pullRequestUrl: string;
|
|
24268
|
-
} | undefined;
|
|
24283
|
+
} | null | undefined;
|
|
24269
24284
|
s3?: {
|
|
24270
24285
|
path: string;
|
|
24271
24286
|
files: string[];
|
|
24272
24287
|
bucket: string;
|
|
24273
24288
|
urlPrefix?: string | undefined;
|
|
24274
|
-
} | undefined;
|
|
24289
|
+
} | null | undefined;
|
|
24275
24290
|
sndocs?: {
|
|
24276
24291
|
url: string;
|
|
24277
|
-
} | undefined;
|
|
24292
|
+
} | null | undefined;
|
|
24278
24293
|
}>>;
|
|
24294
|
+
brandPersistentId: z.ZodOptional<z.ZodString>;
|
|
24295
|
+
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
24279
24296
|
}, "strip", z.ZodTypeAny, {
|
|
24280
24297
|
id: string;
|
|
24281
24298
|
status: "InProgress" | "Success" | "Failed" | "Timeout";
|
|
@@ -24342,6 +24359,8 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
24342
24359
|
description?: string | undefined;
|
|
24343
24360
|
};
|
|
24344
24361
|
};
|
|
24362
|
+
brandPersistentId?: string | undefined;
|
|
24363
|
+
themePersistentId?: string | undefined;
|
|
24345
24364
|
finishedAt?: Date | undefined;
|
|
24346
24365
|
index?: number | undefined;
|
|
24347
24366
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -24440,6 +24459,8 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
24440
24459
|
description?: string | undefined;
|
|
24441
24460
|
};
|
|
24442
24461
|
};
|
|
24462
|
+
brandPersistentId?: string | undefined;
|
|
24463
|
+
themePersistentId?: string | undefined;
|
|
24443
24464
|
finishedAt?: Date | undefined;
|
|
24444
24465
|
index?: number | undefined;
|
|
24445
24466
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -24452,25 +24473,25 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
24452
24473
|
error?: string | undefined;
|
|
24453
24474
|
github?: {
|
|
24454
24475
|
pullRequestUrl: string;
|
|
24455
|
-
} | undefined;
|
|
24476
|
+
} | null | undefined;
|
|
24456
24477
|
azure?: {
|
|
24457
24478
|
pullRequestUrl: string;
|
|
24458
|
-
} | undefined;
|
|
24479
|
+
} | null | undefined;
|
|
24459
24480
|
gitlab?: {
|
|
24460
24481
|
pullRequestUrl: string;
|
|
24461
|
-
} | undefined;
|
|
24482
|
+
} | null | undefined;
|
|
24462
24483
|
bitbucket?: {
|
|
24463
24484
|
pullRequestUrl: string;
|
|
24464
|
-
} | undefined;
|
|
24485
|
+
} | null | undefined;
|
|
24465
24486
|
s3?: {
|
|
24466
24487
|
path: string;
|
|
24467
24488
|
files: string[];
|
|
24468
24489
|
bucket: string;
|
|
24469
24490
|
urlPrefix?: string | undefined;
|
|
24470
|
-
} | undefined;
|
|
24491
|
+
} | null | undefined;
|
|
24471
24492
|
sndocs?: {
|
|
24472
24493
|
url: string;
|
|
24473
|
-
} | undefined;
|
|
24494
|
+
} | null | undefined;
|
|
24474
24495
|
} | undefined;
|
|
24475
24496
|
}>;
|
|
24476
24497
|
type DTOExportJob = z.infer<typeof DTOExportJob>;
|
|
@@ -24757,57 +24778,72 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
24757
24778
|
scheduleId: z.ZodOptional<z.ZodString>;
|
|
24758
24779
|
result: z.ZodOptional<z.ZodObject<{
|
|
24759
24780
|
error: z.ZodOptional<z.ZodString>;
|
|
24760
|
-
s3: z.ZodOptional<z.
|
|
24761
|
-
bucket: z.ZodString;
|
|
24762
|
-
urlPrefix: z.ZodOptional<z.ZodString>;
|
|
24763
|
-
path: z.ZodString;
|
|
24764
|
-
files: z.ZodArray<z.ZodString, "many">;
|
|
24765
|
-
}, "strip", z.ZodTypeAny, {
|
|
24781
|
+
s3: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
24766
24782
|
path: string;
|
|
24767
24783
|
files: string[];
|
|
24768
24784
|
bucket: string;
|
|
24769
24785
|
urlPrefix?: string | undefined;
|
|
24770
|
-
}, {
|
|
24786
|
+
}, z.ZodTypeDef, {
|
|
24771
24787
|
path: string;
|
|
24772
24788
|
files: string[];
|
|
24773
24789
|
bucket: string;
|
|
24774
24790
|
urlPrefix?: string | undefined;
|
|
24775
|
-
}
|
|
24776
|
-
|
|
24777
|
-
|
|
24778
|
-
|
|
24791
|
+
}>>>, {
|
|
24792
|
+
path: string;
|
|
24793
|
+
files: string[];
|
|
24794
|
+
bucket: string;
|
|
24795
|
+
urlPrefix?: string | undefined;
|
|
24796
|
+
} | undefined, {
|
|
24797
|
+
path: string;
|
|
24798
|
+
files: string[];
|
|
24799
|
+
bucket: string;
|
|
24800
|
+
urlPrefix?: string | undefined;
|
|
24801
|
+
} | null | undefined>;
|
|
24802
|
+
github: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
24779
24803
|
pullRequestUrl: string;
|
|
24780
|
-
}, {
|
|
24804
|
+
}, z.ZodTypeDef, {
|
|
24781
24805
|
pullRequestUrl: string;
|
|
24782
|
-
}
|
|
24783
|
-
azure: z.ZodOptional<z.ZodObject<{
|
|
24784
|
-
pullRequestUrl: z.ZodString;
|
|
24785
|
-
}, "strip", z.ZodTypeAny, {
|
|
24806
|
+
}>>>, {
|
|
24786
24807
|
pullRequestUrl: string;
|
|
24787
|
-
}, {
|
|
24808
|
+
} | undefined, {
|
|
24788
24809
|
pullRequestUrl: string;
|
|
24789
|
-
}
|
|
24790
|
-
|
|
24791
|
-
pullRequestUrl: z.ZodString;
|
|
24792
|
-
}, "strip", z.ZodTypeAny, {
|
|
24810
|
+
} | null | undefined>;
|
|
24811
|
+
azure: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
24793
24812
|
pullRequestUrl: string;
|
|
24794
|
-
}, {
|
|
24813
|
+
}, z.ZodTypeDef, {
|
|
24795
24814
|
pullRequestUrl: string;
|
|
24796
|
-
}
|
|
24797
|
-
bitbucket: z.ZodOptional<z.ZodObject<{
|
|
24798
|
-
pullRequestUrl: z.ZodString;
|
|
24799
|
-
}, "strip", z.ZodTypeAny, {
|
|
24815
|
+
}>>>, {
|
|
24800
24816
|
pullRequestUrl: string;
|
|
24801
|
-
}, {
|
|
24817
|
+
} | undefined, {
|
|
24802
24818
|
pullRequestUrl: string;
|
|
24803
|
-
}
|
|
24804
|
-
|
|
24805
|
-
|
|
24806
|
-
},
|
|
24819
|
+
} | null | undefined>;
|
|
24820
|
+
gitlab: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
24821
|
+
pullRequestUrl: string;
|
|
24822
|
+
}, z.ZodTypeDef, {
|
|
24823
|
+
pullRequestUrl: string;
|
|
24824
|
+
}>>>, {
|
|
24825
|
+
pullRequestUrl: string;
|
|
24826
|
+
} | undefined, {
|
|
24827
|
+
pullRequestUrl: string;
|
|
24828
|
+
} | null | undefined>;
|
|
24829
|
+
bitbucket: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
24830
|
+
pullRequestUrl: string;
|
|
24831
|
+
}, z.ZodTypeDef, {
|
|
24832
|
+
pullRequestUrl: string;
|
|
24833
|
+
}>>>, {
|
|
24834
|
+
pullRequestUrl: string;
|
|
24835
|
+
} | undefined, {
|
|
24836
|
+
pullRequestUrl: string;
|
|
24837
|
+
} | null | undefined>;
|
|
24838
|
+
sndocs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
24807
24839
|
url: string;
|
|
24808
|
-
}, {
|
|
24840
|
+
}, z.ZodTypeDef, {
|
|
24809
24841
|
url: string;
|
|
24810
|
-
}
|
|
24842
|
+
}>>>, {
|
|
24843
|
+
url: string;
|
|
24844
|
+
} | undefined, {
|
|
24845
|
+
url: string;
|
|
24846
|
+
} | null | undefined>;
|
|
24811
24847
|
}, "strip", z.ZodTypeAny, {
|
|
24812
24848
|
error?: string | undefined;
|
|
24813
24849
|
github?: {
|
|
@@ -24835,26 +24871,28 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
24835
24871
|
error?: string | undefined;
|
|
24836
24872
|
github?: {
|
|
24837
24873
|
pullRequestUrl: string;
|
|
24838
|
-
} | undefined;
|
|
24874
|
+
} | null | undefined;
|
|
24839
24875
|
azure?: {
|
|
24840
24876
|
pullRequestUrl: string;
|
|
24841
|
-
} | undefined;
|
|
24877
|
+
} | null | undefined;
|
|
24842
24878
|
gitlab?: {
|
|
24843
24879
|
pullRequestUrl: string;
|
|
24844
|
-
} | undefined;
|
|
24880
|
+
} | null | undefined;
|
|
24845
24881
|
bitbucket?: {
|
|
24846
24882
|
pullRequestUrl: string;
|
|
24847
|
-
} | undefined;
|
|
24883
|
+
} | null | undefined;
|
|
24848
24884
|
s3?: {
|
|
24849
24885
|
path: string;
|
|
24850
24886
|
files: string[];
|
|
24851
24887
|
bucket: string;
|
|
24852
24888
|
urlPrefix?: string | undefined;
|
|
24853
|
-
} | undefined;
|
|
24889
|
+
} | null | undefined;
|
|
24854
24890
|
sndocs?: {
|
|
24855
24891
|
url: string;
|
|
24856
|
-
} | undefined;
|
|
24892
|
+
} | null | undefined;
|
|
24857
24893
|
}>>;
|
|
24894
|
+
brandPersistentId: z.ZodOptional<z.ZodString>;
|
|
24895
|
+
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
24858
24896
|
}, "strip", z.ZodTypeAny, {
|
|
24859
24897
|
id: string;
|
|
24860
24898
|
status: "InProgress" | "Success" | "Failed" | "Timeout";
|
|
@@ -24921,6 +24959,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
24921
24959
|
description?: string | undefined;
|
|
24922
24960
|
};
|
|
24923
24961
|
};
|
|
24962
|
+
brandPersistentId?: string | undefined;
|
|
24963
|
+
themePersistentId?: string | undefined;
|
|
24924
24964
|
finishedAt?: Date | undefined;
|
|
24925
24965
|
index?: number | undefined;
|
|
24926
24966
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -25019,6 +25059,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
25019
25059
|
description?: string | undefined;
|
|
25020
25060
|
};
|
|
25021
25061
|
};
|
|
25062
|
+
brandPersistentId?: string | undefined;
|
|
25063
|
+
themePersistentId?: string | undefined;
|
|
25022
25064
|
finishedAt?: Date | undefined;
|
|
25023
25065
|
index?: number | undefined;
|
|
25024
25066
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -25031,25 +25073,25 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
25031
25073
|
error?: string | undefined;
|
|
25032
25074
|
github?: {
|
|
25033
25075
|
pullRequestUrl: string;
|
|
25034
|
-
} | undefined;
|
|
25076
|
+
} | null | undefined;
|
|
25035
25077
|
azure?: {
|
|
25036
25078
|
pullRequestUrl: string;
|
|
25037
|
-
} | undefined;
|
|
25079
|
+
} | null | undefined;
|
|
25038
25080
|
gitlab?: {
|
|
25039
25081
|
pullRequestUrl: string;
|
|
25040
|
-
} | undefined;
|
|
25082
|
+
} | null | undefined;
|
|
25041
25083
|
bitbucket?: {
|
|
25042
25084
|
pullRequestUrl: string;
|
|
25043
|
-
} | undefined;
|
|
25085
|
+
} | null | undefined;
|
|
25044
25086
|
s3?: {
|
|
25045
25087
|
path: string;
|
|
25046
25088
|
files: string[];
|
|
25047
25089
|
bucket: string;
|
|
25048
25090
|
urlPrefix?: string | undefined;
|
|
25049
|
-
} | undefined;
|
|
25091
|
+
} | null | undefined;
|
|
25050
25092
|
sndocs?: {
|
|
25051
25093
|
url: string;
|
|
25052
|
-
} | undefined;
|
|
25094
|
+
} | null | undefined;
|
|
25053
25095
|
} | undefined;
|
|
25054
25096
|
}>;
|
|
25055
25097
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -25119,6 +25161,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
25119
25161
|
description?: string | undefined;
|
|
25120
25162
|
};
|
|
25121
25163
|
};
|
|
25164
|
+
brandPersistentId?: string | undefined;
|
|
25165
|
+
themePersistentId?: string | undefined;
|
|
25122
25166
|
finishedAt?: Date | undefined;
|
|
25123
25167
|
index?: number | undefined;
|
|
25124
25168
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -25219,6 +25263,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
25219
25263
|
description?: string | undefined;
|
|
25220
25264
|
};
|
|
25221
25265
|
};
|
|
25266
|
+
brandPersistentId?: string | undefined;
|
|
25267
|
+
themePersistentId?: string | undefined;
|
|
25222
25268
|
finishedAt?: Date | undefined;
|
|
25223
25269
|
index?: number | undefined;
|
|
25224
25270
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -25231,25 +25277,25 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
25231
25277
|
error?: string | undefined;
|
|
25232
25278
|
github?: {
|
|
25233
25279
|
pullRequestUrl: string;
|
|
25234
|
-
} | undefined;
|
|
25280
|
+
} | null | undefined;
|
|
25235
25281
|
azure?: {
|
|
25236
25282
|
pullRequestUrl: string;
|
|
25237
|
-
} | undefined;
|
|
25283
|
+
} | null | undefined;
|
|
25238
25284
|
gitlab?: {
|
|
25239
25285
|
pullRequestUrl: string;
|
|
25240
|
-
} | undefined;
|
|
25286
|
+
} | null | undefined;
|
|
25241
25287
|
bitbucket?: {
|
|
25242
25288
|
pullRequestUrl: string;
|
|
25243
|
-
} | undefined;
|
|
25289
|
+
} | null | undefined;
|
|
25244
25290
|
s3?: {
|
|
25245
25291
|
path: string;
|
|
25246
25292
|
files: string[];
|
|
25247
25293
|
bucket: string;
|
|
25248
25294
|
urlPrefix?: string | undefined;
|
|
25249
|
-
} | undefined;
|
|
25295
|
+
} | null | undefined;
|
|
25250
25296
|
sndocs?: {
|
|
25251
25297
|
url: string;
|
|
25252
|
-
} | undefined;
|
|
25298
|
+
} | null | undefined;
|
|
25253
25299
|
} | undefined;
|
|
25254
25300
|
};
|
|
25255
25301
|
}>;
|
|
@@ -25538,57 +25584,72 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
25538
25584
|
scheduleId: z.ZodOptional<z.ZodString>;
|
|
25539
25585
|
result: z.ZodOptional<z.ZodObject<{
|
|
25540
25586
|
error: z.ZodOptional<z.ZodString>;
|
|
25541
|
-
s3: z.ZodOptional<z.
|
|
25542
|
-
bucket: z.ZodString;
|
|
25543
|
-
urlPrefix: z.ZodOptional<z.ZodString>;
|
|
25544
|
-
path: z.ZodString;
|
|
25545
|
-
files: z.ZodArray<z.ZodString, "many">;
|
|
25546
|
-
}, "strip", z.ZodTypeAny, {
|
|
25587
|
+
s3: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
25547
25588
|
path: string;
|
|
25548
25589
|
files: string[];
|
|
25549
25590
|
bucket: string;
|
|
25550
25591
|
urlPrefix?: string | undefined;
|
|
25551
|
-
}, {
|
|
25592
|
+
}, z.ZodTypeDef, {
|
|
25552
25593
|
path: string;
|
|
25553
25594
|
files: string[];
|
|
25554
25595
|
bucket: string;
|
|
25555
25596
|
urlPrefix?: string | undefined;
|
|
25556
|
-
}
|
|
25557
|
-
|
|
25558
|
-
|
|
25559
|
-
|
|
25597
|
+
}>>>, {
|
|
25598
|
+
path: string;
|
|
25599
|
+
files: string[];
|
|
25600
|
+
bucket: string;
|
|
25601
|
+
urlPrefix?: string | undefined;
|
|
25602
|
+
} | undefined, {
|
|
25603
|
+
path: string;
|
|
25604
|
+
files: string[];
|
|
25605
|
+
bucket: string;
|
|
25606
|
+
urlPrefix?: string | undefined;
|
|
25607
|
+
} | null | undefined>;
|
|
25608
|
+
github: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
25560
25609
|
pullRequestUrl: string;
|
|
25561
|
-
}, {
|
|
25610
|
+
}, z.ZodTypeDef, {
|
|
25562
25611
|
pullRequestUrl: string;
|
|
25563
|
-
}
|
|
25564
|
-
azure: z.ZodOptional<z.ZodObject<{
|
|
25565
|
-
pullRequestUrl: z.ZodString;
|
|
25566
|
-
}, "strip", z.ZodTypeAny, {
|
|
25612
|
+
}>>>, {
|
|
25567
25613
|
pullRequestUrl: string;
|
|
25568
|
-
}, {
|
|
25614
|
+
} | undefined, {
|
|
25569
25615
|
pullRequestUrl: string;
|
|
25570
|
-
}
|
|
25571
|
-
|
|
25572
|
-
pullRequestUrl: z.ZodString;
|
|
25573
|
-
}, "strip", z.ZodTypeAny, {
|
|
25616
|
+
} | null | undefined>;
|
|
25617
|
+
azure: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
25574
25618
|
pullRequestUrl: string;
|
|
25575
|
-
}, {
|
|
25619
|
+
}, z.ZodTypeDef, {
|
|
25576
25620
|
pullRequestUrl: string;
|
|
25577
|
-
}
|
|
25578
|
-
bitbucket: z.ZodOptional<z.ZodObject<{
|
|
25579
|
-
pullRequestUrl: z.ZodString;
|
|
25580
|
-
}, "strip", z.ZodTypeAny, {
|
|
25621
|
+
}>>>, {
|
|
25581
25622
|
pullRequestUrl: string;
|
|
25582
|
-
}, {
|
|
25623
|
+
} | undefined, {
|
|
25583
25624
|
pullRequestUrl: string;
|
|
25584
|
-
}
|
|
25585
|
-
|
|
25586
|
-
|
|
25587
|
-
},
|
|
25625
|
+
} | null | undefined>;
|
|
25626
|
+
gitlab: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
25627
|
+
pullRequestUrl: string;
|
|
25628
|
+
}, z.ZodTypeDef, {
|
|
25629
|
+
pullRequestUrl: string;
|
|
25630
|
+
}>>>, {
|
|
25631
|
+
pullRequestUrl: string;
|
|
25632
|
+
} | undefined, {
|
|
25633
|
+
pullRequestUrl: string;
|
|
25634
|
+
} | null | undefined>;
|
|
25635
|
+
bitbucket: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
25636
|
+
pullRequestUrl: string;
|
|
25637
|
+
}, z.ZodTypeDef, {
|
|
25638
|
+
pullRequestUrl: string;
|
|
25639
|
+
}>>>, {
|
|
25640
|
+
pullRequestUrl: string;
|
|
25641
|
+
} | undefined, {
|
|
25642
|
+
pullRequestUrl: string;
|
|
25643
|
+
} | null | undefined>;
|
|
25644
|
+
sndocs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
25588
25645
|
url: string;
|
|
25589
|
-
}, {
|
|
25646
|
+
}, z.ZodTypeDef, {
|
|
25590
25647
|
url: string;
|
|
25591
|
-
}
|
|
25648
|
+
}>>>, {
|
|
25649
|
+
url: string;
|
|
25650
|
+
} | undefined, {
|
|
25651
|
+
url: string;
|
|
25652
|
+
} | null | undefined>;
|
|
25592
25653
|
}, "strip", z.ZodTypeAny, {
|
|
25593
25654
|
error?: string | undefined;
|
|
25594
25655
|
github?: {
|
|
@@ -25616,26 +25677,28 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
25616
25677
|
error?: string | undefined;
|
|
25617
25678
|
github?: {
|
|
25618
25679
|
pullRequestUrl: string;
|
|
25619
|
-
} | undefined;
|
|
25680
|
+
} | null | undefined;
|
|
25620
25681
|
azure?: {
|
|
25621
25682
|
pullRequestUrl: string;
|
|
25622
|
-
} | undefined;
|
|
25683
|
+
} | null | undefined;
|
|
25623
25684
|
gitlab?: {
|
|
25624
25685
|
pullRequestUrl: string;
|
|
25625
|
-
} | undefined;
|
|
25686
|
+
} | null | undefined;
|
|
25626
25687
|
bitbucket?: {
|
|
25627
25688
|
pullRequestUrl: string;
|
|
25628
|
-
} | undefined;
|
|
25689
|
+
} | null | undefined;
|
|
25629
25690
|
s3?: {
|
|
25630
25691
|
path: string;
|
|
25631
25692
|
files: string[];
|
|
25632
25693
|
bucket: string;
|
|
25633
25694
|
urlPrefix?: string | undefined;
|
|
25634
|
-
} | undefined;
|
|
25695
|
+
} | null | undefined;
|
|
25635
25696
|
sndocs?: {
|
|
25636
25697
|
url: string;
|
|
25637
|
-
} | undefined;
|
|
25698
|
+
} | null | undefined;
|
|
25638
25699
|
}>>;
|
|
25700
|
+
brandPersistentId: z.ZodOptional<z.ZodString>;
|
|
25701
|
+
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
25639
25702
|
}, "strip", z.ZodTypeAny, {
|
|
25640
25703
|
id: string;
|
|
25641
25704
|
status: "InProgress" | "Success" | "Failed" | "Timeout";
|
|
@@ -25702,6 +25765,8 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
25702
25765
|
description?: string | undefined;
|
|
25703
25766
|
};
|
|
25704
25767
|
};
|
|
25768
|
+
brandPersistentId?: string | undefined;
|
|
25769
|
+
themePersistentId?: string | undefined;
|
|
25705
25770
|
finishedAt?: Date | undefined;
|
|
25706
25771
|
index?: number | undefined;
|
|
25707
25772
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -25800,6 +25865,8 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
25800
25865
|
description?: string | undefined;
|
|
25801
25866
|
};
|
|
25802
25867
|
};
|
|
25868
|
+
brandPersistentId?: string | undefined;
|
|
25869
|
+
themePersistentId?: string | undefined;
|
|
25803
25870
|
finishedAt?: Date | undefined;
|
|
25804
25871
|
index?: number | undefined;
|
|
25805
25872
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -25812,25 +25879,25 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
25812
25879
|
error?: string | undefined;
|
|
25813
25880
|
github?: {
|
|
25814
25881
|
pullRequestUrl: string;
|
|
25815
|
-
} | undefined;
|
|
25882
|
+
} | null | undefined;
|
|
25816
25883
|
azure?: {
|
|
25817
25884
|
pullRequestUrl: string;
|
|
25818
|
-
} | undefined;
|
|
25885
|
+
} | null | undefined;
|
|
25819
25886
|
gitlab?: {
|
|
25820
25887
|
pullRequestUrl: string;
|
|
25821
|
-
} | undefined;
|
|
25888
|
+
} | null | undefined;
|
|
25822
25889
|
bitbucket?: {
|
|
25823
25890
|
pullRequestUrl: string;
|
|
25824
|
-
} | undefined;
|
|
25891
|
+
} | null | undefined;
|
|
25825
25892
|
s3?: {
|
|
25826
25893
|
path: string;
|
|
25827
25894
|
files: string[];
|
|
25828
25895
|
bucket: string;
|
|
25829
25896
|
urlPrefix?: string | undefined;
|
|
25830
|
-
} | undefined;
|
|
25897
|
+
} | null | undefined;
|
|
25831
25898
|
sndocs?: {
|
|
25832
25899
|
url: string;
|
|
25833
|
-
} | undefined;
|
|
25900
|
+
} | null | undefined;
|
|
25834
25901
|
} | undefined;
|
|
25835
25902
|
}>, "many">;
|
|
25836
25903
|
webhookUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -26031,6 +26098,8 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
26031
26098
|
description?: string | undefined;
|
|
26032
26099
|
};
|
|
26033
26100
|
};
|
|
26101
|
+
brandPersistentId?: string | undefined;
|
|
26102
|
+
themePersistentId?: string | undefined;
|
|
26034
26103
|
finishedAt?: Date | undefined;
|
|
26035
26104
|
index?: number | undefined;
|
|
26036
26105
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -26183,6 +26252,8 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
26183
26252
|
description?: string | undefined;
|
|
26184
26253
|
};
|
|
26185
26254
|
};
|
|
26255
|
+
brandPersistentId?: string | undefined;
|
|
26256
|
+
themePersistentId?: string | undefined;
|
|
26186
26257
|
finishedAt?: Date | undefined;
|
|
26187
26258
|
index?: number | undefined;
|
|
26188
26259
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -26195,25 +26266,25 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
26195
26266
|
error?: string | undefined;
|
|
26196
26267
|
github?: {
|
|
26197
26268
|
pullRequestUrl: string;
|
|
26198
|
-
} | undefined;
|
|
26269
|
+
} | null | undefined;
|
|
26199
26270
|
azure?: {
|
|
26200
26271
|
pullRequestUrl: string;
|
|
26201
|
-
} | undefined;
|
|
26272
|
+
} | null | undefined;
|
|
26202
26273
|
gitlab?: {
|
|
26203
26274
|
pullRequestUrl: string;
|
|
26204
|
-
} | undefined;
|
|
26275
|
+
} | null | undefined;
|
|
26205
26276
|
bitbucket?: {
|
|
26206
26277
|
pullRequestUrl: string;
|
|
26207
|
-
} | undefined;
|
|
26278
|
+
} | null | undefined;
|
|
26208
26279
|
s3?: {
|
|
26209
26280
|
path: string;
|
|
26210
26281
|
files: string[];
|
|
26211
26282
|
bucket: string;
|
|
26212
26283
|
urlPrefix?: string | undefined;
|
|
26213
|
-
} | undefined;
|
|
26284
|
+
} | null | undefined;
|
|
26214
26285
|
sndocs?: {
|
|
26215
26286
|
url: string;
|
|
26216
|
-
} | undefined;
|
|
26287
|
+
} | null | undefined;
|
|
26217
26288
|
} | undefined;
|
|
26218
26289
|
}[];
|
|
26219
26290
|
brandPersistentId?: string | undefined;
|
|
@@ -32835,7 +32906,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
32835
32906
|
} | undefined;
|
|
32836
32907
|
}>;
|
|
32837
32908
|
behavior: z.ZodObject<{
|
|
32838
|
-
dataType: z.ZodEnum<["Item", "Token", "Asset", "Component", "FigmaNode"]>;
|
|
32909
|
+
dataType: z.ZodEnum<["Item", "Token", "Asset", "Component", "FigmaNode", "FigmaComponent"]>;
|
|
32839
32910
|
items: z.ZodOptional<z.ZodObject<{
|
|
32840
32911
|
numberOfItems: z.ZodNumber;
|
|
32841
32912
|
allowLinks: z.ZodBoolean;
|
|
@@ -32860,7 +32931,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
32860
32931
|
maxSelected: number;
|
|
32861
32932
|
}>>;
|
|
32862
32933
|
}, "strip", z.ZodTypeAny, {
|
|
32863
|
-
dataType: "Token" | "Component" | "FigmaNode" | "Asset" | "Item";
|
|
32934
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "FigmaNode" | "Asset" | "Item";
|
|
32864
32935
|
items?: {
|
|
32865
32936
|
numberOfItems: number;
|
|
32866
32937
|
allowLinks: boolean;
|
|
@@ -32871,7 +32942,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
32871
32942
|
maxSelected: number;
|
|
32872
32943
|
} | undefined;
|
|
32873
32944
|
}, {
|
|
32874
|
-
dataType: "Token" | "Component" | "FigmaNode" | "Asset" | "Item";
|
|
32945
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "FigmaNode" | "Asset" | "Item";
|
|
32875
32946
|
items?: {
|
|
32876
32947
|
numberOfItems: number;
|
|
32877
32948
|
allowLinks: boolean;
|
|
@@ -32966,7 +33037,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
32966
33037
|
};
|
|
32967
33038
|
category: "Figma" | "Text" | "Code" | "Other" | "Embed" | "Layout" | "Media" | "Guidelines" | "Tokens" | "Components" | "Assets" | "Data";
|
|
32968
33039
|
behavior: {
|
|
32969
|
-
dataType: "Token" | "Component" | "FigmaNode" | "Asset" | "Item";
|
|
33040
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "FigmaNode" | "Asset" | "Item";
|
|
32970
33041
|
items?: {
|
|
32971
33042
|
numberOfItems: number;
|
|
32972
33043
|
allowLinks: boolean;
|
|
@@ -33038,7 +33109,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
33038
33109
|
};
|
|
33039
33110
|
category: "Figma" | "Text" | "Code" | "Other" | "Embed" | "Layout" | "Media" | "Guidelines" | "Tokens" | "Components" | "Assets" | "Data";
|
|
33040
33111
|
behavior: {
|
|
33041
|
-
dataType: "Token" | "Component" | "FigmaNode" | "Asset" | "Item";
|
|
33112
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "FigmaNode" | "Asset" | "Item";
|
|
33042
33113
|
items?: {
|
|
33043
33114
|
numberOfItems: number;
|
|
33044
33115
|
allowLinks: boolean;
|
|
@@ -33112,7 +33183,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
33112
33183
|
};
|
|
33113
33184
|
category: "Figma" | "Text" | "Code" | "Other" | "Embed" | "Layout" | "Media" | "Guidelines" | "Tokens" | "Components" | "Assets" | "Data";
|
|
33114
33185
|
behavior: {
|
|
33115
|
-
dataType: "Token" | "Component" | "FigmaNode" | "Asset" | "Item";
|
|
33186
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "FigmaNode" | "Asset" | "Item";
|
|
33116
33187
|
items?: {
|
|
33117
33188
|
numberOfItems: number;
|
|
33118
33189
|
allowLinks: boolean;
|
|
@@ -33186,7 +33257,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
33186
33257
|
};
|
|
33187
33258
|
category: "Figma" | "Text" | "Code" | "Other" | "Embed" | "Layout" | "Media" | "Guidelines" | "Tokens" | "Components" | "Assets" | "Data";
|
|
33188
33259
|
behavior: {
|
|
33189
|
-
dataType: "Token" | "Component" | "FigmaNode" | "Asset" | "Item";
|
|
33260
|
+
dataType: "Token" | "Component" | "FigmaComponent" | "FigmaNode" | "Asset" | "Item";
|
|
33190
33261
|
items?: {
|
|
33191
33262
|
numberOfItems: number;
|
|
33192
33263
|
allowLinks: boolean;
|
|
@@ -33224,7 +33295,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
|
33224
33295
|
eventType: z.ZodEnum<["OnVersionReleased", "OnHeadChanged", "OnSourceUpdated", "None"]>;
|
|
33225
33296
|
brandPersistentId: z.ZodOptional<z.ZodString>;
|
|
33226
33297
|
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
33227
|
-
destination: z.ZodUnion<[z.ZodEnum<["Github", "Gitlab", "Bitbucket", "Azure"]>, z.ZodEnum<["WebhookUrl", "S3", "Documentation"]>]
|
|
33298
|
+
destination: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["Github", "Gitlab", "Bitbucket", "Azure"]>, z.ZodEnum<["WebhookUrl", "S3", "Documentation"]>]>>;
|
|
33228
33299
|
gitQuery: z.ZodObject<{
|
|
33229
33300
|
organization: z.ZodOptional<z.ZodString>;
|
|
33230
33301
|
project: z.ZodOptional<z.ZodString>;
|
|
@@ -33455,7 +33526,6 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
|
33455
33526
|
designSystemId: string;
|
|
33456
33527
|
isEnabled: boolean;
|
|
33457
33528
|
eventType: "OnVersionReleased" | "OnHeadChanged" | "OnSourceUpdated" | "None";
|
|
33458
|
-
destination: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation";
|
|
33459
33529
|
gitQuery: {
|
|
33460
33530
|
organization?: string | undefined;
|
|
33461
33531
|
project?: string | undefined;
|
|
@@ -33510,13 +33580,13 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
|
33510
33580
|
};
|
|
33511
33581
|
brandPersistentId?: string | undefined;
|
|
33512
33582
|
themePersistentId?: string | undefined;
|
|
33583
|
+
destination?: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation" | undefined;
|
|
33513
33584
|
}, {
|
|
33514
33585
|
name: string;
|
|
33515
33586
|
exporterId: string;
|
|
33516
33587
|
designSystemId: string;
|
|
33517
33588
|
isEnabled: boolean;
|
|
33518
33589
|
eventType: "OnVersionReleased" | "OnHeadChanged" | "OnSourceUpdated" | "None";
|
|
33519
|
-
destination: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation";
|
|
33520
33590
|
gitQuery: {
|
|
33521
33591
|
organization?: string | undefined;
|
|
33522
33592
|
project?: string | undefined;
|
|
@@ -33571,6 +33641,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
|
33571
33641
|
};
|
|
33572
33642
|
brandPersistentId?: string | undefined;
|
|
33573
33643
|
themePersistentId?: string | undefined;
|
|
33644
|
+
destination?: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation" | undefined;
|
|
33574
33645
|
}>;
|
|
33575
33646
|
type DTOPipelineCreateBody = z.infer<typeof DTOPipelineCreateBody>;
|
|
33576
33647
|
declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -33581,7 +33652,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
33581
33652
|
eventType: z.ZodEnum<["OnVersionReleased", "OnHeadChanged", "OnSourceUpdated", "None"]>;
|
|
33582
33653
|
brandPersistentId: z.ZodOptional<z.ZodString>;
|
|
33583
33654
|
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
33584
|
-
destination: z.ZodUnion<[z.ZodEnum<["Github", "Gitlab", "Bitbucket", "Azure"]>, z.ZodEnum<["WebhookUrl", "S3", "Documentation"]>]
|
|
33655
|
+
destination: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["Github", "Gitlab", "Bitbucket", "Azure"]>, z.ZodEnum<["WebhookUrl", "S3", "Documentation"]>]>>;
|
|
33585
33656
|
gitQuery: z.ZodObject<{
|
|
33586
33657
|
organization: z.ZodOptional<z.ZodString>;
|
|
33587
33658
|
project: z.ZodOptional<z.ZodString>;
|
|
@@ -33815,7 +33886,6 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
33815
33886
|
designSystemId: string;
|
|
33816
33887
|
isEnabled: boolean;
|
|
33817
33888
|
eventType: "OnVersionReleased" | "OnHeadChanged" | "OnSourceUpdated" | "None";
|
|
33818
|
-
destination: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation";
|
|
33819
33889
|
gitQuery: {
|
|
33820
33890
|
organization?: string | undefined;
|
|
33821
33891
|
project?: string | undefined;
|
|
@@ -33870,6 +33940,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
33870
33940
|
};
|
|
33871
33941
|
brandPersistentId?: string | undefined;
|
|
33872
33942
|
themePersistentId?: string | undefined;
|
|
33943
|
+
destination?: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation" | undefined;
|
|
33873
33944
|
}, {
|
|
33874
33945
|
id: string;
|
|
33875
33946
|
name: string;
|
|
@@ -33877,7 +33948,6 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
33877
33948
|
designSystemId: string;
|
|
33878
33949
|
isEnabled: boolean;
|
|
33879
33950
|
eventType: "OnVersionReleased" | "OnHeadChanged" | "OnSourceUpdated" | "None";
|
|
33880
|
-
destination: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation";
|
|
33881
33951
|
gitQuery: {
|
|
33882
33952
|
organization?: string | undefined;
|
|
33883
33953
|
project?: string | undefined;
|
|
@@ -33932,6 +34002,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
33932
34002
|
};
|
|
33933
34003
|
brandPersistentId?: string | undefined;
|
|
33934
34004
|
themePersistentId?: string | undefined;
|
|
34005
|
+
destination?: "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | "Documentation" | undefined;
|
|
33935
34006
|
}>;
|
|
33936
34007
|
type DTOPipelineUpdateBody = z.infer<typeof DTOPipelineUpdateBody>;
|
|
33937
34008
|
declare const DTOPipelineTriggerBody: z.ZodObject<{
|