@supernova-studio/model 0.53.2 → 0.53.4
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 +114 -27
- package/dist/index.d.ts +114 -27
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/elements/data/documentation-block-v1.ts +1 -0
- package/src/workspace/workspace-role.ts +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -37830,6 +37830,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
37830
37830
|
} | null | undefined;
|
|
37831
37831
|
} | null | undefined>;
|
|
37832
37832
|
alignment: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"Center" | "Left" | "Stretch" | "Right", z.ZodTypeDef, "Center" | "Left" | "Stretch" | "Right">>>, NonNullable<"Center" | "Left" | "Stretch" | "Right"> | undefined, "Center" | "Left" | "Stretch" | "Right" | null | undefined>;
|
|
37833
|
+
imageAlt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
37833
37834
|
shortcuts: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
37834
37835
|
persistentId: string;
|
|
37835
37836
|
url?: string | undefined;
|
|
@@ -38468,6 +38469,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
38468
38469
|
}[];
|
|
38469
38470
|
}[];
|
|
38470
38471
|
} | undefined;
|
|
38472
|
+
imageAlt?: string | undefined;
|
|
38471
38473
|
numberOfColumns?: number | undefined;
|
|
38472
38474
|
designObjectId?: string | undefined;
|
|
38473
38475
|
designObjectIds?: string[] | undefined;
|
|
@@ -38686,6 +38688,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
38686
38688
|
}[];
|
|
38687
38689
|
}[];
|
|
38688
38690
|
} | null | undefined;
|
|
38691
|
+
imageAlt?: string | null | undefined;
|
|
38689
38692
|
numberOfColumns?: number | null | undefined;
|
|
38690
38693
|
designObjectId?: string | null | undefined;
|
|
38691
38694
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -42467,6 +42470,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
42467
42470
|
}[];
|
|
42468
42471
|
}[];
|
|
42469
42472
|
} | null | undefined;
|
|
42473
|
+
imageAlt?: string | null | undefined;
|
|
42470
42474
|
numberOfColumns?: number | null | undefined;
|
|
42471
42475
|
designObjectId?: string | null | undefined;
|
|
42472
42476
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -42686,6 +42690,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
42686
42690
|
}[];
|
|
42687
42691
|
}[];
|
|
42688
42692
|
} | null | undefined;
|
|
42693
|
+
imageAlt?: string | null | undefined;
|
|
42689
42694
|
numberOfColumns?: number | null | undefined;
|
|
42690
42695
|
designObjectId?: string | null | undefined;
|
|
42691
42696
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -43251,6 +43256,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
43251
43256
|
}[];
|
|
43252
43257
|
}[];
|
|
43253
43258
|
} | null | undefined;
|
|
43259
|
+
imageAlt?: string | null | undefined;
|
|
43254
43260
|
numberOfColumns?: number | null | undefined;
|
|
43255
43261
|
designObjectId?: string | null | undefined;
|
|
43256
43262
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -43470,6 +43476,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
43470
43476
|
}[];
|
|
43471
43477
|
}[];
|
|
43472
43478
|
} | null | undefined;
|
|
43479
|
+
imageAlt?: string | null | undefined;
|
|
43473
43480
|
numberOfColumns?: number | null | undefined;
|
|
43474
43481
|
designObjectId?: string | null | undefined;
|
|
43475
43482
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -50219,6 +50226,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
50219
50226
|
}[];
|
|
50220
50227
|
}[];
|
|
50221
50228
|
} | null | undefined;
|
|
50229
|
+
imageAlt?: string | null | undefined;
|
|
50222
50230
|
numberOfColumns?: number | null | undefined;
|
|
50223
50231
|
designObjectId?: string | null | undefined;
|
|
50224
50232
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -50438,6 +50446,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
50438
50446
|
}[];
|
|
50439
50447
|
}[];
|
|
50440
50448
|
} | null | undefined;
|
|
50449
|
+
imageAlt?: string | null | undefined;
|
|
50441
50450
|
numberOfColumns?: number | null | undefined;
|
|
50442
50451
|
designObjectId?: string | null | undefined;
|
|
50443
50452
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -51003,6 +51012,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
51003
51012
|
}[];
|
|
51004
51013
|
}[];
|
|
51005
51014
|
} | null | undefined;
|
|
51015
|
+
imageAlt?: string | null | undefined;
|
|
51006
51016
|
numberOfColumns?: number | null | undefined;
|
|
51007
51017
|
designObjectId?: string | null | undefined;
|
|
51008
51018
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -51222,6 +51232,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
51222
51232
|
}[];
|
|
51223
51233
|
}[];
|
|
51224
51234
|
} | null | undefined;
|
|
51235
|
+
imageAlt?: string | null | undefined;
|
|
51225
51236
|
numberOfColumns?: number | null | undefined;
|
|
51226
51237
|
designObjectId?: string | null | undefined;
|
|
51227
51238
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -51606,6 +51617,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
51606
51617
|
}[];
|
|
51607
51618
|
}[];
|
|
51608
51619
|
} | null | undefined;
|
|
51620
|
+
imageAlt?: string | null | undefined;
|
|
51609
51621
|
numberOfColumns?: number | null | undefined;
|
|
51610
51622
|
designObjectId?: string | null | undefined;
|
|
51611
51623
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -51825,6 +51837,7 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
51825
51837
|
}[];
|
|
51826
51838
|
}[];
|
|
51827
51839
|
} | null | undefined;
|
|
51840
|
+
imageAlt?: string | null | undefined;
|
|
51828
51841
|
numberOfColumns?: number | null | undefined;
|
|
51829
51842
|
designObjectId?: string | null | undefined;
|
|
51830
51843
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -53104,6 +53117,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53104
53117
|
}[];
|
|
53105
53118
|
}[];
|
|
53106
53119
|
} | null | undefined;
|
|
53120
|
+
imageAlt?: string | null | undefined;
|
|
53107
53121
|
numberOfColumns?: number | null | undefined;
|
|
53108
53122
|
designObjectId?: string | null | undefined;
|
|
53109
53123
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -53323,6 +53337,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53323
53337
|
}[];
|
|
53324
53338
|
}[];
|
|
53325
53339
|
} | null | undefined;
|
|
53340
|
+
imageAlt?: string | null | undefined;
|
|
53326
53341
|
numberOfColumns?: number | null | undefined;
|
|
53327
53342
|
designObjectId?: string | null | undefined;
|
|
53328
53343
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -53610,6 +53625,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53610
53625
|
}[];
|
|
53611
53626
|
}[];
|
|
53612
53627
|
} | null | undefined;
|
|
53628
|
+
imageAlt?: string | null | undefined;
|
|
53613
53629
|
numberOfColumns?: number | null | undefined;
|
|
53614
53630
|
designObjectId?: string | null | undefined;
|
|
53615
53631
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -53829,6 +53845,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53829
53845
|
}[];
|
|
53830
53846
|
}[];
|
|
53831
53847
|
} | null | undefined;
|
|
53848
|
+
imageAlt?: string | null | undefined;
|
|
53832
53849
|
numberOfColumns?: number | null | undefined;
|
|
53833
53850
|
designObjectId?: string | null | undefined;
|
|
53834
53851
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -54139,6 +54156,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
54139
54156
|
}[];
|
|
54140
54157
|
}[];
|
|
54141
54158
|
} | null | undefined;
|
|
54159
|
+
imageAlt?: string | null | undefined;
|
|
54142
54160
|
numberOfColumns?: number | null | undefined;
|
|
54143
54161
|
designObjectId?: string | null | undefined;
|
|
54144
54162
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -54358,6 +54376,7 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
54358
54376
|
}[];
|
|
54359
54377
|
}[];
|
|
54360
54378
|
} | null | undefined;
|
|
54379
|
+
imageAlt?: string | null | undefined;
|
|
54361
54380
|
numberOfColumns?: number | null | undefined;
|
|
54362
54381
|
designObjectId?: string | null | undefined;
|
|
54363
54382
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -73041,6 +73060,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73041
73060
|
}[];
|
|
73042
73061
|
}[];
|
|
73043
73062
|
} | null | undefined;
|
|
73063
|
+
imageAlt?: string | null | undefined;
|
|
73044
73064
|
numberOfColumns?: number | null | undefined;
|
|
73045
73065
|
designObjectId?: string | null | undefined;
|
|
73046
73066
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -73260,6 +73280,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73260
73280
|
}[];
|
|
73261
73281
|
}[];
|
|
73262
73282
|
} | null | undefined;
|
|
73283
|
+
imageAlt?: string | null | undefined;
|
|
73263
73284
|
numberOfColumns?: number | null | undefined;
|
|
73264
73285
|
designObjectId?: string | null | undefined;
|
|
73265
73286
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -73547,6 +73568,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73547
73568
|
}[];
|
|
73548
73569
|
}[];
|
|
73549
73570
|
} | null | undefined;
|
|
73571
|
+
imageAlt?: string | null | undefined;
|
|
73550
73572
|
numberOfColumns?: number | null | undefined;
|
|
73551
73573
|
designObjectId?: string | null | undefined;
|
|
73552
73574
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -73766,6 +73788,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73766
73788
|
}[];
|
|
73767
73789
|
}[];
|
|
73768
73790
|
} | null | undefined;
|
|
73791
|
+
imageAlt?: string | null | undefined;
|
|
73769
73792
|
numberOfColumns?: number | null | undefined;
|
|
73770
73793
|
designObjectId?: string | null | undefined;
|
|
73771
73794
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -74076,6 +74099,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
74076
74099
|
}[];
|
|
74077
74100
|
}[];
|
|
74078
74101
|
} | null | undefined;
|
|
74102
|
+
imageAlt?: string | null | undefined;
|
|
74079
74103
|
numberOfColumns?: number | null | undefined;
|
|
74080
74104
|
designObjectId?: string | null | undefined;
|
|
74081
74105
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -74295,6 +74319,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
74295
74319
|
}[];
|
|
74296
74320
|
}[];
|
|
74297
74321
|
} | null | undefined;
|
|
74322
|
+
imageAlt?: string | null | undefined;
|
|
74298
74323
|
numberOfColumns?: number | null | undefined;
|
|
74299
74324
|
designObjectId?: string | null | undefined;
|
|
74300
74325
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -74634,6 +74659,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
74634
74659
|
}[];
|
|
74635
74660
|
}[];
|
|
74636
74661
|
} | null | undefined;
|
|
74662
|
+
imageAlt?: string | null | undefined;
|
|
74637
74663
|
numberOfColumns?: number | null | undefined;
|
|
74638
74664
|
designObjectId?: string | null | undefined;
|
|
74639
74665
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -74853,6 +74879,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
74853
74879
|
}[];
|
|
74854
74880
|
}[];
|
|
74855
74881
|
} | null | undefined;
|
|
74882
|
+
imageAlt?: string | null | undefined;
|
|
74856
74883
|
numberOfColumns?: number | null | undefined;
|
|
74857
74884
|
designObjectId?: string | null | undefined;
|
|
74858
74885
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -136266,6 +136293,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136266
136293
|
}[];
|
|
136267
136294
|
}[];
|
|
136268
136295
|
} | null | undefined;
|
|
136296
|
+
imageAlt?: string | null | undefined;
|
|
136269
136297
|
numberOfColumns?: number | null | undefined;
|
|
136270
136298
|
designObjectId?: string | null | undefined;
|
|
136271
136299
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -136485,6 +136513,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136485
136513
|
}[];
|
|
136486
136514
|
}[];
|
|
136487
136515
|
} | null | undefined;
|
|
136516
|
+
imageAlt?: string | null | undefined;
|
|
136488
136517
|
numberOfColumns?: number | null | undefined;
|
|
136489
136518
|
designObjectId?: string | null | undefined;
|
|
136490
136519
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -136772,6 +136801,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136772
136801
|
}[];
|
|
136773
136802
|
}[];
|
|
136774
136803
|
} | null | undefined;
|
|
136804
|
+
imageAlt?: string | null | undefined;
|
|
136775
136805
|
numberOfColumns?: number | null | undefined;
|
|
136776
136806
|
designObjectId?: string | null | undefined;
|
|
136777
136807
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -136991,6 +137021,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136991
137021
|
}[];
|
|
136992
137022
|
}[];
|
|
136993
137023
|
} | null | undefined;
|
|
137024
|
+
imageAlt?: string | null | undefined;
|
|
136994
137025
|
numberOfColumns?: number | null | undefined;
|
|
136995
137026
|
designObjectId?: string | null | undefined;
|
|
136996
137027
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -137301,6 +137332,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
137301
137332
|
}[];
|
|
137302
137333
|
}[];
|
|
137303
137334
|
} | null | undefined;
|
|
137335
|
+
imageAlt?: string | null | undefined;
|
|
137304
137336
|
numberOfColumns?: number | null | undefined;
|
|
137305
137337
|
designObjectId?: string | null | undefined;
|
|
137306
137338
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -137520,6 +137552,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
137520
137552
|
}[];
|
|
137521
137553
|
}[];
|
|
137522
137554
|
} | null | undefined;
|
|
137555
|
+
imageAlt?: string | null | undefined;
|
|
137523
137556
|
numberOfColumns?: number | null | undefined;
|
|
137524
137557
|
designObjectId?: string | null | undefined;
|
|
137525
137558
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -138241,6 +138274,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138241
138274
|
}[];
|
|
138242
138275
|
}[];
|
|
138243
138276
|
} | null | undefined;
|
|
138277
|
+
imageAlt?: string | null | undefined;
|
|
138244
138278
|
numberOfColumns?: number | null | undefined;
|
|
138245
138279
|
designObjectId?: string | null | undefined;
|
|
138246
138280
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -138460,6 +138494,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138460
138494
|
}[];
|
|
138461
138495
|
}[];
|
|
138462
138496
|
} | null | undefined;
|
|
138497
|
+
imageAlt?: string | null | undefined;
|
|
138463
138498
|
numberOfColumns?: number | null | undefined;
|
|
138464
138499
|
designObjectId?: string | null | undefined;
|
|
138465
138500
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -138747,6 +138782,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138747
138782
|
}[];
|
|
138748
138783
|
}[];
|
|
138749
138784
|
} | null | undefined;
|
|
138785
|
+
imageAlt?: string | null | undefined;
|
|
138750
138786
|
numberOfColumns?: number | null | undefined;
|
|
138751
138787
|
designObjectId?: string | null | undefined;
|
|
138752
138788
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -138966,6 +139002,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138966
139002
|
}[];
|
|
138967
139003
|
}[];
|
|
138968
139004
|
} | null | undefined;
|
|
139005
|
+
imageAlt?: string | null | undefined;
|
|
138969
139006
|
numberOfColumns?: number | null | undefined;
|
|
138970
139007
|
designObjectId?: string | null | undefined;
|
|
138971
139008
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -139276,6 +139313,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
139276
139313
|
}[];
|
|
139277
139314
|
}[];
|
|
139278
139315
|
} | null | undefined;
|
|
139316
|
+
imageAlt?: string | null | undefined;
|
|
139279
139317
|
numberOfColumns?: number | null | undefined;
|
|
139280
139318
|
designObjectId?: string | null | undefined;
|
|
139281
139319
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -139495,6 +139533,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
139495
139533
|
}[];
|
|
139496
139534
|
}[];
|
|
139497
139535
|
} | null | undefined;
|
|
139536
|
+
imageAlt?: string | null | undefined;
|
|
139498
139537
|
numberOfColumns?: number | null | undefined;
|
|
139499
139538
|
designObjectId?: string | null | undefined;
|
|
139500
139539
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -139834,6 +139873,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
139834
139873
|
}[];
|
|
139835
139874
|
}[];
|
|
139836
139875
|
} | null | undefined;
|
|
139876
|
+
imageAlt?: string | null | undefined;
|
|
139837
139877
|
numberOfColumns?: number | null | undefined;
|
|
139838
139878
|
designObjectId?: string | null | undefined;
|
|
139839
139879
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -140053,6 +140093,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
140053
140093
|
}[];
|
|
140054
140094
|
}[];
|
|
140055
140095
|
} | null | undefined;
|
|
140096
|
+
imageAlt?: string | null | undefined;
|
|
140056
140097
|
numberOfColumns?: number | null | undefined;
|
|
140057
140098
|
designObjectId?: string | null | undefined;
|
|
140058
140099
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -141135,6 +141176,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
141135
141176
|
}[];
|
|
141136
141177
|
}[];
|
|
141137
141178
|
} | null | undefined;
|
|
141179
|
+
imageAlt?: string | null | undefined;
|
|
141138
141180
|
numberOfColumns?: number | null | undefined;
|
|
141139
141181
|
designObjectId?: string | null | undefined;
|
|
141140
141182
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -141354,6 +141396,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
141354
141396
|
}[];
|
|
141355
141397
|
}[];
|
|
141356
141398
|
} | null | undefined;
|
|
141399
|
+
imageAlt?: string | null | undefined;
|
|
141357
141400
|
numberOfColumns?: number | null | undefined;
|
|
141358
141401
|
designObjectId?: string | null | undefined;
|
|
141359
141402
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -141630,6 +141673,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
141630
141673
|
}[];
|
|
141631
141674
|
}[];
|
|
141632
141675
|
} | null | undefined;
|
|
141676
|
+
imageAlt?: string | null | undefined;
|
|
141633
141677
|
numberOfColumns?: number | null | undefined;
|
|
141634
141678
|
designObjectId?: string | null | undefined;
|
|
141635
141679
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -141849,6 +141893,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
141849
141893
|
}[];
|
|
141850
141894
|
}[];
|
|
141851
141895
|
} | null | undefined;
|
|
141896
|
+
imageAlt?: string | null | undefined;
|
|
141852
141897
|
numberOfColumns?: number | null | undefined;
|
|
141853
141898
|
designObjectId?: string | null | undefined;
|
|
141854
141899
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -142320,6 +142365,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142320
142365
|
}[];
|
|
142321
142366
|
}[];
|
|
142322
142367
|
} | null | undefined;
|
|
142368
|
+
imageAlt?: string | null | undefined;
|
|
142323
142369
|
numberOfColumns?: number | null | undefined;
|
|
142324
142370
|
designObjectId?: string | null | undefined;
|
|
142325
142371
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -142539,6 +142585,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142539
142585
|
}[];
|
|
142540
142586
|
}[];
|
|
142541
142587
|
} | null | undefined;
|
|
142588
|
+
imageAlt?: string | null | undefined;
|
|
142542
142589
|
numberOfColumns?: number | null | undefined;
|
|
142543
142590
|
designObjectId?: string | null | undefined;
|
|
142544
142591
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -142826,6 +142873,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142826
142873
|
}[];
|
|
142827
142874
|
}[];
|
|
142828
142875
|
} | null | undefined;
|
|
142876
|
+
imageAlt?: string | null | undefined;
|
|
142829
142877
|
numberOfColumns?: number | null | undefined;
|
|
142830
142878
|
designObjectId?: string | null | undefined;
|
|
142831
142879
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -143045,6 +143093,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143045
143093
|
}[];
|
|
143046
143094
|
}[];
|
|
143047
143095
|
} | null | undefined;
|
|
143096
|
+
imageAlt?: string | null | undefined;
|
|
143048
143097
|
numberOfColumns?: number | null | undefined;
|
|
143049
143098
|
designObjectId?: string | null | undefined;
|
|
143050
143099
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -143355,6 +143404,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143355
143404
|
}[];
|
|
143356
143405
|
}[];
|
|
143357
143406
|
} | null | undefined;
|
|
143407
|
+
imageAlt?: string | null | undefined;
|
|
143358
143408
|
numberOfColumns?: number | null | undefined;
|
|
143359
143409
|
designObjectId?: string | null | undefined;
|
|
143360
143410
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -143574,6 +143624,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143574
143624
|
}[];
|
|
143575
143625
|
}[];
|
|
143576
143626
|
} | null | undefined;
|
|
143627
|
+
imageAlt?: string | null | undefined;
|
|
143577
143628
|
numberOfColumns?: number | null | undefined;
|
|
143578
143629
|
designObjectId?: string | null | undefined;
|
|
143579
143630
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -144297,6 +144348,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144297
144348
|
}[];
|
|
144298
144349
|
}[];
|
|
144299
144350
|
} | null | undefined;
|
|
144351
|
+
imageAlt?: string | null | undefined;
|
|
144300
144352
|
numberOfColumns?: number | null | undefined;
|
|
144301
144353
|
designObjectId?: string | null | undefined;
|
|
144302
144354
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -144516,6 +144568,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144516
144568
|
}[];
|
|
144517
144569
|
}[];
|
|
144518
144570
|
} | null | undefined;
|
|
144571
|
+
imageAlt?: string | null | undefined;
|
|
144519
144572
|
numberOfColumns?: number | null | undefined;
|
|
144520
144573
|
designObjectId?: string | null | undefined;
|
|
144521
144574
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -144803,6 +144856,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144803
144856
|
}[];
|
|
144804
144857
|
}[];
|
|
144805
144858
|
} | null | undefined;
|
|
144859
|
+
imageAlt?: string | null | undefined;
|
|
144806
144860
|
numberOfColumns?: number | null | undefined;
|
|
144807
144861
|
designObjectId?: string | null | undefined;
|
|
144808
144862
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -145022,6 +145076,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
145022
145076
|
}[];
|
|
145023
145077
|
}[];
|
|
145024
145078
|
} | null | undefined;
|
|
145079
|
+
imageAlt?: string | null | undefined;
|
|
145025
145080
|
numberOfColumns?: number | null | undefined;
|
|
145026
145081
|
designObjectId?: string | null | undefined;
|
|
145027
145082
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -145332,6 +145387,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
145332
145387
|
}[];
|
|
145333
145388
|
}[];
|
|
145334
145389
|
} | null | undefined;
|
|
145390
|
+
imageAlt?: string | null | undefined;
|
|
145335
145391
|
numberOfColumns?: number | null | undefined;
|
|
145336
145392
|
designObjectId?: string | null | undefined;
|
|
145337
145393
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -145551,6 +145607,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
145551
145607
|
}[];
|
|
145552
145608
|
}[];
|
|
145553
145609
|
} | null | undefined;
|
|
145610
|
+
imageAlt?: string | null | undefined;
|
|
145554
145611
|
numberOfColumns?: number | null | undefined;
|
|
145555
145612
|
designObjectId?: string | null | undefined;
|
|
145556
145613
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -145890,6 +145947,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
145890
145947
|
}[];
|
|
145891
145948
|
}[];
|
|
145892
145949
|
} | null | undefined;
|
|
145950
|
+
imageAlt?: string | null | undefined;
|
|
145893
145951
|
numberOfColumns?: number | null | undefined;
|
|
145894
145952
|
designObjectId?: string | null | undefined;
|
|
145895
145953
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -146109,6 +146167,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
146109
146167
|
}[];
|
|
146110
146168
|
}[];
|
|
146111
146169
|
} | null | undefined;
|
|
146170
|
+
imageAlt?: string | null | undefined;
|
|
146112
146171
|
numberOfColumns?: number | null | undefined;
|
|
146113
146172
|
designObjectId?: string | null | undefined;
|
|
146114
146173
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -147179,6 +147238,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
147179
147238
|
}[];
|
|
147180
147239
|
}[];
|
|
147181
147240
|
} | null | undefined;
|
|
147241
|
+
imageAlt?: string | null | undefined;
|
|
147182
147242
|
numberOfColumns?: number | null | undefined;
|
|
147183
147243
|
designObjectId?: string | null | undefined;
|
|
147184
147244
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -147398,6 +147458,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
147398
147458
|
}[];
|
|
147399
147459
|
}[];
|
|
147400
147460
|
} | null | undefined;
|
|
147461
|
+
imageAlt?: string | null | undefined;
|
|
147401
147462
|
numberOfColumns?: number | null | undefined;
|
|
147402
147463
|
designObjectId?: string | null | undefined;
|
|
147403
147464
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -147674,6 +147735,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
147674
147735
|
}[];
|
|
147675
147736
|
}[];
|
|
147676
147737
|
} | null | undefined;
|
|
147738
|
+
imageAlt?: string | null | undefined;
|
|
147677
147739
|
numberOfColumns?: number | null | undefined;
|
|
147678
147740
|
designObjectId?: string | null | undefined;
|
|
147679
147741
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -147893,6 +147955,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
147893
147955
|
}[];
|
|
147894
147956
|
}[];
|
|
147895
147957
|
} | null | undefined;
|
|
147958
|
+
imageAlt?: string | null | undefined;
|
|
147896
147959
|
numberOfColumns?: number | null | undefined;
|
|
147897
147960
|
designObjectId?: string | null | undefined;
|
|
147898
147961
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -149547,6 +149610,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
149547
149610
|
}[];
|
|
149548
149611
|
}[];
|
|
149549
149612
|
} | null | undefined;
|
|
149613
|
+
imageAlt?: string | null | undefined;
|
|
149550
149614
|
numberOfColumns?: number | null | undefined;
|
|
149551
149615
|
designObjectId?: string | null | undefined;
|
|
149552
149616
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -149766,6 +149830,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
149766
149830
|
}[];
|
|
149767
149831
|
}[];
|
|
149768
149832
|
} | null | undefined;
|
|
149833
|
+
imageAlt?: string | null | undefined;
|
|
149769
149834
|
numberOfColumns?: number | null | undefined;
|
|
149770
149835
|
designObjectId?: string | null | undefined;
|
|
149771
149836
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -150053,6 +150118,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
150053
150118
|
}[];
|
|
150054
150119
|
}[];
|
|
150055
150120
|
} | null | undefined;
|
|
150121
|
+
imageAlt?: string | null | undefined;
|
|
150056
150122
|
numberOfColumns?: number | null | undefined;
|
|
150057
150123
|
designObjectId?: string | null | undefined;
|
|
150058
150124
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -150272,6 +150338,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
150272
150338
|
}[];
|
|
150273
150339
|
}[];
|
|
150274
150340
|
} | null | undefined;
|
|
150341
|
+
imageAlt?: string | null | undefined;
|
|
150275
150342
|
numberOfColumns?: number | null | undefined;
|
|
150276
150343
|
designObjectId?: string | null | undefined;
|
|
150277
150344
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -150582,6 +150649,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
150582
150649
|
}[];
|
|
150583
150650
|
}[];
|
|
150584
150651
|
} | null | undefined;
|
|
150652
|
+
imageAlt?: string | null | undefined;
|
|
150585
150653
|
numberOfColumns?: number | null | undefined;
|
|
150586
150654
|
designObjectId?: string | null | undefined;
|
|
150587
150655
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -150801,6 +150869,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
150801
150869
|
}[];
|
|
150802
150870
|
}[];
|
|
150803
150871
|
} | null | undefined;
|
|
150872
|
+
imageAlt?: string | null | undefined;
|
|
150804
150873
|
numberOfColumns?: number | null | undefined;
|
|
150805
150874
|
designObjectId?: string | null | undefined;
|
|
150806
150875
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -151505,6 +151574,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
151505
151574
|
}[];
|
|
151506
151575
|
}[];
|
|
151507
151576
|
} | null | undefined;
|
|
151577
|
+
imageAlt?: string | null | undefined;
|
|
151508
151578
|
numberOfColumns?: number | null | undefined;
|
|
151509
151579
|
designObjectId?: string | null | undefined;
|
|
151510
151580
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -151724,6 +151794,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
151724
151794
|
}[];
|
|
151725
151795
|
}[];
|
|
151726
151796
|
} | null | undefined;
|
|
151797
|
+
imageAlt?: string | null | undefined;
|
|
151727
151798
|
numberOfColumns?: number | null | undefined;
|
|
151728
151799
|
designObjectId?: string | null | undefined;
|
|
151729
151800
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -152164,6 +152235,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
152164
152235
|
}[];
|
|
152165
152236
|
}[];
|
|
152166
152237
|
} | null | undefined;
|
|
152238
|
+
imageAlt?: string | null | undefined;
|
|
152167
152239
|
numberOfColumns?: number | null | undefined;
|
|
152168
152240
|
designObjectId?: string | null | undefined;
|
|
152169
152241
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -152383,6 +152455,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
152383
152455
|
}[];
|
|
152384
152456
|
}[];
|
|
152385
152457
|
} | null | undefined;
|
|
152458
|
+
imageAlt?: string | null | undefined;
|
|
152386
152459
|
numberOfColumns?: number | null | undefined;
|
|
152387
152460
|
designObjectId?: string | null | undefined;
|
|
152388
152461
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -152670,6 +152743,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
152670
152743
|
}[];
|
|
152671
152744
|
}[];
|
|
152672
152745
|
} | null | undefined;
|
|
152746
|
+
imageAlt?: string | null | undefined;
|
|
152673
152747
|
numberOfColumns?: number | null | undefined;
|
|
152674
152748
|
designObjectId?: string | null | undefined;
|
|
152675
152749
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -152889,6 +152963,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
152889
152963
|
}[];
|
|
152890
152964
|
}[];
|
|
152891
152965
|
} | null | undefined;
|
|
152966
|
+
imageAlt?: string | null | undefined;
|
|
152892
152967
|
numberOfColumns?: number | null | undefined;
|
|
152893
152968
|
designObjectId?: string | null | undefined;
|
|
152894
152969
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -153199,6 +153274,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
153199
153274
|
}[];
|
|
153200
153275
|
}[];
|
|
153201
153276
|
} | null | undefined;
|
|
153277
|
+
imageAlt?: string | null | undefined;
|
|
153202
153278
|
numberOfColumns?: number | null | undefined;
|
|
153203
153279
|
designObjectId?: string | null | undefined;
|
|
153204
153280
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -153418,6 +153494,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
153418
153494
|
}[];
|
|
153419
153495
|
}[];
|
|
153420
153496
|
} | null | undefined;
|
|
153497
|
+
imageAlt?: string | null | undefined;
|
|
153421
153498
|
numberOfColumns?: number | null | undefined;
|
|
153422
153499
|
designObjectId?: string | null | undefined;
|
|
153423
153500
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -155436,6 +155513,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
155436
155513
|
}[];
|
|
155437
155514
|
}[];
|
|
155438
155515
|
} | null | undefined;
|
|
155516
|
+
imageAlt?: string | null | undefined;
|
|
155439
155517
|
numberOfColumns?: number | null | undefined;
|
|
155440
155518
|
designObjectId?: string | null | undefined;
|
|
155441
155519
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -155655,6 +155733,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
155655
155733
|
}[];
|
|
155656
155734
|
}[];
|
|
155657
155735
|
} | null | undefined;
|
|
155736
|
+
imageAlt?: string | null | undefined;
|
|
155658
155737
|
numberOfColumns?: number | null | undefined;
|
|
155659
155738
|
designObjectId?: string | null | undefined;
|
|
155660
155739
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -156257,6 +156336,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
156257
156336
|
}[];
|
|
156258
156337
|
}[];
|
|
156259
156338
|
} | null | undefined;
|
|
156339
|
+
imageAlt?: string | null | undefined;
|
|
156260
156340
|
numberOfColumns?: number | null | undefined;
|
|
156261
156341
|
designObjectId?: string | null | undefined;
|
|
156262
156342
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -156476,6 +156556,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
156476
156556
|
}[];
|
|
156477
156557
|
}[];
|
|
156478
156558
|
} | null | undefined;
|
|
156559
|
+
imageAlt?: string | null | undefined;
|
|
156479
156560
|
numberOfColumns?: number | null | undefined;
|
|
156480
156561
|
designObjectId?: string | null | undefined;
|
|
156481
156562
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -156763,6 +156844,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
156763
156844
|
}[];
|
|
156764
156845
|
}[];
|
|
156765
156846
|
} | null | undefined;
|
|
156847
|
+
imageAlt?: string | null | undefined;
|
|
156766
156848
|
numberOfColumns?: number | null | undefined;
|
|
156767
156849
|
designObjectId?: string | null | undefined;
|
|
156768
156850
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -156982,6 +157064,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
156982
157064
|
}[];
|
|
156983
157065
|
}[];
|
|
156984
157066
|
} | null | undefined;
|
|
157067
|
+
imageAlt?: string | null | undefined;
|
|
156985
157068
|
numberOfColumns?: number | null | undefined;
|
|
156986
157069
|
designObjectId?: string | null | undefined;
|
|
156987
157070
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -157292,6 +157375,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
157292
157375
|
}[];
|
|
157293
157376
|
}[];
|
|
157294
157377
|
} | null | undefined;
|
|
157378
|
+
imageAlt?: string | null | undefined;
|
|
157295
157379
|
numberOfColumns?: number | null | undefined;
|
|
157296
157380
|
designObjectId?: string | null | undefined;
|
|
157297
157381
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -157511,6 +157595,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
157511
157595
|
}[];
|
|
157512
157596
|
}[];
|
|
157513
157597
|
} | null | undefined;
|
|
157598
|
+
imageAlt?: string | null | undefined;
|
|
157514
157599
|
numberOfColumns?: number | null | undefined;
|
|
157515
157600
|
designObjectId?: string | null | undefined;
|
|
157516
157601
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -159209,6 +159294,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
159209
159294
|
}[];
|
|
159210
159295
|
}[];
|
|
159211
159296
|
} | null | undefined;
|
|
159297
|
+
imageAlt?: string | null | undefined;
|
|
159212
159298
|
numberOfColumns?: number | null | undefined;
|
|
159213
159299
|
designObjectId?: string | null | undefined;
|
|
159214
159300
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -159428,6 +159514,7 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
159428
159514
|
}[];
|
|
159429
159515
|
}[];
|
|
159430
159516
|
} | null | undefined;
|
|
159517
|
+
imageAlt?: string | null | undefined;
|
|
159431
159518
|
numberOfColumns?: number | null | undefined;
|
|
159432
159519
|
designObjectId?: string | null | undefined;
|
|
159433
159520
|
designObjectIds?: string[] | null | undefined;
|
|
@@ -160711,7 +160798,7 @@ declare const PersonalAccessToken: z.ZodObject<{
|
|
|
160711
160798
|
id: z.ZodString;
|
|
160712
160799
|
userId: z.ZodString;
|
|
160713
160800
|
workspaceId: z.ZodOptional<z.ZodString>;
|
|
160714
|
-
workspaceRole: z.ZodOptional<z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest"]>>;
|
|
160801
|
+
workspaceRole: z.ZodOptional<z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>>;
|
|
160715
160802
|
name: z.ZodString;
|
|
160716
160803
|
hidden: z.ZodBoolean;
|
|
160717
160804
|
token: z.ZodString;
|
|
@@ -160727,7 +160814,7 @@ declare const PersonalAccessToken: z.ZodObject<{
|
|
|
160727
160814
|
token: string;
|
|
160728
160815
|
scope?: string | undefined;
|
|
160729
160816
|
workspaceId?: string | undefined;
|
|
160730
|
-
workspaceRole?: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | undefined;
|
|
160817
|
+
workspaceRole?: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor" | undefined;
|
|
160731
160818
|
expireAt?: Date | undefined;
|
|
160732
160819
|
}, {
|
|
160733
160820
|
id: string;
|
|
@@ -160738,7 +160825,7 @@ declare const PersonalAccessToken: z.ZodObject<{
|
|
|
160738
160825
|
token: string;
|
|
160739
160826
|
scope?: string | undefined;
|
|
160740
160827
|
workspaceId?: string | undefined;
|
|
160741
|
-
workspaceRole?: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | undefined;
|
|
160828
|
+
workspaceRole?: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor" | undefined;
|
|
160742
160829
|
expireAt?: Date | undefined;
|
|
160743
160830
|
}>;
|
|
160744
160831
|
type PersonalAccessToken = z.infer<typeof PersonalAccessToken>;
|
|
@@ -161895,24 +161982,24 @@ type SsoProvider = z.infer<typeof SsoProvider>;
|
|
|
161895
161982
|
declare const MAX_MEMBERS_COUNT = 100;
|
|
161896
161983
|
declare const UserInvite: z.ZodObject<{
|
|
161897
161984
|
email: z.ZodEffects<z.ZodString, string, string>;
|
|
161898
|
-
role: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest"]>;
|
|
161985
|
+
role: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
161899
161986
|
}, "strip", z.ZodTypeAny, {
|
|
161900
161987
|
email: string;
|
|
161901
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest";
|
|
161988
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
161902
161989
|
}, {
|
|
161903
161990
|
email: string;
|
|
161904
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest";
|
|
161991
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
161905
161992
|
}>;
|
|
161906
161993
|
type UserInvite = z.infer<typeof UserInvite>;
|
|
161907
161994
|
declare const UserInvites: z.ZodArray<z.ZodObject<{
|
|
161908
161995
|
email: z.ZodEffects<z.ZodString, string, string>;
|
|
161909
|
-
role: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest"]>;
|
|
161996
|
+
role: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
161910
161997
|
}, "strip", z.ZodTypeAny, {
|
|
161911
161998
|
email: string;
|
|
161912
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest";
|
|
161999
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
161913
162000
|
}, {
|
|
161914
162001
|
email: string;
|
|
161915
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest";
|
|
162002
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
161916
162003
|
}>, "many">;
|
|
161917
162004
|
type UserInvites = z.infer<typeof UserInvites>;
|
|
161918
162005
|
|
|
@@ -162352,13 +162439,13 @@ declare const CreateWorkspaceInput: z.ZodObject<{
|
|
|
162352
162439
|
handle: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
162353
162440
|
invites: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
162354
162441
|
email: z.ZodEffects<z.ZodString, string, string>;
|
|
162355
|
-
role: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest"]>;
|
|
162442
|
+
role: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
162356
162443
|
}, "strip", z.ZodTypeAny, {
|
|
162357
162444
|
email: string;
|
|
162358
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest";
|
|
162445
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
162359
162446
|
}, {
|
|
162360
162447
|
email: string;
|
|
162361
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest";
|
|
162448
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
162362
162449
|
}>, "many">>;
|
|
162363
162450
|
promoCode: z.ZodOptional<z.ZodString>;
|
|
162364
162451
|
status: z.ZodOptional<z.ZodEnum<["active", "suspended", "gracePeriod", "cancelled", "downgraded_to_free"]>>;
|
|
@@ -162569,7 +162656,7 @@ declare const CreateWorkspaceInput: z.ZodObject<{
|
|
|
162569
162656
|
billingEmail?: string | undefined;
|
|
162570
162657
|
invites?: {
|
|
162571
162658
|
email: string;
|
|
162572
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest";
|
|
162659
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
162573
162660
|
}[] | undefined;
|
|
162574
162661
|
promoCode?: string | undefined;
|
|
162575
162662
|
}, {
|
|
@@ -162632,7 +162719,7 @@ declare const CreateWorkspaceInput: z.ZodObject<{
|
|
|
162632
162719
|
billingEmail?: string | undefined;
|
|
162633
162720
|
invites?: {
|
|
162634
162721
|
email: string;
|
|
162635
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest";
|
|
162722
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
162636
162723
|
}[] | undefined;
|
|
162637
162724
|
promoCode?: string | undefined;
|
|
162638
162725
|
}>;
|
|
@@ -162643,7 +162730,7 @@ declare const WorkspaceInvitation: z.ZodObject<{
|
|
|
162643
162730
|
email: z.ZodString;
|
|
162644
162731
|
createdAt: z.ZodDate;
|
|
162645
162732
|
resentAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
162646
|
-
role: z.ZodNativeEnum<z.Values<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest"]>>;
|
|
162733
|
+
role: z.ZodNativeEnum<z.Values<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>>;
|
|
162647
162734
|
workspaceId: z.ZodString;
|
|
162648
162735
|
invitedBy: z.ZodString;
|
|
162649
162736
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -162651,7 +162738,7 @@ declare const WorkspaceInvitation: z.ZodObject<{
|
|
|
162651
162738
|
createdAt: Date;
|
|
162652
162739
|
email: string;
|
|
162653
162740
|
workspaceId: string;
|
|
162654
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest";
|
|
162741
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
162655
162742
|
invitedBy: string;
|
|
162656
162743
|
resentAt?: Date | null | undefined;
|
|
162657
162744
|
}, {
|
|
@@ -162659,7 +162746,7 @@ declare const WorkspaceInvitation: z.ZodObject<{
|
|
|
162659
162746
|
createdAt: Date;
|
|
162660
162747
|
email: string;
|
|
162661
162748
|
workspaceId: string;
|
|
162662
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest";
|
|
162749
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
162663
162750
|
invitedBy: string;
|
|
162664
162751
|
resentAt?: Date | null | undefined;
|
|
162665
162752
|
}>;
|
|
@@ -162669,7 +162756,7 @@ declare const WorkspaceMembership: z.ZodObject<{
|
|
|
162669
162756
|
id: z.ZodString;
|
|
162670
162757
|
userId: z.ZodString;
|
|
162671
162758
|
workspaceId: z.ZodString;
|
|
162672
|
-
workspaceRole: z.ZodNativeEnum<z.Values<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest"]>>;
|
|
162759
|
+
workspaceRole: z.ZodNativeEnum<z.Values<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>>;
|
|
162673
162760
|
notificationSettings: z.ZodObject<{
|
|
162674
162761
|
liveblocksNotificationSettings: z.ZodObject<{
|
|
162675
162762
|
sendCommentNotificationEmails: z.ZodBoolean;
|
|
@@ -162691,7 +162778,7 @@ declare const WorkspaceMembership: z.ZodObject<{
|
|
|
162691
162778
|
id: string;
|
|
162692
162779
|
workspaceId: string;
|
|
162693
162780
|
userId: string;
|
|
162694
|
-
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest";
|
|
162781
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
162695
162782
|
notificationSettings: {
|
|
162696
162783
|
liveblocksNotificationSettings: {
|
|
162697
162784
|
sendCommentNotificationEmails: boolean;
|
|
@@ -162701,7 +162788,7 @@ declare const WorkspaceMembership: z.ZodObject<{
|
|
|
162701
162788
|
id: string;
|
|
162702
162789
|
workspaceId: string;
|
|
162703
162790
|
userId: string;
|
|
162704
|
-
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest";
|
|
162791
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
162705
162792
|
notificationSettings: {
|
|
162706
162793
|
liveblocksNotificationSettings: {
|
|
162707
162794
|
sendCommentNotificationEmails: boolean;
|
|
@@ -162712,30 +162799,30 @@ type WorkspaceMembership = z.infer<typeof WorkspaceMembership>;
|
|
|
162712
162799
|
declare const UpdateMembershipRolesInput: z.ZodObject<{
|
|
162713
162800
|
members: z.ZodArray<z.ZodObject<{
|
|
162714
162801
|
userId: z.ZodString;
|
|
162715
|
-
role: z.ZodNativeEnum<z.Values<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest"]>>;
|
|
162802
|
+
role: z.ZodNativeEnum<z.Values<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>>;
|
|
162716
162803
|
}, "strip", z.ZodTypeAny, {
|
|
162717
162804
|
userId: string;
|
|
162718
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest";
|
|
162805
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
162719
162806
|
}, {
|
|
162720
162807
|
userId: string;
|
|
162721
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest";
|
|
162808
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
162722
162809
|
}>, "many">;
|
|
162723
162810
|
}, "strip", z.ZodTypeAny, {
|
|
162724
162811
|
members: {
|
|
162725
162812
|
userId: string;
|
|
162726
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest";
|
|
162813
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
162727
162814
|
}[];
|
|
162728
162815
|
}, {
|
|
162729
162816
|
members: {
|
|
162730
162817
|
userId: string;
|
|
162731
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest";
|
|
162818
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
162732
162819
|
}[];
|
|
162733
162820
|
}>;
|
|
162734
162821
|
type UpdateMembershipRolesInput = z.infer<typeof UpdateMembershipRolesInput>;
|
|
162735
162822
|
|
|
162736
|
-
declare const WorkspaceRoleSchema: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest"]>;
|
|
162823
|
+
declare const WorkspaceRoleSchema: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
162737
162824
|
type WorkspaceRole = z.infer<typeof WorkspaceRoleSchema>;
|
|
162738
|
-
declare const WorkspaceRole: z.Values<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest"]>;
|
|
162825
|
+
declare const WorkspaceRole: z.Values<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
162739
162826
|
|
|
162740
162827
|
declare const WorkspaceProfileUpdate: z.ZodObject<Omit<{
|
|
162741
162828
|
name: z.ZodString;
|