@supernova-studio/client 0.55.17 → 0.55.18

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 CHANGED
@@ -2870,7 +2870,6 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
2870
2870
  docSlug: z.ZodString;
2871
2871
  docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
2872
2872
  docSlugDeprecated: z.ZodString;
2873
- isPublic: z.ZodBoolean;
2874
2873
  isMultibrand: z.ZodBoolean;
2875
2874
  docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
2876
2875
  basePrefixes: z.ZodArray<z.ZodString, "many">;
@@ -2922,7 +2921,6 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
2922
2921
  docExporterId: string;
2923
2922
  docSlug: string;
2924
2923
  docSlugDeprecated: string;
2925
- isPublic: boolean;
2926
2924
  isMultibrand: boolean;
2927
2925
  basePrefixes: string[];
2928
2926
  isApprovalFeatureEnabled: boolean;
@@ -2951,7 +2949,6 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
2951
2949
  docExporterId: string;
2952
2950
  docSlug: string;
2953
2951
  docSlugDeprecated: string;
2954
- isPublic: boolean;
2955
2952
  isMultibrand: boolean;
2956
2953
  basePrefixes: string[];
2957
2954
  isApprovalFeatureEnabled: boolean;
@@ -3062,7 +3059,6 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
3062
3059
  docExporterId: string;
3063
3060
  docSlug: string;
3064
3061
  docSlugDeprecated: string;
3065
- isPublic: boolean;
3066
3062
  isMultibrand: boolean;
3067
3063
  basePrefixes: string[];
3068
3064
  isApprovalFeatureEnabled: boolean;
@@ -3298,7 +3294,6 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
3298
3294
  docExporterId: string;
3299
3295
  docSlug: string;
3300
3296
  docSlugDeprecated: string;
3301
- isPublic: boolean;
3302
3297
  isMultibrand: boolean;
3303
3298
  basePrefixes: string[];
3304
3299
  isApprovalFeatureEnabled: boolean;
@@ -7362,7 +7357,6 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
7362
7357
  docSlug: z.ZodString;
7363
7358
  docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
7364
7359
  docSlugDeprecated: z.ZodString;
7365
- isPublic: z.ZodBoolean;
7366
7360
  isMultibrand: z.ZodBoolean;
7367
7361
  docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
7368
7362
  basePrefixes: z.ZodArray<z.ZodString, "many">;
@@ -7425,7 +7419,6 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
7425
7419
  docExporterId: string;
7426
7420
  docSlug: string;
7427
7421
  docSlugDeprecated: string;
7428
- isPublic: boolean;
7429
7422
  isMultibrand: boolean;
7430
7423
  basePrefixes: string[];
7431
7424
  isApprovalFeatureEnabled: boolean;
@@ -7454,7 +7447,6 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
7454
7447
  docExporterId: string;
7455
7448
  docSlug: string;
7456
7449
  docSlugDeprecated: string;
7457
- isPublic: boolean;
7458
7450
  isMultibrand: boolean;
7459
7451
  basePrefixes: string[];
7460
7452
  isApprovalFeatureEnabled: boolean;
