@@ -113,7 +113,7 @@ type AtlasSearchApi interface {
113
113
DeleteAtlasSearchDeploymentWithParams (ctx context.Context , args * DeleteAtlasSearchDeploymentApiParams ) DeleteAtlasSearchDeploymentApiRequest
114
114
115
115
// Method available only for mocking purposes
116
- DeleteAtlasSearchDeploymentExecute (r DeleteAtlasSearchDeploymentApiRequest ) (map [ string ] interface {}, * http.Response , error )
116
+ DeleteAtlasSearchDeploymentExecute (r DeleteAtlasSearchDeploymentApiRequest ) (interface {}, * http.Response , error )
117
117
118
118
/*
119
119
DeleteAtlasSearchIndex Remove One Atlas Search Index by Id
@@ -138,7 +138,7 @@ type AtlasSearchApi interface {
138
138
DeleteAtlasSearchIndexWithParams (ctx context.Context , args * DeleteAtlasSearchIndexApiParams ) DeleteAtlasSearchIndexApiRequest
139
139
140
140
// Method available only for mocking purposes
141
- DeleteAtlasSearchIndexExecute (r DeleteAtlasSearchIndexApiRequest ) (map [ string ] interface {}, * http.Response , error )
141
+ DeleteAtlasSearchIndexExecute (r DeleteAtlasSearchIndexApiRequest ) (interface {}, * http.Response , error )
142
142
143
143
/*
144
144
DeleteAtlasSearchIndexByName Remove One Atlas Search Index by Name
@@ -165,7 +165,7 @@ type AtlasSearchApi interface {
165
165
DeleteAtlasSearchIndexByNameWithParams (ctx context.Context , args * DeleteAtlasSearchIndexByNameApiParams ) DeleteAtlasSearchIndexByNameApiRequest
166
166
167
167
// Method available only for mocking purposes
168
- DeleteAtlasSearchIndexByNameExecute (r DeleteAtlasSearchIndexByNameApiRequest ) (map [ string ] interface {}, * http.Response , error )
168
+ DeleteAtlasSearchIndexByNameExecute (r DeleteAtlasSearchIndexByNameApiRequest ) (interface {}, * http.Response , error )
169
169
170
170
/*
171
171
DeleteAtlasSearchIndexDeprecated Remove One Atlas Search Index
@@ -194,7 +194,7 @@ type AtlasSearchApi interface {
194
194
DeleteAtlasSearchIndexDeprecatedWithParams (ctx context.Context , args * DeleteAtlasSearchIndexDeprecatedApiParams ) DeleteAtlasSearchIndexDeprecatedApiRequest
195
195
196
196
// Method available only for mocking purposes
197
- DeleteAtlasSearchIndexDeprecatedExecute (r DeleteAtlasSearchIndexDeprecatedApiRequest ) (map [ string ] interface {}, * http.Response , error )
197
+ DeleteAtlasSearchIndexDeprecatedExecute (r DeleteAtlasSearchIndexDeprecatedApiRequest ) (interface {}, * http.Response , error )
198
198
199
199
/*
200
200
GetAtlasSearchDeployment Return Search Nodes
@@ -897,7 +897,7 @@ func (a *AtlasSearchApiService) DeleteAtlasSearchDeploymentWithParams(ctx contex
897
897
}
898
898
}
899
899
900
- func (r DeleteAtlasSearchDeploymentApiRequest ) Execute () (map [ string ] interface {}, * http.Response , error ) {
900
+ func (r DeleteAtlasSearchDeploymentApiRequest ) Execute () (interface {}, * http.Response , error ) {
901
901
return r .ApiService .DeleteAtlasSearchDeploymentExecute (r )
902
902
}
903
903
@@ -922,13 +922,13 @@ func (a *AtlasSearchApiService) DeleteAtlasSearchDeployment(ctx context.Context,
922
922
923
923
// Execute executes the request
924
924
//
925
- // @return map[string] interface{}
926
- func (a * AtlasSearchApiService ) DeleteAtlasSearchDeploymentExecute (r DeleteAtlasSearchDeploymentApiRequest ) (map [ string ] interface {}, * http.Response , error ) {
925
+ // @return interface{}
926
+ func (a * AtlasSearchApiService ) DeleteAtlasSearchDeploymentExecute (r DeleteAtlasSearchDeploymentApiRequest ) (interface {}, * http.Response , error ) {
927
927
var (
928
928
localVarHTTPMethod = http .MethodDelete
929
929
localVarPostBody interface {}
930
930
formFiles []formFile
931
- localVarReturnValue map [ string ] interface {}
931
+ localVarReturnValue interface {}
932
932
)
933
933
934
934
localBasePath , err := a .client .cfg .ServerURLWithContext (r .ctx , "AtlasSearchApiService.DeleteAtlasSearchDeployment" )
@@ -1017,7 +1017,7 @@ func (a *AtlasSearchApiService) DeleteAtlasSearchIndexWithParams(ctx context.Con
1017
1017
}
1018
1018
}
1019
1019
1020
- func (r DeleteAtlasSearchIndexApiRequest ) Execute () (map [ string ] interface {}, * http.Response , error ) {
1020
+ func (r DeleteAtlasSearchIndexApiRequest ) Execute () (interface {}, * http.Response , error ) {
1021
1021
return r .ApiService .DeleteAtlasSearchIndexExecute (r )
1022
1022
}
1023
1023
@@ -1044,13 +1044,13 @@ func (a *AtlasSearchApiService) DeleteAtlasSearchIndex(ctx context.Context, grou
1044
1044
1045
1045
// Execute executes the request
1046
1046
//
1047
- // @return map[string] interface{}
1048
- func (a * AtlasSearchApiService ) DeleteAtlasSearchIndexExecute (r DeleteAtlasSearchIndexApiRequest ) (map [ string ] interface {}, * http.Response , error ) {
1047
+ // @return interface{}
1048
+ func (a * AtlasSearchApiService ) DeleteAtlasSearchIndexExecute (r DeleteAtlasSearchIndexApiRequest ) (interface {}, * http.Response , error ) {
1049
1049
var (
1050
1050
localVarHTTPMethod = http .MethodDelete
1051
1051
localVarPostBody interface {}
1052
1052
formFiles []formFile
1053
- localVarReturnValue map [ string ] interface {}
1053
+ localVarReturnValue interface {}
1054
1054
)
1055
1055
1056
1056
localBasePath , err := a .client .cfg .ServerURLWithContext (r .ctx , "AtlasSearchApiService.DeleteAtlasSearchIndex" )
@@ -1146,7 +1146,7 @@ func (a *AtlasSearchApiService) DeleteAtlasSearchIndexByNameWithParams(ctx conte
1146
1146
}
1147
1147
}
1148
1148
1149
- func (r DeleteAtlasSearchIndexByNameApiRequest ) Execute () (map [ string ] interface {}, * http.Response , error ) {
1149
+ func (r DeleteAtlasSearchIndexByNameApiRequest ) Execute () (interface {}, * http.Response , error ) {
1150
1150
return r .ApiService .DeleteAtlasSearchIndexByNameExecute (r )
1151
1151
}
1152
1152
@@ -1177,13 +1177,13 @@ func (a *AtlasSearchApiService) DeleteAtlasSearchIndexByName(ctx context.Context
1177
1177
1178
1178
// Execute executes the request
1179
1179
//
1180
- // @return map[string] interface{}
1181
- func (a * AtlasSearchApiService ) DeleteAtlasSearchIndexByNameExecute (r DeleteAtlasSearchIndexByNameApiRequest ) (map [ string ] interface {}, * http.Response , error ) {
1180
+ // @return interface{}
1181
+ func (a * AtlasSearchApiService ) DeleteAtlasSearchIndexByNameExecute (r DeleteAtlasSearchIndexByNameApiRequest ) (interface {}, * http.Response , error ) {
1182
1182
var (
1183
1183
localVarHTTPMethod = http .MethodDelete
1184
1184
localVarPostBody interface {}
1185
1185
formFiles []formFile
1186
- localVarReturnValue map [ string ] interface {}
1186
+ localVarReturnValue interface {}
1187
1187
)
1188
1188
1189
1189
localBasePath , err := a .client .cfg .ServerURLWithContext (r .ctx , "AtlasSearchApiService.DeleteAtlasSearchIndexByName" )
@@ -1275,7 +1275,7 @@ func (a *AtlasSearchApiService) DeleteAtlasSearchIndexDeprecatedWithParams(ctx c
1275
1275
}
1276
1276
}
1277
1277
1278
- func (r DeleteAtlasSearchIndexDeprecatedApiRequest ) Execute () (map [ string ] interface {}, * http.Response , error ) {
1278
+ func (r DeleteAtlasSearchIndexDeprecatedApiRequest ) Execute () (interface {}, * http.Response , error ) {
1279
1279
return r .ApiService .DeleteAtlasSearchIndexDeprecatedExecute (r )
1280
1280
}
1281
1281
@@ -1304,15 +1304,15 @@ func (a *AtlasSearchApiService) DeleteAtlasSearchIndexDeprecated(ctx context.Con
1304
1304
1305
1305
// Execute executes the request
1306
1306
//
1307
- // @return map[string] interface{}
1307
+ // @return interface{}
1308
1308
//
1309
1309
// Deprecated
1310
- func (a * AtlasSearchApiService ) DeleteAtlasSearchIndexDeprecatedExecute (r DeleteAtlasSearchIndexDeprecatedApiRequest ) (map [ string ] interface {}, * http.Response , error ) {
1310
+ func (a * AtlasSearchApiService ) DeleteAtlasSearchIndexDeprecatedExecute (r DeleteAtlasSearchIndexDeprecatedApiRequest ) (interface {}, * http.Response , error ) {
1311
1311
var (
1312
1312
localVarHTTPMethod = http .MethodDelete
1313
1313
localVarPostBody interface {}
1314
1314
formFiles []formFile
1315
- localVarReturnValue map [ string ] interface {}
1315
+ localVarReturnValue interface {}
1316
1316
)
1317
1317
1318
1318
localBasePath , err := a .client .cfg .ServerURLWithContext (r .ctx , "AtlasSearchApiService.DeleteAtlasSearchIndexDeprecated" )
0 commit comments