File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ export type ActionTypeSecrets = Record<string, unknown>;
3131export type ActionTypeParams = Record < string , unknown > ;
3232
3333export interface Services {
34+ /**
35+ * @deprecated Use `scopedClusterClient` instead.
36+ */
3437 callCluster : ILegacyScopedClusterClient [ 'callAsCurrentUser' ] ;
3538 savedObjectsClient : SavedObjectsClientContract ;
3639 scopedClusterClient : ElasticsearchClient ;
Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ declare module 'src/core/server' {
4747}
4848
4949export interface Services {
50+ /**
51+ * @deprecated Use `scopedClusterClient` instead.
52+ */
5053 callCluster : ILegacyScopedClusterClient [ 'callAsCurrentUser' ] ;
5154 savedObjectsClient : SavedObjectsClientContract ;
5255 scopedClusterClient : ElasticsearchClient ;
You can’t perform that action at this time.
0 commit comments