@supernova-studio/client 0.55.18 → 0.55.20

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.
Files changed (28) hide show
  1. package/dist/index.d.mts +472 -378
  2. package/dist/index.d.ts +472 -378
  3. package/dist/index.js +149 -54
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.mjs +781 -686
  6. package/dist/index.mjs.map +1 -1
  7. package/package.json +1 -1
  8. package/src/api/client.ts +1 -1
  9. package/src/api/dto/design-systems/design-system.ts +1 -0
  10. package/src/api/endpoints/{design-system-members.ts → design-system/design-system-members.ts} +2 -2
  11. package/src/api/endpoints/design-system/design-system-versions.ts +20 -0
  12. package/src/api/endpoints/{design-systems.ts → design-system/design-systems.ts} +4 -3
  13. package/src/api/endpoints/design-system/index.ts +4 -0
  14. package/src/api/endpoints/design-system/versions/brands.ts +17 -0
  15. package/src/api/endpoints/design-system/versions/index.ts +4 -0
  16. package/src/api/endpoints/design-system/versions/overrides.ts +17 -0
  17. package/src/api/endpoints/design-system/versions/themes.ts +24 -0
  18. package/src/api/endpoints/design-system/versions/tokens.ts +13 -0
  19. package/src/api/endpoints/index.ts +2 -6
  20. package/src/api/endpoints/users.ts +0 -1
  21. package/src/api/endpoints/workspaces/index.ts +3 -0
  22. package/src/api/endpoints/{workspace-invites.ts → workspaces/workspace-invites.ts} +2 -2
  23. package/src/api/endpoints/{workspace-members.ts → workspaces/workspace-members.ts} +2 -2
  24. package/src/api/endpoints/{workspaces.ts → workspaces/workspaces.ts} +3 -3
  25. package/src/api/payloads/design-systems/brand.ts +6 -5
  26. package/src/api/payloads/design-systems/index.ts +1 -0
  27. package/src/api/payloads/design-systems/theme.ts +14 -0
  28. package/src/api/endpoints/design-system-versions.ts +0 -10
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
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" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
25984
+ unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
25967
25985
  measure: number;
25968
25986
  } | null | undefined;
25969
25987
  aliasTo?: string | null | undefined;
@@ -27955,8 +27973,8 @@ declare const DTOPropertyDefinitionCreateActionOutputV2: z.ZodObject<{
27955
27973
  description?: string | undefined;
27956
27974
  };
27957
27975
  designSystemVersionId: string;
27958
- targetElementType: "Token" | "Component" | "DocumentationPage";
27959
27976
  codeName: string;
