@supernova-studio/model 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
@@ -2944,7 +2944,6 @@ declare const DesignSystemDump: z.ZodObject<{
2944
2944
  docSlug: z.ZodString;
2945
2945
  docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
2946
2946
  docSlugDeprecated: z.ZodString;
2947
- isPublic: z.ZodBoolean;
2948
2947
  isMultibrand: z.ZodBoolean;
2949
2948
  docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
2950
2949
  basePrefixes: z.ZodArray<z.ZodString, "many">;
@@ -2973,7 +2972,6 @@ declare const DesignSystemDump: z.ZodObject<{
2973
2972
  updatedAt: Date;
2974
2973
  name: string;
2975
2974
  description: string;
2976
- isPublic: boolean;
2977
2975
  workspaceId: string;
2978
2976
  docSlug: string;
2979
2977
  docSlugDeprecated: string;
@@ -2996,7 +2994,6 @@ declare const DesignSystemDump: z.ZodObject<{
2996
2994
  updatedAt: Date;
2997
2995
  name: string;
2998
2996
  description: string;
2999
- isPublic: boolean;
3000
2997
  workspaceId: string;
3001
2998
  docSlug: string;
3002
2999
  docSlugDeprecated: string;
@@ -6081,7 +6078,6 @@ declare const DesignSystemDump: z.ZodObject<{
6081
6078
  updatedAt: Date;
6082
6079
  name: string;
6083
6080
  description: string;
6084
- isPublic: boolean;
6085
6081
  workspaceId: string;
6086
6082
  docSlug: string;
6087
6083
  docSlugDeprecated: string;
@@ -6512,7 +6508,6 @@ declare const DesignSystemDump: z.ZodObject<{
6512
6508
  updatedAt: Date;
6513
6509
  name: string;
6514
6510
  description: string;
6515
- isPublic: boolean;
6516
6511
  workspaceId: string;
6517
6512
  docSlug: string;
6518
6513
  docSlugDeprecated: string;
@@ -11992,7 +11987,6 @@ declare const UserDump: z.ZodObject<{
11992
11987
  docSlug: z.ZodString;
11993
11988
  docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
11994
11989
  docSlugDeprecated: z.ZodString;
11995
- isPublic: z.ZodBoolean;
11996
11990
  isMultibrand: z.ZodBoolean;
11997
11991
  docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
11998
11992
  basePrefixes: z.ZodArray<z.ZodString, "many">;
@@ -12021,7 +12015,6 @@ declare const UserDump: z.ZodObject<{
12021
12015
  updatedAt: Date;
12022
12016
  name: string;
12023
12017
  description: string;
12024
- isPublic: boolean;
12025
12018
  workspaceId: string;
12026
12019
  docSlug: string;
12027
12020
  docSlugDeprecated: string;
@@ -12044,7 +12037,6 @@ declare const UserDump: z.ZodObject<{
12044
12037
  updatedAt: Date;
12045
12038
  name: string;
12046
12039
  description: string;
12047
- isPublic: boolean;
12048
12040
  workspaceId: string;
12049
12041
  docSlug: string;
12050
12042
  docSlugDeprecated: string;
@@ -15129,7 +15121,6 @@ declare const UserDump: z.ZodObject<{
15129
15121
  updatedAt: Date;
15130
15122
  name: string;
15131
15123
  description: string;
15132
- isPublic: boolean;
15133
15124
  workspaceId: string;
15134
15125
  docSlug: string;
15135
15126
  docSlugDeprecated: string;
@@ -15560,7 +15551,6 @@ declare const UserDump: z.ZodObject<{
15560
15551
  updatedAt: Date;
15561
15552
  name: string;
15562
15553
  description: string;
15563
- isPublic: boolean;
15564
15554
  workspaceId: string;
15565
15555
  docSlug: string;
15566
15556
  docSlugDeprecated: string;
@@ -17186,7 +17176,6 @@ declare const UserDump: z.ZodObject<{
17186
17176
  updatedAt: Date;
17187
17177
  name: string;
17188
17178
  description: string;
17189
- isPublic: boolean;
17190
17179
  workspaceId: string;
17191
17180
  docSlug: string;
17192
17181
  docSlugDeprecated: string;
@@ -18003,7 +17992,6 @@ declare const UserDump: z.ZodObject<{
18003
17992
  updatedAt: Date;
18004
17993
  name: string;
18005
17994
  description: string;
18006
- isPublic: boolean;
18007
17995
  workspaceId: string;
18008
17996
  docSlug: string;
18009
17997
  docSlugDeprecated: string;
@@ -18822,7 +18810,6 @@ declare const UserDump: z.ZodObject<{
18822
18810
  updatedAt: Date;
18823
18811
  name: string;
18824
18812
  description: string;
18825
- isPublic: boolean;
18826
18813
  workspaceId: string;
18827
18814
  docSlug: string;
18828
18815
  docSlugDeprecated: string;
@@ -19712,7 +19699,6 @@ declare const UserDump: z.ZodObject<{
19712
19699
  updatedAt: Date;
19713
19700
  name: string;
19714
19701
  description: string;
19715
- isPublic: boolean;
19716
19702
  workspaceId: string;
19717
19703
  docSlug: string;
19718
19704
  docSlugDeprecated: string;
@@ -22092,7 +22078,6 @@ declare const WorkspaceDump: z.ZodObject<{
22092
22078
  docSlug: z.ZodString;
22093
22079
  docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
22094
22080
  docSlugDeprecated: z.ZodString;
22095
- isPublic: z.ZodBoolean;
22096
22081
  isMultibrand: z.ZodBoolean;
22097
22082
  docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
22098
22083
  basePrefixes: z.ZodArray<z.ZodString, "many">;
@@ -22121,7 +22106,6 @@ declare const WorkspaceDump: z.ZodObject<{
22121
22106
  updatedAt: Date;
22122
22107
  name: string;
22123
22108
  description: string;
22124
- isPublic: boolean;
22125
22109
  workspaceId: string;
22126
22110
  docSlug: string;
22127
22111
  docSlugDeprecated: string;
@@ -22144,7 +22128,6 @@ declare const WorkspaceDump: z.ZodObject<{
22144
22128
  updatedAt: Date;
22145
22129
  name: string;
22146
22130
  description: string;
22147
- isPublic: boolean;
22148
22131
  workspaceId: string;
22149
22132
  docSlug: string;
22150
22133
  docSlugDeprecated: string;
@@ -25229,7 +25212,6 @@ declare const WorkspaceDump: z.ZodObject<{
25229
25212
  updatedAt: Date;
25230
25213
  name: string;
25231
25214
  description: string;
25232
- isPublic: boolean;
25233
25215
  workspaceId: string;
25234
25216
  docSlug: string;
25235
25217
  docSlugDeprecated: string;
@@ -25660,7 +25642,6 @@ declare const WorkspaceDump: z.ZodObject<{
25660
25642
  updatedAt: Date;
25661
25643
  name: string;
25662
25644
  description: string;
25663
- isPublic: boolean;
25664
25645
  workspaceId: string;
25665
25646
  docSlug: string;
25666
25647
  docSlugDeprecated: string;
@@ -27286,7 +27267,6 @@ declare const WorkspaceDump: z.ZodObject<{
27286
27267
  updatedAt: Date;
27287
27268
  name: string;
27288
27269
  description: string;
27289
- isPublic: boolean;
27290
27270
  workspaceId: string;
27291
27271
  docSlug: string;
27292
27272
  docSlugDeprecated: string;
@@ -28103,7 +28083,6 @@ declare const WorkspaceDump: z.ZodObject<{
28103
28083
  updatedAt: Date;
28104
28084
  name: string;
28105
28085
  description: string;
28106
- isPublic: boolean;
28107
28086
  workspaceId: string;
28108
28087
  docSlug: string;
28109
28088
  docSlugDeprecated: string;
@@ -129576,7 +129555,6 @@ declare const DesignSystem: z.ZodObject<{
129576
129555
  docSlug: z.ZodString;
129577
129556
  docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
129578
129557
  docSlugDeprecated: z.ZodString;
129579
- isPublic: z.ZodBoolean;
129580
129558
  isMultibrand: z.ZodBoolean;
129581
129559
  docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
129582
129560
  basePrefixes: z.ZodArray<z.ZodString, "many">;
@@ -129605,7 +129583,6 @@ declare const DesignSystem: z.ZodObject<{
129605
129583
  updatedAt: Date;
129606
129584
  name: string;
129607
129585
  description: string;
129608
- isPublic: boolean;
129609
129586
  workspaceId: string;
129610
129587
  docSlug: string;
129611
129588
  docSlugDeprecated: string;
@@ -129628,7 +129605,6 @@ declare const DesignSystem: z.ZodObject<{
129628
129605
  updatedAt: Date;
129629
129606
  name: string;
129630
129607
  description: string;
129631
- isPublic: boolean;
129632
129608
  workspaceId: string;
129633
129609
  docSlug: string;
129634
129610
  docSlugDeprecated: string;
@@ -133384,7 +133360,6 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
133384
133360
  docSlug: z.ZodString;
133385
133361
  docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
133386
133362
  docSlugDeprecated: z.ZodString;
133387
- isPublic: z.ZodBoolean;
133388
133363
  isMultibrand: z.ZodBoolean;
133389
133364
  docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
133390
133365
  basePrefixes: z.ZodArray<z.ZodString, "many">;
@@ -133413,7 +133388,6 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
133413
133388
  updatedAt: Date;
133414
133389
  name: string;
133415
133390
  description: string;
133416
- isPublic: boolean;
133417
133391
  workspaceId: string;
133418
133392
  docSlug: string;
133419
133393
  docSlugDeprecated: string;
@@ -133436,7 +133410,6 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
133436
133410
  updatedAt: Date;
133437
133411
  name: string;
133438
133412
  description: string;
133439
- isPublic: boolean;
133440
133413
  workspaceId: string;
133441
133414
  docSlug: string;
133442
133415
  docSlugDeprecated: string;
@@ -134095,7 +134068,6 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
134095
134068
  updatedAt: Date;
134096
134069
  name: string;
134097
134070
  description: string;
134098
- isPublic: boolean;
134099
134071
  workspaceId: string;
134100
134072
  docSlug: string;
134101
134073
  docSlugDeprecated: string;
@@ -134400,7 +134372,6 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
134400
134372
  updatedAt: Date;
134401
134373
  name: string;
134402
134374
  description: string;
134403
- isPublic: boolean;
134404
134375
  workspaceId: string;
134405
134376
  docSlug: string;
134406
134377
  docSlugDeprecated: string;
@@ -172600,7 +172571,6 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
172600
172571
  docSlug: z.ZodString;
172601
172572
  docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
172602
172573
  docSlugDeprecated: z.ZodString;
172603
- isPublic: z.ZodBoolean;
172604
172574
  isMultibrand: z.ZodBoolean;
172605
172575
  docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
172606
172576
  basePrefixes: z.ZodArray<z.ZodString, "many">;
@@ -172629,7 +172599,6 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
172629
172599
  updatedAt: Date;
172630
172600
  name: string;
172631
172601
  description: string;
172632
- isPublic: boolean;
172633
172602
  workspaceId: string;
172634
172603
  docSlug: string;
172635
172604
  docSlugDeprecated: string;
@@ -172652,7 +172621,6 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
172652
172621
  updatedAt: Date;
172653
172622
  name: string;
172654
172623
  description: string;
172655
- isPublic: boolean;
172656
172624
  workspaceId: string;
172657
172625
  docSlug: string;
172658
172626
  docSlugDeprecated: string;
@@ -172677,7 +172645,6 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
172677
172645
  updatedAt: Date;
172678
172646
  name: string;
172679
172647
  description: string;
172680
- isPublic: boolean;
172681
172648
  workspaceId: string;
172682
172649
  docSlug: string;
172683
172650
  docSlugDeprecated: string;
@@ -172910,7 +172877,6 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
172910
172877
  updatedAt: Date;
172911
172878
  name: string;
172912
172879
  description: string;
172913
- isPublic: boolean;
172914
172880
  workspaceId: string;
172915
172881
  docSlug: string;
172916
172882
  docSlugDeprecated: string;
package/dist/index.d.ts CHANGED
@@ -2944,7 +2944,6 @@ declare const DesignSystemDump: z.ZodObject<{
2944
2944
  docSlug: z.ZodString;
2945
2945
  docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
2946
2946
  docSlugDeprecated: z.ZodString;
2947
- isPublic: z.ZodBoolean;
2948
2947
  isMultibrand: z.ZodBoolean;
2949
2948
  docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
2950
2949
  basePrefixes: z.ZodArray<z.ZodString, "many">;
@@ -2973,7 +2972,6 @@ declare const DesignSystemDump: z.ZodObject<{
2973
2972
  updatedAt: Date;
2974
2973
  name: string;
2975
2974
  description: string;
2976
- isPublic: boolean;
2977
2975
  workspaceId: string;
2978
2976
  docSlug: string;
2979
2977
  docSlugDeprecated: string;
@@ -2996,7 +2994,6 @@ declare const DesignSystemDump: z.ZodObject<{
2996
2994
  updatedAt: Date;
2997
2995
  name: string;
2998
2996
  description: string;
2999
- isPublic: boolean;
3000
2997
  workspaceId: string;
3001
2998
  docSlug: string;
3002
2999
  docSlugDeprecated: string;
@@ -6081,7 +6078,6 @@ declare const DesignSystemDump: z.ZodObject<{
6081
6078
  updatedAt: Date;
6082
6079
  name: string;
6083
6080
  description: string;
6084
- isPublic: boolean;
6085
6081
  workspaceId: string;
6086
6082
  docSlug: string;
6087
6083
  docSlugDeprecated: string;
@@ -6512,7 +6508,6 @@ declare const DesignSystemDump: z.ZodObject<{
6512
6508
  updatedAt: Date;
6513
6509
  name: string;
6514
6510
  description: string;
6515
- isPublic: boolean;
6516
6511
  workspaceId: string;
6517
6512
  docSlug: string;
6518
6513
  docSlugDeprecated: string;
@@ -11992,7 +11987,6 @@ declare const UserDump: z.ZodObject<{
11992
11987
  docSlug: z.ZodString;
11993
11988
  docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
11994
11989
  docSlugDeprecated: z.ZodString;
11995
- isPublic: z.ZodBoolean;
11996
11990
  isMultibrand: z.ZodBoolean;
11997
11991
  docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
11998
11992
  basePrefixes: z.ZodArray<z.ZodString, "many">;
@@ -12021,7 +12015,6 @@ declare const UserDump: z.ZodObject<{
12021
12015
  updatedAt: Date;
12022
12016
  name: string;
12023
12017
  description: string;
12024
- isPublic: boolean;
12025
12018
  workspaceId: string;
12026
12019
  docSlug: string;
12027
12020
  docSlugDeprecated: string;
@@ -12044,7 +12037,6 @@ declare const UserDump: z.ZodObject<{
12044
12037
  updatedAt: Date;
12045
12038
  name: string;
12046
12039
  description: string;
12047
- isPublic: boolean;
12048
12040
  workspaceId: string;
12049
12041
  docSlug: string;
12050
12042
  docSlugDeprecated: string;
@@ -15129,7 +15121,6 @@ declare const UserDump: z.ZodObject<{
15129
15121
  updatedAt: Date;
15130
15122
  name: string;
15131
15123
  description: string;
15132
- isPublic: boolean;
15133
15124
  workspaceId: string;
15134
15125
  docSlug: string;
15135
15126
  docSlugDeprecated: string;
@@ -15560,7 +15551,6 @@ declare const UserDump: z.ZodObject<{
15560
15551
  updatedAt: Date;
15561
15552
  name: string;
15562
15553
  description: string;
15563
- isPublic: boolean;
15564
15554
  workspaceId: string;
15565
15555
  docSlug: string;
15566
15556
  docSlugDeprecated: string;
@@ -17186,7 +17176,6 @@ declare const UserDump: z.ZodObject<{
17186
17176
  updatedAt: Date;
17187
17177
  name: string;
17188
17178
  description: string;
17189
- isPublic: boolean;
17190
17179
  workspaceId: string;
17191
17180
  docSlug: string;
17192
17181
  docSlugDeprecated: string;
@@ -18003,7 +17992,6 @@ declare const UserDump: z.ZodObject<{
18003
17992
  updatedAt: Date;
18004
17993
  name: string;
18005
17994
  description: string;
18006
- isPublic: boolean;
18007
17995
  workspaceId: string;
18008
17996
  docSlug: string;
18009
17997
  docSlugDeprecated: string;
@@ -18822,7 +18810,6 @@ declare const UserDump: z.ZodObject<{
18822
18810
  updatedAt: Date;
18823
18811
  name: string;
18824
18812
  description: string;
18825
- isPublic: boolean;
18826
18813
  workspaceId: string;
18827
18814
  docSlug: string;
18828
18815
  docSlugDeprecated: string;
@@ -19712,7 +19699,6 @@ declare const UserDump: z.ZodObject<{
19712
19699
  updatedAt: Date;
19713
19700
  name: string;
19714
19701
  description: string;
19715
- isPublic: boolean;
19716
19702
  workspaceId: string;
19717
19703
  docSlug: string;
19718
19704
  docSlugDeprecated: string;
@@ -22092,7 +22078,6 @@ declare const WorkspaceDump: z.ZodObject<{
22092
22078
  docSlug: z.ZodString;
22093
22079
  docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
22094
22080
  docSlugDeprecated: z.ZodString;
22095
- isPublic: z.ZodBoolean;
22096
22081
  isMultibrand: z.ZodBoolean;
22097
22082
  docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
22098
22083
  basePrefixes: z.ZodArray<z.ZodString, "many">;
@@ -22121,7 +22106,6 @@ declare const WorkspaceDump: z.ZodObject<{
22121
22106
  updatedAt: Date;
22122
22107
  name: string;
22123
22108
  description: string;
22124
- isPublic: boolean;
22125
22109
  workspaceId: string;
22126
22110
  docSlug: string;
22127
22111
  docSlugDeprecated: string;
@@ -22144,7 +22128,6 @@ declare const WorkspaceDump: z.ZodObject<{
22144
22128
  updatedAt: Date;
22145
22129
  name: string;
22146
22130
  description: string;
22147
- isPublic: boolean;
22148
22131
  workspaceId: string;
22149
22132
  docSlug: string;
22150
22133
  docSlugDeprecated: string;
@@ -25229,7 +25212,6 @@ declare const WorkspaceDump: z.ZodObject<{
25229
25212
  updatedAt: Date;
25230
25213
  name: string;
25231
25214
  description: string;
25232
- isPublic: boolean;
25233
25215
  workspaceId: string;
25234
25216
  docSlug: string;
25235
25217
  docSlugDeprecated: string;
@@ -25660,7 +25642,6 @@ declare const WorkspaceDump: z.ZodObject<{
25660
25642
  updatedAt: Date;
25661
25643
  name: string;
25662
25644
  description: string;
25663
- isPublic: boolean;
25664
25645
  workspaceId: string;
25665
25646
  docSlug: string;
25666
25647
  docSlugDeprecated: string;
@@ -27286,7 +27267,6 @@ declare const WorkspaceDump: z.ZodObject<{
27286
27267
  updatedAt: Date;
27287
27268
  name: string;
27288
27269
  description: string;
27289
- isPublic: boolean;
27290
27270
  workspaceId: string;
27291
27271
  docSlug: string;
27292
27272
  docSlugDeprecated: string;
@@ -28103,7 +28083,6 @@ declare const WorkspaceDump: z.ZodObject<{
28103
28083
  updatedAt: Date;
28104
28084
  name: string;
28105
28085
  description: string;
28106
- isPublic: boolean;
28107
28086
  workspaceId: string;
28108
28087
  docSlug: string;
28109
28088
  docSlugDeprecated: string;
@@ -129576,7 +129555,6 @@ declare const DesignSystem: z.ZodObject<{
129576
129555
  docSlug: z.ZodString;
129577
129556
  docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
129578
129557
  docSlugDeprecated: z.ZodString;
129579
- isPublic: z.ZodBoolean;
129580
129558
  isMultibrand: z.ZodBoolean;
129581
129559
  docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
129582
129560
  basePrefixes: z.ZodArray<z.ZodString, "many">;
@@ -129605,7 +129583,6 @@ declare const DesignSystem: z.ZodObject<{
129605
129583
  updatedAt: Date;
129606
129584
  name: string;
129607
129585
  description: string;
129608
- isPublic: boolean;
129609
129586
  workspaceId: string;
129610
129587
  docSlug: string;
129611
129588
  docSlugDeprecated: string;
@@ -129628,7 +129605,6 @@ declare const DesignSystem: z.ZodObject<{
129628
129605
  updatedAt: Date;
129629
129606
  name: string;
129630
129607
  description: string;
129631
- isPublic: boolean;
129632
129608
  workspaceId: string;
129633
129609
  docSlug: string;
129634
129610
  docSlugDeprecated: string;
@@ -133384,7 +133360,6 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
133384
133360
  docSlug: z.ZodString;
133385
133361
  docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
133386
133362
  docSlugDeprecated: z.ZodString;
133387
- isPublic: z.ZodBoolean;
133388
133363
  isMultibrand: z.ZodBoolean;
133389
133364
  docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
133390
133365
  basePrefixes: z.ZodArray<z.ZodString, "many">;
@@ -133413,7 +133388,6 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
133413
133388
  updatedAt: Date;
133414
133389
  name: string;
133415
133390
  description: string;
133416
- isPublic: boolean;
133417
133391
  workspaceId: string;
133418
133392
  docSlug: string;
133419
133393
  docSlugDeprecated: string;
@@ -133436,7 +133410,6 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
133436
133410
  updatedAt: Date;
133437
133411
  name: string;
133438
133412
  description: string;
133439
- isPublic: boolean;
133440
133413
  workspaceId: string;
133441
133414
  docSlug: string;
133442
133415
  docSlugDeprecated: string;
@@ -134095,7 +134068,6 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
134095
134068
  updatedAt: Date;
134096
134069
  name: string;
134097
134070
  description: string;
134098
- isPublic: boolean;
134099
134071
  workspaceId: string;
134100
134072
  docSlug: string;
134101
134073
  docSlugDeprecated: string;
@@ -134400,7 +134372,6 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
134400
134372
  updatedAt: Date;
134401
134373
  name: string;
134402
134374
  description: string;
134403
- isPublic: boolean;
134404
134375
  workspaceId: string;
134405
134376
  docSlug: string;
134406
134377
  docSlugDeprecated: string;
@@ -172600,7 +172571,6 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
172600
172571
  docSlug: z.ZodString;
172601
172572
  docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
172602
172573
  docSlugDeprecated: z.ZodString;
172603
- isPublic: z.ZodBoolean;
172604
172574
  isMultibrand: z.ZodBoolean;
172605
172575
  docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
172606
172576
  basePrefixes: z.ZodArray<z.ZodString, "many">;
@@ -172629,7 +172599,6 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
172629
172599
  updatedAt: Date;
172630
172600
  name: string;
172631
172601
  description: string;
172632
- isPublic: boolean;
172633
172602
  workspaceId: string;
172634
172603
  docSlug: string;
172635
172604
  docSlugDeprecated: string;
@@ -172652,7 +172621,6 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
172652
172621
  updatedAt: Date;
172653
172622
  name: string;
172654
172623
  description: string;
172655
- isPublic: boolean;
172656
172624
  workspaceId: string;
172657
172625
  docSlug: string;
172658
172626
  docSlugDeprecated: string;
@@ -172677,7 +172645,6 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
172677
172645
  updatedAt: Date;
172678
172646
  name: string;
172679
172647
  description: string;
172680
- isPublic: boolean;
172681
172648
  workspaceId: string;
172682
172649
  docSlug: string;
172683
172650
  docSlugDeprecated: string;
@@ -172910,7 +172877,6 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
172910
172877
  updatedAt: Date;
172911
172878
  name: string;
172912
172879
  description: string;
172913
- isPublic: boolean;
172914
172880
  workspaceId: string;
172915
172881
  docSlug: string;
172916
172882
  docSlugDeprecated: string;
package/dist/index.js CHANGED
@@ -4144,7 +4144,6 @@ var DesignSystem = _zod.z.object({
4144
4144
  docSlug: _zod.z.string(),
4145
4145
  docUserSlug: nullishToOptional(_zod.z.string()),
4146
4146
  docSlugDeprecated: _zod.z.string(),
4147
- isPublic: _zod.z.boolean(),
4148
4147
  isMultibrand: _zod.z.boolean(),
4149
4148
  docViewUrl: nullishToOptional(_zod.z.string()),
4150
4149
  basePrefixes: _zod.z.array(_zod.z.string()),