@supernova-studio/client 1.0.0 → 1.0.2
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 +1248 -806
- package/dist/index.d.ts +1248 -806
- package/dist/index.js +22 -11
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +21 -10
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -25263,6 +25263,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
25263
25263
|
brandPersistentId?: string | undefined;
|
|
25264
25264
|
themePersistentId?: string | undefined;
|
|
25265
25265
|
themePersistentIds?: string[] | undefined;
|
|
25266
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
25266
25267
|
finishedAt?: Date | undefined;
|
|
25267
25268
|
index?: number | undefined;
|
|
25268
25269
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -25303,7 +25304,6 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
25303
25304
|
id?: string | undefined;
|
|
25304
25305
|
}[] | undefined;
|
|
25305
25306
|
} | undefined;
|
|
25306
|
-
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
25307
25307
|
}, {
|
|
25308
25308
|
status: "InProgress" | "Failed" | "Success" | "Timeout";
|
|
25309
25309
|
id: string;
|
|
@@ -25389,6 +25389,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
25389
25389
|
brandPersistentId?: string | undefined;
|
|
25390
25390
|
themePersistentId?: string | undefined;
|
|
25391
25391
|
themePersistentIds?: string[] | undefined;
|
|
25392
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
25392
25393
|
finishedAt?: Date | undefined;
|
|
25393
25394
|
index?: number | undefined;
|
|
25394
25395
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -25429,7 +25430,6 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
25429
25430
|
id?: string | undefined;
|
|
25430
25431
|
}[] | null | undefined;
|
|
25431
25432
|
} | undefined;
|
|
25432
|
-
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
25433
25433
|
}>;
|
|
25434
25434
|
}, "strip", z.ZodTypeAny, {
|
|
25435
25435
|
job: {
|
|
@@ -25517,6 +25517,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
25517
25517
|
brandPersistentId?: string | undefined;
|
|
25518
25518
|
themePersistentId?: string | undefined;
|
|
25519
25519
|
themePersistentIds?: string[] | undefined;
|
|
25520
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
25520
25521
|
finishedAt?: Date | undefined;
|
|
25521
25522
|
index?: number | undefined;
|
|
25522
25523
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -25557,7 +25558,6 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
25557
25558
|
id?: string | undefined;
|
|
25558
25559
|
}[] | undefined;
|
|
25559
25560
|
} | undefined;
|
|
25560
|
-
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
25561
25561
|
};
|
|
25562
25562
|
}, {
|
|
25563
25563
|
job: {
|
|
@@ -25645,6 +25645,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
25645
25645
|
brandPersistentId?: string | undefined;
|
|
25646
25646
|
themePersistentId?: string | undefined;
|
|
25647
25647
|
themePersistentIds?: string[] | undefined;
|
|
25648
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
25648
25649
|
finishedAt?: Date | undefined;
|
|
25649
25650
|
index?: number | undefined;
|
|
25650
25651
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -25685,7 +25686,6 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
25685
25686
|
id?: string | undefined;
|
|
25686
25687
|
}[] | null | undefined;
|
|
25687
25688
|
} | undefined;
|
|
25688
|
-
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
25689
25689
|
};
|
|
25690
25690
|
}>;
|
|
25691
25691
|
type DTOPublishDocumentationResponse = z.infer<typeof DTOPublishDocumentationResponse>;
|
|
@@ -55196,6 +55196,7 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
55196
55196
|
brandPersistentId?: string | undefined;
|
|
55197
55197
|
themePersistentId?: string | undefined;
|
|
55198
55198
|
themePersistentIds?: string[] | undefined;
|
|
55199
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
55199
55200
|
finishedAt?: Date | undefined;
|
|
55200
55201
|
index?: number | undefined;
|
|
55201
55202
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -55236,7 +55237,6 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
55236
55237
|
id?: string | undefined;
|
|
55237
55238
|
}[] | undefined;
|
|
55238
55239
|
} | undefined;
|
|
55239
|
-
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
55240
55240
|
}, {
|
|
55241
55241
|
status: "InProgress" | "Failed" | "Success" | "Timeout";
|
|
55242
55242
|
id: string;
|
|
@@ -55322,6 +55322,7 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
55322
55322
|
brandPersistentId?: string | undefined;
|
|
55323
55323
|
themePersistentId?: string | undefined;
|
|
55324
55324
|
themePersistentIds?: string[] | undefined;
|
|
55325
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
55325
55326
|
finishedAt?: Date | undefined;
|
|
55326
55327
|
index?: number | undefined;
|
|
55327
55328
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -55362,7 +55363,6 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
55362
55363
|
id?: string | undefined;
|
|
55363
55364
|
}[] | null | undefined;
|
|
55364
55365
|
} | undefined;
|
|
55365
|
-
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
55366
55366
|
}>;
|
|
55367
55367
|
type DTOExportJob = z.infer<typeof DTOExportJob>;
|
|
55368
55368
|
declare const DTOExportJobResponse: z.ZodObject<{
|
|
@@ -55992,260 +55992,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
55992
55992
|
brandPersistentId?: string | undefined;
|
|
55993
55993
|
themePersistentId?: string | undefined;
|
|
55994
55994
|
themePersistentIds?: string[] | undefined;
|
|
55995
|
-
finishedAt?: Date | undefined;
|
|
55996
|
-
index?: number | undefined;
|
|
55997
|
-
estimatedExecutionTime?: number | undefined;
|
|
55998
|
-
createdBy?: {
|
|
55999
|
-
userId: string;
|
|
56000
|
-
userName: string;
|
|
56001
|
-
} | undefined;
|
|
56002
|
-
scheduleId?: string | undefined;
|
|
56003
|
-
result?: {
|
|
56004
|
-
s3?: {
|
|
56005
|
-
path: string;
|
|
56006
|
-
files: string[];
|
|
56007
|
-
bucket: string;
|
|
56008
|
-
url?: string | undefined;
|
|
56009
|
-
urlPrefix?: string | undefined;
|
|
56010
|
-
urls?: string[] | undefined;
|
|
56011
|
-
} | undefined;
|
|
56012
|
-
azure?: {
|
|
56013
|
-
pullRequestUrl: string;
|
|
56014
|
-
} | undefined;
|
|
56015
|
-
bitbucket?: {
|
|
56016
|
-
pullRequestUrl: string;
|
|
56017
|
-
} | undefined;
|
|
56018
|
-
github?: {
|
|
56019
|
-
pullRequestUrl: string;
|
|
56020
|
-
} | undefined;
|
|
56021
|
-
gitlab?: {
|
|
56022
|
-
pullRequestUrl: string;
|
|
56023
|
-
} | undefined;
|
|
56024
|
-
documentation?: {
|
|
56025
|
-
url: string;
|
|
56026
|
-
} | undefined;
|
|
56027
|
-
error?: string | undefined;
|
|
56028
|
-
logs?: {
|
|
56029
|
-
message: string;
|
|
56030
|
-
type: "error" | "info" | "user" | "success" | "warning";
|
|
56031
|
-
time: Date;
|
|
56032
|
-
id?: string | undefined;
|
|
56033
|
-
}[] | undefined;
|
|
56034
|
-
} | undefined;
|
|
56035
55995
|
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
56036
|
-
}, {
|
|
56037
|
-
status: "InProgress" | "Failed" | "Success" | "Timeout";
|
|
56038
|
-
id: string;
|
|
56039
|
-
createdAt: Date;
|
|
56040
|
-
designSystem: {
|
|
56041
|
-
id: string;
|
|
56042
|
-
meta: {
|
|
56043
|
-
name: string;
|
|
56044
|
-
description?: string | undefined;
|
|
56045
|
-
};
|
|
56046
|
-
};
|
|
56047
|
-
exporterId: string;
|
|
56048
|
-
destinations: {
|
|
56049
|
-
s3?: {} | undefined;
|
|
56050
|
-
azure?: {
|
|
56051
|
-
branch: string;
|
|
56052
|
-
organizationId: string;
|
|
56053
|
-
projectId: string;
|
|
56054
|
-
repositoryId: string;
|
|
56055
|
-
url?: string | null | undefined;
|
|
56056
|
-
userId?: number | null | undefined;
|
|
56057
|
-
credentialId?: string | undefined;
|
|
56058
|
-
relativePath?: string | null | undefined;
|
|
56059
|
-
purgeDirectory?: boolean | null | undefined;
|
|
56060
|
-
commitAuthorName?: string | null | undefined;
|
|
56061
|
-
commitAuthorEmail?: string | null | undefined;
|
|
56062
|
-
connectionId?: string | null | undefined;
|
|
56063
|
-
} | undefined;
|
|
56064
|
-
bitbucket?: {
|
|
56065
|
-
branch: string;
|
|
56066
|
-
workspaceSlug: string;
|
|
56067
|
-
projectKey: string;
|
|
56068
|
-
repoSlug: string;
|
|
56069
|
-
userId?: number | null | undefined;
|
|
56070
|
-
credentialId?: string | undefined;
|
|
56071
|
-
relativePath?: string | null | undefined;
|
|
56072
|
-
purgeDirectory?: boolean | null | undefined;
|
|
56073
|
-
commitAuthorName?: string | null | undefined;
|
|
56074
|
-
commitAuthorEmail?: string | null | undefined;
|
|
56075
|
-
connectionId?: string | null | undefined;
|
|
56076
|
-
} | undefined;
|
|
56077
|
-
github?: {
|
|
56078
|
-
url: string;
|
|
56079
|
-
branch: string;
|
|
56080
|
-
userId?: number | null | undefined;
|
|
56081
|
-
credentialId?: string | undefined;
|
|
56082
|
-
relativePath?: string | null | undefined;
|
|
56083
|
-
purgeDirectory?: boolean | null | undefined;
|
|
56084
|
-
commitAuthorName?: string | null | undefined;
|
|
56085
|
-
commitAuthorEmail?: string | null | undefined;
|
|
56086
|
-
connectionId?: string | null | undefined;
|
|
56087
|
-
} | undefined;
|
|
56088
|
-
gitlab?: {
|
|
56089
|
-
branch: string;
|
|
56090
|
-
projectId: string;
|
|
56091
|
-
url?: string | null | undefined;
|
|
56092
|
-
userId?: number | null | undefined;
|
|
56093
|
-
credentialId?: string | undefined;
|
|
56094
|
-
relativePath?: string | null | undefined;
|
|
56095
|
-
purgeDirectory?: boolean | null | undefined;
|
|
56096
|
-
commitAuthorName?: string | null | undefined;
|
|
56097
|
-
commitAuthorEmail?: string | null | undefined;
|
|
56098
|
-
connectionId?: string | null | undefined;
|
|
56099
|
-
} | undefined;
|
|
56100
|
-
documentation?: {
|
|
56101
|
-
environment: "Live" | "Preview";
|
|
56102
|
-
changes?: {
|
|
56103
|
-
pagePersistentIds: string[];
|
|
56104
|
-
groupPersistentIds: string[];
|
|
56105
|
-
} | null | undefined;
|
|
56106
|
-
} | undefined;
|
|
56107
|
-
webhookUrl?: string | undefined;
|
|
56108
|
-
};
|
|
56109
|
-
designSystemVersion: {
|
|
56110
|
-
id: string;
|
|
56111
|
-
meta: {
|
|
56112
|
-
name: string;
|
|
56113
|
-
description?: string | undefined;
|
|
56114
|
-
};
|
|
56115
|
-
version: string;
|
|
56116
|
-
isReadonly: boolean;
|
|
56117
|
-
};
|
|
56118
|
-
brandPersistentId?: string | undefined;
|
|
56119
|
-
themePersistentId?: string | undefined;
|
|
56120
|
-
themePersistentIds?: string[] | undefined;
|
|
56121
|
-
finishedAt?: Date | undefined;
|
|
56122
|
-
index?: number | undefined;
|
|
56123
|
-
estimatedExecutionTime?: number | undefined;
|
|
56124
|
-
createdBy?: {
|
|
56125
|
-
userId: string;
|
|
56126
|
-
userName: string;
|
|
56127
|
-
} | undefined;
|
|
56128
|
-
scheduleId?: string | undefined;
|
|
56129
|
-
result?: {
|
|
56130
|
-
s3?: {
|
|
56131
|
-
path: string;
|
|
56132
|
-
files: string[];
|
|
56133
|
-
bucket: string;
|
|
56134
|
-
url?: string | null | undefined;
|
|
56135
|
-
urlPrefix?: string | undefined;
|
|
56136
|
-
urls?: string[] | null | undefined;
|
|
56137
|
-
} | null | undefined;
|
|
56138
|
-
azure?: {
|
|
56139
|
-
pullRequestUrl: string;
|
|
56140
|
-
} | null | undefined;
|
|
56141
|
-
bitbucket?: {
|
|
56142
|
-
pullRequestUrl: string;
|
|
56143
|
-
} | null | undefined;
|
|
56144
|
-
github?: {
|
|
56145
|
-
pullRequestUrl: string;
|
|
56146
|
-
} | null | undefined;
|
|
56147
|
-
gitlab?: {
|
|
56148
|
-
pullRequestUrl: string;
|
|
56149
|
-
} | null | undefined;
|
|
56150
|
-
documentation?: {
|
|
56151
|
-
url: string;
|
|
56152
|
-
} | undefined;
|
|
56153
|
-
error?: string | undefined;
|
|
56154
|
-
logs?: {
|
|
56155
|
-
message: string;
|
|
56156
|
-
type: "error" | "info" | "user" | "success" | "warning";
|
|
56157
|
-
time: Date;
|
|
56158
|
-
id?: string | undefined;
|
|
56159
|
-
}[] | null | undefined;
|
|
56160
|
-
} | undefined;
|
|
56161
|
-
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
56162
|
-
}>;
|
|
56163
|
-
}, "strip", z.ZodTypeAny, {
|
|
56164
|
-
job: {
|
|
56165
|
-
status: "InProgress" | "Failed" | "Success" | "Timeout";
|
|
56166
|
-
id: string;
|
|
56167
|
-
createdAt: Date;
|
|
56168
|
-
designSystem: {
|
|
56169
|
-
id: string;
|
|
56170
|
-
meta: {
|
|
56171
|
-
name: string;
|
|
56172
|
-
description?: string | undefined;
|
|
56173
|
-
};
|
|
56174
|
-
};
|
|
56175
|
-
exporterId: string;
|
|
56176
|
-
destinations: {
|
|
56177
|
-
s3?: {} | undefined;
|
|
56178
|
-
azure?: {
|
|
56179
|
-
branch: string;
|
|
56180
|
-
organizationId: string;
|
|
56181
|
-
projectId: string;
|
|
56182
|
-
repositoryId: string;
|
|
56183
|
-
url?: string | undefined;
|
|
56184
|
-
userId?: number | undefined;
|
|
56185
|
-
credentialId?: string | undefined;
|
|
56186
|
-
relativePath?: string | undefined;
|
|
56187
|
-
purgeDirectory?: boolean | undefined;
|
|
56188
|
-
commitAuthorName?: string | undefined;
|
|
56189
|
-
commitAuthorEmail?: string | undefined;
|
|
56190
|
-
connectionId?: string | undefined;
|
|
56191
|
-
} | undefined;
|
|
56192
|
-
bitbucket?: {
|
|
56193
|
-
branch: string;
|
|
56194
|
-
workspaceSlug: string;
|
|
56195
|
-
projectKey: string;
|
|
56196
|
-
repoSlug: string;
|
|
56197
|
-
userId?: number | undefined;
|
|
56198
|
-
credentialId?: string | undefined;
|
|
56199
|
-
relativePath?: string | undefined;
|
|
56200
|
-
purgeDirectory?: boolean | undefined;
|
|
56201
|
-
commitAuthorName?: string | undefined;
|
|
56202
|
-
commitAuthorEmail?: string | undefined;
|
|
56203
|
-
connectionId?: string | undefined;
|
|
56204
|
-
} | undefined;
|
|
56205
|
-
github?: {
|
|
56206
|
-
url: string;
|
|
56207
|
-
branch: string;
|
|
56208
|
-
userId?: number | undefined;
|
|
56209
|
-
credentialId?: string | undefined;
|
|
56210
|
-
relativePath?: string | undefined;
|
|
56211
|
-
purgeDirectory?: boolean | undefined;
|
|
56212
|
-
commitAuthorName?: string | undefined;
|
|
56213
|
-
commitAuthorEmail?: string | undefined;
|
|
56214
|
-
connectionId?: string | undefined;
|
|
56215
|
-
} | undefined;
|
|
56216
|
-
gitlab?: {
|
|
56217
|
-
branch: string;
|
|
56218
|
-
projectId: string;
|
|
56219
|
-
url?: string | undefined;
|
|
56220
|
-
userId?: number | undefined;
|
|
56221
|
-
credentialId?: string | undefined;
|
|
56222
|
-
relativePath?: string | undefined;
|
|
56223
|
-
purgeDirectory?: boolean | undefined;
|
|
56224
|
-
commitAuthorName?: string | undefined;
|
|
56225
|
-
commitAuthorEmail?: string | undefined;
|
|
56226
|
-
connectionId?: string | undefined;
|
|
56227
|
-
} | undefined;
|
|
56228
|
-
documentation?: {
|
|
56229
|
-
environment: "Live" | "Preview";
|
|
56230
|
-
changes?: {
|
|
56231
|
-
pagePersistentIds: string[];
|
|
56232
|
-
groupPersistentIds: string[];
|
|
56233
|
-
} | undefined;
|
|
56234
|
-
} | undefined;
|
|
56235
|
-
webhookUrl?: string | undefined;
|
|
56236
|
-
};
|
|
56237
|
-
designSystemVersion: {
|
|
56238
|
-
id: string;
|
|
56239
|
-
meta: {
|
|
56240
|
-
name: string;
|
|
56241
|
-
description?: string | undefined;
|
|
56242
|
-
};
|
|
56243
|
-
version: string;
|
|
56244
|
-
isReadonly: boolean;
|
|
56245
|
-
};
|
|
56246
|
-
brandPersistentId?: string | undefined;
|
|
56247
|
-
themePersistentId?: string | undefined;
|
|
56248
|
-
themePersistentIds?: string[] | undefined;
|
|
56249
55996
|
finishedAt?: Date | undefined;
|
|
56250
55997
|
index?: number | undefined;
|
|
56251
55998
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -56286,7 +56033,260 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
56286
56033
|
id?: string | undefined;
|
|
56287
56034
|
}[] | undefined;
|
|
56288
56035
|
} | undefined;
|
|
56036
|
+
}, {
|
|
56037
|
+
status: "InProgress" | "Failed" | "Success" | "Timeout";
|
|
56038
|
+
id: string;
|
|
56039
|
+
createdAt: Date;
|
|
56040
|
+
designSystem: {
|
|
56041
|
+
id: string;
|
|
56042
|
+
meta: {
|
|
56043
|
+
name: string;
|
|
56044
|
+
description?: string | undefined;
|
|
56045
|
+
};
|
|
56046
|
+
};
|
|
56047
|
+
exporterId: string;
|
|
56048
|
+
destinations: {
|
|
56049
|
+
s3?: {} | undefined;
|
|
56050
|
+
azure?: {
|
|
56051
|
+
branch: string;
|
|
56052
|
+
organizationId: string;
|
|
56053
|
+
projectId: string;
|
|
56054
|
+
repositoryId: string;
|
|
56055
|
+
url?: string | null | undefined;
|
|
56056
|
+
userId?: number | null | undefined;
|
|
56057
|
+
credentialId?: string | undefined;
|
|
56058
|
+
relativePath?: string | null | undefined;
|
|
56059
|
+
purgeDirectory?: boolean | null | undefined;
|
|
56060
|
+
commitAuthorName?: string | null | undefined;
|
|
56061
|
+
commitAuthorEmail?: string | null | undefined;
|
|
56062
|
+
connectionId?: string | null | undefined;
|
|
56063
|
+
} | undefined;
|
|
56064
|
+
bitbucket?: {
|
|
56065
|
+
branch: string;
|
|
56066
|
+
workspaceSlug: string;
|
|
56067
|
+
projectKey: string;
|
|
56068
|
+
repoSlug: string;
|
|
56069
|
+
userId?: number | null | undefined;
|
|
56070
|
+
credentialId?: string | undefined;
|
|
56071
|
+
relativePath?: string | null | undefined;
|
|
56072
|
+
purgeDirectory?: boolean | null | undefined;
|
|
56073
|
+
commitAuthorName?: string | null | undefined;
|
|
56074
|
+
commitAuthorEmail?: string | null | undefined;
|
|
56075
|
+
connectionId?: string | null | undefined;
|
|
56076
|
+
} | undefined;
|
|
56077
|
+
github?: {
|
|
56078
|
+
url: string;
|
|
56079
|
+
branch: string;
|
|
56080
|
+
userId?: number | null | undefined;
|
|
56081
|
+
credentialId?: string | undefined;
|
|
56082
|
+
relativePath?: string | null | undefined;
|
|
56083
|
+
purgeDirectory?: boolean | null | undefined;
|
|
56084
|
+
commitAuthorName?: string | null | undefined;
|
|
56085
|
+
commitAuthorEmail?: string | null | undefined;
|
|
56086
|
+
connectionId?: string | null | undefined;
|
|
56087
|
+
} | undefined;
|
|
56088
|
+
gitlab?: {
|
|
56089
|
+
branch: string;
|
|
56090
|
+
projectId: string;
|
|
56091
|
+
url?: string | null | undefined;
|
|
56092
|
+
userId?: number | null | undefined;
|
|
56093
|
+
credentialId?: string | undefined;
|
|
56094
|
+
relativePath?: string | null | undefined;
|
|
56095
|
+
purgeDirectory?: boolean | null | undefined;
|
|
56096
|
+
commitAuthorName?: string | null | undefined;
|
|
56097
|
+
commitAuthorEmail?: string | null | undefined;
|
|
56098
|
+
connectionId?: string | null | undefined;
|
|
56099
|
+
} | undefined;
|
|
56100
|
+
documentation?: {
|
|
56101
|
+
environment: "Live" | "Preview";
|
|
56102
|
+
changes?: {
|
|
56103
|
+
pagePersistentIds: string[];
|
|
56104
|
+
groupPersistentIds: string[];
|
|
56105
|
+
} | null | undefined;
|
|
56106
|
+
} | undefined;
|
|
56107
|
+
webhookUrl?: string | undefined;
|
|
56108
|
+
};
|
|
56109
|
+
designSystemVersion: {
|
|
56110
|
+
id: string;
|
|
56111
|
+
meta: {
|
|
56112
|
+
name: string;
|
|
56113
|
+
description?: string | undefined;
|
|
56114
|
+
};
|
|
56115
|
+
version: string;
|
|
56116
|
+
isReadonly: boolean;
|
|
56117
|
+
};
|
|
56118
|
+
brandPersistentId?: string | undefined;
|
|
56119
|
+
themePersistentId?: string | undefined;
|
|
56120
|
+
themePersistentIds?: string[] | undefined;
|
|
56121
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
56122
|
+
finishedAt?: Date | undefined;
|
|
56123
|
+
index?: number | undefined;
|
|
56124
|
+
estimatedExecutionTime?: number | undefined;
|
|
56125
|
+
createdBy?: {
|
|
56126
|
+
userId: string;
|
|
56127
|
+
userName: string;
|
|
56128
|
+
} | undefined;
|
|
56129
|
+
scheduleId?: string | undefined;
|
|
56130
|
+
result?: {
|
|
56131
|
+
s3?: {
|
|
56132
|
+
path: string;
|
|
56133
|
+
files: string[];
|
|
56134
|
+
bucket: string;
|
|
56135
|
+
url?: string | null | undefined;
|
|
56136
|
+
urlPrefix?: string | undefined;
|
|
56137
|
+
urls?: string[] | null | undefined;
|
|
56138
|
+
} | null | undefined;
|
|
56139
|
+
azure?: {
|
|
56140
|
+
pullRequestUrl: string;
|
|
56141
|
+
} | null | undefined;
|
|
56142
|
+
bitbucket?: {
|
|
56143
|
+
pullRequestUrl: string;
|
|
56144
|
+
} | null | undefined;
|
|
56145
|
+
github?: {
|
|
56146
|
+
pullRequestUrl: string;
|
|
56147
|
+
} | null | undefined;
|
|
56148
|
+
gitlab?: {
|
|
56149
|
+
pullRequestUrl: string;
|
|
56150
|
+
} | null | undefined;
|
|
56151
|
+
documentation?: {
|
|
56152
|
+
url: string;
|
|
56153
|
+
} | undefined;
|
|
56154
|
+
error?: string | undefined;
|
|
56155
|
+
logs?: {
|
|
56156
|
+
message: string;
|
|
56157
|
+
type: "error" | "info" | "user" | "success" | "warning";
|
|
56158
|
+
time: Date;
|
|
56159
|
+
id?: string | undefined;
|
|
56160
|
+
}[] | null | undefined;
|
|
56161
|
+
} | undefined;
|
|
56162
|
+
}>;
|
|
56163
|
+
}, "strip", z.ZodTypeAny, {
|
|
56164
|
+
job: {
|
|
56165
|
+
status: "InProgress" | "Failed" | "Success" | "Timeout";
|
|
56166
|
+
id: string;
|
|
56167
|
+
createdAt: Date;
|
|
56168
|
+
designSystem: {
|
|
56169
|
+
id: string;
|
|
56170
|
+
meta: {
|
|
56171
|
+
name: string;
|
|
56172
|
+
description?: string | undefined;
|
|
56173
|
+
};
|
|
56174
|
+
};
|
|
56175
|
+
exporterId: string;
|
|
56176
|
+
destinations: {
|
|
56177
|
+
s3?: {} | undefined;
|
|
56178
|
+
azure?: {
|
|
56179
|
+
branch: string;
|
|
56180
|
+
organizationId: string;
|
|
56181
|
+
projectId: string;
|
|
56182
|
+
repositoryId: string;
|
|
56183
|
+
url?: string | undefined;
|
|
56184
|
+
userId?: number | undefined;
|
|
56185
|
+
credentialId?: string | undefined;
|
|
56186
|
+
relativePath?: string | undefined;
|
|
56187
|
+
purgeDirectory?: boolean | undefined;
|
|
56188
|
+
commitAuthorName?: string | undefined;
|
|
56189
|
+
commitAuthorEmail?: string | undefined;
|
|
56190
|
+
connectionId?: string | undefined;
|
|
56191
|
+
} | undefined;
|
|
56192
|
+
bitbucket?: {
|
|
56193
|
+
branch: string;
|
|
56194
|
+
workspaceSlug: string;
|
|
56195
|
+
projectKey: string;
|
|
56196
|
+
repoSlug: string;
|
|
56197
|
+
userId?: number | undefined;
|
|
56198
|
+
credentialId?: string | undefined;
|
|
56199
|
+
relativePath?: string | undefined;
|
|
56200
|
+
purgeDirectory?: boolean | undefined;
|
|
56201
|
+
commitAuthorName?: string | undefined;
|
|
56202
|
+
commitAuthorEmail?: string | undefined;
|
|
56203
|
+
connectionId?: string | undefined;
|
|
56204
|
+
} | undefined;
|
|
56205
|
+
github?: {
|
|
56206
|
+
url: string;
|
|
56207
|
+
branch: string;
|
|
56208
|
+
userId?: number | undefined;
|
|
56209
|
+
credentialId?: string | undefined;
|
|
56210
|
+
relativePath?: string | undefined;
|
|
56211
|
+
purgeDirectory?: boolean | undefined;
|
|
56212
|
+
commitAuthorName?: string | undefined;
|
|
56213
|
+
commitAuthorEmail?: string | undefined;
|
|
56214
|
+
connectionId?: string | undefined;
|
|
56215
|
+
} | undefined;
|
|
56216
|
+
gitlab?: {
|
|
56217
|
+
branch: string;
|
|
56218
|
+
projectId: string;
|
|
56219
|
+
url?: string | undefined;
|
|
56220
|
+
userId?: number | undefined;
|
|
56221
|
+
credentialId?: string | undefined;
|
|
56222
|
+
relativePath?: string | undefined;
|
|
56223
|
+
purgeDirectory?: boolean | undefined;
|
|
56224
|
+
commitAuthorName?: string | undefined;
|
|
56225
|
+
commitAuthorEmail?: string | undefined;
|
|
56226
|
+
connectionId?: string | undefined;
|
|
56227
|
+
} | undefined;
|
|
56228
|
+
documentation?: {
|
|
56229
|
+
environment: "Live" | "Preview";
|
|
56230
|
+
changes?: {
|
|
56231
|
+
pagePersistentIds: string[];
|
|
56232
|
+
groupPersistentIds: string[];
|
|
56233
|
+
} | undefined;
|
|
56234
|
+
} | undefined;
|
|
56235
|
+
webhookUrl?: string | undefined;
|
|
56236
|
+
};
|
|
56237
|
+
designSystemVersion: {
|
|
56238
|
+
id: string;
|
|
56239
|
+
meta: {
|
|
56240
|
+
name: string;
|
|
56241
|
+
description?: string | undefined;
|
|
56242
|
+
};
|
|
56243
|
+
version: string;
|
|
56244
|
+
isReadonly: boolean;
|
|
56245
|
+
};
|
|
56246
|
+
brandPersistentId?: string | undefined;
|
|
56247
|
+
themePersistentId?: string | undefined;
|
|
56248
|
+
themePersistentIds?: string[] | undefined;
|
|
56289
56249
|
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
56250
|
+
finishedAt?: Date | undefined;
|
|
56251
|
+
index?: number | undefined;
|
|
56252
|
+
estimatedExecutionTime?: number | undefined;
|
|
56253
|
+
createdBy?: {
|
|
56254
|
+
userId: string;
|
|
56255
|
+
userName: string;
|
|
56256
|
+
} | undefined;
|
|
56257
|
+
scheduleId?: string | undefined;
|
|
56258
|
+
result?: {
|
|
56259
|
+
s3?: {
|
|
56260
|
+
path: string;
|
|
56261
|
+
files: string[];
|
|
56262
|
+
bucket: string;
|
|
56263
|
+
url?: string | undefined;
|
|
56264
|
+
urlPrefix?: string | undefined;
|
|
56265
|
+
urls?: string[] | undefined;
|
|
56266
|
+
} | undefined;
|
|
56267
|
+
azure?: {
|
|
56268
|
+
pullRequestUrl: string;
|
|
56269
|
+
} | undefined;
|
|
56270
|
+
bitbucket?: {
|
|
56271
|
+
pullRequestUrl: string;
|
|
56272
|
+
} | undefined;
|
|
56273
|
+
github?: {
|
|
56274
|
+
pullRequestUrl: string;
|
|
56275
|
+
} | undefined;
|
|
56276
|
+
gitlab?: {
|
|
56277
|
+
pullRequestUrl: string;
|
|
56278
|
+
} | undefined;
|
|
56279
|
+
documentation?: {
|
|
56280
|
+
url: string;
|
|
56281
|
+
} | undefined;
|
|
56282
|
+
error?: string | undefined;
|
|
56283
|
+
logs?: {
|
|
56284
|
+
message: string;
|
|
56285
|
+
type: "error" | "info" | "user" | "success" | "warning";
|
|
56286
|
+
time: Date;
|
|
56287
|
+
id?: string | undefined;
|
|
56288
|
+
}[] | undefined;
|
|
56289
|
+
} | undefined;
|
|
56290
56290
|
};
|
|
56291
56291
|
}, {
|
|
56292
56292
|
job: {
|
|
@@ -56374,6 +56374,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
56374
56374
|
brandPersistentId?: string | undefined;
|
|
56375
56375
|
themePersistentId?: string | undefined;
|
|
56376
56376
|
themePersistentIds?: string[] | undefined;
|
|
56377
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
56377
56378
|
finishedAt?: Date | undefined;
|
|
56378
56379
|
index?: number | undefined;
|
|
56379
56380
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -56414,10 +56415,451 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
56414
56415
|
id?: string | undefined;
|
|
56415
56416
|
}[] | null | undefined;
|
|
56416
56417
|
} | undefined;
|
|
56417
|
-
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
56418
56418
|
};
|
|
56419
56419
|
}>;
|
|
56420
56420
|
type DTOExportJobResponse = z.infer<typeof DTOExportJobResponse>;
|
|
56421
|
+
declare const DTOExportJobCreateInput: z.ZodObject<{
|
|
56422
|
+
designSystemId: z.ZodString;
|
|
56423
|
+
designSystemVersionId: z.ZodString;
|
|
56424
|
+
exporterId: z.ZodString;
|
|
56425
|
+
brandId: z.ZodOptional<z.ZodString>;
|
|
56426
|
+
themeId: z.ZodOptional<z.ZodString>;
|
|
56427
|
+
themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
56428
|
+
destinations: z.ZodObject<{
|
|
56429
|
+
s3: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
|
|
56430
|
+
azure: z.ZodOptional<z.ZodObject<{
|
|
56431
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
56432
|
+
organizationId: z.ZodString;
|
|
56433
|
+
projectId: z.ZodString;
|
|
56434
|
+
repositoryId: z.ZodString;
|
|
56435
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
56436
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
56437
|
+
branch: z.ZodString;
|
|
56438
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
56439
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
56440
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
56441
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
56442
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
56443
|
+
}, "strip", z.ZodTypeAny, {
|
|
56444
|
+
branch: string;
|
|
56445
|
+
organizationId: string;
|
|
56446
|
+
projectId: string;
|
|
56447
|
+
repositoryId: string;
|
|
56448
|
+
url?: string | undefined;
|
|
56449
|
+
userId?: number | undefined;
|
|
56450
|
+
credentialId?: string | undefined;
|
|
56451
|
+
relativePath?: string | undefined;
|
|
56452
|
+
purgeDirectory?: boolean | undefined;
|
|
56453
|
+
commitAuthorName?: string | undefined;
|
|
56454
|
+
commitAuthorEmail?: string | undefined;
|
|
56455
|
+
connectionId?: string | undefined;
|
|
56456
|
+
}, {
|
|
56457
|
+
branch: string;
|
|
56458
|
+
organizationId: string;
|
|
56459
|
+
projectId: string;
|
|
56460
|
+
repositoryId: string;
|
|
56461
|
+
url?: string | null | undefined;
|
|
56462
|
+
userId?: number | null | undefined;
|
|
56463
|
+
credentialId?: string | undefined;
|
|
56464
|
+
relativePath?: string | null | undefined;
|
|
56465
|
+
purgeDirectory?: boolean | null | undefined;
|
|
56466
|
+
commitAuthorName?: string | null | undefined;
|
|
56467
|
+
commitAuthorEmail?: string | null | undefined;
|
|
56468
|
+
connectionId?: string | null | undefined;
|
|
56469
|
+
}>>;
|
|
56470
|
+
bitbucket: z.ZodOptional<z.ZodObject<{
|
|
56471
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
56472
|
+
workspaceSlug: z.ZodString;
|
|
56473
|
+
projectKey: z.ZodString;
|
|
56474
|
+
repoSlug: z.ZodString;
|
|
56475
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
56476
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
56477
|
+
branch: z.ZodString;
|
|
56478
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
56479
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
56480
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
56481
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
56482
|
+
}, "strip", z.ZodTypeAny, {
|
|
56483
|
+
branch: string;
|
|
56484
|
+
workspaceSlug: string;
|
|
56485
|
+
projectKey: string;
|
|
56486
|
+
repoSlug: string;
|
|
56487
|
+
userId?: number | undefined;
|
|
56488
|
+
credentialId?: string | undefined;
|
|
56489
|
+
relativePath?: string | undefined;
|
|
56490
|
+
purgeDirectory?: boolean | undefined;
|
|
56491
|
+
commitAuthorName?: string | undefined;
|
|
56492
|
+
commitAuthorEmail?: string | undefined;
|
|
56493
|
+
connectionId?: string | undefined;
|
|
56494
|
+
}, {
|
|
56495
|
+
branch: string;
|
|
56496
|
+
workspaceSlug: string;
|
|
56497
|
+
projectKey: string;
|
|
56498
|
+
repoSlug: string;
|
|
56499
|
+
userId?: number | null | undefined;
|
|
56500
|
+
credentialId?: string | undefined;
|
|
56501
|
+
relativePath?: string | null | undefined;
|
|
56502
|
+
purgeDirectory?: boolean | null | undefined;
|
|
56503
|
+
commitAuthorName?: string | null | undefined;
|
|
56504
|
+
commitAuthorEmail?: string | null | undefined;
|
|
56505
|
+
connectionId?: string | null | undefined;
|
|
56506
|
+
}>>;
|
|
56507
|
+
github: z.ZodOptional<z.ZodObject<{
|
|
56508
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
56509
|
+
url: z.ZodString;
|
|
56510
|
+
branch: z.ZodString;
|
|
56511
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
56512
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
56513
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
56514
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
56515
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
56516
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
56517
|
+
}, "strip", z.ZodTypeAny, {
|
|
56518
|
+
url: string;
|
|
56519
|
+
branch: string;
|
|
56520
|
+
userId?: number | undefined;
|
|
56521
|
+
credentialId?: string | undefined;
|
|
56522
|
+
relativePath?: string | undefined;
|
|
56523
|
+
purgeDirectory?: boolean | undefined;
|
|
56524
|
+
commitAuthorName?: string | undefined;
|
|
56525
|
+
commitAuthorEmail?: string | undefined;
|
|
56526
|
+
connectionId?: string | undefined;
|
|
56527
|
+
}, {
|
|
56528
|
+
url: string;
|
|
56529
|
+
branch: string;
|
|
56530
|
+
userId?: number | null | undefined;
|
|
56531
|
+
credentialId?: string | undefined;
|
|
56532
|
+
relativePath?: string | null | undefined;
|
|
56533
|
+
purgeDirectory?: boolean | null | undefined;
|
|
56534
|
+
commitAuthorName?: string | null | undefined;
|
|
56535
|
+
commitAuthorEmail?: string | null | undefined;
|
|
56536
|
+
connectionId?: string | null | undefined;
|
|
56537
|
+
}>>;
|
|
56538
|
+
gitlab: z.ZodOptional<z.ZodObject<{
|
|
56539
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
56540
|
+
projectId: z.ZodString;
|
|
56541
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
56542
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
56543
|
+
branch: z.ZodString;
|
|
56544
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
56545
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
56546
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
56547
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
56548
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
56549
|
+
}, "strip", z.ZodTypeAny, {
|
|
56550
|
+
branch: string;
|
|
56551
|
+
projectId: string;
|
|
56552
|
+
url?: string | undefined;
|
|
56553
|
+
userId?: number | undefined;
|
|
56554
|
+
credentialId?: string | undefined;
|
|
56555
|
+
relativePath?: string | undefined;
|
|
56556
|
+
purgeDirectory?: boolean | undefined;
|
|
56557
|
+
commitAuthorName?: string | undefined;
|
|
56558
|
+
commitAuthorEmail?: string | undefined;
|
|
56559
|
+
connectionId?: string | undefined;
|
|
56560
|
+
}, {
|
|
56561
|
+
branch: string;
|
|
56562
|
+
projectId: string;
|
|
56563
|
+
url?: string | null | undefined;
|
|
56564
|
+
userId?: number | null | undefined;
|
|
56565
|
+
credentialId?: string | undefined;
|
|
56566
|
+
relativePath?: string | null | undefined;
|
|
56567
|
+
purgeDirectory?: boolean | null | undefined;
|
|
56568
|
+
commitAuthorName?: string | null | undefined;
|
|
56569
|
+
commitAuthorEmail?: string | null | undefined;
|
|
56570
|
+
connectionId?: string | null | undefined;
|
|
56571
|
+
}>>;
|
|
56572
|
+
documentation: z.ZodOptional<z.ZodObject<{
|
|
56573
|
+
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
56574
|
+
changes: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
56575
|
+
pagePersistentIds: string[];
|
|
56576
|
+
groupPersistentIds: string[];
|
|
56577
|
+
}, z.ZodTypeDef, {
|
|
56578
|
+
pagePersistentIds: string[];
|
|
56579
|
+
groupPersistentIds: string[];
|
|
56580
|
+
}>>>, {
|
|
56581
|
+
pagePersistentIds: string[];
|
|
56582
|
+
groupPersistentIds: string[];
|
|
56583
|
+
} | undefined, {
|
|
56584
|
+
pagePersistentIds: string[];
|
|
56585
|
+
groupPersistentIds: string[];
|
|
56586
|
+
} | null | undefined>;
|
|
56587
|
+
}, "strip", z.ZodTypeAny, {
|
|
56588
|
+
environment: "Live" | "Preview";
|
|
56589
|
+
changes?: {
|
|
56590
|
+
pagePersistentIds: string[];
|
|
56591
|
+
groupPersistentIds: string[];
|
|
56592
|
+
} | undefined;
|
|
56593
|
+
}, {
|
|
56594
|
+
environment: "Live" | "Preview";
|
|
56595
|
+
changes?: {
|
|
56596
|
+
pagePersistentIds: string[];
|
|
56597
|
+
groupPersistentIds: string[];
|
|
56598
|
+
} | null | undefined;
|
|
56599
|
+
}>>;
|
|
56600
|
+
webhookUrl: z.ZodOptional<z.ZodString>;
|
|
56601
|
+
}, "strip", z.ZodTypeAny, {
|
|
56602
|
+
s3?: {} | undefined;
|
|
56603
|
+
azure?: {
|
|
56604
|
+
branch: string;
|
|
56605
|
+
organizationId: string;
|
|
56606
|
+
projectId: string;
|
|
56607
|
+
repositoryId: string;
|
|
56608
|
+
url?: string | undefined;
|
|
56609
|
+
userId?: number | undefined;
|
|
56610
|
+
credentialId?: string | undefined;
|
|
56611
|
+
relativePath?: string | undefined;
|
|
56612
|
+
purgeDirectory?: boolean | undefined;
|
|
56613
|
+
commitAuthorName?: string | undefined;
|
|
56614
|
+
commitAuthorEmail?: string | undefined;
|
|
56615
|
+
connectionId?: string | undefined;
|
|
56616
|
+
} | undefined;
|
|
56617
|
+
bitbucket?: {
|
|
56618
|
+
branch: string;
|
|
56619
|
+
workspaceSlug: string;
|
|
56620
|
+
projectKey: string;
|
|
56621
|
+
repoSlug: string;
|
|
56622
|
+
userId?: number | undefined;
|
|
56623
|
+
credentialId?: string | undefined;
|
|
56624
|
+
relativePath?: string | undefined;
|
|
56625
|
+
purgeDirectory?: boolean | undefined;
|
|
56626
|
+
commitAuthorName?: string | undefined;
|
|
56627
|
+
commitAuthorEmail?: string | undefined;
|
|
56628
|
+
connectionId?: string | undefined;
|
|
56629
|
+
} | undefined;
|
|
56630
|
+
github?: {
|
|
56631
|
+
url: string;
|
|
56632
|
+
branch: string;
|
|
56633
|
+
userId?: number | undefined;
|
|
56634
|
+
credentialId?: string | undefined;
|
|
56635
|
+
relativePath?: string | undefined;
|
|
56636
|
+
purgeDirectory?: boolean | undefined;
|
|
56637
|
+
commitAuthorName?: string | undefined;
|
|
56638
|
+
commitAuthorEmail?: string | undefined;
|
|
56639
|
+
connectionId?: string | undefined;
|
|
56640
|
+
} | undefined;
|
|
56641
|
+
gitlab?: {
|
|
56642
|
+
branch: string;
|
|
56643
|
+
projectId: string;
|
|
56644
|
+
url?: string | undefined;
|
|
56645
|
+
userId?: number | undefined;
|
|
56646
|
+
credentialId?: string | undefined;
|
|
56647
|
+
relativePath?: string | undefined;
|
|
56648
|
+
purgeDirectory?: boolean | undefined;
|
|
56649
|
+
commitAuthorName?: string | undefined;
|
|
56650
|
+
commitAuthorEmail?: string | undefined;
|
|
56651
|
+
connectionId?: string | undefined;
|
|
56652
|
+
} | undefined;
|
|
56653
|
+
documentation?: {
|
|
56654
|
+
environment: "Live" | "Preview";
|
|
56655
|
+
changes?: {
|
|
56656
|
+
pagePersistentIds: string[];
|
|
56657
|
+
groupPersistentIds: string[];
|
|
56658
|
+
} | undefined;
|
|
56659
|
+
} | undefined;
|
|
56660
|
+
webhookUrl?: string | undefined;
|
|
56661
|
+
}, {
|
|
56662
|
+
s3?: {} | undefined;
|
|
56663
|
+
azure?: {
|
|
56664
|
+
branch: string;
|
|
56665
|
+
organizationId: string;
|
|
56666
|
+
projectId: string;
|
|
56667
|
+
repositoryId: string;
|
|
56668
|
+
url?: string | null | undefined;
|
|
56669
|
+
userId?: number | null | undefined;
|
|
56670
|
+
credentialId?: string | undefined;
|
|
56671
|
+
relativePath?: string | null | undefined;
|
|
56672
|
+
purgeDirectory?: boolean | null | undefined;
|
|
56673
|
+
commitAuthorName?: string | null | undefined;
|
|
56674
|
+
commitAuthorEmail?: string | null | undefined;
|
|
56675
|
+
connectionId?: string | null | undefined;
|
|
56676
|
+
} | undefined;
|
|
56677
|
+
bitbucket?: {
|
|
56678
|
+
branch: string;
|
|
56679
|
+
workspaceSlug: string;
|
|
56680
|
+
projectKey: string;
|
|
56681
|
+
repoSlug: string;
|
|
56682
|
+
userId?: number | null | undefined;
|
|
56683
|
+
credentialId?: string | undefined;
|
|
56684
|
+
relativePath?: string | null | undefined;
|
|
56685
|
+
purgeDirectory?: boolean | null | undefined;
|
|
56686
|
+
commitAuthorName?: string | null | undefined;
|
|
56687
|
+
commitAuthorEmail?: string | null | undefined;
|
|
56688
|
+
connectionId?: string | null | undefined;
|
|
56689
|
+
} | undefined;
|
|
56690
|
+
github?: {
|
|
56691
|
+
url: string;
|
|
56692
|
+
branch: string;
|
|
56693
|
+
userId?: number | null | undefined;
|
|
56694
|
+
credentialId?: string | undefined;
|
|
56695
|
+
relativePath?: string | null | undefined;
|
|
56696
|
+
purgeDirectory?: boolean | null | undefined;
|
|
56697
|
+
commitAuthorName?: string | null | undefined;
|
|
56698
|
+
commitAuthorEmail?: string | null | undefined;
|
|
56699
|
+
connectionId?: string | null | undefined;
|
|
56700
|
+
} | undefined;
|
|
56701
|
+
gitlab?: {
|
|
56702
|
+
branch: string;
|
|
56703
|
+
projectId: string;
|
|
56704
|
+
url?: string | null | undefined;
|
|
56705
|
+
userId?: number | null | undefined;
|
|
56706
|
+
credentialId?: string | undefined;
|
|
56707
|
+
relativePath?: string | null | undefined;
|
|
56708
|
+
purgeDirectory?: boolean | null | undefined;
|
|
56709
|
+
commitAuthorName?: string | null | undefined;
|
|
56710
|
+
commitAuthorEmail?: string | null | undefined;
|
|
56711
|
+
connectionId?: string | null | undefined;
|
|
56712
|
+
} | undefined;
|
|
56713
|
+
documentation?: {
|
|
56714
|
+
environment: "Live" | "Preview";
|
|
56715
|
+
changes?: {
|
|
56716
|
+
pagePersistentIds: string[];
|
|
56717
|
+
groupPersistentIds: string[];
|
|
56718
|
+
} | null | undefined;
|
|
56719
|
+
} | undefined;
|
|
56720
|
+
webhookUrl?: string | undefined;
|
|
56721
|
+
}>;
|
|
56722
|
+
exporterPropertyValues: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>, z.ZodString]>, z.ZodArray<z.ZodString, "many">]>, z.ZodRecord<z.ZodString, z.ZodString>]>>>;
|
|
56723
|
+
}, "strip", z.ZodTypeAny, {
|
|
56724
|
+
designSystemVersionId: string;
|
|
56725
|
+
designSystemId: string;
|
|
56726
|
+
exporterId: string;
|
|
56727
|
+
destinations: {
|
|
56728
|
+
s3?: {} | undefined;
|
|
56729
|
+
azure?: {
|
|
56730
|
+
branch: string;
|
|
56731
|
+
organizationId: string;
|
|
56732
|
+
projectId: string;
|
|
56733
|
+
repositoryId: string;
|
|
56734
|
+
url?: string | undefined;
|
|
56735
|
+
userId?: number | undefined;
|
|
56736
|
+
credentialId?: string | undefined;
|
|
56737
|
+
relativePath?: string | undefined;
|
|
56738
|
+
purgeDirectory?: boolean | undefined;
|
|
56739
|
+
commitAuthorName?: string | undefined;
|
|
56740
|
+
commitAuthorEmail?: string | undefined;
|
|
56741
|
+
connectionId?: string | undefined;
|
|
56742
|
+
} | undefined;
|
|
56743
|
+
bitbucket?: {
|
|
56744
|
+
branch: string;
|
|
56745
|
+
workspaceSlug: string;
|
|
56746
|
+
projectKey: string;
|
|
56747
|
+
repoSlug: string;
|
|
56748
|
+
userId?: number | undefined;
|
|
56749
|
+
credentialId?: string | undefined;
|
|
56750
|
+
relativePath?: string | undefined;
|
|
56751
|
+
purgeDirectory?: boolean | undefined;
|
|
56752
|
+
commitAuthorName?: string | undefined;
|
|
56753
|
+
commitAuthorEmail?: string | undefined;
|
|
56754
|
+
connectionId?: string | undefined;
|
|
56755
|
+
} | undefined;
|
|
56756
|
+
github?: {
|
|
56757
|
+
url: string;
|
|
56758
|
+
branch: string;
|
|
56759
|
+
userId?: number | undefined;
|
|
56760
|
+
credentialId?: string | undefined;
|
|
56761
|
+
relativePath?: string | undefined;
|
|
56762
|
+
purgeDirectory?: boolean | undefined;
|
|
56763
|
+
commitAuthorName?: string | undefined;
|
|
56764
|
+
commitAuthorEmail?: string | undefined;
|
|
56765
|
+
connectionId?: string | undefined;
|
|
56766
|
+
} | undefined;
|
|
56767
|
+
gitlab?: {
|
|
56768
|
+
branch: string;
|
|
56769
|
+
projectId: string;
|
|
56770
|
+
url?: string | undefined;
|
|
56771
|
+
userId?: number | undefined;
|
|
56772
|
+
credentialId?: string | undefined;
|
|
56773
|
+
relativePath?: string | undefined;
|
|
56774
|
+
purgeDirectory?: boolean | undefined;
|
|
56775
|
+
commitAuthorName?: string | undefined;
|
|
56776
|
+
commitAuthorEmail?: string | undefined;
|
|
56777
|
+
connectionId?: string | undefined;
|
|
56778
|
+
} | undefined;
|
|
56779
|
+
documentation?: {
|
|
56780
|
+
environment: "Live" | "Preview";
|
|
56781
|
+
changes?: {
|
|
56782
|
+
pagePersistentIds: string[];
|
|
56783
|
+
groupPersistentIds: string[];
|
|
56784
|
+
} | undefined;
|
|
56785
|
+
} | undefined;
|
|
56786
|
+
webhookUrl?: string | undefined;
|
|
56787
|
+
};
|
|
56788
|
+
brandId?: string | undefined;
|
|
56789
|
+
themeId?: string | undefined;
|
|
56790
|
+
themePersistentIds?: string[] | undefined;
|
|
56791
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
56792
|
+
}, {
|
|
56793
|
+
designSystemVersionId: string;
|
|
56794
|
+
designSystemId: string;
|
|
56795
|
+
exporterId: string;
|
|
56796
|
+
destinations: {
|
|
56797
|
+
s3?: {} | undefined;
|
|
56798
|
+
azure?: {
|
|
56799
|
+
branch: string;
|
|
56800
|
+
organizationId: string;
|
|
56801
|
+
projectId: string;
|
|
56802
|
+
repositoryId: string;
|
|
56803
|
+
url?: string | null | undefined;
|
|
56804
|
+
userId?: number | null | undefined;
|
|
56805
|
+
credentialId?: string | undefined;
|
|
56806
|
+
relativePath?: string | null | undefined;
|
|
56807
|
+
purgeDirectory?: boolean | null | undefined;
|
|
56808
|
+
commitAuthorName?: string | null | undefined;
|
|
56809
|
+
commitAuthorEmail?: string | null | undefined;
|
|
56810
|
+
connectionId?: string | null | undefined;
|
|
56811
|
+
} | undefined;
|
|
56812
|
+
bitbucket?: {
|
|
56813
|
+
branch: string;
|
|
56814
|
+
workspaceSlug: string;
|
|
56815
|
+
projectKey: string;
|
|
56816
|
+
repoSlug: string;
|
|
56817
|
+
userId?: number | null | undefined;
|
|
56818
|
+
credentialId?: string | undefined;
|
|
56819
|
+
relativePath?: string | null | undefined;
|
|
56820
|
+
purgeDirectory?: boolean | null | undefined;
|
|
56821
|
+
commitAuthorName?: string | null | undefined;
|
|
56822
|
+
commitAuthorEmail?: string | null | undefined;
|
|
56823
|
+
connectionId?: string | null | undefined;
|
|
56824
|
+
} | undefined;
|
|
56825
|
+
github?: {
|
|
56826
|
+
url: string;
|
|
56827
|
+
branch: string;
|
|
56828
|
+
userId?: number | null | undefined;
|
|
56829
|
+
credentialId?: string | undefined;
|
|
56830
|
+
relativePath?: string | null | undefined;
|
|
56831
|
+
purgeDirectory?: boolean | null | undefined;
|
|
56832
|
+
commitAuthorName?: string | null | undefined;
|
|
56833
|
+
commitAuthorEmail?: string | null | undefined;
|
|
56834
|
+
connectionId?: string | null | undefined;
|
|
56835
|
+
} | undefined;
|
|
56836
|
+
gitlab?: {
|
|
56837
|
+
branch: string;
|
|
56838
|
+
projectId: string;
|
|
56839
|
+
url?: string | null | undefined;
|
|
56840
|
+
userId?: number | null | undefined;
|
|
56841
|
+
credentialId?: string | undefined;
|
|
56842
|
+
relativePath?: string | null | undefined;
|
|
56843
|
+
purgeDirectory?: boolean | null | undefined;
|
|
56844
|
+
commitAuthorName?: string | null | undefined;
|
|
56845
|
+
commitAuthorEmail?: string | null | undefined;
|
|
56846
|
+
connectionId?: string | null | undefined;
|
|
56847
|
+
} | undefined;
|
|
56848
|
+
documentation?: {
|
|
56849
|
+
environment: "Live" | "Preview";
|
|
56850
|
+
changes?: {
|
|
56851
|
+
pagePersistentIds: string[];
|
|
56852
|
+
groupPersistentIds: string[];
|
|
56853
|
+
} | null | undefined;
|
|
56854
|
+
} | undefined;
|
|
56855
|
+
webhookUrl?: string | undefined;
|
|
56856
|
+
};
|
|
56857
|
+
brandId?: string | undefined;
|
|
56858
|
+
themeId?: string | undefined;
|
|
56859
|
+
themePersistentIds?: string[] | undefined;
|
|
56860
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
56861
|
+
}>;
|
|
56862
|
+
type DTOExportJobCreateInput = z.infer<typeof DTOExportJobCreateInput>;
|
|
56421
56863
|
|
|
56422
56864
|
declare const DTOPipelineListQuery: z.ZodObject<{
|
|
56423
56865
|
designSystemId: z.ZodOptional<z.ZodString>;
|
|
@@ -57060,6 +57502,7 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
57060
57502
|
brandPersistentId?: string | undefined;
|
|
57061
57503
|
themePersistentId?: string | undefined;
|
|
57062
57504
|
themePersistentIds?: string[] | undefined;
|
|
57505
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
57063
57506
|
finishedAt?: Date | undefined;
|
|
57064
57507
|
index?: number | undefined;
|
|
57065
57508
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -57100,7 +57543,6 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
57100
57543
|
id?: string | undefined;
|
|
57101
57544
|
}[] | undefined;
|
|
57102
57545
|
} | undefined;
|
|
57103
|
-
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
57104
57546
|
}, {
|
|
57105
57547
|
status: "InProgress" | "Failed" | "Success" | "Timeout";
|
|
57106
57548
|
id: string;
|
|
@@ -57186,6 +57628,7 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
57186
57628
|
brandPersistentId?: string | undefined;
|
|
57187
57629
|
themePersistentId?: string | undefined;
|
|
57188
57630
|
themePersistentIds?: string[] | undefined;
|
|
57631
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
57189
57632
|
finishedAt?: Date | undefined;
|
|
57190
57633
|
index?: number | undefined;
|
|
57191
57634
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -57226,7 +57669,6 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
57226
57669
|
id?: string | undefined;
|
|
57227
57670
|
}[] | null | undefined;
|
|
57228
57671
|
} | undefined;
|
|
57229
|
-
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
57230
57672
|
}>, "many">;
|
|
57231
57673
|
webhookUrl: z.ZodOptional<z.ZodString>;
|
|
57232
57674
|
destinationSnDocs: z.ZodOptional<z.ZodObject<{
|
|
@@ -57504,6 +57946,7 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
57504
57946
|
brandPersistentId?: string | undefined;
|
|
57505
57947
|
themePersistentId?: string | undefined;
|
|
57506
57948
|
themePersistentIds?: string[] | undefined;
|
|
57949
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
57507
57950
|
finishedAt?: Date | undefined;
|
|
57508
57951
|
index?: number | undefined;
|
|
57509
57952
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -57544,13 +57987,12 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
57544
57987
|
id?: string | undefined;
|
|
57545
57988
|
}[] | undefined;
|
|
57546
57989
|
} | undefined;
|
|
57547
|
-
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
57548
57990
|
}[];
|
|
57549
57991
|
brandPersistentId?: string | undefined;
|
|
57550
57992
|
themePersistentId?: string | undefined;
|
|
57551
57993
|
themePersistentIds?: string[] | undefined;
|
|
57552
|
-
webhookUrl?: string | undefined;
|
|
57553
57994
|
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
57995
|
+
webhookUrl?: string | undefined;
|
|
57554
57996
|
destinationSnDocs?: {
|
|
57555
57997
|
environment: "Live" | "Preview";
|
|
57556
57998
|
changes?: {
|
|
@@ -57702,6 +58144,7 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
57702
58144
|
brandPersistentId?: string | undefined;
|
|
57703
58145
|
themePersistentId?: string | undefined;
|
|
57704
58146
|
themePersistentIds?: string[] | undefined;
|
|
58147
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
57705
58148
|
finishedAt?: Date | undefined;
|
|
57706
58149
|
index?: number | undefined;
|
|
57707
58150
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -57742,13 +58185,12 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
57742
58185
|
id?: string | undefined;
|
|
57743
58186
|
}[] | null | undefined;
|
|
57744
58187
|
} | undefined;
|
|
57745
|
-
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
57746
58188
|
}[];
|
|
57747
58189
|
brandPersistentId?: string | undefined;
|
|
57748
58190
|
themePersistentId?: string | undefined;
|
|
57749
58191
|
themePersistentIds?: string[] | undefined;
|
|
57750
|
-
webhookUrl?: string | undefined;
|
|
57751
58192
|
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
58193
|
+
webhookUrl?: string | undefined;
|
|
57752
58194
|
destinationSnDocs?: {
|
|
57753
58195
|
environment: "Live" | "Preview";
|
|
57754
58196
|
changes?: {
|
|
@@ -58347,263 +58789,263 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
58347
58789
|
time: Date;
|
|
58348
58790
|
id?: string | undefined;
|
|
58349
58791
|
}[] | null | undefined;
|
|
58350
|
-
}>>;
|
|
58351
|
-
brandPersistentId: z.ZodOptional<z.ZodString>;
|
|
58352
|
-
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
58353
|
-
themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
58354
|
-
exporterPropertyValues: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>, z.ZodString]>, z.ZodArray<z.ZodString, "many">]>, z.ZodRecord<z.ZodString, z.ZodString>]>>>;
|
|
58355
|
-
}, "strip", z.ZodTypeAny, {
|
|
58356
|
-
status: "InProgress" | "Failed" | "Success" | "Timeout";
|
|
58357
|
-
id: string;
|
|
58358
|
-
createdAt: Date;
|
|
58359
|
-
designSystem: {
|
|
58360
|
-
id: string;
|
|
58361
|
-
meta: {
|
|
58362
|
-
name: string;
|
|
58363
|
-
description?: string | undefined;
|
|
58364
|
-
};
|
|
58365
|
-
};
|
|
58366
|
-
exporterId: string;
|
|
58367
|
-
destinations: {
|
|
58368
|
-
s3?: {} | undefined;
|
|
58369
|
-
azure?: {
|
|
58370
|
-
branch: string;
|
|
58371
|
-
organizationId: string;
|
|
58372
|
-
projectId: string;
|
|
58373
|
-
repositoryId: string;
|
|
58374
|
-
url?: string | undefined;
|
|
58375
|
-
userId?: number | undefined;
|
|
58376
|
-
credentialId?: string | undefined;
|
|
58377
|
-
relativePath?: string | undefined;
|
|
58378
|
-
purgeDirectory?: boolean | undefined;
|
|
58379
|
-
commitAuthorName?: string | undefined;
|
|
58380
|
-
commitAuthorEmail?: string | undefined;
|
|
58381
|
-
connectionId?: string | undefined;
|
|
58382
|
-
} | undefined;
|
|
58383
|
-
bitbucket?: {
|
|
58384
|
-
branch: string;
|
|
58385
|
-
workspaceSlug: string;
|
|
58386
|
-
projectKey: string;
|
|
58387
|
-
repoSlug: string;
|
|
58388
|
-
userId?: number | undefined;
|
|
58389
|
-
credentialId?: string | undefined;
|
|
58390
|
-
relativePath?: string | undefined;
|
|
58391
|
-
purgeDirectory?: boolean | undefined;
|
|
58392
|
-
commitAuthorName?: string | undefined;
|
|
58393
|
-
commitAuthorEmail?: string | undefined;
|
|
58394
|
-
connectionId?: string | undefined;
|
|
58395
|
-
} | undefined;
|
|
58396
|
-
github?: {
|
|
58397
|
-
url: string;
|
|
58398
|
-
branch: string;
|
|
58399
|
-
userId?: number | undefined;
|
|
58400
|
-
credentialId?: string | undefined;
|
|
58401
|
-
relativePath?: string | undefined;
|
|
58402
|
-
purgeDirectory?: boolean | undefined;
|
|
58403
|
-
commitAuthorName?: string | undefined;
|
|
58404
|
-
commitAuthorEmail?: string | undefined;
|
|
58405
|
-
connectionId?: string | undefined;
|
|
58406
|
-
} | undefined;
|
|
58407
|
-
gitlab?: {
|
|
58408
|
-
branch: string;
|
|
58409
|
-
projectId: string;
|
|
58410
|
-
url?: string | undefined;
|
|
58411
|
-
userId?: number | undefined;
|
|
58412
|
-
credentialId?: string | undefined;
|
|
58413
|
-
relativePath?: string | undefined;
|
|
58414
|
-
purgeDirectory?: boolean | undefined;
|
|
58415
|
-
commitAuthorName?: string | undefined;
|
|
58416
|
-
commitAuthorEmail?: string | undefined;
|
|
58417
|
-
connectionId?: string | undefined;
|
|
58418
|
-
} | undefined;
|
|
58419
|
-
documentation?: {
|
|
58420
|
-
environment: "Live" | "Preview";
|
|
58421
|
-
changes?: {
|
|
58422
|
-
pagePersistentIds: string[];
|
|
58423
|
-
groupPersistentIds: string[];
|
|
58424
|
-
} | undefined;
|
|
58425
|
-
} | undefined;
|
|
58426
|
-
webhookUrl?: string | undefined;
|
|
58427
|
-
};
|
|
58428
|
-
designSystemVersion: {
|
|
58429
|
-
id: string;
|
|
58430
|
-
meta: {
|
|
58431
|
-
name: string;
|
|
58432
|
-
description?: string | undefined;
|
|
58433
|
-
};
|
|
58434
|
-
version: string;
|
|
58435
|
-
isReadonly: boolean;
|
|
58436
|
-
};
|
|
58437
|
-
brandPersistentId?: string | undefined;
|
|
58438
|
-
themePersistentId?: string | undefined;
|
|
58439
|
-
themePersistentIds?: string[] | undefined;
|
|
58440
|
-
|
|
58441
|
-
|
|
58442
|
-
|
|
58443
|
-
|
|
58444
|
-
|
|
58445
|
-
|
|
58446
|
-
|
|
58447
|
-
scheduleId?: string | undefined;
|
|
58448
|
-
result?: {
|
|
58449
|
-
s3?: {
|
|
58450
|
-
path: string;
|
|
58451
|
-
files: string[];
|
|
58452
|
-
bucket: string;
|
|
58453
|
-
url?: string | undefined;
|
|
58454
|
-
urlPrefix?: string | undefined;
|
|
58455
|
-
urls?: string[] | undefined;
|
|
58456
|
-
} | undefined;
|
|
58457
|
-
azure?: {
|
|
58458
|
-
pullRequestUrl: string;
|
|
58459
|
-
} | undefined;
|
|
58460
|
-
bitbucket?: {
|
|
58461
|
-
pullRequestUrl: string;
|
|
58462
|
-
} | undefined;
|
|
58463
|
-
github?: {
|
|
58464
|
-
pullRequestUrl: string;
|
|
58465
|
-
} | undefined;
|
|
58466
|
-
gitlab?: {
|
|
58467
|
-
pullRequestUrl: string;
|
|
58468
|
-
} | undefined;
|
|
58469
|
-
documentation?: {
|
|
58470
|
-
url: string;
|
|
58471
|
-
} | undefined;
|
|
58472
|
-
error?: string | undefined;
|
|
58473
|
-
logs?: {
|
|
58474
|
-
message: string;
|
|
58475
|
-
type: "error" | "info" | "user" | "success" | "warning";
|
|
58476
|
-
time: Date;
|
|
58477
|
-
id?: string | undefined;
|
|
58478
|
-
}[] | undefined;
|
|
58479
|
-
} | undefined;
|
|
58480
|
-
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
58481
|
-
}, {
|
|
58482
|
-
status: "InProgress" | "Failed" | "Success" | "Timeout";
|
|
58483
|
-
id: string;
|
|
58484
|
-
createdAt: Date;
|
|
58485
|
-
designSystem: {
|
|
58486
|
-
id: string;
|
|
58487
|
-
meta: {
|
|
58488
|
-
name: string;
|
|
58489
|
-
description?: string | undefined;
|
|
58490
|
-
};
|
|
58491
|
-
};
|
|
58492
|
-
exporterId: string;
|
|
58493
|
-
destinations: {
|
|
58494
|
-
s3?: {} | undefined;
|
|
58495
|
-
azure?: {
|
|
58496
|
-
branch: string;
|
|
58497
|
-
organizationId: string;
|
|
58498
|
-
projectId: string;
|
|
58499
|
-
repositoryId: string;
|
|
58500
|
-
url?: string | null | undefined;
|
|
58501
|
-
userId?: number | null | undefined;
|
|
58502
|
-
credentialId?: string | undefined;
|
|
58503
|
-
relativePath?: string | null | undefined;
|
|
58504
|
-
purgeDirectory?: boolean | null | undefined;
|
|
58505
|
-
commitAuthorName?: string | null | undefined;
|
|
58506
|
-
commitAuthorEmail?: string | null | undefined;
|
|
58507
|
-
connectionId?: string | null | undefined;
|
|
58508
|
-
} | undefined;
|
|
58509
|
-
bitbucket?: {
|
|
58510
|
-
branch: string;
|
|
58511
|
-
workspaceSlug: string;
|
|
58512
|
-
projectKey: string;
|
|
58513
|
-
repoSlug: string;
|
|
58514
|
-
userId?: number | null | undefined;
|
|
58515
|
-
credentialId?: string | undefined;
|
|
58516
|
-
relativePath?: string | null | undefined;
|
|
58517
|
-
purgeDirectory?: boolean | null | undefined;
|
|
58518
|
-
commitAuthorName?: string | null | undefined;
|
|
58519
|
-
commitAuthorEmail?: string | null | undefined;
|
|
58520
|
-
connectionId?: string | null | undefined;
|
|
58521
|
-
} | undefined;
|
|
58522
|
-
github?: {
|
|
58523
|
-
url: string;
|
|
58524
|
-
branch: string;
|
|
58525
|
-
userId?: number | null | undefined;
|
|
58526
|
-
credentialId?: string | undefined;
|
|
58527
|
-
relativePath?: string | null | undefined;
|
|
58528
|
-
purgeDirectory?: boolean | null | undefined;
|
|
58529
|
-
commitAuthorName?: string | null | undefined;
|
|
58530
|
-
commitAuthorEmail?: string | null | undefined;
|
|
58531
|
-
connectionId?: string | null | undefined;
|
|
58532
|
-
} | undefined;
|
|
58533
|
-
gitlab?: {
|
|
58534
|
-
branch: string;
|
|
58535
|
-
projectId: string;
|
|
58536
|
-
url?: string | null | undefined;
|
|
58537
|
-
userId?: number | null | undefined;
|
|
58538
|
-
credentialId?: string | undefined;
|
|
58539
|
-
relativePath?: string | null | undefined;
|
|
58540
|
-
purgeDirectory?: boolean | null | undefined;
|
|
58541
|
-
commitAuthorName?: string | null | undefined;
|
|
58542
|
-
commitAuthorEmail?: string | null | undefined;
|
|
58543
|
-
connectionId?: string | null | undefined;
|
|
58544
|
-
} | undefined;
|
|
58545
|
-
documentation?: {
|
|
58546
|
-
environment: "Live" | "Preview";
|
|
58547
|
-
changes?: {
|
|
58548
|
-
pagePersistentIds: string[];
|
|
58549
|
-
groupPersistentIds: string[];
|
|
58550
|
-
} | null | undefined;
|
|
58551
|
-
} | undefined;
|
|
58552
|
-
webhookUrl?: string | undefined;
|
|
58553
|
-
};
|
|
58554
|
-
designSystemVersion: {
|
|
58555
|
-
id: string;
|
|
58556
|
-
meta: {
|
|
58557
|
-
name: string;
|
|
58558
|
-
description?: string | undefined;
|
|
58559
|
-
};
|
|
58560
|
-
version: string;
|
|
58561
|
-
isReadonly: boolean;
|
|
58562
|
-
};
|
|
58563
|
-
brandPersistentId?: string | undefined;
|
|
58564
|
-
themePersistentId?: string | undefined;
|
|
58565
|
-
themePersistentIds?: string[] | undefined;
|
|
58566
|
-
finishedAt?: Date | undefined;
|
|
58567
|
-
index?: number | undefined;
|
|
58568
|
-
estimatedExecutionTime?: number | undefined;
|
|
58569
|
-
createdBy?: {
|
|
58570
|
-
userId: string;
|
|
58571
|
-
userName: string;
|
|
58572
|
-
} | undefined;
|
|
58573
|
-
scheduleId?: string | undefined;
|
|
58574
|
-
result?: {
|
|
58575
|
-
s3?: {
|
|
58576
|
-
path: string;
|
|
58577
|
-
files: string[];
|
|
58578
|
-
bucket: string;
|
|
58579
|
-
url?: string | null | undefined;
|
|
58580
|
-
urlPrefix?: string | undefined;
|
|
58581
|
-
urls?: string[] | null | undefined;
|
|
58582
|
-
} | null | undefined;
|
|
58583
|
-
azure?: {
|
|
58584
|
-
pullRequestUrl: string;
|
|
58585
|
-
} | null | undefined;
|
|
58586
|
-
bitbucket?: {
|
|
58587
|
-
pullRequestUrl: string;
|
|
58588
|
-
} | null | undefined;
|
|
58589
|
-
github?: {
|
|
58590
|
-
pullRequestUrl: string;
|
|
58591
|
-
} | null | undefined;
|
|
58592
|
-
gitlab?: {
|
|
58593
|
-
pullRequestUrl: string;
|
|
58594
|
-
} | null | undefined;
|
|
58595
|
-
documentation?: {
|
|
58596
|
-
url: string;
|
|
58597
|
-
} | undefined;
|
|
58598
|
-
error?: string | undefined;
|
|
58599
|
-
logs?: {
|
|
58600
|
-
message: string;
|
|
58601
|
-
type: "error" | "info" | "user" | "success" | "warning";
|
|
58602
|
-
time: Date;
|
|
58603
|
-
id?: string | undefined;
|
|
58604
|
-
}[] | null | undefined;
|
|
58792
|
+
}>>;
|
|
58793
|
+
brandPersistentId: z.ZodOptional<z.ZodString>;
|
|
58794
|
+
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
58795
|
+
themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
58796
|
+
exporterPropertyValues: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>, z.ZodString]>, z.ZodArray<z.ZodString, "many">]>, z.ZodRecord<z.ZodString, z.ZodString>]>>>;
|
|
58797
|
+
}, "strip", z.ZodTypeAny, {
|
|
58798
|
+
status: "InProgress" | "Failed" | "Success" | "Timeout";
|
|
58799
|
+
id: string;
|
|
58800
|
+
createdAt: Date;
|
|
58801
|
+
designSystem: {
|
|
58802
|
+
id: string;
|
|
58803
|
+
meta: {
|
|
58804
|
+
name: string;
|
|
58805
|
+
description?: string | undefined;
|
|
58806
|
+
};
|
|
58807
|
+
};
|
|
58808
|
+
exporterId: string;
|
|
58809
|
+
destinations: {
|
|
58810
|
+
s3?: {} | undefined;
|
|
58811
|
+
azure?: {
|
|
58812
|
+
branch: string;
|
|
58813
|
+
organizationId: string;
|
|
58814
|
+
projectId: string;
|
|
58815
|
+
repositoryId: string;
|
|
58816
|
+
url?: string | undefined;
|
|
58817
|
+
userId?: number | undefined;
|
|
58818
|
+
credentialId?: string | undefined;
|
|
58819
|
+
relativePath?: string | undefined;
|
|
58820
|
+
purgeDirectory?: boolean | undefined;
|
|
58821
|
+
commitAuthorName?: string | undefined;
|
|
58822
|
+
commitAuthorEmail?: string | undefined;
|
|
58823
|
+
connectionId?: string | undefined;
|
|
58824
|
+
} | undefined;
|
|
58825
|
+
bitbucket?: {
|
|
58826
|
+
branch: string;
|
|
58827
|
+
workspaceSlug: string;
|
|
58828
|
+
projectKey: string;
|
|
58829
|
+
repoSlug: string;
|
|
58830
|
+
userId?: number | undefined;
|
|
58831
|
+
credentialId?: string | undefined;
|
|
58832
|
+
relativePath?: string | undefined;
|
|
58833
|
+
purgeDirectory?: boolean | undefined;
|
|
58834
|
+
commitAuthorName?: string | undefined;
|
|
58835
|
+
commitAuthorEmail?: string | undefined;
|
|
58836
|
+
connectionId?: string | undefined;
|
|
58837
|
+
} | undefined;
|
|
58838
|
+
github?: {
|
|
58839
|
+
url: string;
|
|
58840
|
+
branch: string;
|
|
58841
|
+
userId?: number | undefined;
|
|
58842
|
+
credentialId?: string | undefined;
|
|
58843
|
+
relativePath?: string | undefined;
|
|
58844
|
+
purgeDirectory?: boolean | undefined;
|
|
58845
|
+
commitAuthorName?: string | undefined;
|
|
58846
|
+
commitAuthorEmail?: string | undefined;
|
|
58847
|
+
connectionId?: string | undefined;
|
|
58848
|
+
} | undefined;
|
|
58849
|
+
gitlab?: {
|
|
58850
|
+
branch: string;
|
|
58851
|
+
projectId: string;
|
|
58852
|
+
url?: string | undefined;
|
|
58853
|
+
userId?: number | undefined;
|
|
58854
|
+
credentialId?: string | undefined;
|
|
58855
|
+
relativePath?: string | undefined;
|
|
58856
|
+
purgeDirectory?: boolean | undefined;
|
|
58857
|
+
commitAuthorName?: string | undefined;
|
|
58858
|
+
commitAuthorEmail?: string | undefined;
|
|
58859
|
+
connectionId?: string | undefined;
|
|
58860
|
+
} | undefined;
|
|
58861
|
+
documentation?: {
|
|
58862
|
+
environment: "Live" | "Preview";
|
|
58863
|
+
changes?: {
|
|
58864
|
+
pagePersistentIds: string[];
|
|
58865
|
+
groupPersistentIds: string[];
|
|
58866
|
+
} | undefined;
|
|
58867
|
+
} | undefined;
|
|
58868
|
+
webhookUrl?: string | undefined;
|
|
58869
|
+
};
|
|
58870
|
+
designSystemVersion: {
|
|
58871
|
+
id: string;
|
|
58872
|
+
meta: {
|
|
58873
|
+
name: string;
|
|
58874
|
+
description?: string | undefined;
|
|
58875
|
+
};
|
|
58876
|
+
version: string;
|
|
58877
|
+
isReadonly: boolean;
|
|
58878
|
+
};
|
|
58879
|
+
brandPersistentId?: string | undefined;
|
|
58880
|
+
themePersistentId?: string | undefined;
|
|
58881
|
+
themePersistentIds?: string[] | undefined;
|
|
58882
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
58883
|
+
finishedAt?: Date | undefined;
|
|
58884
|
+
index?: number | undefined;
|
|
58885
|
+
estimatedExecutionTime?: number | undefined;
|
|
58886
|
+
createdBy?: {
|
|
58887
|
+
userId: string;
|
|
58888
|
+
userName: string;
|
|
58605
58889
|
} | undefined;
|
|
58890
|
+
scheduleId?: string | undefined;
|
|
58891
|
+
result?: {
|
|
58892
|
+
s3?: {
|
|
58893
|
+
path: string;
|
|
58894
|
+
files: string[];
|
|
58895
|
+
bucket: string;
|
|
58896
|
+
url?: string | undefined;
|
|
58897
|
+
urlPrefix?: string | undefined;
|
|
58898
|
+
urls?: string[] | undefined;
|
|
58899
|
+
} | undefined;
|
|
58900
|
+
azure?: {
|
|
58901
|
+
pullRequestUrl: string;
|
|
58902
|
+
} | undefined;
|
|
58903
|
+
bitbucket?: {
|
|
58904
|
+
pullRequestUrl: string;
|
|
58905
|
+
} | undefined;
|
|
58906
|
+
github?: {
|
|
58907
|
+
pullRequestUrl: string;
|
|
58908
|
+
} | undefined;
|
|
58909
|
+
gitlab?: {
|
|
58910
|
+
pullRequestUrl: string;
|
|
58911
|
+
} | undefined;
|
|
58912
|
+
documentation?: {
|
|
58913
|
+
url: string;
|
|
58914
|
+
} | undefined;
|
|
58915
|
+
error?: string | undefined;
|
|
58916
|
+
logs?: {
|
|
58917
|
+
message: string;
|
|
58918
|
+
type: "error" | "info" | "user" | "success" | "warning";
|
|
58919
|
+
time: Date;
|
|
58920
|
+
id?: string | undefined;
|
|
58921
|
+
}[] | undefined;
|
|
58922
|
+
} | undefined;
|
|
58923
|
+
}, {
|
|
58924
|
+
status: "InProgress" | "Failed" | "Success" | "Timeout";
|
|
58925
|
+
id: string;
|
|
58926
|
+
createdAt: Date;
|
|
58927
|
+
designSystem: {
|
|
58928
|
+
id: string;
|
|
58929
|
+
meta: {
|
|
58930
|
+
name: string;
|
|
58931
|
+
description?: string | undefined;
|
|
58932
|
+
};
|
|
58933
|
+
};
|
|
58934
|
+
exporterId: string;
|
|
58935
|
+
destinations: {
|
|
58936
|
+
s3?: {} | undefined;
|
|
58937
|
+
azure?: {
|
|
58938
|
+
branch: string;
|
|
58939
|
+
organizationId: string;
|
|
58940
|
+
projectId: string;
|
|
58941
|
+
repositoryId: string;
|
|
58942
|
+
url?: string | null | undefined;
|
|
58943
|
+
userId?: number | null | undefined;
|
|
58944
|
+
credentialId?: string | undefined;
|
|
58945
|
+
relativePath?: string | null | undefined;
|
|
58946
|
+
purgeDirectory?: boolean | null | undefined;
|
|
58947
|
+
commitAuthorName?: string | null | undefined;
|
|
58948
|
+
commitAuthorEmail?: string | null | undefined;
|
|
58949
|
+
connectionId?: string | null | undefined;
|
|
58950
|
+
} | undefined;
|
|
58951
|
+
bitbucket?: {
|
|
58952
|
+
branch: string;
|
|
58953
|
+
workspaceSlug: string;
|
|
58954
|
+
projectKey: string;
|
|
58955
|
+
repoSlug: string;
|
|
58956
|
+
userId?: number | null | undefined;
|
|
58957
|
+
credentialId?: string | undefined;
|
|
58958
|
+
relativePath?: string | null | undefined;
|
|
58959
|
+
purgeDirectory?: boolean | null | undefined;
|
|
58960
|
+
commitAuthorName?: string | null | undefined;
|
|
58961
|
+
commitAuthorEmail?: string | null | undefined;
|
|
58962
|
+
connectionId?: string | null | undefined;
|
|
58963
|
+
} | undefined;
|
|
58964
|
+
github?: {
|
|
58965
|
+
url: string;
|
|
58966
|
+
branch: string;
|
|
58967
|
+
userId?: number | null | undefined;
|
|
58968
|
+
credentialId?: string | undefined;
|
|
58969
|
+
relativePath?: string | null | undefined;
|
|
58970
|
+
purgeDirectory?: boolean | null | undefined;
|
|
58971
|
+
commitAuthorName?: string | null | undefined;
|
|
58972
|
+
commitAuthorEmail?: string | null | undefined;
|
|
58973
|
+
connectionId?: string | null | undefined;
|
|
58974
|
+
} | undefined;
|
|
58975
|
+
gitlab?: {
|
|
58976
|
+
branch: string;
|
|
58977
|
+
projectId: string;
|
|
58978
|
+
url?: string | null | undefined;
|
|
58979
|
+
userId?: number | null | undefined;
|
|
58980
|
+
credentialId?: string | undefined;
|
|
58981
|
+
relativePath?: string | null | undefined;
|
|
58982
|
+
purgeDirectory?: boolean | null | undefined;
|
|
58983
|
+
commitAuthorName?: string | null | undefined;
|
|
58984
|
+
commitAuthorEmail?: string | null | undefined;
|
|
58985
|
+
connectionId?: string | null | undefined;
|
|
58986
|
+
} | undefined;
|
|
58987
|
+
documentation?: {
|
|
58988
|
+
environment: "Live" | "Preview";
|
|
58989
|
+
changes?: {
|
|
58990
|
+
pagePersistentIds: string[];
|
|
58991
|
+
groupPersistentIds: string[];
|
|
58992
|
+
} | null | undefined;
|
|
58993
|
+
} | undefined;
|
|
58994
|
+
webhookUrl?: string | undefined;
|
|
58995
|
+
};
|
|
58996
|
+
designSystemVersion: {
|
|
58997
|
+
id: string;
|
|
58998
|
+
meta: {
|
|
58999
|
+
name: string;
|
|
59000
|
+
description?: string | undefined;
|
|
59001
|
+
};
|
|
59002
|
+
version: string;
|
|
59003
|
+
isReadonly: boolean;
|
|
59004
|
+
};
|
|
59005
|
+
brandPersistentId?: string | undefined;
|
|
59006
|
+
themePersistentId?: string | undefined;
|
|
59007
|
+
themePersistentIds?: string[] | undefined;
|
|
58606
59008
|
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
59009
|
+
finishedAt?: Date | undefined;
|
|
59010
|
+
index?: number | undefined;
|
|
59011
|
+
estimatedExecutionTime?: number | undefined;
|
|
59012
|
+
createdBy?: {
|
|
59013
|
+
userId: string;
|
|
59014
|
+
userName: string;
|
|
59015
|
+
} | undefined;
|
|
59016
|
+
scheduleId?: string | undefined;
|
|
59017
|
+
result?: {
|
|
59018
|
+
s3?: {
|
|
59019
|
+
path: string;
|
|
59020
|
+
files: string[];
|
|
59021
|
+
bucket: string;
|
|
59022
|
+
url?: string | null | undefined;
|
|
59023
|
+
urlPrefix?: string | undefined;
|
|
59024
|
+
urls?: string[] | null | undefined;
|
|
59025
|
+
} | null | undefined;
|
|
59026
|
+
azure?: {
|
|
59027
|
+
pullRequestUrl: string;
|
|
59028
|
+
} | null | undefined;
|
|
59029
|
+
bitbucket?: {
|
|
59030
|
+
pullRequestUrl: string;
|
|
59031
|
+
} | null | undefined;
|
|
59032
|
+
github?: {
|
|
59033
|
+
pullRequestUrl: string;
|
|
59034
|
+
} | null | undefined;
|
|
59035
|
+
gitlab?: {
|
|
59036
|
+
pullRequestUrl: string;
|
|
59037
|
+
} | null | undefined;
|
|
59038
|
+
documentation?: {
|
|
59039
|
+
url: string;
|
|
59040
|
+
} | undefined;
|
|
59041
|
+
error?: string | undefined;
|
|
59042
|
+
logs?: {
|
|
59043
|
+
message: string;
|
|
59044
|
+
type: "error" | "info" | "user" | "success" | "warning";
|
|
59045
|
+
time: Date;
|
|
59046
|
+
id?: string | undefined;
|
|
59047
|
+
}[] | null | undefined;
|
|
59048
|
+
} | undefined;
|
|
58607
59049
|
}>, "many">;
|
|
58608
59050
|
webhookUrl: z.ZodOptional<z.ZodString>;
|
|
58609
59051
|
destinationSnDocs: z.ZodOptional<z.ZodObject<{
|
|
@@ -58881,6 +59323,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
58881
59323
|
brandPersistentId?: string | undefined;
|
|
58882
59324
|
themePersistentId?: string | undefined;
|
|
58883
59325
|
themePersistentIds?: string[] | undefined;
|
|
59326
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
58884
59327
|
finishedAt?: Date | undefined;
|
|
58885
59328
|
index?: number | undefined;
|
|
58886
59329
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -58921,13 +59364,12 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
58921
59364
|
id?: string | undefined;
|
|
58922
59365
|
}[] | undefined;
|
|
58923
59366
|
} | undefined;
|
|
58924
|
-
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
58925
59367
|
}[];
|
|
58926
59368
|
brandPersistentId?: string | undefined;
|
|
58927
59369
|
themePersistentId?: string | undefined;
|
|
58928
59370
|
themePersistentIds?: string[] | undefined;
|
|
58929
|
-
webhookUrl?: string | undefined;
|
|
58930
59371
|
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
59372
|
+
webhookUrl?: string | undefined;
|
|
58931
59373
|
destinationSnDocs?: {
|
|
58932
59374
|
environment: "Live" | "Preview";
|
|
58933
59375
|
changes?: {
|
|
@@ -59079,6 +59521,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
59079
59521
|
brandPersistentId?: string | undefined;
|
|
59080
59522
|
themePersistentId?: string | undefined;
|
|
59081
59523
|
themePersistentIds?: string[] | undefined;
|
|
59524
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
59082
59525
|
finishedAt?: Date | undefined;
|
|
59083
59526
|
index?: number | undefined;
|
|
59084
59527
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -59119,13 +59562,12 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
59119
59562
|
id?: string | undefined;
|
|
59120
59563
|
}[] | null | undefined;
|
|
59121
59564
|
} | undefined;
|
|
59122
|
-
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
59123
59565
|
}[];
|
|
59124
59566
|
brandPersistentId?: string | undefined;
|
|
59125
59567
|
themePersistentId?: string | undefined;
|
|
59126
59568
|
themePersistentIds?: string[] | undefined;
|
|
59127
|
-
webhookUrl?: string | undefined;
|
|
59128
59569
|
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
59570
|
+
webhookUrl?: string | undefined;
|
|
59129
59571
|
destinationSnDocs?: {
|
|
59130
59572
|
environment: "Live" | "Preview";
|
|
59131
59573
|
changes?: {
|
|
@@ -59279,6 +59721,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
59279
59721
|
brandPersistentId?: string | undefined;
|
|
59280
59722
|
themePersistentId?: string | undefined;
|
|
59281
59723
|
themePersistentIds?: string[] | undefined;
|
|
59724
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
59282
59725
|
finishedAt?: Date | undefined;
|
|
59283
59726
|
index?: number | undefined;
|
|
59284
59727
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -59319,13 +59762,12 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
59319
59762
|
id?: string | undefined;
|
|
59320
59763
|
}[] | undefined;
|
|
59321
59764
|
} | undefined;
|
|
59322
|
-
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
59323
59765
|
}[];
|
|
59324
59766
|
brandPersistentId?: string | undefined;
|
|
59325
59767
|
themePersistentId?: string | undefined;
|
|
59326
59768
|
themePersistentIds?: string[] | undefined;
|
|
59327
|
-
webhookUrl?: string | undefined;
|
|
59328
59769
|
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
59770
|
+
webhookUrl?: string | undefined;
|
|
59329
59771
|
destinationSnDocs?: {
|
|
59330
59772
|
environment: "Live" | "Preview";
|
|
59331
59773
|
changes?: {
|
|
@@ -59479,6 +59921,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
59479
59921
|
brandPersistentId?: string | undefined;
|
|
59480
59922
|
themePersistentId?: string | undefined;
|
|
59481
59923
|
themePersistentIds?: string[] | undefined;
|
|
59924
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
59482
59925
|
finishedAt?: Date | undefined;
|
|
59483
59926
|
index?: number | undefined;
|
|
59484
59927
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -59519,13 +59962,12 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
59519
59962
|
id?: string | undefined;
|
|
59520
59963
|
}[] | null | undefined;
|
|
59521
59964
|
} | undefined;
|
|
59522
|
-
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
59523
59965
|
}[];
|
|
59524
59966
|
brandPersistentId?: string | undefined;
|
|
59525
59967
|
themePersistentId?: string | undefined;
|
|
59526
59968
|
themePersistentIds?: string[] | undefined;
|
|
59527
|
-
webhookUrl?: string | undefined;
|
|
59528
59969
|
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
59970
|
+
webhookUrl?: string | undefined;
|
|
59529
59971
|
destinationSnDocs?: {
|
|
59530
59972
|
environment: "Live" | "Preview";
|
|
59531
59973
|
changes?: {
|
|
@@ -60125,263 +60567,263 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
60125
60567
|
time: Date;
|
|
60126
60568
|
id?: string | undefined;
|
|
60127
60569
|
}[] | null | undefined;
|
|
60128
|
-
}>>;
|
|
60129
|
-
brandPersistentId: z.ZodOptional<z.ZodString>;
|
|
60130
|
-
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
60131
|
-
themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
60132
|
-
exporterPropertyValues: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>, z.ZodString]>, z.ZodArray<z.ZodString, "many">]>, z.ZodRecord<z.ZodString, z.ZodString>]>>>;
|
|
60133
|
-
}, "strip", z.ZodTypeAny, {
|
|
60134
|
-
status: "InProgress" | "Failed" | "Success" | "Timeout";
|
|
60135
|
-
id: string;
|
|
60136
|
-
createdAt: Date;
|
|
60137
|
-
designSystem: {
|
|
60138
|
-
id: string;
|
|
60139
|
-
meta: {
|
|
60140
|
-
name: string;
|
|
60141
|
-
description?: string | undefined;
|
|
60142
|
-
};
|
|
60143
|
-
};
|
|
60144
|
-
exporterId: string;
|
|
60145
|
-
destinations: {
|
|
60146
|
-
s3?: {} | undefined;
|
|
60147
|
-
azure?: {
|
|
60148
|
-
branch: string;
|
|
60149
|
-
organizationId: string;
|
|
60150
|
-
projectId: string;
|
|
60151
|
-
repositoryId: string;
|
|
60152
|
-
url?: string | undefined;
|
|
60153
|
-
userId?: number | undefined;
|
|
60154
|
-
credentialId?: string | undefined;
|
|
60155
|
-
relativePath?: string | undefined;
|
|
60156
|
-
purgeDirectory?: boolean | undefined;
|
|
60157
|
-
commitAuthorName?: string | undefined;
|
|
60158
|
-
commitAuthorEmail?: string | undefined;
|
|
60159
|
-
connectionId?: string | undefined;
|
|
60160
|
-
} | undefined;
|
|
60161
|
-
bitbucket?: {
|
|
60162
|
-
branch: string;
|
|
60163
|
-
workspaceSlug: string;
|
|
60164
|
-
projectKey: string;
|
|
60165
|
-
repoSlug: string;
|
|
60166
|
-
userId?: number | undefined;
|
|
60167
|
-
credentialId?: string | undefined;
|
|
60168
|
-
relativePath?: string | undefined;
|
|
60169
|
-
purgeDirectory?: boolean | undefined;
|
|
60170
|
-
commitAuthorName?: string | undefined;
|
|
60171
|
-
commitAuthorEmail?: string | undefined;
|
|
60172
|
-
connectionId?: string | undefined;
|
|
60173
|
-
} | undefined;
|
|
60174
|
-
github?: {
|
|
60175
|
-
url: string;
|
|
60176
|
-
branch: string;
|
|
60177
|
-
userId?: number | undefined;
|
|
60178
|
-
credentialId?: string | undefined;
|
|
60179
|
-
relativePath?: string | undefined;
|
|
60180
|
-
purgeDirectory?: boolean | undefined;
|
|
60181
|
-
commitAuthorName?: string | undefined;
|
|
60182
|
-
commitAuthorEmail?: string | undefined;
|
|
60183
|
-
connectionId?: string | undefined;
|
|
60184
|
-
} | undefined;
|
|
60185
|
-
gitlab?: {
|
|
60186
|
-
branch: string;
|
|
60187
|
-
projectId: string;
|
|
60188
|
-
url?: string | undefined;
|
|
60189
|
-
userId?: number | undefined;
|
|
60190
|
-
credentialId?: string | undefined;
|
|
60191
|
-
relativePath?: string | undefined;
|
|
60192
|
-
purgeDirectory?: boolean | undefined;
|
|
60193
|
-
commitAuthorName?: string | undefined;
|
|
60194
|
-
commitAuthorEmail?: string | undefined;
|
|
60195
|
-
connectionId?: string | undefined;
|
|
60196
|
-
} | undefined;
|
|
60197
|
-
documentation?: {
|
|
60198
|
-
environment: "Live" | "Preview";
|
|
60199
|
-
changes?: {
|
|
60200
|
-
pagePersistentIds: string[];
|
|
60201
|
-
groupPersistentIds: string[];
|
|
60202
|
-
} | undefined;
|
|
60203
|
-
} | undefined;
|
|
60204
|
-
webhookUrl?: string | undefined;
|
|
60205
|
-
};
|
|
60206
|
-
designSystemVersion: {
|
|
60207
|
-
id: string;
|
|
60208
|
-
meta: {
|
|
60209
|
-
name: string;
|
|
60210
|
-
description?: string | undefined;
|
|
60211
|
-
};
|
|
60212
|
-
version: string;
|
|
60213
|
-
isReadonly: boolean;
|
|
60214
|
-
};
|
|
60215
|
-
brandPersistentId?: string | undefined;
|
|
60216
|
-
themePersistentId?: string | undefined;
|
|
60217
|
-
themePersistentIds?: string[] | undefined;
|
|
60218
|
-
|
|
60219
|
-
|
|
60220
|
-
|
|
60221
|
-
|
|
60222
|
-
|
|
60223
|
-
|
|
60224
|
-
|
|
60225
|
-
scheduleId?: string | undefined;
|
|
60226
|
-
result?: {
|
|
60227
|
-
s3?: {
|
|
60228
|
-
path: string;
|
|
60229
|
-
files: string[];
|
|
60230
|
-
bucket: string;
|
|
60231
|
-
url?: string | undefined;
|
|
60232
|
-
urlPrefix?: string | undefined;
|
|
60233
|
-
urls?: string[] | undefined;
|
|
60234
|
-
} | undefined;
|
|
60235
|
-
azure?: {
|
|
60236
|
-
pullRequestUrl: string;
|
|
60237
|
-
} | undefined;
|
|
60238
|
-
bitbucket?: {
|
|
60239
|
-
pullRequestUrl: string;
|
|
60240
|
-
} | undefined;
|
|
60241
|
-
github?: {
|
|
60242
|
-
pullRequestUrl: string;
|
|
60243
|
-
} | undefined;
|
|
60244
|
-
gitlab?: {
|
|
60245
|
-
pullRequestUrl: string;
|
|
60246
|
-
} | undefined;
|
|
60247
|
-
documentation?: {
|
|
60248
|
-
url: string;
|
|
60249
|
-
} | undefined;
|
|
60250
|
-
error?: string | undefined;
|
|
60251
|
-
logs?: {
|
|
60252
|
-
message: string;
|
|
60253
|
-
type: "error" | "info" | "user" | "success" | "warning";
|
|
60254
|
-
time: Date;
|
|
60255
|
-
id?: string | undefined;
|
|
60256
|
-
}[] | undefined;
|
|
60257
|
-
} | undefined;
|
|
60258
|
-
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
60259
|
-
}, {
|
|
60260
|
-
status: "InProgress" | "Failed" | "Success" | "Timeout";
|
|
60261
|
-
id: string;
|
|
60262
|
-
createdAt: Date;
|
|
60263
|
-
designSystem: {
|
|
60264
|
-
id: string;
|
|
60265
|
-
meta: {
|
|
60266
|
-
name: string;
|
|
60267
|
-
description?: string | undefined;
|
|
60268
|
-
};
|
|
60269
|
-
};
|
|
60270
|
-
exporterId: string;
|
|
60271
|
-
destinations: {
|
|
60272
|
-
s3?: {} | undefined;
|
|
60273
|
-
azure?: {
|
|
60274
|
-
branch: string;
|
|
60275
|
-
organizationId: string;
|
|
60276
|
-
projectId: string;
|
|
60277
|
-
repositoryId: string;
|
|
60278
|
-
url?: string | null | undefined;
|
|
60279
|
-
userId?: number | null | undefined;
|
|
60280
|
-
credentialId?: string | undefined;
|
|
60281
|
-
relativePath?: string | null | undefined;
|
|
60282
|
-
purgeDirectory?: boolean | null | undefined;
|
|
60283
|
-
commitAuthorName?: string | null | undefined;
|
|
60284
|
-
commitAuthorEmail?: string | null | undefined;
|
|
60285
|
-
connectionId?: string | null | undefined;
|
|
60286
|
-
} | undefined;
|
|
60287
|
-
bitbucket?: {
|
|
60288
|
-
branch: string;
|
|
60289
|
-
workspaceSlug: string;
|
|
60290
|
-
projectKey: string;
|
|
60291
|
-
repoSlug: string;
|
|
60292
|
-
userId?: number | null | undefined;
|
|
60293
|
-
credentialId?: string | undefined;
|
|
60294
|
-
relativePath?: string | null | undefined;
|
|
60295
|
-
purgeDirectory?: boolean | null | undefined;
|
|
60296
|
-
commitAuthorName?: string | null | undefined;
|
|
60297
|
-
commitAuthorEmail?: string | null | undefined;
|
|
60298
|
-
connectionId?: string | null | undefined;
|
|
60299
|
-
} | undefined;
|
|
60300
|
-
github?: {
|
|
60301
|
-
url: string;
|
|
60302
|
-
branch: string;
|
|
60303
|
-
userId?: number | null | undefined;
|
|
60304
|
-
credentialId?: string | undefined;
|
|
60305
|
-
relativePath?: string | null | undefined;
|
|
60306
|
-
purgeDirectory?: boolean | null | undefined;
|
|
60307
|
-
commitAuthorName?: string | null | undefined;
|
|
60308
|
-
commitAuthorEmail?: string | null | undefined;
|
|
60309
|
-
connectionId?: string | null | undefined;
|
|
60310
|
-
} | undefined;
|
|
60311
|
-
gitlab?: {
|
|
60312
|
-
branch: string;
|
|
60313
|
-
projectId: string;
|
|
60314
|
-
url?: string | null | undefined;
|
|
60315
|
-
userId?: number | null | undefined;
|
|
60316
|
-
credentialId?: string | undefined;
|
|
60317
|
-
relativePath?: string | null | undefined;
|
|
60318
|
-
purgeDirectory?: boolean | null | undefined;
|
|
60319
|
-
commitAuthorName?: string | null | undefined;
|
|
60320
|
-
commitAuthorEmail?: string | null | undefined;
|
|
60321
|
-
connectionId?: string | null | undefined;
|
|
60322
|
-
} | undefined;
|
|
60323
|
-
documentation?: {
|
|
60324
|
-
environment: "Live" | "Preview";
|
|
60325
|
-
changes?: {
|
|
60326
|
-
pagePersistentIds: string[];
|
|
60327
|
-
groupPersistentIds: string[];
|
|
60328
|
-
} | null | undefined;
|
|
60329
|
-
} | undefined;
|
|
60330
|
-
webhookUrl?: string | undefined;
|
|
60331
|
-
};
|
|
60332
|
-
designSystemVersion: {
|
|
60333
|
-
id: string;
|
|
60334
|
-
meta: {
|
|
60335
|
-
name: string;
|
|
60336
|
-
description?: string | undefined;
|
|
60337
|
-
};
|
|
60338
|
-
version: string;
|
|
60339
|
-
isReadonly: boolean;
|
|
60340
|
-
};
|
|
60341
|
-
brandPersistentId?: string | undefined;
|
|
60342
|
-
themePersistentId?: string | undefined;
|
|
60343
|
-
themePersistentIds?: string[] | undefined;
|
|
60344
|
-
finishedAt?: Date | undefined;
|
|
60345
|
-
index?: number | undefined;
|
|
60346
|
-
estimatedExecutionTime?: number | undefined;
|
|
60347
|
-
createdBy?: {
|
|
60348
|
-
userId: string;
|
|
60349
|
-
userName: string;
|
|
60350
|
-
} | undefined;
|
|
60351
|
-
scheduleId?: string | undefined;
|
|
60352
|
-
result?: {
|
|
60353
|
-
s3?: {
|
|
60354
|
-
path: string;
|
|
60355
|
-
files: string[];
|
|
60356
|
-
bucket: string;
|
|
60357
|
-
url?: string | null | undefined;
|
|
60358
|
-
urlPrefix?: string | undefined;
|
|
60359
|
-
urls?: string[] | null | undefined;
|
|
60360
|
-
} | null | undefined;
|
|
60361
|
-
azure?: {
|
|
60362
|
-
pullRequestUrl: string;
|
|
60363
|
-
} | null | undefined;
|
|
60364
|
-
bitbucket?: {
|
|
60365
|
-
pullRequestUrl: string;
|
|
60366
|
-
} | null | undefined;
|
|
60367
|
-
github?: {
|
|
60368
|
-
pullRequestUrl: string;
|
|
60369
|
-
} | null | undefined;
|
|
60370
|
-
gitlab?: {
|
|
60371
|
-
pullRequestUrl: string;
|
|
60372
|
-
} | null | undefined;
|
|
60373
|
-
documentation?: {
|
|
60374
|
-
url: string;
|
|
60375
|
-
} | undefined;
|
|
60376
|
-
error?: string | undefined;
|
|
60377
|
-
logs?: {
|
|
60378
|
-
message: string;
|
|
60379
|
-
type: "error" | "info" | "user" | "success" | "warning";
|
|
60380
|
-
time: Date;
|
|
60381
|
-
id?: string | undefined;
|
|
60382
|
-
}[] | null | undefined;
|
|
60570
|
+
}>>;
|
|
60571
|
+
brandPersistentId: z.ZodOptional<z.ZodString>;
|
|
60572
|
+
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
60573
|
+
themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
60574
|
+
exporterPropertyValues: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>, z.ZodString]>, z.ZodArray<z.ZodString, "many">]>, z.ZodRecord<z.ZodString, z.ZodString>]>>>;
|
|
60575
|
+
}, "strip", z.ZodTypeAny, {
|
|
60576
|
+
status: "InProgress" | "Failed" | "Success" | "Timeout";
|
|
60577
|
+
id: string;
|
|
60578
|
+
createdAt: Date;
|
|
60579
|
+
designSystem: {
|
|
60580
|
+
id: string;
|
|
60581
|
+
meta: {
|
|
60582
|
+
name: string;
|
|
60583
|
+
description?: string | undefined;
|
|
60584
|
+
};
|
|
60585
|
+
};
|
|
60586
|
+
exporterId: string;
|
|
60587
|
+
destinations: {
|
|
60588
|
+
s3?: {} | undefined;
|
|
60589
|
+
azure?: {
|
|
60590
|
+
branch: string;
|
|
60591
|
+
organizationId: string;
|
|
60592
|
+
projectId: string;
|
|
60593
|
+
repositoryId: string;
|
|
60594
|
+
url?: string | undefined;
|
|
60595
|
+
userId?: number | undefined;
|
|
60596
|
+
credentialId?: string | undefined;
|
|
60597
|
+
relativePath?: string | undefined;
|
|
60598
|
+
purgeDirectory?: boolean | undefined;
|
|
60599
|
+
commitAuthorName?: string | undefined;
|
|
60600
|
+
commitAuthorEmail?: string | undefined;
|
|
60601
|
+
connectionId?: string | undefined;
|
|
60602
|
+
} | undefined;
|
|
60603
|
+
bitbucket?: {
|
|
60604
|
+
branch: string;
|
|
60605
|
+
workspaceSlug: string;
|
|
60606
|
+
projectKey: string;
|
|
60607
|
+
repoSlug: string;
|
|
60608
|
+
userId?: number | undefined;
|
|
60609
|
+
credentialId?: string | undefined;
|
|
60610
|
+
relativePath?: string | undefined;
|
|
60611
|
+
purgeDirectory?: boolean | undefined;
|
|
60612
|
+
commitAuthorName?: string | undefined;
|
|
60613
|
+
commitAuthorEmail?: string | undefined;
|
|
60614
|
+
connectionId?: string | undefined;
|
|
60615
|
+
} | undefined;
|
|
60616
|
+
github?: {
|
|
60617
|
+
url: string;
|
|
60618
|
+
branch: string;
|
|
60619
|
+
userId?: number | undefined;
|
|
60620
|
+
credentialId?: string | undefined;
|
|
60621
|
+
relativePath?: string | undefined;
|
|
60622
|
+
purgeDirectory?: boolean | undefined;
|
|
60623
|
+
commitAuthorName?: string | undefined;
|
|
60624
|
+
commitAuthorEmail?: string | undefined;
|
|
60625
|
+
connectionId?: string | undefined;
|
|
60626
|
+
} | undefined;
|
|
60627
|
+
gitlab?: {
|
|
60628
|
+
branch: string;
|
|
60629
|
+
projectId: string;
|
|
60630
|
+
url?: string | undefined;
|
|
60631
|
+
userId?: number | undefined;
|
|
60632
|
+
credentialId?: string | undefined;
|
|
60633
|
+
relativePath?: string | undefined;
|
|
60634
|
+
purgeDirectory?: boolean | undefined;
|
|
60635
|
+
commitAuthorName?: string | undefined;
|
|
60636
|
+
commitAuthorEmail?: string | undefined;
|
|
60637
|
+
connectionId?: string | undefined;
|
|
60638
|
+
} | undefined;
|
|
60639
|
+
documentation?: {
|
|
60640
|
+
environment: "Live" | "Preview";
|
|
60641
|
+
changes?: {
|
|
60642
|
+
pagePersistentIds: string[];
|
|
60643
|
+
groupPersistentIds: string[];
|
|
60644
|
+
} | undefined;
|
|
60645
|
+
} | undefined;
|
|
60646
|
+
webhookUrl?: string | undefined;
|
|
60647
|
+
};
|
|
60648
|
+
designSystemVersion: {
|
|
60649
|
+
id: string;
|
|
60650
|
+
meta: {
|
|
60651
|
+
name: string;
|
|
60652
|
+
description?: string | undefined;
|
|
60653
|
+
};
|
|
60654
|
+
version: string;
|
|
60655
|
+
isReadonly: boolean;
|
|
60656
|
+
};
|
|
60657
|
+
brandPersistentId?: string | undefined;
|
|
60658
|
+
themePersistentId?: string | undefined;
|
|
60659
|
+
themePersistentIds?: string[] | undefined;
|
|
60660
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
60661
|
+
finishedAt?: Date | undefined;
|
|
60662
|
+
index?: number | undefined;
|
|
60663
|
+
estimatedExecutionTime?: number | undefined;
|
|
60664
|
+
createdBy?: {
|
|
60665
|
+
userId: string;
|
|
60666
|
+
userName: string;
|
|
60383
60667
|
} | undefined;
|
|
60668
|
+
scheduleId?: string | undefined;
|
|
60669
|
+
result?: {
|
|
60670
|
+
s3?: {
|
|
60671
|
+
path: string;
|
|
60672
|
+
files: string[];
|
|
60673
|
+
bucket: string;
|
|
60674
|
+
url?: string | undefined;
|
|
60675
|
+
urlPrefix?: string | undefined;
|
|
60676
|
+
urls?: string[] | undefined;
|
|
60677
|
+
} | undefined;
|
|
60678
|
+
azure?: {
|
|
60679
|
+
pullRequestUrl: string;
|
|
60680
|
+
} | undefined;
|
|
60681
|
+
bitbucket?: {
|
|
60682
|
+
pullRequestUrl: string;
|
|
60683
|
+
} | undefined;
|
|
60684
|
+
github?: {
|
|
60685
|
+
pullRequestUrl: string;
|
|
60686
|
+
} | undefined;
|
|
60687
|
+
gitlab?: {
|
|
60688
|
+
pullRequestUrl: string;
|
|
60689
|
+
} | undefined;
|
|
60690
|
+
documentation?: {
|
|
60691
|
+
url: string;
|
|
60692
|
+
} | undefined;
|
|
60693
|
+
error?: string | undefined;
|
|
60694
|
+
logs?: {
|
|
60695
|
+
message: string;
|
|
60696
|
+
type: "error" | "info" | "user" | "success" | "warning";
|
|
60697
|
+
time: Date;
|
|
60698
|
+
id?: string | undefined;
|
|
60699
|
+
}[] | undefined;
|
|
60700
|
+
} | undefined;
|
|
60701
|
+
}, {
|
|
60702
|
+
status: "InProgress" | "Failed" | "Success" | "Timeout";
|
|
60703
|
+
id: string;
|
|
60704
|
+
createdAt: Date;
|
|
60705
|
+
designSystem: {
|
|
60706
|
+
id: string;
|
|
60707
|
+
meta: {
|
|
60708
|
+
name: string;
|
|
60709
|
+
description?: string | undefined;
|
|
60710
|
+
};
|
|
60711
|
+
};
|
|
60712
|
+
exporterId: string;
|
|
60713
|
+
destinations: {
|
|
60714
|
+
s3?: {} | undefined;
|
|
60715
|
+
azure?: {
|
|
60716
|
+
branch: string;
|
|
60717
|
+
organizationId: string;
|
|
60718
|
+
projectId: string;
|
|
60719
|
+
repositoryId: string;
|
|
60720
|
+
url?: string | null | undefined;
|
|
60721
|
+
userId?: number | null | undefined;
|
|
60722
|
+
credentialId?: string | undefined;
|
|
60723
|
+
relativePath?: string | null | undefined;
|
|
60724
|
+
purgeDirectory?: boolean | null | undefined;
|
|
60725
|
+
commitAuthorName?: string | null | undefined;
|
|
60726
|
+
commitAuthorEmail?: string | null | undefined;
|
|
60727
|
+
connectionId?: string | null | undefined;
|
|
60728
|
+
} | undefined;
|
|
60729
|
+
bitbucket?: {
|
|
60730
|
+
branch: string;
|
|
60731
|
+
workspaceSlug: string;
|
|
60732
|
+
projectKey: string;
|
|
60733
|
+
repoSlug: string;
|
|
60734
|
+
userId?: number | null | undefined;
|
|
60735
|
+
credentialId?: string | undefined;
|
|
60736
|
+
relativePath?: string | null | undefined;
|
|
60737
|
+
purgeDirectory?: boolean | null | undefined;
|
|
60738
|
+
commitAuthorName?: string | null | undefined;
|
|
60739
|
+
commitAuthorEmail?: string | null | undefined;
|
|
60740
|
+
connectionId?: string | null | undefined;
|
|
60741
|
+
} | undefined;
|
|
60742
|
+
github?: {
|
|
60743
|
+
url: string;
|
|
60744
|
+
branch: string;
|
|
60745
|
+
userId?: number | null | undefined;
|
|
60746
|
+
credentialId?: string | undefined;
|
|
60747
|
+
relativePath?: string | null | undefined;
|
|
60748
|
+
purgeDirectory?: boolean | null | undefined;
|
|
60749
|
+
commitAuthorName?: string | null | undefined;
|
|
60750
|
+
commitAuthorEmail?: string | null | undefined;
|
|
60751
|
+
connectionId?: string | null | undefined;
|
|
60752
|
+
} | undefined;
|
|
60753
|
+
gitlab?: {
|
|
60754
|
+
branch: string;
|
|
60755
|
+
projectId: string;
|
|
60756
|
+
url?: string | null | undefined;
|
|
60757
|
+
userId?: number | null | undefined;
|
|
60758
|
+
credentialId?: string | undefined;
|
|
60759
|
+
relativePath?: string | null | undefined;
|
|
60760
|
+
purgeDirectory?: boolean | null | undefined;
|
|
60761
|
+
commitAuthorName?: string | null | undefined;
|
|
60762
|
+
commitAuthorEmail?: string | null | undefined;
|
|
60763
|
+
connectionId?: string | null | undefined;
|
|
60764
|
+
} | undefined;
|
|
60765
|
+
documentation?: {
|
|
60766
|
+
environment: "Live" | "Preview";
|
|
60767
|
+
changes?: {
|
|
60768
|
+
pagePersistentIds: string[];
|
|
60769
|
+
groupPersistentIds: string[];
|
|
60770
|
+
} | null | undefined;
|
|
60771
|
+
} | undefined;
|
|
60772
|
+
webhookUrl?: string | undefined;
|
|
60773
|
+
};
|
|
60774
|
+
designSystemVersion: {
|
|
60775
|
+
id: string;
|
|
60776
|
+
meta: {
|
|
60777
|
+
name: string;
|
|
60778
|
+
description?: string | undefined;
|
|
60779
|
+
};
|
|
60780
|
+
version: string;
|
|
60781
|
+
isReadonly: boolean;
|
|
60782
|
+
};
|
|
60783
|
+
brandPersistentId?: string | undefined;
|
|
60784
|
+
themePersistentId?: string | undefined;
|
|
60785
|
+
themePersistentIds?: string[] | undefined;
|
|
60384
60786
|
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
60787
|
+
finishedAt?: Date | undefined;
|
|
60788
|
+
index?: number | undefined;
|
|
60789
|
+
estimatedExecutionTime?: number | undefined;
|
|
60790
|
+
createdBy?: {
|
|
60791
|
+
userId: string;
|
|
60792
|
+
userName: string;
|
|
60793
|
+
} | undefined;
|
|
60794
|
+
scheduleId?: string | undefined;
|
|
60795
|
+
result?: {
|
|
60796
|
+
s3?: {
|
|
60797
|
+
path: string;
|
|
60798
|
+
files: string[];
|
|
60799
|
+
bucket: string;
|
|
60800
|
+
url?: string | null | undefined;
|
|
60801
|
+
urlPrefix?: string | undefined;
|
|
60802
|
+
urls?: string[] | null | undefined;
|
|
60803
|
+
} | null | undefined;
|
|
60804
|
+
azure?: {
|
|
60805
|
+
pullRequestUrl: string;
|
|
60806
|
+
} | null | undefined;
|
|
60807
|
+
bitbucket?: {
|
|
60808
|
+
pullRequestUrl: string;
|
|
60809
|
+
} | null | undefined;
|
|
60810
|
+
github?: {
|
|
60811
|
+
pullRequestUrl: string;
|
|
60812
|
+
} | null | undefined;
|
|
60813
|
+
gitlab?: {
|
|
60814
|
+
pullRequestUrl: string;
|
|
60815
|
+
} | null | undefined;
|
|
60816
|
+
documentation?: {
|
|
60817
|
+
url: string;
|
|
60818
|
+
} | undefined;
|
|
60819
|
+
error?: string | undefined;
|
|
60820
|
+
logs?: {
|
|
60821
|
+
message: string;
|
|
60822
|
+
type: "error" | "info" | "user" | "success" | "warning";
|
|
60823
|
+
time: Date;
|
|
60824
|
+
id?: string | undefined;
|
|
60825
|
+
}[] | null | undefined;
|
|
60826
|
+
} | undefined;
|
|
60385
60827
|
}>, "many">;
|
|
60386
60828
|
webhookUrl: z.ZodOptional<z.ZodString>;
|
|
60387
60829
|
destinationSnDocs: z.ZodOptional<z.ZodObject<{
|
|
@@ -60659,6 +61101,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
60659
61101
|
brandPersistentId?: string | undefined;
|
|
60660
61102
|
themePersistentId?: string | undefined;
|
|
60661
61103
|
themePersistentIds?: string[] | undefined;
|
|
61104
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
60662
61105
|
finishedAt?: Date | undefined;
|
|
60663
61106
|
index?: number | undefined;
|
|
60664
61107
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -60699,13 +61142,12 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
60699
61142
|
id?: string | undefined;
|
|
60700
61143
|
}[] | undefined;
|
|
60701
61144
|
} | undefined;
|
|
60702
|
-
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
60703
61145
|
}[];
|
|
60704
61146
|
brandPersistentId?: string | undefined;
|
|
60705
61147
|
themePersistentId?: string | undefined;
|
|
60706
61148
|
themePersistentIds?: string[] | undefined;
|
|
60707
|
-
webhookUrl?: string | undefined;
|
|
60708
61149
|
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
61150
|
+
webhookUrl?: string | undefined;
|
|
60709
61151
|
destinationSnDocs?: {
|
|
60710
61152
|
environment: "Live" | "Preview";
|
|
60711
61153
|
changes?: {
|
|
@@ -60857,6 +61299,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
60857
61299
|
brandPersistentId?: string | undefined;
|
|
60858
61300
|
themePersistentId?: string | undefined;
|
|
60859
61301
|
themePersistentIds?: string[] | undefined;
|
|
61302
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
60860
61303
|
finishedAt?: Date | undefined;
|
|
60861
61304
|
index?: number | undefined;
|
|
60862
61305
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -60897,13 +61340,12 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
60897
61340
|
id?: string | undefined;
|
|
60898
61341
|
}[] | null | undefined;
|
|
60899
61342
|
} | undefined;
|
|
60900
|
-
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
60901
61343
|
}[];
|
|
60902
61344
|
brandPersistentId?: string | undefined;
|
|
60903
61345
|
themePersistentId?: string | undefined;
|
|
60904
61346
|
themePersistentIds?: string[] | undefined;
|
|
60905
|
-
webhookUrl?: string | undefined;
|
|
60906
61347
|
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
61348
|
+
webhookUrl?: string | undefined;
|
|
60907
61349
|
destinationSnDocs?: {
|
|
60908
61350
|
environment: "Live" | "Preview";
|
|
60909
61351
|
changes?: {
|
|
@@ -61057,6 +61499,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
61057
61499
|
brandPersistentId?: string | undefined;
|
|
61058
61500
|
themePersistentId?: string | undefined;
|
|
61059
61501
|
themePersistentIds?: string[] | undefined;
|
|
61502
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
61060
61503
|
finishedAt?: Date | undefined;
|
|
61061
61504
|
index?: number | undefined;
|
|
61062
61505
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -61097,13 +61540,12 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
61097
61540
|
id?: string | undefined;
|
|
61098
61541
|
}[] | undefined;
|
|
61099
61542
|
} | undefined;
|
|
61100
|
-
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
61101
61543
|
}[];
|
|
61102
61544
|
brandPersistentId?: string | undefined;
|
|
61103
61545
|
themePersistentId?: string | undefined;
|
|
61104
61546
|
themePersistentIds?: string[] | undefined;
|
|
61105
|
-
webhookUrl?: string | undefined;
|
|
61106
61547
|
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
61548
|
+
webhookUrl?: string | undefined;
|
|
61107
61549
|
destinationSnDocs?: {
|
|
61108
61550
|
environment: "Live" | "Preview";
|
|
61109
61551
|
changes?: {
|
|
@@ -61257,6 +61699,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
61257
61699
|
brandPersistentId?: string | undefined;
|
|
61258
61700
|
themePersistentId?: string | undefined;
|
|
61259
61701
|
themePersistentIds?: string[] | undefined;
|
|
61702
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
61260
61703
|
finishedAt?: Date | undefined;
|
|
61261
61704
|
index?: number | undefined;
|
|
61262
61705
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -61297,13 +61740,12 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
61297
61740
|
id?: string | undefined;
|
|
61298
61741
|
}[] | null | undefined;
|
|
61299
61742
|
} | undefined;
|
|
61300
|
-
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
61301
61743
|
}[];
|
|
61302
61744
|
brandPersistentId?: string | undefined;
|
|
61303
61745
|
themePersistentId?: string | undefined;
|
|
61304
61746
|
themePersistentIds?: string[] | undefined;
|
|
61305
|
-
webhookUrl?: string | undefined;
|
|
61306
61747
|
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
61748
|
+
webhookUrl?: string | undefined;
|
|
61307
61749
|
destinationSnDocs?: {
|
|
61308
61750
|
environment: "Live" | "Preview";
|
|
61309
61751
|
changes?: {
|
|
@@ -92545,7 +92987,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
|
92545
92987
|
brandPersistentId: z.ZodOptional<z.ZodString>;
|
|
92546
92988
|
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
92547
92989
|
themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
92548
|
-
|
|
92990
|
+
exporterPropertyValues: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>, z.ZodString]>, z.ZodArray<z.ZodString, "many">]>, z.ZodRecord<z.ZodString, z.ZodString>]>>>;
|
|
92549
92991
|
destination: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["Github", "Gitlab", "Bitbucket", "Azure"]>, z.ZodEnum<["WebhookUrl", "S3", "Documentation"]>]>>;
|
|
92550
92992
|
gitQuery: z.ZodObject<{
|
|
92551
92993
|
organization: z.ZodOptional<z.ZodString>;
|
|
@@ -92937,7 +93379,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
|
92937
93379
|
brandPersistentId?: string | undefined;
|
|
92938
93380
|
themePersistentId?: string | undefined;
|
|
92939
93381
|
themePersistentIds?: string[] | undefined;
|
|
92940
|
-
|
|
93382
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
92941
93383
|
destination?: "Documentation" | "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | undefined;
|
|
92942
93384
|
}, {
|
|
92943
93385
|
name: string;
|
|
@@ -93016,7 +93458,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
|
93016
93458
|
brandPersistentId?: string | undefined;
|
|
93017
93459
|
themePersistentId?: string | undefined;
|
|
93018
93460
|
themePersistentIds?: string[] | undefined;
|
|
93019
|
-
|
|
93461
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
93020
93462
|
destination?: "Documentation" | "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | undefined;
|
|
93021
93463
|
}>;
|
|
93022
93464
|
type DTOPipelineCreateBody = z.infer<typeof DTOPipelineCreateBody>;
|
|
@@ -93028,7 +93470,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<{
|
|
|
93028
93470
|
brandPersistentId: z.ZodOptional<z.ZodString>;
|
|
93029
93471
|
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
93030
93472
|
themePersistentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
93031
|
-
|
|
93473
|
+
exporterPropertyValues: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodNumber, z.ZodBoolean]>, z.ZodString]>, z.ZodArray<z.ZodString, "many">]>, z.ZodRecord<z.ZodString, z.ZodString>]>>>;
|
|
93032
93474
|
destination: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["Github", "Gitlab", "Bitbucket", "Azure"]>, z.ZodEnum<["WebhookUrl", "S3", "Documentation"]>]>>;
|
|
93033
93475
|
gitQuery: z.ZodOptional<z.ZodObject<{
|
|
93034
93476
|
organization: z.ZodOptional<z.ZodString>;
|
|
@@ -93351,7 +93793,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<{
|
|
|
93351
93793
|
eventType?: "OnVersionReleased" | "OnHeadChanged" | "OnSourceUpdated" | "None" | undefined;
|
|
93352
93794
|
themePersistentId?: string | undefined;
|
|
93353
93795
|
themePersistentIds?: string[] | undefined;
|
|
93354
|
-
|
|
93796
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
93355
93797
|
destination?: "Documentation" | "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | undefined;
|
|
93356
93798
|
gitQuery?: {
|
|
93357
93799
|
organization?: string | undefined;
|
|
@@ -93429,7 +93871,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<{
|
|
|
93429
93871
|
eventType?: "OnVersionReleased" | "OnHeadChanged" | "OnSourceUpdated" | "None" | undefined;
|
|
93430
93872
|
themePersistentId?: string | undefined;
|
|
93431
93873
|
themePersistentIds?: string[] | undefined;
|
|
93432
|
-
|
|
93874
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
93433
93875
|
destination?: "Documentation" | "Github" | "Gitlab" | "Bitbucket" | "Azure" | "WebhookUrl" | "S3" | undefined;
|
|
93434
93876
|
gitQuery?: {
|
|
93435
93877
|
organization?: string | undefined;
|
|
@@ -94347,6 +94789,7 @@ declare class PipelinesEndpoint {
|
|
|
94347
94789
|
brandPersistentId?: string | undefined;
|
|
94348
94790
|
themePersistentId?: string | undefined;
|
|
94349
94791
|
themePersistentIds?: string[] | undefined;
|
|
94792
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
94350
94793
|
finishedAt?: Date | undefined;
|
|
94351
94794
|
index?: number | undefined;
|
|
94352
94795
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -94387,13 +94830,12 @@ declare class PipelinesEndpoint {
|
|
|
94387
94830
|
id?: string | undefined;
|
|
94388
94831
|
}[] | undefined;
|
|
94389
94832
|
} | undefined;
|
|
94390
|
-
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
94391
94833
|
}[];
|
|
94392
94834
|
brandPersistentId?: string | undefined;
|
|
94393
94835
|
themePersistentId?: string | undefined;
|
|
94394
94836
|
themePersistentIds?: string[] | undefined;
|
|
94395
|
-
webhookUrl?: string | undefined;
|
|
94396
94837
|
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
94838
|
+
webhookUrl?: string | undefined;
|
|
94397
94839
|
destinationSnDocs?: {
|
|
94398
94840
|
environment: "Live" | "Preview";
|
|
94399
94841
|
changes?: {
|
|
@@ -94548,6 +94990,7 @@ declare class PipelinesEndpoint {
|
|
|
94548
94990
|
brandPersistentId?: string | undefined;
|
|
94549
94991
|
themePersistentId?: string | undefined;
|
|
94550
94992
|
themePersistentIds?: string[] | undefined;
|
|
94993
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
94551
94994
|
finishedAt?: Date | undefined;
|
|
94552
94995
|
index?: number | undefined;
|
|
94553
94996
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -94588,13 +95031,12 @@ declare class PipelinesEndpoint {
|
|
|
94588
95031
|
id?: string | undefined;
|
|
94589
95032
|
}[] | undefined;
|
|
94590
95033
|
} | undefined;
|
|
94591
|
-
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
94592
95034
|
}[];
|
|
94593
95035
|
brandPersistentId?: string | undefined;
|
|
94594
95036
|
themePersistentId?: string | undefined;
|
|
94595
95037
|
themePersistentIds?: string[] | undefined;
|
|
94596
|
-
webhookUrl?: string | undefined;
|
|
94597
95038
|
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
95039
|
+
webhookUrl?: string | undefined;
|
|
94598
95040
|
destinationSnDocs?: {
|
|
94599
95041
|
environment: "Live" | "Preview";
|
|
94600
95042
|
changes?: {
|
|
@@ -94749,6 +95191,7 @@ declare class PipelinesEndpoint {
|
|
|
94749
95191
|
brandPersistentId?: string | undefined;
|
|
94750
95192
|
themePersistentId?: string | undefined;
|
|
94751
95193
|
themePersistentIds?: string[] | undefined;
|
|
95194
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
94752
95195
|
finishedAt?: Date | undefined;
|
|
94753
95196
|
index?: number | undefined;
|
|
94754
95197
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -94789,13 +95232,12 @@ declare class PipelinesEndpoint {
|
|
|
94789
95232
|
id?: string | undefined;
|
|
94790
95233
|
}[] | undefined;
|
|
94791
95234
|
} | undefined;
|
|
94792
|
-
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
94793
95235
|
}[];
|
|
94794
95236
|
brandPersistentId?: string | undefined;
|
|
94795
95237
|
themePersistentId?: string | undefined;
|
|
94796
95238
|
themePersistentIds?: string[] | undefined;
|
|
94797
|
-
webhookUrl?: string | undefined;
|
|
94798
95239
|
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
95240
|
+
webhookUrl?: string | undefined;
|
|
94799
95241
|
destinationSnDocs?: {
|
|
94800
95242
|
environment: "Live" | "Preview";
|
|
94801
95243
|
changes?: {
|
|
@@ -94942,6 +95384,7 @@ declare class PipelinesEndpoint {
|
|
|
94942
95384
|
brandPersistentId?: string | undefined;
|
|
94943
95385
|
themePersistentId?: string | undefined;
|
|
94944
95386
|
themePersistentIds?: string[] | undefined;
|
|
95387
|
+
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
94945
95388
|
finishedAt?: Date | undefined;
|
|
94946
95389
|
index?: number | undefined;
|
|
94947
95390
|
estimatedExecutionTime?: number | undefined;
|
|
@@ -94982,7 +95425,6 @@ declare class PipelinesEndpoint {
|
|
|
94982
95425
|
id?: string | undefined;
|
|
94983
95426
|
}[] | undefined;
|
|
94984
95427
|
} | undefined;
|
|
94985
|
-
exporterPropertyValues?: Record<string, string | number | boolean | string[] | Record<string, string>> | undefined;
|
|
94986
95428
|
};
|
|
94987
95429
|
}>;
|
|
94988
95430
|
}
|
|
@@ -102439,4 +102881,4 @@ declare function isValidRedirectPath(path: string): {
|
|
|
102439
102881
|
reason: ValidationErrorReason | undefined;
|
|
102440
102882
|
};
|
|
102441
102883
|
|
|
102442
|
-
export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, CodegenEndpoint, Collection, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeV2, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUser, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaUtils, FormattedCollections, FrontendVersionRoomYDoc, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StringVariableScopeType, SupernovaApiClient, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceConfigurationPayload, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspacesEndpoint, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
|
|
102884
|
+
export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, CodegenEndpoint, Collection, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeV2, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUser, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaUtils, FormattedCollections, FrontendVersionRoomYDoc, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StringVariableScopeType, SupernovaApiClient, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceConfigurationPayload, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspacesEndpoint, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
|