27977
+ targetElementType: "Token" | "Component" | "DocumentationPage";
27960
27978
  options?: {
27961
27979
  id: string;
27962
27980
  name: string;
@@ -27974,8 +27992,8 @@ declare const DTOPropertyDefinitionCreateActionOutputV2: z.ZodObject<{
27974
27992
  description?: string | undefined;
27975
27993
  };
27976
27994
  designSystemVersionId: string;
27977
- targetElementType: "Token" | "Component" | "DocumentationPage";
27978
27995
  codeName: string;
27996
+ targetElementType: "Token" | "Component" | "DocumentationPage";
27979
27997
  options?: {
27980
27998
  id: string;
27981
27999
  name: string;
@@ -27996,8 +28014,8 @@ declare const DTOPropertyDefinitionCreateActionOutputV2: z.ZodObject<{
27996
28014
  description?: string | undefined;
27997
28015
  };
27998
28016
  designSystemVersionId: string;
27999
- targetElementType: "Token" | "Component" | "DocumentationPage";
28000
28017
  codeName: string;
28018
+ targetElementType: "Token" | "Component" | "DocumentationPage";
28001
28019
  options?: {
28002
28020
  id: string;
28003
28021
  name: string;
@@ -28018,8 +28036,8 @@ declare const DTOPropertyDefinitionCreateActionOutputV2: z.ZodObject<{
28018
28036
  description?: string | undefined;
28019
28037
  };
28020
28038
  designSystemVersionId: string;
28021
- targetElementType: "Token" | "Component" | "DocumentationPage";
28022
28039
  codeName: string;
28040
+ targetElementType: "Token" | "Component" | "DocumentationPage";
28023
28041
  options?: {
28024
28042
  id: string;
28025
28043
  name: string;
@@ -28083,8 +28101,8 @@ declare const DTOPropertyDefinitionUpdateActionOutputV2: z.ZodObject<{
28083
28101
  description?: string | undefined;
28084
28102
  };
28085
28103
  designSystemVersionId: string;
28086
- targetElementType: "Token" | "Component" | "DocumentationPage";
28087
28104
  codeName: string;
28105
+ targetElementType: "Token" | "Component" | "DocumentationPage";
28088
28106
  options?: {
28089
28107
  id: string;
28090
28108
  name: string;
@@ -28102,8 +28120,8 @@ declare const DTOPropertyDefinitionUpdateActionOutputV2: z.ZodObject<{
28102
28120
  description?: string | undefined;
28103
28121
  };
28104
28122
  designSystemVersionId: string;
28105
- targetElementType: "Token" | "Component" | "DocumentationPage";
28106
28123
  codeName: string;
28124
+ targetElementType: "Token" | "Component" | "DocumentationPage";
28107
28125
  options?: {
28108
28126
  id: string;
28109
28127
  name: string;
@@ -28124,8 +28142,8 @@ declare const DTOPropertyDefinitionUpdateActionOutputV2: z.ZodObject<{
28124
28142
  description?: string | undefined;
28125
28143
  };
28126
28144
  designSystemVersionId: string;
28127
- targetElementType: "Token" | "Component" | "DocumentationPage";
28128
28145
  codeName: string;
28146
+ targetElementType: "Token" | "Component" | "DocumentationPage";
28129
28147
  options?: {
28130
28148
  id: string;
28131
28149
  name: string;
@@ -28146,8 +28164,8 @@ declare const DTOPropertyDefinitionUpdateActionOutputV2: z.ZodObject<{
28146
28164
  description?: string | undefined;
28147
28165
  };
28148
28166
  designSystemVersionId: string;
28149
- targetElementType: "Token" | "Component" | "DocumentationPage";
28150
28167
  codeName: string;
28168
+ targetElementType: "Token" | "Component" | "DocumentationPage";
28151
28169
  options?: {
28152
28170
  id: string;
28153
28171
  name: string;
@@ -28230,8 +28248,8 @@ declare const DTOPropertyDefinitionCreateActionInputV2: z.ZodObject<{
28230
28248
  name: string;
28231
28249
  description?: string | undefined;
28232
28250
  };
28233
- targetElementType: "Token" | "Component" | "DocumentationPage";
28234
28251
  codeName: string;
28252
+ targetElementType: "Token" | "Component" | "DocumentationPage";
28235
28253
  options?: {
28236
28254
  id: string;
28237
28255
  name: string;
@@ -28247,8 +28265,8 @@ declare const DTOPropertyDefinitionCreateActionInputV2: z.ZodObject<{
28247
28265
  name: string;
28248
28266
  description?: string | undefined;
28249
28267
  };
28250
- targetElementType: "Token" | "Component" | "DocumentationPage";
28251
28268
  codeName: string;
28269
+ targetElementType: "Token" | "Component" | "DocumentationPage";
28252
28270
  options?: {
28253
28271
  id: string;
28254
28272
  name: string;
@@ -28267,8 +28285,8 @@ declare const DTOPropertyDefinitionCreateActionInputV2: z.ZodObject<{
28267
28285
  name: string;
28268
28286
  description?: string | undefined;
28269
28287
  };
28270
- targetElementType: "Token" | "Component" | "DocumentationPage";
28271
28288
  codeName: string;
28289
+ targetElementType: "Token" | "Component" | "DocumentationPage";
28272
28290
  options?: {
28273
28291
  id: string;
28274
28292
  name: string;
@@ -28287,8 +28305,8 @@ declare const DTOPropertyDefinitionCreateActionInputV2: z.ZodObject<{
28287
28305
  name: string;
28288
28306
  description?: string | undefined;
28289
28307
  };
28290
- targetElementType: "Token" | "Component" | "DocumentationPage";
28291
28308
  codeName: string;
28309
+ targetElementType: "Token" | "Component" | "DocumentationPage";
28292
28310
  options?: {
28293
28311
  id: string;
28294
28312
  name: string;
@@ -28459,8 +28477,8 @@ declare const DTOElementPropertyDefinition: z.ZodObject<{
28459
28477
  description?: string | undefined;
28460
28478
  };
28461
28479
  designSystemVersionId: string;
28462
- targetElementType: "Token" | "Component" | "DocumentationPage";
28463
28480
  codeName: string;
28481
+ targetElementType: "Token" | "Component" | "DocumentationPage";
28464
28482
  options?: {
28465
28483
  id: string;
28466
28484
  name: string;
@@ -28478,8 +28496,8 @@ declare const DTOElementPropertyDefinition: z.ZodObject<{
28478
28496
  description?: string | undefined;
28479
28497
  };
28480
28498
  designSystemVersionId: string;
28481
- targetElementType: "Token" | "Component" | "DocumentationPage";
28482
28499
  codeName: string;
28500
+ targetElementType: "Token" | "Component" | "DocumentationPage";
28483
28501
  options?: {
28484
28502
  id: string;
28485
28503
  name: string;
@@ -28541,8 +28559,8 @@ declare const DTOElementPropertyDefinitionsGetResponse: z.ZodObject<{
28541
28559
  description?: string | undefined;
28542
28560
  };
28543
28561
  designSystemVersionId: string;
28544
- targetElementType: "Token" | "Component" | "DocumentationPage";
28545
28562
  codeName: string;
28563
+ targetElementType: "Token" | "Component" | "DocumentationPage";
28546
28564
  options?: {
28547
28565
  id: string;
28548
28566
  name: string;
@@ -28560,8 +28578,8 @@ declare const DTOElementPropertyDefinitionsGetResponse: z.ZodObject<{
28560
28578
  description?: string | undefined;
28561
28579
  };
28562
28580
  designSystemVersionId: string;
28563
- targetElementType: "Token" | "Component" | "DocumentationPage";
28564
28581
  codeName: string;
28582
+ targetElementType: "Token" | "Component" | "DocumentationPage";
28565
28583
  options?: {
28566
28584
  id: string;
28567
28585
  name: string;
@@ -28581,8 +28599,8 @@ declare const DTOElementPropertyDefinitionsGetResponse: z.ZodObject<{
28581
28599
  description?: string | undefined;
28582
28600
  };
28583
28601
  designSystemVersionId: string;
28584
- targetElementType: "Token" | "Component" | "DocumentationPage";
28585
28602
  codeName: string;
28603
+ targetElementType: "Token" | "Component" | "DocumentationPage";
28586
28604
  options?: {
28587
28605
  id: string;
28588
28606
  name: string;
@@ -28602,8 +28620,8 @@ declare const DTOElementPropertyDefinitionsGetResponse: z.ZodObject<{
28602
28620
  description?: string | undefined;
28603
28621
  };
28604
28622
  designSystemVersionId: string;
28605
- targetElementType: "Token" | "Component" | "DocumentationPage";
28606
28623
  codeName: string;
28624
+ targetElementType: "Token" | "Component" | "DocumentationPage";
28607
28625
  options?: {
28608
28626
  id: string;
28609
28627
  name: string;
@@ -28663,8 +28681,8 @@ declare const DTOCreateElementPropertyDefinitionInputV2: z.ZodObject<Omit<{
28663
28681
  name: string;
28664
28682
  description?: string | undefined;
28665
28683
  };
28666
- targetElementType: "Token" | "Component" | "DocumentationPage";
28667
28684
  codeName: string;
28685
+ targetElementType: "Token" | "Component" | "DocumentationPage";
28668
28686
  options?: {
28669
28687
  id: string;
28670
28688
  name: string;
@@ -28680,8 +28698,8 @@ declare const DTOCreateElementPropertyDefinitionInputV2: z.ZodObject<Omit<{
28680
28698
  name: string;
28681
28699
  description?: string | undefined;
28682
28700
  };
28683
- targetElementType: "Token" | "Component" | "DocumentationPage";
28684
28701
  codeName: string;
28702
+ targetElementType: "Token" | "Component" | "DocumentationPage";
28685
28703
  options?: {
28686
28704
  id: string;
28687
28705
  name: string;
@@ -29317,8 +29335,8 @@ declare const DTOElementActionOutput: z.ZodDiscriminatedUnion<"type", [z.ZodObje
29317
29335
  description?: string | undefined;
29318
29336
  };
29319
29337
  designSystemVersionId: string;
29320
- targetElementType: "Token" | "Component" | "DocumentationPage";
29321
29338
  codeName: string;
29339
+ targetElementType: "Token" | "Component" | "DocumentationPage";
29322
29340
  options?: {
29323
29341
  id: string;
29324
29342
  name: string;
@@ -29336,8 +29354,8 @@ declare const DTOElementActionOutput: z.ZodDiscriminatedUnion<"type", [z.ZodObje
29336
29354
  description?: string | undefined;
29337
29355
  };
29338
29356
  designSystemVersionId: string;
29339
- targetElementType: "Token" | "Component" | "DocumentationPage";
29340
29357
  codeName: string;
29358
+ targetElementType: "Token" | "Component" | "DocumentationPage";
29341
29359
  options?: {
29342
29360
  id: string;
29343
29361
  name: string;
@@ -29358,8 +29376,8 @@ declare const DTOElementActionOutput: z.ZodDiscriminatedUnion<"type", [z.ZodObje
29358
29376
  description?: string | undefined;
29359
29377
  };
29360
29378
  designSystemVersionId: string;
29361
- targetElementType: "Token" | "Component" | "DocumentationPage";
29362
29379
  codeName: string;
29380
+ targetElementType: "Token" | "Component" | "DocumentationPage";
29363
29381
  options?: {
29364
29382
  id: string;
29365
29383
  name: string;
@@ -29380,8 +29398,8 @@ declare const DTOElementActionOutput: z.ZodDiscriminatedUnion<"type", [z.ZodObje
29380
29398
  description?: string | undefined;
29381
29399
  };
29382
29400
  designSystemVersionId: string;
29383
- targetElementType: "Token" | "Component" | "DocumentationPage";
29384
29401
  codeName: string;
29402
+ targetElementType: "Token" | "Component" | "DocumentationPage";
29385
29403
  options?: {
29386
29404
  id: string;
29387
29405
  name: string;
@@ -29443,8 +29461,8 @@ declare const DTOElementActionOutput: z.ZodDiscriminatedUnion<"type", [z.ZodObje
29443
29461
  description?: string | undefined;
29444
29462
  };
29445
29463
  designSystemVersionId: string;
29446
- targetElementType: "Token" | "Component" | "DocumentationPage";
29447
29464
  codeName: string;
29465
+ targetElementType: "Token" | "Component" | "DocumentationPage";
29448
29466
  options?: {
29449
29467
  id: string;
29450
29468
  name: string;
@@ -29462,8 +29480,8 @@ declare const DTOElementActionOutput: z.ZodDiscriminatedUnion<"type", [z.ZodObje
29462
29480
  description?: string | undefined;
29463
29481
  };
29464
29482
  designSystemVersionId: string;
29465
- targetElementType: "Token" | "Component" | "DocumentationPage";
29466
29483
  codeName: string;
29484
+ targetElementType: "Token" | "Component" | "DocumentationPage";
29467
29485
  options?: {
29468
29486
  id: string;
29469
29487
  name: string;
@@ -29484,8 +29502,8 @@ declare const DTOElementActionOutput: z.ZodDiscriminatedUnion<"type", [z.ZodObje
29484
29502
  description?: string | undefined;
29485
29503
  };
29486
29504
  designSystemVersionId: string;
29487
- targetElementType: "Token" | "Component" | "DocumentationPage";
29488
29505
  codeName: string;
29506
+ targetElementType: "Token" | "Component" | "DocumentationPage";
29489
29507
  options?: {
29490
29508
  id: string;
29491
29509
  name: string;
@@ -29506,8 +29524,8 @@ declare const DTOElementActionOutput: z.ZodDiscriminatedUnion<"type", [z.ZodObje
29506
29524
  description?: string | undefined;
29507
29525
  };
29508
29526
  designSystemVersionId: string;
29509
- targetElementType: "Token" | "Component" | "DocumentationPage";
29510
29527
  codeName: string;
29528
+ targetElementType: "Token" | "Component" | "DocumentationPage";
29511
29529
  options?: {
29512
29530
  id: string;
29513
29531
  name: string;
@@ -31279,8 +31297,8 @@ declare const DTOElementActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
31279
31297
  name: string;
31280
31298
  description?: string | undefined;
31281
31299
  };
31282
- targetElementType: "Token" | "Component" | "DocumentationPage";
31283
31300
  codeName: string;
31301
+ targetElementType: "Token" | "Component" | "DocumentationPage";
31284
31302
  options?: {
31285
31303
  id: string;
31286
31304
  name: string;
@@ -31296,8 +31314,8 @@ declare const DTOElementActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
31296
31314
  name: string;
31297
31315
  description?: string | undefined;
31298
31316
  };
31299
- targetElementType: "Token" | "Component" | "DocumentationPage";
31300
31317
  codeName: string;
31318
+ targetElementType: "Token" | "Component" | "DocumentationPage";
31301
31319
  options?: {
31302
31320
  id: string;
31303
31321
  name: string;
@@ -31316,8 +31334,8 @@ declare const DTOElementActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
31316
31334
  name: string;
31317
31335
  description?: string | undefined;
31318
31336
  };
31319
- targetElementType: "Token" | "Component" | "DocumentationPage";
31320
31337
  codeName: string;
31338
+ targetElementType: "Token" | "Component" | "DocumentationPage";
31321
31339
  options?: {
31322
31340
  id: string;
31323
31341
  name: string;
@@ -31336,8 +31354,8 @@ declare const DTOElementActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
31336
31354
  name: string;
31337
31355
  description?: string | undefined;
31338
31356
  };
31339
- targetElementType: "Token" | "Component" | "DocumentationPage";
31340
31357
  codeName: string;
31358
+ targetElementType: "Token" | "Component" | "DocumentationPage";
31341
31359
  options?: {
31342
31360
  id: string;
31343
31361
  name: string;
@@ -45528,6 +45546,75 @@ declare class RequestExecutor {
45528
45546
  private fullUrl;
45529
45547
  }
45530
45548
 
45549
+ declare class BrandsEndpoint {
45550
+ private readonly requestExecutor;
45551
+ constructor(requestExecutor: RequestExecutor);
45552
+ get(designSystemId: string, versionId: string, brandId: string): Promise<any>;
45553
+ list(designSystemId: string, versionId: string): Promise<any>;
45554
+ }
45555
+
45556
+ declare class OverridesEndpoint {
45557
+ private readonly requestExecutor;
45558
+ constructor(requestExecutor: RequestExecutor);
45559
+ create(dsId: string, versionId: string, themeId: string, body: any): Promise<any>;
45560
+ }
45561
+
45562
+ declare const DTOCreateThemeInput: z.ZodObject<{
45563
+ meta: z.ZodObject<{
45564
+ name: z.ZodString;
45565
+ description: z.ZodOptional<z.ZodString>;
45566
+ }, "strip", z.ZodTypeAny, {
45567
+ name: string;
45568
+ description?: string | undefined;
45569
+ }, {
45570
+ name: string;
45571
+ description?: string | undefined;
45572
+ }>;
45573
+ persistentId: z.ZodString;
45574
+ designSystemVersionId: z.ZodString;
45575
+ brandId: z.ZodString;
45576
+ codeName: z.ZodString;
45577
+ version: z.ZodOptional<z.ZodString>;
45578
+ overrides: z.ZodArray<z.ZodAny, "many">;
45579
+ }, "strip", z.ZodTypeAny, {
45580
+ persistentId: string;
45581
+ meta: {
45582
+ name: string;
45583
+ description?: string | undefined;
45584
+ };
45585
+ designSystemVersionId: string;
45586
+ brandId: string;
45587
+ codeName: string;
45588
+ overrides: any[];
45589
+ version?: string | undefined;
45590
+ }, {
45591
+ persistentId: string;
45592
+ meta: {
45593
+ name: string;
45594
+ description?: string | undefined;
45595
+ };
45596
+ designSystemVersionId: string;
45597
+ brandId: string;
45598
+ codeName: string;
45599
+ overrides: any[];
45600
+ version?: string | undefined;
45601
+ }>;
45602
+ type DTOCreateThemeInput = z.infer<typeof DTOCreateThemeInput>;
45603
+
45604
+ declare class ThemesEndpoint {
45605
+ private readonly requestExecutor;
45606
+ readonly overrides: OverridesEndpoint;
45607
+ constructor(requestExecutor: RequestExecutor);
45608
+ create(dsId: string, versionId: string, body: DTOCreateThemeInput): Promise<any>;
45609
+ delete(dsId: string, versionId: string, themeId: string): Promise<any>;
45610
+ }
45611
+
45612
+ declare class TokensEndpoint {
45613
+ private readonly requestExecutor;
45614
+ constructor(requestExecutor: RequestExecutor);
45615
+ create(dsId: string, versionId: string, body: any): Promise<any>;
45616
+ }
45617
+
45531
45618
  declare class DesignSystemMembersEndpoint {
45532
45619
  private readonly requestExecutor;
45533
45620
  constructor(requestExecutor: RequestExecutor);
@@ -45549,6 +45636,9 @@ declare class DesignSystemMembersEndpoint {
45549
45636
 
45550
45637
  declare class DesignSystemVersionsEndpoint {
45551
45638
  private readonly requestExecutor;
45639
+ readonly themes: ThemesEndpoint;
45640
+ readonly brands: BrandsEndpoint;
45641
+ readonly tokens: TokensEndpoint;
45552
45642
  constructor(requestExecutor: RequestExecutor);
45553
45643
  list(dsId: string): Promise<{
45554
45644
  designSystemVersions: {
@@ -48016,6 +48106,7 @@ declare class DesignSystemsEndpoint {
48016
48106
  approvalRequiredForPublishing: boolean;
48017
48107
  accessMode: "Open" | "InviteOnly";
48018
48108
  membersGenerated: boolean;
48109
+ isPublic: true;
48019
48110
  isAvailableToUser: boolean;
48020
48111
  docUserSlug?: string | undefined;
48021
48112
  docViewUrl?: string | undefined;
@@ -48047,6 +48138,7 @@ declare class DesignSystemsEndpoint {
48047
48138
  approvalRequiredForPublishing: boolean;
48048
48139
  accessMode: "Open" | "InviteOnly";
48049
48140
  membersGenerated: boolean;
48141
+ isPublic: true;
48050
48142
  isAvailableToUser: boolean;
48051
48143
  docUserSlug?: string | undefined;
48052
48144
  docViewUrl?: string | undefined;
@@ -48080,6 +48172,7 @@ declare class DesignSystemsEndpoint {
48080
48172
  approvalRequiredForPublishing: boolean;
48081
48173
  accessMode: "Open" | "InviteOnly";
48082
48174
  membersGenerated: boolean;
48175
+ isPublic: true;
48083
48176
  isAvailableToUser: boolean;
48084
48177
  docUserSlug?: string | undefined;
48085
48178
  docViewUrl?: string | undefined;
@@ -48111,6 +48204,7 @@ declare class DesignSystemsEndpoint {
48111
48204
  approvalRequiredForPublishing: boolean;
48112
48205
  accessMode: "Open" | "InviteOnly";
48113
48206
  membersGenerated: boolean;
48207
+ isPublic: true;
48114
48208
  isAvailableToUser: boolean;
48115
48209
  docUserSlug?: string | undefined;
48116
48210
  docViewUrl?: string | undefined;
@@ -48124,297 +48218,6 @@ declare class DesignSystemsEndpoint {
48124
48218
  }>;
48125
48219
  }
48126
48220
 
48127
- declare class TokenCollectionsEndpoint {
48128
- private readonly requestExecutor;
48129
- constructor(requestExecutor: RequestExecutor);
48130
- list(dsId: string, vId: string): Promise<{
48131
- collections: {
48132
- id: string;
48133
- persistentId: string;
48134
- meta: {
48135
- name: string;
48136
- description?: string | undefined;
48137
- };
48138
- designSystemVersionId: string;
48139
- createdAt: Date;
48140
- updatedAt: Date;
48141
- origin: {
48142
- id: string;
48143
- sourceId: string;
48144
- };
48145
- }[];
48146
- }>;
48147
- }
48148
-
48149
- declare class UsersEndpoint {
48150
- private readonly requestExecutor;
48151
- constructor(requestExecutor: RequestExecutor);
48152
- getMe(): Promise<{
48153
- user: {
48154
- id: string;
48155
- createdAt: Date;
48156
- profile: {
48157
- name: string;
48158
- avatar?: string | undefined;
48159
- nickname?: string | undefined;
48160
- onboarding?: {
48161
- companyName?: string | undefined;
48162
- numberOfPeopleInOrg?: string | undefined;
48163
- numberOfPeopleInDesignTeam?: string | undefined;
48164
- department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
48165
- jobTitle?: string | undefined;
48166
- phase?: string | undefined;
48167
- jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
48168
- designSystemName?: string | undefined;
48169
- defaultDestination?: string | undefined;
48170
- isPageDraftOnboardingFinished?: boolean | undefined;
48171
- } | undefined;
48172
- };
48173
- email: string;
48174
- source?: "SignUp" | "Invite" | "SSO" | undefined;
48175
- loggedOutAt?: Date | undefined;
48176
- };
48177
- }>;
48178
- listWorkspaces(uid: string): Promise<{
48179
- membership: {
48180
- role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
48181
- effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
48182
- workspace: {
48183
- id: string;
48184
- profile: {
48185
- name: string;
48186
- color: string;
48187
- handle: string;
48188
- avatar?: string | undefined;
48189
- billingDetails?: {
48190
- address?: {
48191
- street1?: string | undefined;
48192
- street2?: string | undefined;
48193
- city?: string | undefined;
48194
- postal?: string | undefined;
48195
- country?: string | undefined;
48196
- state?: string | undefined;
48197
- } | undefined;
48198
- email?: string | undefined;
48199
- companyName?: string | undefined;
48200
- companyId?: string | undefined;
48201
- notes?: string | undefined;
48202
- vat?: string | undefined;
48203
- poNumber?: string | undefined;
48204
- } | undefined;
48205
- };
48206
- subscription: {
48207
- product: "free" | "team" | "company" | "enterprise";
48208
- planPriceId: string;
48209
- planInterval: "yearly" | "daily" | "monthly" | "weekly";
48210
- seats: number;
48211
- seatLimit: number;
48212
- status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
48213
- card?: {
48214
- cardId?: string | null | undefined;
48215
- last4?: string | null | undefined;
48216
- expiryMonth?: string | null | undefined;
48217
- expiryYear?: string | null | undefined;
48218
- brand?: string | null | undefined;
48219
- name?: string | null | undefined;
48220
- } | undefined;
48221
- amount?: number | null | undefined;
48222
- stripeProductDescription?: string | undefined;
48223
- isPricePerCreator?: boolean | undefined;
48224
- isTrial?: boolean | undefined;
48225
- legacyVersion?: string | undefined;
48226
- stripeProductFeatures?: string[] | undefined;
48227
- stripeProductAdditionalFeatures?: string[] | undefined;
48228
- stripeSubscriptionId?: string | null | undefined;
48229
- stripeCustomerId?: string | null | undefined;
48230
- subscriptionStatus?: "unknown" | "active" | "trialing" | "past_due" | "canceled" | "unpaid" | "incomplete_expired" | "incomplete" | undefined;
48231
- internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
48232
- featuresSummary?: {
48233
- designSystems: {
48234
- max: number;
48235
- errorMessage: string;
48236
- errorReason: string;
48237
- };
48238
- designSystemSources: {
48239
- max: number;
48240
- errorMessage: string;
48241
- errorReason: string;
48242
- noImportJobsErrorMessage: string;
48243
- noImportJobsErrorReason: string;
48244
- };
48245
- designSystemVersions: {
48246
- max: number;
48247
- errorMessage: string;
48248
- errorReason: string;
48249
- };
48250
- themes: {
48251
- max: number;
48252
- errorMessage: string;
48253
- errorReason: string;
48254
- };
48255
- brands: {
48256
- max: number;
48257
- errorMessage: string;
48258
- errorReason: string;
48259
- };
48260
- codegenSchedules: {
48261
- max: number;
48262
- errorMessage: string;
48263
- errorReason: string;
48264
- };
48265
- publicDocumentation: {
48266
- errorMessage: string;
48267
- errorReason: string;
48268
- enabled: boolean;
48269
- };
48270
- customDocumentationUrl: {
48271
- errorMessage: string;
48272
- errorReason: string;
48273
- enabled: boolean;
48274
- };
48275
- customDocumentationViewButton: {
48276
- errorMessage: string;
48277
- errorReason: string;
48278
- enabled: boolean;
48279
- };
48280
- designSystemSourceAutoImport: {
48281
- errorMessage: string;
48282
- errorReason: string;
48283
- enabled: boolean;
48284
- };
48285
- designSystemSlug: {
48286
- errorMessage: string;
48287
- errorReason: string;
48288
- enabled: boolean;
48289
- };
48290
- ipWhitelisting: {
48291
- errorMessage: string;
48292
- errorReason: string;
48293
- enabled: boolean;
48294
- };
48295
- npmRegistry: {
48296
- errorMessage: string;
48297
- errorReason: string;
48298
- enabled: boolean;
48299
- };
48300
- sso: {
48301
- errorMessage: string;
48302
- errorReason: string;
48303
- enabled: boolean;
48304
- };
48305
- workspacePaidSeats: {
48306
- max: number;
48307
- errorMessage: string;
48308
- errorReason: string;
48309
- };
48310
- workspaceViewers: {
48311
- max: number;
48312
- errorMessage: string;
48313
- errorReason: string;
48314
- };
48315
- customDocumentationExporter: {
48316
- errorMessage: string;
48317
- errorReason: string;
48318
- enabled: boolean;
48319
- };
48320
- protectedPages: {
48321
- errorMessage: string;
48322
- errorReason: string;
48323
- enabled: boolean;
48324
- };
48325
- approvals: {
48326
- errorMessage: string;
48327
- errorReason: string;
48328
- enabled: boolean;
48329
- };
48330
- selectivePublishing: {
48331
- errorMessage: string;
48332
- errorReason: string;
48333
- enabled: boolean;
48334
- };
48335
- designSystemAccessModes: {
48336
- errorMessage: string;
48337
- errorReason: string;
48338
- enabled: boolean;
48339
- };
48340
- } | undefined;
48341
- stripeSubscriptionMainItemId?: string | undefined;
48342
- currentPeriodStart?: string | undefined;
48343
- currentPeriodEnd?: string | undefined;
48344
- subscriptionStatusUpdatedAt?: string | undefined;
48345
- cancelAt?: string | null | undefined;
48346
- billingType?: "Auto" | "Invoice" | undefined;
48347
- daysUntilDue?: number | undefined;
48348
- };
48349
- npmRegistry?: {
48350
- enabledScopes: string[];
48351
- bypassProxy: boolean;
48352
- registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
48353
- authType: "Custom" | "None" | "Basic" | "Bearer";
48354
- registryUrl: string;
48355
- proxyUrl: string;
48356
- customRegistryUrl?: string | undefined;
48357
- accessToken?: string | undefined;
48358
- username?: string | undefined;
48359
- password?: string | undefined;
48360
- } | undefined;
48361
- };
48362
- }[];
48363
- }>;
48364
- delete(uid: string): Promise<{
48365
- user: {
48366
- id: string;
48367
- createdAt: Date;
48368
- profile: {
48369
- name: string;
48370
- avatar?: string | undefined;
48371
- nickname?: string | undefined;
48372
- onboarding?: {
48373
- companyName?: string | undefined;
48374
- numberOfPeopleInOrg?: string | undefined;
48375
- numberOfPeopleInDesignTeam?: string | undefined;
48376
- department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
48377
- jobTitle?: string | undefined;
48378
- phase?: string | undefined;
48379
- jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
48380
- designSystemName?: string | undefined;
48381
- defaultDestination?: string | undefined;
48382
- isPageDraftOnboardingFinished?: boolean | undefined;
48383
- } | undefined;
48384
- };
48385
- email: string;
48386
- source?: "SignUp" | "Invite" | "SSO" | undefined;
48387
- loggedOutAt?: Date | undefined;
48388
- };
48389
- }>;
48390
- updateProfile(uid: string, body: DTOUserProfileUpdate): Promise<{
48391
- user: {
48392
- id: string;
48393
- createdAt: Date;
48394
- profile: {
48395
- name: string;
48396
- avatar?: string | undefined;
48397
- nickname?: string | undefined;
48398
- onboarding?: {
48399
- companyName?: string | undefined;
48400
- numberOfPeopleInOrg?: string | undefined;
48401
- numberOfPeopleInDesignTeam?: string | undefined;
48402
- department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
48403
- jobTitle?: string | undefined;
48404
- phase?: string | undefined;
48405
- jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
48406
- designSystemName?: string | undefined;
48407
- defaultDestination?: string | undefined;
48408
- isPageDraftOnboardingFinished?: boolean | undefined;
48409
- } | undefined;
48410
- };
48411
- email: string;
48412
- source?: "SignUp" | "Invite" | "SSO" | undefined;
48413
- loggedOutAt?: Date | undefined;
48414
- };
48415
- }>;
48416
- }
48417
-
48418
48221
  type RequestExecutorErrorType = "ServerError" | "ResponseParsingError";
48419
48222
  type RequestEexecutorServerErrorCode = SupernovaExceptionType | undefined;
48420
48223
  declare class RequestExecutorError extends Error {
@@ -49373,6 +49176,297 @@ declare class WorkspacesEndpoint {
49373
49176
  subscription(workspaceId: string): Promise<any>;
49374
49177
  }
49375
49178
 
49179
+ declare class TokenCollectionsEndpoint {
49180
+ private readonly requestExecutor;
49181
+ constructor(requestExecutor: RequestExecutor);
49182
+ list(dsId: string, vId: string): Promise<{
49183
+ collections: {
49184
+ id: string;
49185
+ persistentId: string;
49186
+ meta: {
49187
+ name: string;
49188
+ description?: string | undefined;
49189
+ };
49190
+ designSystemVersionId: string;
49191
+ createdAt: Date;
49192
+ updatedAt: Date;
49193
+ origin: {
49194
+ id: string;
49195
+ sourceId: string;
49196
+ };
49197
+ }[];
49198
+ }>;
49199
+ }
49200
+
49201
+ declare class UsersEndpoint {
49202
+ private readonly requestExecutor;
49203
+ constructor(requestExecutor: RequestExecutor);
49204
+ getMe(): Promise<{
49205
+ user: {
49206
+ id: string;
49207
+ createdAt: Date;
49208
+ profile: {
49209
+ name: string;
49210
+ avatar?: string | undefined;
49211
+ nickname?: string | undefined;
49212
+ onboarding?: {
49213
+ companyName?: string | undefined;
49214
+ numberOfPeopleInOrg?: string | undefined;
49215
+ numberOfPeopleInDesignTeam?: string | undefined;
49216
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
49217
+ jobTitle?: string | undefined;
49218
+ phase?: string | undefined;
49219
+ jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
49220
+ designSystemName?: string | undefined;
49221
+ defaultDestination?: string | undefined;
49222
+ isPageDraftOnboardingFinished?: boolean | undefined;
49223
+ } | undefined;
49224
+ };
49225
+ email: string;
49226
+ source?: "SignUp" | "Invite" | "SSO" | undefined;
49227
+ loggedOutAt?: Date | undefined;
49228
+ };
49229
+ }>;
49230
+ listWorkspaces(uid: string): Promise<{
49231
+ membership: {
49232
+ role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
49233
+ effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
49234
+ workspace: {
49235
+ id: string;
49236
+ profile: {
49237
+ name: string;
49238
+ color: string;
49239
+ handle: string;
49240
+ avatar?: string | undefined;
49241
+ billingDetails?: {
49242
+ address?: {
49243
+ street1?: string | undefined;
49244
+ street2?: string | undefined;
49245
+ city?: string | undefined;
49246
+ postal?: string | undefined;
49247
+ country?: string | undefined;
49248
+ state?: string | undefined;
49249
+ } | undefined;
49250
+ email?: string | undefined;
49251
+ companyName?: string | undefined;
49252
+ companyId?: string | undefined;
49253
+ notes?: string | undefined;
49254
+ vat?: string | undefined;
49255
+ poNumber?: string | undefined;
49256
+ } | undefined;
49257
+ };
49258
+ subscription: {
49259
+ product: "free" | "team" | "company" | "enterprise";
49260
+ planPriceId: string;
49261
+ planInterval: "yearly" | "daily" | "monthly" | "weekly";
49262
+ seats: number;
49263
+ seatLimit: number;
49264
+ status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
49265
+ card?: {
49266
+ cardId?: string | null | undefined;
49267
+ last4?: string | null | undefined;
49268
+ expiryMonth?: string | null | undefined;
49269
+ expiryYear?: string | null | undefined;
49270
+ brand?: string | null | undefined;
49271
+ name?: string | null | undefined;
49272
+ } | undefined;
49273
+ amount?: number | null | undefined;
49274
+ stripeProductDescription?: string | undefined;
49275
+ isPricePerCreator?: boolean | undefined;
49276
+ isTrial?: boolean | undefined;
49277
+ legacyVersion?: string | undefined;
49278
+ stripeProductFeatures?: string[] | undefined;
49279
+ stripeProductAdditionalFeatures?: string[] | undefined;
49280
+ stripeSubscriptionId?: string | null | undefined;
49281
+ stripeCustomerId?: string | null | undefined;
49282
+ subscriptionStatus?: "unknown" | "active" | "trialing" | "past_due" | "canceled" | "unpaid" | "incomplete_expired" | "incomplete" | undefined;
49283
+ internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
49284
+ featuresSummary?: {
49285
+ designSystems: {
49286
+ max: number;
49287
+ errorMessage: string;
49288
+ errorReason: string;
49289
+ };
49290
+ designSystemSources: {
49291
+ max: number;
49292
+ errorMessage: string;
49293
+ errorReason: string;
49294
+ noImportJobsErrorMessage: string;
49295
+ noImportJobsErrorReason: string;
49296
+ };
49297
+ designSystemVersions: {
49298
+ max: number;
49299
+ errorMessage: string;
49300
+ errorReason: string;
49301
+ };
49302
+ themes: {
49303
+ max: number;
49304
+ errorMessage: string;
49305
+ errorReason: string;
49306
+ };
49307
+ brands: {
49308
+ max: number;
49309
+ errorMessage: string;
49310
+ errorReason: string;
49311
+ };
49312
+ codegenSchedules: {
49313
+ max: number;
49314
+ errorMessage: string;
49315
+ errorReason: string;
49316
+ };
49317
+ publicDocumentation: {
49318
+ errorMessage: string;
49319
+ errorReason: string;
49320
+ enabled: boolean;
49321
+ };
49322
+ customDocumentationUrl: {
49323
+ errorMessage: string;
49324
+ errorReason: string;
49325
+ enabled: boolean;
49326
+ };
49327
+ customDocumentationViewButton: {
49328
+ errorMessage: string;
49329
+ errorReason: string;
49330
+ enabled: boolean;
49331
+ };
49332
+ designSystemSourceAutoImport: {
49333
+ errorMessage: string;
49334
+ errorReason: string;
49335
+ enabled: boolean;
49336
+ };
49337
+ designSystemSlug: {
49338
+ errorMessage: string;
49339
+ errorReason: string;
49340
+ enabled: boolean;
49341
+ };
49342
+ ipWhitelisting: {
49343
+ errorMessage: string;
49344
+ errorReason: string;
49345
+ enabled: boolean;
49346
+ };
49347
+ npmRegistry: {
49348
+ errorMessage: string;
49349
+ errorReason: string;
49350
+ enabled: boolean;
49351
+ };
49352
+ sso: {
49353
+ errorMessage: string;
49354
+ errorReason: string;
49355
+ enabled: boolean;
49356
+ };
49357
+ workspacePaidSeats: {
49358
+ max: number;
49359
+ errorMessage: string;
49360
+ errorReason: string;
49361
+ };
49362
+ workspaceViewers: {
49363
+ max: number;
49364
+ errorMessage: string;
49365
+ errorReason: string;
49366
+ };
49367
+ customDocumentationExporter: {
49368
+ errorMessage: string;
49369
+ errorReason: string;
49370
+ enabled: boolean;
49371
+ };
49372
+ protectedPages: {
49373
+ errorMessage: string;
49374
+ errorReason: string;
49375
+ enabled: boolean;
49376
+ };
49377
+ approvals: {
49378
+ errorMessage: string;
49379
+ errorReason: string;
49380
+ enabled: boolean;
49381
+ };
49382
+ selectivePublishing: {
49383
+ errorMessage: string;
49384
+ errorReason: string;
49385
+ enabled: boolean;
49386
+ };
49387
+ designSystemAccessModes: {
49388
+ errorMessage: string;
49389
+ errorReason: string;
49390
+ enabled: boolean;
49391
+ };
49392
+ } | undefined;
49393
+ stripeSubscriptionMainItemId?: string | undefined;
49394
+ currentPeriodStart?: string | undefined;
49395
+ currentPeriodEnd?: string | undefined;
49396
+ subscriptionStatusUpdatedAt?: string | undefined;
49397
+ cancelAt?: string | null | undefined;
49398
+ billingType?: "Auto" | "Invoice" | undefined;
49399
+ daysUntilDue?: number | undefined;
49400
+ };
49401
+ npmRegistry?: {
49402
+ enabledScopes: string[];
49403
+ bypassProxy: boolean;
49404
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
49405
+ authType: "Custom" | "None" | "Basic" | "Bearer";
49406
+ registryUrl: string;
49407
+ proxyUrl: string;
49408
+ customRegistryUrl?: string | undefined;
49409
+ accessToken?: string | undefined;
49410
+ username?: string | undefined;
49411
+ password?: string | undefined;
49412
+ } | undefined;
49413
+ };
49414
+ }[];
49415
+ }>;
49416
+ delete(uid: string): Promise<{
49417
+ user: {
49418
+ id: string;
49419
+ createdAt: Date;
49420
+ profile: {
49421
+ name: string;
49422
+ avatar?: string | undefined;
49423
+ nickname?: string | undefined;
49424
+ onboarding?: {
49425
+ companyName?: string | undefined;
49426
+ numberOfPeopleInOrg?: string | undefined;
49427
+ numberOfPeopleInDesignTeam?: string | undefined;
49428
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
49429
+ jobTitle?: string | undefined;
49430
+ phase?: string | undefined;
49431
+ jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
49432
+ designSystemName?: string | undefined;
49433
+ defaultDestination?: string | undefined;
49434
+ isPageDraftOnboardingFinished?: boolean | undefined;
49435
+ } | undefined;
49436
+ };
49437
+ email: string;
49438
+ source?: "SignUp" | "Invite" | "SSO" | undefined;
49439
+ loggedOutAt?: Date | undefined;
49440
+ };
49441
+ }>;
49442
+ updateProfile(uid: string, body: DTOUserProfileUpdate): Promise<{
49443
+ user: {
49444
+ id: string;
49445
+ createdAt: Date;
49446
+ profile: {
49447
+ name: string;
49448
+ avatar?: string | undefined;
49449
+ nickname?: string | undefined;
49450
+ onboarding?: {
49451
+ companyName?: string | undefined;
49452
+ numberOfPeopleInOrg?: string | undefined;
49453
+ numberOfPeopleInDesignTeam?: string | undefined;
49454
+ department?: "Design" | "Engineering" | "Product" | "Brand" | "Other" | undefined;
49455
+ jobTitle?: string | undefined;
49456
+ phase?: string | undefined;
49457
+ jobLevel?: "Other" | "Executive" | "Manager" | "IndividualContributor" | undefined;
49458
+ designSystemName?: string | undefined;
49459
+ defaultDestination?: string | undefined;
49460
+ isPageDraftOnboardingFinished?: boolean | undefined;
49461
+ } | undefined;
49462
+ };
49463
+ email: string;
49464
+ source?: "SignUp" | "Invite" | "SSO" | undefined;
49465
+ loggedOutAt?: Date | undefined;
49466
+ };
49467
+ }>;
49468
+ }
49469
+
49376
49470
  type SupernovaApiClientConfig = {
49377
49471
  host: string;
49378
49472
  accessToken: string;
@@ -51937,4 +52031,4 @@ declare class FrontendVersionRoomYDoc {
51937
52031
 
51938
52032
  declare function generatePageContentHash(content: DocumentationPageEditorModel, definitions: PageBlockDefinition[], debug?: boolean): string;
51939
52033
 
51940
- export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBrand, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandsListResponse, DTOCreateBrandInput, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateElementPropertyDefinitionInputV2, 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, PageBlockEditorModel, PageSectionEditorModel, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, SupernovaApiClient, TokenCollectionsEndpoint, 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 };
52034
+ 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 };