@@ -7482,7 +7474,6 @@ declare const DTODesignSystemResponse: z.ZodObject<{
7482
7474
  docSlug: z.ZodString;
7483
7475
  docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
7484
7476
  docSlugDeprecated: z.ZodString;
7485
- isPublic: z.ZodBoolean;
7486
7477
  isMultibrand: z.ZodBoolean;
7487
7478
  docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
7488
7479
  basePrefixes: z.ZodArray<z.ZodString, "many">;
@@ -7545,7 +7536,6 @@ declare const DTODesignSystemResponse: z.ZodObject<{
7545
7536
  docExporterId: string;
7546
7537
  docSlug: string;
7547
7538
  docSlugDeprecated: string;
7548
- isPublic: boolean;
7549
7539
  isMultibrand: boolean;
7550
7540
  basePrefixes: string[];
7551
7541
  isApprovalFeatureEnabled: boolean;
@@ -7574,7 +7564,6 @@ declare const DTODesignSystemResponse: z.ZodObject<{
7574
7564
  docExporterId: string;
7575
7565
  docSlug: string;
7576
7566
  docSlugDeprecated: string;
7577
- isPublic: boolean;
7578
7567
  isMultibrand: boolean;
7579
7568
  basePrefixes: string[];
7580
7569
  isApprovalFeatureEnabled: boolean;
@@ -7605,7 +7594,6 @@ declare const DTODesignSystemResponse: z.ZodObject<{
7605
7594
  docExporterId: string;
7606
7595
  docSlug: string;
7607
7596
  docSlugDeprecated: string;
7608
- isPublic: boolean;
7609
7597
  isMultibrand: boolean;
7610
7598
  basePrefixes: string[];
7611
7599
  isApprovalFeatureEnabled: boolean;
@@ -7636,7 +7624,6 @@ declare const DTODesignSystemResponse: z.ZodObject<{
7636
7624
  docExporterId: string;
7637
7625
  docSlug: string;
7638
7626
  docSlugDeprecated: string;
7639
- isPublic: boolean;
7640
7627
  isMultibrand: boolean;
7641
7628
  basePrefixes: string[];
7642
7629
  isApprovalFeatureEnabled: boolean;
@@ -7665,7 +7652,6 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
7665
7652
  docSlug: z.ZodString;
7666
7653
  docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
7667
7654
  docSlugDeprecated: z.ZodString;
7668
- isPublic: z.ZodBoolean;
7669
7655
  isMultibrand: z.ZodBoolean;
7670
7656
  docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
7671
7657
  basePrefixes: z.ZodArray<z.ZodString, "many">;
@@ -7728,7 +7714,6 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
7728
7714
  docExporterId: string;
7729
7715
  docSlug: string;
7730
7716
  docSlugDeprecated: string;
7731
- isPublic: boolean;
7732
7717
  isMultibrand: boolean;
7733
7718
  basePrefixes: string[];
7734
7719
  isApprovalFeatureEnabled: boolean;
@@ -7757,7 +7742,6 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
7757
7742
  docExporterId: string;
7758
7743
  docSlug: string;
7759
7744
  docSlugDeprecated: string;
7760
- isPublic: boolean;
7761
7745
  isMultibrand: boolean;
7762
7746
  basePrefixes: string[];
7763
7747
  isApprovalFeatureEnabled: boolean;
@@ -7788,7 +7772,6 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
7788
7772
  docExporterId: string;
7789
7773
  docSlug: string;
7790
7774
  docSlugDeprecated: string;
7791
- isPublic: boolean;
7792
7775
  isMultibrand: boolean;
7793
7776
  basePrefixes: string[];
7794
7777
  isApprovalFeatureEnabled: boolean;
@@ -7819,7 +7802,6 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
7819
7802
  docExporterId: string;
7820
7803
  docSlug: string;
7821
7804
  docSlugDeprecated: string;
7822
- isPublic: boolean;
7823
7805
  isMultibrand: boolean;
7824
7806
  basePrefixes: string[];
7825
7807
  isApprovalFeatureEnabled: boolean;
@@ -45620,7 +45602,6 @@ declare const DTODesignSystemUpdateInput: z.ZodObject<z.objectUtil.extendShape<O
45620
45602
  docSlug: z.ZodOptional<z.ZodString>;
45621
45603
  docUserSlug: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>>;
45622
45604
  docSlugDeprecated: z.ZodOptional<z.ZodString>;
45623
- isPublic: z.ZodOptional<z.ZodBoolean>;
45624
45605
  isMultibrand: z.ZodOptional<z.ZodBoolean>;
45625
45606
  docViewUrl: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>>;
45626
45607
  basePrefixes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -45664,7 +45645,6 @@ declare const DTODesignSystemUpdateInput: z.ZodObject<z.objectUtil.extendShape<O
45664
45645
  docExporterId?: string | undefined;
45665
45646
  docUserSlug?: string | undefined;
45666
45647
  docSlugDeprecated?: string | undefined;
45667
- isPublic?: boolean | undefined;
45668
45648
  isMultibrand?: boolean | undefined;
45669
45649
  basePrefixes?: string[] | undefined;
45670
45650
  designSystemSwitcher?: {
@@ -45684,7 +45664,6 @@ declare const DTODesignSystemUpdateInput: z.ZodObject<z.objectUtil.extendShape<O
45684
45664
  docExporterId?: string | null | undefined;
45685
45665
  docUserSlug?: string | null | undefined;
45686
45666
  docSlugDeprecated?: string | undefined;
45687
- isPublic?: boolean | undefined;
45688
45667
  isMultibrand?: boolean | undefined;
45689
45668
  basePrefixes?: string[] | undefined;
45690
45669
  designSystemSwitcher?: {
@@ -48031,7 +48010,6 @@ declare class DesignSystemsEndpoint {
48031
48010
  docExporterId: string;
48032
48011
  docSlug: string;
48033
48012
  docSlugDeprecated: string;
48034
- isPublic: boolean;
48035
48013
  isMultibrand: boolean;
48036
48014
  basePrefixes: string[];
48037
48015
  isApprovalFeatureEnabled: boolean;
@@ -48063,7 +48041,6 @@ declare class DesignSystemsEndpoint {
48063
48041
  docExporterId: string;
48064
48042
  docSlug: string;
48065
48043
  docSlugDeprecated: string;
48066
- isPublic: boolean;
48067
48044
  isMultibrand: boolean;
48068
48045
  basePrefixes: string[];
48069
48046
  isApprovalFeatureEnabled: boolean;
@@ -48097,7 +48074,6 @@ declare class DesignSystemsEndpoint {
48097
48074
  docExporterId: string;
48098
48075
  docSlug: string;
48099
48076
  docSlugDeprecated: string;
48100
- isPublic: boolean;
48101
48077
  isMultibrand: boolean;
48102
48078
  basePrefixes: string[];
48103
48079
  isApprovalFeatureEnabled: boolean;
@@ -48129,7 +48105,6 @@ declare class DesignSystemsEndpoint {
48129
48105
  docExporterId: string;
48130
48106
  docSlug: string;
48131
48107
  docSlugDeprecated: string;
48132
- isPublic: boolean;
48133
48108
  isMultibrand: boolean;
48134
48109
  basePrefixes: string[];
48135
48110
  isApprovalFeatureEnabled: boolean;
package/dist/index.d.ts CHANGED
@@ -2870,7 +2870,6 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
2870
2870
  docSlug: z.ZodString;
2871
2871
  docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
2872
2872
  docSlugDeprecated: z.ZodString;
2873
- isPublic: z.ZodBoolean;
2874
2873
  isMultibrand: z.ZodBoolean;
2875
2874
  docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
2876
2875
  basePrefixes: z.ZodArray<z.ZodString, "many">;
@@ -2922,7 +2921,6 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
2922
2921
  docExporterId: string;
2923
2922
  docSlug: string;
2924
2923
  docSlugDeprecated: string;
2925
- isPublic: boolean;
2926
2924
  isMultibrand: boolean;
2927
2925
  basePrefixes: string[];
2928
2926
  isApprovalFeatureEnabled: boolean;
@@ -2951,7 +2949,6 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
2951
2949
  docExporterId: string;
2952
2950
  docSlug: string;
2953
2951
  docSlugDeprecated: string;
2954
- isPublic: boolean;
2955
2952
  isMultibrand: boolean;
2956
2953
  basePrefixes: string[];
2957
2954
  isApprovalFeatureEnabled: boolean;
@@ -3062,7 +3059,6 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
3062
3059
  docExporterId: string;
3063
3060
  docSlug: string;
3064
3061
  docSlugDeprecated: string;
3065
- isPublic: boolean;
3066
3062
  isMultibrand: boolean;
3067
3063
  basePrefixes: string[];
3068
3064
  isApprovalFeatureEnabled: boolean;
@@ -3298,7 +3294,6 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
3298
3294
  docExporterId: string;
3299
3295
  docSlug: string;
3300
3296
  docSlugDeprecated: string;
3301
- isPublic: boolean;
3302
3297
  isMultibrand: boolean;
3303
3298
  basePrefixes: string[];
3304
3299
  isApprovalFeatureEnabled: boolean;
@@ -7362,7 +7357,6 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
7362
7357
  docSlug: z.ZodString;
7363
7358
  docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
7364
7359
  docSlugDeprecated: z.ZodString;
7365
- isPublic: z.ZodBoolean;
7366
7360
  isMultibrand: z.ZodBoolean;
7367
7361
  docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
7368
7362
  basePrefixes: z.ZodArray<z.ZodString, "many">;
@@ -7425,7 +7419,6 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
7425
7419
  docExporterId: string;
7426
7420
  docSlug: string;
7427
7421
  docSlugDeprecated: string;
7428
- isPublic: boolean;
7429
7422
  isMultibrand: boolean;
7430
7423
  basePrefixes: string[];
7431
7424
  isApprovalFeatureEnabled: boolean;
@@ -7454,7 +7447,6 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
7454
7447
  docExporterId: string;
7455
7448
  docSlug: string;
7456
7449
  docSlugDeprecated: string;
7457
- isPublic: boolean;
7458
7450
  isMultibrand: boolean;
7459
7451
  basePrefixes: string[];
7460
7452
  isApprovalFeatureEnabled: boolean;
@@ -7482,7 +7474,6 @@ declare const DTODesignSystemResponse: z.ZodObject<{
7482
7474
  docSlug: z.ZodString;
7483
7475
  docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
7484
7476
  docSlugDeprecated: z.ZodString;
7485
- isPublic: z.ZodBoolean;
7486
7477
  isMultibrand: z.ZodBoolean;
7487
7478
  docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
7488
7479
  basePrefixes: z.ZodArray<z.ZodString, "many">;
@@ -7545,7 +7536,6 @@ declare const DTODesignSystemResponse: z.ZodObject<{
7545
7536
  docExporterId: string;
7546
7537
  docSlug: string;
7547
7538
  docSlugDeprecated: string;
7548
- isPublic: boolean;
7549
7539
  isMultibrand: boolean;
7550
7540
  basePrefixes: string[];
7551
7541
  isApprovalFeatureEnabled: boolean;
@@ -7574,7 +7564,6 @@ declare const DTODesignSystemResponse: z.ZodObject<{
7574
7564
  docExporterId: string;
7575
7565
  docSlug: string;
7576
7566
  docSlugDeprecated: string;
7577
- isPublic: boolean;
7578
7567
  isMultibrand: boolean;
7579
7568
  basePrefixes: string[];
7580
7569
  isApprovalFeatureEnabled: boolean;
@@ -7605,7 +7594,6 @@ declare const DTODesignSystemResponse: z.ZodObject<{
7605
7594
  docExporterId: string;
7606
7595
  docSlug: string;
7607
7596
  docSlugDeprecated: string;
7608
- isPublic: boolean;
7609
7597
  isMultibrand: boolean;
7610
7598
  basePrefixes: string[];
7611
7599
  isApprovalFeatureEnabled: boolean;
@@ -7636,7 +7624,6 @@ declare const DTODesignSystemResponse: z.ZodObject<{
7636
7624
  docExporterId: string;
7637
7625
  docSlug: string;
7638
7626
  docSlugDeprecated: string;
7639
- isPublic: boolean;
7640
7627
  isMultibrand: boolean;
7641
7628
  basePrefixes: string[];
7642
7629
  isApprovalFeatureEnabled: boolean;
@@ -7665,7 +7652,6 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
7665
7652
  docSlug: z.ZodString;
7666
7653
  docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
7667
7654
  docSlugDeprecated: z.ZodString;
7668
- isPublic: z.ZodBoolean;
7669
7655
  isMultibrand: z.ZodBoolean;
7670
7656
  docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
7671
7657
  basePrefixes: z.ZodArray<z.ZodString, "many">;
@@ -7728,7 +7714,6 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
7728
7714
  docExporterId: string;
7729
7715
  docSlug: string;
7730
7716
  docSlugDeprecated: string;
7731
- isPublic: boolean;
7732
7717
  isMultibrand: boolean;
7733
7718
  basePrefixes: string[];
7734
7719
  isApprovalFeatureEnabled: boolean;
@@ -7757,7 +7742,6 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
7757
7742
  docExporterId: string;
7758
7743
  docSlug: string;
7759
7744
  docSlugDeprecated: string;
7760
- isPublic: boolean;
7761
7745
  isMultibrand: boolean;
7762
7746
  basePrefixes: string[];
7763
7747
  isApprovalFeatureEnabled: boolean;
@@ -7788,7 +7772,6 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
7788
7772
  docExporterId: string;
7789
7773
  docSlug: string;
7790
7774
  docSlugDeprecated: string;
7791
- isPublic: boolean;
7792
7775
  isMultibrand: boolean;
7793
7776
  basePrefixes: string[];
7794
7777
  isApprovalFeatureEnabled: boolean;
@@ -7819,7 +7802,6 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
7819
7802
  docExporterId: string;
7820
7803
  docSlug: string;
7821
7804
  docSlugDeprecated: string;
7822
- isPublic: boolean;
7823
7805
  isMultibrand: boolean;
7824
7806
  basePrefixes: string[];
7825
7807
  isApprovalFeatureEnabled: boolean;
@@ -45620,7 +45602,6 @@ declare const DTODesignSystemUpdateInput: z.ZodObject<z.objectUtil.extendShape<O
45620
45602
  docSlug: z.ZodOptional<z.ZodString>;
45621
45603
  docUserSlug: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>>;
45622
45604
  docSlugDeprecated: z.ZodOptional<z.ZodString>;
45623
- isPublic: z.ZodOptional<z.ZodBoolean>;
45624
45605
  isMultibrand: z.ZodOptional<z.ZodBoolean>;
45625
45606
  docViewUrl: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>>;
45626
45607
  basePrefixes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -45664,7 +45645,6 @@ declare const DTODesignSystemUpdateInput: z.ZodObject<z.objectUtil.extendShape<O
45664
45645
  docExporterId?: string | undefined;
45665
45646
  docUserSlug?: string | undefined;
45666
45647
  docSlugDeprecated?: string | undefined;
45667
- isPublic?: boolean | undefined;
45668
45648
  isMultibrand?: boolean | undefined;
45669
45649
  basePrefixes?: string[] | undefined;
45670
45650
  designSystemSwitcher?: {
@@ -45684,7 +45664,6 @@ declare const DTODesignSystemUpdateInput: z.ZodObject<z.objectUtil.extendShape<O
45684
45664
  docExporterId?: string | null | undefined;
45685
45665
  docUserSlug?: string | null | undefined;
45686
45666
  docSlugDeprecated?: string | undefined;
45687
- isPublic?: boolean | undefined;
45688
45667
  isMultibrand?: boolean | undefined;
45689
45668
  basePrefixes?: string[] | undefined;
45690
45669
  designSystemSwitcher?: {
@@ -48031,7 +48010,6 @@ declare class DesignSystemsEndpoint {
48031
48010
  docExporterId: string;
48032
48011
  docSlug: string;
48033
48012
  docSlugDeprecated: string;
48034
- isPublic: boolean;
48035
48013
  isMultibrand: boolean;
48036
48014
  basePrefixes: string[];
48037
48015
  isApprovalFeatureEnabled: boolean;
@@ -48063,7 +48041,6 @@ declare class DesignSystemsEndpoint {
48063
48041
  docExporterId: string;
48064
48042
  docSlug: string;
48065
48043
  docSlugDeprecated: string;
48066
- isPublic: boolean;
48067
48044
  isMultibrand: boolean;
48068
48045
  basePrefixes: string[];
48069
48046
  isApprovalFeatureEnabled: boolean;
@@ -48097,7 +48074,6 @@ declare class DesignSystemsEndpoint {
48097
48074
  docExporterId: string;
48098
48075
  docSlug: string;
48099
48076
  docSlugDeprecated: string;
48100
- isPublic: boolean;
48101
48077
  isMultibrand: boolean;
48102
48078
  basePrefixes: string[];
48103
48079
  isApprovalFeatureEnabled: boolean;
@@ -48129,7 +48105,6 @@ declare class DesignSystemsEndpoint {
48129
48105
  docExporterId: string;
48130
48106
  docSlug: string;
48131
48107
  docSlugDeprecated: string;
48132
- isPublic: boolean;
48133
48108
  isMultibrand: boolean;
48134
48109
  basePrefixes: string[];
48135
48110
  isApprovalFeatureEnabled: boolean;
package/dist/index.js CHANGED
@@ -3688,7 +3688,6 @@ var DesignSystem = _zod.z.object({
3688
3688
  docSlug: _zod.z.string(),
3689
3689
  docUserSlug: nullishToOptional(_zod.z.string()),
3690
3690
  docSlugDeprecated: _zod.z.string(),
3691
- isPublic: _zod.z.boolean(),
3692
3691
  isMultibrand: _zod.z.boolean(),
3693
3692
  docViewUrl: nullishToOptional(_zod.z.string()),
3694
3693
  basePrefixes: _zod.z.array(_zod.z.string()),