@azure/arm-resourcegraph 5.0.0-beta.3 → 5.0.0-beta.5

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 (379) hide show
  1. package/LICENSE +3 -3
  2. package/README.md +30 -24
  3. package/dist/browser/api/graphQuery/index.d.ts +3 -0
  4. package/dist/browser/api/graphQuery/index.js +4 -0
  5. package/dist/browser/api/graphQuery/index.js.map +1 -0
  6. package/dist/browser/api/graphQuery/operations.d.ts +30 -0
  7. package/dist/browser/api/graphQuery/operations.js +183 -0
  8. package/dist/browser/api/graphQuery/operations.js.map +1 -0
  9. package/dist/browser/api/graphQuery/options.d.ts +20 -0
  10. package/dist/browser/api/graphQuery/options.js +4 -0
  11. package/dist/browser/api/graphQuery/options.js.map +1 -0
  12. package/dist/browser/api/index.d.ts +5 -0
  13. package/dist/browser/api/index.js +5 -0
  14. package/dist/browser/api/index.js.map +1 -0
  15. package/dist/browser/api/operations/index.d.ts +3 -0
  16. package/dist/browser/api/operations/index.js +4 -0
  17. package/dist/browser/api/operations/index.js.map +1 -0
  18. package/dist/browser/api/operations/operations.d.ts +10 -0
  19. package/dist/browser/api/operations/operations.js +34 -0
  20. package/dist/browser/api/operations/operations.js.map +1 -0
  21. package/dist/browser/api/operations/options.d.ts +5 -0
  22. package/dist/browser/api/operations/options.js +4 -0
  23. package/dist/browser/api/operations/options.js.map +1 -0
  24. package/dist/browser/api/operations.d.ts +24 -0
  25. package/dist/browser/api/operations.js +125 -0
  26. package/dist/browser/api/operations.js.map +1 -0
  27. package/dist/browser/api/options.d.ts +14 -0
  28. package/dist/browser/api/options.js +4 -0
  29. package/dist/browser/api/options.js.map +1 -0
  30. package/dist/browser/api/resourceGraphContext.d.ts +14 -0
  31. package/dist/browser/api/resourceGraphContext.js +27 -0
  32. package/dist/browser/api/resourceGraphContext.js.map +1 -0
  33. package/dist/browser/classic/graphQuery/index.d.ts +21 -0
  34. package/dist/browser/classic/graphQuery/index.js +19 -0
  35. package/dist/browser/classic/graphQuery/index.js.map +1 -0
  36. package/dist/browser/classic/index.d.ts +3 -0
  37. package/dist/browser/classic/index.js +4 -0
  38. package/dist/browser/classic/index.js.map +1 -0
  39. package/dist/browser/classic/operations/index.d.ts +11 -0
  40. package/dist/browser/classic/operations/index.js +14 -0
  41. package/dist/browser/classic/operations/index.js.map +1 -0
  42. package/dist/browser/index.d.ts +21 -0
  43. package/dist/browser/index.js +9 -0
  44. package/dist/browser/index.js.map +1 -0
  45. package/dist/browser/logger.d.ts +2 -0
  46. package/dist/browser/logger.js +5 -0
  47. package/dist/browser/logger.js.map +1 -0
  48. package/dist/browser/models/graphQueryApi/index.d.ts +3 -0
  49. package/dist/browser/models/graphQueryApi/index.js +4 -0
  50. package/dist/browser/models/graphQueryApi/index.js.map +1 -0
  51. package/dist/browser/models/graphQueryApi/models.d.ts +116 -0
  52. package/dist/browser/models/graphQueryApi/models.js +118 -0
  53. package/dist/browser/models/graphQueryApi/models.js.map +1 -0
  54. package/dist/browser/models/index.d.ts +3 -0
  55. package/dist/browser/models/index.js +4 -0
  56. package/dist/browser/models/index.js.map +1 -0
  57. package/dist/browser/models/models.d.ts +64 -0
  58. package/dist/browser/models/models.js +53 -0
  59. package/dist/browser/models/models.js.map +1 -0
  60. package/dist/browser/models/resourceChanges/index.d.ts +2 -0
  61. package/dist/browser/models/resourceChanges/index.js +4 -0
  62. package/dist/browser/models/resourceChanges/index.js.map +1 -0
  63. package/dist/browser/models/resourceChanges/models.d.ts +111 -0
  64. package/dist/browser/models/resourceChanges/models.js +92 -0
  65. package/dist/browser/models/resourceChanges/models.js.map +1 -0
  66. package/dist/browser/models/resourceGraphApi/index.d.ts +2 -0
  67. package/dist/browser/models/resourceGraphApi/index.js +4 -0
  68. package/dist/browser/models/resourceGraphApi/index.js.map +1 -0
  69. package/dist/browser/models/resourceGraphApi/models.d.ts +143 -0
  70. package/dist/browser/models/resourceGraphApi/models.js +123 -0
  71. package/dist/browser/models/resourceGraphApi/models.js.map +1 -0
  72. package/dist/browser/models/resourceGraphCommon/index.d.ts +2 -0
  73. package/dist/browser/models/resourceGraphCommon/index.js +4 -0
  74. package/dist/browser/models/resourceGraphCommon/index.js.map +1 -0
  75. package/dist/browser/models/resourceGraphCommon/models.d.ts +42 -0
  76. package/dist/browser/models/resourceGraphCommon/models.js +31 -0
  77. package/dist/browser/models/resourceGraphCommon/models.js.map +1 -0
  78. package/dist/browser/models/resourceHistory/index.d.ts +2 -0
  79. package/dist/browser/models/resourceHistory/index.js +4 -0
  80. package/dist/browser/models/resourceHistory/index.js.map +1 -0
  81. package/dist/browser/models/resourceHistory/models.d.ts +32 -0
  82. package/dist/browser/models/resourceHistory/models.js +31 -0
  83. package/dist/browser/models/resourceHistory/models.js.map +1 -0
  84. package/dist/browser/package.json +3 -0
  85. package/dist/browser/resourceGraphClient.d.ts +31 -0
  86. package/dist/browser/resourceGraphClient.js +53 -0
  87. package/dist/browser/resourceGraphClient.js.map +1 -0
  88. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  89. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  90. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  91. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  92. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  93. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  94. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  95. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  96. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  97. package/dist/browser/static-helpers/serialization/serialize-record.d.ts +2 -0
  98. package/dist/browser/static-helpers/serialization/serialize-record.js +19 -0
  99. package/dist/browser/static-helpers/serialization/serialize-record.js.map +1 -0
  100. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  101. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  102. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  103. package/dist/commonjs/api/graphQuery/index.d.ts +3 -0
  104. package/dist/commonjs/api/graphQuery/index.js +38 -0
  105. package/dist/commonjs/api/graphQuery/index.js.map +7 -0
  106. package/dist/commonjs/api/graphQuery/operations.d.ts +30 -0
  107. package/dist/commonjs/api/graphQuery/operations.js +277 -0
  108. package/dist/commonjs/api/graphQuery/operations.js.map +7 -0
  109. package/dist/commonjs/api/graphQuery/options.d.ts +20 -0
  110. package/dist/commonjs/api/graphQuery/options.js +16 -0
  111. package/dist/commonjs/api/graphQuery/options.js.map +7 -0
  112. package/dist/commonjs/api/index.d.ts +5 -0
  113. package/dist/commonjs/api/index.js +37 -0
  114. package/dist/commonjs/api/index.js.map +7 -0
  115. package/dist/commonjs/api/operations/index.d.ts +3 -0
  116. package/dist/commonjs/api/operations/index.js +28 -0
  117. package/dist/commonjs/api/operations/index.js.map +7 -0
  118. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  119. package/dist/commonjs/api/operations/operations.js +71 -0
  120. package/dist/commonjs/api/operations/operations.js.map +7 -0
  121. package/dist/commonjs/api/operations/options.d.ts +5 -0
  122. package/dist/commonjs/api/operations/options.js +16 -0
  123. package/dist/commonjs/api/operations/options.js.map +7 -0
  124. package/dist/commonjs/api/operations.d.ts +24 -0
  125. package/dist/commonjs/api/operations.js +183 -0
  126. package/dist/commonjs/api/operations.js.map +7 -0
  127. package/dist/commonjs/api/options.d.ts +14 -0
  128. package/dist/commonjs/api/options.js +16 -0
  129. package/dist/commonjs/api/options.js.map +7 -0
  130. package/dist/commonjs/api/resourceGraphContext.d.ts +14 -0
  131. package/dist/commonjs/api/resourceGraphContext.js +51 -0
  132. package/dist/commonjs/api/resourceGraphContext.js.map +7 -0
  133. package/dist/commonjs/classic/graphQuery/index.d.ts +21 -0
  134. package/dist/commonjs/classic/graphQuery/index.js +43 -0
  135. package/dist/commonjs/classic/graphQuery/index.js.map +7 -0
  136. package/dist/commonjs/classic/index.d.ts +3 -0
  137. package/dist/commonjs/classic/index.js +16 -0
  138. package/dist/commonjs/classic/index.js.map +7 -0
  139. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  140. package/dist/commonjs/classic/operations/index.js +38 -0
  141. package/dist/commonjs/classic/operations/index.js.map +7 -0
  142. package/dist/commonjs/index.d.ts +21 -0
  143. package/dist/commonjs/index.js +42 -0
  144. package/dist/commonjs/index.js.map +7 -0
  145. package/dist/commonjs/logger.d.ts +2 -0
  146. package/dist/commonjs/logger.js +29 -0
  147. package/dist/commonjs/logger.js.map +7 -0
  148. package/dist/commonjs/models/graphQueryApi/index.d.ts +3 -0
  149. package/dist/commonjs/models/graphQueryApi/index.js +28 -0
  150. package/dist/commonjs/models/graphQueryApi/index.js.map +7 -0
  151. package/dist/commonjs/models/graphQueryApi/models.d.ts +116 -0
  152. package/dist/commonjs/models/graphQueryApi/models.js +160 -0
  153. package/dist/commonjs/models/graphQueryApi/models.js.map +7 -0
  154. package/dist/commonjs/models/index.d.ts +3 -0
  155. package/dist/commonjs/models/index.js +28 -0
  156. package/dist/commonjs/models/index.js.map +7 -0
  157. package/dist/commonjs/models/models.d.ts +64 -0
  158. package/dist/commonjs/models/models.js +76 -0
  159. package/dist/commonjs/models/models.js.map +7 -0
  160. package/dist/commonjs/models/resourceChanges/index.d.ts +2 -0
  161. package/dist/commonjs/models/resourceChanges/index.js +16 -0
  162. package/dist/commonjs/models/resourceChanges/index.js.map +7 -0
  163. package/dist/commonjs/models/resourceChanges/models.d.ts +111 -0
  164. package/dist/commonjs/models/resourceChanges/models.js +130 -0
  165. package/dist/commonjs/models/resourceChanges/models.js.map +7 -0
  166. package/dist/commonjs/models/resourceGraphApi/index.d.ts +2 -0
  167. package/dist/commonjs/models/resourceGraphApi/index.js +16 -0
  168. package/dist/commonjs/models/resourceGraphApi/index.js.map +7 -0
  169. package/dist/commonjs/models/resourceGraphApi/models.d.ts +143 -0
  170. package/dist/commonjs/models/resourceGraphApi/models.js +171 -0
  171. package/dist/commonjs/models/resourceGraphApi/models.js.map +7 -0
  172. package/dist/commonjs/models/resourceGraphCommon/index.d.ts +2 -0
  173. package/dist/commonjs/models/resourceGraphCommon/index.js +16 -0
  174. package/dist/commonjs/models/resourceGraphCommon/index.js.map +7 -0
  175. package/dist/commonjs/models/resourceGraphCommon/models.d.ts +42 -0
  176. package/dist/commonjs/models/resourceGraphCommon/models.js +63 -0
  177. package/dist/commonjs/models/resourceGraphCommon/models.js.map +7 -0
  178. package/dist/commonjs/models/resourceHistory/index.d.ts +2 -0
  179. package/dist/commonjs/models/resourceHistory/index.js +16 -0
  180. package/dist/commonjs/models/resourceHistory/index.js.map +7 -0
  181. package/dist/commonjs/models/resourceHistory/models.d.ts +32 -0
  182. package/dist/commonjs/models/resourceHistory/models.js +51 -0
  183. package/dist/commonjs/models/resourceHistory/models.js.map +7 -0
  184. package/dist/commonjs/package.json +3 -0
  185. package/dist/commonjs/resourceGraphClient.d.ts +31 -0
  186. package/dist/commonjs/resourceGraphClient.js +74 -0
  187. package/dist/commonjs/resourceGraphClient.js.map +7 -0
  188. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  189. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  190. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  191. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  192. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  193. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  194. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  195. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
  196. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  197. package/dist/commonjs/static-helpers/serialization/serialize-record.d.ts +2 -0
  198. package/dist/commonjs/static-helpers/serialization/serialize-record.js +42 -0
  199. package/dist/commonjs/static-helpers/serialization/serialize-record.js.map +7 -0
  200. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  201. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  202. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  203. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  204. package/dist/esm/api/graphQuery/index.d.ts +3 -0
  205. package/dist/esm/api/graphQuery/index.js +4 -0
  206. package/dist/esm/api/graphQuery/index.js.map +1 -0
  207. package/dist/esm/api/graphQuery/operations.d.ts +30 -0
  208. package/dist/esm/api/graphQuery/operations.js +183 -0
  209. package/dist/esm/api/graphQuery/operations.js.map +1 -0
  210. package/dist/esm/api/graphQuery/options.d.ts +20 -0
  211. package/dist/esm/api/graphQuery/options.js +4 -0
  212. package/dist/esm/api/graphQuery/options.js.map +1 -0
  213. package/dist/esm/api/index.d.ts +5 -0
  214. package/dist/esm/api/index.js +5 -0
  215. package/dist/esm/api/index.js.map +1 -0
  216. package/dist/esm/api/operations/index.d.ts +3 -0
  217. package/dist/esm/api/operations/index.js +4 -0
  218. package/dist/esm/api/operations/index.js.map +1 -0
  219. package/dist/esm/api/operations/operations.d.ts +10 -0
  220. package/dist/esm/api/operations/operations.js +34 -0
  221. package/dist/esm/api/operations/operations.js.map +1 -0
  222. package/dist/esm/api/operations/options.d.ts +5 -0
  223. package/dist/esm/api/operations/options.js +4 -0
  224. package/dist/esm/api/operations/options.js.map +1 -0
  225. package/dist/esm/api/operations.d.ts +24 -0
  226. package/dist/esm/api/operations.js +125 -0
  227. package/dist/esm/api/operations.js.map +1 -0
  228. package/dist/esm/api/options.d.ts +14 -0
  229. package/dist/esm/api/options.js +4 -0
  230. package/dist/esm/api/options.js.map +1 -0
  231. package/dist/esm/api/resourceGraphContext.d.ts +14 -0
  232. package/dist/esm/api/resourceGraphContext.js +27 -0
  233. package/dist/esm/api/resourceGraphContext.js.map +1 -0
  234. package/dist/esm/classic/graphQuery/index.d.ts +21 -0
  235. package/dist/esm/classic/graphQuery/index.js +19 -0
  236. package/dist/esm/classic/graphQuery/index.js.map +1 -0
  237. package/dist/esm/classic/index.d.ts +3 -0
  238. package/dist/esm/classic/index.js +4 -0
  239. package/dist/esm/classic/index.js.map +1 -0
  240. package/dist/esm/classic/operations/index.d.ts +11 -0
  241. package/dist/esm/classic/operations/index.js +14 -0
  242. package/dist/esm/classic/operations/index.js.map +1 -0
  243. package/dist/esm/index.d.ts +21 -0
  244. package/dist/esm/index.js +9 -0
  245. package/dist/esm/index.js.map +1 -0
  246. package/dist/esm/logger.d.ts +2 -0
  247. package/dist/esm/logger.js +5 -0
  248. package/dist/esm/logger.js.map +1 -0
  249. package/dist/esm/models/graphQueryApi/index.d.ts +3 -0
  250. package/dist/esm/models/graphQueryApi/index.js +4 -0
  251. package/dist/esm/models/graphQueryApi/index.js.map +1 -0
  252. package/dist/esm/models/graphQueryApi/models.d.ts +116 -0
  253. package/dist/esm/models/graphQueryApi/models.js +118 -0
  254. package/dist/esm/models/graphQueryApi/models.js.map +1 -0
  255. package/dist/esm/models/index.d.ts +3 -0
  256. package/dist/esm/models/index.js +4 -0
  257. package/dist/esm/models/index.js.map +1 -0
  258. package/dist/esm/models/models.d.ts +64 -0
  259. package/dist/esm/models/models.js +53 -0
  260. package/dist/esm/models/models.js.map +1 -0
  261. package/dist/esm/models/resourceChanges/index.d.ts +2 -0
  262. package/dist/esm/models/resourceChanges/index.js +4 -0
  263. package/dist/esm/models/resourceChanges/index.js.map +1 -0
  264. package/dist/esm/models/resourceChanges/models.d.ts +111 -0
  265. package/dist/esm/models/resourceChanges/models.js +92 -0
  266. package/dist/esm/models/resourceChanges/models.js.map +1 -0
  267. package/dist/esm/models/resourceGraphApi/index.d.ts +2 -0
  268. package/dist/esm/models/resourceGraphApi/index.js +4 -0
  269. package/dist/esm/models/resourceGraphApi/index.js.map +1 -0
  270. package/dist/esm/models/resourceGraphApi/models.d.ts +143 -0
  271. package/dist/esm/models/resourceGraphApi/models.js +123 -0
  272. package/dist/esm/models/resourceGraphApi/models.js.map +1 -0
  273. package/dist/esm/models/resourceGraphCommon/index.d.ts +2 -0
  274. package/dist/esm/models/resourceGraphCommon/index.js +4 -0
  275. package/dist/esm/models/resourceGraphCommon/index.js.map +1 -0
  276. package/dist/esm/models/resourceGraphCommon/models.d.ts +42 -0
  277. package/dist/esm/models/resourceGraphCommon/models.js +31 -0
  278. package/dist/esm/models/resourceGraphCommon/models.js.map +1 -0
  279. package/dist/esm/models/resourceHistory/index.d.ts +2 -0
  280. package/dist/esm/models/resourceHistory/index.js +4 -0
  281. package/dist/esm/models/resourceHistory/index.js.map +1 -0
  282. package/dist/esm/models/resourceHistory/models.d.ts +32 -0
  283. package/dist/esm/models/resourceHistory/models.js +31 -0
  284. package/dist/esm/models/resourceHistory/models.js.map +1 -0
  285. package/dist/esm/package.json +3 -0
  286. package/dist/esm/resourceGraphClient.d.ts +31 -0
  287. package/dist/esm/resourceGraphClient.js +53 -0
  288. package/dist/esm/resourceGraphClient.js.map +1 -0
  289. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  290. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  291. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  292. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  293. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  294. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  295. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  296. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  297. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  298. package/dist/esm/static-helpers/serialization/serialize-record.d.ts +2 -0
  299. package/dist/esm/static-helpers/serialization/serialize-record.js +19 -0
  300. package/dist/esm/static-helpers/serialization/serialize-record.js.map +1 -0
  301. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  302. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  303. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  304. package/package.json +190 -87
  305. package/CHANGELOG.md +0 -11
  306. package/dist/index.js +0 -1030
  307. package/dist/index.js.map +0 -1
  308. package/dist/index.min.js +0 -1
  309. package/dist/index.min.js.map +0 -1
  310. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  311. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  312. package/dist-esm/samples-dev/operationsListSample.js +0 -42
  313. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  314. package/dist-esm/samples-dev/resourcesHistorySample.d.ts +0 -2
  315. package/dist-esm/samples-dev/resourcesHistorySample.d.ts.map +0 -1
  316. package/dist-esm/samples-dev/resourcesHistorySample.js +0 -63
  317. package/dist-esm/samples-dev/resourcesHistorySample.js.map +0 -1
  318. package/dist-esm/samples-dev/resourcesSample.d.ts +0 -2
  319. package/dist-esm/samples-dev/resourcesSample.d.ts.map +0 -1
  320. package/dist-esm/samples-dev/resourcesSample.js +0 -245
  321. package/dist-esm/samples-dev/resourcesSample.js.map +0 -1
  322. package/dist-esm/src/index.d.ts +0 -6
  323. package/dist-esm/src/index.d.ts.map +0 -1
  324. package/dist-esm/src/index.js +0 -13
  325. package/dist-esm/src/index.js.map +0 -1
  326. package/dist-esm/src/models/index.d.ts +0 -216
  327. package/dist-esm/src/models/index.d.ts.map +0 -1
  328. package/dist-esm/src/models/index.js +0 -9
  329. package/dist-esm/src/models/index.js.map +0 -1
  330. package/dist-esm/src/models/mappers.d.ts +0 -26
  331. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  332. package/dist-esm/src/models/mappers.js +0 -655
  333. package/dist-esm/src/models/mappers.js.map +0 -1
  334. package/dist-esm/src/models/parameters.d.ts +0 -8
  335. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  336. package/dist-esm/src/models/parameters.js +0 -61
  337. package/dist-esm/src/models/parameters.js.map +0 -1
  338. package/dist-esm/src/operations/index.d.ts +0 -2
  339. package/dist-esm/src/operations/index.d.ts.map +0 -1
  340. package/dist-esm/src/operations/index.js +0 -9
  341. package/dist-esm/src/operations/index.js.map +0 -1
  342. package/dist-esm/src/operations/operations.d.ts +0 -26
  343. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  344. package/dist-esm/src/operations/operations.js +0 -94
  345. package/dist-esm/src/operations/operations.js.map +0 -1
  346. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -2
  347. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  348. package/dist-esm/src/operationsInterfaces/index.js +0 -9
  349. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  350. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  351. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  352. package/dist-esm/src/operationsInterfaces/operations.js +0 -9
  353. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  354. package/dist-esm/src/pagingHelper.d.ts +0 -13
  355. package/dist-esm/src/pagingHelper.d.ts.map +0 -1
  356. package/dist-esm/src/pagingHelper.js +0 -32
  357. package/dist-esm/src/pagingHelper.js.map +0 -1
  358. package/dist-esm/src/resourceGraphClient.d.ts +0 -30
  359. package/dist-esm/src/resourceGraphClient.d.ts.map +0 -1
  360. package/dist-esm/src/resourceGraphClient.js +0 -152
  361. package/dist-esm/src/resourceGraphClient.js.map +0 -1
  362. package/dist-esm/test/sampleTest.d.ts +0 -2
  363. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  364. package/dist-esm/test/sampleTest.js +0 -38
  365. package/dist-esm/test/sampleTest.js.map +0 -1
  366. package/review/arm-resourcegraph.api.md +0 -217
  367. package/rollup.config.js +0 -122
  368. package/src/index.ts +0 -13
  369. package/src/models/index.ts +0 -261
  370. package/src/models/mappers.ts +0 -684
  371. package/src/models/parameters.ts +0 -75
  372. package/src/operations/index.ts +0 -9
  373. package/src/operations/operations.ts +0 -103
  374. package/src/operationsInterfaces/index.ts +0 -9
  375. package/src/operationsInterfaces/operations.ts +0 -22
  376. package/src/pagingHelper.ts +0 -39
  377. package/src/resourceGraphClient.ts +0 -213
  378. package/tsconfig.json +0 -33
  379. package/types/arm-resourcegraph.d.ts +0 -295
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resourceGraphContext.js","sourceRoot":"","sources":["../../../src/api/resourceGraphContext.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAEtC,OAAO,EAAE,cAAc,EAAE,MAAM,0CAA0C,CAAC;AAE1E,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAcpD,MAAM,UAAU,mBAAmB,CACjC,UAA2B,EAC3B,cAAsB,EACtB,UAA6C,EAAE;IAE/C,MAAM,WAAW,GACf,OAAO,CAAC,QAAQ,IAAI,cAAc,CAAC,OAAO,CAAC,YAAY,CAAC,IAAI,8BAA8B,CAAC;IAC7F,MAAM,iBAAiB,GAAG,OAAO,EAAE,gBAAgB,EAAE,eAAe,CAAC;IACrE,MAAM,aAAa,GAAG,yCAAyC,CAAC;IAChE,MAAM,eAAe,GAAG,iBAAiB;QACvC,CAAC,CAAC,GAAG,iBAAiB,iBAAiB,aAAa,EAAE;QACtD,CAAC,CAAC,gBAAgB,aAAa,EAAE,CAAC;IACpC,MAAM,EAAE,UAAU,EAAE,CAAC,EAAE,GAAG,cAAc,EAAE,GAAG;QAC3C,GAAG,OAAO;QACV,gBAAgB,EAAE,EAAE,eAAe,EAAE;QACrC,cAAc,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,cAAc,EAAE,MAAM,IAAI,MAAM,CAAC,IAAI,EAAE;QACzE,WAAW,EAAE;YACX,MAAM,EAAE,OAAO,CAAC,WAAW,EAAE,MAAM,IAAI,CAAC,uCAAuC,CAAC;SACjF;KACF,CAAC;IACF,MAAM,aAAa,GAAG,SAAS,CAAC,WAAW,EAAE,UAAU,EAAE,cAAc,CAAC,CAAC;IAEzE,IAAI,OAAO,CAAC,UAAU,EAAE,CAAC;QACvB,MAAM,CAAC,OAAO,CACZ,0FAA0F,CAC3F,CAAC;IACJ,CAAC;IACD,OAAO,EAAE,GAAG,aAAa,EAAE,cAAc,EAA0B,CAAC;AACtE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { logger } from \"../logger.js\";\nimport type { AzureSupportedClouds } from \"../static-helpers/cloudSettingHelpers.js\";\nimport { getArmEndpoint } from \"../static-helpers/cloudSettingHelpers.js\";\nimport type { Client, ClientOptions } from \"@azure-rest/core-client\";\nimport { getClient } from \"@azure-rest/core-client\";\nimport type { TokenCredential } from \"@azure/core-auth\";\n\nexport interface ResourceGraphContext extends Client {\n /** The ID of the target subscription. The value must be an UUID. */\n subscriptionId: string;\n}\n\n/** Optional parameters for the client. */\nexport interface ResourceGraphClientOptionalParams extends ClientOptions {\n /** Specifies the Azure cloud environment for the client. */\n cloudSetting?: AzureSupportedClouds;\n}\n\nexport function createResourceGraph(\n credential: TokenCredential,\n subscriptionId: string,\n options: ResourceGraphClientOptionalParams = {},\n): ResourceGraphContext {\n const endpointUrl =\n options.endpoint ?? getArmEndpoint(options.cloudSetting) ?? \"https://management.azure.com\";\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentInfo = `azsdk-js-arm-resourcegraph/5.0.0-beta.5`;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}`\n : `azsdk-js-api ${userAgentInfo}`;\n const { apiVersion: _, ...updatedOptions } = {\n ...options,\n userAgentOptions: { userAgentPrefix },\n loggingOptions: { logger: options.loggingOptions?.logger ?? logger.info },\n credentials: {\n scopes: options.credentials?.scopes ?? [\"https://management.azure.com/.default\"],\n },\n };\n const clientContext = getClient(endpointUrl, credential, updatedOptions);\n\n if (options.apiVersion) {\n logger.warning(\n \"This client does not support client api-version, please change it at the operation level\",\n );\n }\n return { ...clientContext, subscriptionId } as ResourceGraphContext;\n}\n"]}
@@ -0,0 +1,21 @@
1
+ import type { ResourceGraphContext } from "../../api/resourceGraphContext.js";
2
+ import type { GraphQueryListBySubscriptionOptionalParams, GraphQueryListOptionalParams, GraphQueryDeleteOptionalParams, GraphQueryUpdateOptionalParams, GraphQueryCreateOrUpdateOptionalParams, GraphQueryGetOptionalParams } from "../../api/graphQuery/options.js";
3
+ import type { GraphQueryResource, GraphQueryUpdateParameters } from "../../models/graphQueryApi/models.js";
4
+ import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
5
+ /** Interface representing a GraphQuery operations. */
6
+ export interface GraphQueryOperations {
7
+ /** Get all graph queries defined within a specified subscription. */
8
+ listBySubscription: (options?: GraphQueryListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<GraphQueryResource>;
9
+ /** Get all graph queries defined within a specified subscription and resource group. */
10
+ list: (resourceGroupName: string, options?: GraphQueryListOptionalParams) => PagedAsyncIterableIterator<GraphQueryResource>;
11
+ /** Delete a graph query. */
12
+ delete: (resourceGroupName: string, resourceName: string, options?: GraphQueryDeleteOptionalParams) => Promise<void>;
13
+ /** Updates a graph query that has already been added. */
14
+ update: (resourceGroupName: string, resourceName: string, body: GraphQueryUpdateParameters, options?: GraphQueryUpdateOptionalParams) => Promise<GraphQueryResource>;
15
+ /** Create a new graph query. */
16
+ createOrUpdate: (resourceGroupName: string, resourceName: string, properties: GraphQueryResource, options?: GraphQueryCreateOrUpdateOptionalParams) => Promise<GraphQueryResource>;
17
+ /** Get a single graph query by its resourceName. */
18
+ get: (resourceGroupName: string, resourceName: string, options?: GraphQueryGetOptionalParams) => Promise<GraphQueryResource>;
19
+ }
20
+ export declare function _getGraphQueryOperations(context: ResourceGraphContext): GraphQueryOperations;
21
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,19 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import { listBySubscription, list, $delete, update, createOrUpdate, get, } from "../../api/graphQuery/operations.js";
4
+ function _getGraphQuery(context) {
5
+ return {
6
+ listBySubscription: (options) => listBySubscription(context, options),
7
+ list: (resourceGroupName, options) => list(context, resourceGroupName, options),
8
+ delete: (resourceGroupName, resourceName, options) => $delete(context, resourceGroupName, resourceName, options),
9
+ update: (resourceGroupName, resourceName, body, options) => update(context, resourceGroupName, resourceName, body, options),
10
+ createOrUpdate: (resourceGroupName, resourceName, properties, options) => createOrUpdate(context, resourceGroupName, resourceName, properties, options),
11
+ get: (resourceGroupName, resourceName, options) => get(context, resourceGroupName, resourceName, options),
12
+ };
13
+ }
14
+ export function _getGraphQueryOperations(context) {
15
+ return {
16
+ ..._getGraphQuery(context),
17
+ };
18
+ }
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/graphQuery/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAGlC,OAAO,EACL,kBAAkB,EAClB,IAAI,EACJ,OAAO,EACP,MAAM,EACN,cAAc,EACd,GAAG,GACJ,MAAM,oCAAoC,CAAC;AAsD5C,SAAS,cAAc,CAAC,OAA6B;IACnD,OAAO;QACL,kBAAkB,EAAE,CAAC,OAAoD,EAAE,EAAE,CAC3E,kBAAkB,CAAC,OAAO,EAAE,OAAO,CAAC;QACtC,IAAI,EAAE,CAAC,iBAAyB,EAAE,OAAsC,EAAE,EAAE,CAC1E,IAAI,CAAC,OAAO,EAAE,iBAAiB,EAAE,OAAO,CAAC;QAC3C,MAAM,EAAE,CACN,iBAAyB,EACzB,YAAoB,EACpB,OAAwC,EACxC,EAAE,CAAC,OAAO,CAAC,OAAO,EAAE,iBAAiB,EAAE,YAAY,EAAE,OAAO,CAAC;QAC/D,MAAM,EAAE,CACN,iBAAyB,EACzB,YAAoB,EACpB,IAAgC,EAChC,OAAwC,EACxC,EAAE,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,EAAE,YAAY,EAAE,IAAI,EAAE,OAAO,CAAC;QACpE,cAAc,EAAE,CACd,iBAAyB,EACzB,YAAoB,EACpB,UAA8B,EAC9B,OAAgD,EAChD,EAAE,CAAC,cAAc,CAAC,OAAO,EAAE,iBAAiB,EAAE,YAAY,EAAE,UAAU,EAAE,OAAO,CAAC;QAClF,GAAG,EAAE,CAAC,iBAAyB,EAAE,YAAoB,EAAE,OAAqC,EAAE,EAAE,CAC9F,GAAG,CAAC,OAAO,EAAE,iBAAiB,EAAE,YAAY,EAAE,OAAO,CAAC;KACzD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wBAAwB,CAAC,OAA6B;IACpE,OAAO;QACL,GAAG,cAAc,CAAC,OAAO,CAAC;KAC3B,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { ResourceGraphContext } from \"../../api/resourceGraphContext.js\";\nimport {\n listBySubscription,\n list,\n $delete,\n update,\n createOrUpdate,\n get,\n} from \"../../api/graphQuery/operations.js\";\nimport type {\n GraphQueryListBySubscriptionOptionalParams,\n GraphQueryListOptionalParams,\n GraphQueryDeleteOptionalParams,\n GraphQueryUpdateOptionalParams,\n GraphQueryCreateOrUpdateOptionalParams,\n GraphQueryGetOptionalParams,\n} from \"../../api/graphQuery/options.js\";\nimport type {\n GraphQueryResource,\n GraphQueryUpdateParameters,\n} from \"../../models/graphQueryApi/models.js\";\nimport type { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\n\n/** Interface representing a GraphQuery operations. */\nexport interface GraphQueryOperations {\n /** Get all graph queries defined within a specified subscription. */\n listBySubscription: (\n options?: GraphQueryListBySubscriptionOptionalParams,\n ) => PagedAsyncIterableIterator<GraphQueryResource>;\n /** Get all graph queries defined within a specified subscription and resource group. */\n list: (\n resourceGroupName: string,\n options?: GraphQueryListOptionalParams,\n ) => PagedAsyncIterableIterator<GraphQueryResource>;\n /** Delete a graph query. */\n delete: (\n resourceGroupName: string,\n resourceName: string,\n options?: GraphQueryDeleteOptionalParams,\n ) => Promise<void>;\n /** Updates a graph query that has already been added. */\n update: (\n resourceGroupName: string,\n resourceName: string,\n body: GraphQueryUpdateParameters,\n options?: GraphQueryUpdateOptionalParams,\n ) => Promise<GraphQueryResource>;\n /** Create a new graph query. */\n createOrUpdate: (\n resourceGroupName: string,\n resourceName: string,\n properties: GraphQueryResource,\n options?: GraphQueryCreateOrUpdateOptionalParams,\n ) => Promise<GraphQueryResource>;\n /** Get a single graph query by its resourceName. */\n get: (\n resourceGroupName: string,\n resourceName: string,\n options?: GraphQueryGetOptionalParams,\n ) => Promise<GraphQueryResource>;\n}\n\nfunction _getGraphQuery(context: ResourceGraphContext) {\n return {\n listBySubscription: (options?: GraphQueryListBySubscriptionOptionalParams) =>\n listBySubscription(context, options),\n list: (resourceGroupName: string, options?: GraphQueryListOptionalParams) =>\n list(context, resourceGroupName, options),\n delete: (\n resourceGroupName: string,\n resourceName: string,\n options?: GraphQueryDeleteOptionalParams,\n ) => $delete(context, resourceGroupName, resourceName, options),\n update: (\n resourceGroupName: string,\n resourceName: string,\n body: GraphQueryUpdateParameters,\n options?: GraphQueryUpdateOptionalParams,\n ) => update(context, resourceGroupName, resourceName, body, options),\n createOrUpdate: (\n resourceGroupName: string,\n resourceName: string,\n properties: GraphQueryResource,\n options?: GraphQueryCreateOrUpdateOptionalParams,\n ) => createOrUpdate(context, resourceGroupName, resourceName, properties, options),\n get: (resourceGroupName: string, resourceName: string, options?: GraphQueryGetOptionalParams) =>\n get(context, resourceGroupName, resourceName, options),\n };\n}\n\nexport function _getGraphQueryOperations(context: ResourceGraphContext): GraphQueryOperations {\n return {\n ..._getGraphQuery(context),\n };\n}\n"]}
@@ -0,0 +1,3 @@
1
+ export type { GraphQueryOperations } from "./graphQuery/index.js";
2
+ export type { OperationsOperations } from "./operations/index.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,4 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export {};
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/classic/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport type { GraphQueryOperations } from \"./graphQuery/index.js\";\nexport type { OperationsOperations } from \"./operations/index.js\";\n"]}
@@ -0,0 +1,11 @@
1
+ import type { ResourceGraphContext } from "../../api/resourceGraphContext.js";
2
+ import type { OperationsListOptionalParams } from "../../api/operations/options.js";
3
+ import type { Operation } from "../../models/resourceGraphApi/models.js";
4
+ import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
5
+ /** Interface representing a Operations operations. */
6
+ export interface OperationsOperations {
7
+ /** List the operations for the provider */
8
+ list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator<Operation>;
9
+ }
10
+ export declare function _getOperationsOperations(context: ResourceGraphContext): OperationsOperations;
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,14 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import { list } from "../../api/operations/operations.js";
4
+ function _getOperations(context) {
5
+ return {
6
+ list: (options) => list(context, options),
7
+ };
8
+ }
9
+ export function _getOperationsOperations(context) {
10
+ return {
11
+ ..._getOperations(context),
12
+ };
13
+ }
14
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/operations/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAGlC,OAAO,EAAE,IAAI,EAAE,MAAM,oCAAoC,CAAC;AAW1D,SAAS,cAAc,CAAC,OAA6B;IACnD,OAAO;QACL,IAAI,EAAE,CAAC,OAAsC,EAAE,EAAE,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,CAAC;KACzE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wBAAwB,CAAC,OAA6B;IACpE,OAAO;QACL,GAAG,cAAc,CAAC,OAAO,CAAC;KAC3B,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { ResourceGraphContext } from \"../../api/resourceGraphContext.js\";\nimport { list } from \"../../api/operations/operations.js\";\nimport type { OperationsListOptionalParams } from \"../../api/operations/options.js\";\nimport type { Operation } from \"../../models/resourceGraphApi/models.js\";\nimport type { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\n\n/** Interface representing a Operations operations. */\nexport interface OperationsOperations {\n /** List the operations for the provider */\n list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator<Operation>;\n}\n\nfunction _getOperations(context: ResourceGraphContext) {\n return {\n list: (options?: OperationsListOptionalParams) => list(context, options),\n };\n}\n\nexport function _getOperationsOperations(context: ResourceGraphContext): OperationsOperations {\n return {\n ..._getOperations(context),\n };\n}\n"]}
@@ -0,0 +1,21 @@
1
+ import type { AzureSupportedClouds } from "./static-helpers/cloudSettingHelpers.js";
2
+ import { AzureClouds } from "./static-helpers/cloudSettingHelpers.js";
3
+ import type { PageSettings, ContinuablePage, PagedAsyncIterableIterator } from "./static-helpers/pagingHelpers.js";
4
+ export { ResourceGraphClient } from "./resourceGraphClient.js";
5
+ export type { ProxyResource, Resource, SystemData, CreatedByType, ResourcesHistoryResponse, } from "./models/index.js";
6
+ export { KnownCreatedByType } from "./models/index.js";
7
+ export type { GraphQueryResource, GraphQueryProperties, ResultKind, GraphQueryError, GraphQueryErrorError, ErrorFieldContract, GraphQueryUpdateParameters, GraphQueryPropertiesUpdateParameters, } from "./models/graphQueryApi/index.js";
8
+ export { KnownResultKind } from "./models/graphQueryApi/index.js";
9
+ export type { ResourceChangesRequestParameters, ResourceChangesRequestParametersInterval, ResourceChangeList, ResourceChangeData, ResourceChangeDataBeforeSnapshot, ResourceChangeDataAfterSnapshot, ChangeType, ResourcePropertyChange, ChangeCategory, PropertyChangeType, ResourceSnapshotData, ResourceChangeDetailsRequestParameters, } from "./models/resourceChanges/index.js";
10
+ export type { QueryRequest, QueryRequestOptions, AuthorizationScopeFilter, FacetRequest, FacetRequestOptions, FacetSortOrder, QueryResponse, ResultTruncated, Facet, FacetUnion, FacetResult, FacetError, Operation, OperationDisplay, } from "./models/resourceGraphApi/index.js";
11
+ export type { DateTimeInterval, ErrorResponse, ErrorModel, ErrorDetails, ResultFormat, } from "./models/resourceGraphCommon/index.js";
12
+ export type { ResourcesHistoryRequest, ResourcesHistoryRequestOptions, } from "./models/resourceHistory/index.js";
13
+ export type { ResourcesHistoryOptionalParams, ResourcesOptionalParams, ResourceChangeDetailsOptionalParams, ResourceChangesOptionalParams, ResourceGraphClientOptionalParams, } from "./api/index.js";
14
+ export type { GraphQueryListBySubscriptionOptionalParams, GraphQueryListOptionalParams, GraphQueryDeleteOptionalParams, GraphQueryUpdateOptionalParams, GraphQueryCreateOrUpdateOptionalParams, GraphQueryGetOptionalParams, } from "./api/graphQuery/index.js";
15
+ export type { OperationsListOptionalParams } from "./api/operations/index.js";
16
+ export type { GraphQueryOperations, OperationsOperations } from "./classic/index.js";
17
+ export type { PageSettings, ContinuablePage, PagedAsyncIterableIterator };
18
+ export { AzureClouds };
19
+ export type { AzureSupportedClouds };
20
+ export { RestError, isRestError } from "@azure/core-rest-pipeline";
21
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,9 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import { AzureClouds } from "./static-helpers/cloudSettingHelpers.js";
4
+ export { ResourceGraphClient } from "./resourceGraphClient.js";
5
+ export { KnownCreatedByType } from "./models/index.js";
6
+ export { KnownResultKind } from "./models/graphQueryApi/index.js";
7
+ export { AzureClouds };
8
+ export { RestError, isRestError } from "@azure/core-rest-pipeline";
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAGlC,OAAO,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAOtE,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAQ/D,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAWvD,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AA4DlE,OAAO,EAAE,WAAW,EAAE,CAAC;AAEvB,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { AzureSupportedClouds } from \"./static-helpers/cloudSettingHelpers.js\";\nimport { AzureClouds } from \"./static-helpers/cloudSettingHelpers.js\";\nimport type {\n PageSettings,\n ContinuablePage,\n PagedAsyncIterableIterator,\n} from \"./static-helpers/pagingHelpers.js\";\n\nexport { ResourceGraphClient } from \"./resourceGraphClient.js\";\nexport type {\n ProxyResource,\n Resource,\n SystemData,\n CreatedByType,\n ResourcesHistoryResponse,\n} from \"./models/index.js\";\nexport { KnownCreatedByType } from \"./models/index.js\";\nexport type {\n GraphQueryResource,\n GraphQueryProperties,\n ResultKind,\n GraphQueryError,\n GraphQueryErrorError,\n ErrorFieldContract,\n GraphQueryUpdateParameters,\n GraphQueryPropertiesUpdateParameters,\n} from \"./models/graphQueryApi/index.js\";\nexport { KnownResultKind } from \"./models/graphQueryApi/index.js\";\nexport type {\n ResourceChangesRequestParameters,\n ResourceChangesRequestParametersInterval,\n ResourceChangeList,\n ResourceChangeData,\n ResourceChangeDataBeforeSnapshot,\n ResourceChangeDataAfterSnapshot,\n ChangeType,\n ResourcePropertyChange,\n ChangeCategory,\n PropertyChangeType,\n ResourceSnapshotData,\n ResourceChangeDetailsRequestParameters,\n} from \"./models/resourceChanges/index.js\";\nexport type {\n QueryRequest,\n QueryRequestOptions,\n AuthorizationScopeFilter,\n FacetRequest,\n FacetRequestOptions,\n FacetSortOrder,\n QueryResponse,\n ResultTruncated,\n Facet,\n FacetUnion,\n FacetResult,\n FacetError,\n Operation,\n OperationDisplay,\n} from \"./models/resourceGraphApi/index.js\";\nexport type {\n DateTimeInterval,\n ErrorResponse,\n ErrorModel,\n ErrorDetails,\n ResultFormat,\n} from \"./models/resourceGraphCommon/index.js\";\nexport type {\n ResourcesHistoryRequest,\n ResourcesHistoryRequestOptions,\n} from \"./models/resourceHistory/index.js\";\nexport type {\n ResourcesHistoryOptionalParams,\n ResourcesOptionalParams,\n ResourceChangeDetailsOptionalParams,\n ResourceChangesOptionalParams,\n ResourceGraphClientOptionalParams,\n} from \"./api/index.js\";\nexport type {\n GraphQueryListBySubscriptionOptionalParams,\n GraphQueryListOptionalParams,\n GraphQueryDeleteOptionalParams,\n GraphQueryUpdateOptionalParams,\n GraphQueryCreateOrUpdateOptionalParams,\n GraphQueryGetOptionalParams,\n} from \"./api/graphQuery/index.js\";\nexport type { OperationsListOptionalParams } from \"./api/operations/index.js\";\nexport type { GraphQueryOperations, OperationsOperations } from \"./classic/index.js\";\nexport type { PageSettings, ContinuablePage, PagedAsyncIterableIterator };\nexport { AzureClouds };\nexport type { AzureSupportedClouds };\nexport { RestError, isRestError } from \"@azure/core-rest-pipeline\";\n"]}
@@ -0,0 +1,2 @@
1
+ export declare const logger: import("@azure/logger").AzureLogger;
2
+ //# sourceMappingURL=logger.d.ts.map
@@ -0,0 +1,5 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import { createClientLogger } from "@azure/logger";
4
+ export const logger = createClientLogger("arm-resourcegraph");
5
+ //# sourceMappingURL=logger.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logger.js","sourceRoot":"","sources":["../../src/logger.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACnD,MAAM,CAAC,MAAM,MAAM,GAAG,kBAAkB,CAAC,mBAAmB,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createClientLogger } from \"@azure/logger\";\nexport const logger = createClientLogger(\"arm-resourcegraph\");\n"]}
@@ -0,0 +1,3 @@
1
+ export type { GraphQueryResource, GraphQueryProperties, ResultKind, GraphQueryError, GraphQueryErrorError, ErrorFieldContract, GraphQueryUpdateParameters, GraphQueryPropertiesUpdateParameters, } from "./models.js";
2
+ export { KnownResultKind } from "./models.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,4 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export { KnownResultKind } from "./models.js";
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/graphQueryApi/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAYlC,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport type {\n GraphQueryResource,\n GraphQueryProperties,\n ResultKind,\n GraphQueryError,\n GraphQueryErrorError,\n ErrorFieldContract,\n GraphQueryUpdateParameters,\n GraphQueryPropertiesUpdateParameters,\n} from \"./models.js\";\nexport { KnownResultKind } from \"./models.js\";\n"]}
@@ -0,0 +1,116 @@
1
+ import type { ProxyResource } from "../models.js";
2
+ /**
3
+ * This file contains only generated model types and their (de)serializers.
4
+ * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
5
+ */
6
+ /** Graph Query entity definition. */
7
+ export interface GraphQueryResource extends ProxyResource {
8
+ /** Resource tags. */
9
+ tags?: Record<string, string>;
10
+ /** The location of the resource */
11
+ location?: string;
12
+ /** This will be used to handle Optimistic Concurrency. If not present, it will always overwrite the existing resource without checking conflict. */
13
+ etag?: string;
14
+ /** Date and time in UTC of the last modification that was made to this graph query definition. */
15
+ readonly timeModified?: Date;
16
+ /** The description of a graph query. */
17
+ description?: string;
18
+ /** KQL query that will be graph. */
19
+ query?: string;
20
+ /** Enum indicating a type of graph query. */
21
+ readonly resultKind?: ResultKind;
22
+ }
23
+ export declare function graphQueryResourceSerializer(item: GraphQueryResource): any;
24
+ export declare function graphQueryResourceDeserializer(item: any): GraphQueryResource;
25
+ /** Properties that contain a graph query. */
26
+ export interface GraphQueryProperties {
27
+ /** Date and time in UTC of the last modification that was made to this graph query definition. */
28
+ readonly timeModified?: Date;
29
+ /** The description of a graph query. */
30
+ description?: string;
31
+ /** KQL query that will be graph. */
32
+ query: string;
33
+ /** Enum indicating a type of graph query. */
34
+ readonly resultKind?: ResultKind;
35
+ }
36
+ export declare function graphQueryPropertiesSerializer(item: GraphQueryProperties): any;
37
+ export declare function graphQueryPropertiesDeserializer(item: any): GraphQueryProperties;
38
+ /** Enum indicating a type of graph query. */
39
+ export declare enum KnownResultKind {
40
+ /** basic */
41
+ Basic = "basic"
42
+ }
43
+ /**
44
+ * Enum indicating a type of graph query. \
45
+ * {@link KnownResultKind} can be used interchangeably with ResultKind,
46
+ * this enum contains the known values that the service supports.
47
+ * ### Known values supported by the service
48
+ * **basic**: basic
49
+ */
50
+ export type ResultKind = string;
51
+ /** Error message body that will indicate why the operation failed. */
52
+ export interface GraphQueryError {
53
+ /** The error object. */
54
+ error?: GraphQueryErrorError;
55
+ }
56
+ export declare function graphQueryErrorDeserializer(item: any): GraphQueryError;
57
+ /** The error object. */
58
+ export interface GraphQueryErrorError {
59
+ /** Service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response. */
60
+ code?: string;
61
+ /** Human-readable representation of the error. */
62
+ message?: string;
63
+ /** The list of invalid fields send in request, in case of validation error. */
64
+ details?: ErrorFieldContract[];
65
+ }
66
+ export declare function graphQueryErrorErrorDeserializer(item: any): GraphQueryErrorError;
67
+ export declare function errorFieldContractArrayDeserializer(result: Array<ErrorFieldContract>): any[];
68
+ /** Error Field contract. */
69
+ export interface ErrorFieldContract {
70
+ /** Property level error code. */
71
+ code?: string;
72
+ /** Human-readable representation of property-level error. */
73
+ message?: string;
74
+ /** Property name. */
75
+ target?: string;
76
+ }
77
+ export declare function errorFieldContractDeserializer(item: any): ErrorFieldContract;
78
+ /** The parameters that can be provided when updating workbook properties properties. */
79
+ export interface GraphQueryUpdateParameters {
80
+ /** Resource tags */
81
+ tags?: Record<string, string>;
82
+ /** This will be used to handle Optimistic Concurrency. If not present, it will always overwrite the existing resource without checking conflict. */
83
+ etag?: string;
84
+ /** The description of a graph query. */
85
+ description?: string;
86
+ /** KQL query that will be graph. */
87
+ query?: string;
88
+ }
89
+ export declare function graphQueryUpdateParametersSerializer(item: GraphQueryUpdateParameters): any;
90
+ /** Properties that contain a workbook for PATCH operation. */
91
+ export interface GraphQueryPropertiesUpdateParameters {
92
+ /** The description of a graph query. */
93
+ description?: string;
94
+ /** KQL query that will be graph. */
95
+ query?: string;
96
+ }
97
+ export declare function graphQueryPropertiesUpdateParametersSerializer(item: GraphQueryPropertiesUpdateParameters): any;
98
+ /** Graph query list result. */
99
+ export interface _GraphQueryListResult {
100
+ /** The GraphQueryResource items on this page */
101
+ value: GraphQueryResource[];
102
+ /** The link to the next page of items */
103
+ nextLink?: string;
104
+ }
105
+ export declare function _graphQueryListResultDeserializer(item: any): _GraphQueryListResult;
106
+ export declare function graphQueryResourceArraySerializer(result: Array<GraphQueryResource>): any[];
107
+ export declare function graphQueryResourceArrayDeserializer(result: Array<GraphQueryResource>): any[];
108
+ export declare function _graphQueryResourcePropertiesSerializer(item: GraphQueryResource): any;
109
+ export declare function _graphQueryResourcePropertiesDeserializer(item: any): {
110
+ timeModified: any;
111
+ description: any;
112
+ query: any;
113
+ resultKind: any;
114
+ };
115
+ export declare function _graphQueryUpdateParametersPropertiesSerializer(item: GraphQueryUpdateParameters): any;
116
+ //# sourceMappingURL=models.d.ts.map
@@ -0,0 +1,118 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import { areAllPropsUndefined } from "../../static-helpers/serialization/check-prop-undefined.js";
4
+ import { systemDataDeserializer } from "../models.js";
5
+ export function graphQueryResourceSerializer(item) {
6
+ return {
7
+ properties: areAllPropsUndefined(item, ["description", "query"])
8
+ ? undefined
9
+ : _graphQueryResourcePropertiesSerializer(item),
10
+ tags: item["tags"],
11
+ location: item["location"],
12
+ etag: item["etag"],
13
+ };
14
+ }
15
+ export function graphQueryResourceDeserializer(item) {
16
+ return {
17
+ id: item["id"],
18
+ name: item["name"],
19
+ type: item["type"],
20
+ systemData: !item["systemData"]
21
+ ? item["systemData"]
22
+ : systemDataDeserializer(item["systemData"]),
23
+ ...(!item["properties"]
24
+ ? item["properties"]
25
+ : _graphQueryResourcePropertiesDeserializer(item["properties"])),
26
+ tags: !item["tags"]
27
+ ? item["tags"]
28
+ : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
29
+ location: item["location"],
30
+ etag: item["etag"],
31
+ };
32
+ }
33
+ export function graphQueryPropertiesSerializer(item) {
34
+ return { description: item["description"], query: item["query"] };
35
+ }
36
+ export function graphQueryPropertiesDeserializer(item) {
37
+ return {
38
+ timeModified: !item["timeModified"] ? item["timeModified"] : new Date(item["timeModified"]),
39
+ description: item["description"],
40
+ query: item["query"],
41
+ resultKind: item["resultKind"],
42
+ };
43
+ }
44
+ /** Enum indicating a type of graph query. */
45
+ export var KnownResultKind;
46
+ (function (KnownResultKind) {
47
+ /** basic */
48
+ KnownResultKind["Basic"] = "basic";
49
+ })(KnownResultKind || (KnownResultKind = {}));
50
+ export function graphQueryErrorDeserializer(item) {
51
+ return {
52
+ error: !item["error"] ? item["error"] : graphQueryErrorErrorDeserializer(item["error"]),
53
+ };
54
+ }
55
+ export function graphQueryErrorErrorDeserializer(item) {
56
+ return {
57
+ code: item["code"],
58
+ message: item["message"],
59
+ details: !item["details"]
60
+ ? item["details"]
61
+ : errorFieldContractArrayDeserializer(item["details"]),
62
+ };
63
+ }
64
+ export function errorFieldContractArrayDeserializer(result) {
65
+ return result.map((item) => {
66
+ return errorFieldContractDeserializer(item);
67
+ });
68
+ }
69
+ export function errorFieldContractDeserializer(item) {
70
+ return {
71
+ code: item["code"],
72
+ message: item["message"],
73
+ target: item["target"],
74
+ };
75
+ }
76
+ export function graphQueryUpdateParametersSerializer(item) {
77
+ return {
78
+ tags: item["tags"],
79
+ etag: item["etag"],
80
+ properties: areAllPropsUndefined(item, ["description", "query"])
81
+ ? undefined
82
+ : _graphQueryUpdateParametersPropertiesSerializer(item),
83
+ };
84
+ }
85
+ export function graphQueryPropertiesUpdateParametersSerializer(item) {
86
+ return { description: item["description"], query: item["query"] };
87
+ }
88
+ export function _graphQueryListResultDeserializer(item) {
89
+ return {
90
+ value: graphQueryResourceArrayDeserializer(item["value"]),
91
+ nextLink: item["nextLink"],
92
+ };
93
+ }
94
+ export function graphQueryResourceArraySerializer(result) {
95
+ return result.map((item) => {
96
+ return graphQueryResourceSerializer(item);
97
+ });
98
+ }
99
+ export function graphQueryResourceArrayDeserializer(result) {
100
+ return result.map((item) => {
101
+ return graphQueryResourceDeserializer(item);
102
+ });
103
+ }
104
+ export function _graphQueryResourcePropertiesSerializer(item) {
105
+ return { description: item["description"], query: item["query"] };
106
+ }
107
+ export function _graphQueryResourcePropertiesDeserializer(item) {
108
+ return {
109
+ timeModified: !item["timeModified"] ? item["timeModified"] : new Date(item["timeModified"]),
110
+ description: item["description"],
111
+ query: item["query"],
112
+ resultKind: item["resultKind"],
113
+ };
114
+ }
115
+ export function _graphQueryUpdateParametersPropertiesSerializer(item) {
116
+ return { description: item["description"], query: item["query"] };
117
+ }
118
+ //# sourceMappingURL=models.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../../src/models/graphQueryApi/models.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { areAllPropsUndefined } from \"../../static-helpers/serialization/check-prop-undefined.js\";\nimport type { ProxyResource } from \"../models.js\";\nimport { systemDataDeserializer } from \"../models.js\";\n\n/**\n * This file contains only generated model types and their (de)serializers.\n * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.\n */\n/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/explicit-module-boundary-types */\n/** Graph Query entity definition. */\nexport interface GraphQueryResource extends ProxyResource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The location of the resource */\n location?: string;\n /** This will be used to handle Optimistic Concurrency. If not present, it will always overwrite the existing resource without checking conflict. */\n etag?: string;\n /** Date and time in UTC of the last modification that was made to this graph query definition. */\n readonly timeModified?: Date;\n /** The description of a graph query. */\n description?: string;\n /** KQL query that will be graph. */\n query?: string;\n /** Enum indicating a type of graph query. */\n readonly resultKind?: ResultKind;\n}\n\nexport function graphQueryResourceSerializer(item: GraphQueryResource): any {\n return {\n properties: areAllPropsUndefined(item, [\"description\", \"query\"])\n ? undefined\n : _graphQueryResourcePropertiesSerializer(item),\n tags: item[\"tags\"],\n location: item[\"location\"],\n etag: item[\"etag\"],\n };\n}\n\nexport function graphQueryResourceDeserializer(item: any): GraphQueryResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _graphQueryResourcePropertiesDeserializer(item[\"properties\"])),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n etag: item[\"etag\"],\n };\n}\n\n/** Properties that contain a graph query. */\nexport interface GraphQueryProperties {\n /** Date and time in UTC of the last modification that was made to this graph query definition. */\n readonly timeModified?: Date;\n /** The description of a graph query. */\n description?: string;\n /** KQL query that will be graph. */\n query: string;\n /** Enum indicating a type of graph query. */\n readonly resultKind?: ResultKind;\n}\n\nexport function graphQueryPropertiesSerializer(item: GraphQueryProperties): any {\n return { description: item[\"description\"], query: item[\"query\"] };\n}\n\nexport function graphQueryPropertiesDeserializer(item: any): GraphQueryProperties {\n return {\n timeModified: !item[\"timeModified\"] ? item[\"timeModified\"] : new Date(item[\"timeModified\"]),\n description: item[\"description\"],\n query: item[\"query\"],\n resultKind: item[\"resultKind\"],\n };\n}\n\n/** Enum indicating a type of graph query. */\nexport enum KnownResultKind {\n /** basic */\n Basic = \"basic\",\n}\n\n/**\n * Enum indicating a type of graph query. \\\n * {@link KnownResultKind} can be used interchangeably with ResultKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **basic**: basic\n */\nexport type ResultKind = string;\n\n/** Error message body that will indicate why the operation failed. */\nexport interface GraphQueryError {\n /** The error object. */\n error?: GraphQueryErrorError;\n}\n\nexport function graphQueryErrorDeserializer(item: any): GraphQueryError {\n return {\n error: !item[\"error\"] ? item[\"error\"] : graphQueryErrorErrorDeserializer(item[\"error\"]),\n };\n}\n\n/** The error object. */\nexport interface GraphQueryErrorError {\n /** Service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response. */\n code?: string;\n /** Human-readable representation of the error. */\n message?: string;\n /** The list of invalid fields send in request, in case of validation error. */\n details?: ErrorFieldContract[];\n}\n\nexport function graphQueryErrorErrorDeserializer(item: any): GraphQueryErrorError {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n details: !item[\"details\"]\n ? item[\"details\"]\n : errorFieldContractArrayDeserializer(item[\"details\"]),\n };\n}\n\nexport function errorFieldContractArrayDeserializer(result: Array<ErrorFieldContract>): any[] {\n return result.map((item) => {\n return errorFieldContractDeserializer(item);\n });\n}\n\n/** Error Field contract. */\nexport interface ErrorFieldContract {\n /** Property level error code. */\n code?: string;\n /** Human-readable representation of property-level error. */\n message?: string;\n /** Property name. */\n target?: string;\n}\n\nexport function errorFieldContractDeserializer(item: any): ErrorFieldContract {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n };\n}\n\n/** The parameters that can be provided when updating workbook properties properties. */\nexport interface GraphQueryUpdateParameters {\n /** Resource tags */\n tags?: Record<string, string>;\n /** This will be used to handle Optimistic Concurrency. If not present, it will always overwrite the existing resource without checking conflict. */\n etag?: string;\n /** The description of a graph query. */\n description?: string;\n /** KQL query that will be graph. */\n query?: string;\n}\n\nexport function graphQueryUpdateParametersSerializer(item: GraphQueryUpdateParameters): any {\n return {\n tags: item[\"tags\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\"description\", \"query\"])\n ? undefined\n : _graphQueryUpdateParametersPropertiesSerializer(item),\n };\n}\n\n/** Properties that contain a workbook for PATCH operation. */\nexport interface GraphQueryPropertiesUpdateParameters {\n /** The description of a graph query. */\n description?: string;\n /** KQL query that will be graph. */\n query?: string;\n}\n\nexport function graphQueryPropertiesUpdateParametersSerializer(\n item: GraphQueryPropertiesUpdateParameters,\n): any {\n return { description: item[\"description\"], query: item[\"query\"] };\n}\n\n/** Graph query list result. */\nexport interface _GraphQueryListResult {\n /** The GraphQueryResource items on this page */\n value: GraphQueryResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _graphQueryListResultDeserializer(item: any): _GraphQueryListResult {\n return {\n value: graphQueryResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function graphQueryResourceArraySerializer(result: Array<GraphQueryResource>): any[] {\n return result.map((item) => {\n return graphQueryResourceSerializer(item);\n });\n}\n\nexport function graphQueryResourceArrayDeserializer(result: Array<GraphQueryResource>): any[] {\n return result.map((item) => {\n return graphQueryResourceDeserializer(item);\n });\n}\n\nexport function _graphQueryResourcePropertiesSerializer(item: GraphQueryResource): any {\n return { description: item[\"description\"], query: item[\"query\"] };\n}\n\nexport function _graphQueryResourcePropertiesDeserializer(item: any) {\n return {\n timeModified: !item[\"timeModified\"] ? item[\"timeModified\"] : new Date(item[\"timeModified\"]),\n description: item[\"description\"],\n query: item[\"query\"],\n resultKind: item[\"resultKind\"],\n };\n}\n\nexport function _graphQueryUpdateParametersPropertiesSerializer(\n item: GraphQueryUpdateParameters,\n): any {\n return { description: item[\"description\"], query: item[\"query\"] };\n}\n"]}
@@ -0,0 +1,3 @@
1
+ export type { ProxyResource, Resource, SystemData, CreatedByType, ResourcesHistoryResponse, } from "./models.js";
2
+ export { KnownCreatedByType } from "./models.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,4 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export { KnownCreatedByType } from "./models.js";
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AASlC,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport type {\n ProxyResource,\n Resource,\n SystemData,\n CreatedByType,\n ResourcesHistoryResponse,\n} from \"./models.js\";\nexport { KnownCreatedByType } from \"./models.js\";\n"]}
@@ -0,0 +1,64 @@
1
+ /**
2
+ * This file contains only generated model types and their (de)serializers.
3
+ * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
4
+ */
5
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
6
+ export interface ProxyResource extends Resource {
7
+ }
8
+ export declare function proxyResourceSerializer(_item: ProxyResource): any;
9
+ export declare function proxyResourceDeserializer(item: any): ProxyResource;
10
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
11
+ export interface Resource {
12
+ /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
13
+ readonly id?: string;
14
+ /** The name of the resource */
15
+ readonly name?: string;
16
+ /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
17
+ readonly type?: string;
18
+ /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
19
+ readonly systemData?: SystemData;
20
+ }
21
+ export declare function resourceSerializer(_item: Resource): any;
22
+ export declare function resourceDeserializer(item: any): Resource;
23
+ /** Metadata pertaining to creation and last modification of the resource. */
24
+ export interface SystemData {
25
+ /** The identity that created the resource. */
26
+ createdBy?: string;
27
+ /** The type of identity that created the resource. */
28
+ createdByType?: CreatedByType;
29
+ /** The timestamp of resource creation (UTC). */
30
+ createdAt?: Date;
31
+ /** The identity that last modified the resource. */
32
+ lastModifiedBy?: string;
33
+ /** The type of identity that last modified the resource. */
34
+ lastModifiedByType?: CreatedByType;
35
+ /** The timestamp of resource last modification (UTC) */
36
+ lastModifiedAt?: Date;
37
+ }
38
+ export declare function systemDataDeserializer(item: any): SystemData;
39
+ /** The kind of entity that created the resource. */
40
+ export declare enum KnownCreatedByType {
41
+ /** The entity was created by a user. */
42
+ User = "User",
43
+ /** The entity was created by an application. */
44
+ Application = "Application",
45
+ /** The entity was created by a managed identity. */
46
+ ManagedIdentity = "ManagedIdentity",
47
+ /** The entity was created by a key. */
48
+ Key = "Key"
49
+ }
50
+ /**
51
+ * The kind of entity that created the resource. \
52
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
53
+ * this enum contains the known values that the service supports.
54
+ * ### Known values supported by the service
55
+ * **User**: The entity was created by a user. \
56
+ * **Application**: The entity was created by an application. \
57
+ * **ManagedIdentity**: The entity was created by a managed identity. \
58
+ * **Key**: The entity was created by a key.
59
+ */
60
+ export type CreatedByType = string;
61
+ export type ResourcesHistoryResponse = {
62
+ body: any;
63
+ };
64
+ //# sourceMappingURL=models.d.ts.map
@@ -0,0 +1,53 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export function proxyResourceSerializer(_item) {
4
+ return {};
5
+ }
6
+ export function proxyResourceDeserializer(item) {
7
+ return {
8
+ id: item["id"],
9
+ name: item["name"],
10
+ type: item["type"],
11
+ systemData: !item["systemData"]
12
+ ? item["systemData"]
13
+ : systemDataDeserializer(item["systemData"]),
14
+ };
15
+ }
16
+ export function resourceSerializer(_item) {
17
+ return {};
18
+ }
19
+ export function resourceDeserializer(item) {
20
+ return {
21
+ id: item["id"],
22
+ name: item["name"],
23
+ type: item["type"],
24
+ systemData: !item["systemData"]
25
+ ? item["systemData"]
26
+ : systemDataDeserializer(item["systemData"]),
27
+ };
28
+ }
29
+ export function systemDataDeserializer(item) {
30
+ return {
31
+ createdBy: item["createdBy"],
32
+ createdByType: item["createdByType"],
33
+ createdAt: !item["createdAt"] ? item["createdAt"] : new Date(item["createdAt"]),
34
+ lastModifiedBy: item["lastModifiedBy"],
35
+ lastModifiedByType: item["lastModifiedByType"],
36
+ lastModifiedAt: !item["lastModifiedAt"]
37
+ ? item["lastModifiedAt"]
38
+ : new Date(item["lastModifiedAt"]),
39
+ };
40
+ }
41
+ /** The kind of entity that created the resource. */
42
+ export var KnownCreatedByType;
43
+ (function (KnownCreatedByType) {
44
+ /** The entity was created by a user. */
45
+ KnownCreatedByType["User"] = "User";
46
+ /** The entity was created by an application. */
47
+ KnownCreatedByType["Application"] = "Application";
48
+ /** The entity was created by a managed identity. */
49
+ KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
50
+ /** The entity was created by a key. */
51
+ KnownCreatedByType["Key"] = "Key";
52
+ })(KnownCreatedByType || (KnownCreatedByType = {}));
53
+ //# sourceMappingURL=models.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAWlC,MAAM,UAAU,uBAAuB,CAAC,KAAoB;IAC1D,OAAO,EAAE,CAAC;AACZ,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC/C,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,kBAAkB,CAAC,KAAe;IAChD,OAAO,EAAE,CAAC;AACZ,CAAC;AAED,MAAM,UAAU,oBAAoB,CAAC,IAAS;IAC5C,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC/C,CAAC;AACJ,CAAC;AAkBD,MAAM,UAAU,sBAAsB,CAAC,IAAS;IAC9C,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC/E,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;KACrC,CAAC;AACJ,CAAC;AAED,oDAAoD;AACpD,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,wCAAwC;IACxC,mCAAa,CAAA;IACb,gDAAgD;IAChD,iDAA2B,CAAA;IAC3B,oDAAoD;IACpD,yDAAmC,CAAA;IACnC,uCAAuC;IACvC,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/**\n * This file contains only generated model types and their (de)serializers.\n * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.\n */\n/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/explicit-module-boundary-types */\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceSerializer(_item: ProxyResource): any {\n return {};\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(_item: Resource): any {\n return {};\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\nexport type ResourcesHistoryResponse = { body: any };\n"]}
@@ -0,0 +1,2 @@
1
+ export type { ResourceChangesRequestParameters, ResourceChangesRequestParametersInterval, ResourceChangeList, ResourceChangeData, ResourceChangeDataBeforeSnapshot, ResourceChangeDataAfterSnapshot, ChangeType, ResourcePropertyChange, ChangeCategory, PropertyChangeType, ResourceSnapshotData, ResourceChangeDetailsRequestParameters, } from "./models.js";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,4 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export {};
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/resourceChanges/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport type {\n ResourceChangesRequestParameters,\n ResourceChangesRequestParametersInterval,\n ResourceChangeList,\n ResourceChangeData,\n ResourceChangeDataBeforeSnapshot,\n ResourceChangeDataAfterSnapshot,\n ChangeType,\n ResourcePropertyChange,\n ChangeCategory,\n PropertyChangeType,\n ResourceSnapshotData,\n ResourceChangeDetailsRequestParameters,\n} from \"./models.js\";\n"]}