@supernova-studio/client 0.47.27 → 0.47.29
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 +471 -242
- package/dist/index.d.ts +471 -242
- package/dist/index.js +67 -44
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +67 -44
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/api/conversion/integrations/git.ts +3 -0
- package/src/api/conversion/integrations/integration.ts +1 -0
- package/src/api/dto/export/job.ts +2 -2
- package/src/api/dto/workspaces/git.ts +4 -1
- package/src/yjs/docs-editor/prosemirror-to-blocks.ts +4 -1
package/dist/index.d.mts
CHANGED
|
@@ -23700,8 +23700,8 @@ declare const DTOExportJobDestinations: z.ZodObject<{
|
|
|
23700
23700
|
branch: z.ZodString;
|
|
23701
23701
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23702
23702
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23703
|
-
connectionId: z.ZodOptional<z.
|
|
23704
|
-
userId: z.ZodOptional<z.
|
|
23703
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23704
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
23705
23705
|
}, "strip", z.ZodTypeAny, {
|
|
23706
23706
|
branch: string;
|
|
23707
23707
|
organizationId: string;
|
|
@@ -23718,10 +23718,10 @@ declare const DTOExportJobDestinations: z.ZodObject<{
|
|
|
23718
23718
|
projectId: string;
|
|
23719
23719
|
repositoryId: string;
|
|
23720
23720
|
url?: string | null | undefined;
|
|
23721
|
-
userId?: number | undefined;
|
|
23721
|
+
userId?: number | null | undefined;
|
|
23722
23722
|
credentialId?: string | undefined;
|
|
23723
23723
|
relativePath?: string | null | undefined;
|
|
23724
|
-
connectionId?: string | undefined;
|
|
23724
|
+
connectionId?: string | null | undefined;
|
|
23725
23725
|
}>>;
|
|
23726
23726
|
bitbucket: z.ZodOptional<z.ZodObject<{
|
|
23727
23727
|
credentialId: z.ZodOptional<z.ZodString>;
|
|
@@ -23730,8 +23730,8 @@ declare const DTOExportJobDestinations: z.ZodObject<{
|
|
|
23730
23730
|
repoSlug: z.ZodString;
|
|
23731
23731
|
branch: z.ZodString;
|
|
23732
23732
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23733
|
-
connectionId: z.ZodOptional<z.
|
|
23734
|
-
userId: z.ZodOptional<z.
|
|
23733
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23734
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
23735
23735
|
}, "strip", z.ZodTypeAny, {
|
|
23736
23736
|
branch: string;
|
|
23737
23737
|
workspaceSlug: string;
|
|
@@ -23746,18 +23746,18 @@ declare const DTOExportJobDestinations: z.ZodObject<{
|
|
|
23746
23746
|
workspaceSlug: string;
|
|
23747
23747
|
projectKey: string;
|
|
23748
23748
|
repoSlug: string;
|
|
23749
|
-
userId?: number | undefined;
|
|
23749
|
+
userId?: number | null | undefined;
|
|
23750
23750
|
credentialId?: string | undefined;
|
|
23751
23751
|
relativePath?: string | null | undefined;
|
|
23752
|
-
connectionId?: string | undefined;
|
|
23752
|
+
connectionId?: string | null | undefined;
|
|
23753
23753
|
}>>;
|
|
23754
23754
|
github: z.ZodOptional<z.ZodObject<{
|
|
23755
23755
|
credentialId: z.ZodOptional<z.ZodString>;
|
|
23756
23756
|
url: z.ZodString;
|
|
23757
23757
|
branch: z.ZodString;
|
|
23758
23758
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23759
|
-
connectionId: z.ZodOptional<z.
|
|
23760
|
-
userId: z.ZodOptional<z.
|
|
23759
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23760
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
23761
23761
|
}, "strip", z.ZodTypeAny, {
|
|
23762
23762
|
url: string;
|
|
23763
23763
|
branch: string;
|
|
@@ -23768,10 +23768,10 @@ declare const DTOExportJobDestinations: z.ZodObject<{
|
|
|
23768
23768
|
}, {
|
|
23769
23769
|
url: string;
|
|
23770
23770
|
branch: string;
|
|
23771
|
-
userId?: number | undefined;
|
|
23771
|
+
userId?: number | null | undefined;
|
|
23772
23772
|
credentialId?: string | undefined;
|
|
23773
23773
|
relativePath?: string | null | undefined;
|
|
23774
|
-
connectionId?: string | undefined;
|
|
23774
|
+
connectionId?: string | null | undefined;
|
|
23775
23775
|
}>>;
|
|
23776
23776
|
gitlab: z.ZodOptional<z.ZodObject<{
|
|
23777
23777
|
credentialId: z.ZodOptional<z.ZodString>;
|
|
@@ -23779,8 +23779,8 @@ declare const DTOExportJobDestinations: z.ZodObject<{
|
|
|
23779
23779
|
branch: z.ZodString;
|
|
23780
23780
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23781
23781
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23782
|
-
connectionId: z.ZodOptional<z.
|
|
23783
|
-
userId: z.ZodOptional<z.
|
|
23782
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23783
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
23784
23784
|
}, "strip", z.ZodTypeAny, {
|
|
23785
23785
|
branch: string;
|
|
23786
23786
|
projectId: string;
|
|
@@ -23793,10 +23793,10 @@ declare const DTOExportJobDestinations: z.ZodObject<{
|
|
|
23793
23793
|
branch: string;
|
|
23794
23794
|
projectId: string;
|
|
23795
23795
|
url?: string | null | undefined;
|
|
23796
|
-
userId?: number | undefined;
|
|
23796
|
+
userId?: number | null | undefined;
|
|
23797
23797
|
credentialId?: string | undefined;
|
|
23798
23798
|
relativePath?: string | null | undefined;
|
|
23799
|
-
connectionId?: string | undefined;
|
|
23799
|
+
connectionId?: string | null | undefined;
|
|
23800
23800
|
}>>;
|
|
23801
23801
|
documentation: z.ZodOptional<z.ZodObject<{
|
|
23802
23802
|
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
@@ -23858,37 +23858,37 @@ declare const DTOExportJobDestinations: z.ZodObject<{
|
|
|
23858
23858
|
projectId: string;
|
|
23859
23859
|
repositoryId: string;
|
|
23860
23860
|
url?: string | null | undefined;
|
|
23861
|
-
userId?: number | undefined;
|
|
23861
|
+
userId?: number | null | undefined;
|
|
23862
23862
|
credentialId?: string | undefined;
|
|
23863
23863
|
relativePath?: string | null | undefined;
|
|
23864
|
-
connectionId?: string | undefined;
|
|
23864
|
+
connectionId?: string | null | undefined;
|
|
23865
23865
|
} | undefined;
|
|
23866
23866
|
bitbucket?: {
|
|
23867
23867
|
branch: string;
|
|
23868
23868
|
workspaceSlug: string;
|
|
23869
23869
|
projectKey: string;
|
|
23870
23870
|
repoSlug: string;
|
|
23871
|
-
userId?: number | undefined;
|
|
23871
|
+
userId?: number | null | undefined;
|
|
23872
23872
|
credentialId?: string | undefined;
|
|
23873
23873
|
relativePath?: string | null | undefined;
|
|
23874
|
-
connectionId?: string | undefined;
|
|
23874
|
+
connectionId?: string | null | undefined;
|
|
23875
23875
|
} | undefined;
|
|
23876
23876
|
github?: {
|
|
23877
23877
|
url: string;
|
|
23878
23878
|
branch: string;
|
|
23879
|
-
userId?: number | undefined;
|
|
23879
|
+
userId?: number | null | undefined;
|
|
23880
23880
|
credentialId?: string | undefined;
|
|
23881
23881
|
relativePath?: string | null | undefined;
|
|
23882
|
-
connectionId?: string | undefined;
|
|
23882
|
+
connectionId?: string | null | undefined;
|
|
23883
23883
|
} | undefined;
|
|
23884
23884
|
gitlab?: {
|
|
23885
23885
|
branch: string;
|
|
23886
23886
|
projectId: string;
|
|
23887
23887
|
url?: string | null | undefined;
|
|
23888
|
-
userId?: number | undefined;
|
|
23888
|
+
userId?: number | null | undefined;
|
|
23889
23889
|
credentialId?: string | undefined;
|
|
23890
23890
|
relativePath?: string | null | undefined;
|
|
23891
|
-
connectionId?: string | undefined;
|
|
23891
|
+
connectionId?: string | null | undefined;
|
|
23892
23892
|
} | undefined;
|
|
23893
23893
|
documentation?: {
|
|
23894
23894
|
environment: "Live" | "Preview";
|
|
@@ -23979,8 +23979,8 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
23979
23979
|
branch: z.ZodString;
|
|
23980
23980
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23981
23981
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23982
|
-
connectionId: z.ZodOptional<z.
|
|
23983
|
-
userId: z.ZodOptional<z.
|
|
23982
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23983
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
23984
23984
|
}, "strip", z.ZodTypeAny, {
|
|
23985
23985
|
branch: string;
|
|
23986
23986
|
organizationId: string;
|
|
@@ -23997,10 +23997,10 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
23997
23997
|
projectId: string;
|
|
23998
23998
|
repositoryId: string;
|
|
23999
23999
|
url?: string | null | undefined;
|
|
24000
|
-
userId?: number | undefined;
|
|
24000
|
+
userId?: number | null | undefined;
|
|
24001
24001
|
credentialId?: string | undefined;
|
|
24002
24002
|
relativePath?: string | null | undefined;
|
|
24003
|
-
connectionId?: string | undefined;
|
|
24003
|
+
connectionId?: string | null | undefined;
|
|
24004
24004
|
}>>;
|
|
24005
24005
|
bitbucket: z.ZodOptional<z.ZodObject<{
|
|
24006
24006
|
credentialId: z.ZodOptional<z.ZodString>;
|
|
@@ -24009,8 +24009,8 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
24009
24009
|
repoSlug: z.ZodString;
|
|
24010
24010
|
branch: z.ZodString;
|
|
24011
24011
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
24012
|
-
connectionId: z.ZodOptional<z.
|
|
24013
|
-
userId: z.ZodOptional<z.
|
|
24012
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
24013
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
24014
24014
|
}, "strip", z.ZodTypeAny, {
|
|
24015
24015
|
branch: string;
|
|
24016
24016
|
workspaceSlug: string;
|
|
@@ -24025,18 +24025,18 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
24025
24025
|
workspaceSlug: string;
|
|
24026
24026
|
projectKey: string;
|
|
24027
24027
|
repoSlug: string;
|
|
24028
|
-
userId?: number | undefined;
|
|
24028
|
+
userId?: number | null | undefined;
|
|
24029
24029
|
credentialId?: string | undefined;
|
|
24030
24030
|
relativePath?: string | null | undefined;
|
|
24031
|
-
connectionId?: string | undefined;
|
|
24031
|
+
connectionId?: string | null | undefined;
|
|
24032
24032
|
}>>;
|
|
24033
24033
|
github: z.ZodOptional<z.ZodObject<{
|
|
24034
24034
|
credentialId: z.ZodOptional<z.ZodString>;
|
|
24035
24035
|
url: z.ZodString;
|
|
24036
24036
|
branch: z.ZodString;
|
|
24037
24037
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
24038
|
-
connectionId: z.ZodOptional<z.
|
|
24039
|
-
userId: z.ZodOptional<z.
|
|
24038
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
24039
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
24040
24040
|
}, "strip", z.ZodTypeAny, {
|
|
24041
24041
|
url: string;
|
|
24042
24042
|
branch: string;
|
|
@@ -24047,10 +24047,10 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
24047
24047
|
}, {
|
|
24048
24048
|
url: string;
|
|
24049
24049
|
branch: string;
|
|
24050
|
-
userId?: number | undefined;
|
|
24050
|
+
userId?: number | null | undefined;
|
|
24051
24051
|
credentialId?: string | undefined;
|
|
24052
24052
|
relativePath?: string | null | undefined;
|
|
24053
|
-
connectionId?: string | undefined;
|
|
24053
|
+
connectionId?: string | null | undefined;
|
|
24054
24054
|
}>>;
|
|
24055
24055
|
gitlab: z.ZodOptional<z.ZodObject<{
|
|
24056
24056
|
credentialId: z.ZodOptional<z.ZodString>;
|
|
@@ -24058,8 +24058,8 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
24058
24058
|
branch: z.ZodString;
|
|
24059
24059
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
24060
24060
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
24061
|
-
connectionId: z.ZodOptional<z.
|
|
24062
|
-
userId: z.ZodOptional<z.
|
|
24061
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
24062
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
24063
24063
|
}, "strip", z.ZodTypeAny, {
|
|
24064
24064
|
branch: string;
|
|
24065
24065
|
projectId: string;
|
|
@@ -24072,10 +24072,10 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
24072
24072
|
branch: string;
|
|
24073
24073
|
projectId: string;
|
|
24074
24074
|
url?: string | null | undefined;
|
|
24075
|
-
userId?: number | undefined;
|
|
24075
|
+
userId?: number | null | undefined;
|
|
24076
24076
|
credentialId?: string | undefined;
|
|
24077
24077
|
relativePath?: string | null | undefined;
|
|
24078
|
-
connectionId?: string | undefined;
|
|
24078
|
+
connectionId?: string | null | undefined;
|
|
24079
24079
|
}>>;
|
|
24080
24080
|
documentation: z.ZodOptional<z.ZodObject<{
|
|
24081
24081
|
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
@@ -24137,37 +24137,37 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
24137
24137
|
projectId: string;
|
|
24138
24138
|
repositoryId: string;
|
|
24139
24139
|
url?: string | null | undefined;
|
|
24140
|
-
userId?: number | undefined;
|
|
24140
|
+
userId?: number | null | undefined;
|
|
24141
24141
|
credentialId?: string | undefined;
|
|
24142
24142
|
relativePath?: string | null | undefined;
|
|
24143
|
-
connectionId?: string | undefined;
|
|
24143
|
+
connectionId?: string | null | undefined;
|
|
24144
24144
|
} | undefined;
|
|
24145
24145
|
bitbucket?: {
|
|
24146
24146
|
branch: string;
|
|
24147
24147
|
workspaceSlug: string;
|
|
24148
24148
|
projectKey: string;
|
|
24149
24149
|
repoSlug: string;
|
|
24150
|
-
userId?: number | undefined;
|
|
24150
|
+
userId?: number | null | undefined;
|
|
24151
24151
|
credentialId?: string | undefined;
|
|
24152
24152
|
relativePath?: string | null | undefined;
|
|
24153
|
-
connectionId?: string | undefined;
|
|
24153
|
+
connectionId?: string | null | undefined;
|
|
24154
24154
|
} | undefined;
|
|
24155
24155
|
github?: {
|
|
24156
24156
|
url: string;
|
|
24157
24157
|
branch: string;
|
|
24158
|
-
userId?: number | undefined;
|
|
24158
|
+
userId?: number | null | undefined;
|
|
24159
24159
|
credentialId?: string | undefined;
|
|
24160
24160
|
relativePath?: string | null | undefined;
|
|
24161
|
-
connectionId?: string | undefined;
|
|
24161
|
+
connectionId?: string | null | undefined;
|
|
24162
24162
|
} | undefined;
|
|
24163
24163
|
gitlab?: {
|
|
24164
24164
|
branch: string;
|
|
24165
24165
|
projectId: string;
|
|
24166
24166
|
url?: string | null | undefined;
|
|
24167
|
-
userId?: number | undefined;
|
|
24167
|
+
userId?: number | null | undefined;
|
|
24168
24168
|
credentialId?: string | undefined;
|
|
24169
24169
|
relativePath?: string | null | undefined;
|
|
24170
|
-
connectionId?: string | undefined;
|
|
24170
|
+
connectionId?: string | null | undefined;
|
|
24171
24171
|
} | undefined;
|
|
24172
24172
|
documentation?: {
|
|
24173
24173
|
environment: "Live" | "Preview";
|
|
@@ -24244,6 +24244,27 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
24244
24244
|
} | undefined, {
|
|
24245
24245
|
url: string;
|
|
24246
24246
|
} | null | undefined>;
|
|
24247
|
+
logs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
24248
|
+
message: string;
|
|
24249
|
+
type: "user" | "success" | "warning" | "error" | "info";
|
|
24250
|
+
time: Date;
|
|
24251
|
+
id?: string | undefined;
|
|
24252
|
+
}[], z.ZodTypeDef, {
|
|
24253
|
+
message: string;
|
|
24254
|
+
type: "user" | "success" | "warning" | "error" | "info";
|
|
24255
|
+
time: Date;
|
|
24256
|
+
id?: string | undefined;
|
|
24257
|
+
}[]>>>, {
|
|
24258
|
+
message: string;
|
|
24259
|
+
type: "user" | "success" | "warning" | "error" | "info";
|
|
24260
|
+
time: Date;
|
|
24261
|
+
id?: string | undefined;
|
|
24262
|
+
}[] | undefined, {
|
|
24263
|
+
message: string;
|
|
24264
|
+
type: "user" | "success" | "warning" | "error" | "info";
|
|
24265
|
+
time: Date;
|
|
24266
|
+
id?: string | undefined;
|
|
24267
|
+
}[] | null | undefined>;
|
|
24247
24268
|
}, "strip", z.ZodTypeAny, {
|
|
24248
24269
|
error?: string | undefined;
|
|
24249
24270
|
github?: {
|
|
@@ -24258,6 +24279,12 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
24258
24279
|
bitbucket?: {
|
|
24259
24280
|
pullRequestUrl: string;
|
|
24260
24281
|
} | undefined;
|
|
24282
|
+
logs?: {
|
|
24283
|
+
message: string;
|
|
24284
|
+
type: "user" | "success" | "warning" | "error" | "info";
|
|
24285
|
+
time: Date;
|
|
24286
|
+
id?: string | undefined;
|
|
24287
|
+
}[] | undefined;
|
|
24261
24288
|
s3?: {
|
|
24262
24289
|
path: string;
|
|
24263
24290
|
files: string[];
|
|
@@ -24281,6 +24308,12 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
24281
24308
|
bitbucket?: {
|
|
24282
24309
|
pullRequestUrl: string;
|
|
24283
24310
|
} | null | undefined;
|
|
24311
|
+
logs?: {
|
|
24312
|
+
message: string;
|
|
24313
|
+
type: "user" | "success" | "warning" | "error" | "info";
|
|
24314
|
+
time: Date;
|
|
24315
|
+
id?: string | undefined;
|
|
24316
|
+
}[] | null | undefined;
|
|
24284
24317
|
s3?: {
|
|
24285
24318
|
path: string;
|
|
24286
24319
|
files: string[];
|
|
@@ -24383,6 +24416,12 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
24383
24416
|
bitbucket?: {
|
|
24384
24417
|
pullRequestUrl: string;
|
|
24385
24418
|
} | undefined;
|
|
24419
|
+
logs?: {
|
|
24420
|
+
message: string;
|
|
24421
|
+
type: "user" | "success" | "warning" | "error" | "info";
|
|
24422
|
+
time: Date;
|
|
24423
|
+
id?: string | undefined;
|
|
24424
|
+
}[] | undefined;
|
|
24386
24425
|
s3?: {
|
|
24387
24426
|
path: string;
|
|
24388
24427
|
files: string[];
|
|
@@ -24406,37 +24445,37 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
24406
24445
|
projectId: string;
|
|
24407
24446
|
repositoryId: string;
|
|
24408
24447
|
url?: string | null | undefined;
|
|
24409
|
-
userId?: number | undefined;
|
|
24448
|
+
userId?: number | null | undefined;
|
|
24410
24449
|
credentialId?: string | undefined;
|
|
24411
24450
|
relativePath?: string | null | undefined;
|
|
24412
|
-
connectionId?: string | undefined;
|
|
24451
|
+
connectionId?: string | null | undefined;
|
|
24413
24452
|
} | undefined;
|
|
24414
24453
|
bitbucket?: {
|
|
24415
24454
|
branch: string;
|
|
24416
24455
|
workspaceSlug: string;
|
|
24417
24456
|
projectKey: string;
|
|
24418
24457
|
repoSlug: string;
|
|
24419
|
-
userId?: number | undefined;
|
|
24458
|
+
userId?: number | null | undefined;
|
|
24420
24459
|
credentialId?: string | undefined;
|
|
24421
24460
|
relativePath?: string | null | undefined;
|
|
24422
|
-
connectionId?: string | undefined;
|
|
24461
|
+
connectionId?: string | null | undefined;
|
|
24423
24462
|
} | undefined;
|
|
24424
24463
|
github?: {
|
|
24425
24464
|
url: string;
|
|
24426
24465
|
branch: string;
|
|
24427
|
-
userId?: number | undefined;
|
|
24466
|
+
userId?: number | null | undefined;
|
|
24428
24467
|
credentialId?: string | undefined;
|
|
24429
24468
|
relativePath?: string | null | undefined;
|
|
24430
|
-
connectionId?: string | undefined;
|
|
24469
|
+
connectionId?: string | null | undefined;
|
|
24431
24470
|
} | undefined;
|
|
24432
24471
|
gitlab?: {
|
|
24433
24472
|
branch: string;
|
|
24434
24473
|
projectId: string;
|
|
24435
24474
|
url?: string | null | undefined;
|
|
24436
|
-
userId?: number | undefined;
|
|
24475
|
+
userId?: number | null | undefined;
|
|
24437
24476
|
credentialId?: string | undefined;
|
|
24438
24477
|
relativePath?: string | null | undefined;
|
|
24439
|
-
connectionId?: string | undefined;
|
|
24478
|
+
connectionId?: string | null | undefined;
|
|
24440
24479
|
} | undefined;
|
|
24441
24480
|
documentation?: {
|
|
24442
24481
|
environment: "Live" | "Preview";
|
|
@@ -24483,6 +24522,12 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
24483
24522
|
bitbucket?: {
|
|
24484
24523
|
pullRequestUrl: string;
|
|
24485
24524
|
} | null | undefined;
|
|
24525
|
+
logs?: {
|
|
24526
|
+
message: string;
|
|
24527
|
+
type: "user" | "success" | "warning" | "error" | "info";
|
|
24528
|
+
time: Date;
|
|
24529
|
+
id?: string | undefined;
|
|
24530
|
+
}[] | null | undefined;
|
|
24486
24531
|
s3?: {
|
|
24487
24532
|
path: string;
|
|
24488
24533
|
files: string[];
|
|
@@ -24579,8 +24624,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
24579
24624
|
branch: z.ZodString;
|
|
24580
24625
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
24581
24626
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
24582
|
-
connectionId: z.ZodOptional<z.
|
|
24583
|
-
userId: z.ZodOptional<z.
|
|
24627
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
24628
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
24584
24629
|
}, "strip", z.ZodTypeAny, {
|
|
24585
24630
|
branch: string;
|
|
24586
24631
|
organizationId: string;
|
|
@@ -24597,10 +24642,10 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
24597
24642
|
projectId: string;
|
|
24598
24643
|
repositoryId: string;
|
|
24599
24644
|
url?: string | null | undefined;
|
|
24600
|
-
userId?: number | undefined;
|
|
24645
|
+
userId?: number | null | undefined;
|
|
24601
24646
|
credentialId?: string | undefined;
|
|
24602
24647
|
relativePath?: string | null | undefined;
|
|
24603
|
-
connectionId?: string | undefined;
|
|
24648
|
+
connectionId?: string | null | undefined;
|
|
24604
24649
|
}>>;
|
|
24605
24650
|
bitbucket: z.ZodOptional<z.ZodObject<{
|
|
24606
24651
|
credentialId: z.ZodOptional<z.ZodString>;
|
|
@@ -24609,8 +24654,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
24609
24654
|
repoSlug: z.ZodString;
|
|
24610
24655
|
branch: z.ZodString;
|
|
24611
24656
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
24612
|
-
connectionId: z.ZodOptional<z.
|
|
24613
|
-
userId: z.ZodOptional<z.
|
|
24657
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
24658
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
24614
24659
|
}, "strip", z.ZodTypeAny, {
|
|
24615
24660
|
branch: string;
|
|
24616
24661
|
workspaceSlug: string;
|
|
@@ -24625,18 +24670,18 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
24625
24670
|
workspaceSlug: string;
|
|
24626
24671
|
projectKey: string;
|
|
24627
24672
|
repoSlug: string;
|
|
24628
|
-
userId?: number | undefined;
|
|
24673
|
+
userId?: number | null | undefined;
|
|
24629
24674
|
credentialId?: string | undefined;
|
|
24630
24675
|
relativePath?: string | null | undefined;
|
|
24631
|
-
connectionId?: string | undefined;
|
|
24676
|
+
connectionId?: string | null | undefined;
|
|
24632
24677
|
}>>;
|
|
24633
24678
|
github: z.ZodOptional<z.ZodObject<{
|
|
24634
24679
|
credentialId: z.ZodOptional<z.ZodString>;
|
|
24635
24680
|
url: z.ZodString;
|
|
24636
24681
|
branch: z.ZodString;
|
|
24637
24682
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
24638
|
-
connectionId: z.ZodOptional<z.
|
|
24639
|
-
userId: z.ZodOptional<z.
|
|
24683
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
24684
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
24640
24685
|
}, "strip", z.ZodTypeAny, {
|
|
24641
24686
|
url: string;
|
|
24642
24687
|
branch: string;
|
|
@@ -24647,10 +24692,10 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
24647
24692
|
}, {
|
|
24648
24693
|
url: string;
|
|
24649
24694
|
branch: string;
|
|
24650
|
-
userId?: number | undefined;
|
|
24695
|
+
userId?: number | null | undefined;
|
|
24651
24696
|
credentialId?: string | undefined;
|
|
24652
24697
|
relativePath?: string | null | undefined;
|
|
24653
|
-
connectionId?: string | undefined;
|
|
24698
|
+
connectionId?: string | null | undefined;
|
|
24654
24699
|
}>>;
|
|
24655
24700
|
gitlab: z.ZodOptional<z.ZodObject<{
|
|
24656
24701
|
credentialId: z.ZodOptional<z.ZodString>;
|
|
@@ -24658,8 +24703,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
24658
24703
|
branch: z.ZodString;
|
|
24659
24704
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
24660
24705
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
24661
|
-
connectionId: z.ZodOptional<z.
|
|
24662
|
-
userId: z.ZodOptional<z.
|
|
24706
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
24707
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
24663
24708
|
}, "strip", z.ZodTypeAny, {
|
|
24664
24709
|
branch: string;
|
|
24665
24710
|
projectId: string;
|
|
@@ -24672,10 +24717,10 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
24672
24717
|
branch: string;
|
|
24673
24718
|
projectId: string;
|
|
24674
24719
|
url?: string | null | undefined;
|
|
24675
|
-
userId?: number | undefined;
|
|
24720
|
+
userId?: number | null | undefined;
|
|
24676
24721
|
credentialId?: string | undefined;
|
|
24677
24722
|
relativePath?: string | null | undefined;
|
|
24678
|
-
connectionId?: string | undefined;
|
|
24723
|
+
connectionId?: string | null | undefined;
|
|
24679
24724
|
}>>;
|
|
24680
24725
|
documentation: z.ZodOptional<z.ZodObject<{
|
|
24681
24726
|
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
@@ -24737,37 +24782,37 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
24737
24782
|
projectId: string;
|
|
24738
24783
|
repositoryId: string;
|
|
24739
24784
|
url?: string | null | undefined;
|
|
24740
|
-
userId?: number | undefined;
|
|
24785
|
+
userId?: number | null | undefined;
|
|
24741
24786
|
credentialId?: string | undefined;
|
|
24742
24787
|
relativePath?: string | null | undefined;
|
|
24743
|
-
connectionId?: string | undefined;
|
|
24788
|
+
connectionId?: string | null | undefined;
|
|
24744
24789
|
} | undefined;
|
|
24745
24790
|
bitbucket?: {
|
|
24746
24791
|
branch: string;
|
|
24747
24792
|
workspaceSlug: string;
|
|
24748
24793
|
projectKey: string;
|
|
24749
24794
|
repoSlug: string;
|
|
24750
|
-
userId?: number | undefined;
|
|
24795
|
+
userId?: number | null | undefined;
|
|
24751
24796
|
credentialId?: string | undefined;
|
|
24752
24797
|
relativePath?: string | null | undefined;
|
|
24753
|
-
connectionId?: string | undefined;
|
|
24798
|
+
connectionId?: string | null | undefined;
|
|
24754
24799
|
} | undefined;
|
|
24755
24800
|
github?: {
|
|
24756
24801
|
url: string;
|
|
24757
24802
|
branch: string;
|
|
24758
|
-
userId?: number | undefined;
|
|
24803
|
+
userId?: number | null | undefined;
|
|
24759
24804
|
credentialId?: string | undefined;
|
|
24760
24805
|
relativePath?: string | null | undefined;
|
|
24761
|
-
connectionId?: string | undefined;
|
|
24806
|
+
connectionId?: string | null | undefined;
|
|
24762
24807
|
} | undefined;
|
|
24763
24808
|
gitlab?: {
|
|
24764
24809
|
branch: string;
|
|
24765
24810
|
projectId: string;
|
|
24766
24811
|
url?: string | null | undefined;
|
|
24767
|
-
userId?: number | undefined;
|
|
24812
|
+
userId?: number | null | undefined;
|
|
24768
24813
|
credentialId?: string | undefined;
|
|
24769
24814
|
relativePath?: string | null | undefined;
|
|
24770
|
-
connectionId?: string | undefined;
|
|
24815
|
+
connectionId?: string | null | undefined;
|
|
24771
24816
|
} | undefined;
|
|
24772
24817
|
documentation?: {
|
|
24773
24818
|
environment: "Live" | "Preview";
|
|
@@ -24844,6 +24889,27 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
24844
24889
|
} | undefined, {
|
|
24845
24890
|
url: string;
|
|
24846
24891
|
} | null | undefined>;
|
|
24892
|
+
logs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
24893
|
+
message: string;
|
|
24894
|
+
type: "user" | "success" | "warning" | "error" | "info";
|
|
24895
|
+
time: Date;
|
|
24896
|
+
id?: string | undefined;
|
|
24897
|
+
}[], z.ZodTypeDef, {
|
|
24898
|
+
message: string;
|
|
24899
|
+
type: "user" | "success" | "warning" | "error" | "info";
|
|
24900
|
+
time: Date;
|
|
24901
|
+
id?: string | undefined;
|
|
24902
|
+
}[]>>>, {
|
|
24903
|
+
message: string;
|
|
24904
|
+
type: "user" | "success" | "warning" | "error" | "info";
|
|
24905
|
+
time: Date;
|
|
24906
|
+
id?: string | undefined;
|
|
24907
|
+
}[] | undefined, {
|
|
24908
|
+
message: string;
|
|
24909
|
+
type: "user" | "success" | "warning" | "error" | "info";
|
|
24910
|
+
time: Date;
|
|
24911
|
+
id?: string | undefined;
|
|
24912
|
+
}[] | null | undefined>;
|
|
24847
24913
|
}, "strip", z.ZodTypeAny, {
|
|
24848
24914
|
error?: string | undefined;
|
|
24849
24915
|
github?: {
|
|
@@ -24858,6 +24924,12 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
24858
24924
|
bitbucket?: {
|
|
24859
24925
|
pullRequestUrl: string;
|
|
24860
24926
|
} | undefined;
|
|
24927
|
+
logs?: {
|
|
24928
|
+
message: string;
|
|
24929
|
+
type: "user" | "success" | "warning" | "error" | "info";
|
|
24930
|
+
time: Date;
|
|
24931
|
+
id?: string | undefined;
|
|
24932
|
+
}[] | undefined;
|
|
24861
24933
|
s3?: {
|
|
24862
24934
|
path: string;
|
|
24863
24935
|
files: string[];
|
|
@@ -24881,6 +24953,12 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
24881
24953
|
bitbucket?: {
|
|
24882
24954
|
pullRequestUrl: string;
|
|
24883
24955
|
} | null | undefined;
|
|
24956
|
+
logs?: {
|
|
24957
|
+
message: string;
|
|
24958
|
+
type: "user" | "success" | "warning" | "error" | "info";
|
|
24959
|
+
time: Date;
|
|
24960
|
+
id?: string | undefined;
|
|
24961
|
+
}[] | null | undefined;
|
|
24884
24962
|
s3?: {
|
|
24885
24963
|
path: string;
|
|
24886
24964
|
files: string[];
|
|
@@ -24983,6 +25061,12 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
24983
25061
|
bitbucket?: {
|
|
24984
25062
|
pullRequestUrl: string;
|
|
24985
25063
|
} | undefined;
|
|
25064
|
+
logs?: {
|
|
25065
|
+
message: string;
|
|
25066
|
+
type: "user" | "success" | "warning" | "error" | "info";
|
|
25067
|
+
time: Date;
|
|
25068
|
+
id?: string | undefined;
|
|
25069
|
+
}[] | undefined;
|
|
24986
25070
|
s3?: {
|
|
24987
25071
|
path: string;
|
|
24988
25072
|
files: string[];
|
|
@@ -25006,37 +25090,37 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
25006
25090
|
projectId: string;
|
|
25007
25091
|
repositoryId: string;
|
|
25008
25092
|
url?: string | null | undefined;
|
|
25009
|
-
userId?: number | undefined;
|
|
25093
|
+
userId?: number | null | undefined;
|
|
25010
25094
|
credentialId?: string | undefined;
|
|
25011
25095
|
relativePath?: string | null | undefined;
|
|
25012
|
-
connectionId?: string | undefined;
|
|
25096
|
+
connectionId?: string | null | undefined;
|
|
25013
25097
|
} | undefined;
|
|
25014
25098
|
bitbucket?: {
|
|
25015
25099
|
branch: string;
|
|
25016
25100
|
workspaceSlug: string;
|
|
25017
25101
|
projectKey: string;
|
|
25018
25102
|
repoSlug: string;
|
|
25019
|
-
userId?: number | undefined;
|
|
25103
|
+
userId?: number | null | undefined;
|
|
25020
25104
|
credentialId?: string | undefined;
|
|
25021
25105
|
relativePath?: string | null | undefined;
|
|
25022
|
-
connectionId?: string | undefined;
|
|
25106
|
+
connectionId?: string | null | undefined;
|
|
25023
25107
|
} | undefined;
|
|
25024
25108
|
github?: {
|
|
25025
25109
|
url: string;
|
|
25026
25110
|
branch: string;
|
|
25027
|
-
userId?: number | undefined;
|
|
25111
|
+
userId?: number | null | undefined;
|
|
25028
25112
|
credentialId?: string | undefined;
|
|
25029
25113
|
relativePath?: string | null | undefined;
|
|
25030
|
-
connectionId?: string | undefined;
|
|
25114
|
+
connectionId?: string | null | undefined;
|
|
25031
25115
|
} | undefined;
|
|
25032
25116
|
gitlab?: {
|
|
25033
25117
|
branch: string;
|
|
25034
25118
|
projectId: string;
|
|
25035
25119
|
url?: string | null | undefined;
|
|
25036
|
-
userId?: number | undefined;
|
|
25120
|
+
userId?: number | null | undefined;
|
|
25037
25121
|
credentialId?: string | undefined;
|
|
25038
25122
|
relativePath?: string | null | undefined;
|
|
25039
|
-
connectionId?: string | undefined;
|
|
25123
|
+
connectionId?: string | null | undefined;
|
|
25040
25124
|
} | undefined;
|
|
25041
25125
|
documentation?: {
|
|
25042
25126
|
environment: "Live" | "Preview";
|
|
@@ -25083,6 +25167,12 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
25083
25167
|
bitbucket?: {
|
|
25084
25168
|
pullRequestUrl: string;
|
|
25085
25169
|
} | null | undefined;
|
|
25170
|
+
logs?: {
|
|
25171
|
+
message: string;
|
|
25172
|
+
type: "user" | "success" | "warning" | "error" | "info";
|
|
25173
|
+
time: Date;
|
|
25174
|
+
id?: string | undefined;
|
|
25175
|
+
}[] | null | undefined;
|
|
25086
25176
|
s3?: {
|
|
25087
25177
|
path: string;
|
|
25088
25178
|
files: string[];
|
|
@@ -25185,6 +25275,12 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
25185
25275
|
bitbucket?: {
|
|
25186
25276
|
pullRequestUrl: string;
|
|
25187
25277
|
} | undefined;
|
|
25278
|
+
logs?: {
|
|
25279
|
+
message: string;
|
|
25280
|
+
type: "user" | "success" | "warning" | "error" | "info";
|
|
25281
|
+
time: Date;
|
|
25282
|
+
id?: string | undefined;
|
|
25283
|
+
}[] | undefined;
|
|
25188
25284
|
s3?: {
|
|
25189
25285
|
path: string;
|
|
25190
25286
|
files: string[];
|
|
@@ -25210,37 +25306,37 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
25210
25306
|
projectId: string;
|
|
25211
25307
|
repositoryId: string;
|
|
25212
25308
|
url?: string | null | undefined;
|
|
25213
|
-
userId?: number | undefined;
|
|
25309
|
+
userId?: number | null | undefined;
|
|
25214
25310
|
credentialId?: string | undefined;
|
|
25215
25311
|
relativePath?: string | null | undefined;
|
|
25216
|
-
connectionId?: string | undefined;
|
|
25312
|
+
connectionId?: string | null | undefined;
|
|
25217
25313
|
} | undefined;
|
|
25218
25314
|
bitbucket?: {
|
|
25219
25315
|
branch: string;
|
|
25220
25316
|
workspaceSlug: string;
|
|
25221
25317
|
projectKey: string;
|
|
25222
25318
|
repoSlug: string;
|
|
25223
|
-
userId?: number | undefined;
|
|
25319
|
+
userId?: number | null | undefined;
|
|
25224
25320
|
credentialId?: string | undefined;
|
|
25225
25321
|
relativePath?: string | null | undefined;
|
|
25226
|
-
connectionId?: string | undefined;
|
|
25322
|
+
connectionId?: string | null | undefined;
|
|
25227
25323
|
} | undefined;
|
|
25228
25324
|
github?: {
|
|
25229
25325
|
url: string;
|
|
25230
25326
|
branch: string;
|
|
25231
|
-
userId?: number | undefined;
|
|
25327
|
+
userId?: number | null | undefined;
|
|
25232
25328
|
credentialId?: string | undefined;
|
|
25233
25329
|
relativePath?: string | null | undefined;
|
|
25234
|
-
connectionId?: string | undefined;
|
|
25330
|
+
connectionId?: string | null | undefined;
|
|
25235
25331
|
} | undefined;
|
|
25236
25332
|
gitlab?: {
|
|
25237
25333
|
branch: string;
|
|
25238
25334
|
projectId: string;
|
|
25239
25335
|
url?: string | null | undefined;
|
|
25240
|
-
userId?: number | undefined;
|
|
25336
|
+
userId?: number | null | undefined;
|
|
25241
25337
|
credentialId?: string | undefined;
|
|
25242
25338
|
relativePath?: string | null | undefined;
|
|
25243
|
-
connectionId?: string | undefined;
|
|
25339
|
+
connectionId?: string | null | undefined;
|
|
25244
25340
|
} | undefined;
|
|
25245
25341
|
documentation?: {
|
|
25246
25342
|
environment: "Live" | "Preview";
|
|
@@ -25287,6 +25383,12 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
25287
25383
|
bitbucket?: {
|
|
25288
25384
|
pullRequestUrl: string;
|
|
25289
25385
|
} | null | undefined;
|
|
25386
|
+
logs?: {
|
|
25387
|
+
message: string;
|
|
25388
|
+
type: "user" | "success" | "warning" | "error" | "info";
|
|
25389
|
+
time: Date;
|
|
25390
|
+
id?: string | undefined;
|
|
25391
|
+
}[] | null | undefined;
|
|
25290
25392
|
s3?: {
|
|
25291
25393
|
path: string;
|
|
25292
25394
|
files: string[];
|
|
@@ -25385,8 +25487,8 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
25385
25487
|
branch: z.ZodString;
|
|
25386
25488
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
25387
25489
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
25388
|
-
connectionId: z.ZodOptional<z.
|
|
25389
|
-
userId: z.ZodOptional<z.
|
|
25490
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
25491
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
25390
25492
|
}, "strip", z.ZodTypeAny, {
|
|
25391
25493
|
branch: string;
|
|
25392
25494
|
organizationId: string;
|
|
@@ -25403,10 +25505,10 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
25403
25505
|
projectId: string;
|
|
25404
25506
|
repositoryId: string;
|
|
25405
25507
|
url?: string | null | undefined;
|
|
25406
|
-
userId?: number | undefined;
|
|
25508
|
+
userId?: number | null | undefined;
|
|
25407
25509
|
credentialId?: string | undefined;
|
|
25408
25510
|
relativePath?: string | null | undefined;
|
|
25409
|
-
connectionId?: string | undefined;
|
|
25511
|
+
connectionId?: string | null | undefined;
|
|
25410
25512
|
}>>;
|
|
25411
25513
|
bitbucket: z.ZodOptional<z.ZodObject<{
|
|
25412
25514
|
credentialId: z.ZodOptional<z.ZodString>;
|
|
@@ -25415,8 +25517,8 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
25415
25517
|
repoSlug: z.ZodString;
|
|
25416
25518
|
branch: z.ZodString;
|
|
25417
25519
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
25418
|
-
connectionId: z.ZodOptional<z.
|
|
25419
|
-
userId: z.ZodOptional<z.
|
|
25520
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
25521
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
25420
25522
|
}, "strip", z.ZodTypeAny, {
|
|
25421
25523
|
branch: string;
|
|
25422
25524
|
workspaceSlug: string;
|
|
@@ -25431,18 +25533,18 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
25431
25533
|
workspaceSlug: string;
|
|
25432
25534
|
projectKey: string;
|
|
25433
25535
|
repoSlug: string;
|
|
25434
|
-
userId?: number | undefined;
|
|
25536
|
+
userId?: number | null | undefined;
|
|
25435
25537
|
credentialId?: string | undefined;
|
|
25436
25538
|
relativePath?: string | null | undefined;
|
|
25437
|
-
connectionId?: string | undefined;
|
|
25539
|
+
connectionId?: string | null | undefined;
|
|
25438
25540
|
}>>;
|
|
25439
25541
|
github: z.ZodOptional<z.ZodObject<{
|
|
25440
25542
|
credentialId: z.ZodOptional<z.ZodString>;
|
|
25441
25543
|
url: z.ZodString;
|
|
25442
25544
|
branch: z.ZodString;
|
|
25443
25545
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
25444
|
-
connectionId: z.ZodOptional<z.
|
|
25445
|
-
userId: z.ZodOptional<z.
|
|
25546
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
25547
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
25446
25548
|
}, "strip", z.ZodTypeAny, {
|
|
25447
25549
|
url: string;
|
|
25448
25550
|
branch: string;
|
|
@@ -25453,10 +25555,10 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
25453
25555
|
}, {
|
|
25454
25556
|
url: string;
|
|
25455
25557
|
branch: string;
|
|
25456
|
-
userId?: number | undefined;
|
|
25558
|
+
userId?: number | null | undefined;
|
|
25457
25559
|
credentialId?: string | undefined;
|
|
25458
25560
|
relativePath?: string | null | undefined;
|
|
25459
|
-
connectionId?: string | undefined;
|
|
25561
|
+
connectionId?: string | null | undefined;
|
|
25460
25562
|
}>>;
|
|
25461
25563
|
gitlab: z.ZodOptional<z.ZodObject<{
|
|
25462
25564
|
credentialId: z.ZodOptional<z.ZodString>;
|
|
@@ -25464,8 +25566,8 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
25464
25566
|
branch: z.ZodString;
|
|
25465
25567
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
25466
25568
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
25467
|
-
connectionId: z.ZodOptional<z.
|
|
25468
|
-
userId: z.ZodOptional<z.
|
|
25569
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
25570
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
25469
25571
|
}, "strip", z.ZodTypeAny, {
|
|
25470
25572
|
branch: string;
|
|
25471
25573
|
projectId: string;
|
|
@@ -25478,10 +25580,10 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
25478
25580
|
branch: string;
|
|
25479
25581
|
projectId: string;
|
|
25480
25582
|
url?: string | null | undefined;
|
|
25481
|
-
userId?: number | undefined;
|
|
25583
|
+
userId?: number | null | undefined;
|
|
25482
25584
|
credentialId?: string | undefined;
|
|
25483
25585
|
relativePath?: string | null | undefined;
|
|
25484
|
-
connectionId?: string | undefined;
|
|
25586
|
+
connectionId?: string | null | undefined;
|
|
25485
25587
|
}>>;
|
|
25486
25588
|
documentation: z.ZodOptional<z.ZodObject<{
|
|
25487
25589
|
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
@@ -25543,37 +25645,37 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
25543
25645
|
projectId: string;
|
|
25544
25646
|
repositoryId: string;
|
|
25545
25647
|
url?: string | null | undefined;
|
|
25546
|
-
userId?: number | undefined;
|
|
25648
|
+
userId?: number | null | undefined;
|
|
25547
25649
|
credentialId?: string | undefined;
|
|
25548
25650
|
relativePath?: string | null | undefined;
|
|
25549
|
-
connectionId?: string | undefined;
|
|
25651
|
+
connectionId?: string | null | undefined;
|
|
25550
25652
|
} | undefined;
|
|
25551
25653
|
bitbucket?: {
|
|
25552
25654
|
branch: string;
|
|
25553
25655
|
workspaceSlug: string;
|
|
25554
25656
|
projectKey: string;
|
|
25555
25657
|
repoSlug: string;
|
|
25556
|
-
userId?: number | undefined;
|
|
25658
|
+
userId?: number | null | undefined;
|
|
25557
25659
|
credentialId?: string | undefined;
|
|
25558
25660
|
relativePath?: string | null | undefined;
|
|
25559
|
-
connectionId?: string | undefined;
|
|
25661
|
+
connectionId?: string | null | undefined;
|
|
25560
25662
|
} | undefined;
|
|
25561
25663
|
github?: {
|
|
25562
25664
|
url: string;
|
|
25563
25665
|
branch: string;
|
|
25564
|
-
userId?: number | undefined;
|
|
25666
|
+
userId?: number | null | undefined;
|
|
25565
25667
|
credentialId?: string | undefined;
|
|
25566
25668
|
relativePath?: string | null | undefined;
|
|
25567
|
-
connectionId?: string | undefined;
|
|
25669
|
+
connectionId?: string | null | undefined;
|
|
25568
25670
|
} | undefined;
|
|
25569
25671
|
gitlab?: {
|
|
25570
25672
|
branch: string;
|
|
25571
25673
|
projectId: string;
|
|
25572
25674
|
url?: string | null | undefined;
|
|
25573
|
-
userId?: number | undefined;
|
|
25675
|
+
userId?: number | null | undefined;
|
|
25574
25676
|
credentialId?: string | undefined;
|
|
25575
25677
|
relativePath?: string | null | undefined;
|
|
25576
|
-
connectionId?: string | undefined;
|
|
25678
|
+
connectionId?: string | null | undefined;
|
|
25577
25679
|
} | undefined;
|
|
25578
25680
|
documentation?: {
|
|
25579
25681
|
environment: "Live" | "Preview";
|
|
@@ -25650,6 +25752,27 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
25650
25752
|
} | undefined, {
|
|
25651
25753
|
url: string;
|
|
25652
25754
|
} | null | undefined>;
|
|
25755
|
+
logs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
25756
|
+
message: string;
|
|
25757
|
+
type: "user" | "success" | "warning" | "error" | "info";
|
|
25758
|
+
time: Date;
|
|
25759
|
+
id?: string | undefined;
|
|
25760
|
+
}[], z.ZodTypeDef, {
|
|
25761
|
+
message: string;
|
|
25762
|
+
type: "user" | "success" | "warning" | "error" | "info";
|
|
25763
|
+
time: Date;
|
|
25764
|
+
id?: string | undefined;
|
|
25765
|
+
}[]>>>, {
|
|
25766
|
+
message: string;
|
|
25767
|
+
type: "user" | "success" | "warning" | "error" | "info";
|
|
25768
|
+
time: Date;
|
|
25769
|
+
id?: string | undefined;
|
|
25770
|
+
}[] | undefined, {
|
|
25771
|
+
message: string;
|
|
25772
|
+
type: "user" | "success" | "warning" | "error" | "info";
|
|
25773
|
+
time: Date;
|
|
25774
|
+
id?: string | undefined;
|
|
25775
|
+
}[] | null | undefined>;
|
|
25653
25776
|
}, "strip", z.ZodTypeAny, {
|
|
25654
25777
|
error?: string | undefined;
|
|
25655
25778
|
github?: {
|
|
@@ -25664,6 +25787,12 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
25664
25787
|
bitbucket?: {
|
|
25665
25788
|
pullRequestUrl: string;
|
|
25666
25789
|
} | undefined;
|
|
25790
|
+
logs?: {
|
|
25791
|
+
message: string;
|
|
25792
|
+
type: "user" | "success" | "warning" | "error" | "info";
|
|
25793
|
+
time: Date;
|
|
25794
|
+
id?: string | undefined;
|
|
25795
|
+
}[] | undefined;
|
|
25667
25796
|
s3?: {
|
|
25668
25797
|
path: string;
|
|
25669
25798
|
files: string[];
|
|
@@ -25687,6 +25816,12 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
25687
25816
|
bitbucket?: {
|
|
25688
25817
|
pullRequestUrl: string;
|
|
25689
25818
|
} | null | undefined;
|
|
25819
|
+
logs?: {
|
|
25820
|
+
message: string;
|
|
25821
|
+
type: "user" | "success" | "warning" | "error" | "info";
|
|
25822
|
+
time: Date;
|
|
25823
|
+
id?: string | undefined;
|
|
25824
|
+
}[] | null | undefined;
|
|
25690
25825
|
s3?: {
|
|
25691
25826
|
path: string;
|
|
25692
25827
|
files: string[];
|
|
@@ -25789,6 +25924,12 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
25789
25924
|
bitbucket?: {
|
|
25790
25925
|
pullRequestUrl: string;
|
|
25791
25926
|
} | undefined;
|
|
25927
|
+
logs?: {
|
|
25928
|
+
message: string;
|
|
25929
|
+
type: "user" | "success" | "warning" | "error" | "info";
|
|
25930
|
+
time: Date;
|
|
25931
|
+
id?: string | undefined;
|
|
25932
|
+
}[] | undefined;
|
|
25792
25933
|
s3?: {
|
|
25793
25934
|
path: string;
|
|
25794
25935
|
files: string[];
|
|
@@ -25812,37 +25953,37 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
25812
25953
|
projectId: string;
|
|
25813
25954
|
repositoryId: string;
|
|
25814
25955
|
url?: string | null | undefined;
|
|
25815
|
-
userId?: number | undefined;
|
|
25956
|
+
userId?: number | null | undefined;
|
|
25816
25957
|
credentialId?: string | undefined;
|
|
25817
25958
|
relativePath?: string | null | undefined;
|
|
25818
|
-
connectionId?: string | undefined;
|
|
25959
|
+
connectionId?: string | null | undefined;
|
|
25819
25960
|
} | undefined;
|
|
25820
25961
|
bitbucket?: {
|
|
25821
25962
|
branch: string;
|
|
25822
25963
|
workspaceSlug: string;
|
|
25823
25964
|
projectKey: string;
|
|
25824
25965
|
repoSlug: string;
|
|
25825
|
-
userId?: number | undefined;
|
|
25966
|
+
userId?: number | null | undefined;
|
|
25826
25967
|
credentialId?: string | undefined;
|
|
25827
25968
|
relativePath?: string | null | undefined;
|
|
25828
|
-
connectionId?: string | undefined;
|
|
25969
|
+
connectionId?: string | null | undefined;
|
|
25829
25970
|
} | undefined;
|
|
25830
25971
|
github?: {
|
|
25831
25972
|
url: string;
|
|
25832
25973
|
branch: string;
|
|
25833
|
-
userId?: number | undefined;
|
|
25974
|
+
userId?: number | null | undefined;
|
|
25834
25975
|
credentialId?: string | undefined;
|
|
25835
25976
|
relativePath?: string | null | undefined;
|
|
25836
|
-
connectionId?: string | undefined;
|
|
25977
|
+
connectionId?: string | null | undefined;
|
|
25837
25978
|
} | undefined;
|
|
25838
25979
|
gitlab?: {
|
|
25839
25980
|
branch: string;
|
|
25840
25981
|
projectId: string;
|
|
25841
25982
|
url?: string | null | undefined;
|
|
25842
|
-
userId?: number | undefined;
|
|
25983
|
+
userId?: number | null | undefined;
|
|
25843
25984
|
credentialId?: string | undefined;
|
|
25844
25985
|
relativePath?: string | null | undefined;
|
|
25845
|
-
connectionId?: string | undefined;
|
|
25986
|
+
connectionId?: string | null | undefined;
|
|
25846
25987
|
} | undefined;
|
|
25847
25988
|
documentation?: {
|
|
25848
25989
|
environment: "Live" | "Preview";
|
|
@@ -25889,6 +26030,12 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
25889
26030
|
bitbucket?: {
|
|
25890
26031
|
pullRequestUrl: string;
|
|
25891
26032
|
} | null | undefined;
|
|
26033
|
+
logs?: {
|
|
26034
|
+
message: string;
|
|
26035
|
+
type: "user" | "success" | "warning" | "error" | "info";
|
|
26036
|
+
time: Date;
|
|
26037
|
+
id?: string | undefined;
|
|
26038
|
+
}[] | null | undefined;
|
|
25892
26039
|
s3?: {
|
|
25893
26040
|
path: string;
|
|
25894
26041
|
files: string[];
|
|
@@ -25914,8 +26061,8 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
25914
26061
|
url: z.ZodString;
|
|
25915
26062
|
branch: z.ZodString;
|
|
25916
26063
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
25917
|
-
connectionId: z.ZodOptional<z.
|
|
25918
|
-
userId: z.ZodOptional<z.
|
|
26064
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26065
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
25919
26066
|
}, "strip", z.ZodTypeAny, {
|
|
25920
26067
|
url: string;
|
|
25921
26068
|
branch: string;
|
|
@@ -25926,10 +26073,10 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
25926
26073
|
}, {
|
|
25927
26074
|
url: string;
|
|
25928
26075
|
branch: string;
|
|
25929
|
-
userId?: number | undefined;
|
|
26076
|
+
userId?: number | null | undefined;
|
|
25930
26077
|
credentialId?: string | undefined;
|
|
25931
26078
|
relativePath?: string | null | undefined;
|
|
25932
|
-
connectionId?: string | undefined;
|
|
26079
|
+
connectionId?: string | null | undefined;
|
|
25933
26080
|
}>>;
|
|
25934
26081
|
destinationAzure: z.ZodOptional<z.ZodObject<{
|
|
25935
26082
|
credentialId: z.ZodOptional<z.ZodString>;
|
|
@@ -25939,8 +26086,8 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
25939
26086
|
branch: z.ZodString;
|
|
25940
26087
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
25941
26088
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
25942
|
-
connectionId: z.ZodOptional<z.
|
|
25943
|
-
userId: z.ZodOptional<z.
|
|
26089
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26090
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
25944
26091
|
}, "strip", z.ZodTypeAny, {
|
|
25945
26092
|
branch: string;
|
|
25946
26093
|
organizationId: string;
|
|
@@ -25957,10 +26104,10 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
25957
26104
|
projectId: string;
|
|
25958
26105
|
repositoryId: string;
|
|
25959
26106
|
url?: string | null | undefined;
|
|
25960
|
-
userId?: number | undefined;
|
|
26107
|
+
userId?: number | null | undefined;
|
|
25961
26108
|
credentialId?: string | undefined;
|
|
25962
26109
|
relativePath?: string | null | undefined;
|
|
25963
|
-
connectionId?: string | undefined;
|
|
26110
|
+
connectionId?: string | null | undefined;
|
|
25964
26111
|
}>>;
|
|
25965
26112
|
destinationGitlab: z.ZodOptional<z.ZodObject<{
|
|
25966
26113
|
credentialId: z.ZodOptional<z.ZodString>;
|
|
@@ -25968,8 +26115,8 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
25968
26115
|
branch: z.ZodString;
|
|
25969
26116
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
25970
26117
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
25971
|
-
connectionId: z.ZodOptional<z.
|
|
25972
|
-
userId: z.ZodOptional<z.
|
|
26118
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26119
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
25973
26120
|
}, "strip", z.ZodTypeAny, {
|
|
25974
26121
|
branch: string;
|
|
25975
26122
|
projectId: string;
|
|
@@ -25982,10 +26129,10 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
25982
26129
|
branch: string;
|
|
25983
26130
|
projectId: string;
|
|
25984
26131
|
url?: string | null | undefined;
|
|
25985
|
-
userId?: number | undefined;
|
|
26132
|
+
userId?: number | null | undefined;
|
|
25986
26133
|
credentialId?: string | undefined;
|
|
25987
26134
|
relativePath?: string | null | undefined;
|
|
25988
|
-
connectionId?: string | undefined;
|
|
26135
|
+
connectionId?: string | null | undefined;
|
|
25989
26136
|
}>>;
|
|
25990
26137
|
destinationBitbucket: z.ZodOptional<z.ZodObject<{
|
|
25991
26138
|
credentialId: z.ZodOptional<z.ZodString>;
|
|
@@ -25994,8 +26141,8 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
25994
26141
|
repoSlug: z.ZodString;
|
|
25995
26142
|
branch: z.ZodString;
|
|
25996
26143
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
25997
|
-
connectionId: z.ZodOptional<z.
|
|
25998
|
-
userId: z.ZodOptional<z.
|
|
26144
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26145
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
25999
26146
|
}, "strip", z.ZodTypeAny, {
|
|
26000
26147
|
branch: string;
|
|
26001
26148
|
workspaceSlug: string;
|
|
@@ -26010,10 +26157,10 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
26010
26157
|
workspaceSlug: string;
|
|
26011
26158
|
projectKey: string;
|
|
26012
26159
|
repoSlug: string;
|
|
26013
|
-
userId?: number | undefined;
|
|
26160
|
+
userId?: number | null | undefined;
|
|
26014
26161
|
credentialId?: string | undefined;
|
|
26015
26162
|
relativePath?: string | null | undefined;
|
|
26016
|
-
connectionId?: string | undefined;
|
|
26163
|
+
connectionId?: string | null | undefined;
|
|
26017
26164
|
}>>;
|
|
26018
26165
|
id: z.ZodString;
|
|
26019
26166
|
name: z.ZodString;
|
|
@@ -26122,6 +26269,12 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
26122
26269
|
bitbucket?: {
|
|
26123
26270
|
pullRequestUrl: string;
|
|
26124
26271
|
} | undefined;
|
|
26272
|
+
logs?: {
|
|
26273
|
+
message: string;
|
|
26274
|
+
type: "user" | "success" | "warning" | "error" | "info";
|
|
26275
|
+
time: Date;
|
|
26276
|
+
id?: string | undefined;
|
|
26277
|
+
}[] | undefined;
|
|
26125
26278
|
s3?: {
|
|
26126
26279
|
path: string;
|
|
26127
26280
|
files: string[];
|
|
@@ -26199,37 +26352,37 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
26199
26352
|
projectId: string;
|
|
26200
26353
|
repositoryId: string;
|
|
26201
26354
|
url?: string | null | undefined;
|
|
26202
|
-
userId?: number | undefined;
|
|
26355
|
+
userId?: number | null | undefined;
|
|
26203
26356
|
credentialId?: string | undefined;
|
|
26204
26357
|
relativePath?: string | null | undefined;
|
|
26205
|
-
connectionId?: string | undefined;
|
|
26358
|
+
connectionId?: string | null | undefined;
|
|
26206
26359
|
} | undefined;
|
|
26207
26360
|
bitbucket?: {
|
|
26208
26361
|
branch: string;
|
|
26209
26362
|
workspaceSlug: string;
|
|
26210
26363
|
projectKey: string;
|
|
26211
26364
|
repoSlug: string;
|
|
26212
|
-
userId?: number | undefined;
|
|
26365
|
+
userId?: number | null | undefined;
|
|
26213
26366
|
credentialId?: string | undefined;
|
|
26214
26367
|
relativePath?: string | null | undefined;
|
|
26215
|
-
connectionId?: string | undefined;
|
|
26368
|
+
connectionId?: string | null | undefined;
|
|
26216
26369
|
} | undefined;
|
|
26217
26370
|
github?: {
|
|
26218
26371
|
url: string;
|
|
26219
26372
|
branch: string;
|
|
26220
|
-
userId?: number | undefined;
|
|
26373
|
+
userId?: number | null | undefined;
|
|
26221
26374
|
credentialId?: string | undefined;
|
|
26222
26375
|
relativePath?: string | null | undefined;
|
|
26223
|
-
connectionId?: string | undefined;
|
|
26376
|
+
connectionId?: string | null | undefined;
|
|
26224
26377
|
} | undefined;
|
|
26225
26378
|
gitlab?: {
|
|
26226
26379
|
branch: string;
|
|
26227
26380
|
projectId: string;
|
|
26228
26381
|
url?: string | null | undefined;
|
|
26229
|
-
userId?: number | undefined;
|
|
26382
|
+
userId?: number | null | undefined;
|
|
26230
26383
|
credentialId?: string | undefined;
|
|
26231
26384
|
relativePath?: string | null | undefined;
|
|
26232
|
-
connectionId?: string | undefined;
|
|
26385
|
+
connectionId?: string | null | undefined;
|
|
26233
26386
|
} | undefined;
|
|
26234
26387
|
documentation?: {
|
|
26235
26388
|
environment: "Live" | "Preview";
|
|
@@ -26276,6 +26429,12 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
26276
26429
|
bitbucket?: {
|
|
26277
26430
|
pullRequestUrl: string;
|
|
26278
26431
|
} | null | undefined;
|
|
26432
|
+
logs?: {
|
|
26433
|
+
message: string;
|
|
26434
|
+
type: "user" | "success" | "warning" | "error" | "info";
|
|
26435
|
+
time: Date;
|
|
26436
|
+
id?: string | undefined;
|
|
26437
|
+
}[] | null | undefined;
|
|
26279
26438
|
s3?: {
|
|
26280
26439
|
path: string;
|
|
26281
26440
|
files: string[];
|
|
@@ -26297,10 +26456,10 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
26297
26456
|
destinationGithub?: {
|
|
26298
26457
|
url: string;
|
|
26299
26458
|
branch: string;
|
|
26300
|
-
userId?: number | undefined;
|
|
26459
|
+
userId?: number | null | undefined;
|
|
26301
26460
|
credentialId?: string | undefined;
|
|
26302
26461
|
relativePath?: string | null | undefined;
|
|
26303
|
-
connectionId?: string | undefined;
|
|
26462
|
+
connectionId?: string | null | undefined;
|
|
26304
26463
|
} | undefined;
|
|
26305
26464
|
destinationAzure?: {
|
|
26306
26465
|
branch: string;
|
|
@@ -26308,29 +26467,29 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
26308
26467
|
projectId: string;
|
|
26309
26468
|
repositoryId: string;
|
|
26310
26469
|
url?: string | null | undefined;
|
|
26311
|
-
userId?: number | undefined;
|
|
26470
|
+
userId?: number | null | undefined;
|
|
26312
26471
|
credentialId?: string | undefined;
|
|
26313
26472
|
relativePath?: string | null | undefined;
|
|
26314
|
-
connectionId?: string | undefined;
|
|
26473
|
+
connectionId?: string | null | undefined;
|
|
26315
26474
|
} | undefined;
|
|
26316
26475
|
destinationGitlab?: {
|
|
26317
26476
|
branch: string;
|
|
26318
26477
|
projectId: string;
|
|
26319
26478
|
url?: string | null | undefined;
|
|
26320
|
-
userId?: number | undefined;
|
|
26479
|
+
userId?: number | null | undefined;
|
|
26321
26480
|
credentialId?: string | undefined;
|
|
26322
26481
|
relativePath?: string | null | undefined;
|
|
26323
|
-
connectionId?: string | undefined;
|
|
26482
|
+
connectionId?: string | null | undefined;
|
|
26324
26483
|
} | undefined;
|
|
26325
26484
|
destinationBitbucket?: {
|
|
26326
26485
|
branch: string;
|
|
26327
26486
|
workspaceSlug: string;
|
|
26328
26487
|
projectKey: string;
|
|
26329
26488
|
repoSlug: string;
|
|
26330
|
-
userId?: number | undefined;
|
|
26489
|
+
userId?: number | null | undefined;
|
|
26331
26490
|
credentialId?: string | undefined;
|
|
26332
26491
|
relativePath?: string | null | undefined;
|
|
26333
|
-
connectionId?: string | undefined;
|
|
26492
|
+
connectionId?: string | null | undefined;
|
|
26334
26493
|
} | undefined;
|
|
26335
26494
|
}>;
|
|
26336
26495
|
type DTOPipeline = z.infer<typeof DTOPipeline>;
|
|
@@ -26898,45 +27057,54 @@ declare const DTOGitOrganization: z.ZodObject<{
|
|
|
26898
27057
|
id: z.ZodString;
|
|
26899
27058
|
name: z.ZodString;
|
|
26900
27059
|
url: z.ZodString;
|
|
27060
|
+
slug: z.ZodString;
|
|
26901
27061
|
}, "strip", z.ZodTypeAny, {
|
|
26902
27062
|
id: string;
|
|
26903
27063
|
name: string;
|
|
26904
27064
|
url: string;
|
|
27065
|
+
slug: string;
|
|
26905
27066
|
}, {
|
|
26906
27067
|
id: string;
|
|
26907
27068
|
name: string;
|
|
26908
27069
|
url: string;
|
|
27070
|
+
slug: string;
|
|
26909
27071
|
}>;
|
|
26910
27072
|
type DTOGitOrganization = z.infer<typeof DTOGitOrganization>;
|
|
26911
27073
|
declare const DTOGitProject: z.ZodObject<{
|
|
26912
27074
|
id: z.ZodString;
|
|
26913
27075
|
name: z.ZodString;
|
|
26914
27076
|
url: z.ZodString;
|
|
27077
|
+
slug: z.ZodString;
|
|
26915
27078
|
}, "strip", z.ZodTypeAny, {
|
|
26916
27079
|
id: string;
|
|
26917
27080
|
name: string;
|
|
26918
27081
|
url: string;
|
|
27082
|
+
slug: string;
|
|
26919
27083
|
}, {
|
|
26920
27084
|
id: string;
|
|
26921
27085
|
name: string;
|
|
26922
27086
|
url: string;
|
|
27087
|
+
slug: string;
|
|
26923
27088
|
}>;
|
|
26924
27089
|
type DTOGitProject = z.infer<typeof DTOGitProject>;
|
|
26925
27090
|
declare const DTOGitRepository: z.ZodObject<{
|
|
26926
27091
|
id: z.ZodString;
|
|
26927
27092
|
name: z.ZodString;
|
|
26928
27093
|
url: z.ZodString;
|
|
26929
|
-
|
|
27094
|
+
slug: z.ZodString;
|
|
27095
|
+
defaultBranch: z.ZodOptional<z.ZodString>;
|
|
26930
27096
|
}, "strip", z.ZodTypeAny, {
|
|
26931
27097
|
id: string;
|
|
26932
27098
|
name: string;
|
|
26933
27099
|
url: string;
|
|
26934
|
-
|
|
27100
|
+
slug: string;
|
|
27101
|
+
defaultBranch?: string | undefined;
|
|
26935
27102
|
}, {
|
|
26936
27103
|
id: string;
|
|
26937
27104
|
name: string;
|
|
26938
27105
|
url: string;
|
|
26939
|
-
|
|
27106
|
+
slug: string;
|
|
27107
|
+
defaultBranch?: string | undefined;
|
|
26940
27108
|
}>;
|
|
26941
27109
|
type DTOGitRepository = z.infer<typeof DTOGitRepository>;
|
|
26942
27110
|
declare const DTOGitBranch: z.ZodObject<{
|
|
@@ -26976,6 +27144,7 @@ declare const DTOIntegration: z.ZodObject<{
|
|
|
26976
27144
|
type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26977
27145
|
avatarUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26978
27146
|
organization: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
27147
|
+
collection: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
26979
27148
|
}, "strip", z.ZodTypeAny, {
|
|
26980
27149
|
id?: string | undefined;
|
|
26981
27150
|
type?: string | undefined;
|
|
@@ -26983,6 +27152,7 @@ declare const DTOIntegration: z.ZodObject<{
|
|
|
26983
27152
|
handle?: string | undefined;
|
|
26984
27153
|
avatarUrl?: string | undefined;
|
|
26985
27154
|
organization?: string | undefined;
|
|
27155
|
+
collection?: string | undefined;
|
|
26986
27156
|
}, {
|
|
26987
27157
|
id?: string | null | undefined;
|
|
26988
27158
|
type?: string | null | undefined;
|
|
@@ -26990,8 +27160,10 @@ declare const DTOIntegration: z.ZodObject<{
|
|
|
26990
27160
|
handle?: string | null | undefined;
|
|
26991
27161
|
avatarUrl?: string | null | undefined;
|
|
26992
27162
|
organization?: string | null | undefined;
|
|
27163
|
+
collection?: string | null | undefined;
|
|
26993
27164
|
}>>;
|
|
26994
27165
|
customUrl: z.ZodOptional<z.ZodString>;
|
|
27166
|
+
state: z.ZodEnum<["Active", "Inactive"]>;
|
|
26995
27167
|
user: z.ZodOptional<z.ZodObject<{
|
|
26996
27168
|
id: z.ZodString;
|
|
26997
27169
|
name: z.ZodString;
|
|
@@ -27011,6 +27183,7 @@ declare const DTOIntegration: z.ZodObject<{
|
|
|
27011
27183
|
}, "accessToken" | "refreshToken">, "strip", z.ZodTypeAny, {
|
|
27012
27184
|
id: string;
|
|
27013
27185
|
type: "OAuth2" | "PAT" | "GithubApp";
|
|
27186
|
+
state: "Active" | "Inactive";
|
|
27014
27187
|
createdAt: Date;
|
|
27015
27188
|
userId: string;
|
|
27016
27189
|
integrationId: string;
|
|
@@ -27022,6 +27195,7 @@ declare const DTOIntegration: z.ZodObject<{
|
|
|
27022
27195
|
handle?: string | undefined;
|
|
27023
27196
|
avatarUrl?: string | undefined;
|
|
27024
27197
|
organization?: string | undefined;
|
|
27198
|
+
collection?: string | undefined;
|
|
27025
27199
|
} | undefined;
|
|
27026
27200
|
user?: {
|
|
27027
27201
|
id: string;
|
|
@@ -27037,6 +27211,7 @@ declare const DTOIntegration: z.ZodObject<{
|
|
|
27037
27211
|
}, {
|
|
27038
27212
|
id: string;
|
|
27039
27213
|
type: "OAuth2" | "PAT" | "GithubApp";
|
|
27214
|
+
state: "Active" | "Inactive";
|
|
27040
27215
|
createdAt: Date;
|
|
27041
27216
|
userId: string;
|
|
27042
27217
|
integrationId: string;
|
|
@@ -27048,6 +27223,7 @@ declare const DTOIntegration: z.ZodObject<{
|
|
|
27048
27223
|
handle?: string | null | undefined;
|
|
27049
27224
|
avatarUrl?: string | null | undefined;
|
|
27050
27225
|
organization?: string | null | undefined;
|
|
27226
|
+
collection?: string | null | undefined;
|
|
27051
27227
|
} | undefined;
|
|
27052
27228
|
user?: {
|
|
27053
27229
|
id: string;
|
|
@@ -27088,6 +27264,7 @@ declare const DTOIntegration: z.ZodObject<{
|
|
|
27088
27264
|
integrationCredentials?: {
|
|
27089
27265
|
id: string;
|
|
27090
27266
|
type: "OAuth2" | "PAT" | "GithubApp";
|
|
27267
|
+
state: "Active" | "Inactive";
|
|
27091
27268
|
createdAt: Date;
|
|
27092
27269
|
userId: string;
|
|
27093
27270
|
integrationId: string;
|
|
@@ -27099,6 +27276,7 @@ declare const DTOIntegration: z.ZodObject<{
|
|
|
27099
27276
|
handle?: string | undefined;
|
|
27100
27277
|
avatarUrl?: string | undefined;
|
|
27101
27278
|
organization?: string | undefined;
|
|
27279
|
+
collection?: string | undefined;
|
|
27102
27280
|
} | undefined;
|
|
27103
27281
|
user?: {
|
|
27104
27282
|
id: string;
|
|
@@ -27127,6 +27305,7 @@ declare const DTOIntegration: z.ZodObject<{
|
|
|
27127
27305
|
integrationCredentials?: {
|
|
27128
27306
|
id: string;
|
|
27129
27307
|
type: "OAuth2" | "PAT" | "GithubApp";
|
|
27308
|
+
state: "Active" | "Inactive";
|
|
27130
27309
|
createdAt: Date;
|
|
27131
27310
|
userId: string;
|
|
27132
27311
|
integrationId: string;
|
|
@@ -27138,6 +27317,7 @@ declare const DTOIntegration: z.ZodObject<{
|
|
|
27138
27317
|
handle?: string | null | undefined;
|
|
27139
27318
|
avatarUrl?: string | null | undefined;
|
|
27140
27319
|
organization?: string | null | undefined;
|
|
27320
|
+
collection?: string | null | undefined;
|
|
27141
27321
|
} | undefined;
|
|
27142
27322
|
user?: {
|
|
27143
27323
|
id: string;
|
|
@@ -27180,6 +27360,7 @@ declare const DTOIntegrationCredentials: z.ZodObject<Omit<{
|
|
|
27180
27360
|
type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
27181
27361
|
avatarUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
27182
27362
|
organization: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
27363
|
+
collection: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
27183
27364
|
}, "strip", z.ZodTypeAny, {
|
|
27184
27365
|
id?: string | undefined;
|
|
27185
27366
|
type?: string | undefined;
|
|
@@ -27187,6 +27368,7 @@ declare const DTOIntegrationCredentials: z.ZodObject<Omit<{
|
|
|
27187
27368
|
handle?: string | undefined;
|
|
27188
27369
|
avatarUrl?: string | undefined;
|
|
27189
27370
|
organization?: string | undefined;
|
|
27371
|
+
collection?: string | undefined;
|
|
27190
27372
|
}, {
|
|
27191
27373
|
id?: string | null | undefined;
|
|
27192
27374
|
type?: string | null | undefined;
|
|
@@ -27194,8 +27376,10 @@ declare const DTOIntegrationCredentials: z.ZodObject<Omit<{
|
|
|
27194
27376
|
handle?: string | null | undefined;
|
|
27195
27377
|
avatarUrl?: string | null | undefined;
|
|
27196
27378
|
organization?: string | null | undefined;
|
|
27379
|
+
collection?: string | null | undefined;
|
|
27197
27380
|
}>>;
|
|
27198
27381
|
customUrl: z.ZodOptional<z.ZodString>;
|
|
27382
|
+
state: z.ZodEnum<["Active", "Inactive"]>;
|
|
27199
27383
|
user: z.ZodOptional<z.ZodObject<{
|
|
27200
27384
|
id: z.ZodString;
|
|
27201
27385
|
name: z.ZodString;
|
|
@@ -27215,6 +27399,7 @@ declare const DTOIntegrationCredentials: z.ZodObject<Omit<{
|
|
|
27215
27399
|
}, "accessToken" | "refreshToken">, "strip", z.ZodTypeAny, {
|
|
27216
27400
|
id: string;
|
|
27217
27401
|
type: "OAuth2" | "PAT" | "GithubApp";
|
|
27402
|
+
state: "Active" | "Inactive";
|
|
27218
27403
|
createdAt: Date;
|
|
27219
27404
|
userId: string;
|
|
27220
27405
|
integrationId: string;
|
|
@@ -27226,6 +27411,7 @@ declare const DTOIntegrationCredentials: z.ZodObject<Omit<{
|
|
|
27226
27411
|
handle?: string | undefined;
|
|
27227
27412
|
avatarUrl?: string | undefined;
|
|
27228
27413
|
organization?: string | undefined;
|
|
27414
|
+
collection?: string | undefined;
|
|
27229
27415
|
} | undefined;
|
|
27230
27416
|
user?: {
|
|
27231
27417
|
id: string;
|
|
@@ -27241,6 +27427,7 @@ declare const DTOIntegrationCredentials: z.ZodObject<Omit<{
|
|
|
27241
27427
|
}, {
|
|
27242
27428
|
id: string;
|
|
27243
27429
|
type: "OAuth2" | "PAT" | "GithubApp";
|
|
27430
|
+
state: "Active" | "Inactive";
|
|
27244
27431
|
createdAt: Date;
|
|
27245
27432
|
userId: string;
|
|
27246
27433
|
integrationId: string;
|
|
@@ -27252,6 +27439,7 @@ declare const DTOIntegrationCredentials: z.ZodObject<Omit<{
|
|
|
27252
27439
|
handle?: string | null | undefined;
|
|
27253
27440
|
avatarUrl?: string | null | undefined;
|
|
27254
27441
|
organization?: string | null | undefined;
|
|
27442
|
+
collection?: string | null | undefined;
|
|
27255
27443
|
} | undefined;
|
|
27256
27444
|
user?: {
|
|
27257
27445
|
id: string;
|
|
@@ -27300,6 +27488,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
27300
27488
|
type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
27301
27489
|
avatarUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
27302
27490
|
organization: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
27491
|
+
collection: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
27303
27492
|
}, "strip", z.ZodTypeAny, {
|
|
27304
27493
|
id?: string | undefined;
|
|
27305
27494
|
type?: string | undefined;
|
|
@@ -27307,6 +27496,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
27307
27496
|
handle?: string | undefined;
|
|
27308
27497
|
avatarUrl?: string | undefined;
|
|
27309
27498
|
organization?: string | undefined;
|
|
27499
|
+
collection?: string | undefined;
|
|
27310
27500
|
}, {
|
|
27311
27501
|
id?: string | null | undefined;
|
|
27312
27502
|
type?: string | null | undefined;
|
|
@@ -27314,8 +27504,10 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
27314
27504
|
handle?: string | null | undefined;
|
|
27315
27505
|
avatarUrl?: string | null | undefined;
|
|
27316
27506
|
organization?: string | null | undefined;
|
|
27507
|
+
collection?: string | null | undefined;
|
|
27317
27508
|
}>>;
|
|
27318
27509
|
customUrl: z.ZodOptional<z.ZodString>;
|
|
27510
|
+
state: z.ZodEnum<["Active", "Inactive"]>;
|
|
27319
27511
|
user: z.ZodOptional<z.ZodObject<{
|
|
27320
27512
|
id: z.ZodString;
|
|
27321
27513
|
name: z.ZodString;
|
|
@@ -27335,6 +27527,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
27335
27527
|
}, "accessToken" | "refreshToken">, "strip", z.ZodTypeAny, {
|
|
27336
27528
|
id: string;
|
|
27337
27529
|
type: "OAuth2" | "PAT" | "GithubApp";
|
|
27530
|
+
state: "Active" | "Inactive";
|
|
27338
27531
|
createdAt: Date;
|
|
27339
27532
|
userId: string;
|
|
27340
27533
|
integrationId: string;
|
|
@@ -27346,6 +27539,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
27346
27539
|
handle?: string | undefined;
|
|
27347
27540
|
avatarUrl?: string | undefined;
|
|
27348
27541
|
organization?: string | undefined;
|
|
27542
|
+
collection?: string | undefined;
|
|
27349
27543
|
} | undefined;
|
|
27350
27544
|
user?: {
|
|
27351
27545
|
id: string;
|
|
@@ -27361,6 +27555,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
27361
27555
|
}, {
|
|
27362
27556
|
id: string;
|
|
27363
27557
|
type: "OAuth2" | "PAT" | "GithubApp";
|
|
27558
|
+
state: "Active" | "Inactive";
|
|
27364
27559
|
createdAt: Date;
|
|
27365
27560
|
userId: string;
|
|
27366
27561
|
integrationId: string;
|
|
@@ -27372,6 +27567,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
27372
27567
|
handle?: string | null | undefined;
|
|
27373
27568
|
avatarUrl?: string | null | undefined;
|
|
27374
27569
|
organization?: string | null | undefined;
|
|
27570
|
+
collection?: string | null | undefined;
|
|
27375
27571
|
} | undefined;
|
|
27376
27572
|
user?: {
|
|
27377
27573
|
id: string;
|
|
@@ -27412,6 +27608,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
27412
27608
|
integrationCredentials?: {
|
|
27413
27609
|
id: string;
|
|
27414
27610
|
type: "OAuth2" | "PAT" | "GithubApp";
|
|
27611
|
+
state: "Active" | "Inactive";
|
|
27415
27612
|
createdAt: Date;
|
|
27416
27613
|
userId: string;
|
|
27417
27614
|
integrationId: string;
|
|
@@ -27423,6 +27620,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
27423
27620
|
handle?: string | undefined;
|
|
27424
27621
|
avatarUrl?: string | undefined;
|
|
27425
27622
|
organization?: string | undefined;
|
|
27623
|
+
collection?: string | undefined;
|
|
27426
27624
|
} | undefined;
|
|
27427
27625
|
user?: {
|
|
27428
27626
|
id: string;
|
|
@@ -27451,6 +27649,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
27451
27649
|
integrationCredentials?: {
|
|
27452
27650
|
id: string;
|
|
27453
27651
|
type: "OAuth2" | "PAT" | "GithubApp";
|
|
27652
|
+
state: "Active" | "Inactive";
|
|
27454
27653
|
createdAt: Date;
|
|
27455
27654
|
userId: string;
|
|
27456
27655
|
integrationId: string;
|
|
@@ -27462,6 +27661,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
27462
27661
|
handle?: string | null | undefined;
|
|
27463
27662
|
avatarUrl?: string | null | undefined;
|
|
27464
27663
|
organization?: string | null | undefined;
|
|
27664
|
+
collection?: string | null | undefined;
|
|
27465
27665
|
} | undefined;
|
|
27466
27666
|
user?: {
|
|
27467
27667
|
id: string;
|
|
@@ -27492,6 +27692,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
27492
27692
|
integrationCredentials?: {
|
|
27493
27693
|
id: string;
|
|
27494
27694
|
type: "OAuth2" | "PAT" | "GithubApp";
|
|
27695
|
+
state: "Active" | "Inactive";
|
|
27495
27696
|
createdAt: Date;
|
|
27496
27697
|
userId: string;
|
|
27497
27698
|
integrationId: string;
|
|
@@ -27503,6 +27704,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
27503
27704
|
handle?: string | undefined;
|
|
27504
27705
|
avatarUrl?: string | undefined;
|
|
27505
27706
|
organization?: string | undefined;
|
|
27707
|
+
collection?: string | undefined;
|
|
27506
27708
|
} | undefined;
|
|
27507
27709
|
user?: {
|
|
27508
27710
|
id: string;
|
|
@@ -27533,6 +27735,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
27533
27735
|
integrationCredentials?: {
|
|
27534
27736
|
id: string;
|
|
27535
27737
|
type: "OAuth2" | "PAT" | "GithubApp";
|
|
27738
|
+
state: "Active" | "Inactive";
|
|
27536
27739
|
createdAt: Date;
|
|
27537
27740
|
userId: string;
|
|
27538
27741
|
integrationId: string;
|
|
@@ -27544,6 +27747,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
27544
27747
|
handle?: string | null | undefined;
|
|
27545
27748
|
avatarUrl?: string | null | undefined;
|
|
27546
27749
|
organization?: string | null | undefined;
|
|
27750
|
+
collection?: string | null | undefined;
|
|
27547
27751
|
} | undefined;
|
|
27548
27752
|
user?: {
|
|
27549
27753
|
id: string;
|
|
@@ -27593,6 +27797,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
27593
27797
|
type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
27594
27798
|
avatarUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
27595
27799
|
organization: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
27800
|
+
collection: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
27596
27801
|
}, "strip", z.ZodTypeAny, {
|
|
27597
27802
|
id?: string | undefined;
|
|
27598
27803
|
type?: string | undefined;
|
|
@@ -27600,6 +27805,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
27600
27805
|
handle?: string | undefined;
|
|
27601
27806
|
avatarUrl?: string | undefined;
|
|
27602
27807
|
organization?: string | undefined;
|
|
27808
|
+
collection?: string | undefined;
|
|
27603
27809
|
}, {
|
|
27604
27810
|
id?: string | null | undefined;
|
|
27605
27811
|
type?: string | null | undefined;
|
|
@@ -27607,8 +27813,10 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
27607
27813
|
handle?: string | null | undefined;
|
|
27608
27814
|
avatarUrl?: string | null | undefined;
|
|
27609
27815
|
organization?: string | null | undefined;
|
|
27816
|
+
collection?: string | null | undefined;
|
|
27610
27817
|
}>>;
|
|
27611
27818
|
customUrl: z.ZodOptional<z.ZodString>;
|
|
27819
|
+
state: z.ZodEnum<["Active", "Inactive"]>;
|
|
27612
27820
|
user: z.ZodOptional<z.ZodObject<{
|
|
27613
27821
|
id: z.ZodString;
|
|
27614
27822
|
name: z.ZodString;
|
|
@@ -27628,6 +27836,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
27628
27836
|
}, "accessToken" | "refreshToken">, "strip", z.ZodTypeAny, {
|
|
27629
27837
|
id: string;
|
|
27630
27838
|
type: "OAuth2" | "PAT" | "GithubApp";
|
|
27839
|
+
state: "Active" | "Inactive";
|
|
27631
27840
|
createdAt: Date;
|
|
27632
27841
|
userId: string;
|
|
27633
27842
|
integrationId: string;
|
|
@@ -27639,6 +27848,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
27639
27848
|
handle?: string | undefined;
|
|
27640
27849
|
avatarUrl?: string | undefined;
|
|
27641
27850
|
organization?: string | undefined;
|
|
27851
|
+
collection?: string | undefined;
|
|
27642
27852
|
} | undefined;
|
|
27643
27853
|
user?: {
|
|
27644
27854
|
id: string;
|
|
@@ -27654,6 +27864,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
27654
27864
|
}, {
|
|
27655
27865
|
id: string;
|
|
27656
27866
|
type: "OAuth2" | "PAT" | "GithubApp";
|
|
27867
|
+
state: "Active" | "Inactive";
|
|
27657
27868
|
createdAt: Date;
|
|
27658
27869
|
userId: string;
|
|
27659
27870
|
integrationId: string;
|
|
@@ -27665,6 +27876,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
27665
27876
|
handle?: string | null | undefined;
|
|
27666
27877
|
avatarUrl?: string | null | undefined;
|
|
27667
27878
|
organization?: string | null | undefined;
|
|
27879
|
+
collection?: string | null | undefined;
|
|
27668
27880
|
} | undefined;
|
|
27669
27881
|
user?: {
|
|
27670
27882
|
id: string;
|
|
@@ -27705,6 +27917,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
27705
27917
|
integrationCredentials?: {
|
|
27706
27918
|
id: string;
|
|
27707
27919
|
type: "OAuth2" | "PAT" | "GithubApp";
|
|
27920
|
+
state: "Active" | "Inactive";
|
|
27708
27921
|
createdAt: Date;
|
|
27709
27922
|
userId: string;
|
|
27710
27923
|
integrationId: string;
|
|
@@ -27716,6 +27929,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
27716
27929
|
handle?: string | undefined;
|
|
27717
27930
|
avatarUrl?: string | undefined;
|
|
27718
27931
|
organization?: string | undefined;
|
|
27932
|
+
collection?: string | undefined;
|
|
27719
27933
|
} | undefined;
|
|
27720
27934
|
user?: {
|
|
27721
27935
|
id: string;
|
|
@@ -27744,6 +27958,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
27744
27958
|
integrationCredentials?: {
|
|
27745
27959
|
id: string;
|
|
27746
27960
|
type: "OAuth2" | "PAT" | "GithubApp";
|
|
27961
|
+
state: "Active" | "Inactive";
|
|
27747
27962
|
createdAt: Date;
|
|
27748
27963
|
userId: string;
|
|
27749
27964
|
integrationId: string;
|
|
@@ -27755,6 +27970,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
27755
27970
|
handle?: string | null | undefined;
|
|
27756
27971
|
avatarUrl?: string | null | undefined;
|
|
27757
27972
|
organization?: string | null | undefined;
|
|
27973
|
+
collection?: string | null | undefined;
|
|
27758
27974
|
} | undefined;
|
|
27759
27975
|
user?: {
|
|
27760
27976
|
id: string;
|
|
@@ -27785,6 +28001,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
27785
28001
|
integrationCredentials?: {
|
|
27786
28002
|
id: string;
|
|
27787
28003
|
type: "OAuth2" | "PAT" | "GithubApp";
|
|
28004
|
+
state: "Active" | "Inactive";
|
|
27788
28005
|
createdAt: Date;
|
|
27789
28006
|
userId: string;
|
|
27790
28007
|
integrationId: string;
|
|
@@ -27796,6 +28013,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
27796
28013
|
handle?: string | undefined;
|
|
27797
28014
|
avatarUrl?: string | undefined;
|
|
27798
28015
|
organization?: string | undefined;
|
|
28016
|
+
collection?: string | undefined;
|
|
27799
28017
|
} | undefined;
|
|
27800
28018
|
user?: {
|
|
27801
28019
|
id: string;
|
|
@@ -27826,6 +28044,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
27826
28044
|
integrationCredentials?: {
|
|
27827
28045
|
id: string;
|
|
27828
28046
|
type: "OAuth2" | "PAT" | "GithubApp";
|
|
28047
|
+
state: "Active" | "Inactive";
|
|
27829
28048
|
createdAt: Date;
|
|
27830
28049
|
userId: string;
|
|
27831
28050
|
integrationId: string;
|
|
@@ -27837,6 +28056,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
27837
28056
|
handle?: string | null | undefined;
|
|
27838
28057
|
avatarUrl?: string | null | undefined;
|
|
27839
28058
|
organization?: string | null | undefined;
|
|
28059
|
+
collection?: string | null | undefined;
|
|
27840
28060
|
} | undefined;
|
|
27841
28061
|
user?: {
|
|
27842
28062
|
id: string;
|
|
@@ -32720,20 +32940,20 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
32720
32940
|
properties: z.ZodArray<z.ZodObject<{
|
|
32721
32941
|
id: z.ZodString;
|
|
32722
32942
|
name: z.ZodString;
|
|
32723
|
-
type: z.ZodEnum<["RichText", "MultiRichText", "Text", "Boolean", "Number", "SingleSelect", "MultiSelect", "Image", "Token", "TokenType", "TokenProperty", "Component", "ComponentProperty", "Asset", "AssetProperty", "FigmaNode", "EmbedURL", "URL", "Markdown", "Code", "CodeSandbox", "Table", "Divider", "Storybook", "Color"]>;
|
|
32943
|
+
type: z.ZodEnum<["RichText", "MultiRichText", "Text", "Boolean", "Number", "SingleSelect", "MultiSelect", "Image", "Token", "TokenType", "TokenProperty", "Component", "ComponentProperty", "Asset", "AssetProperty", "FigmaNode", "EmbedURL", "URL", "Markdown", "Code", "CodeSandbox", "Table", "Divider", "Storybook", "Color", "FigmaComponent"]>;
|
|
32724
32944
|
description: z.ZodOptional<z.ZodString>;
|
|
32725
32945
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
32726
32946
|
variantOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
32727
32947
|
}, "strip", z.ZodTypeAny, {
|
|
32728
32948
|
id: string;
|
|
32729
|
-
type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
32949
|
+
type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
32730
32950
|
name: string;
|
|
32731
32951
|
options?: Record<string, any> | undefined;
|
|
32732
32952
|
description?: string | undefined;
|
|
32733
32953
|
variantOptions?: Record<string, Record<string, any>> | undefined;
|
|
32734
32954
|
}, {
|
|
32735
32955
|
id: string;
|
|
32736
|
-
type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
32956
|
+
type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
32737
32957
|
name: string;
|
|
32738
32958
|
options?: Record<string, any> | undefined;
|
|
32739
32959
|
description?: string | undefined;
|
|
@@ -32829,7 +33049,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
32829
33049
|
}, "strip", z.ZodTypeAny, {
|
|
32830
33050
|
properties: {
|
|
32831
33051
|
id: string;
|
|
32832
|
-
type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
33052
|
+
type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
32833
33053
|
name: string;
|
|
32834
33054
|
options?: Record<string, any> | undefined;
|
|
32835
33055
|
description?: string | undefined;
|
|
@@ -32868,7 +33088,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
32868
33088
|
}, {
|
|
32869
33089
|
properties: {
|
|
32870
33090
|
id: string;
|
|
32871
|
-
type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
33091
|
+
type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
32872
33092
|
name: string;
|
|
32873
33093
|
options?: Record<string, any> | undefined;
|
|
32874
33094
|
description?: string | undefined;
|
|
@@ -32998,7 +33218,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
32998
33218
|
item: {
|
|
32999
33219
|
properties: {
|
|
33000
33220
|
id: string;
|
|
33001
|
-
type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
33221
|
+
type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
33002
33222
|
name: string;
|
|
33003
33223
|
options?: Record<string, any> | undefined;
|
|
33004
33224
|
description?: string | undefined;
|
|
@@ -33070,7 +33290,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
33070
33290
|
item: {
|
|
33071
33291
|
properties: {
|
|
33072
33292
|
id: string;
|
|
33073
|
-
type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
33293
|
+
type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
33074
33294
|
name: string;
|
|
33075
33295
|
options?: Record<string, any> | undefined;
|
|
33076
33296
|
description?: string | undefined;
|
|
@@ -33144,7 +33364,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
33144
33364
|
item: {
|
|
33145
33365
|
properties: {
|
|
33146
33366
|
id: string;
|
|
33147
|
-
type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
33367
|
+
type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
33148
33368
|
name: string;
|
|
33149
33369
|
options?: Record<string, any> | undefined;
|
|
33150
33370
|
description?: string | undefined;
|
|
@@ -33218,7 +33438,7 @@ declare const DTOGetBlockDefinitionsOutput: z.ZodObject<{
|
|
|
33218
33438
|
item: {
|
|
33219
33439
|
properties: {
|
|
33220
33440
|
id: string;
|
|
33221
|
-
type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
33441
|
+
type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
33222
33442
|
name: string;
|
|
33223
33443
|
options?: Record<string, any> | undefined;
|
|
33224
33444
|
description?: string | undefined;
|
|
@@ -33325,8 +33545,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
|
33325
33545
|
branch: z.ZodString;
|
|
33326
33546
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
33327
33547
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
33328
|
-
connectionId: z.ZodOptional<z.
|
|
33329
|
-
userId: z.ZodOptional<z.
|
|
33548
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
33549
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
33330
33550
|
}, "strip", z.ZodTypeAny, {
|
|
33331
33551
|
branch: string;
|
|
33332
33552
|
organizationId: string;
|
|
@@ -33343,10 +33563,10 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
|
33343
33563
|
projectId: string;
|
|
33344
33564
|
repositoryId: string;
|
|
33345
33565
|
url?: string | null | undefined;
|
|
33346
|
-
userId?: number | undefined;
|
|
33566
|
+
userId?: number | null | undefined;
|
|
33347
33567
|
credentialId?: string | undefined;
|
|
33348
33568
|
relativePath?: string | null | undefined;
|
|
33349
|
-
connectionId?: string | undefined;
|
|
33569
|
+
connectionId?: string | null | undefined;
|
|
33350
33570
|
}>>>;
|
|
33351
33571
|
bitbucket: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
33352
33572
|
credentialId: z.ZodOptional<z.ZodString>;
|
|
@@ -33355,8 +33575,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
|
33355
33575
|
repoSlug: z.ZodString;
|
|
33356
33576
|
branch: z.ZodString;
|
|
33357
33577
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
33358
|
-
connectionId: z.ZodOptional<z.
|
|
33359
|
-
userId: z.ZodOptional<z.
|
|
33578
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
33579
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
33360
33580
|
}, "strip", z.ZodTypeAny, {
|
|
33361
33581
|
branch: string;
|
|
33362
33582
|
workspaceSlug: string;
|
|
@@ -33371,18 +33591,18 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
|
33371
33591
|
workspaceSlug: string;
|
|
33372
33592
|
projectKey: string;
|
|
33373
33593
|
repoSlug: string;
|
|
33374
|
-
userId?: number | undefined;
|
|
33594
|
+
userId?: number | null | undefined;
|
|
33375
33595
|
credentialId?: string | undefined;
|
|
33376
33596
|
relativePath?: string | null | undefined;
|
|
33377
|
-
connectionId?: string | undefined;
|
|
33597
|
+
connectionId?: string | null | undefined;
|
|
33378
33598
|
}>>>;
|
|
33379
33599
|
github: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
33380
33600
|
credentialId: z.ZodOptional<z.ZodString>;
|
|
33381
33601
|
url: z.ZodString;
|
|
33382
33602
|
branch: z.ZodString;
|
|
33383
33603
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
33384
|
-
connectionId: z.ZodOptional<z.
|
|
33385
|
-
userId: z.ZodOptional<z.
|
|
33604
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
33605
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
33386
33606
|
}, "strip", z.ZodTypeAny, {
|
|
33387
33607
|
url: string;
|
|
33388
33608
|
branch: string;
|
|
@@ -33393,10 +33613,10 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
|
33393
33613
|
}, {
|
|
33394
33614
|
url: string;
|
|
33395
33615
|
branch: string;
|
|
33396
|
-
userId?: number | undefined;
|
|
33616
|
+
userId?: number | null | undefined;
|
|
33397
33617
|
credentialId?: string | undefined;
|
|
33398
33618
|
relativePath?: string | null | undefined;
|
|
33399
|
-
connectionId?: string | undefined;
|
|
33619
|
+
connectionId?: string | null | undefined;
|
|
33400
33620
|
}>>>;
|
|
33401
33621
|
gitlab: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
33402
33622
|
credentialId: z.ZodOptional<z.ZodString>;
|
|
@@ -33404,8 +33624,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
|
33404
33624
|
branch: z.ZodString;
|
|
33405
33625
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
33406
33626
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
33407
|
-
connectionId: z.ZodOptional<z.
|
|
33408
|
-
userId: z.ZodOptional<z.
|
|
33627
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
33628
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
33409
33629
|
}, "strip", z.ZodTypeAny, {
|
|
33410
33630
|
branch: string;
|
|
33411
33631
|
projectId: string;
|
|
@@ -33418,10 +33638,10 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
|
33418
33638
|
branch: string;
|
|
33419
33639
|
projectId: string;
|
|
33420
33640
|
url?: string | null | undefined;
|
|
33421
|
-
userId?: number | undefined;
|
|
33641
|
+
userId?: number | null | undefined;
|
|
33422
33642
|
credentialId?: string | undefined;
|
|
33423
33643
|
relativePath?: string | null | undefined;
|
|
33424
|
-
connectionId?: string | undefined;
|
|
33644
|
+
connectionId?: string | null | undefined;
|
|
33425
33645
|
}>>>;
|
|
33426
33646
|
documentation: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
33427
33647
|
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
@@ -33483,37 +33703,37 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
|
33483
33703
|
projectId: string;
|
|
33484
33704
|
repositoryId: string;
|
|
33485
33705
|
url?: string | null | undefined;
|
|
33486
|
-
userId?: number | undefined;
|
|
33706
|
+
userId?: number | null | undefined;
|
|
33487
33707
|
credentialId?: string | undefined;
|
|
33488
33708
|
relativePath?: string | null | undefined;
|
|
33489
|
-
connectionId?: string | undefined;
|
|
33709
|
+
connectionId?: string | null | undefined;
|
|
33490
33710
|
} | null | undefined;
|
|
33491
33711
|
bitbucket?: {
|
|
33492
33712
|
branch: string;
|
|
33493
33713
|
workspaceSlug: string;
|
|
33494
33714
|
projectKey: string;
|
|
33495
33715
|
repoSlug: string;
|
|
33496
|
-
userId?: number | undefined;
|
|
33716
|
+
userId?: number | null | undefined;
|
|
33497
33717
|
credentialId?: string | undefined;
|
|
33498
33718
|
relativePath?: string | null | undefined;
|
|
33499
|
-
connectionId?: string | undefined;
|
|
33719
|
+
connectionId?: string | null | undefined;
|
|
33500
33720
|
} | null | undefined;
|
|
33501
33721
|
github?: {
|
|
33502
33722
|
url: string;
|
|
33503
33723
|
branch: string;
|
|
33504
|
-
userId?: number | undefined;
|
|
33724
|
+
userId?: number | null | undefined;
|
|
33505
33725
|
credentialId?: string | undefined;
|
|
33506
33726
|
relativePath?: string | null | undefined;
|
|
33507
|
-
connectionId?: string | undefined;
|
|
33727
|
+
connectionId?: string | null | undefined;
|
|
33508
33728
|
} | null | undefined;
|
|
33509
33729
|
gitlab?: {
|
|
33510
33730
|
branch: string;
|
|
33511
33731
|
projectId: string;
|
|
33512
33732
|
url?: string | null | undefined;
|
|
33513
|
-
userId?: number | undefined;
|
|
33733
|
+
userId?: number | null | undefined;
|
|
33514
33734
|
credentialId?: string | undefined;
|
|
33515
33735
|
relativePath?: string | null | undefined;
|
|
33516
|
-
connectionId?: string | undefined;
|
|
33736
|
+
connectionId?: string | null | undefined;
|
|
33517
33737
|
} | null | undefined;
|
|
33518
33738
|
documentation?: {
|
|
33519
33739
|
environment: "Live" | "Preview";
|
|
@@ -33602,37 +33822,37 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
|
33602
33822
|
projectId: string;
|
|
33603
33823
|
repositoryId: string;
|
|
33604
33824
|
url?: string | null | undefined;
|
|
33605
|
-
userId?: number | undefined;
|
|
33825
|
+
userId?: number | null | undefined;
|
|
33606
33826
|
credentialId?: string | undefined;
|
|
33607
33827
|
relativePath?: string | null | undefined;
|
|
33608
|
-
connectionId?: string | undefined;
|
|
33828
|
+
connectionId?: string | null | undefined;
|
|
33609
33829
|
} | null | undefined;
|
|
33610
33830
|
bitbucket?: {
|
|
33611
33831
|
branch: string;
|
|
33612
33832
|
workspaceSlug: string;
|
|
33613
33833
|
projectKey: string;
|
|
33614
33834
|
repoSlug: string;
|
|
33615
|
-
userId?: number | undefined;
|
|
33835
|
+
userId?: number | null | undefined;
|
|
33616
33836
|
credentialId?: string | undefined;
|
|
33617
33837
|
relativePath?: string | null | undefined;
|
|
33618
|
-
connectionId?: string | undefined;
|
|
33838
|
+
connectionId?: string | null | undefined;
|
|
33619
33839
|
} | null | undefined;
|
|
33620
33840
|
github?: {
|
|
33621
33841
|
url: string;
|
|
33622
33842
|
branch: string;
|
|
33623
|
-
userId?: number | undefined;
|
|
33843
|
+
userId?: number | null | undefined;
|
|
33624
33844
|
credentialId?: string | undefined;
|
|
33625
33845
|
relativePath?: string | null | undefined;
|
|
33626
|
-
connectionId?: string | undefined;
|
|
33846
|
+
connectionId?: string | null | undefined;
|
|
33627
33847
|
} | null | undefined;
|
|
33628
33848
|
gitlab?: {
|
|
33629
33849
|
branch: string;
|
|
33630
33850
|
projectId: string;
|
|
33631
33851
|
url?: string | null | undefined;
|
|
33632
|
-
userId?: number | undefined;
|
|
33852
|
+
userId?: number | null | undefined;
|
|
33633
33853
|
credentialId?: string | undefined;
|
|
33634
33854
|
relativePath?: string | null | undefined;
|
|
33635
|
-
connectionId?: string | undefined;
|
|
33855
|
+
connectionId?: string | null | undefined;
|
|
33636
33856
|
} | null | undefined;
|
|
33637
33857
|
documentation?: {
|
|
33638
33858
|
environment: "Live" | "Preview";
|
|
@@ -33682,8 +33902,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
33682
33902
|
branch: z.ZodString;
|
|
33683
33903
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
33684
33904
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
33685
|
-
connectionId: z.ZodOptional<z.
|
|
33686
|
-
userId: z.ZodOptional<z.
|
|
33905
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
33906
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
33687
33907
|
}, "strip", z.ZodTypeAny, {
|
|
33688
33908
|
branch: string;
|
|
33689
33909
|
organizationId: string;
|
|
@@ -33700,10 +33920,10 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
33700
33920
|
projectId: string;
|
|
33701
33921
|
repositoryId: string;
|
|
33702
33922
|
url?: string | null | undefined;
|
|
33703
|
-
userId?: number | undefined;
|
|
33923
|
+
userId?: number | null | undefined;
|
|
33704
33924
|
credentialId?: string | undefined;
|
|
33705
33925
|
relativePath?: string | null | undefined;
|
|
33706
|
-
connectionId?: string | undefined;
|
|
33926
|
+
connectionId?: string | null | undefined;
|
|
33707
33927
|
}>>>;
|
|
33708
33928
|
bitbucket: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
33709
33929
|
credentialId: z.ZodOptional<z.ZodString>;
|
|
@@ -33712,8 +33932,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
33712
33932
|
repoSlug: z.ZodString;
|
|
33713
33933
|
branch: z.ZodString;
|
|
33714
33934
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
33715
|
-
connectionId: z.ZodOptional<z.
|
|
33716
|
-
userId: z.ZodOptional<z.
|
|
33935
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
33936
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
33717
33937
|
}, "strip", z.ZodTypeAny, {
|
|
33718
33938
|
branch: string;
|
|
33719
33939
|
workspaceSlug: string;
|
|
@@ -33728,18 +33948,18 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
33728
33948
|
workspaceSlug: string;
|
|
33729
33949
|
projectKey: string;
|
|
33730
33950
|
repoSlug: string;
|
|
33731
|
-
userId?: number | undefined;
|
|
33951
|
+
userId?: number | null | undefined;
|
|
33732
33952
|
credentialId?: string | undefined;
|
|
33733
33953
|
relativePath?: string | null | undefined;
|
|
33734
|
-
connectionId?: string | undefined;
|
|
33954
|
+
connectionId?: string | null | undefined;
|
|
33735
33955
|
}>>>;
|
|
33736
33956
|
github: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
33737
33957
|
credentialId: z.ZodOptional<z.ZodString>;
|
|
33738
33958
|
url: z.ZodString;
|
|
33739
33959
|
branch: z.ZodString;
|
|
33740
33960
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
33741
|
-
connectionId: z.ZodOptional<z.
|
|
33742
|
-
userId: z.ZodOptional<z.
|
|
33961
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
33962
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
33743
33963
|
}, "strip", z.ZodTypeAny, {
|
|
33744
33964
|
url: string;
|
|
33745
33965
|
branch: string;
|
|
@@ -33750,10 +33970,10 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
33750
33970
|
}, {
|
|
33751
33971
|
url: string;
|
|
33752
33972
|
branch: string;
|
|
33753
|
-
userId?: number | undefined;
|
|
33973
|
+
userId?: number | null | undefined;
|
|
33754
33974
|
credentialId?: string | undefined;
|
|
33755
33975
|
relativePath?: string | null | undefined;
|
|
33756
|
-
connectionId?: string | undefined;
|
|
33976
|
+
connectionId?: string | null | undefined;
|
|
33757
33977
|
}>>>;
|
|
33758
33978
|
gitlab: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
33759
33979
|
credentialId: z.ZodOptional<z.ZodString>;
|
|
@@ -33761,8 +33981,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
33761
33981
|
branch: z.ZodString;
|
|
33762
33982
|
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
33763
33983
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
33764
|
-
connectionId: z.ZodOptional<z.
|
|
33765
|
-
userId: z.ZodOptional<z.
|
|
33984
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
33985
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
33766
33986
|
}, "strip", z.ZodTypeAny, {
|
|
33767
33987
|
branch: string;
|
|
33768
33988
|
projectId: string;
|
|
@@ -33775,10 +33995,10 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
33775
33995
|
branch: string;
|
|
33776
33996
|
projectId: string;
|
|
33777
33997
|
url?: string | null | undefined;
|
|
33778
|
-
userId?: number | undefined;
|
|
33998
|
+
userId?: number | null | undefined;
|
|
33779
33999
|
credentialId?: string | undefined;
|
|
33780
34000
|
relativePath?: string | null | undefined;
|
|
33781
|
-
connectionId?: string | undefined;
|
|
34001
|
+
connectionId?: string | null | undefined;
|
|
33782
34002
|
}>>>;
|
|
33783
34003
|
documentation: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
33784
34004
|
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
@@ -33840,37 +34060,37 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
33840
34060
|
projectId: string;
|
|
33841
34061
|
repositoryId: string;
|
|
33842
34062
|
url?: string | null | undefined;
|
|
33843
|
-
userId?: number | undefined;
|
|
34063
|
+
userId?: number | null | undefined;
|
|
33844
34064
|
credentialId?: string | undefined;
|
|
33845
34065
|
relativePath?: string | null | undefined;
|
|
33846
|
-
connectionId?: string | undefined;
|
|
34066
|
+
connectionId?: string | null | undefined;
|
|
33847
34067
|
} | null | undefined;
|
|
33848
34068
|
bitbucket?: {
|
|
33849
34069
|
branch: string;
|
|
33850
34070
|
workspaceSlug: string;
|
|
33851
34071
|
projectKey: string;
|
|
33852
34072
|
repoSlug: string;
|
|
33853
|
-
userId?: number | undefined;
|
|
34073
|
+
userId?: number | null | undefined;
|
|
33854
34074
|
credentialId?: string | undefined;
|
|
33855
34075
|
relativePath?: string | null | undefined;
|
|
33856
|
-
connectionId?: string | undefined;
|
|
34076
|
+
connectionId?: string | null | undefined;
|
|
33857
34077
|
} | null | undefined;
|
|
33858
34078
|
github?: {
|
|
33859
34079
|
url: string;
|
|
33860
34080
|
branch: string;
|
|
33861
|
-
userId?: number | undefined;
|
|
34081
|
+
userId?: number | null | undefined;
|
|
33862
34082
|
credentialId?: string | undefined;
|
|
33863
34083
|
relativePath?: string | null | undefined;
|
|
33864
|
-
connectionId?: string | undefined;
|
|
34084
|
+
connectionId?: string | null | undefined;
|
|
33865
34085
|
} | null | undefined;
|
|
33866
34086
|
gitlab?: {
|
|
33867
34087
|
branch: string;
|
|
33868
34088
|
projectId: string;
|
|
33869
34089
|
url?: string | null | undefined;
|
|
33870
|
-
userId?: number | undefined;
|
|
34090
|
+
userId?: number | null | undefined;
|
|
33871
34091
|
credentialId?: string | undefined;
|
|
33872
34092
|
relativePath?: string | null | undefined;
|
|
33873
|
-
connectionId?: string | undefined;
|
|
34093
|
+
connectionId?: string | null | undefined;
|
|
33874
34094
|
} | null | undefined;
|
|
33875
34095
|
documentation?: {
|
|
33876
34096
|
environment: "Live" | "Preview";
|
|
@@ -33963,37 +34183,37 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
33963
34183
|
projectId: string;
|
|
33964
34184
|
repositoryId: string;
|
|
33965
34185
|
url?: string | null | undefined;
|
|
33966
|
-
userId?: number | undefined;
|
|
34186
|
+
userId?: number | null | undefined;
|
|
33967
34187
|
credentialId?: string | undefined;
|
|
33968
34188
|
relativePath?: string | null | undefined;
|
|
33969
|
-
connectionId?: string | undefined;
|
|
34189
|
+
connectionId?: string | null | undefined;
|
|
33970
34190
|
} | null | undefined;
|
|
33971
34191
|
bitbucket?: {
|
|
33972
34192
|
branch: string;
|
|
33973
34193
|
workspaceSlug: string;
|
|
33974
34194
|
projectKey: string;
|
|
33975
34195
|
repoSlug: string;
|
|
33976
|
-
userId?: number | undefined;
|
|
34196
|
+
userId?: number | null | undefined;
|
|
33977
34197
|
credentialId?: string | undefined;
|
|
33978
34198
|
relativePath?: string | null | undefined;
|
|
33979
|
-
connectionId?: string | undefined;
|
|
34199
|
+
connectionId?: string | null | undefined;
|
|
33980
34200
|
} | null | undefined;
|
|
33981
34201
|
github?: {
|
|
33982
34202
|
url: string;
|
|
33983
34203
|
branch: string;
|
|
33984
|
-
userId?: number | undefined;
|
|
34204
|
+
userId?: number | null | undefined;
|
|
33985
34205
|
credentialId?: string | undefined;
|
|
33986
34206
|
relativePath?: string | null | undefined;
|
|
33987
|
-
connectionId?: string | undefined;
|
|
34207
|
+
connectionId?: string | null | undefined;
|
|
33988
34208
|
} | null | undefined;
|
|
33989
34209
|
gitlab?: {
|
|
33990
34210
|
branch: string;
|
|
33991
34211
|
projectId: string;
|
|
33992
34212
|
url?: string | null | undefined;
|
|
33993
|
-
userId?: number | undefined;
|
|
34213
|
+
userId?: number | null | undefined;
|
|
33994
34214
|
credentialId?: string | undefined;
|
|
33995
34215
|
relativePath?: string | null | undefined;
|
|
33996
|
-
connectionId?: string | undefined;
|
|
34216
|
+
connectionId?: string | null | undefined;
|
|
33997
34217
|
} | null | undefined;
|
|
33998
34218
|
documentation?: {
|
|
33999
34219
|
environment: "Live" | "Preview";
|
|
@@ -34552,6 +34772,7 @@ declare const DTOWorkspaceIntegrationPATInput: z.ZodObject<{
|
|
|
34552
34772
|
token_type: z.ZodOptional<z.ZodString>;
|
|
34553
34773
|
token_name: z.ZodOptional<z.ZodString>;
|
|
34554
34774
|
token_azure_organization_name: z.ZodOptional<z.ZodString>;
|
|
34775
|
+
token_azure_collection_name: z.ZodOptional<z.ZodString>;
|
|
34555
34776
|
token_bitbucket_username: z.ZodOptional<z.ZodString>;
|
|
34556
34777
|
custom_url: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, string | undefined>;
|
|
34557
34778
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -34561,6 +34782,7 @@ declare const DTOWorkspaceIntegrationPATInput: z.ZodObject<{
|
|
|
34561
34782
|
token_type?: string | undefined;
|
|
34562
34783
|
token_name?: string | undefined;
|
|
34563
34784
|
token_azure_organization_name?: string | undefined;
|
|
34785
|
+
token_azure_collection_name?: string | undefined;
|
|
34564
34786
|
token_bitbucket_username?: string | undefined;
|
|
34565
34787
|
custom_url?: string | undefined;
|
|
34566
34788
|
}, {
|
|
@@ -34570,6 +34792,7 @@ declare const DTOWorkspaceIntegrationPATInput: z.ZodObject<{
|
|
|
34570
34792
|
token_type?: string | undefined;
|
|
34571
34793
|
token_name?: string | undefined;
|
|
34572
34794
|
token_azure_organization_name?: string | undefined;
|
|
34795
|
+
token_azure_collection_name?: string | undefined;
|
|
34573
34796
|
token_bitbucket_username?: string | undefined;
|
|
34574
34797
|
custom_url?: string | undefined;
|
|
34575
34798
|
}>, {
|
|
@@ -34579,6 +34802,7 @@ declare const DTOWorkspaceIntegrationPATInput: z.ZodObject<{
|
|
|
34579
34802
|
token_type?: string | undefined;
|
|
34580
34803
|
token_name?: string | undefined;
|
|
34581
34804
|
token_azure_organization_name?: string | undefined;
|
|
34805
|
+
token_azure_collection_name?: string | undefined;
|
|
34582
34806
|
token_bitbucket_username?: string | undefined;
|
|
34583
34807
|
custom_url?: string | undefined;
|
|
34584
34808
|
}, {
|
|
@@ -34588,6 +34812,7 @@ declare const DTOWorkspaceIntegrationPATInput: z.ZodObject<{
|
|
|
34588
34812
|
token_type?: string | undefined;
|
|
34589
34813
|
token_name?: string | undefined;
|
|
34590
34814
|
token_azure_organization_name?: string | undefined;
|
|
34815
|
+
token_azure_collection_name?: string | undefined;
|
|
34591
34816
|
token_bitbucket_username?: string | undefined;
|
|
34592
34817
|
custom_url?: string | undefined;
|
|
34593
34818
|
}>, {
|
|
@@ -34598,6 +34823,7 @@ declare const DTOWorkspaceIntegrationPATInput: z.ZodObject<{
|
|
|
34598
34823
|
tokenName: string | undefined;
|
|
34599
34824
|
tokenBitbucketUsername: string | undefined;
|
|
34600
34825
|
tokenAzureOrganizationName: string | undefined;
|
|
34826
|
+
tokenAzureCollection: string | undefined;
|
|
34601
34827
|
customUrl: string | undefined;
|
|
34602
34828
|
}, {
|
|
34603
34829
|
access_token: string;
|
|
@@ -34606,6 +34832,7 @@ declare const DTOWorkspaceIntegrationPATInput: z.ZodObject<{
|
|
|
34606
34832
|
token_type?: string | undefined;
|
|
34607
34833
|
token_name?: string | undefined;
|
|
34608
34834
|
token_azure_organization_name?: string | undefined;
|
|
34835
|
+
token_azure_collection_name?: string | undefined;
|
|
34609
34836
|
token_bitbucket_username?: string | undefined;
|
|
34610
34837
|
custom_url?: string | undefined;
|
|
34611
34838
|
}>;
|
|
@@ -34620,6 +34847,7 @@ declare const DTOWorkspaceIntegrationPATInput: z.ZodObject<{
|
|
|
34620
34847
|
tokenName: string | undefined;
|
|
34621
34848
|
tokenBitbucketUsername: string | undefined;
|
|
34622
34849
|
tokenAzureOrganizationName: string | undefined;
|
|
34850
|
+
tokenAzureCollection: string | undefined;
|
|
34623
34851
|
customUrl: string | undefined;
|
|
34624
34852
|
};
|
|
34625
34853
|
}, {
|
|
@@ -34632,6 +34860,7 @@ declare const DTOWorkspaceIntegrationPATInput: z.ZodObject<{
|
|
|
34632
34860
|
token_type?: string | undefined;
|
|
34633
34861
|
token_name?: string | undefined;
|
|
34634
34862
|
token_azure_organization_name?: string | undefined;
|
|
34863
|
+
token_azure_collection_name?: string | undefined;
|
|
34635
34864
|
token_bitbucket_username?: string | undefined;
|
|
34636
34865
|
custom_url?: string | undefined;
|
|
34637
34866
|
};
|
|
@@ -37056,7 +37285,7 @@ declare const BlockParsingUtils: {
|
|
|
37056
37285
|
declare const BlockDefinitionUtils: {
|
|
37057
37286
|
firstRichTextProperty(definition: PageBlockDefinition): {
|
|
37058
37287
|
id: string;
|
|
37059
|
-
type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
37288
|
+
type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
37060
37289
|
name: string;
|
|
37061
37290
|
options?: Record<string, any> | undefined;
|
|
37062
37291
|
description?: string | undefined;
|
|
@@ -37064,7 +37293,7 @@ declare const BlockDefinitionUtils: {
|
|
|
37064
37293
|
} | undefined;
|
|
37065
37294
|
firstMultiRichTextProperty(definition: PageBlockDefinition): {
|
|
37066
37295
|
id: string;
|
|
37067
|
-
type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
37296
|
+
type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
37068
37297
|
name: string;
|
|
37069
37298
|
options?: Record<string, any> | undefined;
|
|
37070
37299
|
description?: string | undefined;
|
|
@@ -37072,7 +37301,7 @@ declare const BlockDefinitionUtils: {
|
|
|
37072
37301
|
} | undefined;
|
|
37073
37302
|
firstTableProperty(definition: PageBlockDefinition): {
|
|
37074
37303
|
id: string;
|
|
37075
|
-
type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
37304
|
+
type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
37076
37305
|
name: string;
|
|
37077
37306
|
options?: Record<string, any> | undefined;
|
|
37078
37307
|
description?: string | undefined;
|
|
@@ -37080,7 +37309,7 @@ declare const BlockDefinitionUtils: {
|
|
|
37080
37309
|
} | undefined;
|
|
37081
37310
|
firstEmbedProperty(definition: PageBlockDefinition): {
|
|
37082
37311
|
id: string;
|
|
37083
|
-
type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
37312
|
+
type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
37084
37313
|
name: string;
|
|
37085
37314
|
options?: Record<string, any> | undefined;
|
|
37086
37315
|
description?: string | undefined;
|
|
@@ -37088,7 +37317,7 @@ declare const BlockDefinitionUtils: {
|
|
|
37088
37317
|
} | undefined;
|
|
37089
37318
|
richTextProperty(definition: PageBlockDefinition, propertyKey: string): {
|
|
37090
37319
|
id: string;
|
|
37091
|
-
type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
37320
|
+
type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
37092
37321
|
name: string;
|
|
37093
37322
|
options?: Record<string, any> | undefined;
|
|
37094
37323
|
description?: string | undefined;
|
|
@@ -37096,7 +37325,7 @@ declare const BlockDefinitionUtils: {
|
|
|
37096
37325
|
};
|
|
37097
37326
|
property(definition: PageBlockDefinition, propertyKey: string, expectedPropertyType?: PageBlockDefinitionPropertyType): {
|
|
37098
37327
|
id: string;
|
|
37099
|
-
type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
37328
|
+
type: "Token" | "Component" | "Text" | "Number" | "Boolean" | "URL" | "FigmaComponent" | "FigmaNode" | "Image" | "Color" | "RichText" | "MultiRichText" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "EmbedURL" | "Markdown" | "Code" | "CodeSandbox" | "Table" | "Divider" | "Storybook";
|
|
37100
37329
|
name: string;
|
|
37101
37330
|
options?: Record<string, any> | undefined;
|
|
37102
37331
|
description?: string | undefined;
|