@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
1 lines • 2 kB
Source Map (JSON)
{"version":3,"sources":["../../../packages/core/rpc/update-theme/rpc-observable-update-theme-client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAC7B,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EACH,6BAA6B,EAC7B,+BAA+B,EAAE,8BAA8B,EAClE,MAAM,qCAAqC,CAAC;AAE7C,qBAAa,8BACT,SAAQ,mBAAmB,CAAC,+BAA+B,EAC3D,8BAA8B,EAAE,6BAA6B,CAAC;IAE9D;;;;OAIG;gBACS,GAAG,EAAE,GAAG;IAIpB;;;;;;OAMG;IACI,WAAW,CAAC,OAAO,EAAE,+BAA+B,EAAE,QAAQ,CAAC,EAAE,WAAW,GAAG,UAAU,CAAC,8BAA8B,CAAC;CAGnI","file":"rpc-observable-update-theme-client.d.ts","sourcesContent":["import { Observable } from 'rxjs';\r\nimport { Rpc } from '../rpc';\r\nimport { RpcObservableClient } from '../rpc-observable-client';\r\nimport { RpcOutbound } from '../rpc-outbound';\r\nimport {\r\n RpcObservableUpdateThemeError, RpcObservableUpdateThemeKey,\r\n RpcObservableUpdateThemeRequest, RpcObservableUpdateThemeResult\r\n} from './rpc-observable-update-theme-model';\r\n\r\nexport class RpcObservableUpdateThemeClient\r\n extends RpcObservableClient<RpcObservableUpdateThemeRequest,\r\n RpcObservableUpdateThemeResult, RpcObservableUpdateThemeError> {\r\n\r\n /**\r\n * Initializes a new instane of RpcObservableUpdateThemeClient class.\r\n *\r\n * @param rpc the rpc object.\r\n */\r\n constructor(rpc: Rpc) {\r\n super(rpc, RpcObservableUpdateThemeKey.command, RpcObservableUpdateThemeKey.version);\r\n }\r\n\r\n /**\r\n * The update theme command.\r\n *\r\n * @param request the Rpc update theme object.\r\n * @param outbound the Rpc outbound channel object.\r\n * @return Observable<RpcObservableUpdateThemeResult> the observable object.\r\n */\r\n public updateTheme(request: RpcObservableUpdateThemeRequest, outbound?: RpcOutbound): Observable<RpcObservableUpdateThemeResult> {\r\n return this.observableCall(request, outbound);\r\n }\r\n}\r\n"]}