@azure/arm-resourcegraph 4.0.0 → 5.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (150) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +70 -70
  4. package/dist/index.js +933 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/samples-dev/accessAPropertiesField.d.ts +2 -0
  9. package/dist-esm/samples-dev/accessAPropertiesField.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/accessAPropertiesField.js +32 -0
  11. package/dist-esm/samples-dev/accessAPropertiesField.js.map +1 -0
  12. package/dist-esm/samples-dev/basicManagementGroupQuery.d.ts +2 -0
  13. package/dist-esm/samples-dev/basicManagementGroupQuery.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/basicManagementGroupQuery.js +32 -0
  15. package/dist-esm/samples-dev/basicManagementGroupQuery.js.map +1 -0
  16. package/dist-esm/samples-dev/basicQuery.d.ts +2 -0
  17. package/dist-esm/samples-dev/basicQuery.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/basicQuery.js +32 -0
  19. package/dist-esm/samples-dev/basicQuery.js.map +1 -0
  20. package/dist-esm/samples-dev/basicTenantQuery.d.ts +2 -0
  21. package/dist-esm/samples-dev/basicTenantQuery.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/basicTenantQuery.js +31 -0
  23. package/dist-esm/samples-dev/basicTenantQuery.js.map +1 -0
  24. package/dist-esm/samples-dev/complexQuery.d.ts +2 -0
  25. package/dist-esm/samples-dev/complexQuery.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/complexQuery.js +32 -0
  27. package/dist-esm/samples-dev/complexQuery.js.map +1 -0
  28. package/dist-esm/samples-dev/filterResources.d.ts +2 -0
  29. package/dist-esm/samples-dev/filterResources.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/filterResources.js +32 -0
  31. package/dist-esm/samples-dev/filterResources.js.map +1 -0
  32. package/dist-esm/samples-dev/firstPageQuery.d.ts +2 -0
  33. package/dist-esm/samples-dev/firstPageQuery.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/firstPageQuery.js +33 -0
  35. package/dist-esm/samples-dev/firstPageQuery.js.map +1 -0
  36. package/dist-esm/samples-dev/nextPageQuery.d.ts +2 -0
  37. package/dist-esm/samples-dev/nextPageQuery.d.ts.map +1 -0
  38. package/dist-esm/samples-dev/nextPageQuery.js +35 -0
  39. package/dist-esm/samples-dev/nextPageQuery.js.map +1 -0
  40. package/dist-esm/samples-dev/operationsList.d.ts +2 -0
  41. package/dist-esm/samples-dev/operationsList.d.ts.map +1 -0
  42. package/dist-esm/samples-dev/operationsList.js +42 -0
  43. package/dist-esm/samples-dev/operationsList.js.map +1 -0
  44. package/dist-esm/samples-dev/queryWithAFacetRequest.d.ts +2 -0
  45. package/dist-esm/samples-dev/queryWithAFacetRequest.d.ts.map +1 -0
  46. package/dist-esm/samples-dev/queryWithAFacetRequest.js +51 -0
  47. package/dist-esm/samples-dev/queryWithAFacetRequest.js.map +1 -0
  48. package/dist-esm/samples-dev/randomPageQuery.d.ts +2 -0
  49. package/dist-esm/samples-dev/randomPageQuery.d.ts.map +1 -0
  50. package/dist-esm/samples-dev/randomPageQuery.js +33 -0
  51. package/dist-esm/samples-dev/randomPageQuery.js.map +1 -0
  52. package/dist-esm/samples-dev/resourceHistoryManagementGroupScopeQuery.d.ts +2 -0
  53. package/dist-esm/samples-dev/resourceHistoryManagementGroupScopeQuery.d.ts.map +1 -0
  54. package/dist-esm/samples-dev/resourceHistoryManagementGroupScopeQuery.js +38 -0
  55. package/dist-esm/samples-dev/resourceHistoryManagementGroupScopeQuery.js.map +1 -0
  56. package/dist-esm/samples-dev/resourceHistoryQuery.d.ts +2 -0
  57. package/dist-esm/samples-dev/resourceHistoryQuery.d.ts.map +1 -0
  58. package/dist-esm/samples-dev/resourceHistoryQuery.js +38 -0
  59. package/dist-esm/samples-dev/resourceHistoryQuery.js.map +1 -0
  60. package/dist-esm/samples-dev/summarizeResourcesByLocation.d.ts +2 -0
  61. package/dist-esm/samples-dev/summarizeResourcesByLocation.d.ts.map +1 -0
  62. package/dist-esm/samples-dev/summarizeResourcesByLocation.js +32 -0
  63. package/dist-esm/samples-dev/summarizeResourcesByLocation.js.map +1 -0
  64. package/dist-esm/src/index.d.ts +5 -0
  65. package/dist-esm/src/index.d.ts.map +1 -0
  66. package/dist-esm/src/index.js +12 -0
  67. package/dist-esm/src/index.js.map +1 -0
  68. package/dist-esm/src/models/index.d.ts +216 -0
  69. package/dist-esm/src/models/index.d.ts.map +1 -0
  70. package/{src/models/operationsMappers.ts → dist-esm/src/models/index.js} +2 -10
  71. package/dist-esm/src/models/index.js.map +1 -0
  72. package/dist-esm/src/models/mappers.d.ts +26 -0
  73. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  74. package/{esm → dist-esm/src}/models/mappers.js +353 -267
  75. package/dist-esm/src/models/mappers.js.map +1 -0
  76. package/dist-esm/src/models/parameters.d.ts +8 -0
  77. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  78. package/dist-esm/src/models/parameters.js +61 -0
  79. package/dist-esm/src/models/parameters.js.map +1 -0
  80. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  81. package/dist-esm/src/operations/index.d.ts.map +1 -0
  82. package/{esm → dist-esm/src}/operations/index.js +1 -2
  83. package/dist-esm/src/operations/index.js.map +1 -0
  84. package/dist-esm/src/operations/operations.d.ts +26 -0
  85. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  86. package/dist-esm/src/operations/operations.js +90 -0
  87. package/dist-esm/src/operations/operations.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/index.d.ts +2 -0
  89. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  90. package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/index.js} +2 -2
  91. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  93. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  95. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  96. package/dist-esm/src/resourceGraphClient.d.ts +28 -0
  97. package/dist-esm/src/resourceGraphClient.d.ts.map +1 -0
  98. package/dist-esm/src/resourceGraphClient.js +103 -0
  99. package/dist-esm/src/resourceGraphClient.js.map +1 -0
  100. package/dist-esm/test/sampleTest.d.ts +2 -0
  101. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  102. package/dist-esm/test/sampleTest.js +40 -0
  103. package/dist-esm/test/sampleTest.js.map +1 -0
  104. package/package.json +75 -32
  105. package/review/arm-resourcegraph.api.md +214 -0
  106. package/rollup.config.js +181 -30
  107. package/src/index.ts +12 -0
  108. package/src/models/index.ts +192 -341
  109. package/src/models/mappers.ts +353 -265
  110. package/src/models/parameters.ts +53 -9
  111. package/src/operations/index.ts +1 -2
  112. package/src/operations/operations.ts +64 -39
  113. package/{esm/models/index.js → src/operationsInterfaces/index.ts} +2 -1
  114. package/src/operationsInterfaces/operations.ts +22 -0
  115. package/src/resourceGraphClient.ts +111 -59
  116. package/tsconfig.json +5 -4
  117. package/types/arm-resourcegraph.d.ts +284 -0
  118. package/types/tsdoc-metadata.json +11 -0
  119. package/dist/arm-resourcegraph.js +0 -860
  120. package/dist/arm-resourcegraph.js.map +0 -1
  121. package/dist/arm-resourcegraph.min.js +0 -1
  122. package/dist/arm-resourcegraph.min.js.map +0 -1
  123. package/esm/models/index.d.ts +0 -375
  124. package/esm/models/index.d.ts.map +0 -1
  125. package/esm/models/index.js.map +0 -1
  126. package/esm/models/mappers.d.ts +0 -25
  127. package/esm/models/mappers.d.ts.map +0 -1
  128. package/esm/models/mappers.js.map +0 -1
  129. package/esm/models/operationsMappers.d.ts +0 -2
  130. package/esm/models/operationsMappers.d.ts.map +0 -1
  131. package/esm/models/operationsMappers.js.map +0 -1
  132. package/esm/models/parameters.d.ts +0 -4
  133. package/esm/models/parameters.d.ts.map +0 -1
  134. package/esm/models/parameters.js +0 -29
  135. package/esm/models/parameters.js.map +0 -1
  136. package/esm/operations/index.d.ts.map +0 -1
  137. package/esm/operations/index.js.map +0 -1
  138. package/esm/operations/operations.d.ts +0 -28
  139. package/esm/operations/operations.d.ts.map +0 -1
  140. package/esm/operations/operations.js +0 -50
  141. package/esm/operations/operations.js.map +0 -1
  142. package/esm/resourceGraphClient.d.ts +0 -35
  143. package/esm/resourceGraphClient.d.ts.map +0 -1
  144. package/esm/resourceGraphClient.js +0 -63
  145. package/esm/resourceGraphClient.js.map +0 -1
  146. package/esm/resourceGraphClientContext.d.ts +0 -14
  147. package/esm/resourceGraphClientContext.d.ts.map +0 -1
  148. package/esm/resourceGraphClientContext.js +0 -50
  149. package/esm/resourceGraphClientContext.js.map +0 -1
  150. package/src/resourceGraphClientContext.ts +0 -55
