@supernova-studio/client 1.4.8 → 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 +52 -79
- package/dist/index.d.ts +52 -79
- package/dist/index.js +33 -25
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3024 -3016
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4794,26 +4794,15 @@ declare const DTOBrandUpdatePayload: z.ZodObject<{
|
|
|
4794
4794
|
}>;
|
|
4795
4795
|
type DTOBrandUpdatePayload = z.infer<typeof DTOBrandUpdatePayload>;
|
|
4796
4796
|
|
|
4797
|
-
declare const DTOComponentPropertyControlType: z.ZodEnum<["Boolean", "Function", "Number", "Object", "Slot", "String", "Unknown"]>;
|
|
4798
|
-
declare const DTOControlTypeInfo: z.ZodObject<{
|
|
4799
|
-
isArray: z.ZodBoolean;
|
|
4800
|
-
type: z.ZodEnum<["Boolean", "Function", "Number", "Object", "Slot", "String", "Unknown"]>;
|
|
4801
|
-
}, "strip", z.ZodTypeAny, {
|
|
4802
|
-
type: "String" | "Boolean" | "Function" | "Number" | "Object" | "Slot" | "Unknown";
|
|
4803
|
-
isArray: boolean;
|
|
4804
|
-
}, {
|
|
4805
|
-
type: "String" | "Boolean" | "Function" | "Number" | "Object" | "Slot" | "Unknown";
|
|
4806
|
-
isArray: boolean;
|
|
4807
|
-
}>;
|
|
4808
4797
|
declare const DTOCodeComponentProperty: z.ZodObject<{
|
|
4809
4798
|
control: z.ZodObject<{
|
|
4810
4799
|
isArray: z.ZodBoolean;
|
|
4811
4800
|
type: z.ZodEnum<["Boolean", "Function", "Number", "Object", "Slot", "String", "Unknown"]>;
|
|
4812
4801
|
}, "strip", z.ZodTypeAny, {
|
|
4813
|
-
type: "
|
|
4802
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
4814
4803
|
isArray: boolean;
|
|
4815
4804
|
}, {
|
|
4816
|
-
type: "
|
|
4805
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
4817
4806
|
isArray: boolean;
|
|
4818
4807
|
}>;
|
|
4819
4808
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
@@ -4824,7 +4813,7 @@ declare const DTOCodeComponentProperty: z.ZodObject<{
|
|
|
4824
4813
|
type: string;
|
|
4825
4814
|
name: string;
|
|
4826
4815
|
control: {
|
|
4827
|
-
type: "
|
|
4816
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
4828
4817
|
isArray: boolean;
|
|
4829
4818
|
};
|
|
4830
4819
|
required: boolean;
|
|
@@ -4833,7 +4822,7 @@ declare const DTOCodeComponentProperty: z.ZodObject<{
|
|
|
4833
4822
|
type: string;
|
|
4834
4823
|
name: string;
|
|
4835
4824
|
control: {
|
|
4836
|
-
type: "
|
|
4825
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
4837
4826
|
isArray: boolean;
|
|
4838
4827
|
};
|
|
4839
4828
|
required: boolean;
|
|
@@ -4852,10 +4841,10 @@ declare const DTOCodeComponent: z.ZodObject<{
|
|
|
4852
4841
|
isArray: z.ZodBoolean;
|
|
4853
4842
|
type: z.ZodEnum<["Boolean", "Function", "Number", "Object", "Slot", "String", "Unknown"]>;
|
|
4854
4843
|
}, "strip", z.ZodTypeAny, {
|
|
4855
|
-
type: "
|
|
4844
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
4856
4845
|
isArray: boolean;
|
|
4857
4846
|
}, {
|
|
4858
|
-
type: "
|
|
4847
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
4859
4848
|
isArray: boolean;
|
|
4860
4849
|
}>;
|
|
4861
4850
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
@@ -4866,7 +4855,7 @@ declare const DTOCodeComponent: z.ZodObject<{
|
|
|
4866
4855
|
type: string;
|
|
4867
4856
|
name: string;
|
|
4868
4857
|
control: {
|
|
4869
|
-
type: "
|
|
4858
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
4870
4859
|
isArray: boolean;
|
|
4871
4860
|
};
|
|
4872
4861
|
required: boolean;
|
|
@@ -4875,13 +4864,12 @@ declare const DTOCodeComponent: z.ZodObject<{
|
|
|
4875
4864
|
type: string;
|
|
4876
4865
|
name: string;
|
|
4877
4866
|
control: {
|
|
4878
|
-
type: "
|
|
4867
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
4879
4868
|
isArray: boolean;
|
|
4880
4869
|
};
|
|
4881
4870
|
required: boolean;
|
|
4882
4871
|
defaultValue?: string | undefined;
|
|
4883
4872
|
}>>;
|
|
4884
|
-
versionId: z.ZodString;
|
|
4885
4873
|
}, "strip", z.ZodTypeAny, {
|
|
4886
4874
|
id: string;
|
|
4887
4875
|
persistentId: string;
|
|
@@ -4893,13 +4881,12 @@ declare const DTOCodeComponent: z.ZodObject<{
|
|
|
4893
4881
|
type: string;
|
|
4894
4882
|
name: string;
|
|
4895
4883
|
control: {
|
|
4896
|
-
type: "
|
|
4884
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
4897
4885
|
isArray: boolean;
|
|
4898
4886
|
};
|
|
4899
4887
|
required: boolean;
|
|
4900
4888
|
defaultValue?: string | undefined;
|
|
4901
4889
|
}>;
|
|
4902
|
-
versionId: string;
|
|
4903
4890
|
}, {
|
|
4904
4891
|
id: string;
|
|
4905
4892
|
persistentId: string;
|
|
@@ -4911,13 +4898,12 @@ declare const DTOCodeComponent: z.ZodObject<{
|
|
|
4911
4898
|
type: string;
|
|
4912
4899
|
name: string;
|
|
4913
4900
|
control: {
|
|
4914
|
-
type: "
|
|
4901
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
4915
4902
|
isArray: boolean;
|
|
4916
4903
|
};
|
|
4917
4904
|
required: boolean;
|
|
4918
4905
|
defaultValue?: string | undefined;
|
|
4919
4906
|
}>;
|
|
4920
|
-
versionId: string;
|
|
4921
4907
|
}>;
|
|
4922
4908
|
type DTOCodeComponent = z.infer<typeof DTOCodeComponent>;
|
|
4923
4909
|
declare const DTOCodeComponentResponse: z.ZodObject<{
|
|
@@ -4933,10 +4919,10 @@ declare const DTOCodeComponentResponse: z.ZodObject<{
|
|
|
4933
4919
|
isArray: z.ZodBoolean;
|
|
4934
4920
|
type: z.ZodEnum<["Boolean", "Function", "Number", "Object", "Slot", "String", "Unknown"]>;
|
|
4935
4921
|
}, "strip", z.ZodTypeAny, {
|
|
4936
|
-
type: "
|
|
4922
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
4937
4923
|
isArray: boolean;
|
|
4938
4924
|
}, {
|
|
4939
|
-
type: "
|
|
4925
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
4940
4926
|
isArray: boolean;
|
|
4941
4927
|
}>;
|
|
4942
4928
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
@@ -4947,7 +4933,7 @@ declare const DTOCodeComponentResponse: z.ZodObject<{
|
|
|
4947
4933
|
type: string;
|
|
4948
4934
|
name: string;
|
|
4949
4935
|
control: {
|
|
4950
|
-
type: "
|
|
4936
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
4951
4937
|
isArray: boolean;
|
|
4952
4938
|
};
|
|
4953
4939
|
required: boolean;
|
|
@@ -4956,13 +4942,12 @@ declare const DTOCodeComponentResponse: z.ZodObject<{
|
|
|
4956
4942
|
type: string;
|
|
4957
4943
|
name: string;
|
|
4958
4944
|
control: {
|
|
4959
|
-
type: "
|
|
4945
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
4960
4946
|
isArray: boolean;
|
|
4961
4947
|
};
|
|
4962
4948
|
required: boolean;
|
|
4963
4949
|
defaultValue?: string | undefined;
|
|
4964
4950
|
}>>;
|
|
4965
|
-
versionId: z.ZodString;
|
|
4966
4951
|
}, "strip", z.ZodTypeAny, {
|
|
4967
4952
|
id: string;
|
|
4968
4953
|
persistentId: string;
|
|
@@ -4974,13 +4959,12 @@ declare const DTOCodeComponentResponse: z.ZodObject<{
|
|
|
4974
4959
|
type: string;
|
|
4975
4960
|
name: string;
|
|
4976
4961
|
control: {
|
|
4977
|
-
type: "
|
|
4962
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
4978
4963
|
isArray: boolean;
|
|
4979
4964
|
};
|
|
4980
4965
|
required: boolean;
|
|
4981
4966
|
defaultValue?: string | undefined;
|
|
4982
4967
|
}>;
|
|
4983
|
-
versionId: string;
|
|
4984
4968
|
}, {
|
|
4985
4969
|
id: string;
|
|
4986
4970
|
persistentId: string;
|
|
@@ -4992,13 +4976,12 @@ declare const DTOCodeComponentResponse: z.ZodObject<{
|
|
|
4992
4976
|
type: string;
|
|
4993
4977
|
name: string;
|
|
4994
4978
|
control: {
|
|
4995
|
-
type: "
|
|
4979
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
4996
4980
|
isArray: boolean;
|
|
4997
4981
|
};
|
|
4998
4982
|
required: boolean;
|
|
4999
4983
|
defaultValue?: string | undefined;
|
|
5000
4984
|
}>;
|
|
5001
|
-
versionId: string;
|
|
5002
4985
|
}>;
|
|
5003
4986
|
}, "strip", z.ZodTypeAny, {
|
|
5004
4987
|
codeComponent: {
|
|
@@ -5012,13 +4995,12 @@ declare const DTOCodeComponentResponse: z.ZodObject<{
|
|
|
5012
4995
|
type: string;
|
|
5013
4996
|
name: string;
|
|
5014
4997
|
control: {
|
|
5015
|
-
type: "
|
|
4998
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
5016
4999
|
isArray: boolean;
|
|
5017
5000
|
};
|
|
5018
5001
|
required: boolean;
|
|
5019
5002
|
defaultValue?: string | undefined;
|
|
5020
5003
|
}>;
|
|
5021
|
-
versionId: string;
|
|
5022
5004
|
};
|
|
5023
5005
|
}, {
|
|
5024
5006
|
codeComponent: {
|
|
@@ -5032,13 +5014,12 @@ declare const DTOCodeComponentResponse: z.ZodObject<{
|
|
|
5032
5014
|
type: string;
|
|
5033
5015
|
name: string;
|
|
5034
5016
|
control: {
|
|
5035
|
-
type: "
|
|
5017
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
5036
5018
|
isArray: boolean;
|
|
5037
5019
|
};
|
|
5038
5020
|
required: boolean;
|
|
5039
5021
|
defaultValue?: string | undefined;
|
|
5040
5022
|
}>;
|
|
5041
|
-
versionId: string;
|
|
5042
5023
|
};
|
|
5043
5024
|
}>;
|
|
5044
5025
|
type DTOCodeComponentResponse = z.infer<typeof DTOCodeComponentResponse>;
|
|
@@ -5055,10 +5036,10 @@ declare const DTOCodeComponentListResponse: z.ZodObject<{
|
|
|
5055
5036
|
isArray: z.ZodBoolean;
|
|
5056
5037
|
type: z.ZodEnum<["Boolean", "Function", "Number", "Object", "Slot", "String", "Unknown"]>;
|
|
5057
5038
|
}, "strip", z.ZodTypeAny, {
|
|
5058
|
-
type: "
|
|
5039
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
5059
5040
|
isArray: boolean;
|
|
5060
5041
|
}, {
|
|
5061
|
-
type: "
|
|
5042
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
5062
5043
|
isArray: boolean;
|
|
5063
5044
|
}>;
|
|
5064
5045
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
@@ -5069,7 +5050,7 @@ declare const DTOCodeComponentListResponse: z.ZodObject<{
|
|
|
5069
5050
|
type: string;
|
|
5070
5051
|
name: string;
|
|
5071
5052
|
control: {
|
|
5072
|
-
type: "
|
|
5053
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
5073
5054
|
isArray: boolean;
|
|
5074
5055
|
};
|
|
5075
5056
|
required: boolean;
|
|
@@ -5078,13 +5059,12 @@ declare const DTOCodeComponentListResponse: z.ZodObject<{
|
|
|
5078
5059
|
type: string;
|
|
5079
5060
|
name: string;
|
|
5080
5061
|
control: {
|
|
5081
|
-
type: "
|
|
5062
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
5082
5063
|
isArray: boolean;
|
|
5083
5064
|
};
|
|
5084
5065
|
required: boolean;
|
|
5085
5066
|
defaultValue?: string | undefined;
|
|
5086
5067
|
}>>;
|
|
5087
|
-
versionId: z.ZodString;
|
|
5088
5068
|
}, "strip", z.ZodTypeAny, {
|
|
5089
5069
|
id: string;
|
|
5090
5070
|
persistentId: string;
|
|
@@ -5096,13 +5076,12 @@ declare const DTOCodeComponentListResponse: z.ZodObject<{
|
|
|
5096
5076
|
type: string;
|
|
5097
5077
|
name: string;
|
|
5098
5078
|
control: {
|
|
5099
|
-
type: "
|
|
5079
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
5100
5080
|
isArray: boolean;
|
|
5101
5081
|
};
|
|
5102
5082
|
required: boolean;
|
|
5103
5083
|
defaultValue?: string | undefined;
|
|
5104
5084
|
}>;
|
|
5105
|
-
versionId: string;
|
|
5106
5085
|
}, {
|
|
5107
5086
|
id: string;
|
|
5108
5087
|
persistentId: string;
|
|
@@ -5114,13 +5093,12 @@ declare const DTOCodeComponentListResponse: z.ZodObject<{
|
|
|
5114
5093
|
type: string;
|
|
5115
5094
|
name: string;
|
|
5116
5095
|
control: {
|
|
5117
|
-
type: "
|
|
5096
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
5118
5097
|
isArray: boolean;
|
|
5119
5098
|
};
|
|
5120
5099
|
required: boolean;
|
|
5121
5100
|
defaultValue?: string | undefined;
|
|
5122
5101
|
}>;
|
|
5123
|
-
versionId: string;
|
|
5124
5102
|
}>, "many">;
|
|
5125
5103
|
}, "strip", z.ZodTypeAny, {
|
|
5126
5104
|
codeComponents: {
|
|
@@ -5134,13 +5112,12 @@ declare const DTOCodeComponentListResponse: z.ZodObject<{
|
|
|
5134
5112
|
type: string;
|
|
5135
5113
|
name: string;
|
|
5136
5114
|
control: {
|
|
5137
|
-
type: "
|
|
5115
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
5138
5116
|
isArray: boolean;
|
|
5139
5117
|
};
|
|
5140
5118
|
required: boolean;
|
|
5141
5119
|
defaultValue?: string | undefined;
|
|
5142
5120
|
}>;
|
|
5143
|
-
versionId: string;
|
|
5144
5121
|
}[];
|
|
5145
5122
|
}, {
|
|
5146
5123
|
codeComponents: {
|
|
@@ -5154,13 +5131,12 @@ declare const DTOCodeComponentListResponse: z.ZodObject<{
|
|
|
5154
5131
|
type: string;
|
|
5155
5132
|
name: string;
|
|
5156
5133
|
control: {
|
|
5157
|
-
type: "
|
|
5134
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
5158
5135
|
isArray: boolean;
|
|
5159
5136
|
};
|
|
5160
5137
|
required: boolean;
|
|
5161
5138
|
defaultValue?: string | undefined;
|
|
5162
5139
|
}>;
|
|
5163
|
-
versionId: string;
|
|
5164
5140
|
}[];
|
|
5165
5141
|
}>;
|
|
5166
5142
|
type DTOCodeComponentListResponse = z.infer<typeof DTOCodeComponentListResponse>;
|
|
@@ -5172,10 +5148,10 @@ declare const DTOCodeComponentCreateInput: z.ZodObject<{
|
|
|
5172
5148
|
isArray: z.ZodBoolean;
|
|
5173
5149
|
type: z.ZodEnum<["Boolean", "Function", "Number", "Object", "Slot", "String", "Unknown"]>;
|
|
5174
5150
|
}, "strip", z.ZodTypeAny, {
|
|
5175
|
-
type: "
|
|
5151
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
5176
5152
|
isArray: boolean;
|
|
5177
5153
|
}, {
|
|
5178
|
-
type: "
|
|
5154
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
5179
5155
|
isArray: boolean;
|
|
5180
5156
|
}>;
|
|
5181
5157
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
@@ -5186,7 +5162,7 @@ declare const DTOCodeComponentCreateInput: z.ZodObject<{
|
|
|
5186
5162
|
type: string;
|
|
5187
5163
|
name: string;
|
|
5188
5164
|
control: {
|
|
5189
|
-
type: "
|
|
5165
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
5190
5166
|
isArray: boolean;
|
|
5191
5167
|
};
|
|
5192
5168
|
required: boolean;
|
|
@@ -5195,7 +5171,7 @@ declare const DTOCodeComponentCreateInput: z.ZodObject<{
|
|
|
5195
5171
|
type: string;
|
|
5196
5172
|
name: string;
|
|
5197
5173
|
control: {
|
|
5198
|
-
type: "
|
|
5174
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
5199
5175
|
isArray: boolean;
|
|
5200
5176
|
};
|
|
5201
5177
|
required: boolean;
|
|
@@ -5208,7 +5184,7 @@ declare const DTOCodeComponentCreateInput: z.ZodObject<{
|
|
|
5208
5184
|
type: string;
|
|
5209
5185
|
name: string;
|
|
5210
5186
|
control: {
|
|
5211
|
-
type: "
|
|
5187
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
5212
5188
|
isArray: boolean;
|
|
5213
5189
|
};
|
|
5214
5190
|
required: boolean;
|
|
@@ -5221,7 +5197,7 @@ declare const DTOCodeComponentCreateInput: z.ZodObject<{
|
|
|
5221
5197
|
type: string;
|
|
5222
5198
|
name: string;
|
|
5223
5199
|
control: {
|
|
5224
|
-
type: "
|
|
5200
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
5225
5201
|
isArray: boolean;
|
|
5226
5202
|
};
|
|
5227
5203
|
required: boolean;
|
|
@@ -5238,10 +5214,10 @@ declare const DTOCodeComponentsCreateInput: z.ZodObject<{
|
|
|
5238
5214
|
isArray: z.ZodBoolean;
|
|
5239
5215
|
type: z.ZodEnum<["Boolean", "Function", "Number", "Object", "Slot", "String", "Unknown"]>;
|
|
5240
5216
|
}, "strip", z.ZodTypeAny, {
|
|
5241
|
-
type: "
|
|
5217
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
5242
5218
|
isArray: boolean;
|
|
5243
5219
|
}, {
|
|
5244
|
-
type: "
|
|
5220
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
5245
5221
|
isArray: boolean;
|
|
5246
5222
|
}>;
|
|
5247
5223
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
@@ -5252,7 +5228,7 @@ declare const DTOCodeComponentsCreateInput: z.ZodObject<{
|
|
|
5252
5228
|
type: string;
|
|
5253
5229
|
name: string;
|
|
5254
5230
|
control: {
|
|
5255
|
-
type: "
|
|
5231
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
5256
5232
|
isArray: boolean;
|
|
5257
5233
|
};
|
|
5258
5234
|
required: boolean;
|
|
@@ -5261,7 +5237,7 @@ declare const DTOCodeComponentsCreateInput: z.ZodObject<{
|
|
|
5261
5237
|
type: string;
|
|
5262
5238
|
name: string;
|
|
5263
5239
|
control: {
|
|
5264
|
-
type: "
|
|
5240
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
5265
5241
|
isArray: boolean;
|
|
5266
5242
|
};
|
|
5267
5243
|
required: boolean;
|
|
@@ -5274,7 +5250,7 @@ declare const DTOCodeComponentsCreateInput: z.ZodObject<{
|
|
|
5274
5250
|
type: string;
|
|
5275
5251
|
name: string;
|
|
5276
5252
|
control: {
|
|
5277
|
-
type: "
|
|
5253
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
5278
5254
|
isArray: boolean;
|
|
5279
5255
|
};
|
|
5280
5256
|
required: boolean;
|
|
@@ -5287,7 +5263,7 @@ declare const DTOCodeComponentsCreateInput: z.ZodObject<{
|
|
|
5287
5263
|
type: string;
|
|
5288
5264
|
name: string;
|
|
5289
5265
|
control: {
|
|
5290
|
-
type: "
|
|
5266
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
5291
5267
|
isArray: boolean;
|
|
5292
5268
|
};
|
|
5293
5269
|
required: boolean;
|
|
@@ -5302,7 +5278,7 @@ declare const DTOCodeComponentsCreateInput: z.ZodObject<{
|
|
|
5302
5278
|
type: string;
|
|
5303
5279
|
name: string;
|
|
5304
5280
|
control: {
|
|
5305
|
-
type: "
|
|
5281
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
5306
5282
|
isArray: boolean;
|
|
5307
5283
|
};
|
|
5308
5284
|
required: boolean;
|
|
@@ -5317,7 +5293,7 @@ declare const DTOCodeComponentsCreateInput: z.ZodObject<{
|
|
|
5317
5293
|
type: string;
|
|
5318
5294
|
name: string;
|
|
5319
5295
|
control: {
|
|
5320
|
-
type: "
|
|
5296
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
5321
5297
|
isArray: boolean;
|
|
5322
5298
|
};
|
|
5323
5299
|
required: boolean;
|
|
@@ -98940,13 +98916,12 @@ declare class CodeComponentsEndpoint {
|
|
|
98940
98916
|
type: string;
|
|
98941
98917
|
name: string;
|
|
98942
98918
|
control: {
|
|
98943
|
-
type: "
|
|
98919
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
98944
98920
|
isArray: boolean;
|
|
98945
98921
|
};
|
|
98946
98922
|
required: boolean;
|
|
98947
98923
|
defaultValue?: string | undefined;
|
|
98948
98924
|
}>;
|
|
98949
|
-
versionId: string;
|
|
98950
98925
|
}[];
|
|
98951
98926
|
}>;
|
|
98952
98927
|
list(dsId: string, vId: string): Promise<{
|
|
@@ -98961,13 +98936,12 @@ declare class CodeComponentsEndpoint {
|
|
|
98961
98936
|
type: string;
|
|
98962
98937
|
name: string;
|
|
98963
98938
|
control: {
|
|
98964
|
-
type: "
|
|
98939
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
98965
98940
|
isArray: boolean;
|
|
98966
98941
|
};
|
|
98967
98942
|
required: boolean;
|
|
98968
98943
|
defaultValue?: string | undefined;
|
|
98969
98944
|
}>;
|
|
98970
|
-
versionId: string;
|
|
98971
98945
|
}[];
|
|
98972
98946
|
}>;
|
|
98973
98947
|
deleteAll(dsId: string, vId: string): Promise<{
|
|
@@ -98982,13 +98956,12 @@ declare class CodeComponentsEndpoint {
|
|
|
98982
98956
|
type: string;
|
|
98983
98957
|
name: string;
|
|
98984
98958
|
control: {
|
|
98985
|
-
type: "
|
|
98959
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
98986
98960
|
isArray: boolean;
|
|
98987
98961
|
};
|
|
98988
98962
|
required: boolean;
|
|
98989
98963
|
defaultValue?: string | undefined;
|
|
98990
98964
|
}>;
|
|
98991
|
-
versionId: string;
|
|
98992
98965
|
}[];
|
|
98993
98966
|
}>;
|
|
98994
98967
|
}
|
|
@@ -104656,13 +104629,13 @@ declare const DTOEventFigmaNodesRendered: z.ZodObject<{
|
|
|
104656
104629
|
figmaNodePersistentIds: z.ZodArray<z.ZodString, "many">;
|
|
104657
104630
|
}, "strip", z.ZodTypeAny, {
|
|
104658
104631
|
type: "DesignSystem.FigmaNodesRendered";
|
|
104659
|
-
versionId: string;
|
|
104660
104632
|
designSystemId: string;
|
|
104633
|
+
versionId: string;
|
|
104661
104634
|
figmaNodePersistentIds: string[];
|
|
104662
104635
|
}, {
|
|
104663
104636
|
type: "DesignSystem.FigmaNodesRendered";
|
|
104664
|
-
versionId: string;
|
|
104665
104637
|
designSystemId: string;
|
|
104638
|
+
versionId: string;
|
|
104666
104639
|
figmaNodePersistentIds: string[];
|
|
104667
104640
|
}>;
|
|
104668
104641
|
type DTOEventFigmaNodesRendered = z.infer<typeof DTOEventFigmaNodesRendered>;
|
|
@@ -104675,15 +104648,15 @@ declare const DTOEventDataSourcesImported: z.ZodObject<{
|
|
|
104675
104648
|
dataSourceIds: z.ZodArray<z.ZodString, "many">;
|
|
104676
104649
|
}, "strip", z.ZodTypeAny, {
|
|
104677
104650
|
type: "DesignSystem.ImportJobFinished";
|
|
104678
|
-
versionId: string;
|
|
104679
104651
|
designSystemId: string;
|
|
104652
|
+
versionId: string;
|
|
104680
104653
|
importJobId: string;
|
|
104681
104654
|
dataSourceType: "Figma" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
104682
104655
|
dataSourceIds: string[];
|
|
104683
104656
|
}, {
|
|
104684
104657
|
type: "DesignSystem.ImportJobFinished";
|
|
104685
|
-
versionId: string;
|
|
104686
104658
|
designSystemId: string;
|
|
104659
|
+
versionId: string;
|
|
104687
104660
|
importJobId: string;
|
|
104688
104661
|
dataSourceType: "Figma" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
104689
104662
|
dataSourceIds: string[];
|
|
@@ -104699,15 +104672,15 @@ declare const DTOEvent: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
104699
104672
|
dataSourceIds: z.ZodArray<z.ZodString, "many">;
|
|
104700
104673
|
}, "strip", z.ZodTypeAny, {
|
|
104701
104674
|
type: "DesignSystem.ImportJobFinished";
|
|
104702
|
-
versionId: string;
|
|
104703
104675
|
designSystemId: string;
|
|
104676
|
+
versionId: string;
|
|
104704
104677
|
importJobId: string;
|
|
104705
104678
|
dataSourceType: "Figma" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
104706
104679
|
dataSourceIds: string[];
|
|
104707
104680
|
}, {
|
|
104708
104681
|
type: "DesignSystem.ImportJobFinished";
|
|
104709
|
-
versionId: string;
|
|
104710
104682
|
designSystemId: string;
|
|
104683
|
+
versionId: string;
|
|
104711
104684
|
importJobId: string;
|
|
104712
104685
|
dataSourceType: "Figma" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
104713
104686
|
dataSourceIds: string[];
|
|
@@ -104718,13 +104691,13 @@ declare const DTOEvent: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
104718
104691
|
figmaNodePersistentIds: z.ZodArray<z.ZodString, "many">;
|
|
104719
104692
|
}, "strip", z.ZodTypeAny, {
|
|
104720
104693
|
type: "DesignSystem.FigmaNodesRendered";
|
|
104721
|
-
versionId: string;
|
|
104722
104694
|
designSystemId: string;
|
|
104695
|
+
versionId: string;
|
|
104723
104696
|
figmaNodePersistentIds: string[];
|
|
104724
104697
|
}, {
|
|
104725
104698
|
type: "DesignSystem.FigmaNodesRendered";
|
|
104726
|
-
versionId: string;
|
|
104727
104699
|
designSystemId: string;
|
|
104700
|
+
versionId: string;
|
|
104728
104701
|
figmaNodePersistentIds: string[];
|
|
104729
104702
|
}>]>;
|
|
104730
104703
|
type DTOEvent = z.infer<typeof DTOEvent>;
|
|
@@ -106777,4 +106750,4 @@ declare function isValidRedirectPath(path: string): {
|
|
|
106777
106750
|
reason: ValidationErrorReason | undefined;
|
|
106778
106751
|
};
|
|
106779
106752
|
|
|
106780
|
-
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, DTOComponentPropertyControlType, DTOControlTypeInfo, 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 };
|