@supernova-studio/client 0.55.18 → 0.55.19
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 +76 -54
- package/dist/index.d.ts +76 -54
- package/dist/index.js +13 -12
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -12
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/api/dto/design-systems/design-system.ts +1 -0
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" | "
|
|
519
|
+
unit: "Pixels" | "Raw";
|
|
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" | "
|
|
530
|
+
unit: "Pixels" | "Raw";
|
|
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" | "
|
|
541
|
+
unit: "Pixels" | "Raw";
|
|
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" | "
|
|
552
|
+
unit: "Pixels" | "Raw";
|
|
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" | "
|
|
565
|
+
unit: "Pixels" | "Raw";
|
|
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" | "
|
|
579
|
+
unit: "Pixels" | "Raw";
|
|
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" | "
|
|
596
|
+
unit: "Pixels" | "Raw";
|
|
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" | "
|
|
607
|
+
unit: "Pixels" | "Raw";
|
|
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" | "
|
|
618
|
+
unit: "Pixels" | "Raw";
|
|
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" | "
|
|
629
|
+
unit: "Pixels" | "Raw";
|
|
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" | "
|
|
642
|
+
unit: "Pixels" | "Raw";
|
|
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" | "
|
|
656
|
+
unit: "Pixels" | "Raw";
|
|
657
657
|
measure: number;
|
|
658
658
|
} | null | undefined;
|
|
659
659
|
aliasTo?: string | null | undefined;
|
|
@@ -2905,6 +2905,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2905
2905
|
}>;
|
|
2906
2906
|
docExporterId: z.ZodString;
|
|
2907
2907
|
sources: z.ZodArray<z.ZodAny, "many">;
|
|
2908
|
+
isPublic: z.ZodLiteral<true>;
|
|
2908
2909
|
isAvailableToUser: z.ZodBoolean;
|
|
2909
2910
|
role: z.ZodOptional<z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>>;
|
|
2910
2911
|
effectiveRole: z.ZodOptional<z.ZodEnum<["Admin", "Contributor", "Creator", "Viewer"]>>;
|
|
@@ -2927,6 +2928,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2927
2928
|
approvalRequiredForPublishing: boolean;
|
|
2928
2929
|
accessMode: "Open" | "InviteOnly";
|
|
2929
2930
|
membersGenerated: boolean;
|
|
2931
|
+
isPublic: true;
|
|
2930
2932
|
isAvailableToUser: boolean;
|
|
2931
2933
|
docUserSlug?: string | undefined;
|
|
2932
2934
|
docViewUrl?: string | undefined;
|
|
@@ -2955,6 +2957,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2955
2957
|
approvalRequiredForPublishing: boolean;
|
|
2956
2958
|
accessMode: "Open" | "InviteOnly";
|
|
2957
2959
|
membersGenerated: boolean;
|
|
2960
|
+
isPublic: true;
|
|
2958
2961
|
isAvailableToUser: boolean;
|
|
2959
2962
|
docUserSlug?: string | null | undefined;
|
|
2960
2963
|
docViewUrl?: string | null | undefined;
|
|
@@ -3065,6 +3068,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
3065
3068
|
approvalRequiredForPublishing: boolean;
|
|
3066
3069
|
accessMode: "Open" | "InviteOnly";
|
|
3067
3070
|
membersGenerated: boolean;
|
|
3071
|
+
isPublic: true;
|
|
3068
3072
|
isAvailableToUser: boolean;
|
|
3069
3073
|
docUserSlug?: string | undefined;
|
|
3070
3074
|
docViewUrl?: string | undefined;
|
|
@@ -3300,6 +3304,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
3300
3304
|
approvalRequiredForPublishing: boolean;
|
|
3301
3305
|
accessMode: "Open" | "InviteOnly";
|
|
3302
3306
|
membersGenerated: boolean;
|
|
3307
|
+
isPublic: true;
|
|
3303
3308
|
isAvailableToUser: boolean;
|
|
3304
3309
|
docUserSlug?: string | null | undefined;
|
|
3305
3310
|
docViewUrl?: string | null | undefined;
|
|
@@ -7392,6 +7397,7 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
|
|
|
7392
7397
|
}>;
|
|
7393
7398
|
docExporterId: z.ZodString;
|
|
7394
7399
|
sources: z.ZodArray<z.ZodAny, "many">;
|
|
7400
|
+
isPublic: z.ZodLiteral<true>;
|
|
7395
7401
|
/**
|
|
7396
7402
|
* Whether or not user who is requesting the design system
|
|
7397
7403
|
* has access to the design system's contents.
|
|
@@ -7425,6 +7431,7 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
|
|
|
7425
7431
|
approvalRequiredForPublishing: boolean;
|
|
7426
7432
|
accessMode: "Open" | "InviteOnly";
|
|
7427
7433
|
membersGenerated: boolean;
|
|
7434
|
+
isPublic: true;
|
|
7428
7435
|
isAvailableToUser: boolean;
|
|
7429
7436
|
docUserSlug?: string | undefined;
|
|
7430
7437
|
docViewUrl?: string | undefined;
|
|
@@ -7453,6 +7460,7 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
|
|
|
7453
7460
|
approvalRequiredForPublishing: boolean;
|
|
7454
7461
|
accessMode: "Open" | "InviteOnly";
|
|
7455
7462
|
membersGenerated: boolean;
|
|
7463
|
+
isPublic: true;
|
|
7456
7464
|
isAvailableToUser: boolean;
|
|
7457
7465
|
docUserSlug?: string | null | undefined;
|
|
7458
7466
|
docViewUrl?: string | null | undefined;
|
|
@@ -7509,6 +7517,7 @@ declare const DTODesignSystemResponse: z.ZodObject<{
|
|
|
7509
7517
|
}>;
|
|
7510
7518
|
docExporterId: z.ZodString;
|
|
7511
7519
|
sources: z.ZodArray<z.ZodAny, "many">;
|
|
7520
|
+
isPublic: z.ZodLiteral<true>;
|
|
7512
7521
|
/**
|
|
7513
7522
|
* Whether or not user who is requesting the design system
|
|
7514
7523
|
* has access to the design system's contents.
|
|
@@ -7542,6 +7551,7 @@ declare const DTODesignSystemResponse: z.ZodObject<{
|
|
|
7542
7551
|
approvalRequiredForPublishing: boolean;
|
|
7543
7552
|
accessMode: "Open" | "InviteOnly";
|
|
7544
7553
|
membersGenerated: boolean;
|
|
7554
|
+
isPublic: true;
|
|
7545
7555
|
isAvailableToUser: boolean;
|
|
7546
7556
|
docUserSlug?: string | undefined;
|
|
7547
7557
|
docViewUrl?: string | undefined;
|
|
@@ -7570,6 +7580,7 @@ declare const DTODesignSystemResponse: z.ZodObject<{
|
|
|
7570
7580
|
approvalRequiredForPublishing: boolean;
|
|
7571
7581
|
accessMode: "Open" | "InviteOnly";
|
|
7572
7582
|
membersGenerated: boolean;
|
|
7583
|
+
isPublic: true;
|
|
7573
7584
|
isAvailableToUser: boolean;
|
|
7574
7585
|
docUserSlug?: string | null | undefined;
|
|
7575
7586
|
docViewUrl?: string | null | undefined;
|
|
@@ -7600,6 +7611,7 @@ declare const DTODesignSystemResponse: z.ZodObject<{
|
|
|
7600
7611
|
approvalRequiredForPublishing: boolean;
|
|
7601
7612
|
accessMode: "Open" | "InviteOnly";
|
|
7602
7613
|
membersGenerated: boolean;
|
|
7614
|
+
isPublic: true;
|
|
7603
7615
|
isAvailableToUser: boolean;
|
|
7604
7616
|
docUserSlug?: string | undefined;
|
|
7605
7617
|
docViewUrl?: string | undefined;
|
|
@@ -7630,6 +7642,7 @@ declare const DTODesignSystemResponse: z.ZodObject<{
|
|
|
7630
7642
|
approvalRequiredForPublishing: boolean;
|
|
7631
7643
|
accessMode: "Open" | "InviteOnly";
|
|
7632
7644
|
membersGenerated: boolean;
|
|
7645
|
+
isPublic: true;
|
|
7633
7646
|
isAvailableToUser: boolean;
|
|
7634
7647
|
docUserSlug?: string | null | undefined;
|
|
7635
7648
|
docViewUrl?: string | null | undefined;
|
|
@@ -7687,6 +7700,7 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
|
|
|
7687
7700
|
}>;
|
|
7688
7701
|
docExporterId: z.ZodString;
|
|
7689
7702
|
sources: z.ZodArray<z.ZodAny, "many">;
|
|
7703
|
+
isPublic: z.ZodLiteral<true>;
|
|
7690
7704
|
/**
|
|
7691
7705
|
* Whether or not user who is requesting the design system
|
|
7692
7706
|
* has access to the design system's contents.
|
|
@@ -7720,6 +7734,7 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
|
|
|
7720
7734
|
approvalRequiredForPublishing: boolean;
|
|
7721
7735
|
accessMode: "Open" | "InviteOnly";
|
|
7722
7736
|
membersGenerated: boolean;
|
|
7737
|
+
isPublic: true;
|
|
7723
7738
|
isAvailableToUser: boolean;
|
|
7724
7739
|
docUserSlug?: string | undefined;
|
|
7725
7740
|
docViewUrl?: string | undefined;
|
|
@@ -7748,6 +7763,7 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
|
|
|
7748
7763
|
approvalRequiredForPublishing: boolean;
|
|
7749
7764
|
accessMode: "Open" | "InviteOnly";
|
|
7750
7765
|
membersGenerated: boolean;
|
|
7766
|
+
isPublic: true;
|
|
7751
7767
|
isAvailableToUser: boolean;
|
|
7752
7768
|
docUserSlug?: string | null | undefined;
|
|
7753
7769
|
docViewUrl?: string | null | undefined;
|
|
@@ -7778,6 +7794,7 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
|
|
|
7778
7794
|
approvalRequiredForPublishing: boolean;
|
|
7779
7795
|
accessMode: "Open" | "InviteOnly";
|
|
7780
7796
|
membersGenerated: boolean;
|
|
7797
|
+
isPublic: true;
|
|
7781
7798
|
isAvailableToUser: boolean;
|
|
7782
7799
|
docUserSlug?: string | undefined;
|
|
7783
7800
|
docViewUrl?: string | undefined;
|
|
@@ -7808,6 +7825,7 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
|
|
|
7808
7825
|
approvalRequiredForPublishing: boolean;
|
|
7809
7826
|
accessMode: "Open" | "InviteOnly";
|
|
7810
7827
|
membersGenerated: boolean;
|
|
7828
|
+
isPublic: true;
|
|
7811
7829
|
isAvailableToUser: boolean;
|
|
7812
7830
|
docUserSlug?: string | null | undefined;
|
|
7813
7831
|
docViewUrl?: string | null | undefined;
|
|
@@ -19247,7 +19265,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19247
19265
|
};
|
|
19248
19266
|
opacity: {
|
|
19249
19267
|
value?: {
|
|
19250
|
-
unit: "Pixels" | "
|
|
19268
|
+
unit: "Pixels" | "Raw";
|
|
19251
19269
|
measure: number;
|
|
19252
19270
|
} | undefined;
|
|
19253
19271
|
aliasTo?: string | undefined;
|
|
@@ -19258,7 +19276,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19258
19276
|
};
|
|
19259
19277
|
opacity: {
|
|
19260
19278
|
value?: {
|
|
19261
|
-
unit: "Pixels" | "
|
|
19279
|
+
unit: "Pixels" | "Raw";
|
|
19262
19280
|
measure: number;
|
|
19263
19281
|
} | null | undefined;
|
|
19264
19282
|
aliasTo?: string | null | undefined;
|
|
@@ -19269,7 +19287,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19269
19287
|
};
|
|
19270
19288
|
opacity: {
|
|
19271
19289
|
value?: {
|
|
19272
|
-
unit: "Pixels" | "
|
|
19290
|
+
unit: "Pixels" | "Raw";
|
|
19273
19291
|
measure: number;
|
|
19274
19292
|
} | undefined;
|
|
19275
19293
|
aliasTo?: string | undefined;
|
|
@@ -19280,7 +19298,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19280
19298
|
};
|
|
19281
19299
|
opacity: {
|
|
19282
19300
|
value?: {
|
|
19283
|
-
unit: "Pixels" | "
|
|
19301
|
+
unit: "Pixels" | "Raw";
|
|
19284
19302
|
measure: number;
|
|
19285
19303
|
} | null | undefined;
|
|
19286
19304
|
aliasTo?: string | null | undefined;
|
|
@@ -19293,7 +19311,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19293
19311
|
};
|
|
19294
19312
|
opacity: {
|
|
19295
19313
|
value?: {
|
|
19296
|
-
unit: "Pixels" | "
|
|
19314
|
+
unit: "Pixels" | "Raw";
|
|
19297
19315
|
measure: number;
|
|
19298
19316
|
} | undefined;
|
|
19299
19317
|
aliasTo?: string | undefined;
|
|
@@ -19307,7 +19325,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19307
19325
|
};
|
|
19308
19326
|
opacity: {
|
|
19309
19327
|
value?: {
|
|
19310
|
-
unit: "Pixels" | "
|
|
19328
|
+
unit: "Pixels" | "Raw";
|
|
19311
19329
|
measure: number;
|
|
19312
19330
|
} | null | undefined;
|
|
19313
19331
|
aliasTo?: string | null | undefined;
|
|
@@ -19324,7 +19342,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19324
19342
|
};
|
|
19325
19343
|
opacity: {
|
|
19326
19344
|
value?: {
|
|
19327
|
-
unit: "Pixels" | "
|
|
19345
|
+
unit: "Pixels" | "Raw";
|
|
19328
19346
|
measure: number;
|
|
19329
19347
|
} | undefined;
|
|
19330
19348
|
aliasTo?: string | undefined;
|
|
@@ -19335,7 +19353,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19335
19353
|
};
|
|
19336
19354
|
opacity: {
|
|
19337
19355
|
value?: {
|
|
19338
|
-
unit: "Pixels" | "
|
|
19356
|
+
unit: "Pixels" | "Raw";
|
|
19339
19357
|
measure: number;
|
|
19340
19358
|
} | null | undefined;
|
|
19341
19359
|
aliasTo?: string | null | undefined;
|
|
@@ -19346,7 +19364,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19346
19364
|
};
|
|
19347
19365
|
opacity: {
|
|
19348
19366
|
value?: {
|
|
19349
|
-
unit: "Pixels" | "
|
|
19367
|
+
unit: "Pixels" | "Raw";
|
|
19350
19368
|
measure: number;
|
|
19351
19369
|
} | undefined;
|
|
19352
19370
|
aliasTo?: string | undefined;
|
|
@@ -19357,7 +19375,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19357
19375
|
};
|
|
19358
19376
|
opacity: {
|
|
19359
19377
|
value?: {
|
|
19360
|
-
unit: "Pixels" | "
|
|
19378
|
+
unit: "Pixels" | "Raw";
|
|
19361
19379
|
measure: number;
|
|
19362
19380
|
} | null | undefined;
|
|
19363
19381
|
aliasTo?: string | null | undefined;
|
|
@@ -19370,7 +19388,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19370
19388
|
};
|
|
19371
19389
|
opacity: {
|
|
19372
19390
|
value?: {
|
|
19373
|
-
unit: "Pixels" | "
|
|
19391
|
+
unit: "Pixels" | "Raw";
|
|
19374
19392
|
measure: number;
|
|
19375
19393
|
} | undefined;
|
|
19376
19394
|
aliasTo?: string | undefined;
|
|
@@ -19384,7 +19402,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19384
19402
|
};
|
|
19385
19403
|
opacity: {
|
|
19386
19404
|
value?: {
|
|
19387
|
-
unit: "Pixels" | "
|
|
19405
|
+
unit: "Pixels" | "Raw";
|
|
19388
19406
|
measure: number;
|
|
19389
19407
|
} | null | undefined;
|
|
19390
19408
|
aliasTo?: string | null | undefined;
|
|
@@ -23722,7 +23740,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
23722
23740
|
id: string;
|
|
23723
23741
|
width: {
|
|
23724
23742
|
value?: {
|
|
23725
|
-
unit: "Pixels" | "
|
|
23743
|
+
unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
|
|
23726
23744
|
measure: number;
|
|
23727
23745
|
} | null | undefined;
|
|
23728
23746
|
aliasTo?: string | null | undefined;
|
|
@@ -23771,7 +23789,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
23771
23789
|
};
|
|
23772
23790
|
opacity: {
|
|
23773
23791
|
value?: {
|
|
23774
|
-
unit: "Pixels" | "
|
|
23792
|
+
unit: "Pixels" | "Raw";
|
|
23775
23793
|
measure: number;
|
|
23776
23794
|
} | undefined;
|
|
23777
23795
|
aliasTo?: string | undefined;
|
|
@@ -23786,7 +23804,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
23786
23804
|
};
|
|
23787
23805
|
opacity: {
|
|
23788
23806
|
value?: {
|
|
23789
|
-
unit: "Pixels" | "
|
|
23807
|
+
unit: "Pixels" | "Raw";
|
|
23790
23808
|
measure: number;
|
|
23791
23809
|
} | undefined;
|
|
23792
23810
|
aliasTo?: string | undefined;
|
|
@@ -23839,7 +23857,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
23839
23857
|
};
|
|
23840
23858
|
opacity: {
|
|
23841
23859
|
value?: {
|
|
23842
|
-
unit: "Pixels" | "
|
|
23860
|
+
unit: "Pixels" | "Raw";
|
|
23843
23861
|
measure: number;
|
|
23844
23862
|
} | null | undefined;
|
|
23845
23863
|
aliasTo?: string | null | undefined;
|
|
@@ -23854,7 +23872,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
23854
23872
|
};
|
|
23855
23873
|
opacity: {
|
|
23856
23874
|
value?: {
|
|
23857
|
-
unit: "Pixels" | "
|
|
23875
|
+
unit: "Pixels" | "Raw";
|
|
23858
23876
|
measure: number;
|
|
23859
23877
|
} | null | undefined;
|
|
23860
23878
|
aliasTo?: string | null | undefined;
|
|
@@ -23907,7 +23925,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
23907
23925
|
};
|
|
23908
23926
|
opacity: {
|
|
23909
23927
|
value?: {
|
|
23910
|
-
unit: "Pixels" | "
|
|
23928
|
+
unit: "Pixels" | "Raw";
|
|
23911
23929
|
measure: number;
|
|
23912
23930
|
} | undefined;
|
|
23913
23931
|
aliasTo?: string | undefined;
|
|
@@ -23922,7 +23940,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
23922
23940
|
};
|
|
23923
23941
|
opacity: {
|
|
23924
23942
|
value?: {
|
|
23925
|
-
unit: "Pixels" | "
|
|
23943
|
+
unit: "Pixels" | "Raw";
|
|
23926
23944
|
measure: number;
|
|
23927
23945
|
} | undefined;
|
|
23928
23946
|
aliasTo?: string | undefined;
|
|
@@ -23975,7 +23993,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
23975
23993
|
};
|
|
23976
23994
|
opacity: {
|
|
23977
23995
|
value?: {
|
|
23978
|
-
unit: "Pixels" | "
|
|
23996
|
+
unit: "Pixels" | "Raw";
|
|
23979
23997
|
measure: number;
|
|
23980
23998
|
} | null | undefined;
|
|
23981
23999
|
aliasTo?: string | null | undefined;
|
|
@@ -23990,7 +24008,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
23990
24008
|
};
|
|
23991
24009
|
opacity: {
|
|
23992
24010
|
value?: {
|
|
23993
|
-
unit: "Pixels" | "
|
|
24011
|
+
unit: "Pixels" | "Raw";
|
|
23994
24012
|
measure: number;
|
|
23995
24013
|
} | null | undefined;
|
|
23996
24014
|
aliasTo?: string | null | undefined;
|
|
@@ -24046,7 +24064,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24046
24064
|
};
|
|
24047
24065
|
opacity: {
|
|
24048
24066
|
value?: {
|
|
24049
|
-
unit: "Pixels" | "
|
|
24067
|
+
unit: "Pixels" | "Raw";
|
|
24050
24068
|
measure: number;
|
|
24051
24069
|
} | undefined;
|
|
24052
24070
|
aliasTo?: string | undefined;
|
|
@@ -24061,7 +24079,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24061
24079
|
};
|
|
24062
24080
|
opacity: {
|
|
24063
24081
|
value?: {
|
|
24064
|
-
unit: "Pixels" | "
|
|
24082
|
+
unit: "Pixels" | "Raw";
|
|
24065
24083
|
measure: number;
|
|
24066
24084
|
} | undefined;
|
|
24067
24085
|
aliasTo?: string | undefined;
|
|
@@ -24310,7 +24328,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24310
24328
|
id: string;
|
|
24311
24329
|
width: {
|
|
24312
24330
|
value?: {
|
|
24313
|
-
unit: "Pixels" | "
|
|
24331
|
+
unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
|
|
24314
24332
|
measure: number;
|
|
24315
24333
|
} | null | undefined;
|
|
24316
24334
|
aliasTo?: string | null | undefined;
|
|
@@ -24359,7 +24377,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24359
24377
|
};
|
|
24360
24378
|
opacity: {
|
|
24361
24379
|
value?: {
|
|
24362
|
-
unit: "Pixels" | "
|
|
24380
|
+
unit: "Pixels" | "Raw";
|
|
24363
24381
|
measure: number;
|
|
24364
24382
|
} | null | undefined;
|
|
24365
24383
|
aliasTo?: string | null | undefined;
|
|
@@ -24374,7 +24392,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24374
24392
|
};
|
|
24375
24393
|
opacity: {
|
|
24376
24394
|
value?: {
|
|
24377
|
-
unit: "Pixels" | "
|
|
24395
|
+
unit: "Pixels" | "Raw";
|
|
24378
24396
|
measure: number;
|
|
24379
24397
|
} | null | undefined;
|
|
24380
24398
|
aliasTo?: string | null | undefined;
|
|
@@ -24431,7 +24449,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24431
24449
|
};
|
|
24432
24450
|
opacity: {
|
|
24433
24451
|
value?: {
|
|
24434
|
-
unit: "Pixels" | "
|
|
24452
|
+
unit: "Pixels" | "Raw";
|
|
24435
24453
|
measure: number;
|
|
24436
24454
|
} | undefined;
|
|
24437
24455
|
aliasTo?: string | undefined;
|
|
@@ -24442,7 +24460,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24442
24460
|
};
|
|
24443
24461
|
opacity: {
|
|
24444
24462
|
value?: {
|
|
24445
|
-
unit: "Pixels" | "
|
|
24463
|
+
unit: "Pixels" | "Raw";
|
|
24446
24464
|
measure: number;
|
|
24447
24465
|
} | null | undefined;
|
|
24448
24466
|
aliasTo?: string | null | undefined;
|
|
@@ -24453,7 +24471,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24453
24471
|
};
|
|
24454
24472
|
opacity: {
|
|
24455
24473
|
value?: {
|
|
24456
|
-
unit: "Pixels" | "
|
|
24474
|
+
unit: "Pixels" | "Raw";
|
|
24457
24475
|
measure: number;
|
|
24458
24476
|
} | undefined;
|
|
24459
24477
|
aliasTo?: string | undefined;
|
|
@@ -24464,7 +24482,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24464
24482
|
};
|
|
24465
24483
|
opacity: {
|
|
24466
24484
|
value?: {
|
|
24467
|
-
unit: "Pixels" | "
|
|
24485
|
+
unit: "Pixels" | "Raw";
|
|
24468
24486
|
measure: number;
|
|
24469
24487
|
} | null | undefined;
|
|
24470
24488
|
aliasTo?: string | null | undefined;
|
|
@@ -24477,7 +24495,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24477
24495
|
};
|
|
24478
24496
|
opacity: {
|
|
24479
24497
|
value?: {
|
|
24480
|
-
unit: "Pixels" | "
|
|
24498
|
+
unit: "Pixels" | "Raw";
|
|
24481
24499
|
measure: number;
|
|
24482
24500
|
} | undefined;
|
|
24483
24501
|
aliasTo?: string | undefined;
|
|
@@ -24491,7 +24509,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24491
24509
|
};
|
|
24492
24510
|
opacity: {
|
|
24493
24511
|
value?: {
|
|
24494
|
-
unit: "Pixels" | "
|
|
24512
|
+
unit: "Pixels" | "Raw";
|
|
24495
24513
|
measure: number;
|
|
24496
24514
|
} | null | undefined;
|
|
24497
24515
|
aliasTo?: string | null | undefined;
|
|
@@ -24508,7 +24526,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24508
24526
|
};
|
|
24509
24527
|
opacity: {
|
|
24510
24528
|
value?: {
|
|
24511
|
-
unit: "Pixels" | "
|
|
24529
|
+
unit: "Pixels" | "Raw";
|
|
24512
24530
|
measure: number;
|
|
24513
24531
|
} | undefined;
|
|
24514
24532
|
aliasTo?: string | undefined;
|
|
@@ -24519,7 +24537,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24519
24537
|
};
|
|
24520
24538
|
opacity: {
|
|
24521
24539
|
value?: {
|
|
24522
|
-
unit: "Pixels" | "
|
|
24540
|
+
unit: "Pixels" | "Raw";
|
|
24523
24541
|
measure: number;
|
|
24524
24542
|
} | null | undefined;
|
|
24525
24543
|
aliasTo?: string | null | undefined;
|
|
@@ -24530,7 +24548,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24530
24548
|
};
|
|
24531
24549
|
opacity: {
|
|
24532
24550
|
value?: {
|
|
24533
|
-
unit: "Pixels" | "
|
|
24551
|
+
unit: "Pixels" | "Raw";
|
|
24534
24552
|
measure: number;
|
|
24535
24553
|
} | undefined;
|
|
24536
24554
|
aliasTo?: string | undefined;
|
|
@@ -24541,7 +24559,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24541
24559
|
};
|
|
24542
24560
|
opacity: {
|
|
24543
24561
|
value?: {
|
|
24544
|
-
unit: "Pixels" | "
|
|
24562
|
+
unit: "Pixels" | "Raw";
|
|
24545
24563
|
measure: number;
|
|
24546
24564
|
} | null | undefined;
|
|
24547
24565
|
aliasTo?: string | null | undefined;
|
|
@@ -24554,7 +24572,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24554
24572
|
};
|
|
24555
24573
|
opacity: {
|
|
24556
24574
|
value?: {
|
|
24557
|
-
unit: "Pixels" | "
|
|
24575
|
+
unit: "Pixels" | "Raw";
|
|
24558
24576
|
measure: number;
|
|
24559
24577
|
} | undefined;
|
|
24560
24578
|
aliasTo?: string | undefined;
|
|
@@ -24568,7 +24586,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24568
24586
|
};
|
|
24569
24587
|
opacity: {
|
|
24570
24588
|
value?: {
|
|
24571
|
-
unit: "Pixels" | "
|
|
24589
|
+
unit: "Pixels" | "Raw";
|
|
24572
24590
|
measure: number;
|
|
24573
24591
|
} | null | undefined;
|
|
24574
24592
|
aliasTo?: string | null | undefined;
|
|
@@ -25122,7 +25140,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
25122
25140
|
id: string;
|
|
25123
25141
|
width: {
|
|
25124
25142
|
value?: {
|
|
25125
|
-
unit: "Pixels" | "
|
|
25143
|
+
unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
|
|
25126
25144
|
measure: number;
|
|
25127
25145
|
} | null | undefined;
|
|
25128
25146
|
aliasTo?: string | null | undefined;
|
|
@@ -25363,7 +25381,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
25363
25381
|
id: string;
|
|
25364
25382
|
width: {
|
|
25365
25383
|
value?: {
|
|
25366
|
-
unit: "Pixels" | "
|
|
25384
|
+
unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
|
|
25367
25385
|
measure: number;
|
|
25368
25386
|
} | null | undefined;
|
|
25369
25387
|
aliasTo?: string | null | undefined;
|
|
@@ -25722,7 +25740,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
25722
25740
|
id: string;
|
|
25723
25741
|
width: {
|
|
25724
25742
|
value?: {
|
|
25725
|
-
unit: "Pixels" | "
|
|
25743
|
+
unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
|
|
25726
25744
|
measure: number;
|
|
25727
25745
|
} | null | undefined;
|
|
25728
25746
|
aliasTo?: string | null | undefined;
|
|
@@ -25963,7 +25981,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
25963
25981
|
id: string;
|
|
25964
25982
|
width: {
|
|
25965
25983
|
value?: {
|
|
25966
|
-
unit: "Pixels" | "
|
|
25984
|
+
unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
|
|
25967
25985
|
measure: number;
|
|
25968
25986
|
} | null | undefined;
|
|
25969
25987
|
aliasTo?: string | null | undefined;
|
|
@@ -48016,6 +48034,7 @@ declare class DesignSystemsEndpoint {
|
|
|
48016
48034
|
approvalRequiredForPublishing: boolean;
|
|
48017
48035
|
accessMode: "Open" | "InviteOnly";
|
|
48018
48036
|
membersGenerated: boolean;
|
|
48037
|
+
isPublic: true;
|
|
48019
48038
|
isAvailableToUser: boolean;
|
|
48020
48039
|
docUserSlug?: string | undefined;
|
|
48021
48040
|
docViewUrl?: string | undefined;
|
|
@@ -48047,6 +48066,7 @@ declare class DesignSystemsEndpoint {
|
|
|
48047
48066
|
approvalRequiredForPublishing: boolean;
|
|
48048
48067
|
accessMode: "Open" | "InviteOnly";
|
|
48049
48068
|
membersGenerated: boolean;
|
|
48069
|
+
isPublic: true;
|
|
48050
48070
|
isAvailableToUser: boolean;
|
|
48051
48071
|
docUserSlug?: string | undefined;
|
|
48052
48072
|
docViewUrl?: string | undefined;
|
|
@@ -48080,6 +48100,7 @@ declare class DesignSystemsEndpoint {
|
|
|
48080
48100
|
approvalRequiredForPublishing: boolean;
|
|
48081
48101
|
accessMode: "Open" | "InviteOnly";
|
|
48082
48102
|
membersGenerated: boolean;
|
|
48103
|
+
isPublic: true;
|
|
48083
48104
|
isAvailableToUser: boolean;
|
|
48084
48105
|
docUserSlug?: string | undefined;
|
|
48085
48106
|
docViewUrl?: string | undefined;
|
|
@@ -48111,6 +48132,7 @@ declare class DesignSystemsEndpoint {
|
|
|
48111
48132
|
approvalRequiredForPublishing: boolean;
|
|
48112
48133
|
accessMode: "Open" | "InviteOnly";
|
|
48113
48134
|
membersGenerated: boolean;
|
|
48135
|
+
isPublic: true;
|
|
48114
48136
|
isAvailableToUser: boolean;
|
|
48115
48137
|
docUserSlug?: string | undefined;
|
|
48116
48138
|
docViewUrl?: string | undefined;
|