@supernova-studio/client 1.4.8 → 1.4.10
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 +160 -79
- package/dist/index.d.ts +160 -79
- package/dist/index.js +34 -25
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3025 -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;
|
|
@@ -25363,6 +25339,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
25363
25339
|
workspaceSlug: z.ZodString;
|
|
25364
25340
|
projectKey: z.ZodString;
|
|
25365
25341
|
repoSlug: z.ZodString;
|
|
25342
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
25366
25343
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
25367
25344
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
25368
25345
|
}, {
|
|
@@ -25379,6 +25356,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
25379
25356
|
workspaceSlug: string;
|
|
25380
25357
|
projectKey: string;
|
|
25381
25358
|
repoSlug: string;
|
|
25359
|
+
url?: string | undefined;
|
|
25382
25360
|
userId?: number | undefined;
|
|
25383
25361
|
relativePath?: string | undefined;
|
|
25384
25362
|
purgeDirectory?: boolean | undefined;
|
|
@@ -25394,6 +25372,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
25394
25372
|
workspaceSlug: string;
|
|
25395
25373
|
projectKey: string;
|
|
25396
25374
|
repoSlug: string;
|
|
25375
|
+
url?: string | null | undefined;
|
|
25397
25376
|
userId?: number | null | undefined;
|
|
25398
25377
|
relativePath?: string | null | undefined;
|
|
25399
25378
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -25543,6 +25522,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
25543
25522
|
workspaceSlug: string;
|
|
25544
25523
|
projectKey: string;
|
|
25545
25524
|
repoSlug: string;
|
|
25525
|
+
url?: string | undefined;
|
|
25546
25526
|
userId?: number | undefined;
|
|
25547
25527
|
relativePath?: string | undefined;
|
|
25548
25528
|
purgeDirectory?: boolean | undefined;
|
|
@@ -25615,6 +25595,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
25615
25595
|
workspaceSlug: string;
|
|
25616
25596
|
projectKey: string;
|
|
25617
25597
|
repoSlug: string;
|
|
25598
|
+
url?: string | null | undefined;
|
|
25618
25599
|
userId?: number | null | undefined;
|
|
25619
25600
|
relativePath?: string | null | undefined;
|
|
25620
25601
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -25874,6 +25855,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
25874
25855
|
workspaceSlug: string;
|
|
25875
25856
|
projectKey: string;
|
|
25876
25857
|
repoSlug: string;
|
|
25858
|
+
url?: string | undefined;
|
|
25877
25859
|
userId?: number | undefined;
|
|
25878
25860
|
relativePath?: string | undefined;
|
|
25879
25861
|
purgeDirectory?: boolean | undefined;
|
|
@@ -26012,6 +25994,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
26012
25994
|
workspaceSlug: string;
|
|
26013
25995
|
projectKey: string;
|
|
26014
25996
|
repoSlug: string;
|
|
25997
|
+
url?: string | null | undefined;
|
|
26015
25998
|
userId?: number | null | undefined;
|
|
26016
25999
|
relativePath?: string | null | undefined;
|
|
26017
26000
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -26152,6 +26135,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
26152
26135
|
workspaceSlug: string;
|
|
26153
26136
|
projectKey: string;
|
|
26154
26137
|
repoSlug: string;
|
|
26138
|
+
url?: string | undefined;
|
|
26155
26139
|
userId?: number | undefined;
|
|
26156
26140
|
relativePath?: string | undefined;
|
|
26157
26141
|
purgeDirectory?: boolean | undefined;
|
|
@@ -26292,6 +26276,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
26292
26276
|
workspaceSlug: string;
|
|
26293
26277
|
projectKey: string;
|
|
26294
26278
|
repoSlug: string;
|
|
26279
|
+
url?: string | null | undefined;
|
|
26295
26280
|
userId?: number | null | undefined;
|
|
26296
26281
|
relativePath?: string | null | undefined;
|
|
26297
26282
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -55663,6 +55648,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
|
|
|
55663
55648
|
workspaceSlug: z.ZodString;
|
|
55664
55649
|
projectKey: z.ZodString;
|
|
55665
55650
|
repoSlug: z.ZodString;
|
|
55651
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
55666
55652
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
55667
55653
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
55668
55654
|
}, {
|
|
@@ -55679,6 +55665,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
|
|
|
55679
55665
|
workspaceSlug: string;
|
|
55680
55666
|
projectKey: string;
|
|
55681
55667
|
repoSlug: string;
|
|
55668
|
+
url?: string | undefined;
|
|
55682
55669
|
userId?: number | undefined;
|
|
55683
55670
|
relativePath?: string | undefined;
|
|
55684
55671
|
purgeDirectory?: boolean | undefined;
|
|
@@ -55694,6 +55681,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
|
|
|
55694
55681
|
workspaceSlug: string;
|
|
55695
55682
|
projectKey: string;
|
|
55696
55683
|
repoSlug: string;
|
|
55684
|
+
url?: string | null | undefined;
|
|
55697
55685
|
userId?: number | null | undefined;
|
|
55698
55686
|
relativePath?: string | null | undefined;
|
|
55699
55687
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -55843,6 +55831,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
|
|
|
55843
55831
|
workspaceSlug: string;
|
|
55844
55832
|
projectKey: string;
|
|
55845
55833
|
repoSlug: string;
|
|
55834
|
+
url?: string | undefined;
|
|
55846
55835
|
userId?: number | undefined;
|
|
55847
55836
|
relativePath?: string | undefined;
|
|
55848
55837
|
purgeDirectory?: boolean | undefined;
|
|
@@ -55915,6 +55904,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
|
|
|
55915
55904
|
workspaceSlug: string;
|
|
55916
55905
|
projectKey: string;
|
|
55917
55906
|
repoSlug: string;
|
|
55907
|
+
url?: string | null | undefined;
|
|
55918
55908
|
userId?: number | null | undefined;
|
|
55919
55909
|
relativePath?: string | null | undefined;
|
|
55920
55910
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -56264,6 +56254,7 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
56264
56254
|
workspaceSlug: z.ZodString;
|
|
56265
56255
|
projectKey: z.ZodString;
|
|
56266
56256
|
repoSlug: z.ZodString;
|
|
56257
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
56267
56258
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
56268
56259
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
56269
56260
|
}, {
|
|
@@ -56280,6 +56271,7 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
56280
56271
|
workspaceSlug: string;
|
|
56281
56272
|
projectKey: string;
|
|
56282
56273
|
repoSlug: string;
|
|
56274
|
+
url?: string | undefined;
|
|
56283
56275
|
userId?: number | undefined;
|
|
56284
56276
|
relativePath?: string | undefined;
|
|
56285
56277
|
purgeDirectory?: boolean | undefined;
|
|
@@ -56295,6 +56287,7 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
56295
56287
|
workspaceSlug: string;
|
|
56296
56288
|
projectKey: string;
|
|
56297
56289
|
repoSlug: string;
|
|
56290
|
+
url?: string | null | undefined;
|
|
56298
56291
|
userId?: number | null | undefined;
|
|
56299
56292
|
relativePath?: string | null | undefined;
|
|
56300
56293
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -56444,6 +56437,7 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
56444
56437
|
workspaceSlug: string;
|
|
56445
56438
|
projectKey: string;
|
|
56446
56439
|
repoSlug: string;
|
|
56440
|
+
url?: string | undefined;
|
|
56447
56441
|
userId?: number | undefined;
|
|
56448
56442
|
relativePath?: string | undefined;
|
|
56449
56443
|
purgeDirectory?: boolean | undefined;
|
|
@@ -56516,6 +56510,7 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
56516
56510
|
workspaceSlug: string;
|
|
56517
56511
|
projectKey: string;
|
|
56518
56512
|
repoSlug: string;
|
|
56513
|
+
url?: string | null | undefined;
|
|
56519
56514
|
userId?: number | null | undefined;
|
|
56520
56515
|
relativePath?: string | null | undefined;
|
|
56521
56516
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -56775,6 +56770,7 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
56775
56770
|
workspaceSlug: string;
|
|
56776
56771
|
projectKey: string;
|
|
56777
56772
|
repoSlug: string;
|
|
56773
|
+
url?: string | undefined;
|
|
56778
56774
|
userId?: number | undefined;
|
|
56779
56775
|
relativePath?: string | undefined;
|
|
56780
56776
|
purgeDirectory?: boolean | undefined;
|
|
@@ -56913,6 +56909,7 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
56913
56909
|
workspaceSlug: string;
|
|
56914
56910
|
projectKey: string;
|
|
56915
56911
|
repoSlug: string;
|
|
56912
|
+
url?: string | null | undefined;
|
|
56916
56913
|
userId?: number | null | undefined;
|
|
56917
56914
|
relativePath?: string | null | undefined;
|
|
56918
56915
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -57148,6 +57145,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
57148
57145
|
workspaceSlug: z.ZodString;
|
|
57149
57146
|
projectKey: z.ZodString;
|
|
57150
57147
|
repoSlug: z.ZodString;
|
|
57148
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
57151
57149
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
57152
57150
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
57153
57151
|
}, {
|
|
@@ -57164,6 +57162,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
57164
57162
|
workspaceSlug: string;
|
|
57165
57163
|
projectKey: string;
|
|
57166
57164
|
repoSlug: string;
|
|
57165
|
+
url?: string | undefined;
|
|
57167
57166
|
userId?: number | undefined;
|
|
57168
57167
|
relativePath?: string | undefined;
|
|
57169
57168
|
purgeDirectory?: boolean | undefined;
|
|
@@ -57179,6 +57178,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
57179
57178
|
workspaceSlug: string;
|
|
57180
57179
|
projectKey: string;
|
|
57181
57180
|
repoSlug: string;
|
|
57181
|
+
url?: string | null | undefined;
|
|
57182
57182
|
userId?: number | null | undefined;
|
|
57183
57183
|
relativePath?: string | null | undefined;
|
|
57184
57184
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -57328,6 +57328,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
57328
57328
|
workspaceSlug: string;
|
|
57329
57329
|
projectKey: string;
|
|
57330
57330
|
repoSlug: string;
|
|
57331
|
+
url?: string | undefined;
|
|
57331
57332
|
userId?: number | undefined;
|
|
57332
57333
|
relativePath?: string | undefined;
|
|
57333
57334
|
purgeDirectory?: boolean | undefined;
|
|
@@ -57400,6 +57401,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
57400
57401
|
workspaceSlug: string;
|
|
57401
57402
|
projectKey: string;
|
|
57402
57403
|
repoSlug: string;
|
|
57404
|
+
url?: string | null | undefined;
|
|
57403
57405
|
userId?: number | null | undefined;
|
|
57404
57406
|
relativePath?: string | null | undefined;
|
|
57405
57407
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -57659,6 +57661,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
57659
57661
|
workspaceSlug: string;
|
|
57660
57662
|
projectKey: string;
|
|
57661
57663
|
repoSlug: string;
|
|
57664
|
+
url?: string | undefined;
|
|
57662
57665
|
userId?: number | undefined;
|
|
57663
57666
|
relativePath?: string | undefined;
|
|
57664
57667
|
purgeDirectory?: boolean | undefined;
|
|
@@ -57797,6 +57800,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
57797
57800
|
workspaceSlug: string;
|
|
57798
57801
|
projectKey: string;
|
|
57799
57802
|
repoSlug: string;
|
|
57803
|
+
url?: string | null | undefined;
|
|
57800
57804
|
userId?: number | null | undefined;
|
|
57801
57805
|
relativePath?: string | null | undefined;
|
|
57802
57806
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -57937,6 +57941,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
57937
57941
|
workspaceSlug: string;
|
|
57938
57942
|
projectKey: string;
|
|
57939
57943
|
repoSlug: string;
|
|
57944
|
+
url?: string | undefined;
|
|
57940
57945
|
userId?: number | undefined;
|
|
57941
57946
|
relativePath?: string | undefined;
|
|
57942
57947
|
purgeDirectory?: boolean | undefined;
|
|
@@ -58077,6 +58082,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
58077
58082
|
workspaceSlug: string;
|
|
58078
58083
|
projectKey: string;
|
|
58079
58084
|
repoSlug: string;
|
|
58085
|
+
url?: string | null | undefined;
|
|
58080
58086
|
userId?: number | null | undefined;
|
|
58081
58087
|
relativePath?: string | null | undefined;
|
|
58082
58088
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -58246,6 +58252,7 @@ declare const DTOExportJobCreateInput: z.ZodObject<{
|
|
|
58246
58252
|
workspaceSlug: z.ZodString;
|
|
58247
58253
|
projectKey: z.ZodString;
|
|
58248
58254
|
repoSlug: z.ZodString;
|
|
58255
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
58249
58256
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
58250
58257
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
58251
58258
|
}, {
|
|
@@ -58262,6 +58269,7 @@ declare const DTOExportJobCreateInput: z.ZodObject<{
|
|
|
58262
58269
|
workspaceSlug: string;
|
|
58263
58270
|
projectKey: string;
|
|
58264
58271
|
repoSlug: string;
|
|
58272
|
+
url?: string | undefined;
|
|
58265
58273
|
userId?: number | undefined;
|
|
58266
58274
|
relativePath?: string | undefined;
|
|
58267
58275
|
purgeDirectory?: boolean | undefined;
|
|
@@ -58277,6 +58285,7 @@ declare const DTOExportJobCreateInput: z.ZodObject<{
|
|
|
58277
58285
|
workspaceSlug: string;
|
|
58278
58286
|
projectKey: string;
|
|
58279
58287
|
repoSlug: string;
|
|
58288
|
+
url?: string | null | undefined;
|
|
58280
58289
|
userId?: number | null | undefined;
|
|
58281
58290
|
relativePath?: string | null | undefined;
|
|
58282
58291
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -58426,6 +58435,7 @@ declare const DTOExportJobCreateInput: z.ZodObject<{
|
|
|
58426
58435
|
workspaceSlug: string;
|
|
58427
58436
|
projectKey: string;
|
|
58428
58437
|
repoSlug: string;
|
|
58438
|
+
url?: string | undefined;
|
|
58429
58439
|
userId?: number | undefined;
|
|
58430
58440
|
relativePath?: string | undefined;
|
|
58431
58441
|
purgeDirectory?: boolean | undefined;
|
|
@@ -58498,6 +58508,7 @@ declare const DTOExportJobCreateInput: z.ZodObject<{
|
|
|
58498
58508
|
workspaceSlug: string;
|
|
58499
58509
|
projectKey: string;
|
|
58500
58510
|
repoSlug: string;
|
|
58511
|
+
url?: string | null | undefined;
|
|
58501
58512
|
userId?: number | null | undefined;
|
|
58502
58513
|
relativePath?: string | null | undefined;
|
|
58503
58514
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -58576,6 +58587,7 @@ declare const DTOExportJobCreateInput: z.ZodObject<{
|
|
|
58576
58587
|
workspaceSlug: string;
|
|
58577
58588
|
projectKey: string;
|
|
58578
58589
|
repoSlug: string;
|
|
58590
|
+
url?: string | undefined;
|
|
58579
58591
|
userId?: number | undefined;
|
|
58580
58592
|
relativePath?: string | undefined;
|
|
58581
58593
|
purgeDirectory?: boolean | undefined;
|
|
@@ -58657,6 +58669,7 @@ declare const DTOExportJobCreateInput: z.ZodObject<{
|
|
|
58657
58669
|
workspaceSlug: string;
|
|
58658
58670
|
projectKey: string;
|
|
58659
58671
|
repoSlug: string;
|
|
58672
|
+
url?: string | null | undefined;
|
|
58660
58673
|
userId?: number | null | undefined;
|
|
58661
58674
|
relativePath?: string | null | undefined;
|
|
58662
58675
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -58858,6 +58871,7 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
58858
58871
|
workspaceSlug: z.ZodString;
|
|
58859
58872
|
projectKey: z.ZodString;
|
|
58860
58873
|
repoSlug: z.ZodString;
|
|
58874
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
58861
58875
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
58862
58876
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
58863
58877
|
}, {
|
|
@@ -58874,6 +58888,7 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
58874
58888
|
workspaceSlug: string;
|
|
58875
58889
|
projectKey: string;
|
|
58876
58890
|
repoSlug: string;
|
|
58891
|
+
url?: string | undefined;
|
|
58877
58892
|
userId?: number | undefined;
|
|
58878
58893
|
relativePath?: string | undefined;
|
|
58879
58894
|
purgeDirectory?: boolean | undefined;
|
|
@@ -58889,6 +58904,7 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
58889
58904
|
workspaceSlug: string;
|
|
58890
58905
|
projectKey: string;
|
|
58891
58906
|
repoSlug: string;
|
|
58907
|
+
url?: string | null | undefined;
|
|
58892
58908
|
userId?: number | null | undefined;
|
|
58893
58909
|
relativePath?: string | null | undefined;
|
|
58894
58910
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -59038,6 +59054,7 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
59038
59054
|
workspaceSlug: string;
|
|
59039
59055
|
projectKey: string;
|
|
59040
59056
|
repoSlug: string;
|
|
59057
|
+
url?: string | undefined;
|
|
59041
59058
|
userId?: number | undefined;
|
|
59042
59059
|
relativePath?: string | undefined;
|
|
59043
59060
|
purgeDirectory?: boolean | undefined;
|
|
@@ -59110,6 +59127,7 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
59110
59127
|
workspaceSlug: string;
|
|
59111
59128
|
projectKey: string;
|
|
59112
59129
|
repoSlug: string;
|
|
59130
|
+
url?: string | null | undefined;
|
|
59113
59131
|
userId?: number | null | undefined;
|
|
59114
59132
|
relativePath?: string | null | undefined;
|
|
59115
59133
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -59369,6 +59387,7 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
59369
59387
|
workspaceSlug: string;
|
|
59370
59388
|
projectKey: string;
|
|
59371
59389
|
repoSlug: string;
|
|
59390
|
+
url?: string | undefined;
|
|
59372
59391
|
userId?: number | undefined;
|
|
59373
59392
|
relativePath?: string | undefined;
|
|
59374
59393
|
purgeDirectory?: boolean | undefined;
|
|
@@ -59507,6 +59526,7 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
59507
59526
|
workspaceSlug: string;
|
|
59508
59527
|
projectKey: string;
|
|
59509
59528
|
repoSlug: string;
|
|
59529
|
+
url?: string | null | undefined;
|
|
59510
59530
|
userId?: number | null | undefined;
|
|
59511
59531
|
relativePath?: string | null | undefined;
|
|
59512
59532
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -59781,6 +59801,7 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
59781
59801
|
workspaceSlug: z.ZodString;
|
|
59782
59802
|
projectKey: z.ZodString;
|
|
59783
59803
|
repoSlug: z.ZodString;
|
|
59804
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
59784
59805
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
59785
59806
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
59786
59807
|
}, {
|
|
@@ -59797,6 +59818,7 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
59797
59818
|
workspaceSlug: string;
|
|
59798
59819
|
projectKey: string;
|
|
59799
59820
|
repoSlug: string;
|
|
59821
|
+
url?: string | undefined;
|
|
59800
59822
|
userId?: number | undefined;
|
|
59801
59823
|
relativePath?: string | undefined;
|
|
59802
59824
|
purgeDirectory?: boolean | undefined;
|
|
@@ -59812,6 +59834,7 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
59812
59834
|
workspaceSlug: string;
|
|
59813
59835
|
projectKey: string;
|
|
59814
59836
|
repoSlug: string;
|
|
59837
|
+
url?: string | null | undefined;
|
|
59815
59838
|
userId?: number | null | undefined;
|
|
59816
59839
|
relativePath?: string | null | undefined;
|
|
59817
59840
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -59878,6 +59901,7 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
59878
59901
|
workspaceSlug: string;
|
|
59879
59902
|
projectKey: string;
|
|
59880
59903
|
repoSlug: string;
|
|
59904
|
+
url?: string | undefined;
|
|
59881
59905
|
userId?: number | undefined;
|
|
59882
59906
|
relativePath?: string | undefined;
|
|
59883
59907
|
purgeDirectory?: boolean | undefined;
|
|
@@ -60046,6 +60070,7 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
60046
60070
|
workspaceSlug: string;
|
|
60047
60071
|
projectKey: string;
|
|
60048
60072
|
repoSlug: string;
|
|
60073
|
+
url?: string | undefined;
|
|
60049
60074
|
userId?: number | undefined;
|
|
60050
60075
|
relativePath?: string | undefined;
|
|
60051
60076
|
purgeDirectory?: boolean | undefined;
|
|
@@ -60101,6 +60126,7 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
60101
60126
|
workspaceSlug: string;
|
|
60102
60127
|
projectKey: string;
|
|
60103
60128
|
repoSlug: string;
|
|
60129
|
+
url?: string | null | undefined;
|
|
60104
60130
|
userId?: number | null | undefined;
|
|
60105
60131
|
relativePath?: string | null | undefined;
|
|
60106
60132
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -60269,6 +60295,7 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
60269
60295
|
workspaceSlug: string;
|
|
60270
60296
|
projectKey: string;
|
|
60271
60297
|
repoSlug: string;
|
|
60298
|
+
url?: string | null | undefined;
|
|
60272
60299
|
userId?: number | null | undefined;
|
|
60273
60300
|
relativePath?: string | null | undefined;
|
|
60274
60301
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -60414,6 +60441,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
60414
60441
|
workspaceSlug: z.ZodString;
|
|
60415
60442
|
projectKey: z.ZodString;
|
|
60416
60443
|
repoSlug: z.ZodString;
|
|
60444
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
60417
60445
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
60418
60446
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
60419
60447
|
}, {
|
|
@@ -60430,6 +60458,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
60430
60458
|
workspaceSlug: string;
|
|
60431
60459
|
projectKey: string;
|
|
60432
60460
|
repoSlug: string;
|
|
60461
|
+
url?: string | undefined;
|
|
60433
60462
|
userId?: number | undefined;
|
|
60434
60463
|
relativePath?: string | undefined;
|
|
60435
60464
|
purgeDirectory?: boolean | undefined;
|
|
@@ -60445,6 +60474,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
60445
60474
|
workspaceSlug: string;
|
|
60446
60475
|
projectKey: string;
|
|
60447
60476
|
repoSlug: string;
|
|
60477
|
+
url?: string | null | undefined;
|
|
60448
60478
|
userId?: number | null | undefined;
|
|
60449
60479
|
relativePath?: string | null | undefined;
|
|
60450
60480
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -60594,6 +60624,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
60594
60624
|
workspaceSlug: string;
|
|
60595
60625
|
projectKey: string;
|
|
60596
60626
|
repoSlug: string;
|
|
60627
|
+
url?: string | undefined;
|
|
60597
60628
|
userId?: number | undefined;
|
|
60598
60629
|
relativePath?: string | undefined;
|
|
60599
60630
|
purgeDirectory?: boolean | undefined;
|
|
@@ -60666,6 +60697,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
60666
60697
|
workspaceSlug: string;
|
|
60667
60698
|
projectKey: string;
|
|
60668
60699
|
repoSlug: string;
|
|
60700
|
+
url?: string | null | undefined;
|
|
60669
60701
|
userId?: number | null | undefined;
|
|
60670
60702
|
relativePath?: string | null | undefined;
|
|
60671
60703
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -60925,6 +60957,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
60925
60957
|
workspaceSlug: string;
|
|
60926
60958
|
projectKey: string;
|
|
60927
60959
|
repoSlug: string;
|
|
60960
|
+
url?: string | undefined;
|
|
60928
60961
|
userId?: number | undefined;
|
|
60929
60962
|
relativePath?: string | undefined;
|
|
60930
60963
|
purgeDirectory?: boolean | undefined;
|
|
@@ -61063,6 +61096,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
61063
61096
|
workspaceSlug: string;
|
|
61064
61097
|
projectKey: string;
|
|
61065
61098
|
repoSlug: string;
|
|
61099
|
+
url?: string | null | undefined;
|
|
61066
61100
|
userId?: number | null | undefined;
|
|
61067
61101
|
relativePath?: string | null | undefined;
|
|
61068
61102
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -61337,6 +61371,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
61337
61371
|
workspaceSlug: z.ZodString;
|
|
61338
61372
|
projectKey: z.ZodString;
|
|
61339
61373
|
repoSlug: z.ZodString;
|
|
61374
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
61340
61375
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
61341
61376
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
61342
61377
|
}, {
|
|
@@ -61353,6 +61388,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
61353
61388
|
workspaceSlug: string;
|
|
61354
61389
|
projectKey: string;
|
|
61355
61390
|
repoSlug: string;
|
|
61391
|
+
url?: string | undefined;
|
|
61356
61392
|
userId?: number | undefined;
|
|
61357
61393
|
relativePath?: string | undefined;
|
|
61358
61394
|
purgeDirectory?: boolean | undefined;
|
|
@@ -61368,6 +61404,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
61368
61404
|
workspaceSlug: string;
|
|
61369
61405
|
projectKey: string;
|
|
61370
61406
|
repoSlug: string;
|
|
61407
|
+
url?: string | null | undefined;
|
|
61371
61408
|
userId?: number | null | undefined;
|
|
61372
61409
|
relativePath?: string | null | undefined;
|
|
61373
61410
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -61434,6 +61471,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
61434
61471
|
workspaceSlug: string;
|
|
61435
61472
|
projectKey: string;
|
|
61436
61473
|
repoSlug: string;
|
|
61474
|
+
url?: string | undefined;
|
|
61437
61475
|
userId?: number | undefined;
|
|
61438
61476
|
relativePath?: string | undefined;
|
|
61439
61477
|
purgeDirectory?: boolean | undefined;
|
|
@@ -61602,6 +61640,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
61602
61640
|
workspaceSlug: string;
|
|
61603
61641
|
projectKey: string;
|
|
61604
61642
|
repoSlug: string;
|
|
61643
|
+
url?: string | undefined;
|
|
61605
61644
|
userId?: number | undefined;
|
|
61606
61645
|
relativePath?: string | undefined;
|
|
61607
61646
|
purgeDirectory?: boolean | undefined;
|
|
@@ -61657,6 +61696,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
61657
61696
|
workspaceSlug: string;
|
|
61658
61697
|
projectKey: string;
|
|
61659
61698
|
repoSlug: string;
|
|
61699
|
+
url?: string | null | undefined;
|
|
61660
61700
|
userId?: number | null | undefined;
|
|
61661
61701
|
relativePath?: string | null | undefined;
|
|
61662
61702
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -61825,6 +61865,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
61825
61865
|
workspaceSlug: string;
|
|
61826
61866
|
projectKey: string;
|
|
61827
61867
|
repoSlug: string;
|
|
61868
|
+
url?: string | null | undefined;
|
|
61828
61869
|
userId?: number | null | undefined;
|
|
61829
61870
|
relativePath?: string | null | undefined;
|
|
61830
61871
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -61882,6 +61923,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
61882
61923
|
workspaceSlug: string;
|
|
61883
61924
|
projectKey: string;
|
|
61884
61925
|
repoSlug: string;
|
|
61926
|
+
url?: string | undefined;
|
|
61885
61927
|
userId?: number | undefined;
|
|
61886
61928
|
relativePath?: string | undefined;
|
|
61887
61929
|
purgeDirectory?: boolean | undefined;
|
|
@@ -62050,6 +62092,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
62050
62092
|
workspaceSlug: string;
|
|
62051
62093
|
projectKey: string;
|
|
62052
62094
|
repoSlug: string;
|
|
62095
|
+
url?: string | undefined;
|
|
62053
62096
|
userId?: number | undefined;
|
|
62054
62097
|
relativePath?: string | undefined;
|
|
62055
62098
|
purgeDirectory?: boolean | undefined;
|
|
@@ -62107,6 +62150,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
62107
62150
|
workspaceSlug: string;
|
|
62108
62151
|
projectKey: string;
|
|
62109
62152
|
repoSlug: string;
|
|
62153
|
+
url?: string | null | undefined;
|
|
62110
62154
|
userId?: number | null | undefined;
|
|
62111
62155
|
relativePath?: string | null | undefined;
|
|
62112
62156
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -62275,6 +62319,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
62275
62319
|
workspaceSlug: string;
|
|
62276
62320
|
projectKey: string;
|
|
62277
62321
|
repoSlug: string;
|
|
62322
|
+
url?: string | null | undefined;
|
|
62278
62323
|
userId?: number | null | undefined;
|
|
62279
62324
|
relativePath?: string | null | undefined;
|
|
62280
62325
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -62421,6 +62466,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
62421
62466
|
workspaceSlug: z.ZodString;
|
|
62422
62467
|
projectKey: z.ZodString;
|
|
62423
62468
|
repoSlug: z.ZodString;
|
|
62469
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
62424
62470
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
62425
62471
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
62426
62472
|
}, {
|
|
@@ -62437,6 +62483,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
62437
62483
|
workspaceSlug: string;
|
|
62438
62484
|
projectKey: string;
|
|
62439
62485
|
repoSlug: string;
|
|
62486
|
+
url?: string | undefined;
|
|
62440
62487
|
userId?: number | undefined;
|
|
62441
62488
|
relativePath?: string | undefined;
|
|
62442
62489
|
purgeDirectory?: boolean | undefined;
|
|
@@ -62452,6 +62499,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
62452
62499
|
workspaceSlug: string;
|
|
62453
62500
|
projectKey: string;
|
|
62454
62501
|
repoSlug: string;
|
|
62502
|
+
url?: string | null | undefined;
|
|
62455
62503
|
userId?: number | null | undefined;
|
|
62456
62504
|
relativePath?: string | null | undefined;
|
|
62457
62505
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -62601,6 +62649,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
62601
62649
|
workspaceSlug: string;
|
|
62602
62650
|
projectKey: string;
|
|
62603
62651
|
repoSlug: string;
|
|
62652
|
+
url?: string | undefined;
|
|
62604
62653
|
userId?: number | undefined;
|
|
62605
62654
|
relativePath?: string | undefined;
|
|
62606
62655
|
purgeDirectory?: boolean | undefined;
|
|
@@ -62673,6 +62722,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
62673
62722
|
workspaceSlug: string;
|
|
62674
62723
|
projectKey: string;
|
|
62675
62724
|
repoSlug: string;
|
|
62725
|
+
url?: string | null | undefined;
|
|
62676
62726
|
userId?: number | null | undefined;
|
|
62677
62727
|
relativePath?: string | null | undefined;
|
|
62678
62728
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -62932,6 +62982,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
62932
62982
|
workspaceSlug: string;
|
|
62933
62983
|
projectKey: string;
|
|
62934
62984
|
repoSlug: string;
|
|
62985
|
+
url?: string | undefined;
|
|
62935
62986
|
userId?: number | undefined;
|
|
62936
62987
|
relativePath?: string | undefined;
|
|
62937
62988
|
purgeDirectory?: boolean | undefined;
|
|
@@ -63070,6 +63121,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
63070
63121
|
workspaceSlug: string;
|
|
63071
63122
|
projectKey: string;
|
|
63072
63123
|
repoSlug: string;
|
|
63124
|
+
url?: string | null | undefined;
|
|
63073
63125
|
userId?: number | null | undefined;
|
|
63074
63126
|
relativePath?: string | null | undefined;
|
|
63075
63127
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -63344,6 +63396,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
63344
63396
|
workspaceSlug: z.ZodString;
|
|
63345
63397
|
projectKey: z.ZodString;
|
|
63346
63398
|
repoSlug: z.ZodString;
|
|
63399
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
63347
63400
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
63348
63401
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
63349
63402
|
}, {
|
|
@@ -63360,6 +63413,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
63360
63413
|
workspaceSlug: string;
|
|
63361
63414
|
projectKey: string;
|
|
63362
63415
|
repoSlug: string;
|
|
63416
|
+
url?: string | undefined;
|
|
63363
63417
|
userId?: number | undefined;
|
|
63364
63418
|
relativePath?: string | undefined;
|
|
63365
63419
|
purgeDirectory?: boolean | undefined;
|
|
@@ -63375,6 +63429,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
63375
63429
|
workspaceSlug: string;
|
|
63376
63430
|
projectKey: string;
|
|
63377
63431
|
repoSlug: string;
|
|
63432
|
+
url?: string | null | undefined;
|
|
63378
63433
|
userId?: number | null | undefined;
|
|
63379
63434
|
relativePath?: string | null | undefined;
|
|
63380
63435
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -63441,6 +63496,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
63441
63496
|
workspaceSlug: string;
|
|
63442
63497
|
projectKey: string;
|
|
63443
63498
|
repoSlug: string;
|
|
63499
|
+
url?: string | undefined;
|
|
63444
63500
|
userId?: number | undefined;
|
|
63445
63501
|
relativePath?: string | undefined;
|
|
63446
63502
|
purgeDirectory?: boolean | undefined;
|
|
@@ -63609,6 +63665,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
63609
63665
|
workspaceSlug: string;
|
|
63610
63666
|
projectKey: string;
|
|
63611
63667
|
repoSlug: string;
|
|
63668
|
+
url?: string | undefined;
|
|
63612
63669
|
userId?: number | undefined;
|
|
63613
63670
|
relativePath?: string | undefined;
|
|
63614
63671
|
purgeDirectory?: boolean | undefined;
|
|
@@ -63664,6 +63721,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
63664
63721
|
workspaceSlug: string;
|
|
63665
63722
|
projectKey: string;
|
|
63666
63723
|
repoSlug: string;
|
|
63724
|
+
url?: string | null | undefined;
|
|
63667
63725
|
userId?: number | null | undefined;
|
|
63668
63726
|
relativePath?: string | null | undefined;
|
|
63669
63727
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -63832,6 +63890,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
63832
63890
|
workspaceSlug: string;
|
|
63833
63891
|
projectKey: string;
|
|
63834
63892
|
repoSlug: string;
|
|
63893
|
+
url?: string | null | undefined;
|
|
63835
63894
|
userId?: number | null | undefined;
|
|
63836
63895
|
relativePath?: string | null | undefined;
|
|
63837
63896
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -63889,6 +63948,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
63889
63948
|
workspaceSlug: string;
|
|
63890
63949
|
projectKey: string;
|
|
63891
63950
|
repoSlug: string;
|
|
63951
|
+
url?: string | undefined;
|
|
63892
63952
|
userId?: number | undefined;
|
|
63893
63953
|
relativePath?: string | undefined;
|
|
63894
63954
|
purgeDirectory?: boolean | undefined;
|
|
@@ -64057,6 +64117,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
64057
64117
|
workspaceSlug: string;
|
|
64058
64118
|
projectKey: string;
|
|
64059
64119
|
repoSlug: string;
|
|
64120
|
+
url?: string | undefined;
|
|
64060
64121
|
userId?: number | undefined;
|
|
64061
64122
|
relativePath?: string | undefined;
|
|
64062
64123
|
purgeDirectory?: boolean | undefined;
|
|
@@ -64114,6 +64175,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
64114
64175
|
workspaceSlug: string;
|
|
64115
64176
|
projectKey: string;
|
|
64116
64177
|
repoSlug: string;
|
|
64178
|
+
url?: string | null | undefined;
|
|
64117
64179
|
userId?: number | null | undefined;
|
|
64118
64180
|
relativePath?: string | null | undefined;
|
|
64119
64181
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -64282,6 +64344,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
64282
64344
|
workspaceSlug: string;
|
|
64283
64345
|
projectKey: string;
|
|
64284
64346
|
repoSlug: string;
|
|
64347
|
+
url?: string | null | undefined;
|
|
64285
64348
|
userId?: number | null | undefined;
|
|
64286
64349
|
relativePath?: string | null | undefined;
|
|
64287
64350
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -96192,6 +96255,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
|
96192
96255
|
workspaceSlug: z.ZodString;
|
|
96193
96256
|
projectKey: z.ZodString;
|
|
96194
96257
|
repoSlug: z.ZodString;
|
|
96258
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
96195
96259
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
96196
96260
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
96197
96261
|
}, {
|
|
@@ -96208,6 +96272,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
|
96208
96272
|
workspaceSlug: string;
|
|
96209
96273
|
projectKey: string;
|
|
96210
96274
|
repoSlug: string;
|
|
96275
|
+
url?: string | undefined;
|
|
96211
96276
|
userId?: number | undefined;
|
|
96212
96277
|
relativePath?: string | undefined;
|
|
96213
96278
|
purgeDirectory?: boolean | undefined;
|
|
@@ -96223,6 +96288,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
|
96223
96288
|
workspaceSlug: string;
|
|
96224
96289
|
projectKey: string;
|
|
96225
96290
|
repoSlug: string;
|
|
96291
|
+
url?: string | null | undefined;
|
|
96226
96292
|
userId?: number | null | undefined;
|
|
96227
96293
|
relativePath?: string | null | undefined;
|
|
96228
96294
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -96372,6 +96438,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
|
96372
96438
|
workspaceSlug: string;
|
|
96373
96439
|
projectKey: string;
|
|
96374
96440
|
repoSlug: string;
|
|
96441
|
+
url?: string | undefined;
|
|
96375
96442
|
userId?: number | undefined;
|
|
96376
96443
|
relativePath?: string | undefined;
|
|
96377
96444
|
purgeDirectory?: boolean | undefined;
|
|
@@ -96444,6 +96511,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
|
96444
96511
|
workspaceSlug: string;
|
|
96445
96512
|
projectKey: string;
|
|
96446
96513
|
repoSlug: string;
|
|
96514
|
+
url?: string | null | undefined;
|
|
96447
96515
|
userId?: number | null | undefined;
|
|
96448
96516
|
relativePath?: string | null | undefined;
|
|
96449
96517
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -96530,6 +96598,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
|
96530
96598
|
workspaceSlug: string;
|
|
96531
96599
|
projectKey: string;
|
|
96532
96600
|
repoSlug: string;
|
|
96601
|
+
url?: string | undefined;
|
|
96533
96602
|
userId?: number | undefined;
|
|
96534
96603
|
relativePath?: string | undefined;
|
|
96535
96604
|
purgeDirectory?: boolean | undefined;
|
|
@@ -96621,6 +96690,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
|
|
|
96621
96690
|
workspaceSlug: string;
|
|
96622
96691
|
projectKey: string;
|
|
96623
96692
|
repoSlug: string;
|
|
96693
|
+
url?: string | null | undefined;
|
|
96624
96694
|
userId?: number | null | undefined;
|
|
96625
96695
|
relativePath?: string | null | undefined;
|
|
96626
96696
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -96763,6 +96833,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<{
|
|
|
96763
96833
|
workspaceSlug: z.ZodString;
|
|
96764
96834
|
projectKey: z.ZodString;
|
|
96765
96835
|
repoSlug: z.ZodString;
|
|
96836
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
96766
96837
|
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
96767
96838
|
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
96768
96839
|
}, {
|
|
@@ -96779,6 +96850,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<{
|
|
|
96779
96850
|
workspaceSlug: string;
|
|
96780
96851
|
projectKey: string;
|
|
96781
96852
|
repoSlug: string;
|
|
96853
|
+
url?: string | undefined;
|
|
96782
96854
|
userId?: number | undefined;
|
|
96783
96855
|
relativePath?: string | undefined;
|
|
96784
96856
|
purgeDirectory?: boolean | undefined;
|
|
@@ -96794,6 +96866,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<{
|
|
|
96794
96866
|
workspaceSlug: string;
|
|
96795
96867
|
projectKey: string;
|
|
96796
96868
|
repoSlug: string;
|
|
96869
|
+
url?: string | null | undefined;
|
|
96797
96870
|
userId?: number | null | undefined;
|
|
96798
96871
|
relativePath?: string | null | undefined;
|
|
96799
96872
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -96943,6 +97016,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<{
|
|
|
96943
97016
|
workspaceSlug: string;
|
|
96944
97017
|
projectKey: string;
|
|
96945
97018
|
repoSlug: string;
|
|
97019
|
+
url?: string | undefined;
|
|
96946
97020
|
userId?: number | undefined;
|
|
96947
97021
|
relativePath?: string | undefined;
|
|
96948
97022
|
purgeDirectory?: boolean | undefined;
|
|
@@ -97015,6 +97089,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<{
|
|
|
97015
97089
|
workspaceSlug: string;
|
|
97016
97090
|
projectKey: string;
|
|
97017
97091
|
repoSlug: string;
|
|
97092
|
+
url?: string | null | undefined;
|
|
97018
97093
|
userId?: number | null | undefined;
|
|
97019
97094
|
relativePath?: string | null | undefined;
|
|
97020
97095
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -97133,6 +97208,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<{
|
|
|
97133
97208
|
workspaceSlug: string;
|
|
97134
97209
|
projectKey: string;
|
|
97135
97210
|
repoSlug: string;
|
|
97211
|
+
url?: string | undefined;
|
|
97136
97212
|
userId?: number | undefined;
|
|
97137
97213
|
relativePath?: string | undefined;
|
|
97138
97214
|
purgeDirectory?: boolean | undefined;
|
|
@@ -97233,6 +97309,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<{
|
|
|
97233
97309
|
workspaceSlug: string;
|
|
97234
97310
|
projectKey: string;
|
|
97235
97311
|
repoSlug: string;
|
|
97312
|
+
url?: string | null | undefined;
|
|
97236
97313
|
userId?: number | null | undefined;
|
|
97237
97314
|
relativePath?: string | null | undefined;
|
|
97238
97315
|
purgeDirectory?: boolean | null | undefined;
|
|
@@ -98091,6 +98168,7 @@ declare class PipelinesEndpoint {
|
|
|
98091
98168
|
workspaceSlug: string;
|
|
98092
98169
|
projectKey: string;
|
|
98093
98170
|
repoSlug: string;
|
|
98171
|
+
url?: string | undefined;
|
|
98094
98172
|
userId?: number | undefined;
|
|
98095
98173
|
relativePath?: string | undefined;
|
|
98096
98174
|
purgeDirectory?: boolean | undefined;
|
|
@@ -98259,6 +98337,7 @@ declare class PipelinesEndpoint {
|
|
|
98259
98337
|
workspaceSlug: string;
|
|
98260
98338
|
projectKey: string;
|
|
98261
98339
|
repoSlug: string;
|
|
98340
|
+
url?: string | undefined;
|
|
98262
98341
|
userId?: number | undefined;
|
|
98263
98342
|
relativePath?: string | undefined;
|
|
98264
98343
|
purgeDirectory?: boolean | undefined;
|
|
@@ -98317,6 +98396,7 @@ declare class PipelinesEndpoint {
|
|
|
98317
98396
|
workspaceSlug: string;
|
|
98318
98397
|
projectKey: string;
|
|
98319
98398
|
repoSlug: string;
|
|
98399
|
+
url?: string | undefined;
|
|
98320
98400
|
userId?: number | undefined;
|
|
98321
98401
|
relativePath?: string | undefined;
|
|
98322
98402
|
purgeDirectory?: boolean | undefined;
|
|
@@ -98485,6 +98565,7 @@ declare class PipelinesEndpoint {
|
|
|
98485
98565
|
workspaceSlug: string;
|
|
98486
98566
|
projectKey: string;
|
|
98487
98567
|
repoSlug: string;
|
|
98568
|
+
url?: string | undefined;
|
|
98488
98569
|
userId?: number | undefined;
|
|
98489
98570
|
relativePath?: string | undefined;
|
|
98490
98571
|
purgeDirectory?: boolean | undefined;
|
|
@@ -98543,6 +98624,7 @@ declare class PipelinesEndpoint {
|
|
|
98543
98624
|
workspaceSlug: string;
|
|
98544
98625
|
projectKey: string;
|
|
98545
98626
|
repoSlug: string;
|
|
98627
|
+
url?: string | undefined;
|
|
98546
98628
|
userId?: number | undefined;
|
|
98547
98629
|
relativePath?: string | undefined;
|
|
98548
98630
|
purgeDirectory?: boolean | undefined;
|
|
@@ -98711,6 +98793,7 @@ declare class PipelinesEndpoint {
|
|
|
98711
98793
|
workspaceSlug: string;
|
|
98712
98794
|
projectKey: string;
|
|
98713
98795
|
repoSlug: string;
|
|
98796
|
+
url?: string | undefined;
|
|
98714
98797
|
userId?: number | undefined;
|
|
98715
98798
|
relativePath?: string | undefined;
|
|
98716
98799
|
purgeDirectory?: boolean | undefined;
|
|
@@ -98761,6 +98844,7 @@ declare class PipelinesEndpoint {
|
|
|
98761
98844
|
workspaceSlug: string;
|
|
98762
98845
|
projectKey: string;
|
|
98763
98846
|
repoSlug: string;
|
|
98847
|
+
url?: string | undefined;
|
|
98764
98848
|
userId?: number | undefined;
|
|
98765
98849
|
relativePath?: string | undefined;
|
|
98766
98850
|
purgeDirectory?: boolean | undefined;
|
|
@@ -98940,13 +99024,12 @@ declare class CodeComponentsEndpoint {
|
|
|
98940
99024
|
type: string;
|
|
98941
99025
|
name: string;
|
|
98942
99026
|
control: {
|
|
98943
|
-
type: "
|
|
99027
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
98944
99028
|
isArray: boolean;
|
|
98945
99029
|
};
|
|
98946
99030
|
required: boolean;
|
|
98947
99031
|
defaultValue?: string | undefined;
|
|
98948
99032
|
}>;
|
|
98949
|
-
versionId: string;
|
|
98950
99033
|
}[];
|
|
98951
99034
|
}>;
|
|
98952
99035
|
list(dsId: string, vId: string): Promise<{
|
|
@@ -98961,13 +99044,12 @@ declare class CodeComponentsEndpoint {
|
|
|
98961
99044
|
type: string;
|
|
98962
99045
|
name: string;
|
|
98963
99046
|
control: {
|
|
98964
|
-
type: "
|
|
99047
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
98965
99048
|
isArray: boolean;
|
|
98966
99049
|
};
|
|
98967
99050
|
required: boolean;
|
|
98968
99051
|
defaultValue?: string | undefined;
|
|
98969
99052
|
}>;
|
|
98970
|
-
versionId: string;
|
|
98971
99053
|
}[];
|
|
98972
99054
|
}>;
|
|
98973
99055
|
deleteAll(dsId: string, vId: string): Promise<{
|
|
@@ -98982,13 +99064,12 @@ declare class CodeComponentsEndpoint {
|
|
|
98982
99064
|
type: string;
|
|
98983
99065
|
name: string;
|
|
98984
99066
|
control: {
|
|
98985
|
-
type: "
|
|
99067
|
+
type: "Boolean" | "String" | "Number" | "Object" | "Function" | "Slot" | "Unknown";
|
|
98986
99068
|
isArray: boolean;
|
|
98987
99069
|
};
|
|
98988
99070
|
required: boolean;
|
|
98989
99071
|
defaultValue?: string | undefined;
|
|
98990
99072
|
}>;
|
|
98991
|
-
versionId: string;
|
|
98992
99073
|
}[];
|
|
98993
99074
|
}>;
|
|
98994
99075
|
}
|
|
@@ -104656,13 +104737,13 @@ declare const DTOEventFigmaNodesRendered: z.ZodObject<{
|
|
|
104656
104737
|
figmaNodePersistentIds: z.ZodArray<z.ZodString, "many">;
|
|
104657
104738
|
}, "strip", z.ZodTypeAny, {
|
|
104658
104739
|
type: "DesignSystem.FigmaNodesRendered";
|
|
104659
|
-
versionId: string;
|
|
104660
104740
|
designSystemId: string;
|
|
104741
|
+
versionId: string;
|
|
104661
104742
|
figmaNodePersistentIds: string[];
|
|
104662
104743
|
}, {
|
|
104663
104744
|
type: "DesignSystem.FigmaNodesRendered";
|
|
104664
|
-
versionId: string;
|
|
104665
104745
|
designSystemId: string;
|
|
104746
|
+
versionId: string;
|
|
104666
104747
|
figmaNodePersistentIds: string[];
|
|
104667
104748
|
}>;
|
|
104668
104749
|
type DTOEventFigmaNodesRendered = z.infer<typeof DTOEventFigmaNodesRendered>;
|
|
@@ -104675,15 +104756,15 @@ declare const DTOEventDataSourcesImported: z.ZodObject<{
|
|
|
104675
104756
|
dataSourceIds: z.ZodArray<z.ZodString, "many">;
|
|
104676
104757
|
}, "strip", z.ZodTypeAny, {
|
|
104677
104758
|
type: "DesignSystem.ImportJobFinished";
|
|
104678
|
-
versionId: string;
|
|
104679
104759
|
designSystemId: string;
|
|
104760
|
+
versionId: string;
|
|
104680
104761
|
importJobId: string;
|
|
104681
104762
|
dataSourceType: "Figma" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
104682
104763
|
dataSourceIds: string[];
|
|
104683
104764
|
}, {
|
|
104684
104765
|
type: "DesignSystem.ImportJobFinished";
|
|
104685
|
-
versionId: string;
|
|
104686
104766
|
designSystemId: string;
|
|
104767
|
+
versionId: string;
|
|
104687
104768
|
importJobId: string;
|
|
104688
104769
|
dataSourceType: "Figma" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
104689
104770
|
dataSourceIds: string[];
|
|
@@ -104699,15 +104780,15 @@ declare const DTOEvent: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
104699
104780
|
dataSourceIds: z.ZodArray<z.ZodString, "many">;
|
|
104700
104781
|
}, "strip", z.ZodTypeAny, {
|
|
104701
104782
|
type: "DesignSystem.ImportJobFinished";
|
|
104702
|
-
versionId: string;
|
|
104703
104783
|
designSystemId: string;
|
|
104784
|
+
versionId: string;
|
|
104704
104785
|
importJobId: string;
|
|
104705
104786
|
dataSourceType: "Figma" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
104706
104787
|
dataSourceIds: string[];
|
|
104707
104788
|
}, {
|
|
104708
104789
|
type: "DesignSystem.ImportJobFinished";
|
|
104709
|
-
versionId: string;
|
|
104710
104790
|
designSystemId: string;
|
|
104791
|
+
versionId: string;
|
|
104711
104792
|
importJobId: string;
|
|
104712
104793
|
dataSourceType: "Figma" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
104713
104794
|
dataSourceIds: string[];
|
|
@@ -104718,13 +104799,13 @@ declare const DTOEvent: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
104718
104799
|
figmaNodePersistentIds: z.ZodArray<z.ZodString, "many">;
|
|
104719
104800
|
}, "strip", z.ZodTypeAny, {
|
|
104720
104801
|
type: "DesignSystem.FigmaNodesRendered";
|
|
104721
|
-
versionId: string;
|
|
104722
104802
|
designSystemId: string;
|
|
104803
|
+
versionId: string;
|
|
104723
104804
|
figmaNodePersistentIds: string[];
|
|
104724
104805
|
}, {
|
|
104725
104806
|
type: "DesignSystem.FigmaNodesRendered";
|
|
104726
|
-
versionId: string;
|
|
104727
104807
|
designSystemId: string;
|
|
104808
|
+
versionId: string;
|
|
104728
104809
|
figmaNodePersistentIds: string[];
|
|
104729
104810
|
}>]>;
|
|
104730
104811
|
type DTOEvent = z.infer<typeof DTOEvent>;
|
|
@@ -106777,4 +106858,4 @@ declare function isValidRedirectPath(path: string): {
|
|
|
106777
106858
|
reason: ValidationErrorReason | undefined;
|
|
106778
106859
|
};
|
|
106779
106860
|
|
|
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 };
|
|
106861
|
+
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 };
|