@supernova-studio/client 1.5.1 → 1.6.0
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 +666 -396
- package/dist/index.d.ts +666 -396
- package/dist/index.js +142 -30
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2149 -2037
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -24236,11 +24236,11 @@ declare const DTOPublishDocumentationChanges: z.ZodObject<{
|
|
|
24236
24236
|
pagePersistentIds: z.ZodArray<z.ZodString, "many">;
|
|
24237
24237
|
groupPersistentIds: z.ZodArray<z.ZodString, "many">;
|
|
24238
24238
|
}, "strip", z.ZodTypeAny, {
|
|
24239
|
-
pagePersistentIds: string[];
|
|
24240
24239
|
groupPersistentIds: string[];
|
|
24241
|
-
}, {
|
|
24242
24240
|
pagePersistentIds: string[];
|
|
24241
|
+
}, {
|
|
24243
24242
|
groupPersistentIds: string[];
|
|
24243
|
+
pagePersistentIds: string[];
|
|
24244
24244
|
}>;
|
|
24245
24245
|
type DTOPublishDocumentationChanges = z.infer<typeof DTOPublishDocumentationChanges>;
|
|
24246
24246
|
declare const DTOPublishDocumentationRequest: z.ZodObject<{
|
|
@@ -24253,23 +24253,23 @@ declare const DTOPublishDocumentationRequest: z.ZodObject<{
|
|
|
24253
24253
|
pagePersistentIds: z.ZodArray<z.ZodString, "many">;
|
|
24254
24254
|
groupPersistentIds: z.ZodArray<z.ZodString, "many">;
|
|
24255
24255
|
}, "strip", z.ZodTypeAny, {
|
|
24256
|
-
pagePersistentIds: string[];
|
|
24257
24256
|
groupPersistentIds: string[];
|
|
24258
|
-
}, {
|
|
24259
24257
|
pagePersistentIds: string[];
|
|
24258
|
+
}, {
|
|
24260
24259
|
groupPersistentIds: string[];
|
|
24260
|
+
pagePersistentIds: string[];
|
|
24261
24261
|
}>>;
|
|
24262
24262
|
}, "strip", z.ZodTypeAny, {
|
|
24263
24263
|
environment: "Live" | "Preview";
|
|
24264
24264
|
changes?: {
|
|
24265
|
-
pagePersistentIds: string[];
|
|
24266
24265
|
groupPersistentIds: string[];
|
|
24266
|
+
pagePersistentIds: string[];
|
|
24267
24267
|
} | undefined;
|
|
24268
24268
|
}, {
|
|
24269
24269
|
environment: "Live" | "Preview";
|
|
24270
24270
|
changes?: {
|
|
24271
|
-
pagePersistentIds: string[];
|
|
24272
24271
|
groupPersistentIds: string[];
|
|
24272
|
+
pagePersistentIds: string[];
|
|
24273
24273
|
} | undefined;
|
|
24274
24274
|
}>;
|
|
24275
24275
|
type DTOPublishDocumentationRequest = z.infer<typeof DTOPublishDocumentationRequest>;
|
|
@@ -24537,29 +24537,29 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
24537
24537
|
documentation: z.ZodOptional<z.ZodObject<{
|
|
24538
24538
|
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
24539
24539
|
changes: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
24540
|
-
pagePersistentIds: string[];
|
|
24541
24540
|
groupPersistentIds: string[];
|
|
24542
|
-
}, z.ZodTypeDef, {
|
|
24543
24541
|
pagePersistentIds: string[];
|
|
24542
|
+
}, z.ZodTypeDef, {
|
|
24544
24543
|
groupPersistentIds: string[];
|
|
24545
|
-
}>>>, {
|
|
24546
24544
|
pagePersistentIds: string[];
|
|
24545
|
+
}>>>, {
|
|
24547
24546
|
groupPersistentIds: string[];
|
|
24548
|
-
} | undefined, {
|
|
24549
24547
|
pagePersistentIds: string[];
|
|
24548
|
+
} | undefined, {
|
|
24550
24549
|
groupPersistentIds: string[];
|
|
24550
|
+
pagePersistentIds: string[];
|
|
24551
24551
|
} | null | undefined>;
|
|
24552
24552
|
}, "strip", z.ZodTypeAny, {
|
|
24553
24553
|
environment: "Live" | "Preview";
|
|
24554
24554
|
changes?: {
|
|
24555
|
-
pagePersistentIds: string[];
|
|
24556
24555
|
groupPersistentIds: string[];
|
|
24556
|
+
pagePersistentIds: string[];
|
|
24557
24557
|
} | undefined;
|
|
24558
24558
|
}, {
|
|
24559
24559
|
environment: "Live" | "Preview";
|
|
24560
24560
|
changes?: {
|
|
24561
|
-
pagePersistentIds: string[];
|
|
24562
24561
|
groupPersistentIds: string[];
|
|
24562
|
+
pagePersistentIds: string[];
|
|
24563
24563
|
} | null | undefined;
|
|
24564
24564
|
}>>;
|
|
24565
24565
|
webhookUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -24631,8 +24631,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
24631
24631
|
documentation?: {
|
|
24632
24632
|
environment: "Live" | "Preview";
|
|
24633
24633
|
changes?: {
|
|
24634
|
-
pagePersistentIds: string[];
|
|
24635
24634
|
groupPersistentIds: string[];
|
|
24635
|
+
pagePersistentIds: string[];
|
|
24636
24636
|
} | undefined;
|
|
24637
24637
|
} | undefined;
|
|
24638
24638
|
webhookUrl?: string | undefined;
|
|
@@ -24704,8 +24704,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
24704
24704
|
documentation?: {
|
|
24705
24705
|
environment: "Live" | "Preview";
|
|
24706
24706
|
changes?: {
|
|
24707
|
-
pagePersistentIds: string[];
|
|
24708
24707
|
groupPersistentIds: string[];
|
|
24708
|
+
pagePersistentIds: string[];
|
|
24709
24709
|
} | null | undefined;
|
|
24710
24710
|
} | undefined;
|
|
24711
24711
|
webhookUrl?: string | undefined;
|
|
@@ -24964,8 +24964,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
24964
24964
|
documentation?: {
|
|
24965
24965
|
environment: "Live" | "Preview";
|
|
24966
24966
|
changes?: {
|
|
24967
|
-
pagePersistentIds: string[];
|
|
24968
24967
|
groupPersistentIds: string[];
|
|
24968
|
+
pagePersistentIds: string[];
|
|
24969
24969
|
} | undefined;
|
|
24970
24970
|
} | undefined;
|
|
24971
24971
|
webhookUrl?: string | undefined;
|
|
@@ -25103,8 +25103,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
25103
25103
|
documentation?: {
|
|
25104
25104
|
environment: "Live" | "Preview";
|
|
25105
25105
|
changes?: {
|
|
25106
|
-
pagePersistentIds: string[];
|
|
25107
25106
|
groupPersistentIds: string[];
|
|
25107
|
+
pagePersistentIds: string[];
|
|
25108
25108
|
} | null | undefined;
|
|
25109
25109
|
} | undefined;
|
|
25110
25110
|
webhookUrl?: string | undefined;
|
|
@@ -25244,8 +25244,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
25244
25244
|
documentation?: {
|
|
25245
25245
|
environment: "Live" | "Preview";
|
|
25246
25246
|
changes?: {
|
|
25247
|
-
pagePersistentIds: string[];
|
|
25248
25247
|
groupPersistentIds: string[];
|
|
25248
|
+
pagePersistentIds: string[];
|
|
25249
25249
|
} | undefined;
|
|
25250
25250
|
} | undefined;
|
|
25251
25251
|
webhookUrl?: string | undefined;
|
|
@@ -25385,8 +25385,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
25385
25385
|
documentation?: {
|
|
25386
25386
|
environment: "Live" | "Preview";
|
|
25387
25387
|
changes?: {
|
|
25388
|
-
pagePersistentIds: string[];
|
|
25389
25388
|
groupPersistentIds: string[];
|
|
25389
|
+
pagePersistentIds: string[];
|
|
25390
25390
|
} | null | undefined;
|
|
25391
25391
|
} | undefined;
|
|
25392
25392
|
webhookUrl?: string | undefined;
|
|
@@ -28443,7 +28443,7 @@ declare const DTODocumentationGroupStructureV1: z.ZodObject<z.objectUtil.extendS
|
|
|
28443
28443
|
} | null | undefined;
|
|
28444
28444
|
behavior?: "Tabs" | "Group" | null | undefined;
|
|
28445
28445
|
}>>;
|
|
28446
|
-
}>, "meta" | "sortOrder" | "brandPersistentId" | "
|
|
28446
|
+
}>, "meta" | "sortOrder" | "brandPersistentId" | "data" | "shortPersistentId" | "parentPersistentId" | "childType">, {
|
|
28447
28447
|
title: z.ZodString;
|
|
28448
28448
|
isRoot: z.ZodBoolean;
|
|
28449
28449
|
childrenIds: z.ZodArray<z.ZodString, "many">;
|
|
@@ -28703,7 +28703,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
28703
28703
|
} | null | undefined;
|
|
28704
28704
|
behavior?: "Tabs" | "Group" | null | undefined;
|
|
28705
28705
|
}>>;
|
|
28706
|
-
}>, "meta" | "sortOrder" | "brandPersistentId" | "
|
|
28706
|
+
}>, "meta" | "sortOrder" | "brandPersistentId" | "data" | "shortPersistentId" | "parentPersistentId" | "childType">, {
|
|
28707
28707
|
title: z.ZodString;
|
|
28708
28708
|
isRoot: z.ZodBoolean;
|
|
28709
28709
|
childrenIds: z.ZodArray<z.ZodString, "many">;
|
|
@@ -28882,6 +28882,9 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
28882
28882
|
sourceFrameId: string;
|
|
28883
28883
|
description?: string | undefined;
|
|
28884
28884
|
title?: string | undefined;
|
|
28885
|
+
backgroundColor?: {
|
|
28886
|
+
value: string;
|
|
28887
|
+
} | undefined;
|
|
28885
28888
|
origin?: {
|
|
28886
28889
|
valid?: boolean | undefined;
|
|
28887
28890
|
title?: string | undefined;
|
|
@@ -28893,15 +28896,15 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
28893
28896
|
previewUrl?: string | undefined;
|
|
28894
28897
|
assetScale?: number | undefined;
|
|
28895
28898
|
} | undefined;
|
|
28896
|
-
backgroundColor?: {
|
|
28897
|
-
value: string;
|
|
28898
|
-
} | undefined;
|
|
28899
28899
|
}, z.ZodTypeDef, {
|
|
28900
28900
|
persistentId: string;
|
|
28901
28901
|
sourceId: string;
|
|
28902
28902
|
sourceFrameId: string;
|
|
28903
28903
|
description?: string | null | undefined;
|
|
28904
28904
|
title?: string | null | undefined;
|
|
28905
|
+
backgroundColor?: {
|
|
28906
|
+
value: string;
|
|
28907
|
+
} | null | undefined;
|
|
28905
28908
|
origin?: {
|
|
28906
28909
|
valid?: boolean | null | undefined;
|
|
28907
28910
|
title?: string | null | undefined;
|
|
@@ -28913,15 +28916,15 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
28913
28916
|
previewUrl?: string | null | undefined;
|
|
28914
28917
|
assetScale?: number | null | undefined;
|
|
28915
28918
|
} | null | undefined;
|
|
28916
|
-
backgroundColor?: {
|
|
28917
|
-
value: string;
|
|
28918
|
-
} | null | undefined;
|
|
28919
28919
|
}>>>, {
|
|
28920
28920
|
persistentId: string;
|
|
28921
28921
|
sourceId: string;
|
|
28922
28922
|
sourceFrameId: string;
|
|
28923
28923
|
description?: string | undefined;
|
|
28924
28924
|
title?: string | undefined;
|
|
28925
|
+
backgroundColor?: {
|
|
28926
|
+
value: string;
|
|
28927
|
+
} | undefined;
|
|
28925
28928
|
origin?: {
|
|
28926
28929
|
valid?: boolean | undefined;
|
|
28927
28930
|
title?: string | undefined;
|
|
@@ -28933,15 +28936,15 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
28933
28936
|
previewUrl?: string | undefined;
|
|
28934
28937
|
assetScale?: number | undefined;
|
|
28935
28938
|
} | undefined;
|
|
28936
|
-
backgroundColor?: {
|
|
28937
|
-
value: string;
|
|
28938
|
-
} | undefined;
|
|
28939
28939
|
} | undefined, {
|
|
28940
28940
|
persistentId: string;
|
|
28941
28941
|
sourceId: string;
|
|
28942
28942
|
sourceFrameId: string;
|
|
28943
28943
|
description?: string | null | undefined;
|
|
28944
28944
|
title?: string | null | undefined;
|
|
28945
|
+
backgroundColor?: {
|
|
28946
|
+
value: string;
|
|
28947
|
+
} | null | undefined;
|
|
28945
28948
|
origin?: {
|
|
28946
28949
|
valid?: boolean | null | undefined;
|
|
28947
28950
|
title?: string | null | undefined;
|
|
@@ -28953,9 +28956,6 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
28953
28956
|
previewUrl?: string | null | undefined;
|
|
28954
28957
|
assetScale?: number | null | undefined;
|
|
28955
28958
|
} | null | undefined;
|
|
28956
|
-
backgroundColor?: {
|
|
28957
|
-
value: string;
|
|
28958
|
-
} | null | undefined;
|
|
28959
28959
|
} | null | undefined>;
|
|
28960
28960
|
}, "strip", z.ZodTypeAny, {
|
|
28961
28961
|
type: "image" | "figmaFrame";
|
|
@@ -28967,6 +28967,9 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
28967
28967
|
sourceFrameId: string;
|
|
28968
28968
|
description?: string | undefined;
|
|
28969
28969
|
title?: string | undefined;
|
|
28970
|
+
backgroundColor?: {
|
|
28971
|
+
value: string;
|
|
28972
|
+
} | undefined;
|
|
28970
28973
|
origin?: {
|
|
28971
28974
|
valid?: boolean | undefined;
|
|
28972
28975
|
title?: string | undefined;
|
|
@@ -28978,9 +28981,6 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
28978
28981
|
previewUrl?: string | undefined;
|
|
28979
28982
|
assetScale?: number | undefined;
|
|
28980
28983
|
} | undefined;
|
|
28981
|
-
backgroundColor?: {
|
|
28982
|
-
value: string;
|
|
28983
|
-
} | undefined;
|
|
28984
28984
|
} | undefined;
|
|
28985
28985
|
}, {
|
|
28986
28986
|
type: "image" | "figmaFrame";
|
|
@@ -28992,6 +28992,9 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
28992
28992
|
sourceFrameId: string;
|
|
28993
28993
|
description?: string | null | undefined;
|
|
28994
28994
|
title?: string | null | undefined;
|
|
28995
|
+
backgroundColor?: {
|
|
28996
|
+
value: string;
|
|
28997
|
+
} | null | undefined;
|
|
28995
28998
|
origin?: {
|
|
28996
28999
|
valid?: boolean | null | undefined;
|
|
28997
29000
|
title?: string | null | undefined;
|
|
@@ -29003,9 +29006,6 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
29003
29006
|
previewUrl?: string | null | undefined;
|
|
29004
29007
|
assetScale?: number | null | undefined;
|
|
29005
29008
|
} | null | undefined;
|
|
29006
|
-
backgroundColor?: {
|
|
29007
|
-
value: string;
|
|
29008
|
-
} | null | undefined;
|
|
29009
29009
|
} | null | undefined;
|
|
29010
29010
|
}>>>;
|
|
29011
29011
|
backgroundImageScaleType: z.ZodEnum<["AspectFill", "AspectFit"]>;
|
|
@@ -29057,6 +29057,9 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
29057
29057
|
sourceFrameId: string;
|
|
29058
29058
|
description?: string | undefined;
|
|
29059
29059
|
title?: string | undefined;
|
|
29060
|
+
backgroundColor?: {
|
|
29061
|
+
value: string;
|
|
29062
|
+
} | undefined;
|
|
29060
29063
|
origin?: {
|
|
29061
29064
|
valid?: boolean | undefined;
|
|
29062
29065
|
title?: string | undefined;
|
|
@@ -29068,9 +29071,6 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
29068
29071
|
previewUrl?: string | undefined;
|
|
29069
29072
|
assetScale?: number | undefined;
|
|
29070
29073
|
} | undefined;
|
|
29071
|
-
backgroundColor?: {
|
|
29072
|
-
value: string;
|
|
29073
|
-
} | undefined;
|
|
29074
29074
|
} | undefined;
|
|
29075
29075
|
} | null | undefined;
|
|
29076
29076
|
minHeight?: number | null | undefined;
|
|
@@ -29098,6 +29098,9 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
29098
29098
|
sourceFrameId: string;
|
|
29099
29099
|
description?: string | null | undefined;
|
|
29100
29100
|
title?: string | null | undefined;
|
|
29101
|
+
backgroundColor?: {
|
|
29102
|
+
value: string;
|
|
29103
|
+
} | null | undefined;
|
|
29101
29104
|
origin?: {
|
|
29102
29105
|
valid?: boolean | null | undefined;
|
|
29103
29106
|
title?: string | null | undefined;
|
|
@@ -29109,9 +29112,6 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
29109
29112
|
previewUrl?: string | null | undefined;
|
|
29110
29113
|
assetScale?: number | null | undefined;
|
|
29111
29114
|
} | null | undefined;
|
|
29112
|
-
backgroundColor?: {
|
|
29113
|
-
value: string;
|
|
29114
|
-
} | null | undefined;
|
|
29115
29115
|
} | null | undefined;
|
|
29116
29116
|
} | null | undefined;
|
|
29117
29117
|
minHeight?: number | null | undefined;
|
|
@@ -29144,6 +29144,9 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
29144
29144
|
sourceFrameId: string;
|
|
29145
29145
|
description?: string | undefined;
|
|
29146
29146
|
title?: string | undefined;
|
|
29147
|
+
backgroundColor?: {
|
|
29148
|
+
value: string;
|
|
29149
|
+
} | undefined;
|
|
29147
29150
|
origin?: {
|
|
29148
29151
|
valid?: boolean | undefined;
|
|
29149
29152
|
title?: string | undefined;
|
|
@@ -29155,9 +29158,6 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
29155
29158
|
previewUrl?: string | undefined;
|
|
29156
29159
|
assetScale?: number | undefined;
|
|
29157
29160
|
} | undefined;
|
|
29158
|
-
backgroundColor?: {
|
|
29159
|
-
value: string;
|
|
29160
|
-
} | undefined;
|
|
29161
29161
|
} | undefined;
|
|
29162
29162
|
} | null | undefined;
|
|
29163
29163
|
minHeight?: number | null | undefined;
|
|
@@ -29190,6 +29190,9 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
29190
29190
|
sourceFrameId: string;
|
|
29191
29191
|
description?: string | null | undefined;
|
|
29192
29192
|
title?: string | null | undefined;
|
|
29193
|
+
backgroundColor?: {
|
|
29194
|
+
value: string;
|
|
29195
|
+
} | null | undefined;
|
|
29193
29196
|
origin?: {
|
|
29194
29197
|
valid?: boolean | null | undefined;
|
|
29195
29198
|
title?: string | null | undefined;
|
|
@@ -29201,9 +29204,6 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
29201
29204
|
previewUrl?: string | null | undefined;
|
|
29202
29205
|
assetScale?: number | null | undefined;
|
|
29203
29206
|
} | null | undefined;
|
|
29204
|
-
backgroundColor?: {
|
|
29205
|
-
value: string;
|
|
29206
|
-
} | null | undefined;
|
|
29207
29207
|
} | null | undefined;
|
|
29208
29208
|
} | null | undefined;
|
|
29209
29209
|
minHeight?: number | null | undefined;
|
|
@@ -29247,6 +29247,9 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
29247
29247
|
sourceFrameId: string;
|
|
29248
29248
|
description?: string | undefined;
|
|
29249
29249
|
title?: string | undefined;
|
|
29250
|
+
backgroundColor?: {
|
|
29251
|
+
value: string;
|
|
29252
|
+
} | undefined;
|
|
29250
29253
|
origin?: {
|
|
29251
29254
|
valid?: boolean | undefined;
|
|
29252
29255
|
title?: string | undefined;
|
|
@@ -29258,9 +29261,6 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
29258
29261
|
previewUrl?: string | undefined;
|
|
29259
29262
|
assetScale?: number | undefined;
|
|
29260
29263
|
} | undefined;
|
|
29261
|
-
backgroundColor?: {
|
|
29262
|
-
value: string;
|
|
29263
|
-
} | undefined;
|
|
29264
29264
|
} | undefined;
|
|
29265
29265
|
} | null | undefined;
|
|
29266
29266
|
minHeight?: number | null | undefined;
|
|
@@ -29308,6 +29308,9 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
29308
29308
|
sourceFrameId: string;
|
|
29309
29309
|
description?: string | null | undefined;
|
|
29310
29310
|
title?: string | null | undefined;
|
|
29311
|
+
backgroundColor?: {
|
|
29312
|
+
value: string;
|
|
29313
|
+
} | null | undefined;
|
|
29311
29314
|
origin?: {
|
|
29312
29315
|
valid?: boolean | null | undefined;
|
|
29313
29316
|
title?: string | null | undefined;
|
|
@@ -29319,9 +29322,6 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
29319
29322
|
previewUrl?: string | null | undefined;
|
|
29320
29323
|
assetScale?: number | null | undefined;
|
|
29321
29324
|
} | null | undefined;
|
|
29322
|
-
backgroundColor?: {
|
|
29323
|
-
value: string;
|
|
29324
|
-
} | null | undefined;
|
|
29325
29325
|
} | null | undefined;
|
|
29326
29326
|
} | null | undefined;
|
|
29327
29327
|
minHeight?: number | null | undefined;
|
|
@@ -29557,7 +29557,7 @@ declare const DTODocumentationGroupV2: z.ZodObject<z.objectUtil.extendShape<Omit
|
|
|
29557
29557
|
} | null | undefined;
|
|
29558
29558
|
behavior?: "Tabs" | "Group" | null | undefined;
|
|
29559
29559
|
}>>;
|
|
29560
|
-
}>, "meta" | "sortOrder" | "brandPersistentId" | "
|
|
29560
|
+
}>, "meta" | "sortOrder" | "brandPersistentId" | "data" | "shortPersistentId" | "parentPersistentId" | "childType">, {
|
|
29561
29561
|
title: z.ZodString;
|
|
29562
29562
|
isRoot: z.ZodBoolean;
|
|
29563
29563
|
childrenIds: z.ZodArray<z.ZodString, "many">;
|
|
@@ -32336,7 +32336,7 @@ declare const DTODocumentationHierarchyV2: z.ZodObject<{
|
|
|
32336
32336
|
} | null | undefined;
|
|
32337
32337
|
behavior?: "Tabs" | "Group" | null | undefined;
|
|
32338
32338
|
}>>;
|
|
32339
|
-
}>, "meta" | "sortOrder" | "brandPersistentId" | "
|
|
32339
|
+
}>, "meta" | "sortOrder" | "brandPersistentId" | "data" | "shortPersistentId" | "parentPersistentId" | "childType">, {
|
|
32340
32340
|
title: z.ZodString;
|
|
32341
32341
|
isRoot: z.ZodBoolean;
|
|
32342
32342
|
childrenIds: z.ZodArray<z.ZodString, "many">;
|
|
@@ -34076,6 +34076,9 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
34076
34076
|
sourceFrameId: string;
|
|
34077
34077
|
description?: string | undefined;
|
|
34078
34078
|
title?: string | undefined;
|
|
34079
|
+
backgroundColor?: {
|
|
34080
|
+
value: string;
|
|
34081
|
+
} | undefined;
|
|
34079
34082
|
origin?: {
|
|
34080
34083
|
valid?: boolean | undefined;
|
|
34081
34084
|
title?: string | undefined;
|
|
@@ -34087,15 +34090,15 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
34087
34090
|
previewUrl?: string | undefined;
|
|
34088
34091
|
assetScale?: number | undefined;
|
|
34089
34092
|
} | undefined;
|
|
34090
|
-
backgroundColor?: {
|
|
34091
|
-
value: string;
|
|
34092
|
-
} | undefined;
|
|
34093
34093
|
}, z.ZodTypeDef, {
|
|
34094
34094
|
persistentId: string;
|
|
34095
34095
|
sourceId: string;
|
|
34096
34096
|
sourceFrameId: string;
|
|
34097
34097
|
description?: string | null | undefined;
|
|
34098
34098
|
title?: string | null | undefined;
|
|
34099
|
+
backgroundColor?: {
|
|
34100
|
+
value: string;
|
|
34101
|
+
} | null | undefined;
|
|
34099
34102
|
origin?: {
|
|
34100
34103
|
valid?: boolean | null | undefined;
|
|
34101
34104
|
title?: string | null | undefined;
|
|
@@ -34107,15 +34110,15 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
34107
34110
|
previewUrl?: string | null | undefined;
|
|
34108
34111
|
assetScale?: number | null | undefined;
|
|
34109
34112
|
} | null | undefined;
|
|
34110
|
-
backgroundColor?: {
|
|
34111
|
-
value: string;
|
|
34112
|
-
} | null | undefined;
|
|
34113
34113
|
}>>>, {
|
|
34114
34114
|
persistentId: string;
|
|
34115
34115
|
sourceId: string;
|
|
34116
34116
|
sourceFrameId: string;
|
|
34117
34117
|
description?: string | undefined;
|
|
34118
34118
|
title?: string | undefined;
|
|
34119
|
+
backgroundColor?: {
|
|
34120
|
+
value: string;
|
|
34121
|
+
} | undefined;
|
|
34119
34122
|
origin?: {
|
|
34120
34123
|
valid?: boolean | undefined;
|
|
34121
34124
|
title?: string | undefined;
|
|
@@ -34127,15 +34130,15 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
34127
34130
|
previewUrl?: string | undefined;
|
|
34128
34131
|
assetScale?: number | undefined;
|
|
34129
34132
|
} | undefined;
|
|
34130
|
-
backgroundColor?: {
|
|
34131
|
-
value: string;
|
|
34132
|
-
} | undefined;
|
|
34133
34133
|
} | undefined, {
|
|
34134
34134
|
persistentId: string;
|
|
34135
34135
|
sourceId: string;
|
|
34136
34136
|
sourceFrameId: string;
|
|
34137
34137
|
description?: string | null | undefined;
|
|
34138
34138
|
title?: string | null | undefined;
|
|
34139
|
+
backgroundColor?: {
|
|
34140
|
+
value: string;
|
|
34141
|
+
} | null | undefined;
|
|
34139
34142
|
origin?: {
|
|
34140
34143
|
valid?: boolean | null | undefined;
|
|
34141
34144
|
title?: string | null | undefined;
|
|
@@ -34147,9 +34150,6 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
34147
34150
|
previewUrl?: string | null | undefined;
|
|
34148
34151
|
assetScale?: number | null | undefined;
|
|
34149
34152
|
} | null | undefined;
|
|
34150
|
-
backgroundColor?: {
|
|
34151
|
-
value: string;
|
|
34152
|
-
} | null | undefined;
|
|
34153
34153
|
} | null | undefined>;
|
|
34154
34154
|
}, "strip", z.ZodTypeAny, {
|
|
34155
34155
|
type: "image" | "figmaFrame";
|
|
@@ -34161,6 +34161,9 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
34161
34161
|
sourceFrameId: string;
|
|
34162
34162
|
description?: string | undefined;
|
|
34163
34163
|
title?: string | undefined;
|
|
34164
|
+
backgroundColor?: {
|
|
34165
|
+
value: string;
|
|
34166
|
+
} | undefined;
|
|
34164
34167
|
origin?: {
|
|
34165
34168
|
valid?: boolean | undefined;
|
|
34166
34169
|
title?: string | undefined;
|
|
@@ -34172,9 +34175,6 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
34172
34175
|
previewUrl?: string | undefined;
|
|
34173
34176
|
assetScale?: number | undefined;
|
|
34174
34177
|
} | undefined;
|
|
34175
|
-
backgroundColor?: {
|
|
34176
|
-
value: string;
|
|
34177
|
-
} | undefined;
|
|
34178
34178
|
} | undefined;
|
|
34179
34179
|
}, {
|
|
34180
34180
|
type: "image" | "figmaFrame";
|
|
@@ -34186,6 +34186,9 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
34186
34186
|
sourceFrameId: string;
|
|
34187
34187
|
description?: string | null | undefined;
|
|
34188
34188
|
title?: string | null | undefined;
|
|
34189
|
+
backgroundColor?: {
|
|
34190
|
+
value: string;
|
|
34191
|
+
} | null | undefined;
|
|
34189
34192
|
origin?: {
|
|
34190
34193
|
valid?: boolean | null | undefined;
|
|
34191
34194
|
title?: string | null | undefined;
|
|
@@ -34197,9 +34200,6 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
34197
34200
|
previewUrl?: string | null | undefined;
|
|
34198
34201
|
assetScale?: number | null | undefined;
|
|
34199
34202
|
} | null | undefined;
|
|
34200
|
-
backgroundColor?: {
|
|
34201
|
-
value: string;
|
|
34202
|
-
} | null | undefined;
|
|
34203
34203
|
} | null | undefined;
|
|
34204
34204
|
}>>>;
|
|
34205
34205
|
backgroundImageScaleType: z.ZodEnum<["AspectFill", "AspectFit"]>;
|
|
@@ -34251,6 +34251,9 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
34251
34251
|
sourceFrameId: string;
|
|
34252
34252
|
description?: string | undefined;
|
|
34253
34253
|
title?: string | undefined;
|
|
34254
|
+
backgroundColor?: {
|
|
34255
|
+
value: string;
|
|
34256
|
+
} | undefined;
|
|
34254
34257
|
origin?: {
|
|
34255
34258
|
valid?: boolean | undefined;
|
|
34256
34259
|
title?: string | undefined;
|
|
@@ -34262,9 +34265,6 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
34262
34265
|
previewUrl?: string | undefined;
|
|
34263
34266
|
assetScale?: number | undefined;
|
|
34264
34267
|
} | undefined;
|
|
34265
|
-
backgroundColor?: {
|
|
34266
|
-
value: string;
|
|
34267
|
-
} | undefined;
|
|
34268
34268
|
} | undefined;
|
|
34269
34269
|
} | null | undefined;
|
|
34270
34270
|
minHeight?: number | null | undefined;
|
|
@@ -34292,6 +34292,9 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
34292
34292
|
sourceFrameId: string;
|
|
34293
34293
|
description?: string | null | undefined;
|
|
34294
34294
|
title?: string | null | undefined;
|
|
34295
|
+
backgroundColor?: {
|
|
34296
|
+
value: string;
|
|
34297
|
+
} | null | undefined;
|
|
34295
34298
|
origin?: {
|
|
34296
34299
|
valid?: boolean | null | undefined;
|
|
34297
34300
|
title?: string | null | undefined;
|
|
@@ -34303,9 +34306,6 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
34303
34306
|
previewUrl?: string | null | undefined;
|
|
34304
34307
|
assetScale?: number | null | undefined;
|
|
34305
34308
|
} | null | undefined;
|
|
34306
|
-
backgroundColor?: {
|
|
34307
|
-
value: string;
|
|
34308
|
-
} | null | undefined;
|
|
34309
34309
|
} | null | undefined;
|
|
34310
34310
|
} | null | undefined;
|
|
34311
34311
|
minHeight?: number | null | undefined;
|
|
@@ -34338,6 +34338,9 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
34338
34338
|
sourceFrameId: string;
|
|
34339
34339
|
description?: string | undefined;
|
|
34340
34340
|
title?: string | undefined;
|
|
34341
|
+
backgroundColor?: {
|
|
34342
|
+
value: string;
|
|
34343
|
+
} | undefined;
|
|
34341
34344
|
origin?: {
|
|
34342
34345
|
valid?: boolean | undefined;
|
|
34343
34346
|
title?: string | undefined;
|
|
@@ -34349,9 +34352,6 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
34349
34352
|
previewUrl?: string | undefined;
|
|
34350
34353
|
assetScale?: number | undefined;
|
|
34351
34354
|
} | undefined;
|
|
34352
|
-
backgroundColor?: {
|
|
34353
|
-
value: string;
|
|
34354
|
-
} | undefined;
|
|
34355
34355
|
} | undefined;
|
|
34356
34356
|
} | null | undefined;
|
|
34357
34357
|
minHeight?: number | null | undefined;
|
|
@@ -34384,6 +34384,9 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
34384
34384
|
sourceFrameId: string;
|
|
34385
34385
|
description?: string | null | undefined;
|
|
34386
34386
|
title?: string | null | undefined;
|
|
34387
|
+
backgroundColor?: {
|
|
34388
|
+
value: string;
|
|
34389
|
+
} | null | undefined;
|
|
34387
34390
|
origin?: {
|
|
34388
34391
|
valid?: boolean | null | undefined;
|
|
34389
34392
|
title?: string | null | undefined;
|
|
@@ -34395,9 +34398,6 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
34395
34398
|
previewUrl?: string | null | undefined;
|
|
34396
34399
|
assetScale?: number | null | undefined;
|
|
34397
34400
|
} | null | undefined;
|
|
34398
|
-
backgroundColor?: {
|
|
34399
|
-
value: string;
|
|
34400
|
-
} | null | undefined;
|
|
34401
34401
|
} | null | undefined;
|
|
34402
34402
|
} | null | undefined;
|
|
34403
34403
|
minHeight?: number | null | undefined;
|
|
@@ -39312,6 +39312,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39312
39312
|
sourceFrameId: string;
|
|
39313
39313
|
description?: string | null | undefined;
|
|
39314
39314
|
title?: string | null | undefined;
|
|
39315
|
+
backgroundColor?: {
|
|
39316
|
+
value: string;
|
|
39317
|
+
} | null | undefined;
|
|
39315
39318
|
origin?: {
|
|
39316
39319
|
valid?: boolean | null | undefined;
|
|
39317
39320
|
title?: string | null | undefined;
|
|
@@ -39323,9 +39326,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39323
39326
|
previewUrl?: string | null | undefined;
|
|
39324
39327
|
assetScale?: number | null | undefined;
|
|
39325
39328
|
} | null | undefined;
|
|
39326
|
-
backgroundColor?: {
|
|
39327
|
-
value: string;
|
|
39328
|
-
} | null | undefined;
|
|
39329
39329
|
} | null | undefined;
|
|
39330
39330
|
} | null | undefined;
|
|
39331
39331
|
theme?: {
|
|
@@ -39343,6 +39343,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39343
39343
|
thumbnailUrl?: string | null | undefined;
|
|
39344
39344
|
} | null | undefined;
|
|
39345
39345
|
alignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
39346
|
+
caption?: string | null | undefined;
|
|
39346
39347
|
text?: {
|
|
39347
39348
|
spans: {
|
|
39348
39349
|
text: string;
|
|
@@ -39368,7 +39369,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39368
39369
|
designObjectIds?: string[] | null | undefined;
|
|
39369
39370
|
showNestedGroups?: boolean | null | undefined;
|
|
39370
39371
|
brandId?: string | null | undefined;
|
|
39371
|
-
caption?: string | null | undefined;
|
|
39372
39372
|
headingType?: number | null | undefined;
|
|
39373
39373
|
codeLanguage?: "C" | "Angular" | "Bash" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
39374
39374
|
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
@@ -39385,6 +39385,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39385
39385
|
sourceFrameId: string;
|
|
39386
39386
|
description?: string | null | undefined;
|
|
39387
39387
|
title?: string | null | undefined;
|
|
39388
|
+
backgroundColor?: {
|
|
39389
|
+
value: string;
|
|
39390
|
+
} | null | undefined;
|
|
39388
39391
|
origin?: {
|
|
39389
39392
|
valid?: boolean | null | undefined;
|
|
39390
39393
|
title?: string | null | undefined;
|
|
@@ -39396,9 +39399,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39396
39399
|
previewUrl?: string | null | undefined;
|
|
39397
39400
|
assetScale?: number | null | undefined;
|
|
39398
39401
|
} | null | undefined;
|
|
39399
|
-
backgroundColor?: {
|
|
39400
|
-
value: string;
|
|
39401
|
-
} | null | undefined;
|
|
39402
39402
|
} | null | undefined;
|
|
39403
39403
|
} | null | undefined;
|
|
39404
39404
|
url?: string | null | undefined;
|
|
@@ -39429,6 +39429,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39429
39429
|
sourceFrameId: string;
|
|
39430
39430
|
description?: string | null | undefined;
|
|
39431
39431
|
title?: string | null | undefined;
|
|
39432
|
+
backgroundColor?: {
|
|
39433
|
+
value: string;
|
|
39434
|
+
} | null | undefined;
|
|
39432
39435
|
origin?: {
|
|
39433
39436
|
valid?: boolean | null | undefined;
|
|
39434
39437
|
title?: string | null | undefined;
|
|
@@ -39440,9 +39443,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39440
39443
|
previewUrl?: string | null | undefined;
|
|
39441
39444
|
assetScale?: number | null | undefined;
|
|
39442
39445
|
} | null | undefined;
|
|
39443
|
-
backgroundColor?: {
|
|
39444
|
-
value: string;
|
|
39445
|
-
} | null | undefined;
|
|
39446
39446
|
} | null | undefined;
|
|
39447
39447
|
} | null | undefined;
|
|
39448
39448
|
description?: string | null | undefined;
|
|
@@ -39476,6 +39476,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39476
39476
|
sourceFrameId: string;
|
|
39477
39477
|
description?: string | null | undefined;
|
|
39478
39478
|
title?: string | null | undefined;
|
|
39479
|
+
backgroundColor?: {
|
|
39480
|
+
value: string;
|
|
39481
|
+
} | null | undefined;
|
|
39479
39482
|
origin?: {
|
|
39480
39483
|
valid?: boolean | null | undefined;
|
|
39481
39484
|
title?: string | null | undefined;
|
|
@@ -39487,9 +39490,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39487
39490
|
previewUrl?: string | null | undefined;
|
|
39488
39491
|
assetScale?: number | null | undefined;
|
|
39489
39492
|
} | null | undefined;
|
|
39490
|
-
backgroundColor?: {
|
|
39491
|
-
value: string;
|
|
39492
|
-
} | null | undefined;
|
|
39493
39493
|
}[] | null | undefined;
|
|
39494
39494
|
size?: {
|
|
39495
39495
|
width?: number | null | undefined;
|
|
@@ -39559,6 +39559,26 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39559
39559
|
selectedComponentVariants?: Record<string, string[]> | undefined;
|
|
39560
39560
|
}[] | null | undefined;
|
|
39561
39561
|
userMetadata?: string | null | undefined;
|
|
39562
|
+
storybookBlockConfig?: {
|
|
39563
|
+
value: {
|
|
39564
|
+
entityId?: string | undefined;
|
|
39565
|
+
embed?: {
|
|
39566
|
+
inputUrl: string;
|
|
39567
|
+
embedUrl: string;
|
|
39568
|
+
} | undefined;
|
|
39569
|
+
entityMeta?: {
|
|
39570
|
+
height?: number | undefined;
|
|
39571
|
+
caption?: string | undefined;
|
|
39572
|
+
hiddenProps?: string[] | undefined;
|
|
39573
|
+
propValues?: Record<string, unknown> | undefined;
|
|
39574
|
+
} | undefined;
|
|
39575
|
+
}[];
|
|
39576
|
+
showCode?: boolean | undefined;
|
|
39577
|
+
showFooter?: boolean | undefined;
|
|
39578
|
+
showProperties?: boolean | undefined;
|
|
39579
|
+
showDescription?: boolean | undefined;
|
|
39580
|
+
showDefaults?: boolean | undefined;
|
|
39581
|
+
} | null | undefined;
|
|
39562
39582
|
} & {
|
|
39563
39583
|
children: ({
|
|
39564
39584
|
type: "Code" | "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable";
|
|
@@ -39573,6 +39593,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39573
39593
|
sourceFrameId: string;
|
|
39574
39594
|
description?: string | null | undefined;
|
|
39575
39595
|
title?: string | null | undefined;
|
|
39596
|
+
backgroundColor?: {
|
|
39597
|
+
value: string;
|
|
39598
|
+
} | null | undefined;
|
|
39576
39599
|
origin?: {
|
|
39577
39600
|
valid?: boolean | null | undefined;
|
|
39578
39601
|
title?: string | null | undefined;
|
|
@@ -39584,9 +39607,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39584
39607
|
previewUrl?: string | null | undefined;
|
|
39585
39608
|
assetScale?: number | null | undefined;
|
|
39586
39609
|
} | null | undefined;
|
|
39587
|
-
backgroundColor?: {
|
|
39588
|
-
value: string;
|
|
39589
|
-
} | null | undefined;
|
|
39590
39610
|
} | null | undefined;
|
|
39591
39611
|
} | null | undefined;
|
|
39592
39612
|
theme?: {
|
|
@@ -39604,6 +39624,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39604
39624
|
thumbnailUrl?: string | null | undefined;
|
|
39605
39625
|
} | null | undefined;
|
|
39606
39626
|
alignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
39627
|
+
caption?: string | null | undefined;
|
|
39607
39628
|
text?: {
|
|
39608
39629
|
spans: {
|
|
39609
39630
|
text: string;
|
|
@@ -39629,7 +39650,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39629
39650
|
designObjectIds?: string[] | null | undefined;
|
|
39630
39651
|
showNestedGroups?: boolean | null | undefined;
|
|
39631
39652
|
brandId?: string | null | undefined;
|
|
39632
|
-
caption?: string | null | undefined;
|
|
39633
39653
|
headingType?: number | null | undefined;
|
|
39634
39654
|
codeLanguage?: "C" | "Angular" | "Bash" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
39635
39655
|
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
@@ -39646,6 +39666,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39646
39666
|
sourceFrameId: string;
|
|
39647
39667
|
description?: string | null | undefined;
|
|
39648
39668
|
title?: string | null | undefined;
|
|
39669
|
+
backgroundColor?: {
|
|
39670
|
+
value: string;
|
|
39671
|
+
} | null | undefined;
|
|
39649
39672
|
origin?: {
|
|
39650
39673
|
valid?: boolean | null | undefined;
|
|
39651
39674
|
title?: string | null | undefined;
|
|
@@ -39657,9 +39680,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39657
39680
|
previewUrl?: string | null | undefined;
|
|
39658
39681
|
assetScale?: number | null | undefined;
|
|
39659
39682
|
} | null | undefined;
|
|
39660
|
-
backgroundColor?: {
|
|
39661
|
-
value: string;
|
|
39662
|
-
} | null | undefined;
|
|
39663
39683
|
} | null | undefined;
|
|
39664
39684
|
} | null | undefined;
|
|
39665
39685
|
url?: string | null | undefined;
|
|
@@ -39690,6 +39710,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39690
39710
|
sourceFrameId: string;
|
|
39691
39711
|
description?: string | null | undefined;
|
|
39692
39712
|
title?: string | null | undefined;
|
|
39713
|
+
backgroundColor?: {
|
|
39714
|
+
value: string;
|
|
39715
|
+
} | null | undefined;
|
|
39693
39716
|
origin?: {
|
|
39694
39717
|
valid?: boolean | null | undefined;
|
|
39695
39718
|
title?: string | null | undefined;
|
|
@@ -39701,9 +39724,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39701
39724
|
previewUrl?: string | null | undefined;
|
|
39702
39725
|
assetScale?: number | null | undefined;
|
|
39703
39726
|
} | null | undefined;
|
|
39704
|
-
backgroundColor?: {
|
|
39705
|
-
value: string;
|
|
39706
|
-
} | null | undefined;
|
|
39707
39727
|
} | null | undefined;
|
|
39708
39728
|
} | null | undefined;
|
|
39709
39729
|
description?: string | null | undefined;
|
|
@@ -39737,6 +39757,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39737
39757
|
sourceFrameId: string;
|
|
39738
39758
|
description?: string | null | undefined;
|
|
39739
39759
|
title?: string | null | undefined;
|
|
39760
|
+
backgroundColor?: {
|
|
39761
|
+
value: string;
|
|
39762
|
+
} | null | undefined;
|
|
39740
39763
|
origin?: {
|
|
39741
39764
|
valid?: boolean | null | undefined;
|
|
39742
39765
|
title?: string | null | undefined;
|
|
@@ -39748,9 +39771,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39748
39771
|
previewUrl?: string | null | undefined;
|
|
39749
39772
|
assetScale?: number | null | undefined;
|
|
39750
39773
|
} | null | undefined;
|
|
39751
|
-
backgroundColor?: {
|
|
39752
|
-
value: string;
|
|
39753
|
-
} | null | undefined;
|
|
39754
39774
|
}[] | null | undefined;
|
|
39755
39775
|
size?: {
|
|
39756
39776
|
width?: number | null | undefined;
|
|
@@ -39820,6 +39840,26 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39820
39840
|
selectedComponentVariants?: Record<string, string[]> | undefined;
|
|
39821
39841
|
}[] | null | undefined;
|
|
39822
39842
|
userMetadata?: string | null | undefined;
|
|
39843
|
+
storybookBlockConfig?: {
|
|
39844
|
+
value: {
|
|
39845
|
+
entityId?: string | undefined;
|
|
39846
|
+
embed?: {
|
|
39847
|
+
inputUrl: string;
|
|
39848
|
+
embedUrl: string;
|
|
39849
|
+
} | undefined;
|
|
39850
|
+
entityMeta?: {
|
|
39851
|
+
height?: number | undefined;
|
|
39852
|
+
caption?: string | undefined;
|
|
39853
|
+
hiddenProps?: string[] | undefined;
|
|
39854
|
+
propValues?: Record<string, unknown> | undefined;
|
|
39855
|
+
} | undefined;
|
|
39856
|
+
}[];
|
|
39857
|
+
showCode?: boolean | undefined;
|
|
39858
|
+
showFooter?: boolean | undefined;
|
|
39859
|
+
showProperties?: boolean | undefined;
|
|
39860
|
+
showDescription?: boolean | undefined;
|
|
39861
|
+
showDefaults?: boolean | undefined;
|
|
39862
|
+
} | null | undefined;
|
|
39823
39863
|
} & any)[] | null | undefined;
|
|
39824
39864
|
}>, "many">;
|
|
39825
39865
|
configuration: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -39870,6 +39910,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39870
39910
|
sourceFrameId: string;
|
|
39871
39911
|
description?: string | undefined;
|
|
39872
39912
|
title?: string | undefined;
|
|
39913
|
+
backgroundColor?: {
|
|
39914
|
+
value: string;
|
|
39915
|
+
} | undefined;
|
|
39873
39916
|
origin?: {
|
|
39874
39917
|
valid?: boolean | undefined;
|
|
39875
39918
|
title?: string | undefined;
|
|
@@ -39881,9 +39924,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39881
39924
|
previewUrl?: string | undefined;
|
|
39882
39925
|
assetScale?: number | undefined;
|
|
39883
39926
|
} | undefined;
|
|
39884
|
-
backgroundColor?: {
|
|
39885
|
-
value: string;
|
|
39886
|
-
} | undefined;
|
|
39887
39927
|
} | undefined;
|
|
39888
39928
|
} | null | undefined;
|
|
39889
39929
|
minHeight?: number | null | undefined;
|
|
@@ -39938,6 +39978,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39938
39978
|
sourceFrameId: string;
|
|
39939
39979
|
description?: string | null | undefined;
|
|
39940
39980
|
title?: string | null | undefined;
|
|
39981
|
+
backgroundColor?: {
|
|
39982
|
+
value: string;
|
|
39983
|
+
} | null | undefined;
|
|
39941
39984
|
origin?: {
|
|
39942
39985
|
valid?: boolean | null | undefined;
|
|
39943
39986
|
title?: string | null | undefined;
|
|
@@ -39949,9 +39992,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
39949
39992
|
previewUrl?: string | null | undefined;
|
|
39950
39993
|
assetScale?: number | null | undefined;
|
|
39951
39994
|
} | null | undefined;
|
|
39952
|
-
backgroundColor?: {
|
|
39953
|
-
value: string;
|
|
39954
|
-
} | null | undefined;
|
|
39955
39995
|
} | null | undefined;
|
|
39956
39996
|
} | null | undefined;
|
|
39957
39997
|
minHeight?: number | null | undefined;
|
|
@@ -40006,6 +40046,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40006
40046
|
sourceFrameId: string;
|
|
40007
40047
|
description?: string | undefined;
|
|
40008
40048
|
title?: string | undefined;
|
|
40049
|
+
backgroundColor?: {
|
|
40050
|
+
value: string;
|
|
40051
|
+
} | undefined;
|
|
40009
40052
|
origin?: {
|
|
40010
40053
|
valid?: boolean | undefined;
|
|
40011
40054
|
title?: string | undefined;
|
|
@@ -40017,9 +40060,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40017
40060
|
previewUrl?: string | undefined;
|
|
40018
40061
|
assetScale?: number | undefined;
|
|
40019
40062
|
} | undefined;
|
|
40020
|
-
backgroundColor?: {
|
|
40021
|
-
value: string;
|
|
40022
|
-
} | undefined;
|
|
40023
40063
|
} | undefined;
|
|
40024
40064
|
} | null | undefined;
|
|
40025
40065
|
minHeight?: number | null | undefined;
|
|
@@ -40074,6 +40114,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40074
40114
|
sourceFrameId: string;
|
|
40075
40115
|
description?: string | null | undefined;
|
|
40076
40116
|
title?: string | null | undefined;
|
|
40117
|
+
backgroundColor?: {
|
|
40118
|
+
value: string;
|
|
40119
|
+
} | null | undefined;
|
|
40077
40120
|
origin?: {
|
|
40078
40121
|
valid?: boolean | null | undefined;
|
|
40079
40122
|
title?: string | null | undefined;
|
|
@@ -40085,9 +40128,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40085
40128
|
previewUrl?: string | null | undefined;
|
|
40086
40129
|
assetScale?: number | null | undefined;
|
|
40087
40130
|
} | null | undefined;
|
|
40088
|
-
backgroundColor?: {
|
|
40089
|
-
value: string;
|
|
40090
|
-
} | null | undefined;
|
|
40091
40131
|
} | null | undefined;
|
|
40092
40132
|
} | null | undefined;
|
|
40093
40133
|
minHeight?: number | null | undefined;
|
|
@@ -40145,6 +40185,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40145
40185
|
sourceFrameId: string;
|
|
40146
40186
|
description?: string | undefined;
|
|
40147
40187
|
title?: string | undefined;
|
|
40188
|
+
backgroundColor?: {
|
|
40189
|
+
value: string;
|
|
40190
|
+
} | undefined;
|
|
40148
40191
|
origin?: {
|
|
40149
40192
|
valid?: boolean | undefined;
|
|
40150
40193
|
title?: string | undefined;
|
|
@@ -40156,9 +40199,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40156
40199
|
previewUrl?: string | undefined;
|
|
40157
40200
|
assetScale?: number | undefined;
|
|
40158
40201
|
} | undefined;
|
|
40159
|
-
backgroundColor?: {
|
|
40160
|
-
value: string;
|
|
40161
|
-
} | undefined;
|
|
40162
40202
|
} | undefined;
|
|
40163
40203
|
} | null | undefined;
|
|
40164
40204
|
minHeight?: number | null | undefined;
|
|
@@ -40180,6 +40220,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40180
40220
|
sourceFrameId: string;
|
|
40181
40221
|
description?: string | null | undefined;
|
|
40182
40222
|
title?: string | null | undefined;
|
|
40223
|
+
backgroundColor?: {
|
|
40224
|
+
value: string;
|
|
40225
|
+
} | null | undefined;
|
|
40183
40226
|
origin?: {
|
|
40184
40227
|
valid?: boolean | null | undefined;
|
|
40185
40228
|
title?: string | null | undefined;
|
|
@@ -40191,9 +40234,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40191
40234
|
previewUrl?: string | null | undefined;
|
|
40192
40235
|
assetScale?: number | null | undefined;
|
|
40193
40236
|
} | null | undefined;
|
|
40194
|
-
backgroundColor?: {
|
|
40195
|
-
value: string;
|
|
40196
|
-
} | null | undefined;
|
|
40197
40237
|
} | null | undefined;
|
|
40198
40238
|
} | null | undefined;
|
|
40199
40239
|
theme?: {
|
|
@@ -40211,6 +40251,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40211
40251
|
thumbnailUrl?: string | null | undefined;
|
|
40212
40252
|
} | null | undefined;
|
|
40213
40253
|
alignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
40254
|
+
caption?: string | null | undefined;
|
|
40214
40255
|
text?: {
|
|
40215
40256
|
spans: {
|
|
40216
40257
|
text: string;
|
|
@@ -40236,7 +40277,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40236
40277
|
designObjectIds?: string[] | null | undefined;
|
|
40237
40278
|
showNestedGroups?: boolean | null | undefined;
|
|
40238
40279
|
brandId?: string | null | undefined;
|
|
40239
|
-
caption?: string | null | undefined;
|
|
40240
40280
|
headingType?: number | null | undefined;
|
|
40241
40281
|
codeLanguage?: "C" | "Angular" | "Bash" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
40242
40282
|
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
@@ -40253,6 +40293,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40253
40293
|
sourceFrameId: string;
|
|
40254
40294
|
description?: string | null | undefined;
|
|
40255
40295
|
title?: string | null | undefined;
|
|
40296
|
+
backgroundColor?: {
|
|
40297
|
+
value: string;
|
|
40298
|
+
} | null | undefined;
|
|
40256
40299
|
origin?: {
|
|
40257
40300
|
valid?: boolean | null | undefined;
|
|
40258
40301
|
title?: string | null | undefined;
|
|
@@ -40264,9 +40307,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40264
40307
|
previewUrl?: string | null | undefined;
|
|
40265
40308
|
assetScale?: number | null | undefined;
|
|
40266
40309
|
} | null | undefined;
|
|
40267
|
-
backgroundColor?: {
|
|
40268
|
-
value: string;
|
|
40269
|
-
} | null | undefined;
|
|
40270
40310
|
} | null | undefined;
|
|
40271
40311
|
} | null | undefined;
|
|
40272
40312
|
url?: string | null | undefined;
|
|
@@ -40297,6 +40337,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40297
40337
|
sourceFrameId: string;
|
|
40298
40338
|
description?: string | null | undefined;
|
|
40299
40339
|
title?: string | null | undefined;
|
|
40340
|
+
backgroundColor?: {
|
|
40341
|
+
value: string;
|
|
40342
|
+
} | null | undefined;
|
|
40300
40343
|
origin?: {
|
|
40301
40344
|
valid?: boolean | null | undefined;
|
|
40302
40345
|
title?: string | null | undefined;
|
|
@@ -40308,9 +40351,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40308
40351
|
previewUrl?: string | null | undefined;
|
|
40309
40352
|
assetScale?: number | null | undefined;
|
|
40310
40353
|
} | null | undefined;
|
|
40311
|
-
backgroundColor?: {
|
|
40312
|
-
value: string;
|
|
40313
|
-
} | null | undefined;
|
|
40314
40354
|
} | null | undefined;
|
|
40315
40355
|
} | null | undefined;
|
|
40316
40356
|
description?: string | null | undefined;
|
|
@@ -40344,6 +40384,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40344
40384
|
sourceFrameId: string;
|
|
40345
40385
|
description?: string | null | undefined;
|
|
40346
40386
|
title?: string | null | undefined;
|
|
40387
|
+
backgroundColor?: {
|
|
40388
|
+
value: string;
|
|
40389
|
+
} | null | undefined;
|
|
40347
40390
|
origin?: {
|
|
40348
40391
|
valid?: boolean | null | undefined;
|
|
40349
40392
|
title?: string | null | undefined;
|
|
@@ -40355,9 +40398,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40355
40398
|
previewUrl?: string | null | undefined;
|
|
40356
40399
|
assetScale?: number | null | undefined;
|
|
40357
40400
|
} | null | undefined;
|
|
40358
|
-
backgroundColor?: {
|
|
40359
|
-
value: string;
|
|
40360
|
-
} | null | undefined;
|
|
40361
40401
|
}[] | null | undefined;
|
|
40362
40402
|
size?: {
|
|
40363
40403
|
width?: number | null | undefined;
|
|
@@ -40427,6 +40467,26 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40427
40467
|
selectedComponentVariants?: Record<string, string[]> | undefined;
|
|
40428
40468
|
}[] | null | undefined;
|
|
40429
40469
|
userMetadata?: string | null | undefined;
|
|
40470
|
+
storybookBlockConfig?: {
|
|
40471
|
+
value: {
|
|
40472
|
+
entityId?: string | undefined;
|
|
40473
|
+
embed?: {
|
|
40474
|
+
inputUrl: string;
|
|
40475
|
+
embedUrl: string;
|
|
40476
|
+
} | undefined;
|
|
40477
|
+
entityMeta?: {
|
|
40478
|
+
height?: number | undefined;
|
|
40479
|
+
caption?: string | undefined;
|
|
40480
|
+
hiddenProps?: string[] | undefined;
|
|
40481
|
+
propValues?: Record<string, unknown> | undefined;
|
|
40482
|
+
} | undefined;
|
|
40483
|
+
}[];
|
|
40484
|
+
showCode?: boolean | undefined;
|
|
40485
|
+
showFooter?: boolean | undefined;
|
|
40486
|
+
showProperties?: boolean | undefined;
|
|
40487
|
+
showDescription?: boolean | undefined;
|
|
40488
|
+
showDefaults?: boolean | undefined;
|
|
40489
|
+
} | null | undefined;
|
|
40430
40490
|
} & {
|
|
40431
40491
|
children: ({
|
|
40432
40492
|
type: "Code" | "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable";
|
|
@@ -40441,6 +40501,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40441
40501
|
sourceFrameId: string;
|
|
40442
40502
|
description?: string | null | undefined;
|
|
40443
40503
|
title?: string | null | undefined;
|
|
40504
|
+
backgroundColor?: {
|
|
40505
|
+
value: string;
|
|
40506
|
+
} | null | undefined;
|
|
40444
40507
|
origin?: {
|
|
40445
40508
|
valid?: boolean | null | undefined;
|
|
40446
40509
|
title?: string | null | undefined;
|
|
@@ -40452,9 +40515,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40452
40515
|
previewUrl?: string | null | undefined;
|
|
40453
40516
|
assetScale?: number | null | undefined;
|
|
40454
40517
|
} | null | undefined;
|
|
40455
|
-
backgroundColor?: {
|
|
40456
|
-
value: string;
|
|
40457
|
-
} | null | undefined;
|
|
40458
40518
|
} | null | undefined;
|
|
40459
40519
|
} | null | undefined;
|
|
40460
40520
|
theme?: {
|
|
@@ -40472,6 +40532,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40472
40532
|
thumbnailUrl?: string | null | undefined;
|
|
40473
40533
|
} | null | undefined;
|
|
40474
40534
|
alignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
40535
|
+
caption?: string | null | undefined;
|
|
40475
40536
|
text?: {
|
|
40476
40537
|
spans: {
|
|
40477
40538
|
text: string;
|
|
@@ -40497,7 +40558,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40497
40558
|
designObjectIds?: string[] | null | undefined;
|
|
40498
40559
|
showNestedGroups?: boolean | null | undefined;
|
|
40499
40560
|
brandId?: string | null | undefined;
|
|
40500
|
-
caption?: string | null | undefined;
|
|
40501
40561
|
headingType?: number | null | undefined;
|
|
40502
40562
|
codeLanguage?: "C" | "Angular" | "Bash" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
40503
40563
|
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
@@ -40514,6 +40574,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40514
40574
|
sourceFrameId: string;
|
|
40515
40575
|
description?: string | null | undefined;
|
|
40516
40576
|
title?: string | null | undefined;
|
|
40577
|
+
backgroundColor?: {
|
|
40578
|
+
value: string;
|
|
40579
|
+
} | null | undefined;
|
|
40517
40580
|
origin?: {
|
|
40518
40581
|
valid?: boolean | null | undefined;
|
|
40519
40582
|
title?: string | null | undefined;
|
|
@@ -40525,9 +40588,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40525
40588
|
previewUrl?: string | null | undefined;
|
|
40526
40589
|
assetScale?: number | null | undefined;
|
|
40527
40590
|
} | null | undefined;
|
|
40528
|
-
backgroundColor?: {
|
|
40529
|
-
value: string;
|
|
40530
|
-
} | null | undefined;
|
|
40531
40591
|
} | null | undefined;
|
|
40532
40592
|
} | null | undefined;
|
|
40533
40593
|
url?: string | null | undefined;
|
|
@@ -40558,6 +40618,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40558
40618
|
sourceFrameId: string;
|
|
40559
40619
|
description?: string | null | undefined;
|
|
40560
40620
|
title?: string | null | undefined;
|
|
40621
|
+
backgroundColor?: {
|
|
40622
|
+
value: string;
|
|
40623
|
+
} | null | undefined;
|
|
40561
40624
|
origin?: {
|
|
40562
40625
|
valid?: boolean | null | undefined;
|
|
40563
40626
|
title?: string | null | undefined;
|
|
@@ -40569,9 +40632,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40569
40632
|
previewUrl?: string | null | undefined;
|
|
40570
40633
|
assetScale?: number | null | undefined;
|
|
40571
40634
|
} | null | undefined;
|
|
40572
|
-
backgroundColor?: {
|
|
40573
|
-
value: string;
|
|
40574
|
-
} | null | undefined;
|
|
40575
40635
|
} | null | undefined;
|
|
40576
40636
|
} | null | undefined;
|
|
40577
40637
|
description?: string | null | undefined;
|
|
@@ -40605,6 +40665,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40605
40665
|
sourceFrameId: string;
|
|
40606
40666
|
description?: string | null | undefined;
|
|
40607
40667
|
title?: string | null | undefined;
|
|
40668
|
+
backgroundColor?: {
|
|
40669
|
+
value: string;
|
|
40670
|
+
} | null | undefined;
|
|
40608
40671
|
origin?: {
|
|
40609
40672
|
valid?: boolean | null | undefined;
|
|
40610
40673
|
title?: string | null | undefined;
|
|
@@ -40616,9 +40679,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40616
40679
|
previewUrl?: string | null | undefined;
|
|
40617
40680
|
assetScale?: number | null | undefined;
|
|
40618
40681
|
} | null | undefined;
|
|
40619
|
-
backgroundColor?: {
|
|
40620
|
-
value: string;
|
|
40621
|
-
} | null | undefined;
|
|
40622
40682
|
}[] | null | undefined;
|
|
40623
40683
|
size?: {
|
|
40624
40684
|
width?: number | null | undefined;
|
|
@@ -40688,6 +40748,26 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40688
40748
|
selectedComponentVariants?: Record<string, string[]> | undefined;
|
|
40689
40749
|
}[] | null | undefined;
|
|
40690
40750
|
userMetadata?: string | null | undefined;
|
|
40751
|
+
storybookBlockConfig?: {
|
|
40752
|
+
value: {
|
|
40753
|
+
entityId?: string | undefined;
|
|
40754
|
+
embed?: {
|
|
40755
|
+
inputUrl: string;
|
|
40756
|
+
embedUrl: string;
|
|
40757
|
+
} | undefined;
|
|
40758
|
+
entityMeta?: {
|
|
40759
|
+
height?: number | undefined;
|
|
40760
|
+
caption?: string | undefined;
|
|
40761
|
+
hiddenProps?: string[] | undefined;
|
|
40762
|
+
propValues?: Record<string, unknown> | undefined;
|
|
40763
|
+
} | undefined;
|
|
40764
|
+
}[];
|
|
40765
|
+
showCode?: boolean | undefined;
|
|
40766
|
+
showFooter?: boolean | undefined;
|
|
40767
|
+
showProperties?: boolean | undefined;
|
|
40768
|
+
showDescription?: boolean | undefined;
|
|
40769
|
+
showDefaults?: boolean | undefined;
|
|
40770
|
+
} | null | undefined;
|
|
40691
40771
|
} & any)[] | null | undefined;
|
|
40692
40772
|
})[];
|
|
40693
40773
|
configuration?: {
|
|
@@ -40738,6 +40818,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40738
40818
|
sourceFrameId: string;
|
|
40739
40819
|
description?: string | null | undefined;
|
|
40740
40820
|
title?: string | null | undefined;
|
|
40821
|
+
backgroundColor?: {
|
|
40822
|
+
value: string;
|
|
40823
|
+
} | null | undefined;
|
|
40741
40824
|
origin?: {
|
|
40742
40825
|
valid?: boolean | null | undefined;
|
|
40743
40826
|
title?: string | null | undefined;
|
|
@@ -40749,9 +40832,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40749
40832
|
previewUrl?: string | null | undefined;
|
|
40750
40833
|
assetScale?: number | null | undefined;
|
|
40751
40834
|
} | null | undefined;
|
|
40752
|
-
backgroundColor?: {
|
|
40753
|
-
value: string;
|
|
40754
|
-
} | null | undefined;
|
|
40755
40835
|
} | null | undefined;
|
|
40756
40836
|
} | null | undefined;
|
|
40757
40837
|
minHeight?: number | null | undefined;
|
|
@@ -40760,7 +40840,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40760
40840
|
isPrivate?: boolean | undefined;
|
|
40761
40841
|
} | null | undefined;
|
|
40762
40842
|
}>;
|
|
40763
|
-
}>, "meta" | "sortOrder" | "
|
|
40843
|
+
}>, "meta" | "sortOrder" | "data" | "parentPersistentId">, {
|
|
40764
40844
|
configuration: z.ZodObject<{
|
|
40765
40845
|
showSidebar: z.ZodBoolean;
|
|
40766
40846
|
isPrivate: z.ZodBoolean;
|
|
@@ -40932,6 +41012,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40932
41012
|
sourceFrameId: string;
|
|
40933
41013
|
description?: string | undefined;
|
|
40934
41014
|
title?: string | undefined;
|
|
41015
|
+
backgroundColor?: {
|
|
41016
|
+
value: string;
|
|
41017
|
+
} | undefined;
|
|
40935
41018
|
origin?: {
|
|
40936
41019
|
valid?: boolean | undefined;
|
|
40937
41020
|
title?: string | undefined;
|
|
@@ -40943,15 +41026,15 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40943
41026
|
previewUrl?: string | undefined;
|
|
40944
41027
|
assetScale?: number | undefined;
|
|
40945
41028
|
} | undefined;
|
|
40946
|
-
backgroundColor?: {
|
|
40947
|
-
value: string;
|
|
40948
|
-
} | undefined;
|
|
40949
41029
|
}, z.ZodTypeDef, {
|
|
40950
41030
|
persistentId: string;
|
|
40951
41031
|
sourceId: string;
|
|
40952
41032
|
sourceFrameId: string;
|
|
40953
41033
|
description?: string | null | undefined;
|
|
40954
41034
|
title?: string | null | undefined;
|
|
41035
|
+
backgroundColor?: {
|
|
41036
|
+
value: string;
|
|
41037
|
+
} | null | undefined;
|
|
40955
41038
|
origin?: {
|
|
40956
41039
|
valid?: boolean | null | undefined;
|
|
40957
41040
|
title?: string | null | undefined;
|
|
@@ -40963,15 +41046,15 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40963
41046
|
previewUrl?: string | null | undefined;
|
|
40964
41047
|
assetScale?: number | null | undefined;
|
|
40965
41048
|
} | null | undefined;
|
|
40966
|
-
backgroundColor?: {
|
|
40967
|
-
value: string;
|
|
40968
|
-
} | null | undefined;
|
|
40969
41049
|
}>>>, {
|
|
40970
41050
|
persistentId: string;
|
|
40971
41051
|
sourceId: string;
|
|
40972
41052
|
sourceFrameId: string;
|
|
40973
41053
|
description?: string | undefined;
|
|
40974
41054
|
title?: string | undefined;
|
|
41055
|
+
backgroundColor?: {
|
|
41056
|
+
value: string;
|
|
41057
|
+
} | undefined;
|
|
40975
41058
|
origin?: {
|
|
40976
41059
|
valid?: boolean | undefined;
|
|
40977
41060
|
title?: string | undefined;
|
|
@@ -40983,15 +41066,15 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
40983
41066
|
previewUrl?: string | undefined;
|
|
40984
41067
|
assetScale?: number | undefined;
|
|
40985
41068
|
} | undefined;
|
|
40986
|
-
backgroundColor?: {
|
|
40987
|
-
value: string;
|
|
40988
|
-
} | undefined;
|
|
40989
41069
|
} | undefined, {
|
|
40990
41070
|
persistentId: string;
|
|
40991
41071
|
sourceId: string;
|
|
40992
41072
|
sourceFrameId: string;
|
|
40993
41073
|
description?: string | null | undefined;
|
|
40994
41074
|
title?: string | null | undefined;
|
|
41075
|
+
backgroundColor?: {
|
|
41076
|
+
value: string;
|
|
41077
|
+
} | null | undefined;
|
|
40995
41078
|
origin?: {
|
|
40996
41079
|
valid?: boolean | null | undefined;
|
|
40997
41080
|
title?: string | null | undefined;
|
|
@@ -41003,9 +41086,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41003
41086
|
previewUrl?: string | null | undefined;
|
|
41004
41087
|
assetScale?: number | null | undefined;
|
|
41005
41088
|
} | null | undefined;
|
|
41006
|
-
backgroundColor?: {
|
|
41007
|
-
value: string;
|
|
41008
|
-
} | null | undefined;
|
|
41009
41089
|
} | null | undefined>;
|
|
41010
41090
|
}, "strip", z.ZodTypeAny, {
|
|
41011
41091
|
type: "image" | "figmaFrame";
|
|
@@ -41017,6 +41097,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41017
41097
|
sourceFrameId: string;
|
|
41018
41098
|
description?: string | undefined;
|
|
41019
41099
|
title?: string | undefined;
|
|
41100
|
+
backgroundColor?: {
|
|
41101
|
+
value: string;
|
|
41102
|
+
} | undefined;
|
|
41020
41103
|
origin?: {
|
|
41021
41104
|
valid?: boolean | undefined;
|
|
41022
41105
|
title?: string | undefined;
|
|
@@ -41028,9 +41111,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41028
41111
|
previewUrl?: string | undefined;
|
|
41029
41112
|
assetScale?: number | undefined;
|
|
41030
41113
|
} | undefined;
|
|
41031
|
-
backgroundColor?: {
|
|
41032
|
-
value: string;
|
|
41033
|
-
} | undefined;
|
|
41034
41114
|
} | undefined;
|
|
41035
41115
|
}, {
|
|
41036
41116
|
type: "image" | "figmaFrame";
|
|
@@ -41042,6 +41122,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41042
41122
|
sourceFrameId: string;
|
|
41043
41123
|
description?: string | null | undefined;
|
|
41044
41124
|
title?: string | null | undefined;
|
|
41125
|
+
backgroundColor?: {
|
|
41126
|
+
value: string;
|
|
41127
|
+
} | null | undefined;
|
|
41045
41128
|
origin?: {
|
|
41046
41129
|
valid?: boolean | null | undefined;
|
|
41047
41130
|
title?: string | null | undefined;
|
|
@@ -41053,9 +41136,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41053
41136
|
previewUrl?: string | null | undefined;
|
|
41054
41137
|
assetScale?: number | null | undefined;
|
|
41055
41138
|
} | null | undefined;
|
|
41056
|
-
backgroundColor?: {
|
|
41057
|
-
value: string;
|
|
41058
|
-
} | null | undefined;
|
|
41059
41139
|
} | null | undefined;
|
|
41060
41140
|
}>>>;
|
|
41061
41141
|
backgroundImageScaleType: z.ZodEnum<["AspectFill", "AspectFit"]>;
|
|
@@ -41107,6 +41187,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41107
41187
|
sourceFrameId: string;
|
|
41108
41188
|
description?: string | undefined;
|
|
41109
41189
|
title?: string | undefined;
|
|
41190
|
+
backgroundColor?: {
|
|
41191
|
+
value: string;
|
|
41192
|
+
} | undefined;
|
|
41110
41193
|
origin?: {
|
|
41111
41194
|
valid?: boolean | undefined;
|
|
41112
41195
|
title?: string | undefined;
|
|
@@ -41118,9 +41201,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41118
41201
|
previewUrl?: string | undefined;
|
|
41119
41202
|
assetScale?: number | undefined;
|
|
41120
41203
|
} | undefined;
|
|
41121
|
-
backgroundColor?: {
|
|
41122
|
-
value: string;
|
|
41123
|
-
} | undefined;
|
|
41124
41204
|
} | undefined;
|
|
41125
41205
|
} | null | undefined;
|
|
41126
41206
|
minHeight?: number | null | undefined;
|
|
@@ -41148,6 +41228,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41148
41228
|
sourceFrameId: string;
|
|
41149
41229
|
description?: string | null | undefined;
|
|
41150
41230
|
title?: string | null | undefined;
|
|
41231
|
+
backgroundColor?: {
|
|
41232
|
+
value: string;
|
|
41233
|
+
} | null | undefined;
|
|
41151
41234
|
origin?: {
|
|
41152
41235
|
valid?: boolean | null | undefined;
|
|
41153
41236
|
title?: string | null | undefined;
|
|
@@ -41159,9 +41242,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41159
41242
|
previewUrl?: string | null | undefined;
|
|
41160
41243
|
assetScale?: number | null | undefined;
|
|
41161
41244
|
} | null | undefined;
|
|
41162
|
-
backgroundColor?: {
|
|
41163
|
-
value: string;
|
|
41164
|
-
} | null | undefined;
|
|
41165
41245
|
} | null | undefined;
|
|
41166
41246
|
} | null | undefined;
|
|
41167
41247
|
minHeight?: number | null | undefined;
|
|
@@ -41194,6 +41274,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41194
41274
|
sourceFrameId: string;
|
|
41195
41275
|
description?: string | undefined;
|
|
41196
41276
|
title?: string | undefined;
|
|
41277
|
+
backgroundColor?: {
|
|
41278
|
+
value: string;
|
|
41279
|
+
} | undefined;
|
|
41197
41280
|
origin?: {
|
|
41198
41281
|
valid?: boolean | undefined;
|
|
41199
41282
|
title?: string | undefined;
|
|
@@ -41205,9 +41288,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41205
41288
|
previewUrl?: string | undefined;
|
|
41206
41289
|
assetScale?: number | undefined;
|
|
41207
41290
|
} | undefined;
|
|
41208
|
-
backgroundColor?: {
|
|
41209
|
-
value: string;
|
|
41210
|
-
} | undefined;
|
|
41211
41291
|
} | undefined;
|
|
41212
41292
|
} | null | undefined;
|
|
41213
41293
|
minHeight?: number | null | undefined;
|
|
@@ -41240,6 +41320,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41240
41320
|
sourceFrameId: string;
|
|
41241
41321
|
description?: string | null | undefined;
|
|
41242
41322
|
title?: string | null | undefined;
|
|
41323
|
+
backgroundColor?: {
|
|
41324
|
+
value: string;
|
|
41325
|
+
} | null | undefined;
|
|
41243
41326
|
origin?: {
|
|
41244
41327
|
valid?: boolean | null | undefined;
|
|
41245
41328
|
title?: string | null | undefined;
|
|
@@ -41251,9 +41334,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41251
41334
|
previewUrl?: string | null | undefined;
|
|
41252
41335
|
assetScale?: number | null | undefined;
|
|
41253
41336
|
} | null | undefined;
|
|
41254
|
-
backgroundColor?: {
|
|
41255
|
-
value: string;
|
|
41256
|
-
} | null | undefined;
|
|
41257
41337
|
} | null | undefined;
|
|
41258
41338
|
} | null | undefined;
|
|
41259
41339
|
minHeight?: number | null | undefined;
|
|
@@ -41272,6 +41352,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41272
41352
|
sourceFrameId: string;
|
|
41273
41353
|
description?: string | null | undefined;
|
|
41274
41354
|
title?: string | null | undefined;
|
|
41355
|
+
backgroundColor?: {
|
|
41356
|
+
value: string;
|
|
41357
|
+
} | null | undefined;
|
|
41275
41358
|
origin?: {
|
|
41276
41359
|
valid?: boolean | null | undefined;
|
|
41277
41360
|
title?: string | null | undefined;
|
|
@@ -41283,9 +41366,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41283
41366
|
previewUrl?: string | null | undefined;
|
|
41284
41367
|
assetScale?: number | null | undefined;
|
|
41285
41368
|
} | null | undefined;
|
|
41286
|
-
backgroundColor?: {
|
|
41287
|
-
value: string;
|
|
41288
|
-
} | null | undefined;
|
|
41289
41369
|
} | null | undefined;
|
|
41290
41370
|
} | null | undefined;
|
|
41291
41371
|
theme?: {
|
|
@@ -41303,6 +41383,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41303
41383
|
thumbnailUrl?: string | null | undefined;
|
|
41304
41384
|
} | null | undefined;
|
|
41305
41385
|
alignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
41386
|
+
caption?: string | null | undefined;
|
|
41306
41387
|
text?: {
|
|
41307
41388
|
spans: {
|
|
41308
41389
|
text: string;
|
|
@@ -41328,7 +41409,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41328
41409
|
designObjectIds?: string[] | null | undefined;
|
|
41329
41410
|
showNestedGroups?: boolean | null | undefined;
|
|
41330
41411
|
brandId?: string | null | undefined;
|
|
41331
|
-
caption?: string | null | undefined;
|
|
41332
41412
|
headingType?: number | null | undefined;
|
|
41333
41413
|
codeLanguage?: "C" | "Angular" | "Bash" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
41334
41414
|
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
@@ -41345,6 +41425,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41345
41425
|
sourceFrameId: string;
|
|
41346
41426
|
description?: string | null | undefined;
|
|
41347
41427
|
title?: string | null | undefined;
|
|
41428
|
+
backgroundColor?: {
|
|
41429
|
+
value: string;
|
|
41430
|
+
} | null | undefined;
|
|
41348
41431
|
origin?: {
|
|
41349
41432
|
valid?: boolean | null | undefined;
|
|
41350
41433
|
title?: string | null | undefined;
|
|
@@ -41356,9 +41439,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41356
41439
|
previewUrl?: string | null | undefined;
|
|
41357
41440
|
assetScale?: number | null | undefined;
|
|
41358
41441
|
} | null | undefined;
|
|
41359
|
-
backgroundColor?: {
|
|
41360
|
-
value: string;
|
|
41361
|
-
} | null | undefined;
|
|
41362
41442
|
} | null | undefined;
|
|
41363
41443
|
} | null | undefined;
|
|
41364
41444
|
url?: string | null | undefined;
|
|
@@ -41389,6 +41469,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41389
41469
|
sourceFrameId: string;
|
|
41390
41470
|
description?: string | null | undefined;
|
|
41391
41471
|
title?: string | null | undefined;
|
|
41472
|
+
backgroundColor?: {
|
|
41473
|
+
value: string;
|
|
41474
|
+
} | null | undefined;
|
|
41392
41475
|
origin?: {
|
|
41393
41476
|
valid?: boolean | null | undefined;
|
|
41394
41477
|
title?: string | null | undefined;
|
|
@@ -41400,9 +41483,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41400
41483
|
previewUrl?: string | null | undefined;
|
|
41401
41484
|
assetScale?: number | null | undefined;
|
|
41402
41485
|
} | null | undefined;
|
|
41403
|
-
backgroundColor?: {
|
|
41404
|
-
value: string;
|
|
41405
|
-
} | null | undefined;
|
|
41406
41486
|
} | null | undefined;
|
|
41407
41487
|
} | null | undefined;
|
|
41408
41488
|
description?: string | null | undefined;
|
|
@@ -41436,6 +41516,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41436
41516
|
sourceFrameId: string;
|
|
41437
41517
|
description?: string | null | undefined;
|
|
41438
41518
|
title?: string | null | undefined;
|
|
41519
|
+
backgroundColor?: {
|
|
41520
|
+
value: string;
|
|
41521
|
+
} | null | undefined;
|
|
41439
41522
|
origin?: {
|
|
41440
41523
|
valid?: boolean | null | undefined;
|
|
41441
41524
|
title?: string | null | undefined;
|
|
@@ -41447,9 +41530,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41447
41530
|
previewUrl?: string | null | undefined;
|
|
41448
41531
|
assetScale?: number | null | undefined;
|
|
41449
41532
|
} | null | undefined;
|
|
41450
|
-
backgroundColor?: {
|
|
41451
|
-
value: string;
|
|
41452
|
-
} | null | undefined;
|
|
41453
41533
|
}[] | null | undefined;
|
|
41454
41534
|
size?: {
|
|
41455
41535
|
width?: number | null | undefined;
|
|
@@ -41519,6 +41599,26 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41519
41599
|
selectedComponentVariants?: Record<string, string[]> | undefined;
|
|
41520
41600
|
}[] | null | undefined;
|
|
41521
41601
|
userMetadata?: string | null | undefined;
|
|
41602
|
+
storybookBlockConfig?: {
|
|
41603
|
+
value: {
|
|
41604
|
+
entityId?: string | undefined;
|
|
41605
|
+
embed?: {
|
|
41606
|
+
inputUrl: string;
|
|
41607
|
+
embedUrl: string;
|
|
41608
|
+
} | undefined;
|
|
41609
|
+
entityMeta?: {
|
|
41610
|
+
height?: number | undefined;
|
|
41611
|
+
caption?: string | undefined;
|
|
41612
|
+
hiddenProps?: string[] | undefined;
|
|
41613
|
+
propValues?: Record<string, unknown> | undefined;
|
|
41614
|
+
} | undefined;
|
|
41615
|
+
}[];
|
|
41616
|
+
showCode?: boolean | undefined;
|
|
41617
|
+
showFooter?: boolean | undefined;
|
|
41618
|
+
showProperties?: boolean | undefined;
|
|
41619
|
+
showDescription?: boolean | undefined;
|
|
41620
|
+
showDefaults?: boolean | undefined;
|
|
41621
|
+
} | null | undefined;
|
|
41522
41622
|
} & {
|
|
41523
41623
|
children: ({
|
|
41524
41624
|
type: "Code" | "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable";
|
|
@@ -41533,6 +41633,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41533
41633
|
sourceFrameId: string;
|
|
41534
41634
|
description?: string | null | undefined;
|
|
41535
41635
|
title?: string | null | undefined;
|
|
41636
|
+
backgroundColor?: {
|
|
41637
|
+
value: string;
|
|
41638
|
+
} | null | undefined;
|
|
41536
41639
|
origin?: {
|
|
41537
41640
|
valid?: boolean | null | undefined;
|
|
41538
41641
|
title?: string | null | undefined;
|
|
@@ -41544,9 +41647,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41544
41647
|
previewUrl?: string | null | undefined;
|
|
41545
41648
|
assetScale?: number | null | undefined;
|
|
41546
41649
|
} | null | undefined;
|
|
41547
|
-
backgroundColor?: {
|
|
41548
|
-
value: string;
|
|
41549
|
-
} | null | undefined;
|
|
41550
41650
|
} | null | undefined;
|
|
41551
41651
|
} | null | undefined;
|
|
41552
41652
|
theme?: {
|
|
@@ -41564,6 +41664,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41564
41664
|
thumbnailUrl?: string | null | undefined;
|
|
41565
41665
|
} | null | undefined;
|
|
41566
41666
|
alignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
41667
|
+
caption?: string | null | undefined;
|
|
41567
41668
|
text?: {
|
|
41568
41669
|
spans: {
|
|
41569
41670
|
text: string;
|
|
@@ -41589,7 +41690,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41589
41690
|
designObjectIds?: string[] | null | undefined;
|
|
41590
41691
|
showNestedGroups?: boolean | null | undefined;
|
|
41591
41692
|
brandId?: string | null | undefined;
|
|
41592
|
-
caption?: string | null | undefined;
|
|
41593
41693
|
headingType?: number | null | undefined;
|
|
41594
41694
|
codeLanguage?: "C" | "Angular" | "Bash" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
41595
41695
|
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
@@ -41606,6 +41706,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41606
41706
|
sourceFrameId: string;
|
|
41607
41707
|
description?: string | null | undefined;
|
|
41608
41708
|
title?: string | null | undefined;
|
|
41709
|
+
backgroundColor?: {
|
|
41710
|
+
value: string;
|
|
41711
|
+
} | null | undefined;
|
|
41609
41712
|
origin?: {
|
|
41610
41713
|
valid?: boolean | null | undefined;
|
|
41611
41714
|
title?: string | null | undefined;
|
|
@@ -41617,9 +41720,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41617
41720
|
previewUrl?: string | null | undefined;
|
|
41618
41721
|
assetScale?: number | null | undefined;
|
|
41619
41722
|
} | null | undefined;
|
|
41620
|
-
backgroundColor?: {
|
|
41621
|
-
value: string;
|
|
41622
|
-
} | null | undefined;
|
|
41623
41723
|
} | null | undefined;
|
|
41624
41724
|
} | null | undefined;
|
|
41625
41725
|
url?: string | null | undefined;
|
|
@@ -41650,6 +41750,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41650
41750
|
sourceFrameId: string;
|
|
41651
41751
|
description?: string | null | undefined;
|
|
41652
41752
|
title?: string | null | undefined;
|
|
41753
|
+
backgroundColor?: {
|
|
41754
|
+
value: string;
|
|
41755
|
+
} | null | undefined;
|
|
41653
41756
|
origin?: {
|
|
41654
41757
|
valid?: boolean | null | undefined;
|
|
41655
41758
|
title?: string | null | undefined;
|
|
@@ -41661,9 +41764,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41661
41764
|
previewUrl?: string | null | undefined;
|
|
41662
41765
|
assetScale?: number | null | undefined;
|
|
41663
41766
|
} | null | undefined;
|
|
41664
|
-
backgroundColor?: {
|
|
41665
|
-
value: string;
|
|
41666
|
-
} | null | undefined;
|
|
41667
41767
|
} | null | undefined;
|
|
41668
41768
|
} | null | undefined;
|
|
41669
41769
|
description?: string | null | undefined;
|
|
@@ -41697,6 +41797,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41697
41797
|
sourceFrameId: string;
|
|
41698
41798
|
description?: string | null | undefined;
|
|
41699
41799
|
title?: string | null | undefined;
|
|
41800
|
+
backgroundColor?: {
|
|
41801
|
+
value: string;
|
|
41802
|
+
} | null | undefined;
|
|
41700
41803
|
origin?: {
|
|
41701
41804
|
valid?: boolean | null | undefined;
|
|
41702
41805
|
title?: string | null | undefined;
|
|
@@ -41708,9 +41811,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41708
41811
|
previewUrl?: string | null | undefined;
|
|
41709
41812
|
assetScale?: number | null | undefined;
|
|
41710
41813
|
} | null | undefined;
|
|
41711
|
-
backgroundColor?: {
|
|
41712
|
-
value: string;
|
|
41713
|
-
} | null | undefined;
|
|
41714
41814
|
}[] | null | undefined;
|
|
41715
41815
|
size?: {
|
|
41716
41816
|
width?: number | null | undefined;
|
|
@@ -41780,6 +41880,26 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41780
41880
|
selectedComponentVariants?: Record<string, string[]> | undefined;
|
|
41781
41881
|
}[] | null | undefined;
|
|
41782
41882
|
userMetadata?: string | null | undefined;
|
|
41883
|
+
storybookBlockConfig?: {
|
|
41884
|
+
value: {
|
|
41885
|
+
entityId?: string | undefined;
|
|
41886
|
+
embed?: {
|
|
41887
|
+
inputUrl: string;
|
|
41888
|
+
embedUrl: string;
|
|
41889
|
+
} | undefined;
|
|
41890
|
+
entityMeta?: {
|
|
41891
|
+
height?: number | undefined;
|
|
41892
|
+
caption?: string | undefined;
|
|
41893
|
+
hiddenProps?: string[] | undefined;
|
|
41894
|
+
propValues?: Record<string, unknown> | undefined;
|
|
41895
|
+
} | undefined;
|
|
41896
|
+
}[];
|
|
41897
|
+
showCode?: boolean | undefined;
|
|
41898
|
+
showFooter?: boolean | undefined;
|
|
41899
|
+
showProperties?: boolean | undefined;
|
|
41900
|
+
showDescription?: boolean | undefined;
|
|
41901
|
+
showDefaults?: boolean | undefined;
|
|
41902
|
+
} | null | undefined;
|
|
41783
41903
|
} & /*elided*/ any)[] | null | undefined;
|
|
41784
41904
|
}>, "many">;
|
|
41785
41905
|
title: z.ZodString;
|
|
@@ -41820,6 +41940,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41820
41940
|
sourceFrameId: string;
|
|
41821
41941
|
description?: string | undefined;
|
|
41822
41942
|
title?: string | undefined;
|
|
41943
|
+
backgroundColor?: {
|
|
41944
|
+
value: string;
|
|
41945
|
+
} | undefined;
|
|
41823
41946
|
origin?: {
|
|
41824
41947
|
valid?: boolean | undefined;
|
|
41825
41948
|
title?: string | undefined;
|
|
@@ -41831,9 +41954,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41831
41954
|
previewUrl?: string | undefined;
|
|
41832
41955
|
assetScale?: number | undefined;
|
|
41833
41956
|
} | undefined;
|
|
41834
|
-
backgroundColor?: {
|
|
41835
|
-
value: string;
|
|
41836
|
-
} | undefined;
|
|
41837
41957
|
} | undefined;
|
|
41838
41958
|
} | null | undefined;
|
|
41839
41959
|
minHeight?: number | null | undefined;
|
|
@@ -41879,6 +41999,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41879
41999
|
sourceFrameId: string;
|
|
41880
42000
|
description?: string | null | undefined;
|
|
41881
42001
|
title?: string | null | undefined;
|
|
42002
|
+
backgroundColor?: {
|
|
42003
|
+
value: string;
|
|
42004
|
+
} | null | undefined;
|
|
41882
42005
|
origin?: {
|
|
41883
42006
|
valid?: boolean | null | undefined;
|
|
41884
42007
|
title?: string | null | undefined;
|
|
@@ -41890,9 +42013,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41890
42013
|
previewUrl?: string | null | undefined;
|
|
41891
42014
|
assetScale?: number | null | undefined;
|
|
41892
42015
|
} | null | undefined;
|
|
41893
|
-
backgroundColor?: {
|
|
41894
|
-
value: string;
|
|
41895
|
-
} | null | undefined;
|
|
41896
42016
|
} | null | undefined;
|
|
41897
42017
|
} | null | undefined;
|
|
41898
42018
|
minHeight?: number | null | undefined;
|
|
@@ -41912,6 +42032,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41912
42032
|
sourceFrameId: string;
|
|
41913
42033
|
description?: string | null | undefined;
|
|
41914
42034
|
title?: string | null | undefined;
|
|
42035
|
+
backgroundColor?: {
|
|
42036
|
+
value: string;
|
|
42037
|
+
} | null | undefined;
|
|
41915
42038
|
origin?: {
|
|
41916
42039
|
valid?: boolean | null | undefined;
|
|
41917
42040
|
title?: string | null | undefined;
|
|
@@ -41923,9 +42046,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41923
42046
|
previewUrl?: string | null | undefined;
|
|
41924
42047
|
assetScale?: number | null | undefined;
|
|
41925
42048
|
} | null | undefined;
|
|
41926
|
-
backgroundColor?: {
|
|
41927
|
-
value: string;
|
|
41928
|
-
} | null | undefined;
|
|
41929
42049
|
} | null | undefined;
|
|
41930
42050
|
} | null | undefined;
|
|
41931
42051
|
theme?: {
|
|
@@ -41943,6 +42063,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41943
42063
|
thumbnailUrl?: string | null | undefined;
|
|
41944
42064
|
} | null | undefined;
|
|
41945
42065
|
alignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
42066
|
+
caption?: string | null | undefined;
|
|
41946
42067
|
text?: {
|
|
41947
42068
|
spans: {
|
|
41948
42069
|
text: string;
|
|
@@ -41968,7 +42089,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41968
42089
|
designObjectIds?: string[] | null | undefined;
|
|
41969
42090
|
showNestedGroups?: boolean | null | undefined;
|
|
41970
42091
|
brandId?: string | null | undefined;
|
|
41971
|
-
caption?: string | null | undefined;
|
|
41972
42092
|
headingType?: number | null | undefined;
|
|
41973
42093
|
codeLanguage?: "C" | "Angular" | "Bash" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
41974
42094
|
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
@@ -41985,6 +42105,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41985
42105
|
sourceFrameId: string;
|
|
41986
42106
|
description?: string | null | undefined;
|
|
41987
42107
|
title?: string | null | undefined;
|
|
42108
|
+
backgroundColor?: {
|
|
42109
|
+
value: string;
|
|
42110
|
+
} | null | undefined;
|
|
41988
42111
|
origin?: {
|
|
41989
42112
|
valid?: boolean | null | undefined;
|
|
41990
42113
|
title?: string | null | undefined;
|
|
@@ -41996,9 +42119,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
41996
42119
|
previewUrl?: string | null | undefined;
|
|
41997
42120
|
assetScale?: number | null | undefined;
|
|
41998
42121
|
} | null | undefined;
|
|
41999
|
-
backgroundColor?: {
|
|
42000
|
-
value: string;
|
|
42001
|
-
} | null | undefined;
|
|
42002
42122
|
} | null | undefined;
|
|
42003
42123
|
} | null | undefined;
|
|
42004
42124
|
url?: string | null | undefined;
|
|
@@ -42029,6 +42149,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
42029
42149
|
sourceFrameId: string;
|
|
42030
42150
|
description?: string | null | undefined;
|
|
42031
42151
|
title?: string | null | undefined;
|
|
42152
|
+
backgroundColor?: {
|
|
42153
|
+
value: string;
|
|
42154
|
+
} | null | undefined;
|
|
42032
42155
|
origin?: {
|
|
42033
42156
|
valid?: boolean | null | undefined;
|
|
42034
42157
|
title?: string | null | undefined;
|
|
@@ -42040,9 +42163,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
42040
42163
|
previewUrl?: string | null | undefined;
|
|
42041
42164
|
assetScale?: number | null | undefined;
|
|
42042
42165
|
} | null | undefined;
|
|
42043
|
-
backgroundColor?: {
|
|
42044
|
-
value: string;
|
|
42045
|
-
} | null | undefined;
|
|
42046
42166
|
} | null | undefined;
|
|
42047
42167
|
} | null | undefined;
|
|
42048
42168
|
description?: string | null | undefined;
|
|
@@ -42076,6 +42196,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
42076
42196
|
sourceFrameId: string;
|
|
42077
42197
|
description?: string | null | undefined;
|
|
42078
42198
|
title?: string | null | undefined;
|
|
42199
|
+
backgroundColor?: {
|
|
42200
|
+
value: string;
|
|
42201
|
+
} | null | undefined;
|
|
42079
42202
|
origin?: {
|
|
42080
42203
|
valid?: boolean | null | undefined;
|
|
42081
42204
|
title?: string | null | undefined;
|
|
@@ -42087,9 +42210,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
42087
42210
|
previewUrl?: string | null | undefined;
|
|
42088
42211
|
assetScale?: number | null | undefined;
|
|
42089
42212
|
} | null | undefined;
|
|
42090
|
-
backgroundColor?: {
|
|
42091
|
-
value: string;
|
|
42092
|
-
} | null | undefined;
|
|
42093
42213
|
}[] | null | undefined;
|
|
42094
42214
|
size?: {
|
|
42095
42215
|
width?: number | null | undefined;
|
|
@@ -42159,6 +42279,26 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
42159
42279
|
selectedComponentVariants?: Record<string, string[]> | undefined;
|
|
42160
42280
|
}[] | null | undefined;
|
|
42161
42281
|
userMetadata?: string | null | undefined;
|
|
42282
|
+
storybookBlockConfig?: {
|
|
42283
|
+
value: {
|
|
42284
|
+
entityId?: string | undefined;
|
|
42285
|
+
embed?: {
|
|
42286
|
+
inputUrl: string;
|
|
42287
|
+
embedUrl: string;
|
|
42288
|
+
} | undefined;
|
|
42289
|
+
entityMeta?: {
|
|
42290
|
+
height?: number | undefined;
|
|
42291
|
+
caption?: string | undefined;
|
|
42292
|
+
hiddenProps?: string[] | undefined;
|
|
42293
|
+
propValues?: Record<string, unknown> | undefined;
|
|
42294
|
+
} | undefined;
|
|
42295
|
+
}[];
|
|
42296
|
+
showCode?: boolean | undefined;
|
|
42297
|
+
showFooter?: boolean | undefined;
|
|
42298
|
+
showProperties?: boolean | undefined;
|
|
42299
|
+
showDescription?: boolean | undefined;
|
|
42300
|
+
showDefaults?: boolean | undefined;
|
|
42301
|
+
} | null | undefined;
|
|
42162
42302
|
} & {
|
|
42163
42303
|
children: ({
|
|
42164
42304
|
type: "Code" | "Image" | "Text" | "Link" | "Token" | "Component" | "Theme" | "Heading" | "UnorderedList" | "OrderedList" | "Quote" | "Callout" | "Divider" | "Embed" | "Shortcuts" | "FigmaEmbed" | "YoutubeEmbed" | "StorybookEmbed" | "TokenGroup" | "TokenList" | "ComponentGroup" | "ComponentSandbox" | "Custom" | "FigmaFrames" | "ComponentAssets" | "ComponentAssetGroup" | "RenderCode" | "Tabs" | "TabItem" | "Table" | "TableRow" | "TableCell" | "Guidelines" | "Guideline" | "FigmaComponents" | "FigmaComponentPropsTable";
|
|
@@ -42173,6 +42313,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
42173
42313
|
sourceFrameId: string;
|
|
42174
42314
|
description?: string | null | undefined;
|
|
42175
42315
|
title?: string | null | undefined;
|
|
42316
|
+
backgroundColor?: {
|
|
42317
|
+
value: string;
|
|
42318
|
+
} | null | undefined;
|
|
42176
42319
|
origin?: {
|
|
42177
42320
|
valid?: boolean | null | undefined;
|
|
42178
42321
|
title?: string | null | undefined;
|
|
@@ -42184,9 +42327,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
42184
42327
|
previewUrl?: string | null | undefined;
|
|
42185
42328
|
assetScale?: number | null | undefined;
|
|
42186
42329
|
} | null | undefined;
|
|
42187
|
-
backgroundColor?: {
|
|
42188
|
-
value: string;
|
|
42189
|
-
} | null | undefined;
|
|
42190
42330
|
} | null | undefined;
|
|
42191
42331
|
} | null | undefined;
|
|
42192
42332
|
theme?: {
|
|
@@ -42204,6 +42344,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
42204
42344
|
thumbnailUrl?: string | null | undefined;
|
|
42205
42345
|
} | null | undefined;
|
|
42206
42346
|
alignment?: "Center" | "Left" | "Stretch" | "Right" | null | undefined;
|
|
42347
|
+
caption?: string | null | undefined;
|
|
42207
42348
|
text?: {
|
|
42208
42349
|
spans: {
|
|
42209
42350
|
text: string;
|
|
@@ -42229,7 +42370,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
42229
42370
|
designObjectIds?: string[] | null | undefined;
|
|
42230
42371
|
showNestedGroups?: boolean | null | undefined;
|
|
42231
42372
|
brandId?: string | null | undefined;
|
|
42232
|
-
caption?: string | null | undefined;
|
|
42233
42373
|
headingType?: number | null | undefined;
|
|
42234
42374
|
codeLanguage?: "C" | "Angular" | "Bash" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
42235
42375
|
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
@@ -42246,6 +42386,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
42246
42386
|
sourceFrameId: string;
|
|
42247
42387
|
description?: string | null | undefined;
|
|
42248
42388
|
title?: string | null | undefined;
|
|
42389
|
+
backgroundColor?: {
|
|
42390
|
+
value: string;
|
|
42391
|
+
} | null | undefined;
|
|
42249
42392
|
origin?: {
|
|
42250
42393
|
valid?: boolean | null | undefined;
|
|
42251
42394
|
title?: string | null | undefined;
|
|
@@ -42257,9 +42400,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
42257
42400
|
previewUrl?: string | null | undefined;
|
|
42258
42401
|
assetScale?: number | null | undefined;
|
|
42259
42402
|
} | null | undefined;
|
|
42260
|
-
backgroundColor?: {
|
|
42261
|
-
value: string;
|
|
42262
|
-
} | null | undefined;
|
|
42263
42403
|
} | null | undefined;
|
|
42264
42404
|
} | null | undefined;
|
|
42265
42405
|
url?: string | null | undefined;
|
|
@@ -42290,6 +42430,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
42290
42430
|
sourceFrameId: string;
|
|
42291
42431
|
description?: string | null | undefined;
|
|
42292
42432
|
title?: string | null | undefined;
|
|
42433
|
+
backgroundColor?: {
|
|
42434
|
+
value: string;
|
|
42435
|
+
} | null | undefined;
|
|
42293
42436
|
origin?: {
|
|
42294
42437
|
valid?: boolean | null | undefined;
|
|
42295
42438
|
title?: string | null | undefined;
|
|
@@ -42301,9 +42444,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
42301
42444
|
previewUrl?: string | null | undefined;
|
|
42302
42445
|
assetScale?: number | null | undefined;
|
|
42303
42446
|
} | null | undefined;
|
|
42304
|
-
backgroundColor?: {
|
|
42305
|
-
value: string;
|
|
42306
|
-
} | null | undefined;
|
|
42307
42447
|
} | null | undefined;
|
|
42308
42448
|
} | null | undefined;
|
|
42309
42449
|
description?: string | null | undefined;
|
|
@@ -42337,6 +42477,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
42337
42477
|
sourceFrameId: string;
|
|
42338
42478
|
description?: string | null | undefined;
|
|
42339
42479
|
title?: string | null | undefined;
|
|
42480
|
+
backgroundColor?: {
|
|
42481
|
+
value: string;
|
|
42482
|
+
} | null | undefined;
|
|
42340
42483
|
origin?: {
|
|
42341
42484
|
valid?: boolean | null | undefined;
|
|
42342
42485
|
title?: string | null | undefined;
|
|
@@ -42348,9 +42491,6 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
42348
42491
|
previewUrl?: string | null | undefined;
|
|
42349
42492
|
assetScale?: number | null | undefined;
|
|
42350
42493
|
} | null | undefined;
|
|
42351
|
-
backgroundColor?: {
|
|
42352
|
-
value: string;
|
|
42353
|
-
} | null | undefined;
|
|
42354
42494
|
}[] | null | undefined;
|
|
42355
42495
|
size?: {
|
|
42356
42496
|
width?: number | null | undefined;
|
|
@@ -42420,6 +42560,26 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
42420
42560
|
selectedComponentVariants?: Record<string, string[]> | undefined;
|
|
42421
42561
|
}[] | null | undefined;
|
|
42422
42562
|
userMetadata?: string | null | undefined;
|
|
42563
|
+
storybookBlockConfig?: {
|
|
42564
|
+
value: {
|
|
42565
|
+
entityId?: string | undefined;
|
|
42566
|
+
embed?: {
|
|
42567
|
+
inputUrl: string;
|
|
42568
|
+
embedUrl: string;
|
|
42569
|
+
} | undefined;
|
|
42570
|
+
entityMeta?: {
|
|
42571
|
+
height?: number | undefined;
|
|
42572
|
+
caption?: string | undefined;
|
|
42573
|
+
hiddenProps?: string[] | undefined;
|
|
42574
|
+
propValues?: Record<string, unknown> | undefined;
|
|
42575
|
+
} | undefined;
|
|
42576
|
+
}[];
|
|
42577
|
+
showCode?: boolean | undefined;
|
|
42578
|
+
showFooter?: boolean | undefined;
|
|
42579
|
+
showProperties?: boolean | undefined;
|
|
42580
|
+
showDescription?: boolean | undefined;
|
|
42581
|
+
showDefaults?: boolean | undefined;
|
|
42582
|
+
} | null | undefined;
|
|
42423
42583
|
} & /*elided*/ any)[] | null | undefined;
|
|
42424
42584
|
})[];
|
|
42425
42585
|
slug?: string | undefined;
|
|
@@ -56064,29 +56224,29 @@ declare const DTOExportJobDestinations: z.ZodObject<{
|
|
|
56064
56224
|
documentation: z.ZodOptional<z.ZodObject<{
|
|
56065
56225
|
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
56066
56226
|
changes: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
56067
|
-
pagePersistentIds: string[];
|
|
56068
56227
|
groupPersistentIds: string[];
|
|
56069
|
-
}, z.ZodTypeDef, {
|
|
56070
56228
|
pagePersistentIds: string[];
|
|
56229
|
+
}, z.ZodTypeDef, {
|
|
56071
56230
|
groupPersistentIds: string[];
|
|
56072
|
-
}>>>, {
|
|
56073
56231
|
pagePersistentIds: string[];
|
|
56232
|
+
}>>>, {
|
|
56074
56233
|
groupPersistentIds: string[];
|
|
56075
|
-
} | undefined, {
|
|
56076
56234
|
pagePersistentIds: string[];
|
|
56235
|
+
} | undefined, {
|
|
56077
56236
|
groupPersistentIds: string[];
|
|
56237
|
+
pagePersistentIds: string[];
|
|
56078
56238
|
} | null | undefined>;
|
|
56079
56239
|
}, "strip", z.ZodTypeAny, {
|
|
56080
56240
|
environment: "Live" | "Preview";
|
|
56081
56241
|
changes?: {
|
|
56082
|
-
pagePersistentIds: string[];
|
|
56083
56242
|
groupPersistentIds: string[];
|
|
56243
|
+
pagePersistentIds: string[];
|
|
56084
56244
|
} | undefined;
|
|
56085
56245
|
}, {
|
|
56086
56246
|
environment: "Live" | "Preview";
|
|
56087
56247
|
changes?: {
|
|
56088
|
-
pagePersistentIds: string[];
|
|
56089
56248
|
groupPersistentIds: string[];
|
|
56249
|
+
pagePersistentIds: string[];
|
|
56090
56250
|
} | null | undefined;
|
|
56091
56251
|
}>>;
|
|
56092
56252
|
webhookUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -56158,8 +56318,8 @@ declare const DTOExportJobDestinations: z.ZodObject<{
|
|
|
56158
56318
|
documentation?: {
|
|
56159
56319
|
environment: "Live" | "Preview";
|
|
56160
56320
|
changes?: {
|
|
56161
|
-
pagePersistentIds: string[];
|
|
56162
56321
|
groupPersistentIds: string[];
|
|
56322
|
+
pagePersistentIds: string[];
|
|
56163
56323
|
} | undefined;
|
|
56164
56324
|
} | undefined;
|
|
56165
56325
|
webhookUrl?: string | undefined;
|
|
@@ -56231,8 +56391,8 @@ declare const DTOExportJobDestinations: z.ZodObject<{
|
|
|
56231
56391
|
documentation?: {
|
|
56232
56392
|
environment: "Live" | "Preview";
|
|
56233
56393
|
changes?: {
|
|
56234
|
-
pagePersistentIds: string[];
|
|
56235
56394
|
groupPersistentIds: string[];
|
|
56395
|
+
pagePersistentIds: string[];
|
|
56236
56396
|
} | null | undefined;
|
|
56237
56397
|
} | undefined;
|
|
56238
56398
|
webhookUrl?: string | undefined;
|
|
@@ -56670,29 +56830,29 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
56670
56830
|
documentation: z.ZodOptional<z.ZodObject<{
|
|
56671
56831
|
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
56672
56832
|
changes: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
56673
|
-
pagePersistentIds: string[];
|
|
56674
56833
|
groupPersistentIds: string[];
|
|
56675
|
-
}, z.ZodTypeDef, {
|
|
56676
56834
|
pagePersistentIds: string[];
|
|
56835
|
+
}, z.ZodTypeDef, {
|
|
56677
56836
|
groupPersistentIds: string[];
|
|
56678
|
-
}>>>, {
|
|
56679
56837
|
pagePersistentIds: string[];
|
|
56838
|
+
}>>>, {
|
|
56680
56839
|
groupPersistentIds: string[];
|
|
56681
|
-
} | undefined, {
|
|
56682
56840
|
pagePersistentIds: string[];
|
|
56841
|
+
} | undefined, {
|
|
56683
56842
|
groupPersistentIds: string[];
|
|
56843
|
+
pagePersistentIds: string[];
|
|
56684
56844
|
} | null | undefined>;
|
|
56685
56845
|
}, "strip", z.ZodTypeAny, {
|
|
56686
56846
|
environment: "Live" | "Preview";
|
|
56687
56847
|
changes?: {
|
|
56688
|
-
pagePersistentIds: string[];
|
|
56689
56848
|
groupPersistentIds: string[];
|
|
56849
|
+
pagePersistentIds: string[];
|
|
56690
56850
|
} | undefined;
|
|
56691
56851
|
}, {
|
|
56692
56852
|
environment: "Live" | "Preview";
|
|
56693
56853
|
changes?: {
|
|
56694
|
-
pagePersistentIds: string[];
|
|
56695
56854
|
groupPersistentIds: string[];
|
|
56855
|
+
pagePersistentIds: string[];
|
|
56696
56856
|
} | null | undefined;
|
|
56697
56857
|
}>>;
|
|
56698
56858
|
webhookUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -56764,8 +56924,8 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
56764
56924
|
documentation?: {
|
|
56765
56925
|
environment: "Live" | "Preview";
|
|
56766
56926
|
changes?: {
|
|
56767
|
-
pagePersistentIds: string[];
|
|
56768
56927
|
groupPersistentIds: string[];
|
|
56928
|
+
pagePersistentIds: string[];
|
|
56769
56929
|
} | undefined;
|
|
56770
56930
|
} | undefined;
|
|
56771
56931
|
webhookUrl?: string | undefined;
|
|
@@ -56837,8 +56997,8 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
56837
56997
|
documentation?: {
|
|
56838
56998
|
environment: "Live" | "Preview";
|
|
56839
56999
|
changes?: {
|
|
56840
|
-
pagePersistentIds: string[];
|
|
56841
57000
|
groupPersistentIds: string[];
|
|
57001
|
+
pagePersistentIds: string[];
|
|
56842
57002
|
} | null | undefined;
|
|
56843
57003
|
} | undefined;
|
|
56844
57004
|
webhookUrl?: string | undefined;
|
|
@@ -57097,8 +57257,8 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
57097
57257
|
documentation?: {
|
|
57098
57258
|
environment: "Live" | "Preview";
|
|
57099
57259
|
changes?: {
|
|
57100
|
-
pagePersistentIds: string[];
|
|
57101
57260
|
groupPersistentIds: string[];
|
|
57261
|
+
pagePersistentIds: string[];
|
|
57102
57262
|
} | undefined;
|
|
57103
57263
|
} | undefined;
|
|
57104
57264
|
webhookUrl?: string | undefined;
|
|
@@ -57236,8 +57396,8 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
57236
57396
|
documentation?: {
|
|
57237
57397
|
environment: "Live" | "Preview";
|
|
57238
57398
|
changes?: {
|
|
57239
|
-
pagePersistentIds: string[];
|
|
57240
57399
|
groupPersistentIds: string[];
|
|
57400
|
+
pagePersistentIds: string[];
|
|
57241
57401
|
} | null | undefined;
|
|
57242
57402
|
} | undefined;
|
|
57243
57403
|
webhookUrl?: string | undefined;
|
|
@@ -57561,29 +57721,29 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
57561
57721
|
documentation: z.ZodOptional<z.ZodObject<{
|
|
57562
57722
|
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
57563
57723
|
changes: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
57564
|
-
pagePersistentIds: string[];
|
|
57565
57724
|
groupPersistentIds: string[];
|
|
57566
|
-
}, z.ZodTypeDef, {
|
|
57567
57725
|
pagePersistentIds: string[];
|
|
57726
|
+
}, z.ZodTypeDef, {
|
|
57568
57727
|
groupPersistentIds: string[];
|
|
57569
|
-
}>>>, {
|
|
57570
57728
|
pagePersistentIds: string[];
|
|
57729
|
+
}>>>, {
|
|
57571
57730
|
groupPersistentIds: string[];
|
|
57572
|
-
} | undefined, {
|
|
57573
57731
|
pagePersistentIds: string[];
|
|
57732
|
+
} | undefined, {
|
|
57574
57733
|
groupPersistentIds: string[];
|
|
57734
|
+
pagePersistentIds: string[];
|
|
57575
57735
|
} | null | undefined>;
|
|
57576
57736
|
}, "strip", z.ZodTypeAny, {
|
|
57577
57737
|
environment: "Live" | "Preview";
|
|
57578
57738
|
changes?: {
|
|
57579
|
-
pagePersistentIds: string[];
|
|
57580
57739
|
groupPersistentIds: string[];
|
|
57740
|
+
pagePersistentIds: string[];
|
|
57581
57741
|
} | undefined;
|
|
57582
57742
|
}, {
|
|
57583
57743
|
environment: "Live" | "Preview";
|
|
57584
57744
|
changes?: {
|
|
57585
|
-
pagePersistentIds: string[];
|
|
57586
57745
|
groupPersistentIds: string[];
|
|
57746
|
+
pagePersistentIds: string[];
|
|
57587
57747
|
} | null | undefined;
|
|
57588
57748
|
}>>;
|
|
57589
57749
|
webhookUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -57655,8 +57815,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
57655
57815
|
documentation?: {
|
|
57656
57816
|
environment: "Live" | "Preview";
|
|
57657
57817
|
changes?: {
|
|
57658
|
-
pagePersistentIds: string[];
|
|
57659
57818
|
groupPersistentIds: string[];
|
|
57819
|
+
pagePersistentIds: string[];
|
|
57660
57820
|
} | undefined;
|
|
57661
57821
|
} | undefined;
|
|
57662
57822
|
webhookUrl?: string | undefined;
|
|
@@ -57728,8 +57888,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
57728
57888
|
documentation?: {
|
|
57729
57889
|
environment: "Live" | "Preview";
|
|
57730
57890
|
changes?: {
|
|
57731
|
-
pagePersistentIds: string[];
|
|
57732
57891
|
groupPersistentIds: string[];
|
|
57892
|
+
pagePersistentIds: string[];
|
|
57733
57893
|
} | null | undefined;
|
|
57734
57894
|
} | undefined;
|
|
57735
57895
|
webhookUrl?: string | undefined;
|
|
@@ -57988,8 +58148,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
57988
58148
|
documentation?: {
|
|
57989
58149
|
environment: "Live" | "Preview";
|
|
57990
58150
|
changes?: {
|
|
57991
|
-
pagePersistentIds: string[];
|
|
57992
58151
|
groupPersistentIds: string[];
|
|
58152
|
+
pagePersistentIds: string[];
|
|
57993
58153
|
} | undefined;
|
|
57994
58154
|
} | undefined;
|
|
57995
58155
|
webhookUrl?: string | undefined;
|
|
@@ -58127,8 +58287,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
58127
58287
|
documentation?: {
|
|
58128
58288
|
environment: "Live" | "Preview";
|
|
58129
58289
|
changes?: {
|
|
58130
|
-
pagePersistentIds: string[];
|
|
58131
58290
|
groupPersistentIds: string[];
|
|
58291
|
+
pagePersistentIds: string[];
|
|
58132
58292
|
} | null | undefined;
|
|
58133
58293
|
} | undefined;
|
|
58134
58294
|
webhookUrl?: string | undefined;
|
|
@@ -58268,8 +58428,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
58268
58428
|
documentation?: {
|
|
58269
58429
|
environment: "Live" | "Preview";
|
|
58270
58430
|
changes?: {
|
|
58271
|
-
pagePersistentIds: string[];
|
|
58272
58431
|
groupPersistentIds: string[];
|
|
58432
|
+
pagePersistentIds: string[];
|
|
58273
58433
|
} | undefined;
|
|
58274
58434
|
} | undefined;
|
|
58275
58435
|
webhookUrl?: string | undefined;
|
|
@@ -58409,8 +58569,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
58409
58569
|
documentation?: {
|
|
58410
58570
|
environment: "Live" | "Preview";
|
|
58411
58571
|
changes?: {
|
|
58412
|
-
pagePersistentIds: string[];
|
|
58413
58572
|
groupPersistentIds: string[];
|
|
58573
|
+
pagePersistentIds: string[];
|
|
58414
58574
|
} | null | undefined;
|
|
58415
58575
|
} | undefined;
|
|
58416
58576
|
webhookUrl?: string | undefined;
|
|
@@ -58668,29 +58828,29 @@ declare const DTOExportJobCreateInput: z.ZodObject<{
|
|
|
58668
58828
|
documentation: z.ZodOptional<z.ZodObject<{
|
|
58669
58829
|
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
58670
58830
|
changes: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
58671
|
-
pagePersistentIds: string[];
|
|
58672
58831
|
groupPersistentIds: string[];
|
|
58673
|
-
}, z.ZodTypeDef, {
|
|
58674
58832
|
pagePersistentIds: string[];
|
|
58833
|
+
}, z.ZodTypeDef, {
|
|
58675
58834
|
groupPersistentIds: string[];
|
|
58676
|
-
}>>>, {
|
|
58677
58835
|
pagePersistentIds: string[];
|
|
58836
|
+
}>>>, {
|
|
58678
58837
|
groupPersistentIds: string[];
|
|
58679
|
-
} | undefined, {
|
|
58680
58838
|
pagePersistentIds: string[];
|
|
58839
|
+
} | undefined, {
|
|
58681
58840
|
groupPersistentIds: string[];
|
|
58841
|
+
pagePersistentIds: string[];
|
|
58682
58842
|
} | null | undefined>;
|
|
58683
58843
|
}, "strip", z.ZodTypeAny, {
|
|
58684
58844
|
environment: "Live" | "Preview";
|
|
58685
58845
|
changes?: {
|
|
58686
|
-
pagePersistentIds: string[];
|
|
58687
58846
|
groupPersistentIds: string[];
|
|
58847
|
+
pagePersistentIds: string[];
|
|
58688
58848
|
} | undefined;
|
|
58689
58849
|
}, {
|
|
58690
58850
|
environment: "Live" | "Preview";
|
|
58691
58851
|
changes?: {
|
|
58692
|
-
pagePersistentIds: string[];
|
|
58693
58852
|
groupPersistentIds: string[];
|
|
58853
|
+
pagePersistentIds: string[];
|
|
58694
58854
|
} | null | undefined;
|
|
58695
58855
|
}>>;
|
|
58696
58856
|
webhookUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -58762,8 +58922,8 @@ declare const DTOExportJobCreateInput: z.ZodObject<{
|
|
|
58762
58922
|
documentation?: {
|
|
58763
58923
|
environment: "Live" | "Preview";
|
|
58764
58924
|
changes?: {
|
|
58765
|
-
pagePersistentIds: string[];
|
|
58766
58925
|
groupPersistentIds: string[];
|
|
58926
|
+
pagePersistentIds: string[];
|
|
58767
58927
|
} | undefined;
|
|
58768
58928
|
} | undefined;
|
|
58769
58929
|
webhookUrl?: string | undefined;
|
|
@@ -58835,8 +58995,8 @@ declare const DTOExportJobCreateInput: z.ZodObject<{
|
|
|
58835
58995
|
documentation?: {
|
|
58836
58996
|
environment: "Live" | "Preview";
|
|
58837
58997
|
changes?: {
|
|
58838
|
-
pagePersistentIds: string[];
|
|
58839
58998
|
groupPersistentIds: string[];
|
|
58999
|
+
pagePersistentIds: string[];
|
|
58840
59000
|
} | null | undefined;
|
|
58841
59001
|
} | undefined;
|
|
58842
59002
|
webhookUrl?: string | undefined;
|
|
@@ -58915,8 +59075,8 @@ declare const DTOExportJobCreateInput: z.ZodObject<{
|
|
|
58915
59075
|
documentation?: {
|
|
58916
59076
|
environment: "Live" | "Preview";
|
|
58917
59077
|
changes?: {
|
|
58918
|
-
pagePersistentIds: string[];
|
|
58919
59078
|
groupPersistentIds: string[];
|
|
59079
|
+
pagePersistentIds: string[];
|
|
58920
59080
|
} | undefined;
|
|
58921
59081
|
} | undefined;
|
|
58922
59082
|
webhookUrl?: string | undefined;
|
|
@@ -58998,8 +59158,8 @@ declare const DTOExportJobCreateInput: z.ZodObject<{
|
|
|
58998
59158
|
documentation?: {
|
|
58999
59159
|
environment: "Live" | "Preview";
|
|
59000
59160
|
changes?: {
|
|
59001
|
-
pagePersistentIds: string[];
|
|
59002
59161
|
groupPersistentIds: string[];
|
|
59162
|
+
pagePersistentIds: string[];
|
|
59003
59163
|
} | null | undefined;
|
|
59004
59164
|
} | undefined;
|
|
59005
59165
|
webhookUrl?: string | undefined;
|
|
@@ -59290,29 +59450,29 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
59290
59450
|
documentation: z.ZodOptional<z.ZodObject<{
|
|
59291
59451
|
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
59292
59452
|
changes: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
59293
|
-
pagePersistentIds: string[];
|
|
59294
59453
|
groupPersistentIds: string[];
|
|
59295
|
-
}, z.ZodTypeDef, {
|
|
59296
59454
|
pagePersistentIds: string[];
|
|
59455
|
+
}, z.ZodTypeDef, {
|
|
59297
59456
|
groupPersistentIds: string[];
|
|
59298
|
-
}>>>, {
|
|
59299
59457
|
pagePersistentIds: string[];
|
|
59458
|
+
}>>>, {
|
|
59300
59459
|
groupPersistentIds: string[];
|
|
59301
|
-
} | undefined, {
|
|
59302
59460
|
pagePersistentIds: string[];
|
|
59461
|
+
} | undefined, {
|
|
59303
59462
|
groupPersistentIds: string[];
|
|
59463
|
+
pagePersistentIds: string[];
|
|
59304
59464
|
} | null | undefined>;
|
|
59305
59465
|
}, "strip", z.ZodTypeAny, {
|
|
59306
59466
|
environment: "Live" | "Preview";
|
|
59307
59467
|
changes?: {
|
|
59308
|
-
pagePersistentIds: string[];
|
|
59309
59468
|
groupPersistentIds: string[];
|
|
59469
|
+
pagePersistentIds: string[];
|
|
59310
59470
|
} | undefined;
|
|
59311
59471
|
}, {
|
|
59312
59472
|
environment: "Live" | "Preview";
|
|
59313
59473
|
changes?: {
|
|
59314
|
-
pagePersistentIds: string[];
|
|
59315
59474
|
groupPersistentIds: string[];
|
|
59475
|
+
pagePersistentIds: string[];
|
|
59316
59476
|
} | null | undefined;
|
|
59317
59477
|
}>>;
|
|
59318
59478
|
webhookUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -59384,8 +59544,8 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
59384
59544
|
documentation?: {
|
|
59385
59545
|
environment: "Live" | "Preview";
|
|
59386
59546
|
changes?: {
|
|
59387
|
-
pagePersistentIds: string[];
|
|
59388
59547
|
groupPersistentIds: string[];
|
|
59548
|
+
pagePersistentIds: string[];
|
|
59389
59549
|
} | undefined;
|
|
59390
59550
|
} | undefined;
|
|
59391
59551
|
webhookUrl?: string | undefined;
|
|
@@ -59457,8 +59617,8 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
59457
59617
|
documentation?: {
|
|
59458
59618
|
environment: "Live" | "Preview";
|
|
59459
59619
|
changes?: {
|
|
59460
|
-
pagePersistentIds: string[];
|
|
59461
59620
|
groupPersistentIds: string[];
|
|
59621
|
+
pagePersistentIds: string[];
|
|
59462
59622
|
} | null | undefined;
|
|
59463
59623
|
} | undefined;
|
|
59464
59624
|
webhookUrl?: string | undefined;
|
|
@@ -59717,8 +59877,8 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
59717
59877
|
documentation?: {
|
|
59718
59878
|
environment: "Live" | "Preview";
|
|
59719
59879
|
changes?: {
|
|
59720
|
-
pagePersistentIds: string[];
|
|
59721
59880
|
groupPersistentIds: string[];
|
|
59881
|
+
pagePersistentIds: string[];
|
|
59722
59882
|
} | undefined;
|
|
59723
59883
|
} | undefined;
|
|
59724
59884
|
webhookUrl?: string | undefined;
|
|
@@ -59856,8 +60016,8 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
59856
60016
|
documentation?: {
|
|
59857
60017
|
environment: "Live" | "Preview";
|
|
59858
60018
|
changes?: {
|
|
59859
|
-
pagePersistentIds: string[];
|
|
59860
60019
|
groupPersistentIds: string[];
|
|
60020
|
+
pagePersistentIds: string[];
|
|
59861
60021
|
} | null | undefined;
|
|
59862
60022
|
} | undefined;
|
|
59863
60023
|
webhookUrl?: string | undefined;
|
|
@@ -59921,29 +60081,29 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
59921
60081
|
destinationSnDocs: z.ZodOptional<z.ZodObject<{
|
|
59922
60082
|
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
59923
60083
|
changes: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
59924
|
-
pagePersistentIds: string[];
|
|
59925
60084
|
groupPersistentIds: string[];
|
|
59926
|
-
}, z.ZodTypeDef, {
|
|
59927
60085
|
pagePersistentIds: string[];
|
|
60086
|
+
}, z.ZodTypeDef, {
|
|
59928
60087
|
groupPersistentIds: string[];
|
|
59929
|
-
}>>>, {
|
|
59930
60088
|
pagePersistentIds: string[];
|
|
60089
|
+
}>>>, {
|
|
59931
60090
|
groupPersistentIds: string[];
|
|
59932
|
-
} | undefined, {
|
|
59933
60091
|
pagePersistentIds: string[];
|
|
60092
|
+
} | undefined, {
|
|
59934
60093
|
groupPersistentIds: string[];
|
|
60094
|
+
pagePersistentIds: string[];
|
|
59935
60095
|
} | null | undefined>;
|
|
59936
60096
|
}, "strip", z.ZodTypeAny, {
|
|
59937
60097
|
environment: "Live" | "Preview";
|
|
59938
60098
|
changes?: {
|
|
59939
|
-
pagePersistentIds: string[];
|
|
59940
60099
|
groupPersistentIds: string[];
|
|
60100
|
+
pagePersistentIds: string[];
|
|
59941
60101
|
} | undefined;
|
|
59942
60102
|
}, {
|
|
59943
60103
|
environment: "Live" | "Preview";
|
|
59944
60104
|
changes?: {
|
|
59945
|
-
pagePersistentIds: string[];
|
|
59946
60105
|
groupPersistentIds: string[];
|
|
60106
|
+
pagePersistentIds: string[];
|
|
59947
60107
|
} | null | undefined;
|
|
59948
60108
|
}>>;
|
|
59949
60109
|
destinationS3: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
|
|
@@ -60231,8 +60391,8 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
60231
60391
|
documentation?: {
|
|
60232
60392
|
environment: "Live" | "Preview";
|
|
60233
60393
|
changes?: {
|
|
60234
|
-
pagePersistentIds: string[];
|
|
60235
60394
|
groupPersistentIds: string[];
|
|
60395
|
+
pagePersistentIds: string[];
|
|
60236
60396
|
} | undefined;
|
|
60237
60397
|
} | undefined;
|
|
60238
60398
|
webhookUrl?: string | undefined;
|
|
@@ -60300,8 +60460,8 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
60300
60460
|
destinationSnDocs?: {
|
|
60301
60461
|
environment: "Live" | "Preview";
|
|
60302
60462
|
changes?: {
|
|
60303
|
-
pagePersistentIds: string[];
|
|
60304
60463
|
groupPersistentIds: string[];
|
|
60464
|
+
pagePersistentIds: string[];
|
|
60305
60465
|
} | undefined;
|
|
60306
60466
|
} | undefined;
|
|
60307
60467
|
destinationS3?: {} | undefined;
|
|
@@ -60456,8 +60616,8 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
60456
60616
|
documentation?: {
|
|
60457
60617
|
environment: "Live" | "Preview";
|
|
60458
60618
|
changes?: {
|
|
60459
|
-
pagePersistentIds: string[];
|
|
60460
60619
|
groupPersistentIds: string[];
|
|
60620
|
+
pagePersistentIds: string[];
|
|
60461
60621
|
} | null | undefined;
|
|
60462
60622
|
} | undefined;
|
|
60463
60623
|
webhookUrl?: string | undefined;
|
|
@@ -60525,8 +60685,8 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
60525
60685
|
destinationSnDocs?: {
|
|
60526
60686
|
environment: "Live" | "Preview";
|
|
60527
60687
|
changes?: {
|
|
60528
|
-
pagePersistentIds: string[];
|
|
60529
60688
|
groupPersistentIds: string[];
|
|
60689
|
+
pagePersistentIds: string[];
|
|
60530
60690
|
} | null | undefined;
|
|
60531
60691
|
} | undefined;
|
|
60532
60692
|
destinationS3?: {} | undefined;
|
|
@@ -60860,29 +61020,29 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
60860
61020
|
documentation: z.ZodOptional<z.ZodObject<{
|
|
60861
61021
|
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
60862
61022
|
changes: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
60863
|
-
pagePersistentIds: string[];
|
|
60864
61023
|
groupPersistentIds: string[];
|
|
60865
|
-
}, z.ZodTypeDef, {
|
|
60866
61024
|
pagePersistentIds: string[];
|
|
61025
|
+
}, z.ZodTypeDef, {
|
|
60867
61026
|
groupPersistentIds: string[];
|
|
60868
|
-
}>>>, {
|
|
60869
61027
|
pagePersistentIds: string[];
|
|
61028
|
+
}>>>, {
|
|
60870
61029
|
groupPersistentIds: string[];
|
|
60871
|
-
} | undefined, {
|
|
60872
61030
|
pagePersistentIds: string[];
|
|
61031
|
+
} | undefined, {
|
|
60873
61032
|
groupPersistentIds: string[];
|
|
61033
|
+
pagePersistentIds: string[];
|
|
60874
61034
|
} | null | undefined>;
|
|
60875
61035
|
}, "strip", z.ZodTypeAny, {
|
|
60876
61036
|
environment: "Live" | "Preview";
|
|
60877
61037
|
changes?: {
|
|
60878
|
-
pagePersistentIds: string[];
|
|
60879
61038
|
groupPersistentIds: string[];
|
|
61039
|
+
pagePersistentIds: string[];
|
|
60880
61040
|
} | undefined;
|
|
60881
61041
|
}, {
|
|
60882
61042
|
environment: "Live" | "Preview";
|
|
60883
61043
|
changes?: {
|
|
60884
|
-
pagePersistentIds: string[];
|
|
60885
61044
|
groupPersistentIds: string[];
|
|
61045
|
+
pagePersistentIds: string[];
|
|
60886
61046
|
} | null | undefined;
|
|
60887
61047
|
}>>;
|
|
60888
61048
|
webhookUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -60954,8 +61114,8 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
60954
61114
|
documentation?: {
|
|
60955
61115
|
environment: "Live" | "Preview";
|
|
60956
61116
|
changes?: {
|
|
60957
|
-
pagePersistentIds: string[];
|
|
60958
61117
|
groupPersistentIds: string[];
|
|
61118
|
+
pagePersistentIds: string[];
|
|
60959
61119
|
} | undefined;
|
|
60960
61120
|
} | undefined;
|
|
60961
61121
|
webhookUrl?: string | undefined;
|
|
@@ -61027,8 +61187,8 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
61027
61187
|
documentation?: {
|
|
61028
61188
|
environment: "Live" | "Preview";
|
|
61029
61189
|
changes?: {
|
|
61030
|
-
pagePersistentIds: string[];
|
|
61031
61190
|
groupPersistentIds: string[];
|
|
61191
|
+
pagePersistentIds: string[];
|
|
61032
61192
|
} | null | undefined;
|
|
61033
61193
|
} | undefined;
|
|
61034
61194
|
webhookUrl?: string | undefined;
|
|
@@ -61287,8 +61447,8 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
61287
61447
|
documentation?: {
|
|
61288
61448
|
environment: "Live" | "Preview";
|
|
61289
61449
|
changes?: {
|
|
61290
|
-
pagePersistentIds: string[];
|
|
61291
61450
|
groupPersistentIds: string[];
|
|
61451
|
+
pagePersistentIds: string[];
|
|
61292
61452
|
} | undefined;
|
|
61293
61453
|
} | undefined;
|
|
61294
61454
|
webhookUrl?: string | undefined;
|
|
@@ -61426,8 +61586,8 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
61426
61586
|
documentation?: {
|
|
61427
61587
|
environment: "Live" | "Preview";
|
|
61428
61588
|
changes?: {
|
|
61429
|
-
pagePersistentIds: string[];
|
|
61430
61589
|
groupPersistentIds: string[];
|
|
61590
|
+
pagePersistentIds: string[];
|
|
61431
61591
|
} | null | undefined;
|
|
61432
61592
|
} | undefined;
|
|
61433
61593
|
webhookUrl?: string | undefined;
|
|
@@ -61491,29 +61651,29 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
61491
61651
|
destinationSnDocs: z.ZodOptional<z.ZodObject<{
|
|
61492
61652
|
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
61493
61653
|
changes: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
61494
|
-
pagePersistentIds: string[];
|
|
61495
61654
|
groupPersistentIds: string[];
|
|
61496
|
-
}, z.ZodTypeDef, {
|
|
61497
61655
|
pagePersistentIds: string[];
|
|
61656
|
+
}, z.ZodTypeDef, {
|
|
61498
61657
|
groupPersistentIds: string[];
|
|
61499
|
-
}>>>, {
|
|
61500
61658
|
pagePersistentIds: string[];
|
|
61659
|
+
}>>>, {
|
|
61501
61660
|
groupPersistentIds: string[];
|
|
61502
|
-
} | undefined, {
|
|
61503
61661
|
pagePersistentIds: string[];
|
|
61662
|
+
} | undefined, {
|
|
61504
61663
|
groupPersistentIds: string[];
|
|
61664
|
+
pagePersistentIds: string[];
|
|
61505
61665
|
} | null | undefined>;
|
|
61506
61666
|
}, "strip", z.ZodTypeAny, {
|
|
61507
61667
|
environment: "Live" | "Preview";
|
|
61508
61668
|
changes?: {
|
|
61509
|
-
pagePersistentIds: string[];
|
|
61510
61669
|
groupPersistentIds: string[];
|
|
61670
|
+
pagePersistentIds: string[];
|
|
61511
61671
|
} | undefined;
|
|
61512
61672
|
}, {
|
|
61513
61673
|
environment: "Live" | "Preview";
|
|
61514
61674
|
changes?: {
|
|
61515
|
-
pagePersistentIds: string[];
|
|
61516
61675
|
groupPersistentIds: string[];
|
|
61676
|
+
pagePersistentIds: string[];
|
|
61517
61677
|
} | null | undefined;
|
|
61518
61678
|
}>>;
|
|
61519
61679
|
destinationS3: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
|
|
@@ -61801,8 +61961,8 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
61801
61961
|
documentation?: {
|
|
61802
61962
|
environment: "Live" | "Preview";
|
|
61803
61963
|
changes?: {
|
|
61804
|
-
pagePersistentIds: string[];
|
|
61805
61964
|
groupPersistentIds: string[];
|
|
61965
|
+
pagePersistentIds: string[];
|
|
61806
61966
|
} | undefined;
|
|
61807
61967
|
} | undefined;
|
|
61808
61968
|
webhookUrl?: string | undefined;
|
|
@@ -61870,8 +62030,8 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
61870
62030
|
destinationSnDocs?: {
|
|
61871
62031
|
environment: "Live" | "Preview";
|
|
61872
62032
|
changes?: {
|
|
61873
|
-
pagePersistentIds: string[];
|
|
61874
62033
|
groupPersistentIds: string[];
|
|
62034
|
+
pagePersistentIds: string[];
|
|
61875
62035
|
} | undefined;
|
|
61876
62036
|
} | undefined;
|
|
61877
62037
|
destinationS3?: {} | undefined;
|
|
@@ -62026,8 +62186,8 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
62026
62186
|
documentation?: {
|
|
62027
62187
|
environment: "Live" | "Preview";
|
|
62028
62188
|
changes?: {
|
|
62029
|
-
pagePersistentIds: string[];
|
|
62030
62189
|
groupPersistentIds: string[];
|
|
62190
|
+
pagePersistentIds: string[];
|
|
62031
62191
|
} | null | undefined;
|
|
62032
62192
|
} | undefined;
|
|
62033
62193
|
webhookUrl?: string | undefined;
|
|
@@ -62095,8 +62255,8 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
62095
62255
|
destinationSnDocs?: {
|
|
62096
62256
|
environment: "Live" | "Preview";
|
|
62097
62257
|
changes?: {
|
|
62098
|
-
pagePersistentIds: string[];
|
|
62099
62258
|
groupPersistentIds: string[];
|
|
62259
|
+
pagePersistentIds: string[];
|
|
62100
62260
|
} | null | undefined;
|
|
62101
62261
|
} | undefined;
|
|
62102
62262
|
destinationS3?: {} | undefined;
|
|
@@ -62253,8 +62413,8 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
62253
62413
|
documentation?: {
|
|
62254
62414
|
environment: "Live" | "Preview";
|
|
62255
62415
|
changes?: {
|
|
62256
|
-
pagePersistentIds: string[];
|
|
62257
62416
|
groupPersistentIds: string[];
|
|
62417
|
+
pagePersistentIds: string[];
|
|
62258
62418
|
} | undefined;
|
|
62259
62419
|
} | undefined;
|
|
62260
62420
|
webhookUrl?: string | undefined;
|
|
@@ -62322,8 +62482,8 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
62322
62482
|
destinationSnDocs?: {
|
|
62323
62483
|
environment: "Live" | "Preview";
|
|
62324
62484
|
changes?: {
|
|
62325
|
-
pagePersistentIds: string[];
|
|
62326
62485
|
groupPersistentIds: string[];
|
|
62486
|
+
pagePersistentIds: string[];
|
|
62327
62487
|
} | undefined;
|
|
62328
62488
|
} | undefined;
|
|
62329
62489
|
destinationS3?: {} | undefined;
|
|
@@ -62480,8 +62640,8 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
62480
62640
|
documentation?: {
|
|
62481
62641
|
environment: "Live" | "Preview";
|
|
62482
62642
|
changes?: {
|
|
62483
|
-
pagePersistentIds: string[];
|
|
62484
62643
|
groupPersistentIds: string[];
|
|
62644
|
+
pagePersistentIds: string[];
|
|
62485
62645
|
} | null | undefined;
|
|
62486
62646
|
} | undefined;
|
|
62487
62647
|
webhookUrl?: string | undefined;
|
|
@@ -62549,8 +62709,8 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
62549
62709
|
destinationSnDocs?: {
|
|
62550
62710
|
environment: "Live" | "Preview";
|
|
62551
62711
|
changes?: {
|
|
62552
|
-
pagePersistentIds: string[];
|
|
62553
62712
|
groupPersistentIds: string[];
|
|
62713
|
+
pagePersistentIds: string[];
|
|
62554
62714
|
} | null | undefined;
|
|
62555
62715
|
} | undefined;
|
|
62556
62716
|
destinationS3?: {} | undefined;
|
|
@@ -62885,29 +63045,29 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
62885
63045
|
documentation: z.ZodOptional<z.ZodObject<{
|
|
62886
63046
|
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
62887
63047
|
changes: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
62888
|
-
pagePersistentIds: string[];
|
|
62889
63048
|
groupPersistentIds: string[];
|
|
62890
|
-
}, z.ZodTypeDef, {
|
|
62891
63049
|
pagePersistentIds: string[];
|
|
63050
|
+
}, z.ZodTypeDef, {
|
|
62892
63051
|
groupPersistentIds: string[];
|
|
62893
|
-
}>>>, {
|
|
62894
63052
|
pagePersistentIds: string[];
|
|
63053
|
+
}>>>, {
|
|
62895
63054
|
groupPersistentIds: string[];
|
|
62896
|
-
} | undefined, {
|
|
62897
63055
|
pagePersistentIds: string[];
|
|
63056
|
+
} | undefined, {
|
|
62898
63057
|
groupPersistentIds: string[];
|
|
63058
|
+
pagePersistentIds: string[];
|
|
62899
63059
|
} | null | undefined>;
|
|
62900
63060
|
}, "strip", z.ZodTypeAny, {
|
|
62901
63061
|
environment: "Live" | "Preview";
|
|
62902
63062
|
changes?: {
|
|
62903
|
-
pagePersistentIds: string[];
|
|
62904
63063
|
groupPersistentIds: string[];
|
|
63064
|
+
pagePersistentIds: string[];
|
|
62905
63065
|
} | undefined;
|
|
62906
63066
|
}, {
|
|
62907
63067
|
environment: "Live" | "Preview";
|
|
62908
63068
|
changes?: {
|
|
62909
|
-
pagePersistentIds: string[];
|
|
62910
63069
|
groupPersistentIds: string[];
|
|
63070
|
+
pagePersistentIds: string[];
|
|
62911
63071
|
} | null | undefined;
|
|
62912
63072
|
}>>;
|
|
62913
63073
|
webhookUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -62979,8 +63139,8 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
62979
63139
|
documentation?: {
|
|
62980
63140
|
environment: "Live" | "Preview";
|
|
62981
63141
|
changes?: {
|
|
62982
|
-
pagePersistentIds: string[];
|
|
62983
63142
|
groupPersistentIds: string[];
|
|
63143
|
+
pagePersistentIds: string[];
|
|
62984
63144
|
} | undefined;
|
|
62985
63145
|
} | undefined;
|
|
62986
63146
|
webhookUrl?: string | undefined;
|
|
@@ -63052,8 +63212,8 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
63052
63212
|
documentation?: {
|
|
63053
63213
|
environment: "Live" | "Preview";
|
|
63054
63214
|
changes?: {
|
|
63055
|
-
pagePersistentIds: string[];
|
|
63056
63215
|
groupPersistentIds: string[];
|
|
63216
|
+
pagePersistentIds: string[];
|
|
63057
63217
|
} | null | undefined;
|
|
63058
63218
|
} | undefined;
|
|
63059
63219
|
webhookUrl?: string | undefined;
|
|
@@ -63312,8 +63472,8 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
63312
63472
|
documentation?: {
|
|
63313
63473
|
environment: "Live" | "Preview";
|
|
63314
63474
|
changes?: {
|
|
63315
|
-
pagePersistentIds: string[];
|
|
63316
63475
|
groupPersistentIds: string[];
|
|
63476
|
+
pagePersistentIds: string[];
|
|
63317
63477
|
} | undefined;
|
|
63318
63478
|
} | undefined;
|
|
63319
63479
|
webhookUrl?: string | undefined;
|
|
@@ -63451,8 +63611,8 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
63451
63611
|
documentation?: {
|
|
63452
63612
|
environment: "Live" | "Preview";
|
|
63453
63613
|
changes?: {
|
|
63454
|
-
pagePersistentIds: string[];
|
|
63455
63614
|
groupPersistentIds: string[];
|
|
63615
|
+
pagePersistentIds: string[];
|
|
63456
63616
|
} | null | undefined;
|
|
63457
63617
|
} | undefined;
|
|
63458
63618
|
webhookUrl?: string | undefined;
|
|
@@ -63516,29 +63676,29 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
63516
63676
|
destinationSnDocs: z.ZodOptional<z.ZodObject<{
|
|
63517
63677
|
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
63518
63678
|
changes: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
63519
|
-
pagePersistentIds: string[];
|
|
63520
63679
|
groupPersistentIds: string[];
|
|
63521
|
-
}, z.ZodTypeDef, {
|
|
63522
63680
|
pagePersistentIds: string[];
|
|
63681
|
+
}, z.ZodTypeDef, {
|
|
63523
63682
|
groupPersistentIds: string[];
|
|
63524
|
-
}>>>, {
|
|
63525
63683
|
pagePersistentIds: string[];
|
|
63684
|
+
}>>>, {
|
|
63526
63685
|
groupPersistentIds: string[];
|
|
63527
|
-
} | undefined, {
|
|
63528
63686
|
pagePersistentIds: string[];
|
|
63687
|
+
} | undefined, {
|
|
63529
63688
|
groupPersistentIds: string[];
|
|
63689
|
+
pagePersistentIds: string[];
|
|
63530
63690
|
} | null | undefined>;
|
|
63531
63691
|
}, "strip", z.ZodTypeAny, {
|
|
63532
63692
|
environment: "Live" | "Preview";
|
|
63533
63693
|
changes?: {
|
|
63534
|
-
pagePersistentIds: string[];
|
|
63535
63694
|
groupPersistentIds: string[];
|
|
63695
|
+
pagePersistentIds: string[];
|
|
63536
63696
|
} | undefined;
|
|
63537
63697
|
}, {
|
|
63538
63698
|
environment: "Live" | "Preview";
|
|
63539
63699
|
changes?: {
|
|
63540
|
-
pagePersistentIds: string[];
|
|
63541
63700
|
groupPersistentIds: string[];
|
|
63701
|
+
pagePersistentIds: string[];
|
|
63542
63702
|
} | null | undefined;
|
|
63543
63703
|
}>>;
|
|
63544
63704
|
destinationS3: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
|
|
@@ -63826,8 +63986,8 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
63826
63986
|
documentation?: {
|
|
63827
63987
|
environment: "Live" | "Preview";
|
|
63828
63988
|
changes?: {
|
|
63829
|
-
pagePersistentIds: string[];
|
|
63830
63989
|
groupPersistentIds: string[];
|
|
63990
|
+
pagePersistentIds: string[];
|
|
63831
63991
|
} | undefined;
|
|
63832
63992
|
} | undefined;
|
|
63833
63993
|
webhookUrl?: string | undefined;
|
|
@@ -63895,8 +64055,8 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
63895
64055
|
destinationSnDocs?: {
|
|
63896
64056
|
environment: "Live" | "Preview";
|
|
63897
64057
|
changes?: {
|
|
63898
|
-
pagePersistentIds: string[];
|
|
63899
64058
|
groupPersistentIds: string[];
|
|
64059
|
+
pagePersistentIds: string[];
|
|
63900
64060
|
} | undefined;
|
|
63901
64061
|
} | undefined;
|
|
63902
64062
|
destinationS3?: {} | undefined;
|
|
@@ -64051,8 +64211,8 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
64051
64211
|
documentation?: {
|
|
64052
64212
|
environment: "Live" | "Preview";
|
|
64053
64213
|
changes?: {
|
|
64054
|
-
pagePersistentIds: string[];
|
|
64055
64214
|
groupPersistentIds: string[];
|
|
64215
|
+
pagePersistentIds: string[];
|
|
64056
64216
|
} | null | undefined;
|
|
64057
64217
|
} | undefined;
|
|
64058
64218
|
webhookUrl?: string | undefined;
|
|
@@ -64120,8 +64280,8 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
64120
64280
|
destinationSnDocs?: {
|
|
64121
64281
|
environment: "Live" | "Preview";
|
|
64122
64282
|
changes?: {
|
|
64123
|
-
pagePersistentIds: string[];
|
|
64124
64283
|
groupPersistentIds: string[];
|
|
64284
|
+
pagePersistentIds: string[];
|
|
64125
64285
|
} | null | undefined;
|
|
64126
64286
|
} | undefined;
|
|
64127
64287
|
destinationS3?: {} | undefined;
|
|
@@ -64278,8 +64438,8 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
64278
64438
|
documentation?: {
|
|
64279
64439
|
environment: "Live" | "Preview";
|
|
64280
64440
|
changes?: {
|
|
64281
|
-
pagePersistentIds: string[];
|
|
64282
64441
|
groupPersistentIds: string[];
|
|
64442
|
+
pagePersistentIds: string[];
|
|
64283
64443
|
} | undefined;
|
|
64284
64444
|
} | undefined;
|
|
64285
64445
|
webhookUrl?: string | undefined;
|
|
@@ -64347,8 +64507,8 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
64347
64507
|
destinationSnDocs?: {
|
|
64348
64508
|
environment: "Live" | "Preview";
|
|
64349
64509
|
changes?: {
|
|
64350
|
-
pagePersistentIds: string[];
|
|
64351
64510
|
groupPersistentIds: string[];
|
|
64511
|
+
pagePersistentIds: string[];
|
|
64352
64512
|
} | undefined;
|
|
64353
64513
|
} | undefined;
|
|
64354
64514
|
destinationS3?: {} | undefined;
|
|
@@ -64505,8 +64665,8 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
64505
64665
|
documentation?: {
|
|
64506
64666
|
environment: "Live" | "Preview";
|
|
64507
64667
|
changes?: {
|
|
64508
|
-
pagePersistentIds: string[];
|
|
64509
64668
|
groupPersistentIds: string[];
|
|
64669
|
+
pagePersistentIds: string[];
|
|
64510
64670
|
} | null | undefined;
|
|
64511
64671
|
} | undefined;
|
|
64512
64672
|
webhookUrl?: string | undefined;
|
|
@@ -64574,8 +64734,8 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
64574
64734
|
destinationSnDocs?: {
|
|
64575
64735
|
environment: "Live" | "Preview";
|
|
64576
64736
|
changes?: {
|
|
64577
|
-
pagePersistentIds: string[];
|
|
64578
64737
|
groupPersistentIds: string[];
|
|
64738
|
+
pagePersistentIds: string[];
|
|
64579
64739
|
} | null | undefined;
|
|
64580
64740
|
} | undefined;
|
|
64581
64741
|
destinationS3?: {} | undefined;
|
|
@@ -85401,16 +85561,16 @@ declare const DTOWorkspaceInvitationsResponse: z.ZodObject<{
|
|
|
85401
85561
|
email: string;
|
|
85402
85562
|
id: string;
|
|
85403
85563
|
createdAt: Date;
|
|
85404
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
85405
85564
|
workspaceId: string;
|
|
85565
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
85406
85566
|
invitedBy: string;
|
|
85407
85567
|
resentAt?: Date | null | undefined;
|
|
85408
85568
|
}, {
|
|
85409
85569
|
email: string;
|
|
85410
85570
|
id: string;
|
|
85411
85571
|
createdAt: Date;
|
|
85412
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
85413
85572
|
workspaceId: string;
|
|
85573
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
85414
85574
|
invitedBy: string;
|
|
85415
85575
|
resentAt?: Date | null | undefined;
|
|
85416
85576
|
}>, "many">;
|
|
@@ -85419,8 +85579,8 @@ declare const DTOWorkspaceInvitationsResponse: z.ZodObject<{
|
|
|
85419
85579
|
email: string;
|
|
85420
85580
|
id: string;
|
|
85421
85581
|
createdAt: Date;
|
|
85422
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
85423
85582
|
workspaceId: string;
|
|
85583
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
85424
85584
|
invitedBy: string;
|
|
85425
85585
|
resentAt?: Date | null | undefined;
|
|
85426
85586
|
}[];
|
|
@@ -85429,8 +85589,8 @@ declare const DTOWorkspaceInvitationsResponse: z.ZodObject<{
|
|
|
85429
85589
|
email: string;
|
|
85430
85590
|
id: string;
|
|
85431
85591
|
createdAt: Date;
|
|
85432
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
85433
85592
|
workspaceId: string;
|
|
85593
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
85434
85594
|
invitedBy: string;
|
|
85435
85595
|
resentAt?: Date | null | undefined;
|
|
85436
85596
|
}[];
|
|
@@ -85457,16 +85617,16 @@ declare const DTOWorkspaceInvitationUpdateResponse: z.ZodObject<{
|
|
|
85457
85617
|
email: string;
|
|
85458
85618
|
id: string;
|
|
85459
85619
|
createdAt: Date;
|
|
85460
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
85461
85620
|
workspaceId: string;
|
|
85621
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
85462
85622
|
invitedBy: string;
|
|
85463
85623
|
resentAt?: Date | null | undefined;
|
|
85464
85624
|
}, {
|
|
85465
85625
|
email: string;
|
|
85466
85626
|
id: string;
|
|
85467
85627
|
createdAt: Date;
|
|
85468
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
85469
85628
|
workspaceId: string;
|
|
85629
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
85470
85630
|
invitedBy: string;
|
|
85471
85631
|
resentAt?: Date | null | undefined;
|
|
85472
85632
|
}>;
|
|
@@ -85475,8 +85635,8 @@ declare const DTOWorkspaceInvitationUpdateResponse: z.ZodObject<{
|
|
|
85475
85635
|
email: string;
|
|
85476
85636
|
id: string;
|
|
85477
85637
|
createdAt: Date;
|
|
85478
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
85479
85638
|
workspaceId: string;
|
|
85639
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
85480
85640
|
invitedBy: string;
|
|
85481
85641
|
resentAt?: Date | null | undefined;
|
|
85482
85642
|
};
|
|
@@ -85485,8 +85645,8 @@ declare const DTOWorkspaceInvitationUpdateResponse: z.ZodObject<{
|
|
|
85485
85645
|
email: string;
|
|
85486
85646
|
id: string;
|
|
85487
85647
|
createdAt: Date;
|
|
85488
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
85489
85648
|
workspaceId: string;
|
|
85649
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
85490
85650
|
invitedBy: string;
|
|
85491
85651
|
resentAt?: Date | null | undefined;
|
|
85492
85652
|
};
|
|
@@ -90338,6 +90498,119 @@ declare const DTONpmRegistryConfig: z.ZodObject<{
|
|
|
90338
90498
|
}>;
|
|
90339
90499
|
type DTONpmRegistryConfig = z.infer<typeof DTONpmRegistryConfig>;
|
|
90340
90500
|
|
|
90501
|
+
declare const DTOWorkspaceUntypedData: z.ZodObject<{
|
|
90502
|
+
id: z.ZodString;
|
|
90503
|
+
workspaceId: z.ZodString;
|
|
90504
|
+
value: z.ZodUnknown;
|
|
90505
|
+
createdAt: z.ZodDate;
|
|
90506
|
+
updatedAt: z.ZodDate;
|
|
90507
|
+
}, "strip", z.ZodTypeAny, {
|
|
90508
|
+
id: string;
|
|
90509
|
+
createdAt: Date;
|
|
90510
|
+
updatedAt: Date;
|
|
90511
|
+
workspaceId: string;
|
|
90512
|
+
value?: unknown;
|
|
90513
|
+
}, {
|
|
90514
|
+
id: string;
|
|
90515
|
+
createdAt: Date;
|
|
90516
|
+
updatedAt: Date;
|
|
90517
|
+
workspaceId: string;
|
|
90518
|
+
value?: unknown;
|
|
90519
|
+
}>;
|
|
90520
|
+
type DTOWorkspaceUntypedData = z.infer<typeof DTOWorkspaceUntypedData>;
|
|
90521
|
+
declare const DTOWorkspaceUntypedDataListResponse: z.ZodObject<{
|
|
90522
|
+
data: z.ZodArray<z.ZodObject<{
|
|
90523
|
+
id: z.ZodString;
|
|
90524
|
+
workspaceId: z.ZodString;
|
|
90525
|
+
value: z.ZodUnknown;
|
|
90526
|
+
createdAt: z.ZodDate;
|
|
90527
|
+
updatedAt: z.ZodDate;
|
|
90528
|
+
}, "strip", z.ZodTypeAny, {
|
|
90529
|
+
id: string;
|
|
90530
|
+
createdAt: Date;
|
|
90531
|
+
updatedAt: Date;
|
|
90532
|
+
workspaceId: string;
|
|
90533
|
+
value?: unknown;
|
|
90534
|
+
}, {
|
|
90535
|
+
id: string;
|
|
90536
|
+
createdAt: Date;
|
|
90537
|
+
updatedAt: Date;
|
|
90538
|
+
workspaceId: string;
|
|
90539
|
+
value?: unknown;
|
|
90540
|
+
}>, "many">;
|
|
90541
|
+
}, "strip", z.ZodTypeAny, {
|
|
90542
|
+
data: {
|
|
90543
|
+
id: string;
|
|
90544
|
+
createdAt: Date;
|
|
90545
|
+
updatedAt: Date;
|
|
90546
|
+
workspaceId: string;
|
|
90547
|
+
value?: unknown;
|
|
90548
|
+
}[];
|
|
90549
|
+
}, {
|
|
90550
|
+
data: {
|
|
90551
|
+
id: string;
|
|
90552
|
+
createdAt: Date;
|
|
90553
|
+
updatedAt: Date;
|
|
90554
|
+
workspaceId: string;
|
|
90555
|
+
value?: unknown;
|
|
90556
|
+
}[];
|
|
90557
|
+
}>;
|
|
90558
|
+
type DTOWorkspaceUntypedDataListResponse = z.infer<typeof DTOWorkspaceUntypedDataListResponse>;
|
|
90559
|
+
declare const DTOWorkspaceUntypedDataResponse: z.ZodObject<{
|
|
90560
|
+
data: z.ZodObject<{
|
|
90561
|
+
id: z.ZodString;
|
|
90562
|
+
workspaceId: z.ZodString;
|
|
90563
|
+
value: z.ZodUnknown;
|
|
90564
|
+
createdAt: z.ZodDate;
|
|
90565
|
+
updatedAt: z.ZodDate;
|
|
90566
|
+
}, "strip", z.ZodTypeAny, {
|
|
90567
|
+
id: string;
|
|
90568
|
+
createdAt: Date;
|
|
90569
|
+
updatedAt: Date;
|
|
90570
|
+
workspaceId: string;
|
|
90571
|
+
value?: unknown;
|
|
90572
|
+
}, {
|
|
90573
|
+
id: string;
|
|
90574
|
+
createdAt: Date;
|
|
90575
|
+
updatedAt: Date;
|
|
90576
|
+
workspaceId: string;
|
|
90577
|
+
value?: unknown;
|
|
90578
|
+
}>;
|
|
90579
|
+
}, "strip", z.ZodTypeAny, {
|
|
90580
|
+
data: {
|
|
90581
|
+
id: string;
|
|
90582
|
+
createdAt: Date;
|
|
90583
|
+
updatedAt: Date;
|
|
90584
|
+
workspaceId: string;
|
|
90585
|
+
value?: unknown;
|
|
90586
|
+
};
|
|
90587
|
+
}, {
|
|
90588
|
+
data: {
|
|
90589
|
+
id: string;
|
|
90590
|
+
createdAt: Date;
|
|
90591
|
+
updatedAt: Date;
|
|
90592
|
+
workspaceId: string;
|
|
90593
|
+
value?: unknown;
|
|
90594
|
+
};
|
|
90595
|
+
}>;
|
|
90596
|
+
type DTOWorkspaceUntypedDataResponse = z.infer<typeof DTOWorkspaceUntypedDataResponse>;
|
|
90597
|
+
declare const DTOWorkspaceUntypedDataCreatePayload: z.ZodObject<{
|
|
90598
|
+
value: z.ZodUnknown;
|
|
90599
|
+
}, "strip", z.ZodTypeAny, {
|
|
90600
|
+
value?: unknown;
|
|
90601
|
+
}, {
|
|
90602
|
+
value?: unknown;
|
|
90603
|
+
}>;
|
|
90604
|
+
type DTOWorkspaceUntypedDataCreatePayload = z.infer<typeof DTOWorkspaceUntypedDataCreatePayload>;
|
|
90605
|
+
declare const DTOWorkspaceUntypedDataUpdatePayload: z.ZodObject<{
|
|
90606
|
+
value: z.ZodUnknown;
|
|
90607
|
+
}, "strip", z.ZodTypeAny, {
|
|
90608
|
+
value?: unknown;
|
|
90609
|
+
}, {
|
|
90610
|
+
value?: unknown;
|
|
90611
|
+
}>;
|
|
90612
|
+
type DTOWorkspaceUntypedDataUpdatePayload = z.infer<typeof DTOWorkspaceUntypedDataUpdatePayload>;
|
|
90613
|
+
|
|
90341
90614
|
declare const DTOWorkspaceProfile: z.ZodObject<{
|
|
90342
90615
|
name: z.ZodString;
|
|
90343
90616
|
handle: z.ZodString;
|
|
@@ -96517,29 +96790,29 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
|
96517
96790
|
documentation: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
96518
96791
|
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
96519
96792
|
changes: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
96520
|
-
pagePersistentIds: string[];
|
|
96521
96793
|
groupPersistentIds: string[];
|
|
96522
|
-
}, z.ZodTypeDef, {
|
|
96523
96794
|
pagePersistentIds: string[];
|
|
96795
|
+
}, z.ZodTypeDef, {
|
|
96524
96796
|
groupPersistentIds: string[];
|
|
96525
|
-
}>>>, {
|
|
96526
96797
|
pagePersistentIds: string[];
|
|
96798
|
+
}>>>, {
|
|
96527
96799
|
groupPersistentIds: string[];
|
|
96528
|
-
} | undefined, {
|
|
96529
96800
|
pagePersistentIds: string[];
|
|
96801
|
+
} | undefined, {
|
|
96530
96802
|
groupPersistentIds: string[];
|
|
96803
|
+
pagePersistentIds: string[];
|
|
96531
96804
|
} | null | undefined>;
|
|
96532
96805
|
}, "strip", z.ZodTypeAny, {
|
|
96533
96806
|
environment: "Live" | "Preview";
|
|
96534
96807
|
changes?: {
|
|
96535
|
-
pagePersistentIds: string[];
|
|
96536
96808
|
groupPersistentIds: string[];
|
|
96809
|
+
pagePersistentIds: string[];
|
|
96537
96810
|
} | undefined;
|
|
96538
96811
|
}, {
|
|
96539
96812
|
environment: "Live" | "Preview";
|
|
96540
96813
|
changes?: {
|
|
96541
|
-
pagePersistentIds: string[];
|
|
96542
96814
|
groupPersistentIds: string[];
|
|
96815
|
+
pagePersistentIds: string[];
|
|
96543
96816
|
} | null | undefined;
|
|
96544
96817
|
}>>>;
|
|
96545
96818
|
webhookUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -96611,8 +96884,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
|
96611
96884
|
documentation?: {
|
|
96612
96885
|
environment: "Live" | "Preview";
|
|
96613
96886
|
changes?: {
|
|
96614
|
-
pagePersistentIds: string[];
|
|
96615
96887
|
groupPersistentIds: string[];
|
|
96888
|
+
pagePersistentIds: string[];
|
|
96616
96889
|
} | undefined;
|
|
96617
96890
|
} | null | undefined;
|
|
96618
96891
|
webhookUrl?: string | null | undefined;
|
|
@@ -96684,8 +96957,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
|
96684
96957
|
documentation?: {
|
|
96685
96958
|
environment: "Live" | "Preview";
|
|
96686
96959
|
changes?: {
|
|
96687
|
-
pagePersistentIds: string[];
|
|
96688
96960
|
groupPersistentIds: string[];
|
|
96961
|
+
pagePersistentIds: string[];
|
|
96689
96962
|
} | null | undefined;
|
|
96690
96963
|
} | null | undefined;
|
|
96691
96964
|
webhookUrl?: string | null | undefined;
|
|
@@ -96771,8 +97044,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
|
96771
97044
|
documentation?: {
|
|
96772
97045
|
environment: "Live" | "Preview";
|
|
96773
97046
|
changes?: {
|
|
96774
|
-
pagePersistentIds: string[];
|
|
96775
97047
|
groupPersistentIds: string[];
|
|
97048
|
+
pagePersistentIds: string[];
|
|
96776
97049
|
} | undefined;
|
|
96777
97050
|
} | null | undefined;
|
|
96778
97051
|
webhookUrl?: string | null | undefined;
|
|
@@ -96863,8 +97136,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
|
96863
97136
|
documentation?: {
|
|
96864
97137
|
environment: "Live" | "Preview";
|
|
96865
97138
|
changes?: {
|
|
96866
|
-
pagePersistentIds: string[];
|
|
96867
97139
|
groupPersistentIds: string[];
|
|
97140
|
+
pagePersistentIds: string[];
|
|
96868
97141
|
} | null | undefined;
|
|
96869
97142
|
} | null | undefined;
|
|
96870
97143
|
webhookUrl?: string | null | undefined;
|
|
@@ -97095,29 +97368,29 @@ declare const DTOPipelineUpdateBody: z.ZodObject<{
|
|
|
97095
97368
|
documentation: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
97096
97369
|
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
97097
97370
|
changes: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
97098
|
-
pagePersistentIds: string[];
|
|
97099
97371
|
groupPersistentIds: string[];
|
|
97100
|
-
}, z.ZodTypeDef, {
|
|
97101
97372
|
pagePersistentIds: string[];
|
|
97373
|
+
}, z.ZodTypeDef, {
|
|
97102
97374
|
groupPersistentIds: string[];
|
|
97103
|
-
}>>>, {
|
|
97104
97375
|
pagePersistentIds: string[];
|
|
97376
|
+
}>>>, {
|
|
97105
97377
|
groupPersistentIds: string[];
|
|
97106
|
-
} | undefined, {
|
|
97107
97378
|
pagePersistentIds: string[];
|
|
97379
|
+
} | undefined, {
|
|
97108
97380
|
groupPersistentIds: string[];
|
|
97381
|
+
pagePersistentIds: string[];
|
|
97109
97382
|
} | null | undefined>;
|
|
97110
97383
|
}, "strip", z.ZodTypeAny, {
|
|
97111
97384
|
environment: "Live" | "Preview";
|
|
97112
97385
|
changes?: {
|
|
97113
|
-
pagePersistentIds: string[];
|
|
97114
97386
|
groupPersistentIds: string[];
|
|
97387
|
+
pagePersistentIds: string[];
|
|
97115
97388
|
} | undefined;
|
|
97116
97389
|
}, {
|
|
97117
97390
|
environment: "Live" | "Preview";
|
|
97118
97391
|
changes?: {
|
|
97119
|
-
pagePersistentIds: string[];
|
|
97120
97392
|
groupPersistentIds: string[];
|
|
97393
|
+
pagePersistentIds: string[];
|
|
97121
97394
|
} | null | undefined;
|
|
97122
97395
|
}>>>;
|
|
97123
97396
|
webhookUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -97189,8 +97462,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<{
|
|
|
97189
97462
|
documentation?: {
|
|
97190
97463
|
environment: "Live" | "Preview";
|
|
97191
97464
|
changes?: {
|
|
97192
|
-
pagePersistentIds: string[];
|
|
97193
97465
|
groupPersistentIds: string[];
|
|
97466
|
+
pagePersistentIds: string[];
|
|
97194
97467
|
} | undefined;
|
|
97195
97468
|
} | null | undefined;
|
|
97196
97469
|
webhookUrl?: string | null | undefined;
|
|
@@ -97262,8 +97535,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<{
|
|
|
97262
97535
|
documentation?: {
|
|
97263
97536
|
environment: "Live" | "Preview";
|
|
97264
97537
|
changes?: {
|
|
97265
|
-
pagePersistentIds: string[];
|
|
97266
97538
|
groupPersistentIds: string[];
|
|
97539
|
+
pagePersistentIds: string[];
|
|
97267
97540
|
} | null | undefined;
|
|
97268
97541
|
} | null | undefined;
|
|
97269
97542
|
webhookUrl?: string | null | undefined;
|
|
@@ -97381,8 +97654,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<{
|
|
|
97381
97654
|
documentation?: {
|
|
97382
97655
|
environment: "Live" | "Preview";
|
|
97383
97656
|
changes?: {
|
|
97384
|
-
pagePersistentIds: string[];
|
|
97385
97657
|
groupPersistentIds: string[];
|
|
97658
|
+
pagePersistentIds: string[];
|
|
97386
97659
|
} | undefined;
|
|
97387
97660
|
} | null | undefined;
|
|
97388
97661
|
webhookUrl?: string | null | undefined;
|
|
@@ -97482,8 +97755,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<{
|
|
|
97482
97755
|
documentation?: {
|
|
97483
97756
|
environment: "Live" | "Preview";
|
|
97484
97757
|
changes?: {
|
|
97485
|
-
pagePersistentIds: string[];
|
|
97486
97758
|
groupPersistentIds: string[];
|
|
97759
|
+
pagePersistentIds: string[];
|
|
97487
97760
|
} | null | undefined;
|
|
97488
97761
|
} | null | undefined;
|
|
97489
97762
|
webhookUrl?: string | null | undefined;
|
|
@@ -98105,7 +98378,6 @@ declare const DTOWorkspaceIntegrationOauthInput: z.ZodObject<{
|
|
|
98105
98378
|
}>;
|
|
98106
98379
|
type DTOWorkspaceIntegrationOauthInput = z.infer<typeof DTOWorkspaceIntegrationOauthInput>;
|
|
98107
98380
|
declare const DTOWorkspaceIntegrationPATInput: z.ZodObject<{
|
|
98108
|
-
userId: z.ZodString;
|
|
98109
98381
|
type: z.ZodEnum<["Figma", "Github", "Gitlab", "Bitbucket", "Azure"]>;
|
|
98110
98382
|
token: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
98111
98383
|
access_token: z.ZodString;
|
|
@@ -98200,7 +98472,6 @@ declare const DTOWorkspaceIntegrationPATInput: z.ZodObject<{
|
|
|
98200
98472
|
}>;
|
|
98201
98473
|
}, "strip", z.ZodTypeAny, {
|
|
98202
98474
|
type: "Figma" | "Github" | "Gitlab" | "Bitbucket" | "Azure";
|
|
98203
|
-
userId: string;
|
|
98204
98475
|
token: {
|
|
98205
98476
|
accessToken: string;
|
|
98206
98477
|
refreshToken: string | undefined;
|
|
@@ -98214,7 +98485,6 @@ declare const DTOWorkspaceIntegrationPATInput: z.ZodObject<{
|
|
|
98214
98485
|
};
|
|
98215
98486
|
}, {
|
|
98216
98487
|
type: "Figma" | "Github" | "Gitlab" | "Bitbucket" | "Azure";
|
|
98217
|
-
userId: string;
|
|
98218
98488
|
token: {
|
|
98219
98489
|
access_token: string;
|
|
98220
98490
|
refresh_token?: string | undefined;
|
|
@@ -98341,8 +98611,8 @@ declare class PipelinesEndpoint {
|
|
|
98341
98611
|
documentation?: {
|
|
98342
98612
|
environment: "Live" | "Preview";
|
|
98343
98613
|
changes?: {
|
|
98344
|
-
pagePersistentIds: string[];
|
|
98345
98614
|
groupPersistentIds: string[];
|
|
98615
|
+
pagePersistentIds: string[];
|
|
98346
98616
|
} | undefined;
|
|
98347
98617
|
} | undefined;
|
|
98348
98618
|
webhookUrl?: string | undefined;
|
|
@@ -98410,8 +98680,8 @@ declare class PipelinesEndpoint {
|
|
|
98410
98680
|
destinationSnDocs?: {
|
|
98411
98681
|
environment: "Live" | "Preview";
|
|
98412
98682
|
changes?: {
|
|
98413
|
-
pagePersistentIds: string[];
|
|
98414
98683
|
groupPersistentIds: string[];
|
|
98684
|
+
pagePersistentIds: string[];
|
|
98415
98685
|
} | undefined;
|
|
98416
98686
|
} | undefined;
|
|
98417
98687
|
destinationS3?: {} | undefined;
|
|
@@ -98569,8 +98839,8 @@ declare class PipelinesEndpoint {
|
|
|
98569
98839
|
documentation?: {
|
|
98570
98840
|
environment: "Live" | "Preview";
|
|
98571
98841
|
changes?: {
|
|
98572
|
-
pagePersistentIds: string[];
|
|
98573
98842
|
groupPersistentIds: string[];
|
|
98843
|
+
pagePersistentIds: string[];
|
|
98574
98844
|
} | undefined;
|
|
98575
98845
|
} | undefined;
|
|
98576
98846
|
webhookUrl?: string | undefined;
|
|
@@ -98638,8 +98908,8 @@ declare class PipelinesEndpoint {
|
|
|
98638
98908
|
destinationSnDocs?: {
|
|
98639
98909
|
environment: "Live" | "Preview";
|
|
98640
98910
|
changes?: {
|
|
98641
|
-
pagePersistentIds: string[];
|
|
98642
98911
|
groupPersistentIds: string[];
|
|
98912
|
+
pagePersistentIds: string[];
|
|
98643
98913
|
} | undefined;
|
|
98644
98914
|
} | undefined;
|
|
98645
98915
|
destinationS3?: {} | undefined;
|
|
@@ -98797,8 +99067,8 @@ declare class PipelinesEndpoint {
|
|
|
98797
99067
|
documentation?: {
|
|
98798
99068
|
environment: "Live" | "Preview";
|
|
98799
99069
|
changes?: {
|
|
98800
|
-
pagePersistentIds: string[];
|
|
98801
99070
|
groupPersistentIds: string[];
|
|
99071
|
+
pagePersistentIds: string[];
|
|
98802
99072
|
} | undefined;
|
|
98803
99073
|
} | undefined;
|
|
98804
99074
|
webhookUrl?: string | undefined;
|
|
@@ -98866,8 +99136,8 @@ declare class PipelinesEndpoint {
|
|
|
98866
99136
|
destinationSnDocs?: {
|
|
98867
99137
|
environment: "Live" | "Preview";
|
|
98868
99138
|
changes?: {
|
|
98869
|
-
pagePersistentIds: string[];
|
|
98870
99139
|
groupPersistentIds: string[];
|
|
99140
|
+
pagePersistentIds: string[];
|
|
98871
99141
|
} | undefined;
|
|
98872
99142
|
} | undefined;
|
|
98873
99143
|
destinationS3?: {} | undefined;
|
|
@@ -99017,8 +99287,8 @@ declare class PipelinesEndpoint {
|
|
|
99017
99287
|
documentation?: {
|
|
99018
99288
|
environment: "Live" | "Preview";
|
|
99019
99289
|
changes?: {
|
|
99020
|
-
pagePersistentIds: string[];
|
|
99021
99290
|
groupPersistentIds: string[];
|
|
99291
|
+
pagePersistentIds: string[];
|
|
99022
99292
|
} | undefined;
|
|
99023
99293
|
} | undefined;
|
|
99024
99294
|
webhookUrl?: string | undefined;
|
|
@@ -103674,8 +103944,8 @@ declare class WorkspaceInvitationsEndpoint {
|
|
|
103674
103944
|
email: string;
|
|
103675
103945
|
id: string;
|
|
103676
103946
|
createdAt: Date;
|
|
103677
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
103678
103947
|
workspaceId: string;
|
|
103948
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
103679
103949
|
invitedBy: string;
|
|
103680
103950
|
resentAt?: Date | null | undefined;
|
|
103681
103951
|
};
|
|
@@ -103685,8 +103955,8 @@ declare class WorkspaceInvitationsEndpoint {
|
|
|
103685
103955
|
email: string;
|
|
103686
103956
|
id: string;
|
|
103687
103957
|
createdAt: Date;
|
|
103688
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
103689
103958
|
workspaceId: string;
|
|
103959
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
103690
103960
|
invitedBy: string;
|
|
103691
103961
|
resentAt?: Date | null | undefined;
|
|
103692
103962
|
}[];
|
|
@@ -107397,4 +107667,4 @@ declare function isValidRedirectPath(path: string): {
|
|
|
107397
107667
|
reason: ValidationErrorReason | undefined;
|
|
107398
107668
|
};
|
|
107399
107669
|
|
|
107400
|
-
export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentProperty, DTOCodeComponentResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, 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, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsQueryParams, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, 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, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, 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, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, 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, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, 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, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, 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, DTOPublishedDocPageVisitData, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, 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, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FormattedCollections, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, 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, StorybookEntriesEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateChangeOverTime, 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, pageVisitsToDto, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
|
|
107670
|
+
export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentProperty, DTOCodeComponentResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, 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, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsQueryParams, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, 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, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, 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, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, 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, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, 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, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, 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, DTOPublishedDocPageVisitData, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, 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, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FormattedCollections, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, 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, StorybookEntriesEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateChangeOverTime, 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, pageVisitsToDto, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
|