File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ export enum TypeNamePrefixGetAbcGetParamsOrderByTypeNameSuffix {
135135export interface TypeNamePrefixGetCdeGetParamsTypeNameSuffix {
136136 /** Tag Ids */
137137 tag_ids ?: string [ ] ;
138- test_pek ?: any ;
138+ SHOULD_NOT_BE_ANY ?: any ;
139139 /**
140140 * Order By
141141 * @default "created_time"
Original file line number Diff line number Diff line change 179179 },
180180 "type" : " object"
181181 },
182- "name" : " test_pek " ,
182+ "name" : " SHOULD_NOT_BE_ANY " ,
183183 "in" : " query"
184184 },
185185 {
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ export enum TypeNamePrefixGetAbcGetParamsOrderByTypeNameSuffix {
135135export interface TypeNamePrefixGetCdeGetParamsTypeNameSuffix {
136136 /** Tag Ids */
137137 tag_ids ?: string [ ] ;
138- test_pek ?: any ;
138+ SHOULD_NOT_BE_ANY ?: any ;
139139 /**
140140 * Order By
141141 * @default "created_time"
You can’t perform that action at this time.
0 commit comments