{"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;IAIvD,OAAc,iBAAiB,EAAE,MAAM,CAA0B;IAGjE,OAAc,6BAA6B,EAAE,MAAM,CAA2C;CACjG","file":"HeaderNames.d.ts","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT license.\r\n\r\nexport class HeaderNames {\r\n    public static AuthKey: string = \"Ocp-Apim-Subscription-Key\";\r\n    public static Authorization: string = \"Authorization\";\r\n    public static SpIDAuthKey: string = \"Apim-Subscription-Id\";\r\n    public static ConnectionId: string = \"X-ConnectionId\";\r\n    public static ContentType: string = \"Content-Type\";\r\n    public static CustomCommandsAppId: string = \"X-CommandsAppId\";\r\n    public static Path: string = \"Path\";\r\n    public static RequestId: string = \"X-RequestId\";\r\n    public static RequestStreamId: string = \"X-StreamId\";\r\n    public static RequestTimestamp: string = \"X-Timestamp\";\r\n\r\n    // Reliable reconnect protocol (service-originated) headers. The service tag is not a\r\n    // header; it arrives in the turn.start body under \"$.context.serviceTag\".\r\n    public static ContinuationToken: string = \"X-Continuation-Token\";\r\n    // Resume offset for the single audio stream (id \"1\"); the stream's position otherwise\r\n    // rides on X-Continuation-Token, so there is no per-primary-stream offset header.\r\n    public static ContinuationAudioStreamOffset: string = \"X-Continuation-Audio-Streams-1-Offset\";\r\n}\r\n"]}