@@ -1 +0,0 @@
1
- {"version":3,"file":"arm-resourcegraph.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/parameters.ts","../src/models/operationsMappers.ts","../src/operations/operations.ts","../src/resourceGraphClientContext.ts","../src/resourceGraphClient.ts"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { BaseResource, CloudError, AzureServiceClientOptions } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport { BaseResource, CloudError };\n\n/**\n * The options for query evaluation\n */\nexport interface QueryRequestOptions {\n /**\n * Continuation token for pagination, capturing the next page size and offset, as well as the\n * context of the query.\n */\n skipToken?: string;\n /**\n * The maximum number of rows that the query should return. Overrides the page size when\n * ```$skipToken``` property is present.\n */\n top?: number;\n /**\n * The number of rows to skip from the beginning of the results. Overrides the next page offset\n * when ```$skipToken``` property is present.\n */\n skip?: number;\n /**\n * Defines in which format query result returned. Possible values include: 'table',\n * 'objectArray'. Default value: 'objectArray'.\n */\n resultFormat?: ResultFormat;\n /**\n * Only applicable for tenant and management group level queries to decide whether to allow\n * partial scopes for result in case the number of subscriptions exceed allowed limits. Default\n * value: false.\n */\n allowPartialScopes?: boolean;\n}\n\n/**\n * The options for facet evaluation\n */\nexport interface FacetRequestOptions {\n /**\n * The column name or query expression to sort on. Defaults to count if not present.\n */\n sortBy?: string;\n /**\n * The sorting order by the selected column (count by default). Possible values include: 'asc',\n * 'desc'. Default value: 'desc'.\n */\n sortOrder?: FacetSortOrder;\n /**\n * Specifies the filter condition for the 'where' clause which will be run on main query's\n * result, just before the actual faceting.\n */\n filter?: string;\n /**\n * The maximum number of facet rows that should be returned.\n */\n top?: number;\n}\n\n/**\n * A request to compute additional statistics (facets) over the query results.\n */\nexport interface FacetRequest {\n /**\n * The column or list of columns to summarize by\n */\n expression: string;\n /**\n * The options for facet evaluation\n */\n options?: FacetRequestOptions;\n}\n\n/**\n * Describes a query to be executed.\n */\nexport interface QueryRequest {\n /**\n * Azure subscriptions against which to execute the query.\n */\n subscriptions?: string[];\n /**\n * Azure management groups against which to execute the query. Example: [ 'mg1', 'mg2' ]\n */\n managementGroups?: string[];\n /**\n * The resources query.\n */\n query: string;\n /**\n * The query evaluation options\n */\n options?: QueryRequestOptions;\n /**\n * An array of facet requests to be computed against the query result.\n */\n facets?: FacetRequest[];\n}\n\n/**\n * Contains the possible cases for Facet.\n */\nexport type FacetUnion = Facet | FacetResult | FacetError;\n\n/**\n * A facet containing additional statistics on the response of a query. Can be either FacetResult\n * or FacetError.\n */\nexport interface Facet {\n /**\n * Polymorphic Discriminator\n */\n resultType: \"Facet\";\n /**\n * Facet expression, same as in the corresponding facet request.\n */\n expression: string;\n}\n\n/**\n * Query result.\n */\nexport interface QueryResponse {\n /**\n * Number of total records matching the query.\n */\n totalRecords: number;\n /**\n * Number of records returned in the current response. In the case of paging, this is the number\n * of records in the current page.\n */\n count: number;\n /**\n * Indicates whether the query results are truncated. Possible values include: 'true', 'false'\n */\n resultTruncated: ResultTruncated;\n /**\n * When present, the value can be passed to a subsequent query call (together with the same query\n * and scopes used in the current request) to retrieve the next page of data.\n */\n skipToken?: string;\n /**\n * Query output in JObject array or Table format.\n */\n data: any;\n /**\n * Query facets.\n */\n facets?: FacetUnion[];\n}\n\n/**\n * Query result column descriptor.\n */\nexport interface Column {\n /**\n * Column name.\n */\n name: string;\n /**\n * Column data type. Possible values include: 'string', 'integer', 'number', 'boolean', 'object'\n */\n type: ColumnDataType;\n}\n\n/**\n * Query output in tabular format.\n */\nexport interface Table {\n /**\n * Query result column descriptors.\n */\n columns: Column[];\n /**\n * Query result rows.\n */\n rows: any[][];\n}\n\n/**\n * Successfully executed facet containing additional statistics on the response of a query.\n */\nexport interface FacetResult {\n /**\n * Polymorphic Discriminator\n */\n resultType: \"FacetResult\";\n /**\n * Facet expression, same as in the corresponding facet request.\n */\n expression: string;\n /**\n * Number of total records in the facet results.\n */\n totalRecords: number;\n /**\n * Number of records returned in the facet response.\n */\n count: number;\n /**\n * A JObject array or Table containing the desired facets. Only present if the facet is valid.\n */\n data: any;\n}\n\n/**\n * An interface representing ErrorDetails.\n * @summary Error details.\n */\nexport interface ErrorDetails {\n /**\n * Error code identifying the specific error.\n */\n code: string;\n /**\n * A human readable error message.\n */\n message: string;\n /**\n * Describes unknown properties. The value of an unknown property can be of \"any\" type.\n */\n [property: string]: any;\n}\n\n/**\n * A facet whose execution resulted in an error.\n */\nexport interface FacetError {\n /**\n * Polymorphic Discriminator\n */\n resultType: \"FacetError\";\n /**\n * Facet expression, same as in the corresponding facet request.\n */\n expression: string;\n /**\n * An array containing detected facet errors with details.\n */\n errors: ErrorDetails[];\n}\n\n/**\n * Error details.\n * @summary Error info.\n */\nexport interface ErrorModel {\n /**\n * Error code identifying the specific error.\n */\n code: string;\n /**\n * A human readable error message.\n */\n message: string;\n /**\n * Error details\n */\n details?: ErrorDetails[];\n}\n\n/**\n * An error response from the API.\n * @summary Error response.\n */\nexport interface ErrorResponse {\n /**\n * Error information.\n */\n error: ErrorModel;\n}\n\n/**\n * Display metadata associated with the operation.\n */\nexport interface OperationDisplay {\n /**\n * Service provider: Microsoft Resource Graph.\n */\n provider?: string;\n /**\n * Resource on which the operation is performed etc.\n */\n resource?: string;\n /**\n * Type of operation: get, read, delete, etc.\n */\n operation?: string;\n /**\n * Description for the operation.\n */\n description?: string;\n}\n\n/**\n * Resource Graph REST API operation definition.\n */\nexport interface Operation {\n /**\n * Operation name: {provider}/{resource}/{operation}\n */\n name?: string;\n /**\n * Display metadata associated with the operation.\n */\n display?: OperationDisplay;\n /**\n * The origin of operations.\n */\n origin?: string;\n}\n\n/**\n * An interface representing ResourceGraphClientOptions.\n */\nexport interface ResourceGraphClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * Result of the request to list Resource Graph operations. It contains a list of operations and a\n * URL link to get the next set of results.\n * @extends Array<Operation>\n */\nexport interface OperationListResult extends Array<Operation> {\n}\n\n/**\n * Defines values for ResultFormat.\n * Possible values include: 'table', 'objectArray'\n * @readonly\n * @enum {string}\n */\nexport type ResultFormat = 'table' | 'objectArray';\n\n/**\n * Defines values for FacetSortOrder.\n * Possible values include: 'asc', 'desc'\n * @readonly\n * @enum {string}\n */\nexport type FacetSortOrder = 'asc' | 'desc';\n\n/**\n * Defines values for ResultTruncated.\n * Possible values include: 'true', 'false'\n * @readonly\n * @enum {string}\n */\nexport type ResultTruncated = 'true' | 'false';\n\n/**\n * Defines values for ColumnDataType.\n * Possible values include: 'string', 'integer', 'number', 'boolean', 'object'\n * @readonly\n * @enum {string}\n */\nexport type ColumnDataType = 'string' | 'integer' | 'number' | 'boolean' | 'object';\n\n/**\n * Contains response data for the resources operation.\n */\nexport type ResourcesResponse = QueryResponse & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: QueryResponse;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type OperationsListResponse = OperationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationListResult;\n };\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { CloudErrorMapper, BaseResourceMapper } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const CloudError = CloudErrorMapper;\nexport const BaseResource = BaseResourceMapper;\n\nexport const QueryRequestOptions: msRest.CompositeMapper = {\n serializedName: \"QueryRequestOptions\",\n type: {\n name: \"Composite\",\n className: \"QueryRequestOptions\",\n modelProperties: {\n skipToken: {\n serializedName: \"$skipToken\",\n type: {\n name: \"String\"\n }\n },\n top: {\n serializedName: \"$top\",\n constraints: {\n InclusiveMaximum: 1000,\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n skip: {\n serializedName: \"$skip\",\n constraints: {\n InclusiveMinimum: 0\n },\n type: {\n name: \"Number\"\n }\n },\n resultFormat: {\n serializedName: \"resultFormat\",\n defaultValue: 'objectArray',\n type: {\n name: \"Enum\",\n allowedValues: [\n \"table\",\n \"objectArray\"\n ]\n }\n },\n allowPartialScopes: {\n serializedName: \"allowPartialScopes\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const FacetRequestOptions: msRest.CompositeMapper = {\n serializedName: \"FacetRequestOptions\",\n type: {\n name: \"Composite\",\n className: \"FacetRequestOptions\",\n modelProperties: {\n sortBy: {\n serializedName: \"sortBy\",\n type: {\n name: \"String\"\n }\n },\n sortOrder: {\n serializedName: \"sortOrder\",\n defaultValue: 'desc',\n type: {\n name: \"Enum\",\n allowedValues: [\n \"asc\",\n \"desc\"\n ]\n }\n },\n filter: {\n serializedName: \"filter\",\n type: {\n name: \"String\"\n }\n },\n top: {\n serializedName: \"$top\",\n constraints: {\n InclusiveMaximum: 1000,\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const FacetRequest: msRest.CompositeMapper = {\n serializedName: \"FacetRequest\",\n type: {\n name: \"Composite\",\n className: \"FacetRequest\",\n modelProperties: {\n expression: {\n required: true,\n serializedName: \"expression\",\n type: {\n name: \"String\"\n }\n },\n options: {\n serializedName: \"options\",\n type: {\n name: \"Composite\",\n className: \"FacetRequestOptions\"\n }\n }\n }\n }\n};\n\nexport const QueryRequest: msRest.CompositeMapper = {\n serializedName: \"QueryRequest\",\n type: {\n name: \"Composite\",\n className: \"QueryRequest\",\n modelProperties: {\n subscriptions: {\n serializedName: \"subscriptions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n managementGroups: {\n serializedName: \"managementGroups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n query: {\n required: true,\n serializedName: \"query\",\n type: {\n name: \"String\"\n }\n },\n options: {\n serializedName: \"options\",\n type: {\n name: \"Composite\",\n className: \"QueryRequestOptions\"\n }\n },\n facets: {\n serializedName: \"facets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FacetRequest\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Facet: msRest.CompositeMapper = {\n serializedName: \"Facet\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\"\n },\n uberParent: \"Facet\",\n className: \"Facet\",\n modelProperties: {\n expression: {\n required: true,\n serializedName: \"expression\",\n type: {\n name: \"String\"\n }\n },\n resultType: {\n required: true,\n serializedName: \"resultType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const QueryResponse: msRest.CompositeMapper = {\n serializedName: \"QueryResponse\",\n type: {\n name: \"Composite\",\n className: \"QueryResponse\",\n modelProperties: {\n totalRecords: {\n required: true,\n serializedName: \"totalRecords\",\n type: {\n name: \"Number\"\n }\n },\n count: {\n required: true,\n serializedName: \"count\",\n type: {\n name: \"Number\"\n }\n },\n resultTruncated: {\n required: true,\n serializedName: \"resultTruncated\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"true\",\n \"false\"\n ]\n }\n },\n skipToken: {\n serializedName: \"$skipToken\",\n type: {\n name: \"String\"\n }\n },\n data: {\n required: true,\n serializedName: \"data\",\n type: {\n name: \"Object\"\n }\n },\n facets: {\n serializedName: \"facets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Facet\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Column: msRest.CompositeMapper = {\n serializedName: \"Column\",\n type: {\n name: \"Composite\",\n className: \"Column\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"string\",\n \"integer\",\n \"number\",\n \"boolean\",\n \"object\"\n ]\n }\n }\n }\n }\n};\n\nexport const Table: msRest.CompositeMapper = {\n serializedName: \"Table\",\n type: {\n name: \"Composite\",\n className: \"Table\",\n modelProperties: {\n columns: {\n required: true,\n serializedName: \"columns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Column\"\n }\n }\n }\n },\n rows: {\n required: true,\n serializedName: \"rows\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Object\"\n }\n }\n }\n }\n }\n }\n }\n }\n};\n\nexport const FacetResult: msRest.CompositeMapper = {\n serializedName: \"FacetResult\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: Facet.type.polymorphicDiscriminator,\n uberParent: \"Facet\",\n className: \"FacetResult\",\n modelProperties: {\n ...Facet.type.modelProperties,\n totalRecords: {\n required: true,\n serializedName: \"totalRecords\",\n type: {\n name: \"Number\"\n }\n },\n count: {\n required: true,\n serializedName: \"count\",\n type: {\n name: \"Number\"\n }\n },\n data: {\n required: true,\n serializedName: \"data\",\n type: {\n name: \"Object\"\n }\n }\n }\n }\n};\n\nexport const ErrorDetails: msRest.CompositeMapper = {\n serializedName: \"ErrorDetails\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetails\",\n modelProperties: {\n code: {\n required: true,\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n required: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n },\n additionalProperties: {\n type: {\n name: \"Object\"\n }\n }\n }\n};\n\nexport const FacetError: msRest.CompositeMapper = {\n serializedName: \"FacetError\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: Facet.type.polymorphicDiscriminator,\n uberParent: \"Facet\",\n className: \"FacetError\",\n modelProperties: {\n ...Facet.type.modelProperties,\n errors: {\n required: true,\n serializedName: \"errors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetails\",\n additionalProperties: {\n type: {\n name: \"Object\"\n }\n }\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorModel: msRest.CompositeMapper = {\n serializedName: \"Error\",\n type: {\n name: \"Composite\",\n className: \"ErrorModel\",\n modelProperties: {\n code: {\n required: true,\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n required: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetails\",\n additionalProperties: {\n type: {\n name: \"Object\"\n }\n }\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: msRest.CompositeMapper = {\n serializedName: \"ErrorResponse\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n required: true,\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorModel\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: msRest.CompositeMapper = {\n serializedName: \"Operation_display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: msRest.CompositeMapper = {\n serializedName: \"Operation\",\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationListResult: msRest.CompositeMapper = {\n serializedName: \"OperationListResult\",\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const discriminators = {\n 'Facet' : Facet,\n 'Facet.FacetResult' : FacetResult,\n 'Facet.FacetError' : FacetError\n\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const acceptLanguage: msRest.OperationParameter = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: 'en-US',\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n ErrorDetails,\n ErrorModel,\n ErrorResponse,\n Operation,\n OperationDisplay,\n OperationListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ResourceGraphClientContext } from \"../resourceGraphClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: ResourceGraphClientContext;\n\n /**\n * Create a Operations.\n * @param {ResourceGraphClientContext} client Reference to the service client.\n */\n constructor(client: ResourceGraphClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all of the available REST API operations.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.OperationsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.OperationsListResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.ResourceGraph/operations\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as Models from \"./models\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\n\nconst packageName = \"@azure/arm-resourcegraph\";\nconst packageVersion = \"4.0.0\";\n\nexport class ResourceGraphClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials;\n apiVersion?: string;\n\n /**\n * Initializes a new instance of the ResourceGraphClient class.\n * @param credentials Credentials needed for the client to connect to Azure.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials, options?: Models.ResourceGraphClientOptions) {\n if (credentials == undefined) {\n throw new Error('\\'credentials\\' cannot be null.');\n }\n\n if (!options) {\n options = {};\n }\n if (!options.userAgent) {\n const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();\n options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;\n }\n\n super(credentials, options);\n\n this.apiVersion = '2021-03-01';\n this.acceptLanguage = 'en-US';\n this.longRunningOperationRetryTimeout = 30;\n this.baseUri = options.baseUri || this.baseUri || \"https://management.azure.com\";\n this.requestContentType = \"application/json; charset=utf-8\";\n this.credentials = credentials;\n\n if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {\n this.acceptLanguage = options.acceptLanguage;\n }\n if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {\n this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;\n }\n }\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as Parameters from \"./models/parameters\";\nimport * as operations from \"./operations\";\nimport { ResourceGraphClientContext } from \"./resourceGraphClientContext\";\n\n\nclass ResourceGraphClient extends ResourceGraphClientContext {\n // Operation groups\n operations: operations.Operations;\n\n /**\n * Initializes a new instance of the ResourceGraphClient class.\n * @param credentials Credentials needed for the client to connect to Azure.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials, options?: Models.ResourceGraphClientOptions) {\n super(credentials, options);\n this.operations = new operations.Operations(this);\n }\n\n /**\n * Queries the resources managed by Azure Resource Manager for scopes specified in the request.\n * @param query Request specifying query and its options.\n * @param [options] The optional parameters\n * @returns Promise<Models.ResourcesResponse>\n */\n resources(query: Models.QueryRequest, options?: msRest.RequestOptionsBase): Promise<Models.ResourcesResponse>;\n /**\n * @param query Request specifying query and its options.\n * @param callback The callback\n */\n resources(query: Models.QueryRequest, callback: msRest.ServiceCallback<Models.QueryResponse>): void;\n /**\n * @param query Request specifying query and its options.\n * @param options The optional parameters\n * @param callback The callback\n */\n resources(query: Models.QueryRequest, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.QueryResponse>): void;\n resources(query: Models.QueryRequest, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.QueryResponse>, callback?: msRest.ServiceCallback<Models.QueryResponse>): Promise<Models.ResourcesResponse> {\n return this.sendOperationRequest(\n {\n query,\n options\n },\n resourcesOperationSpec,\n callback) as Promise<Models.ResourcesResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst resourcesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"providers/Microsoft.ResourceGraph/resources\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"query\",\n mapper: {\n ...Mappers.QueryRequest,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.QueryResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nexport {\n ResourceGraphClient,\n ResourceGraphClientContext,\n Models as ResourceGraphModels,\n Mappers as ResourceGraphMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Mappers","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.OperationListResult","Mappers.ErrorResponse","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.Operations","serializer","Mappers.QueryRequest","Mappers.QueryResponse"],"mappings":"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"}
@@ -1 +0,0 @@
1
- !function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports,require("@azure/ms-rest-js"),require("@azure/ms-rest-azure-js")):"function"==typeof define&&define.amd?define(["exports","@azure/ms-rest-js","@azure/ms-rest-azure-js"],r):r(((e=e||self).Azure=e.Azure||{},e.Azure.ArmResourcegraph={}),e.msRest,e.msRestAzure)}(this,function(e,r,i){"use strict";var t=function(e,r){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var a in r)r.hasOwnProperty(a)&&(e[a]=r[a])})(e,r)};function a(e,r){function a(){this.constructor=e}t(e,r),e.prototype=null===r?Object.create(r):(a.prototype=r.prototype,new a)}var s=function(){return(s=Object.assign||function(e){for(var r,a=1,t=arguments.length;a<t;a++)for(var i in r=arguments[a])Object.prototype.hasOwnProperty.call(r,i)&&(e[i]=r[i]);return e}).apply(this,arguments)},o=Object.freeze({__proto__:null}),n=i.CloudErrorMapper,m=i.BaseResourceMapper,p={serializedName:"QueryRequest",type:{name:"Composite",className:"QueryRequest",modelProperties:{subscriptions:{serializedName:"subscriptions",type:{name:"Sequence",element:{type:{name:"String"}}}},managementGroups:{serializedName:"managementGroups",type:{name:"Sequence",element:{type:{name:"String"}}}},query:{required:!0,serializedName:"query",type:{name:"String"}},options:{serializedName:"options",type:{name:"Composite",className:"QueryRequestOptions"}},facets:{serializedName:"facets",type:{name:"Sequence",element:{type:{name:"Composite",className:"FacetRequest"}}}}}}},l={serializedName:"Facet",type:{name:"Composite",polymorphicDiscriminator:{serializedName:"resultType",clientName:"resultType"},uberParent:"Facet",className:"Facet",modelProperties:{expression:{required:!0,serializedName:"expression",type:{name:"String"}},resultType:{required:!0,serializedName:"resultType",type:{name:"String"}}}}},u={serializedName:"QueryResponse",type:{name:"Composite",className:"QueryResponse",modelProperties:{totalRecords:{required:!0,serializedName:"totalRecords",type:{name:"Number"}},count:{required:!0,serializedName:"count",type:{name:"Number"}},resultTruncated:{required:!0,serializedName:"resultTruncated",type:{name:"Enum",allowedValues:["true","false"]}},skipToken:{serializedName:"$skipToken",type:{name:"String"}},data:{required:!0,serializedName:"data",type:{name:"Object"}},facets:{serializedName:"facets",type:{name:"Sequence",element:{type:{name:"Composite",className:"Facet"}}}}}}},c={serializedName:"FacetResult",type:{name:"Composite",polymorphicDiscriminator:l.type.polymorphicDiscriminator,uberParent:"Facet",className:"FacetResult",modelProperties:s(s({},l.type.modelProperties),{totalRecords:{required:!0,serializedName:"totalRecords",type:{name:"Number"}},count:{required:!0,serializedName:"count",type:{name:"Number"}},data:{required:!0,serializedName:"data",type:{name:"Object"}}})}},d={serializedName:"ErrorDetails",type:{name:"Composite",className:"ErrorDetails",modelProperties:{code:{required:!0,serializedName:"code",type:{name:"String"}},message:{required:!0,serializedName:"message",type:{name:"String"}}},additionalProperties:{type:{name:"Object"}}}},y={serializedName:"FacetError",type:{name:"Composite",polymorphicDiscriminator:l.type.polymorphicDiscriminator,uberParent:"Facet",className:"FacetError",modelProperties:s(s({},l.type.modelProperties),{errors:{required:!0,serializedName:"errors",type:{name:"Sequence",element:{type:{name:"Composite",className:"ErrorDetails",additionalProperties:{type:{name:"Object"}}}}}}})}},N={serializedName:"Error",type:{name:"Composite",className:"ErrorModel",modelProperties:{code:{required:!0,serializedName:"code",type:{name:"String"}},message:{required:!0,serializedName:"message",type:{name:"String"}},details:{serializedName:"details",type:{name:"Sequence",element:{type:{name:"Composite",className:"ErrorDetails",additionalProperties:{type:{name:"Object"}}}}}}}}},z={serializedName:"ErrorResponse",type:{name:"Composite",className:"ErrorResponse",modelProperties:{error:{required:!0,serializedName:"error",type:{name:"Composite",className:"ErrorModel"}}}}},g={serializedName:"Operation_display",type:{name:"Composite",className:"OperationDisplay",modelProperties:{provider:{serializedName:"provider",type:{name:"String"}},resource:{serializedName:"resource",type:{name:"String"}},operation:{serializedName:"operation",type:{name:"String"}},description:{serializedName:"description",type:{name:"String"}}}}},q={serializedName:"Operation",type:{name:"Composite",className:"Operation",modelProperties:{name:{serializedName:"name",type:{name:"String"}},display:{serializedName:"display",type:{name:"Composite",className:"OperationDisplay"}},origin:{serializedName:"origin",type:{name:"String"}}}}},R={serializedName:"OperationListResult",type:{name:"Composite",className:"OperationListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Operation"}}}}}}},f={Facet:l,"Facet.FacetResult":c,"Facet.FacetError":y},l=Object.freeze({__proto__:null,CloudError:n,BaseResource:m,QueryRequestOptions:{serializedName:"QueryRequestOptions",type:{name:"Composite",className:"QueryRequestOptions",modelProperties:{skipToken:{serializedName:"$skipToken",type:{name:"String"}},top:{serializedName:"$top",constraints:{InclusiveMaximum:1e3,InclusiveMinimum:1},type:{name:"Number"}},skip:{serializedName:"$skip",constraints:{InclusiveMinimum:0},type:{name:"Number"}},resultFormat:{serializedName:"resultFormat",defaultValue:"objectArray",type:{name:"Enum",allowedValues:["table","objectArray"]}},allowPartialScopes:{serializedName:"allowPartialScopes",defaultValue:!1,type:{name:"Boolean"}}}}},FacetRequestOptions:{serializedName:"FacetRequestOptions",type:{name:"Composite",className:"FacetRequestOptions",modelProperties:{sortBy:{serializedName:"sortBy",type:{name:"String"}},sortOrder:{serializedName:"sortOrder",defaultValue:"desc",type:{name:"Enum",allowedValues:["asc","desc"]}},filter:{serializedName:"filter",type:{name:"String"}},top:{serializedName:"$top",constraints:{InclusiveMaximum:1e3,InclusiveMinimum:1},type:{name:"Number"}}}}},FacetRequest:{serializedName:"FacetRequest",type:{name:"Composite",className:"FacetRequest",modelProperties:{expression:{required:!0,serializedName:"expression",type:{name:"String"}},options:{serializedName:"options",type:{name:"Composite",className:"FacetRequestOptions"}}}}},QueryRequest:p,Facet:l,QueryResponse:u,Column:{serializedName:"Column",type:{name:"Composite",className:"Column",modelProperties:{name:{required:!0,serializedName:"name",type:{name:"String"}},type:{required:!0,serializedName:"type",type:{name:"Enum",allowedValues:["string","integer","number","boolean","object"]}}}}},Table:{serializedName:"Table",type:{name:"Composite",className:"Table",modelProperties:{columns:{required:!0,serializedName:"columns",type:{name:"Sequence",element:{type:{name:"Composite",className:"Column"}}}},rows:{required:!0,serializedName:"rows",type:{name:"Sequence",element:{type:{name:"Sequence",element:{type:{name:"Object"}}}}}}}}},FacetResult:c,ErrorDetails:d,FacetError:y,ErrorModel:N,ErrorResponse:z,OperationDisplay:g,Operation:q,OperationListResult:R,discriminators:f}),c={parameterPath:"acceptLanguage",mapper:{serializedName:"accept-language",defaultValue:"en-US",type:{name:"String"}}},y={parameterPath:"apiVersion",mapper:{required:!0,serializedName:"api-version",type:{name:"String"}}},g=Object.freeze({__proto__:null,discriminators:f,ErrorDetails:d,ErrorModel:N,ErrorResponse:z,Operation:q,OperationDisplay:g,OperationListResult:R}),O=(b.prototype.list=function(e,r){return this.client.sendOperationRequest({options:e},S,r)},b);function b(e){this.client=e}var h,S={httpMethod:"GET",path:"providers/Microsoft.ResourceGraph/operations",queryParameters:[y],headerParameters:[c],responses:{200:{bodyMapper:R},default:{bodyMapper:z}},serializer:new r.Serializer(g)},R=(a(P,h=i.AzureServiceClient),P);function P(e,r){var a,t=this;if(null==e)throw new Error("'credentials' cannot be null.");return(r=r||{}).userAgent||(a=i.getDefaultUserAgentValue(),r.userAgent="@azure/arm-resourcegraph/4.0.0 "+a),(t=h.call(this,e,r)||this).apiVersion="2021-03-01",t.acceptLanguage="en-US",t.longRunningOperationRetryTimeout=30,t.baseUri=r.baseUri||t.baseUri||"https://management.azure.com",t.requestContentType="application/json; charset=utf-8",t.credentials=e,null!==r.acceptLanguage&&void 0!==r.acceptLanguage&&(t.acceptLanguage=r.acceptLanguage),null!==r.longRunningOperationRetryTimeout&&void 0!==r.longRunningOperationRetryTimeout&&(t.longRunningOperationRetryTimeout=r.longRunningOperationRetryTimeout),t}var C,g=(a(F,C=R),F.prototype.resources=function(e,r,a){return this.sendOperationRequest({query:e,options:r},E,a)},F);function F(e,r){r=C.call(this,e,r)||this;return r.operations=new O(r),r}var r=new r.Serializer(l),E={httpMethod:"POST",path:"providers/Microsoft.ResourceGraph/resources",queryParameters:[y],headerParameters:[c],requestBody:{parameterPath:"query",mapper:s(s({},p),{required:!0})},responses:{200:{bodyMapper:u},default:{bodyMapper:z}},serializer:r};e.Operations=O,e.ResourceGraphClient=g,e.ResourceGraphClientContext=R,e.ResourceGraphMappers=l,e.ResourceGraphModels=o,Object.defineProperty(e,"__esModule",{value:!0})});
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../node_modules/tslib/tslib.es6.js","../src/models/mappers.ts","../src/models/parameters.ts","../src/operations/operations.ts","../src/resourceGraphClientContext.ts","../src/resourceGraphClient.ts"],"names":["extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__extends","__","this","constructor","prototype","create","__assign","assign","t","s","i","n","arguments","length","call","apply","CloudError","CloudErrorMapper","BaseResource","BaseResourceMapper","QueryRequest","serializedName","type","name","className","modelProperties","subscriptions","element","managementGroups","query","required","options","facets","Facet","polymorphicDiscriminator","clientName","uberParent","expression","resultType","QueryResponse","totalRecords","count","resultTruncated","allowedValues","skipToken","data","FacetResult","ErrorDetails","code","message","additionalProperties","FacetError","errors","ErrorModel","details","ErrorResponse","error","OperationDisplay","provider","resource","operation","description","Operation","display","origin","OperationListResult","value","discriminators","Facet.FacetResult","Facet.FacetError","top","constraints","InclusiveMaximum","InclusiveMinimum","skip","resultFormat","defaultValue","allowPartialScopes","sortBy","sortOrder","filter","columns","rows","acceptLanguage","parameterPath","mapper","apiVersion","Operations","list","callback","client","sendOperationRequest","listOperationSpec","_super","httpMethod","path","queryParameters","Parameters.apiVersion","headerParameters","Parameters.acceptLanguage","responses","200","bodyMapper","Mappers.OperationListResult","default","Mappers.ErrorResponse","serializer","msRest.Serializer","Mappers","ResourceGraphClientContext","msRestAzure.AzureServiceClient","credentials","defaultUserAgent","_this","undefined","Error","userAgent","msRestAzure.getDefaultUserAgentValue","packageName","longRunningOperationRetryTimeout","baseUri","requestContentType","ResourceGraphClient","resources","resourcesOperationSpec","operations","operations.Operations","requestBody","Mappers.QueryRequest","Mappers.QueryResponse","serializer$1"],"mappings":"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"}
@@ -1,375 +0,0 @@
1
- import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
2
- import * as msRest from "@azure/ms-rest-js";
3
- export { BaseResource, CloudError };
4
- /**
5
- * The options for query evaluation
6
- */
7
- export interface QueryRequestOptions {
8
- /**
9
- * Continuation token for pagination, capturing the next page size and offset, as well as the
10
- * context of the query.
11
- */
12
- skipToken?: string;
13
- /**
14
- * The maximum number of rows that the query should return. Overrides the page size when
15
- * ```$skipToken``` property is present.
16
- */
17
- top?: number;
18
- /**
19
- * The number of rows to skip from the beginning of the results. Overrides the next page offset
20
- * when ```$skipToken``` property is present.
21
- */
22
- skip?: number;
23
- /**
24
- * Defines in which format query result returned. Possible values include: 'table',
25
- * 'objectArray'. Default value: 'objectArray'.
26
- */
27
- resultFormat?: ResultFormat;
28
- /**
29
- * Only applicable for tenant and management group level queries to decide whether to allow
30
- * partial scopes for result in case the number of subscriptions exceed allowed limits. Default
31
- * value: false.
32
- */
33
- allowPartialScopes?: boolean;
34
- }
35
- /**
36
- * The options for facet evaluation
37
- */
38
- export interface FacetRequestOptions {
39
- /**
40
- * The column name or query expression to sort on. Defaults to count if not present.
41
- */
42
- sortBy?: string;
43
- /**
44
- * The sorting order by the selected column (count by default). Possible values include: 'asc',
45
- * 'desc'. Default value: 'desc'.
46
- */
47
- sortOrder?: FacetSortOrder;
48
- /**
49
- * Specifies the filter condition for the 'where' clause which will be run on main query's
50
- * result, just before the actual faceting.
51
- */
52
- filter?: string;
53
- /**
54
- * The maximum number of facet rows that should be returned.
55
- */
56
- top?: number;
57
- }
58
- /**
59
- * A request to compute additional statistics (facets) over the query results.
60
- */
61
- export interface FacetRequest {
62
- /**
63
- * The column or list of columns to summarize by
64
- */
65
- expression: string;
66
- /**
67
- * The options for facet evaluation
68
- */
69
- options?: FacetRequestOptions;
70
- }
71
- /**
72
- * Describes a query to be executed.
73
- */
74
- export interface QueryRequest {
75
- /**
76
- * Azure subscriptions against which to execute the query.
77
- */
78
- subscriptions?: string[];
79
- /**
80
- * Azure management groups against which to execute the query. Example: [ 'mg1', 'mg2' ]
81
- */
82
- managementGroups?: string[];
83
- /**
84
- * The resources query.
85
- */
86
- query: string;
87
- /**
88
- * The query evaluation options
89
- */
90
- options?: QueryRequestOptions;
91
- /**
92
- * An array of facet requests to be computed against the query result.
93
- */
94
- facets?: FacetRequest[];
95
- }
96
- /**
97
- * Contains the possible cases for Facet.
98
- */
99
- export declare type FacetUnion = Facet | FacetResult | FacetError;
100
- /**
101
- * A facet containing additional statistics on the response of a query. Can be either FacetResult
102
- * or FacetError.
103
- */
104
- export interface Facet {
105
- /**
106
- * Polymorphic Discriminator
107
- */
108
- resultType: "Facet";
109
- /**
110
- * Facet expression, same as in the corresponding facet request.
111
- */
112
- expression: string;
113
- }
114
- /**
115
- * Query result.
116
- */
117
- export interface QueryResponse {
118
- /**
119
- * Number of total records matching the query.
120
- */
121
- totalRecords: number;
122
- /**
123
- * Number of records returned in the current response. In the case of paging, this is the number
124
- * of records in the current page.
125
- */
126
- count: number;
127
- /**
128
- * Indicates whether the query results are truncated. Possible values include: 'true', 'false'
129
- */
130
- resultTruncated: ResultTruncated;
131
- /**
132
- * When present, the value can be passed to a subsequent query call (together with the same query
133
- * and scopes used in the current request) to retrieve the next page of data.
134
- */
135
- skipToken?: string;
136
- /**
137
- * Query output in JObject array or Table format.
138
- */
139
- data: any;
140
- /**
141
- * Query facets.
142
- */
143
- facets?: FacetUnion[];
144
- }
145
- /**
146
- * Query result column descriptor.
147
- */
148
- export interface Column {
149
- /**
150
- * Column name.
151
- */
152
- name: string;
153
- /**
154
- * Column data type. Possible values include: 'string', 'integer', 'number', 'boolean', 'object'
155
- */
156
- type: ColumnDataType;
157
- }
158
- /**
159
- * Query output in tabular format.
160
- */
161
- export interface Table {
162
- /**
163
- * Query result column descriptors.
164
- */
165
- columns: Column[];
166
- /**
167
- * Query result rows.
168
- */
169
- rows: any[][];
170
- }
171
- /**
172
- * Successfully executed facet containing additional statistics on the response of a query.
173
- */
174
- export interface FacetResult {
175
- /**
176
- * Polymorphic Discriminator
177
- */
178
- resultType: "FacetResult";
179
- /**
180
- * Facet expression, same as in the corresponding facet request.
181
- */
182
- expression: string;
183
- /**
184
- * Number of total records in the facet results.
185
- */
186
- totalRecords: number;
187
- /**
188
- * Number of records returned in the facet response.
189
- */
190
- count: number;
191
- /**
192
- * A JObject array or Table containing the desired facets. Only present if the facet is valid.
193
- */
194
- data: any;
195
- }
196
- /**
197
- * An interface representing ErrorDetails.
198
- * @summary Error details.
199
- */
200
- export interface ErrorDetails {
201
- /**
202
- * Error code identifying the specific error.
203
- */
204
- code: string;
205
- /**
206
- * A human readable error message.
207
- */
208
- message: string;
209
- /**
210
- * Describes unknown properties. The value of an unknown property can be of "any" type.
211
- */
212
- [property: string]: any;
213
- }
214
- /**
215
- * A facet whose execution resulted in an error.
216
- */
217
- export interface FacetError {
218
- /**
219
- * Polymorphic Discriminator
220
- */
221
- resultType: "FacetError";
222
- /**
223
- * Facet expression, same as in the corresponding facet request.
224
- */
225
- expression: string;
226
- /**
227
- * An array containing detected facet errors with details.
228
- */
229
- errors: ErrorDetails[];
230
- }
231
- /**
232
- * Error details.
233
- * @summary Error info.
234
- */
235
- export interface ErrorModel {
236
- /**
237
- * Error code identifying the specific error.
238
- */
239
- code: string;
240
- /**
241
- * A human readable error message.
242
- */
243
- message: string;
244
- /**
245
- * Error details
246
- */
247
- details?: ErrorDetails[];
248
- }
249
- /**
250
- * An error response from the API.
251
- * @summary Error response.
252
- */
253
- export interface ErrorResponse {
254
- /**
255
- * Error information.
256
- */
257
- error: ErrorModel;
258
- }
259
- /**
260
- * Display metadata associated with the operation.
261
- */
262
- export interface OperationDisplay {
263
- /**
264
- * Service provider: Microsoft Resource Graph.
265
- */
266
- provider?: string;
267
- /**
268
- * Resource on which the operation is performed etc.
269
- */
270
- resource?: string;
271
- /**
272
- * Type of operation: get, read, delete, etc.
273
- */
274
- operation?: string;
275
- /**
276
- * Description for the operation.
277
- */
278
- description?: string;
279
- }
280
- /**
281
- * Resource Graph REST API operation definition.
282
- */
283
- export interface Operation {
284
- /**
285
- * Operation name: {provider}/{resource}/{operation}
286
- */
287
- name?: string;
288
- /**
289
- * Display metadata associated with the operation.
290
- */
291
- display?: OperationDisplay;
292
- /**
293
- * The origin of operations.
294
- */
295
- origin?: string;
296
- }
297
- /**
298
- * An interface representing ResourceGraphClientOptions.
299
- */
300
- export interface ResourceGraphClientOptions extends AzureServiceClientOptions {
301
- baseUri?: string;
302
- }
303
- /**
304
- * @interface
305
- * Result of the request to list Resource Graph operations. It contains a list of operations and a
306
- * URL link to get the next set of results.
307
- * @extends Array<Operation>
308
- */
309
- export interface OperationListResult extends Array<Operation> {
310
- }
311
- /**
312
- * Defines values for ResultFormat.
313
- * Possible values include: 'table', 'objectArray'
314
- * @readonly
315
- * @enum {string}
316
- */
317
- export declare type ResultFormat = 'table' | 'objectArray';
318
- /**
319
- * Defines values for FacetSortOrder.
320
- * Possible values include: 'asc', 'desc'
321
- * @readonly
322
- * @enum {string}
323
- */
324
- export declare type FacetSortOrder = 'asc' | 'desc';
325
- /**
326
- * Defines values for ResultTruncated.
327
- * Possible values include: 'true', 'false'
328
- * @readonly
329
- * @enum {string}
330
- */
331
- export declare type ResultTruncated = 'true' | 'false';
332
- /**
333
- * Defines values for ColumnDataType.
334
- * Possible values include: 'string', 'integer', 'number', 'boolean', 'object'
335
- * @readonly
336
- * @enum {string}
337
- */
338
- export declare type ColumnDataType = 'string' | 'integer' | 'number' | 'boolean' | 'object';
339
- /**
340
- * Contains response data for the resources operation.
341
- */
342
- export declare type ResourcesResponse = QueryResponse & {
343
- /**
344
- * The underlying HTTP response.
345
- */
346
- _response: msRest.HttpResponse & {
347
- /**
348
- * The response body as text (string format)
349
- */
350
- bodyAsText: string;
351
- /**
352
- * The response body as parsed JSON or XML
353
- */
354
- parsedBody: QueryResponse;
355
- };
356
- };
357
- /**
358
- * Contains response data for the list operation.
359
- */
360
- export declare type OperationsListResponse = OperationListResult & {
361
- /**
362
- * The underlying HTTP response.
363
- */
364
- _response: msRest.HttpResponse & {
365
- /**
366
- * The response body as text (string format)
367
- */
368
- bodyAsText: string;
369
- /**
370
- * The response body as parsed JSON or XML
371
- */
372
- parsedBody: OperationListResult;
373
- };
374
- };
375
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,yBAAyB,EAAE,MAAM,yBAAyB,CAAC;AAC9F,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,SAAS,CAAC,EAAE,cAAc,CAAC;IAC3B;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,OAAO,CAAC,EAAE,mBAAmB,CAAC;CAC/B;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC5B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,CAAC,EAAE,mBAAmB,CAAC;IAC9B;;OAEG;IACH,MAAM,CAAC,EAAE,YAAY,EAAE,CAAC;CACzB;AAED;;GAEG;AACH,oBAAY,UAAU,GAAG,KAAK,GAAG,WAAW,GAAG,UAAU,CAAC;AAE1D;;;GAGG;AACH,MAAM,WAAW,KAAK;IACpB;;OAEG;IACH,UAAU,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,eAAe,EAAE,eAAe,CAAC;IACjC;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,IAAI,EAAE,GAAG,CAAC;IACV;;OAEG;IACH,MAAM,CAAC,EAAE,UAAU,EAAE,CAAC;CACvB;AAED;;GAEG;AACH,MAAM,WAAW,MAAM;IACrB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,EAAE,cAAc,CAAC;CACtB;AAED;;GAEG;AACH,MAAM,WAAW,KAAK;IACpB;;OAEG;IACH,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,EAAE,GAAG,EAAE,EAAE,CAAC;CACf;AAED;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B;;OAEG;IACH,UAAU,EAAE,aAAa,CAAC;IAC1B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,EAAE,GAAG,CAAC;CACX;AAED;;;GAGG;AACH,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,CAAC,QAAQ,EAAE,MAAM,GAAG,GAAG,CAAC;CACzB;AAED;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,UAAU,EAAE,YAAY,CAAC;IACzB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,MAAM,EAAE,YAAY,EAAE,CAAC;CACxB;AAED;;;GAGG;AACH,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,YAAY,EAAE,CAAC;CAC1B;AAED;;;GAGG;AACH,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,KAAK,EAAE,UAAU,CAAC;CACnB;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,CAAC,EAAE,gBAAgB,CAAC;IAC3B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,MAAM,WAAW,0BAA2B,SAAQ,yBAAyB;IAC3E,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;;;;GAKG;AACH,MAAM,WAAW,mBAAoB,SAAQ,KAAK,CAAC,SAAS,CAAC;CAC5D;AAED;;;;;GAKG;AACH,oBAAY,YAAY,GAAG,OAAO,GAAG,aAAa,CAAC;AAEnD;;;;;GAKG;AACH,oBAAY,cAAc,GAAG,KAAK,GAAG,MAAM,CAAC;AAE5C;;;;;GAKG;AACH,oBAAY,eAAe,GAAG,MAAM,GAAG,OAAO,CAAC;AAE/C;;;;;GAKG;AACH,oBAAY,cAAc,GAAG,QAAQ,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,GAAG,QAAQ,CAAC;AAEpF;;GAEG;AACH,oBAAY,iBAAiB,GAAG,aAAa,GAAG;IAC9C;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,YAAY,GAAG;QAC7B;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QAEnB;;WAEG;QACH,UAAU,EAAE,aAAa,CAAC;KAC3B,CAAC;CACL,CAAC;AAEF;;GAEG;AACH,oBAAY,sBAAsB,GAAG,mBAAmB,GAAG;IACzD;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,YAAY,GAAG;QAC7B;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QAEnB;;WAEG;QACH,UAAU,EAAE,mBAAmB,CAAC;KACjC,CAAC;CACL,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -1,25 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- export declare const CloudError: msRest.CompositeMapper;
3
- export declare const BaseResource: msRest.CompositeMapper;
4
- export declare const QueryRequestOptions: msRest.CompositeMapper;
5
- export declare const FacetRequestOptions: msRest.CompositeMapper;
6
- export declare const FacetRequest: msRest.CompositeMapper;
7
- export declare const QueryRequest: msRest.CompositeMapper;
8
- export declare const Facet: msRest.CompositeMapper;
9
- export declare const QueryResponse: msRest.CompositeMapper;
10
- export declare const Column: msRest.CompositeMapper;
11
- export declare const Table: msRest.CompositeMapper;
12
- export declare const FacetResult: msRest.CompositeMapper;
13
- export declare const ErrorDetails: msRest.CompositeMapper;
14
- export declare const FacetError: msRest.CompositeMapper;
15
- export declare const ErrorModel: msRest.CompositeMapper;
16
- export declare const ErrorResponse: msRest.CompositeMapper;
17
- export declare const OperationDisplay: msRest.CompositeMapper;
18
- export declare const Operation: msRest.CompositeMapper;
19
- export declare const OperationListResult: msRest.CompositeMapper;
20
- export declare const discriminators: {
21
- Facet: msRest.CompositeMapper;
22
- 'Facet.FacetResult': msRest.CompositeMapper;
23
- 'Facet.FacetError': msRest.CompositeMapper;
24
- };
25
- //# sourceMappingURL=mappers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../src/models/mappers.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,eAAO,MAAM,UAAU,wBAAmB,CAAC;AAC3C,eAAO,MAAM,YAAY,wBAAqB,CAAC;AAE/C,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,eAmDxC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,eAyCxC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,eAsBjC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,eAwDjC,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,MAAM,CAAC,eA2B1B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,eA0DlC,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,MAAM,CAAC,eA6B3B,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,MAAM,CAAC,eAsC1B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,eAgChC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,eA2BjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,eA6B/B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,eAuC/B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,eAgBlC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,eAgCrC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,eA2B9B,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,eAoBxC,CAAC;AAEF,eAAO,MAAM,cAAc;;;;CAK1B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../src/models/mappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,OAAO,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAG/E,MAAM,CAAC,IAAM,UAAU,GAAG,gBAAgB,CAAC;AAC3C,MAAM,CAAC,IAAM,YAAY,GAAG,kBAAkB,CAAC;AAE/C,MAAM,CAAC,IAAM,mBAAmB,GAA2B;IACzD,cAAc,EAAE,qBAAqB;IACrC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,MAAM;gBACtB,WAAW,EAAE;oBACX,gBAAgB,EAAE,IAAI;oBACtB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,OAAO;gBACvB,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;iBACpB;gBACD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,YAAY,EAAE,aAAa;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE;wBACb,OAAO;wBACP,aAAa;qBACd;iBACF;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,YAAY,EAAE,KAAK;gBACnB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,mBAAmB,GAA2B;IACzD,cAAc,EAAE,qBAAqB;IACrC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,YAAY,EAAE,MAAM;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE;wBACb,KAAK;wBACL,MAAM;qBACP;iBACF;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,MAAM;gBACtB,WAAW,EAAE;oBACX,gBAAgB,EAAE,IAAI;oBACtB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,YAAY,GAA2B;IAClD,cAAc,EAAE,cAAc;IAC9B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qBAAqB;iBACjC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,YAAY,GAA2B;IAClD,cAAc,EAAE,cAAc;IAC9B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,KAAK,EAAE;gBACL,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qBAAqB;iBACjC;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,cAAc;yBAC1B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,KAAK,GAA2B;IAC3C,cAAc,EAAE,OAAO;IACvB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,wBAAwB,EAAE;YACxB,cAAc,EAAE,YAAY;YAC5B,UAAU,EAAE,YAAY;SACzB;QACD,UAAU,EAAE,OAAO;QACnB,SAAS,EAAE,OAAO;QAClB,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,aAAa,GAA2B;IACnD,cAAc,EAAE,eAAe;IAC/B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE;wBACb,MAAM;wBACN,OAAO;qBACR;iBACF;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,OAAO;yBACnB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,MAAM,GAA2B;IAC5C,cAAc,EAAE,QAAQ;IACxB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,QAAQ;QACnB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE;wBACb,QAAQ;wBACR,SAAS;wBACT,QAAQ;wBACR,SAAS;wBACT,QAAQ;qBACT;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,KAAK,GAA2B;IAC3C,cAAc,EAAE,OAAO;IACvB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,OAAO;QAClB,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,QAAQ;yBACpB;qBACF;iBACF;aACF;YACD,IAAI,EAAE;gBACJ,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,UAAU;4BAChB,OAAO,EAAE;gCACP,IAAI,EAAE;oCACJ,IAAI,EAAE,QAAQ;iCACf;6BACF;yBACF;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,WAAW,GAA2B;IACjD,cAAc,EAAE,aAAa;IAC7B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,wBAAwB,EAAE,KAAK,CAAC,IAAI,CAAC,wBAAwB;QAC7D,UAAU,EAAE,OAAO;QACnB,SAAS,EAAE,aAAa;QACxB,eAAe,wBACV,KAAK,CAAC,IAAI,CAAC,eAAe,KAC7B,YAAY,EAAE;gBACZ,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,KAAK,EAAE;gBACL,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,IAAI,EAAE;gBACJ,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,YAAY,GAA2B;IAClD,cAAc,EAAE,cAAc;IAC9B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;QACD,oBAAoB,EAAE;YACpB,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;aACf;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,UAAU,GAA2B;IAChD,cAAc,EAAE,YAAY;IAC5B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,wBAAwB,EAAE,KAAK,CAAC,IAAI,CAAC,wBAAwB;QAC7D,UAAU,EAAE,OAAO;QACnB,SAAS,EAAE,YAAY;QACvB,eAAe,wBACV,KAAK,CAAC,IAAI,CAAC,eAAe,KAC7B,MAAM,EAAE;gBACN,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,cAAc;4BACzB,oBAAoB,EAAE;gCACpB,IAAI,EAAE;oCACJ,IAAI,EAAE,QAAQ;iCACf;6BACF;yBACF;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,UAAU,GAA2B;IAChD,cAAc,EAAE,OAAO;IACvB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,cAAc;4BACzB,oBAAoB,EAAE;gCACpB,IAAI,EAAE;oCACJ,IAAI,EAAE,QAAQ;iCACf;6BACF;yBACF;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,aAAa,GAA2B;IACnD,cAAc,EAAE,eAAe;IAC/B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,QAAQ,EAAE,IAAI;gBACd,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,gBAAgB,GAA2B;IACtD,cAAc,EAAE,mBAAmB;IACnC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,SAAS,GAA2B;IAC/C,cAAc,EAAE,WAAW;IAC3B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,mBAAmB,GAA2B;IACzD,cAAc,EAAE,qBAAqB;IACrC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,EAAE;gBAClB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,WAAW;yBACvB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,cAAc,GAAG;IAC5B,OAAO,EAAG,KAAK;IACf,mBAAmB,EAAG,WAAW;IACjC,kBAAkB,EAAG,UAAU;CAEhC,CAAC"}
@@ -1,2 +0,0 @@
1
- export { discriminators, ErrorDetails, ErrorModel, ErrorResponse, Operation, OperationDisplay, OperationListResult } from "../models/mappers";
2
- //# sourceMappingURL=operationsMappers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operationsMappers.d.ts","sourceRoot":"","sources":["../../src/models/operationsMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,cAAc,EACd,YAAY,EACZ,UAAU,EACV,aAAa,EACb,SAAS,EACT,gBAAgB,EAChB,mBAAmB,EACpB,MAAM,mBAAmB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"operationsMappers.js","sourceRoot":"","sources":["../../src/models/operationsMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,cAAc,EACd,YAAY,EACZ,UAAU,EACV,aAAa,EACb,SAAS,EACT,gBAAgB,EAChB,mBAAmB,EACpB,MAAM,mBAAmB,CAAC"}
@@ -1,4 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- export declare const acceptLanguage: msRest.OperationParameter;
3
- export declare const apiVersion: msRest.OperationQueryParameter;
4
- //# sourceMappingURL=parameters.d.ts.map