{"version":3,"sources":["src/common.speech/HeaderNames.ts"],"names":[],"mappings":"AAGA,qBAAa,WAAW;IACpB,OAAc,OAAO,EAAE,MAAM,CAA+B;IAC5D,OAAc,aAAa,EAAE,MAAM,CAAmB;IACtD,OAAc,WAAW,EAAE,MAAM,CAA0B;IAC3D,OAAc,YAAY,EAAE,MAAM,CAAoB;IACtD,OAAc,WAAW,EAAE,MAAM,CAAkB;IACnD,OAAc,mBAAmB,EAAE,MAAM,CAAqB;IAC9D,OAAc,IAAI,EAAE,MAAM,CAAU;IACpC,OAAc,SAAS,EAAE,MAAM,CAAiB;IAChD,OAAc,eAAe,EAAE,MAAM,CAAgB;IACrD,OAAc,gBAAgB,EAAE,MAAM,CAAiB;CAC1D","file":"HeaderNames.d.ts","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT license.\n\nexport class HeaderNames {\n    public static AuthKey: string = \"Ocp-Apim-Subscription-Key\";\n    public static Authorization: string = \"Authorization\";\n    public static SpIDAuthKey: string = \"Apim-Subscription-Id\";\n    public static ConnectionId: string = \"X-ConnectionId\";\n    public static ContentType: string = \"Content-Type\";\n    public static CustomCommandsAppId: string = \"X-CommandsAppId\";\n    public static Path: string = \"Path\";\n    public static RequestId: string = \"X-RequestId\";\n    public static RequestStreamId: string = \"X-StreamId\";\n    public static RequestTimestamp: string = \"X-Timestamp\";\n}\n"]}