@supernova-studio/client 1.4.7 → 1.4.9

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
@@ -4794,6 +4794,515 @@ declare const DTOBrandUpdatePayload: z.ZodObject<{
4794
4794
  }>;
4795
4795
  type DTOBrandUpdatePayload = z.infer<typeof DTOBrandUpdatePayload>;
4796
4796
 
4797
+ declare const DTOCodeComponentProperty: z.ZodObject<{
4798
+ control: z.ZodObject<{
4799
+ isArray: z.ZodBoolean;
4800
+ type: z.ZodEnum<["Boolean", "Function", "Number", "Object", "Slot", "String", "Unknown"]>;
4801
+ }, "strip", z.ZodTypeAny, {
4802
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
4803
+ isArray: boolean;
4804
+ }, {
4805
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
4806
+ isArray: boolean;
4807
+ }>;
4808
+ defaultValue: z.ZodOptional<z.ZodString>;
4809
+ name: z.ZodString;
4810
+ required: z.ZodBoolean;
4811
+ type: z.ZodString;
4812
+ }, "strip", z.ZodTypeAny, {
4813
+ type: string;
4814
+ name: string;
4815
+ control: {
4816
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
4817
+ isArray: boolean;
4818
+ };
4819
+ required: boolean;
4820
+ defaultValue?: string | undefined;
4821
+ }, {
4822
+ type: string;
4823
+ name: string;
4824
+ control: {
4825
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
4826
+ isArray: boolean;
4827
+ };
4828
+ required: boolean;
4829
+ defaultValue?: string | undefined;
4830
+ }>;
4831
+ type DTOCodeComponentProperty = z.infer<typeof DTOCodeComponentProperty>;
4832
+ declare const DTOCodeComponent: z.ZodObject<{
4833
+ id: z.ZodString;
4834
+ designSystemVersionId: z.ZodString;
4835
+ persistentId: z.ZodString;
4836
+ createdAt: z.ZodDate;
4837
+ updatedAt: z.ZodDate;
4838
+ exportName: z.ZodString;
4839
+ properties: z.ZodRecord<z.ZodString, z.ZodObject<{
4840
+ control: z.ZodObject<{
4841
+ isArray: z.ZodBoolean;
4842
+ type: z.ZodEnum<["Boolean", "Function", "Number", "Object", "Slot", "String", "Unknown"]>;
4843
+ }, "strip", z.ZodTypeAny, {
4844
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
4845
+ isArray: boolean;
4846
+ }, {
4847
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
4848
+ isArray: boolean;
4849
+ }>;
4850
+ defaultValue: z.ZodOptional<z.ZodString>;
4851
+ name: z.ZodString;
4852
+ required: z.ZodBoolean;
4853
+ type: z.ZodString;
4854
+ }, "strip", z.ZodTypeAny, {
4855
+ type: string;
4856
+ name: string;
4857
+ control: {
4858
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
4859
+ isArray: boolean;
4860
+ };
4861
+ required: boolean;
4862
+ defaultValue?: string | undefined;
4863
+ }, {
4864
+ type: string;
4865
+ name: string;
4866
+ control: {
4867
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
4868
+ isArray: boolean;
4869
+ };
4870
+ required: boolean;
4871
+ defaultValue?: string | undefined;
4872
+ }>>;
4873
+ }, "strip", z.ZodTypeAny, {
4874
+ id: string;
4875
+ persistentId: string;
4876
+ designSystemVersionId: string;
4877
+ createdAt: Date;
4878
+ updatedAt: Date;
4879
+ exportName: string;
4880
+ properties: Record<string, {
4881
+ type: string;
4882
+ name: string;
4883
+ control: {
4884
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
4885
+ isArray: boolean;
4886
+ };
4887
+ required: boolean;
4888
+ defaultValue?: string | undefined;
4889
+ }>;
4890
+ }, {
4891
+ id: string;
4892
+ persistentId: string;
4893
+ designSystemVersionId: string;
4894
+ createdAt: Date;
4895
+ updatedAt: Date;
4896
+ exportName: string;
4897
+ properties: Record<string, {
4898
+ type: string;
4899
+ name: string;
4900
+ control: {
4901
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
4902
+ isArray: boolean;
4903
+ };
4904
+ required: boolean;
4905
+ defaultValue?: string | undefined;
4906
+ }>;
4907
+ }>;
4908
+ type DTOCodeComponent = z.infer<typeof DTOCodeComponent>;
4909
+ declare const DTOCodeComponentResponse: z.ZodObject<{
4910
+ codeComponent: z.ZodObject<{
4911
+ id: z.ZodString;
4912
+ designSystemVersionId: z.ZodString;
4913
+ persistentId: z.ZodString;
4914
+ createdAt: z.ZodDate;
4915
+ updatedAt: z.ZodDate;
4916
+ exportName: z.ZodString;
4917
+ properties: z.ZodRecord<z.ZodString, z.ZodObject<{
4918
+ control: z.ZodObject<{
4919
+ isArray: z.ZodBoolean;
4920
+ type: z.ZodEnum<["Boolean", "Function", "Number", "Object", "Slot", "String", "Unknown"]>;
4921
+ }, "strip", z.ZodTypeAny, {
4922
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
4923
+ isArray: boolean;
4924
+ }, {
4925
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
4926
+ isArray: boolean;
4927
+ }>;
4928
+ defaultValue: z.ZodOptional<z.ZodString>;
4929
+ name: z.ZodString;
4930
+ required: z.ZodBoolean;
4931
+ type: z.ZodString;
4932
+ }, "strip", z.ZodTypeAny, {
4933
+ type: string;
4934
+ name: string;
4935
+ control: {
4936
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
4937
+ isArray: boolean;
4938
+ };
4939
+ required: boolean;
4940
+ defaultValue?: string | undefined;
4941
+ }, {
4942
+ type: string;
4943
+ name: string;
4944
+ control: {
4945
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
4946
+ isArray: boolean;
4947
+ };
4948
+ required: boolean;
4949
+ defaultValue?: string | undefined;
4950
+ }>>;
4951
+ }, "strip", z.ZodTypeAny, {
4952
+ id: string;
4953
+ persistentId: string;
4954
+ designSystemVersionId: string;
4955
+ createdAt: Date;
4956
+ updatedAt: Date;
4957
+ exportName: string;
4958
+ properties: Record<string, {
4959
+ type: string;
4960
+ name: string;
4961
+ control: {
4962
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
4963
+ isArray: boolean;
4964
+ };
4965
+ required: boolean;
4966
+ defaultValue?: string | undefined;
4967
+ }>;
4968
+ }, {
4969
+ id: string;
4970
+ persistentId: string;
4971
+ designSystemVersionId: string;
4972
+ createdAt: Date;
4973
+ updatedAt: Date;
4974
+ exportName: string;
4975
+ properties: Record<string, {
4976
+ type: string;
4977
+ name: string;
4978
+ control: {
4979
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
4980
+ isArray: boolean;
4981
+ };
4982
+ required: boolean;
4983
+ defaultValue?: string | undefined;
4984
+ }>;
4985
+ }>;
4986
+ }, "strip", z.ZodTypeAny, {
4987
+ codeComponent: {
4988
+ id: string;
4989
+ persistentId: string;
4990
+ designSystemVersionId: string;
4991
+ createdAt: Date;
4992
+ updatedAt: Date;
4993
+ exportName: string;
4994
+ properties: Record<string, {
4995
+ type: string;
4996
+ name: string;
4997
+ control: {
4998
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
4999
+ isArray: boolean;
5000
+ };
5001
+ required: boolean;
5002
+ defaultValue?: string | undefined;
5003
+ }>;
5004
+ };
5005
+ }, {
5006
+ codeComponent: {
5007
+ id: string;
5008
+ persistentId: string;
5009
+ designSystemVersionId: string;
5010
+ createdAt: Date;
5011
+ updatedAt: Date;
5012
+ exportName: string;
5013
+ properties: Record<string, {
5014
+ type: string;
5015
+ name: string;
5016
+ control: {
5017
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
5018
+ isArray: boolean;
5019
+ };
5020
+ required: boolean;
5021
+ defaultValue?: string | undefined;
5022
+ }>;
5023
+ };
5024
+ }>;
5025
+ type DTOCodeComponentResponse = z.infer<typeof DTOCodeComponentResponse>;
5026
+ declare const DTOCodeComponentListResponse: z.ZodObject<{
5027
+ codeComponents: z.ZodArray<z.ZodObject<{
5028
+ id: z.ZodString;
5029
+ designSystemVersionId: z.ZodString;
5030
+ persistentId: z.ZodString;
5031
+ createdAt: z.ZodDate;
5032
+ updatedAt: z.ZodDate;
5033
+ exportName: z.ZodString;
5034
+ properties: z.ZodRecord<z.ZodString, z.ZodObject<{
5035
+ control: z.ZodObject<{
5036
+ isArray: z.ZodBoolean;
5037
+ type: z.ZodEnum<["Boolean", "Function", "Number", "Object", "Slot", "String", "Unknown"]>;
5038
+ }, "strip", z.ZodTypeAny, {
5039
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
5040
+ isArray: boolean;
5041
+ }, {
5042
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
5043
+ isArray: boolean;
5044
+ }>;
5045
+ defaultValue: z.ZodOptional<z.ZodString>;
5046
+ name: z.ZodString;
5047
+ required: z.ZodBoolean;
5048
+ type: z.ZodString;
5049
+ }, "strip", z.ZodTypeAny, {
5050
+ type: string;
5051
+ name: string;
5052
+ control: {
5053
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
5054
+ isArray: boolean;
5055
+ };
5056
+ required: boolean;
5057
+ defaultValue?: string | undefined;
5058
+ }, {
5059
+ type: string;
5060
+ name: string;
5061
+ control: {
5062
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
5063
+ isArray: boolean;
5064
+ };
5065
+ required: boolean;
5066
+ defaultValue?: string | undefined;
5067
+ }>>;
5068
+ }, "strip", z.ZodTypeAny, {
5069
+ id: string;
5070
+ persistentId: string;
5071
+ designSystemVersionId: string;
5072
+ createdAt: Date;
5073
+ updatedAt: Date;
5074
+ exportName: string;
5075
+ properties: Record<string, {
5076
+ type: string;
5077
+ name: string;
5078
+ control: {
5079
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
5080
+ isArray: boolean;
5081
+ };
5082
+ required: boolean;
5083
+ defaultValue?: string | undefined;
5084
+ }>;
5085
+ }, {
5086
+ id: string;
5087
+ persistentId: string;
5088
+ designSystemVersionId: string;
5089
+ createdAt: Date;
5090
+ updatedAt: Date;
5091
+ exportName: string;
5092
+ properties: Record<string, {
5093
+ type: string;
5094
+ name: string;
5095
+ control: {
5096
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
5097
+ isArray: boolean;
5098
+ };
5099
+ required: boolean;
5100
+ defaultValue?: string | undefined;
5101
+ }>;
5102
+ }>, "many">;
5103
+ }, "strip", z.ZodTypeAny, {
5104
+ codeComponents: {
5105
+ id: string;
5106
+ persistentId: string;
5107
+ designSystemVersionId: string;
5108
+ createdAt: Date;
5109
+ updatedAt: Date;
5110
+ exportName: string;
5111
+ properties: Record<string, {
5112
+ type: string;
5113
+ name: string;
5114
+ control: {
5115
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
5116
+ isArray: boolean;
5117
+ };
5118
+ required: boolean;
5119
+ defaultValue?: string | undefined;
5120
+ }>;
5121
+ }[];
5122
+ }, {
5123
+ codeComponents: {
5124
+ id: string;
5125
+ persistentId: string;
5126
+ designSystemVersionId: string;
5127
+ createdAt: Date;
5128
+ updatedAt: Date;
5129
+ exportName: string;
5130
+ properties: Record<string, {
5131
+ type: string;
5132
+ name: string;
5133
+ control: {
5134
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
5135
+ isArray: boolean;
5136
+ };
5137
+ required: boolean;
5138
+ defaultValue?: string | undefined;
5139
+ }>;
5140
+ }[];
5141
+ }>;
5142
+ type DTOCodeComponentListResponse = z.infer<typeof DTOCodeComponentListResponse>;
5143
+ declare const DTOCodeComponentCreateInput: z.ZodObject<{
5144
+ persistentId: z.ZodString;
5145
+ exportName: z.ZodString;
5146
+ properties: z.ZodRecord<z.ZodString, z.ZodObject<{
5147
+ control: z.ZodObject<{
5148
+ isArray: z.ZodBoolean;
5149
+ type: z.ZodEnum<["Boolean", "Function", "Number", "Object", "Slot", "String", "Unknown"]>;
5150
+ }, "strip", z.ZodTypeAny, {
5151
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
5152
+ isArray: boolean;
5153
+ }, {
5154
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
5155
+ isArray: boolean;
5156
+ }>;
5157
+ defaultValue: z.ZodOptional<z.ZodString>;
5158
+ name: z.ZodString;
5159
+ required: z.ZodBoolean;
5160
+ type: z.ZodString;
5161
+ }, "strip", z.ZodTypeAny, {
5162
+ type: string;
5163
+ name: string;
5164
+ control: {
5165
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
5166
+ isArray: boolean;
5167
+ };
5168
+ required: boolean;
5169
+ defaultValue?: string | undefined;
5170
+ }, {
5171
+ type: string;
5172
+ name: string;
5173
+ control: {
5174
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
5175
+ isArray: boolean;
5176
+ };
5177
+ required: boolean;
5178
+ defaultValue?: string | undefined;
5179
+ }>>;
5180
+ }, "strip", z.ZodTypeAny, {
5181
+ persistentId: string;
5182
+ exportName: string;
5183
+ properties: Record<string, {
5184
+ type: string;
5185
+ name: string;
5186
+ control: {
5187
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
5188
+ isArray: boolean;
5189
+ };
5190
+ required: boolean;
5191
+ defaultValue?: string | undefined;
5192
+ }>;
5193
+ }, {
5194
+ persistentId: string;
5195
+ exportName: string;
5196
+ properties: Record<string, {
5197
+ type: string;
5198
+ name: string;
5199
+ control: {
5200
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
5201
+ isArray: boolean;
5202
+ };
5203
+ required: boolean;
5204
+ defaultValue?: string | undefined;
5205
+ }>;
5206
+ }>;
5207
+ type DTOCodeComponentCreateInput = z.infer<typeof DTOCodeComponentCreateInput>;
5208
+ declare const DTOCodeComponentsCreateInput: z.ZodObject<{
5209
+ codeComponents: z.ZodArray<z.ZodObject<{
5210
+ persistentId: z.ZodString;
5211
+ exportName: z.ZodString;
5212
+ properties: z.ZodRecord<z.ZodString, z.ZodObject<{
5213
+ control: z.ZodObject<{
5214
+ isArray: z.ZodBoolean;
5215
+ type: z.ZodEnum<["Boolean", "Function", "Number", "Object", "Slot", "String", "Unknown"]>;
5216
+ }, "strip", z.ZodTypeAny, {
5217
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
5218
+ isArray: boolean;
5219
+ }, {
5220
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
5221
+ isArray: boolean;
5222
+ }>;
5223
+ defaultValue: z.ZodOptional<z.ZodString>;
5224
+ name: z.ZodString;
5225
+ required: z.ZodBoolean;
5226
+ type: z.ZodString;
5227
+ }, "strip", z.ZodTypeAny, {
5228
+ type: string;
5229
+ name: string;
5230
+ control: {
5231
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
5232
+ isArray: boolean;
5233
+ };
5234
+ required: boolean;
5235
+ defaultValue?: string | undefined;
5236
+ }, {
5237
+ type: string;
5238
+ name: string;
5239
+ control: {
5240
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
5241
+ isArray: boolean;
5242
+ };
5243
+ required: boolean;
5244
+ defaultValue?: string | undefined;
5245
+ }>>;
5246
+ }, "strip", z.ZodTypeAny, {
5247
+ persistentId: string;
5248
+ exportName: string;
5249
+ properties: Record<string, {
5250
+ type: string;
5251
+ name: string;
5252
+ control: {
5253
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
5254
+ isArray: boolean;
5255
+ };
5256
+ required: boolean;
5257
+ defaultValue?: string | undefined;
5258
+ }>;
5259
+ }, {
5260
+ persistentId: string;
5261
+ exportName: string;
5262
+ properties: Record<string, {
5263
+ type: string;
5264
+ name: string;
5265
+ control: {
5266
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
5267
+ isArray: boolean;
5268
+ };
5269
+ required: boolean;
5270
+ defaultValue?: string | undefined;
5271
+ }>;
5272
+ }>, "many">;
5273
+ }, "strip", z.ZodTypeAny, {
5274
+ codeComponents: {
5275
+ persistentId: string;
5276
+ exportName: string;
5277
+ properties: Record<string, {
5278
+ type: string;
5279
+ name: string;
5280
+ control: {
5281
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
5282
+ isArray: boolean;
5283
+ };
5284
+ required: boolean;
5285
+ defaultValue?: string | undefined;
5286
+ }>;
5287
+ }[];
5288
+ }, {
5289
+ codeComponents: {
5290
+ persistentId: string;
5291
+ exportName: string;
5292
+ properties: Record<string, {
5293
+ type: string;
5294
+ name: string;
5295
+ control: {
5296
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
5297
+ isArray: boolean;
5298
+ };
5299
+ required: boolean;
5300
+ defaultValue?: string | undefined;
5301
+ }>;
5302
+ }[];
5303
+ }>;
5304
+ type DTOCodeComponentsCreateInput = z.infer<typeof DTOCodeComponentsCreateInput>;
5305
+
4797
5306
  declare const DTODesignSystemComponent: z.ZodObject<{
4798
5307
  id: z.ZodString;
4799
5308
  persistentId: z.ZodString;
@@ -46329,7 +46838,7 @@ declare const DTOElementPropertyDefinition: z.ZodObject<{
46329
46838
  isImmutable: z.ZodBoolean;
46330
46839
  immutablePropertyType: z.ZodOptional<z.ZodEnum<["Collection"]>>;
46331
46840
  }, "strip", z.ZodTypeAny, {
46332
- type: "Text" | "Boolean" | "Number" | "URL" | "Link" | "Select" | "Generic";
46841
+ type: "Boolean" | "Number" | "Text" | "URL" | "Link" | "Select" | "Generic";
46333
46842
  id: string;
46334
46843
  persistentId: string;
46335
46844
  meta: {
@@ -46350,7 +46859,7 @@ declare const DTOElementPropertyDefinition: z.ZodObject<{
46350
46859
  linkElementType?: NonNullable<"DocumentationPage" | "FigmaComponent"> | undefined;
46351
46860
  immutablePropertyType?: "Collection" | undefined;
46352
46861
  }, {
46353
- type: "Text" | "Boolean" | "Number" | "URL" | "Link" | "Select" | "Generic";
46862
+ type: "Boolean" | "Number" | "Text" | "URL" | "Link" | "Select" | "Generic";
46354
46863
  id: string;
46355
46864
  persistentId: string;
46356
46865
  meta: {
@@ -46419,7 +46928,7 @@ declare const DTOElementPropertyDefinitionListResponse: z.ZodObject<{
46419
46928
  isImmutable: z.ZodBoolean;
46420
46929
  immutablePropertyType: z.ZodOptional<z.ZodEnum<["Collection"]>>;
46421
46930
  }, "strip", z.ZodTypeAny, {
46422
- type: "Text" | "Boolean" | "Number" | "URL" | "Link" | "Select" | "Generic";
46931
+ type: "Boolean" | "Number" | "Text" | "URL" | "Link" | "Select" | "Generic";
46423
46932
  id: string;
46424
46933
  persistentId: string;
46425
46934
  meta: {
@@ -46440,7 +46949,7 @@ declare const DTOElementPropertyDefinitionListResponse: z.ZodObject<{
46440
46949
  linkElementType?: NonNullable<"DocumentationPage" | "FigmaComponent"> | undefined;
46441
46950
  immutablePropertyType?: "Collection" | undefined;
46442
46951
  }, {
46443
- type: "Text" | "Boolean" | "Number" | "URL" | "Link" | "Select" | "Generic";
46952
+ type: "Boolean" | "Number" | "Text" | "URL" | "Link" | "Select" | "Generic";
46444
46953
  id: string;
46445
46954
  persistentId: string;
46446
46955
  meta: {
@@ -46463,7 +46972,7 @@ declare const DTOElementPropertyDefinitionListResponse: z.ZodObject<{
46463
46972
  }>, "many">;
46464
46973
  }, "strip", z.ZodTypeAny, {
46465
46974
  definitions: {
46466
- type: "Text" | "Boolean" | "Number" | "URL" | "Link" | "Select" | "Generic";
46975
+ type: "Boolean" | "Number" | "Text" | "URL" | "Link" | "Select" | "Generic";
46467
46976
  id: string;
46468
46977
  persistentId: string;
46469
46978
  meta: {
@@ -46486,7 +46995,7 @@ declare const DTOElementPropertyDefinitionListResponse: z.ZodObject<{
46486
46995
  }[];
46487
46996
  }, {
46488
46997
  definitions: {
46489
- type: "Text" | "Boolean" | "Number" | "URL" | "Link" | "Select" | "Generic";
46998
+ type: "Boolean" | "Number" | "Text" | "URL" | "Link" | "Select" | "Generic";
46490
46999
  id: string;
46491
47000
  persistentId: string;
46492
47001
  meta: {
@@ -46556,7 +47065,7 @@ declare const DTOElementPropertyDefinitionResponse: z.ZodObject<{
46556
47065
  isImmutable: z.ZodBoolean;
46557
47066
  immutablePropertyType: z.ZodOptional<z.ZodEnum<["Collection"]>>;
46558
47067
  }, "strip", z.ZodTypeAny, {
46559
- type: "Text" | "Boolean" | "Number" | "URL" | "Link" | "Select" | "Generic";
47068
+ type: "Boolean" | "Number" | "Text" | "URL" | "Link" | "Select" | "Generic";
46560
47069
  id: string;
46561
47070
  persistentId: string;
46562
47071
  meta: {
@@ -46577,7 +47086,7 @@ declare const DTOElementPropertyDefinitionResponse: z.ZodObject<{
46577
47086
  linkElementType?: NonNullable<"DocumentationPage" | "FigmaComponent"> | undefined;
46578
47087
  immutablePropertyType?: "Collection" | undefined;
46579
47088
  }, {
46580
- type: "Text" | "Boolean" | "Number" | "URL" | "Link" | "Select" | "Generic";
47089
+ type: "Boolean" | "Number" | "Text" | "URL" | "Link" | "Select" | "Generic";
46581
47090
  id: string;
46582
47091
  persistentId: string;
46583
47092
  meta: {
@@ -46600,7 +47109,7 @@ declare const DTOElementPropertyDefinitionResponse: z.ZodObject<{
46600
47109
  }>;
46601
47110
  }, "strip", z.ZodTypeAny, {
46602
47111
  definition: {
46603
- type: "Text" | "Boolean" | "Number" | "URL" | "Link" | "Select" | "Generic";
47112
+ type: "Boolean" | "Number" | "Text" | "URL" | "Link" | "Select" | "Generic";
46604
47113
  id: string;
46605
47114
  persistentId: string;
46606
47115
  meta: {
@@ -46623,7 +47132,7 @@ declare const DTOElementPropertyDefinitionResponse: z.ZodObject<{
46623
47132
  };
46624
47133
  }, {
46625
47134
  definition: {
46626
- type: "Text" | "Boolean" | "Number" | "URL" | "Link" | "Select" | "Generic";
47135
+ type: "Boolean" | "Number" | "Text" | "URL" | "Link" | "Select" | "Generic";
46627
47136
  id: string;
46628
47137
  persistentId: string;
46629
47138
  meta: {
@@ -46689,7 +47198,7 @@ declare const DTOElementPropertyDefinitionCreatePayload: z.ZodObject<{
46689
47198
  linkElementType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"DocumentationPage" | "FigmaComponent", z.ZodTypeDef, "DocumentationPage" | "FigmaComponent">>>, NonNullable<"DocumentationPage" | "FigmaComponent"> | undefined, "DocumentationPage" | "FigmaComponent" | null | undefined>;
46690
47199
  columnWidth: z.ZodOptional<z.ZodNumber>;
46691
47200
  }, "strip", z.ZodTypeAny, {
46692
- type: "Text" | "Boolean" | "Number" | "URL" | "Link" | "Select" | "Generic";
47201
+ type: "Boolean" | "Number" | "Text" | "URL" | "Link" | "Select" | "Generic";
46693
47202
  persistentId: string;
46694
47203
  meta: {
46695
47204
  name: string;
@@ -46707,7 +47216,7 @@ declare const DTOElementPropertyDefinitionCreatePayload: z.ZodObject<{
46707
47216
  linkElementType?: NonNullable<"DocumentationPage" | "FigmaComponent"> | undefined;
46708
47217
  columnWidth?: number | undefined;
46709
47218
  }, {
46710
- type: "Text" | "Boolean" | "Number" | "URL" | "Link" | "Select" | "Generic";
47219
+ type: "Boolean" | "Number" | "Text" | "URL" | "Link" | "Select" | "Generic";
46711
47220
  persistentId: string;
46712
47221
  meta: {
46713
47222
  name: string;
@@ -98392,6 +98901,71 @@ declare class BrandsEndpoint {
98392
98901
  delete(dsId: string, vId: string, brandId: string): Promise<any>;
98393
98902
  }
98394
98903
 
98904
+ declare class CodeComponentsEndpoint {
98905
+ private readonly requestExecutor;
98906
+ constructor(requestExecutor: RequestExecutor);
98907
+ import(dsId: string, vId: string, body: DTOCodeComponentsCreateInput): Promise<{
98908
+ codeComponents: {
98909
+ id: string;
98910
+ persistentId: string;
98911
+ designSystemVersionId: string;
98912
+ createdAt: Date;
98913
+ updatedAt: Date;
98914
+ exportName: string;
98915
+ properties: Record<string, {
98916
+ type: string;
98917
+ name: string;
98918
+ control: {
98919
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
98920
+ isArray: boolean;
98921
+ };
98922
+ required: boolean;
98923
+ defaultValue?: string | undefined;
98924
+ }>;
98925
+ }[];
98926
+ }>;
98927
+ list(dsId: string, vId: string): Promise<{
98928
+ codeComponents: {
98929
+ id: string;
98930
+ persistentId: string;
98931
+ designSystemVersionId: string;
98932
+ createdAt: Date;
98933
+ updatedAt: Date;
98934
+ exportName: string;
98935
+ properties: Record<string, {
98936
+ type: string;
98937
+ name: string;
98938
+ control: {
98939
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
98940
+ isArray: boolean;
98941
+ };
98942
+ required: boolean;
98943
+ defaultValue?: string | undefined;
98944
+ }>;
98945
+ }[];
98946
+ }>;
98947
+ deleteAll(dsId: string, vId: string): Promise<{
98948
+ codeComponents: {
98949
+ id: string;
98950
+ persistentId: string;
98951
+ designSystemVersionId: string;
98952
+ createdAt: Date;
98953
+ updatedAt: Date;
98954
+ exportName: string;
98955
+ properties: Record<string, {
98956
+ type: string;
98957
+ name: string;
98958
+ control: {
98959
+ type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
98960
+ isArray: boolean;
98961
+ };
98962
+ required: boolean;
98963
+ defaultValue?: string | undefined;
98964
+ }>;
98965
+ }[];
98966
+ }>;
98967
+ }
98968
+
98395
98969
  declare class DocumentationEndpoint {
98396
98970
  private readonly requestExecutor;
98397
98971
  constructor(requestExecutor: RequestExecutor);
@@ -100082,7 +100656,7 @@ declare class ElementPropertyDefinitionsEndpoint {
100082
100656
  constructor(requestExecutor: RequestExecutor);
100083
100657
  list(designSystemId: string, versionId: string): Promise<{
100084
100658
  definitions: {
100085
- type: "Text" | "Boolean" | "Number" | "URL" | "Link" | "Select" | "Generic";
100659
+ type: "Boolean" | "Number" | "Text" | "URL" | "Link" | "Select" | "Generic";
100086
100660
  id: string;
100087
100661
  persistentId: string;
100088
100662
  meta: {
@@ -100106,7 +100680,7 @@ declare class ElementPropertyDefinitionsEndpoint {
100106
100680
  }>;
100107
100681
  create(designSystemId: string, versionId: string, body: DTOElementPropertyDefinitionCreatePayload): Promise<{
100108
100682
  definition: {
100109
- type: "Text" | "Boolean" | "Number" | "URL" | "Link" | "Select" | "Generic";
100683
+ type: "Boolean" | "Number" | "Text" | "URL" | "Link" | "Select" | "Generic";
100110
100684
  id: string;
100111
100685
  persistentId: string;
100112
100686
  meta: {
@@ -100130,7 +100704,7 @@ declare class ElementPropertyDefinitionsEndpoint {
100130
100704
  }>;
100131
100705
  update(designSystemId: string, versionId: string, defId: string, body: DTOElementPropertyDefinitionUpdatePayload): Promise<{
100132
100706
  definition: {
100133
- type: "Text" | "Boolean" | "Number" | "URL" | "Link" | "Select" | "Generic";
100707
+ type: "Boolean" | "Number" | "Text" | "URL" | "Link" | "Select" | "Generic";
100134
100708
  id: string;
100135
100709
  persistentId: string;
100136
100710
  meta: {
@@ -101792,6 +102366,7 @@ declare class DesignSystemVersionsEndpoint {
101792
102366
  readonly elements: ElementsEndpoint;
101793
102367
  readonly designSystemComponents: DesignSystemComponentEndpoint;
101794
102368
  readonly documentation: DocumentationEndpoint;
102369
+ readonly codeComponents: CodeComponentsEndpoint;
101795
102370
  constructor(requestExecutor: RequestExecutor);
101796
102371
  list(dsId: string): Promise<{
101797
102372
  designSystemVersions: {
@@ -106175,4 +106750,4 @@ declare function isValidRedirectPath(path: string): {
106175
106750
  reason: ValidationErrorReason | undefined;
106176
106751
  };
106177
106752
 
106178
- export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, CodegenEndpoint, Collection, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUser, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FormattedCollections, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StringVariableScopeType, SupernovaApiClient, type SupportedActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
106753
+ export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentProperty, DTOCodeComponentResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUser, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FormattedCollections, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StringVariableScopeType, SupernovaApiClient, type SupportedActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };