@supernova-studio/client 0.55.23 → 0.55.25
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 +94 -55
- package/dist/index.d.ts +94 -55
- package/dist/index.js +70 -37
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +705 -672
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/api/dto/design-systems/index.ts +1 -0
- package/src/api/dto/design-systems/stats.ts +15 -0
- package/src/api/endpoints/design-system/design-system-versions.ts +4 -1
- package/src/api/endpoints/design-system/versions/index.ts +1 -0
- package/src/api/endpoints/design-system/versions/stats.ts +12 -0
- package/src/api/transport/request-executor.ts +9 -3
package/dist/index.d.mts
CHANGED
|
@@ -516,7 +516,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
516
516
|
};
|
|
517
517
|
opacity: {
|
|
518
518
|
value?: {
|
|
519
|
-
unit: "Pixels" | "Raw";
|
|
519
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
520
520
|
measure: number;
|
|
521
521
|
} | undefined;
|
|
522
522
|
aliasTo?: string | undefined;
|
|
@@ -527,7 +527,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
527
527
|
};
|
|
528
528
|
opacity: {
|
|
529
529
|
value?: {
|
|
530
|
-
unit: "Pixels" | "Raw";
|
|
530
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
531
531
|
measure: number;
|
|
532
532
|
} | null | undefined;
|
|
533
533
|
aliasTo?: string | null | undefined;
|
|
@@ -538,7 +538,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
538
538
|
};
|
|
539
539
|
opacity: {
|
|
540
540
|
value?: {
|
|
541
|
-
unit: "Pixels" | "Raw";
|
|
541
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
542
542
|
measure: number;
|
|
543
543
|
} | undefined;
|
|
544
544
|
aliasTo?: string | undefined;
|
|
@@ -549,7 +549,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
549
549
|
};
|
|
550
550
|
opacity: {
|
|
551
551
|
value?: {
|
|
552
|
-
unit: "Pixels" | "Raw";
|
|
552
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
553
553
|
measure: number;
|
|
554
554
|
} | null | undefined;
|
|
555
555
|
aliasTo?: string | null | undefined;
|
|
@@ -562,7 +562,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
562
562
|
};
|
|
563
563
|
opacity: {
|
|
564
564
|
value?: {
|
|
565
|
-
unit: "Pixels" | "Raw";
|
|
565
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
566
566
|
measure: number;
|
|
567
567
|
} | undefined;
|
|
568
568
|
aliasTo?: string | undefined;
|
|
@@ -576,7 +576,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
576
576
|
};
|
|
577
577
|
opacity: {
|
|
578
578
|
value?: {
|
|
579
|
-
unit: "Pixels" | "Raw";
|
|
579
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
580
580
|
measure: number;
|
|
581
581
|
} | null | undefined;
|
|
582
582
|
aliasTo?: string | null | undefined;
|
|
@@ -593,7 +593,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
593
593
|
};
|
|
594
594
|
opacity: {
|
|
595
595
|
value?: {
|
|
596
|
-
unit: "Pixels" | "Raw";
|
|
596
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
597
597
|
measure: number;
|
|
598
598
|
} | undefined;
|
|
599
599
|
aliasTo?: string | undefined;
|
|
@@ -604,7 +604,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
604
604
|
};
|
|
605
605
|
opacity: {
|
|
606
606
|
value?: {
|
|
607
|
-
unit: "Pixels" | "Raw";
|
|
607
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
608
608
|
measure: number;
|
|
609
609
|
} | null | undefined;
|
|
610
610
|
aliasTo?: string | null | undefined;
|
|
@@ -615,7 +615,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
615
615
|
};
|
|
616
616
|
opacity: {
|
|
617
617
|
value?: {
|
|
618
|
-
unit: "Pixels" | "Raw";
|
|
618
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
619
619
|
measure: number;
|
|
620
620
|
} | undefined;
|
|
621
621
|
aliasTo?: string | undefined;
|
|
@@ -626,7 +626,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
626
626
|
};
|
|
627
627
|
opacity: {
|
|
628
628
|
value?: {
|
|
629
|
-
unit: "Pixels" | "Raw";
|
|
629
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
630
630
|
measure: number;
|
|
631
631
|
} | null | undefined;
|
|
632
632
|
aliasTo?: string | null | undefined;
|
|
@@ -639,7 +639,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
639
639
|
};
|
|
640
640
|
opacity: {
|
|
641
641
|
value?: {
|
|
642
|
-
unit: "Pixels" | "Raw";
|
|
642
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
643
643
|
measure: number;
|
|
644
644
|
} | undefined;
|
|
645
645
|
aliasTo?: string | undefined;
|
|
@@ -653,7 +653,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
653
653
|
};
|
|
654
654
|
opacity: {
|
|
655
655
|
value?: {
|
|
656
|
-
unit: "Pixels" | "Raw";
|
|
656
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
657
657
|
measure: number;
|
|
658
658
|
} | null | undefined;
|
|
659
659
|
aliasTo?: string | null | undefined;
|
|
@@ -8270,6 +8270,32 @@ type DTODesignSystemMembersUpdatePayload = z.infer<typeof DTODesignSystemMembers
|
|
|
8270
8270
|
declare const DTODesignSystemRole: z.ZodEnum<["Admin", "Contributor", "Creator", "Viewer"]>;
|
|
8271
8271
|
type DTODesignSystemRole = z.infer<typeof DTODesignSystemRole>;
|
|
8272
8272
|
|
|
8273
|
+
declare const DTODesignSystemVersionStats: z.ZodObject<{
|
|
8274
|
+
tokens: z.ZodNumber;
|
|
8275
|
+
designSystemComponents: z.ZodNumber;
|
|
8276
|
+
assets: z.ZodNumber;
|
|
8277
|
+
documentationPages: z.ZodNumber;
|
|
8278
|
+
}, "strip", z.ZodTypeAny, {
|
|
8279
|
+
tokens: number;
|
|
8280
|
+
assets: number;
|
|
8281
|
+
designSystemComponents: number;
|
|
8282
|
+
documentationPages: number;
|
|
8283
|
+
}, {
|
|
8284
|
+
tokens: number;
|
|
8285
|
+
assets: number;
|
|
8286
|
+
designSystemComponents: number;
|
|
8287
|
+
documentationPages: number;
|
|
8288
|
+
}>;
|
|
8289
|
+
type DTODesignSystemVersionStats = z.infer<typeof DTODesignSystemVersionStats>;
|
|
8290
|
+
declare const DTODesignSystemVersionStatsQuery: z.ZodObject<{
|
|
8291
|
+
brandId: z.ZodOptional<z.ZodString>;
|
|
8292
|
+
}, "strip", z.ZodTypeAny, {
|
|
8293
|
+
brandId?: string | undefined;
|
|
8294
|
+
}, {
|
|
8295
|
+
brandId?: string | undefined;
|
|
8296
|
+
}>;
|
|
8297
|
+
type DTODesignSystemVersionStatsQuery = z.infer<typeof DTODesignSystemVersionStatsQuery>;
|
|
8298
|
+
|
|
8273
8299
|
declare const VersionSQSPayload: z.ZodObject<{
|
|
8274
8300
|
jobId: z.ZodString;
|
|
8275
8301
|
designSystemId: z.ZodString;
|
|
@@ -19321,7 +19347,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19321
19347
|
};
|
|
19322
19348
|
opacity: {
|
|
19323
19349
|
value?: {
|
|
19324
|
-
unit: "Pixels" | "Raw";
|
|
19350
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
19325
19351
|
measure: number;
|
|
19326
19352
|
} | undefined;
|
|
19327
19353
|
aliasTo?: string | undefined;
|
|
@@ -19332,7 +19358,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19332
19358
|
};
|
|
19333
19359
|
opacity: {
|
|
19334
19360
|
value?: {
|
|
19335
|
-
unit: "Pixels" | "Raw";
|
|
19361
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
19336
19362
|
measure: number;
|
|
19337
19363
|
} | null | undefined;
|
|
19338
19364
|
aliasTo?: string | null | undefined;
|
|
@@ -19343,7 +19369,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19343
19369
|
};
|
|
19344
19370
|
opacity: {
|
|
19345
19371
|
value?: {
|
|
19346
|
-
unit: "Pixels" | "Raw";
|
|
19372
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
19347
19373
|
measure: number;
|
|
19348
19374
|
} | undefined;
|
|
19349
19375
|
aliasTo?: string | undefined;
|
|
@@ -19354,7 +19380,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19354
19380
|
};
|
|
19355
19381
|
opacity: {
|
|
19356
19382
|
value?: {
|
|
19357
|
-
unit: "Pixels" | "Raw";
|
|
19383
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
19358
19384
|
measure: number;
|
|
19359
19385
|
} | null | undefined;
|
|
19360
19386
|
aliasTo?: string | null | undefined;
|
|
@@ -19367,7 +19393,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19367
19393
|
};
|
|
19368
19394
|
opacity: {
|
|
19369
19395
|
value?: {
|
|
19370
|
-
unit: "Pixels" | "Raw";
|
|
19396
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
19371
19397
|
measure: number;
|
|
19372
19398
|
} | undefined;
|
|
19373
19399
|
aliasTo?: string | undefined;
|
|
@@ -19381,7 +19407,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19381
19407
|
};
|
|
19382
19408
|
opacity: {
|
|
19383
19409
|
value?: {
|
|
19384
|
-
unit: "Pixels" | "Raw";
|
|
19410
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
19385
19411
|
measure: number;
|
|
19386
19412
|
} | null | undefined;
|
|
19387
19413
|
aliasTo?: string | null | undefined;
|
|
@@ -19398,7 +19424,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19398
19424
|
};
|
|
19399
19425
|
opacity: {
|
|
19400
19426
|
value?: {
|
|
19401
|
-
unit: "Pixels" | "Raw";
|
|
19427
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
19402
19428
|
measure: number;
|
|
19403
19429
|
} | undefined;
|
|
19404
19430
|
aliasTo?: string | undefined;
|
|
@@ -19409,7 +19435,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19409
19435
|
};
|
|
19410
19436
|
opacity: {
|
|
19411
19437
|
value?: {
|
|
19412
|
-
unit: "Pixels" | "Raw";
|
|
19438
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
19413
19439
|
measure: number;
|
|
19414
19440
|
} | null | undefined;
|
|
19415
19441
|
aliasTo?: string | null | undefined;
|
|
@@ -19420,7 +19446,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19420
19446
|
};
|
|
19421
19447
|
opacity: {
|
|
19422
19448
|
value?: {
|
|
19423
|
-
unit: "Pixels" | "Raw";
|
|
19449
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
19424
19450
|
measure: number;
|
|
19425
19451
|
} | undefined;
|
|
19426
19452
|
aliasTo?: string | undefined;
|
|
@@ -19431,7 +19457,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19431
19457
|
};
|
|
19432
19458
|
opacity: {
|
|
19433
19459
|
value?: {
|
|
19434
|
-
unit: "Pixels" | "Raw";
|
|
19460
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
19435
19461
|
measure: number;
|
|
19436
19462
|
} | null | undefined;
|
|
19437
19463
|
aliasTo?: string | null | undefined;
|
|
@@ -19444,7 +19470,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19444
19470
|
};
|
|
19445
19471
|
opacity: {
|
|
19446
19472
|
value?: {
|
|
19447
|
-
unit: "Pixels" | "Raw";
|
|
19473
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
19448
19474
|
measure: number;
|
|
19449
19475
|
} | undefined;
|
|
19450
19476
|
aliasTo?: string | undefined;
|
|
@@ -19458,7 +19484,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19458
19484
|
};
|
|
19459
19485
|
opacity: {
|
|
19460
19486
|
value?: {
|
|
19461
|
-
unit: "Pixels" | "Raw";
|
|
19487
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
19462
19488
|
measure: number;
|
|
19463
19489
|
} | null | undefined;
|
|
19464
19490
|
aliasTo?: string | null | undefined;
|
|
@@ -23796,7 +23822,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
23796
23822
|
id: string;
|
|
23797
23823
|
width: {
|
|
23798
23824
|
value?: {
|
|
23799
|
-
unit: "Pixels" | "
|
|
23825
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
23800
23826
|
measure: number;
|
|
23801
23827
|
} | null | undefined;
|
|
23802
23828
|
aliasTo?: string | null | undefined;
|
|
@@ -23845,7 +23871,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
23845
23871
|
};
|
|
23846
23872
|
opacity: {
|
|
23847
23873
|
value?: {
|
|
23848
|
-
unit: "Pixels" | "Raw";
|
|
23874
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
23849
23875
|
measure: number;
|
|
23850
23876
|
} | undefined;
|
|
23851
23877
|
aliasTo?: string | undefined;
|
|
@@ -23860,7 +23886,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
23860
23886
|
};
|
|
23861
23887
|
opacity: {
|
|
23862
23888
|
value?: {
|
|
23863
|
-
unit: "Pixels" | "Raw";
|
|
23889
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
23864
23890
|
measure: number;
|
|
23865
23891
|
} | undefined;
|
|
23866
23892
|
aliasTo?: string | undefined;
|
|
@@ -23913,7 +23939,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
23913
23939
|
};
|
|
23914
23940
|
opacity: {
|
|
23915
23941
|
value?: {
|
|
23916
|
-
unit: "Pixels" | "Raw";
|
|
23942
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
23917
23943
|
measure: number;
|
|
23918
23944
|
} | null | undefined;
|
|
23919
23945
|
aliasTo?: string | null | undefined;
|
|
@@ -23928,7 +23954,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
23928
23954
|
};
|
|
23929
23955
|
opacity: {
|
|
23930
23956
|
value?: {
|
|
23931
|
-
unit: "Pixels" | "Raw";
|
|
23957
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
23932
23958
|
measure: number;
|
|
23933
23959
|
} | null | undefined;
|
|
23934
23960
|
aliasTo?: string | null | undefined;
|
|
@@ -23981,7 +24007,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
23981
24007
|
};
|
|
23982
24008
|
opacity: {
|
|
23983
24009
|
value?: {
|
|
23984
|
-
unit: "Pixels" | "Raw";
|
|
24010
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
23985
24011
|
measure: number;
|
|
23986
24012
|
} | undefined;
|
|
23987
24013
|
aliasTo?: string | undefined;
|
|
@@ -23996,7 +24022,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
23996
24022
|
};
|
|
23997
24023
|
opacity: {
|
|
23998
24024
|
value?: {
|
|
23999
|
-
unit: "Pixels" | "Raw";
|
|
24025
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
24000
24026
|
measure: number;
|
|
24001
24027
|
} | undefined;
|
|
24002
24028
|
aliasTo?: string | undefined;
|
|
@@ -24049,7 +24075,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24049
24075
|
};
|
|
24050
24076
|
opacity: {
|
|
24051
24077
|
value?: {
|
|
24052
|
-
unit: "Pixels" | "Raw";
|
|
24078
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
24053
24079
|
measure: number;
|
|
24054
24080
|
} | null | undefined;
|
|
24055
24081
|
aliasTo?: string | null | undefined;
|
|
@@ -24064,7 +24090,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24064
24090
|
};
|
|
24065
24091
|
opacity: {
|
|
24066
24092
|
value?: {
|
|
24067
|
-
unit: "Pixels" | "Raw";
|
|
24093
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
24068
24094
|
measure: number;
|
|
24069
24095
|
} | null | undefined;
|
|
24070
24096
|
aliasTo?: string | null | undefined;
|
|
@@ -24120,7 +24146,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24120
24146
|
};
|
|
24121
24147
|
opacity: {
|
|
24122
24148
|
value?: {
|
|
24123
|
-
unit: "Pixels" | "Raw";
|
|
24149
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
24124
24150
|
measure: number;
|
|
24125
24151
|
} | undefined;
|
|
24126
24152
|
aliasTo?: string | undefined;
|
|
@@ -24135,7 +24161,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24135
24161
|
};
|
|
24136
24162
|
opacity: {
|
|
24137
24163
|
value?: {
|
|
24138
|
-
unit: "Pixels" | "Raw";
|
|
24164
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
24139
24165
|
measure: number;
|
|
24140
24166
|
} | undefined;
|
|
24141
24167
|
aliasTo?: string | undefined;
|
|
@@ -24384,7 +24410,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24384
24410
|
id: string;
|
|
24385
24411
|
width: {
|
|
24386
24412
|
value?: {
|
|
24387
|
-
unit: "Pixels" | "
|
|
24413
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
24388
24414
|
measure: number;
|
|
24389
24415
|
} | null | undefined;
|
|
24390
24416
|
aliasTo?: string | null | undefined;
|
|
@@ -24433,7 +24459,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24433
24459
|
};
|
|
24434
24460
|
opacity: {
|
|
24435
24461
|
value?: {
|
|
24436
|
-
unit: "Pixels" | "Raw";
|
|
24462
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
24437
24463
|
measure: number;
|
|
24438
24464
|
} | null | undefined;
|
|
24439
24465
|
aliasTo?: string | null | undefined;
|
|
@@ -24448,7 +24474,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24448
24474
|
};
|
|
24449
24475
|
opacity: {
|
|
24450
24476
|
value?: {
|
|
24451
|
-
unit: "Pixels" | "Raw";
|
|
24477
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
24452
24478
|
measure: number;
|
|
24453
24479
|
} | null | undefined;
|
|
24454
24480
|
aliasTo?: string | null | undefined;
|
|
@@ -24505,7 +24531,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24505
24531
|
};
|
|
24506
24532
|
opacity: {
|
|
24507
24533
|
value?: {
|
|
24508
|
-
unit: "Pixels" | "Raw";
|
|
24534
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
24509
24535
|
measure: number;
|
|
24510
24536
|
} | undefined;
|
|
24511
24537
|
aliasTo?: string | undefined;
|
|
@@ -24516,7 +24542,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24516
24542
|
};
|
|
24517
24543
|
opacity: {
|
|
24518
24544
|
value?: {
|
|
24519
|
-
unit: "Pixels" | "Raw";
|
|
24545
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
24520
24546
|
measure: number;
|
|
24521
24547
|
} | null | undefined;
|
|
24522
24548
|
aliasTo?: string | null | undefined;
|
|
@@ -24527,7 +24553,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24527
24553
|
};
|
|
24528
24554
|
opacity: {
|
|
24529
24555
|
value?: {
|
|
24530
|
-
unit: "Pixels" | "Raw";
|
|
24556
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
24531
24557
|
measure: number;
|
|
24532
24558
|
} | undefined;
|
|
24533
24559
|
aliasTo?: string | undefined;
|
|
@@ -24538,7 +24564,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24538
24564
|
};
|
|
24539
24565
|
opacity: {
|
|
24540
24566
|
value?: {
|
|
24541
|
-
unit: "Pixels" | "Raw";
|
|
24567
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
24542
24568
|
measure: number;
|
|
24543
24569
|
} | null | undefined;
|
|
24544
24570
|
aliasTo?: string | null | undefined;
|
|
@@ -24551,7 +24577,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24551
24577
|
};
|
|
24552
24578
|
opacity: {
|
|
24553
24579
|
value?: {
|
|
24554
|
-
unit: "Pixels" | "Raw";
|
|
24580
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
24555
24581
|
measure: number;
|
|
24556
24582
|
} | undefined;
|
|
24557
24583
|
aliasTo?: string | undefined;
|
|
@@ -24565,7 +24591,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24565
24591
|
};
|
|
24566
24592
|
opacity: {
|
|
24567
24593
|
value?: {
|
|
24568
|
-
unit: "Pixels" | "Raw";
|
|
24594
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
24569
24595
|
measure: number;
|
|
24570
24596
|
} | null | undefined;
|
|
24571
24597
|
aliasTo?: string | null | undefined;
|
|
@@ -24582,7 +24608,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24582
24608
|
};
|
|
24583
24609
|
opacity: {
|
|
24584
24610
|
value?: {
|
|
24585
|
-
unit: "Pixels" | "Raw";
|
|
24611
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
24586
24612
|
measure: number;
|
|
24587
24613
|
} | undefined;
|
|
24588
24614
|
aliasTo?: string | undefined;
|
|
@@ -24593,7 +24619,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24593
24619
|
};
|
|
24594
24620
|
opacity: {
|
|
24595
24621
|
value?: {
|
|
24596
|
-
unit: "Pixels" | "Raw";
|
|
24622
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
24597
24623
|
measure: number;
|
|
24598
24624
|
} | null | undefined;
|
|
24599
24625
|
aliasTo?: string | null | undefined;
|
|
@@ -24604,7 +24630,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24604
24630
|
};
|
|
24605
24631
|
opacity: {
|
|
24606
24632
|
value?: {
|
|
24607
|
-
unit: "Pixels" | "Raw";
|
|
24633
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
24608
24634
|
measure: number;
|
|
24609
24635
|
} | undefined;
|
|
24610
24636
|
aliasTo?: string | undefined;
|
|
@@ -24615,7 +24641,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24615
24641
|
};
|
|
24616
24642
|
opacity: {
|
|
24617
24643
|
value?: {
|
|
24618
|
-
unit: "Pixels" | "Raw";
|
|
24644
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
24619
24645
|
measure: number;
|
|
24620
24646
|
} | null | undefined;
|
|
24621
24647
|
aliasTo?: string | null | undefined;
|
|
@@ -24628,7 +24654,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24628
24654
|
};
|
|
24629
24655
|
opacity: {
|
|
24630
24656
|
value?: {
|
|
24631
|
-
unit: "Pixels" | "Raw";
|
|
24657
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
24632
24658
|
measure: number;
|
|
24633
24659
|
} | undefined;
|
|
24634
24660
|
aliasTo?: string | undefined;
|
|
@@ -24642,7 +24668,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24642
24668
|
};
|
|
24643
24669
|
opacity: {
|
|
24644
24670
|
value?: {
|
|
24645
|
-
unit: "Pixels" | "Raw";
|
|
24671
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
24646
24672
|
measure: number;
|
|
24647
24673
|
} | null | undefined;
|
|
24648
24674
|
aliasTo?: string | null | undefined;
|
|
@@ -25196,7 +25222,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
25196
25222
|
id: string;
|
|
25197
25223
|
width: {
|
|
25198
25224
|
value?: {
|
|
25199
|
-
unit: "Pixels" | "
|
|
25225
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
25200
25226
|
measure: number;
|
|
25201
25227
|
} | null | undefined;
|
|
25202
25228
|
aliasTo?: string | null | undefined;
|
|
@@ -25437,7 +25463,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
25437
25463
|
id: string;
|
|
25438
25464
|
width: {
|
|
25439
25465
|
value?: {
|
|
25440
|
-
unit: "Pixels" | "
|
|
25466
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
25441
25467
|
measure: number;
|
|
25442
25468
|
} | null | undefined;
|
|
25443
25469
|
aliasTo?: string | null | undefined;
|
|
@@ -25796,7 +25822,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
25796
25822
|
id: string;
|
|
25797
25823
|
width: {
|
|
25798
25824
|
value?: {
|
|
25799
|
-
unit: "Pixels" | "
|
|
25825
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
25800
25826
|
measure: number;
|
|
25801
25827
|
} | null | undefined;
|
|
25802
25828
|
aliasTo?: string | null | undefined;
|
|
@@ -26037,7 +26063,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
26037
26063
|
id: string;
|
|
26038
26064
|
width: {
|
|
26039
26065
|
value?: {
|
|
26040
|
-
unit: "Pixels" | "
|
|
26066
|
+
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
26041
26067
|
measure: number;
|
|
26042
26068
|
} | null | undefined;
|
|
26043
26069
|
aliasTo?: string | null | undefined;
|
|
@@ -45594,6 +45620,7 @@ type RequestExecutorConfig = {
|
|
|
45594
45620
|
};
|
|
45595
45621
|
type RequestExecutorJSONRequest = Omit<RequestInit, "body"> & {
|
|
45596
45622
|
body?: object;
|
|
45623
|
+
query?: URLSearchParams;
|
|
45597
45624
|
};
|
|
45598
45625
|
declare class RequestExecutor {
|
|
45599
45626
|
private readonly testServerConfig;
|
|
@@ -45615,6 +45642,17 @@ declare class OverridesEndpoint {
|
|
|
45615
45642
|
create(dsId: string, versionId: string, themeId: string, body: any): Promise<any>;
|
|
45616
45643
|
}
|
|
45617
45644
|
|
|
45645
|
+
declare class VersionStatsEndpoint {
|
|
45646
|
+
private readonly requestExecutor;
|
|
45647
|
+
constructor(requestExecutor: RequestExecutor);
|
|
45648
|
+
get(dsId: string, vId: string, query?: DTODesignSystemVersionStatsQuery): Promise<{
|
|
45649
|
+
tokens: number;
|
|
45650
|
+
assets: number;
|
|
45651
|
+
designSystemComponents: number;
|
|
45652
|
+
documentationPages: number;
|
|
45653
|
+
}>;
|
|
45654
|
+
}
|
|
45655
|
+
|
|
45618
45656
|
declare const DTOCreateThemeInput: z.ZodObject<{
|
|
45619
45657
|
meta: z.ZodObject<{
|
|
45620
45658
|
name: z.ZodString;
|
|
@@ -45695,6 +45733,7 @@ declare class DesignSystemVersionsEndpoint {
|
|
|
45695
45733
|
readonly themes: ThemesEndpoint;
|
|
45696
45734
|
readonly brands: BrandsEndpoint;
|
|
45697
45735
|
readonly tokens: TokensEndpoint;
|
|
45736
|
+
readonly stats: VersionStatsEndpoint;
|
|
45698
45737
|
constructor(requestExecutor: RequestExecutor);
|
|
45699
45738
|
list(dsId: string): Promise<{
|
|
45700
45739
|
designSystemVersions: {
|
|
@@ -52087,4 +52126,4 @@ declare class FrontendVersionRoomYDoc {
|
|
|
52087
52126
|
|
|
52088
52127
|
declare function generatePageContentHash(content: DocumentationPageEditorModel, definitions: PageBlockDefinition[], debug?: boolean): string;
|
|
52089
52128
|
|
|
52090
|
-
export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBrand, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandsListResponse, DTOCreateBrandInput, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateElementPropertyDefinitionInputV2, DTOCreateThemeInput, DTOCreateVersionInput, DTODataSource, DTODataSourceCreationResponse, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaVariablesPlugin, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteElementPropertyDefinitionInputV2, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODiffCountBase, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionsGetResponse, DTOElementPropertyValue, DTOElementPropertyValuesGetResponse, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOExportJob, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterCreateOutput, DTOExporterGitProviderEnum, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterProperty, DTOExporterPropertyListResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderInput, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPropertyDefinitionCreateActionInputV2, DTOPropertyDefinitionCreateActionOutputV2, DTOPropertyDefinitionDeleteActionInputV2, DTOPropertyDefinitionDeleteActionOutputV2, DTOPropertyDefinitionUpdateActionInputV2, DTOPropertyDefinitionUpdateActionOutputV2, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageInputV2, DTOUpdateElementPropertyDefinitionInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUser, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceResponse, DTOWorkspaceRole, DesignSystemMembersEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, FrontendVersionRoomYDoc, type ListItemNode, type ListNode, ListTreeBuilder, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, SupernovaApiClient, ThemesEndpoint, TokenCollectionsEndpoint, TokensEndpoint, UsersEndpoint, VersionRoomBaseYDoc, VersionSQSPayload, WorkspaceConfigurationPayload, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspacesEndpoint, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
|
|
52129
|
+
export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBrand, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandsListResponse, DTOCreateBrandInput, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateElementPropertyDefinitionInputV2, DTOCreateThemeInput, DTOCreateVersionInput, DTODataSource, DTODataSourceCreationResponse, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaVariablesPlugin, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteElementPropertyDefinitionInputV2, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODiffCountBase, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionsGetResponse, DTOElementPropertyValue, DTOElementPropertyValuesGetResponse, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOExportJob, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterCreateOutput, DTOExporterGitProviderEnum, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterProperty, DTOExporterPropertyListResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderInput, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPropertyDefinitionCreateActionInputV2, DTOPropertyDefinitionCreateActionOutputV2, DTOPropertyDefinitionDeleteActionInputV2, DTOPropertyDefinitionDeleteActionOutputV2, DTOPropertyDefinitionUpdateActionInputV2, DTOPropertyDefinitionUpdateActionOutputV2, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageInputV2, DTOUpdateElementPropertyDefinitionInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUser, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceResponse, DTOWorkspaceRole, DesignSystemMembersEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, FrontendVersionRoomYDoc, type ListItemNode, type ListNode, ListTreeBuilder, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, SupernovaApiClient, ThemesEndpoint, TokenCollectionsEndpoint, TokensEndpoint, UsersEndpoint, VersionRoomBaseYDoc, VersionSQSPayload, VersionStatsEndpoint, WorkspaceConfigurationPayload, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspacesEndpoint, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
|