@@ -96,10 +96,11 @@ func (av PreferWriteOnlyAttribute) Validate(ctx context.Context, req PreferWrite
96
96
97
97
func (av PreferWriteOnlyAttribute ) ValidateBool (ctx context.Context , req validator.BoolRequest , resp * validator.BoolResponse ) {
98
98
validateReq := PreferWriteOnlyAttributeRequest {
99
- Config : req .Config ,
100
- ConfigValue : req .ConfigValue ,
101
- Path : req .Path ,
102
- PathExpression : req .PathExpression ,
99
+ Config : req .Config ,
100
+ ConfigValue : req .ConfigValue ,
101
+ Path : req .Path ,
102
+ PathExpression : req .PathExpression ,
103
+ ClientCapabilities : req .ClientCapabilities ,
103
104
}
104
105
validateResp := & PreferWriteOnlyAttributeResponse {}
105
106
@@ -110,10 +111,11 @@ func (av PreferWriteOnlyAttribute) ValidateBool(ctx context.Context, req validat
110
111
111
112
func (av PreferWriteOnlyAttribute ) ValidateDynamic (ctx context.Context , req validator.DynamicRequest , resp * validator.DynamicResponse ) {
112
113
validateReq := PreferWriteOnlyAttributeRequest {
113
- Config : req .Config ,
114
- ConfigValue : req .ConfigValue ,
115
- Path : req .Path ,
116
- PathExpression : req .PathExpression ,
114
+ Config : req .Config ,
115
+ ConfigValue : req .ConfigValue ,
116
+ Path : req .Path ,
117
+ PathExpression : req .PathExpression ,
118
+ ClientCapabilities : req .ClientCapabilities ,
117
119
}
118
120
validateResp := & PreferWriteOnlyAttributeResponse {}
119
121
@@ -124,10 +126,11 @@ func (av PreferWriteOnlyAttribute) ValidateDynamic(ctx context.Context, req vali
124
126
125
127
func (av PreferWriteOnlyAttribute ) ValidateFloat32 (ctx context.Context , req validator.Float32Request , resp * validator.Float32Response ) {
126
128
validateReq := PreferWriteOnlyAttributeRequest {
127
- Config : req .Config ,
128
- ConfigValue : req .ConfigValue ,
129
- Path : req .Path ,
130
- PathExpression : req .PathExpression ,
129
+ Config : req .Config ,
130
+ ConfigValue : req .ConfigValue ,
131
+ Path : req .Path ,
132
+ PathExpression : req .PathExpression ,
133
+ ClientCapabilities : req .ClientCapabilities ,
131
134
}
132
135
validateResp := & PreferWriteOnlyAttributeResponse {}
133
136
@@ -138,10 +141,11 @@ func (av PreferWriteOnlyAttribute) ValidateFloat32(ctx context.Context, req vali
138
141
139
142
func (av PreferWriteOnlyAttribute ) ValidateFloat64 (ctx context.Context , req validator.Float64Request , resp * validator.Float64Response ) {
140
143
validateReq := PreferWriteOnlyAttributeRequest {
141
- Config : req .Config ,
142
- ConfigValue : req .ConfigValue ,
143
- Path : req .Path ,
144
- PathExpression : req .PathExpression ,
144
+ Config : req .Config ,
145
+ ConfigValue : req .ConfigValue ,
146
+ Path : req .Path ,
147
+ PathExpression : req .PathExpression ,
148
+ ClientCapabilities : req .ClientCapabilities ,
145
149
}
146
150
validateResp := & PreferWriteOnlyAttributeResponse {}
147
151
@@ -152,10 +156,11 @@ func (av PreferWriteOnlyAttribute) ValidateFloat64(ctx context.Context, req vali
152
156
153
157
func (av PreferWriteOnlyAttribute ) ValidateInt32 (ctx context.Context , req validator.Int32Request , resp * validator.Int32Response ) {
154
158
validateReq := PreferWriteOnlyAttributeRequest {
155
- Config : req .Config ,
156
- ConfigValue : req .ConfigValue ,
157
- Path : req .Path ,
158
- PathExpression : req .PathExpression ,
159
+ Config : req .Config ,
160
+ ConfigValue : req .ConfigValue ,
161
+ Path : req .Path ,
162
+ PathExpression : req .PathExpression ,
163
+ ClientCapabilities : req .ClientCapabilities ,
159
164
}
160
165
validateResp := & PreferWriteOnlyAttributeResponse {}
161
166
@@ -166,10 +171,11 @@ func (av PreferWriteOnlyAttribute) ValidateInt32(ctx context.Context, req valida
166
171
167
172
func (av PreferWriteOnlyAttribute ) ValidateInt64 (ctx context.Context , req validator.Int64Request , resp * validator.Int64Response ) {
168
173
validateReq := PreferWriteOnlyAttributeRequest {
169
- Config : req .Config ,
170
- ConfigValue : req .ConfigValue ,
171
- Path : req .Path ,
172
- PathExpression : req .PathExpression ,
174
+ Config : req .Config ,
175
+ ConfigValue : req .ConfigValue ,
176
+ Path : req .Path ,
177
+ PathExpression : req .PathExpression ,
178
+ ClientCapabilities : req .ClientCapabilities ,
173
179
}
174
180
validateResp := & PreferWriteOnlyAttributeResponse {}
175
181
@@ -180,10 +186,11 @@ func (av PreferWriteOnlyAttribute) ValidateInt64(ctx context.Context, req valida
180
186
181
187
func (av PreferWriteOnlyAttribute ) ValidateList (ctx context.Context , req validator.ListRequest , resp * validator.ListResponse ) {
182
188
validateReq := PreferWriteOnlyAttributeRequest {
183
- Config : req .Config ,
184
- ConfigValue : req .ConfigValue ,
185
- Path : req .Path ,
186
- PathExpression : req .PathExpression ,
189
+ Config : req .Config ,
190
+ ConfigValue : req .ConfigValue ,
191
+ Path : req .Path ,
192
+ PathExpression : req .PathExpression ,
193
+ ClientCapabilities : req .ClientCapabilities ,
187
194
}
188
195
validateResp := & PreferWriteOnlyAttributeResponse {}
189
196
@@ -194,10 +201,11 @@ func (av PreferWriteOnlyAttribute) ValidateList(ctx context.Context, req validat
194
201
195
202
func (av PreferWriteOnlyAttribute ) ValidateMap (ctx context.Context , req validator.MapRequest , resp * validator.MapResponse ) {
196
203
validateReq := PreferWriteOnlyAttributeRequest {
197
- Config : req .Config ,
198
- ConfigValue : req .ConfigValue ,
199
- Path : req .Path ,
200
- PathExpression : req .PathExpression ,
204
+ Config : req .Config ,
205
+ ConfigValue : req .ConfigValue ,
206
+ Path : req .Path ,
207
+ PathExpression : req .PathExpression ,
208
+ ClientCapabilities : req .ClientCapabilities ,
201
209
}
202
210
validateResp := & PreferWriteOnlyAttributeResponse {}
203
211
@@ -208,10 +216,11 @@ func (av PreferWriteOnlyAttribute) ValidateMap(ctx context.Context, req validato
208
216
209
217
func (av PreferWriteOnlyAttribute ) ValidateNumber (ctx context.Context , req validator.NumberRequest , resp * validator.NumberResponse ) {
210
218
validateReq := PreferWriteOnlyAttributeRequest {
211
- Config : req .Config ,
212
- ConfigValue : req .ConfigValue ,
213
- Path : req .Path ,
214
- PathExpression : req .PathExpression ,
219
+ Config : req .Config ,
220
+ ConfigValue : req .ConfigValue ,
221
+ Path : req .Path ,
222
+ PathExpression : req .PathExpression ,
223
+ ClientCapabilities : req .ClientCapabilities ,
215
224
}
216
225
validateResp := & PreferWriteOnlyAttributeResponse {}
217
226
@@ -222,10 +231,11 @@ func (av PreferWriteOnlyAttribute) ValidateNumber(ctx context.Context, req valid
222
231
223
232
func (av PreferWriteOnlyAttribute ) ValidateObject (ctx context.Context , req validator.ObjectRequest , resp * validator.ObjectResponse ) {
224
233
validateReq := PreferWriteOnlyAttributeRequest {
225
- Config : req .Config ,
226
- ConfigValue : req .ConfigValue ,
227
- Path : req .Path ,
228
- PathExpression : req .PathExpression ,
234
+ Config : req .Config ,
235
+ ConfigValue : req .ConfigValue ,
236
+ Path : req .Path ,
237
+ PathExpression : req .PathExpression ,
238
+ ClientCapabilities : req .ClientCapabilities ,
229
239
}
230
240
validateResp := & PreferWriteOnlyAttributeResponse {}
231
241
@@ -236,10 +246,11 @@ func (av PreferWriteOnlyAttribute) ValidateObject(ctx context.Context, req valid
236
246
237
247
func (av PreferWriteOnlyAttribute ) ValidateString (ctx context.Context , req validator.StringRequest , resp * validator.StringResponse ) {
238
248
validateReq := PreferWriteOnlyAttributeRequest {
239
- Config : req .Config ,
240
- ConfigValue : req .ConfigValue ,
241
- Path : req .Path ,
242
- PathExpression : req .PathExpression ,
249
+ Config : req .Config ,
250
+ ConfigValue : req .ConfigValue ,
251
+ Path : req .Path ,
252
+ PathExpression : req .PathExpression ,
253
+ ClientCapabilities : req .ClientCapabilities ,
243
254
}
244
255
validateResp := & PreferWriteOnlyAttributeResponse {}
245
256
0 commit comments