applicationinsights
Version:
Microsoft Application Insights module for Node.js
1 lines • 2.67 kB
Source Map (JSON)
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../../../src/declarations/generated/models/parameters.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAIU,QAAA,WAAW,GAAuB;IAC3C,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,CAAC;IACzC,MAAM,EAAE;QACJ,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACF,IAAI,EAAE,QAAQ;SACjB;KACJ;CACJ,CAAC;AAEW,QAAA,IAAI,GAAuB;IACpC,aAAa,EAAE,MAAM;IACrB,MAAM,EAAE;QACJ,cAAc,EAAE,MAAM;QACtB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACF,IAAI,EAAE,UAAU;YAChB,OAAO,EAAE;gBACL,IAAI,EAAE;oBACF,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,eAAe;iBAC7B;aACJ;SACJ;KACJ;CACJ,CAAC;AAEW,QAAA,MAAM,GAAuB;IACtC,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE;QACJ,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACF,IAAI,EAAE,QAAQ;SACjB;KACJ;CACJ,CAAC;AAEW,QAAA,IAAI,GAA0B;IACvC,aAAa,EAAE,MAAM;IACrB,MAAM,EAAE;QACJ,cAAc,EAAE,MAAM;QACtB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACF,IAAI,EAAE,QAAQ;SACjB;KACJ;IACD,YAAY,EAAE,IAAI;CACrB,CAAC","sourcesContent":["/*\r\n * Copyright (c) Microsoft Corporation.\r\n * Licensed under the MIT License.\r\n *\r\n * Code generated by Microsoft (R) AutoRest Code Generator.\r\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\r\n */\r\n\r\nimport { OperationParameter, OperationURLParameter } from \"@azure/core-client\";\r\n\r\nexport const contentType: OperationParameter = {\r\n parameterPath: [\"options\", \"contentType\"],\r\n mapper: {\r\n defaultValue: \"application/json\",\r\n isConstant: true,\r\n serializedName: \"Content-Type\",\r\n type: {\r\n name: \"String\",\r\n },\r\n },\r\n};\r\n\r\nexport const body: OperationParameter = {\r\n parameterPath: \"body\",\r\n mapper: {\r\n serializedName: \"body\",\r\n required: true,\r\n type: {\r\n name: \"Sequence\",\r\n element: {\r\n type: {\r\n name: \"Composite\",\r\n className: \"TelemetryItem\",\r\n },\r\n },\r\n },\r\n },\r\n};\r\n\r\nexport const accept: OperationParameter = {\r\n parameterPath: \"accept\",\r\n mapper: {\r\n defaultValue: \"application/json\",\r\n isConstant: true,\r\n serializedName: \"Accept\",\r\n type: {\r\n name: \"String\",\r\n },\r\n },\r\n};\r\n\r\nexport const host: OperationURLParameter = {\r\n parameterPath: \"host\",\r\n mapper: {\r\n serializedName: \"Host\",\r\n required: true,\r\n type: {\r\n name: \"String\",\r\n },\r\n },\r\n skipEncoding: true,\r\n};\r\n"]}