@azure/arm-appinsights 5.0.0-alpha.20250102.1 → 5.0.0-alpha.20250106.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 (1256) hide show
  1. package/dist/browser/applicationInsightsManagementClient.d.ts +35 -0
  2. package/dist/browser/applicationInsightsManagementClient.d.ts.map +1 -0
  3. package/dist/browser/applicationInsightsManagementClient.js +88 -0
  4. package/dist/browser/applicationInsightsManagementClient.js.map +1 -0
  5. package/dist/browser/index.d.ts +5 -0
  6. package/dist/browser/index.d.ts.map +1 -0
  7. package/dist/browser/index.js +13 -0
  8. package/dist/browser/index.js.map +1 -0
  9. package/dist/browser/models/index.js.map +1 -0
  10. package/dist/browser/models/mappers.js.map +1 -0
  11. package/dist/browser/models/parameters.js +515 -0
  12. package/dist/browser/models/parameters.js.map +1 -0
  13. package/dist/browser/operations/aPIKeys.d.ts +55 -0
  14. package/dist/browser/operations/aPIKeys.d.ts.map +1 -0
  15. package/dist/browser/operations/aPIKeys.js +191 -0
  16. package/dist/browser/operations/aPIKeys.js.map +1 -0
  17. package/dist/browser/operations/analyticsItems.d.ts +51 -0
  18. package/dist/browser/operations/analyticsItems.d.ts.map +1 -0
  19. package/dist/browser/operations/analyticsItems.js +157 -0
  20. package/dist/browser/operations/analyticsItems.js.map +1 -0
  21. package/dist/browser/operations/annotations.d.ts +63 -0
  22. package/dist/browser/operations/annotations.d.ts.map +1 -0
  23. package/dist/browser/operations/annotations.js +213 -0
  24. package/dist/browser/operations/annotations.js.map +1 -0
  25. package/dist/browser/operations/componentAvailableFeatures.d.ts +20 -0
  26. package/dist/browser/operations/componentAvailableFeatures.d.ts.map +1 -0
  27. package/dist/browser/operations/componentAvailableFeatures.js +50 -0
  28. package/dist/browser/operations/componentAvailableFeatures.js.map +1 -0
  29. package/dist/browser/operations/componentCurrentBillingFeatures.d.ts +29 -0
  30. package/dist/browser/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
  31. package/dist/browser/operations/componentCurrentBillingFeatures.js +81 -0
  32. package/dist/browser/operations/componentCurrentBillingFeatures.js.map +1 -0
  33. package/dist/browser/operations/componentFeatureCapabilities.d.ts +20 -0
  34. package/dist/browser/operations/componentFeatureCapabilities.d.ts.map +1 -0
  35. package/dist/browser/operations/componentFeatureCapabilities.js +50 -0
  36. package/dist/browser/operations/componentFeatureCapabilities.js.map +1 -0
  37. package/dist/browser/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
  38. package/dist/browser/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  39. package/dist/browser/operations/componentLinkedStorageAccountsOperations.js +174 -0
  40. package/dist/browser/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
  41. package/dist/browser/operations/componentQuotaStatus.d.ts +20 -0
  42. package/dist/browser/operations/componentQuotaStatus.d.ts.map +1 -0
  43. package/dist/browser/operations/componentQuotaStatus.js +50 -0
  44. package/dist/browser/operations/componentQuotaStatus.js.map +1 -0
  45. package/dist/browser/operations/components.d.ts +108 -0
  46. package/dist/browser/operations/components.d.ts.map +1 -0
  47. package/dist/browser/operations/components.js +457 -0
  48. package/dist/browser/operations/components.js.map +1 -0
  49. package/dist/browser/operations/exportConfigurations.d.ts +58 -0
  50. package/dist/browser/operations/exportConfigurations.d.ts.map +1 -0
  51. package/dist/browser/operations/exportConfigurations.js +195 -0
  52. package/dist/browser/operations/exportConfigurations.js.map +1 -0
  53. package/dist/browser/operations/favorites.d.ts +55 -0
  54. package/dist/browser/operations/favorites.d.ts.map +1 -0
  55. package/dist/browser/operations/favorites.js +196 -0
  56. package/dist/browser/operations/favorites.js.map +1 -0
  57. package/dist/browser/operations/index.d.ts +20 -0
  58. package/dist/browser/operations/index.d.ts.map +1 -0
  59. package/dist/browser/operations/index.js +27 -0
  60. package/dist/browser/operations/index.js.map +1 -0
  61. package/dist/browser/operations/liveToken.d.ts +19 -0
  62. package/dist/browser/operations/liveToken.d.ts.map +1 -0
  63. package/dist/browser/operations/liveToken.js +47 -0
  64. package/dist/browser/operations/liveToken.js.map +1 -0
  65. package/dist/browser/operations/myWorkbooks.d.ts +89 -0
  66. package/dist/browser/operations/myWorkbooks.d.ts.map +1 -0
  67. package/dist/browser/operations/myWorkbooks.js +414 -0
  68. package/dist/browser/operations/myWorkbooks.js.map +1 -0
  69. package/dist/browser/operations/proactiveDetectionConfigurations.d.ts +40 -0
  70. package/dist/browser/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
  71. package/dist/browser/operations/proactiveDetectionConfigurations.js +130 -0
  72. package/dist/browser/operations/proactiveDetectionConfigurations.js.map +1 -0
  73. package/dist/browser/operations/webTestLocations.d.ts +30 -0
  74. package/dist/browser/operations/webTestLocations.d.ts.map +1 -0
  75. package/dist/browser/operations/webTestLocations.js +102 -0
  76. package/dist/browser/operations/webTestLocations.js.map +1 -0
  77. package/dist/browser/operations/webTests.d.ts +108 -0
  78. package/dist/browser/operations/webTests.d.ts.map +1 -0
  79. package/dist/browser/operations/webTests.js +475 -0
  80. package/dist/browser/operations/webTests.js.map +1 -0
  81. package/dist/browser/operations/workItemConfigurations.d.ts +75 -0
  82. package/dist/browser/operations/workItemConfigurations.d.ts.map +1 -0
  83. package/dist/browser/operations/workItemConfigurations.js +263 -0
  84. package/dist/browser/operations/workItemConfigurations.js.map +1 -0
  85. package/dist/browser/operations/workbookTemplates.d.ts +57 -0
  86. package/dist/browser/operations/workbookTemplates.d.ts.map +1 -0
  87. package/dist/browser/operations/workbookTemplates.js +229 -0
  88. package/dist/browser/operations/workbookTemplates.js.map +1 -0
  89. package/dist/browser/operations/workbooks.d.ts +120 -0
  90. package/dist/browser/operations/workbooks.d.ts.map +1 -0
  91. package/dist/browser/operations/workbooks.js +570 -0
  92. package/dist/browser/operations/workbooks.js.map +1 -0
  93. package/dist/browser/operationsInterfaces/aPIKeys.d.ts +38 -0
  94. package/dist/browser/operationsInterfaces/aPIKeys.d.ts.map +1 -0
  95. package/dist/browser/operationsInterfaces/aPIKeys.js.map +1 -0
  96. package/dist/browser/operationsInterfaces/analyticsItems.d.ts +43 -0
  97. package/dist/browser/operationsInterfaces/analyticsItems.d.ts.map +1 -0
  98. package/dist/browser/operationsInterfaces/analyticsItems.js.map +1 -0
  99. package/dist/browser/operationsInterfaces/annotations.d.ts +43 -0
  100. package/dist/browser/operationsInterfaces/annotations.d.ts.map +1 -0
  101. package/dist/browser/operationsInterfaces/annotations.js.map +1 -0
  102. package/dist/browser/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
  103. package/dist/browser/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
  104. package/dist/browser/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
  105. package/dist/browser/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
  106. package/dist/browser/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
  107. package/dist/browser/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
  108. package/dist/browser/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
  109. package/dist/browser/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
  110. package/dist/browser/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
  111. package/dist/browser/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
  112. package/dist/browser/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  113. package/dist/browser/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
  114. package/dist/browser/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
  115. package/dist/browser/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
  116. package/dist/browser/operationsInterfaces/componentQuotaStatus.js.map +1 -0
  117. package/dist/browser/operationsInterfaces/components.d.ts +72 -0
  118. package/dist/browser/operationsInterfaces/components.d.ts.map +1 -0
  119. package/dist/browser/operationsInterfaces/components.js.map +1 -0
  120. package/dist/browser/operationsInterfaces/exportConfigurations.d.ts +50 -0
  121. package/dist/browser/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
  122. package/dist/browser/operationsInterfaces/exportConfigurations.js.map +1 -0
  123. package/dist/browser/operationsInterfaces/favorites.d.ts +47 -0
  124. package/dist/browser/operationsInterfaces/favorites.d.ts.map +1 -0
  125. package/dist/browser/operationsInterfaces/favorites.js.map +1 -0
  126. package/dist/browser/operationsInterfaces/index.d.ts +20 -0
  127. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  128. package/dist/browser/operationsInterfaces/index.js +27 -0
  129. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  130. package/dist/browser/operationsInterfaces/liveToken.d.ts +11 -0
  131. package/dist/browser/operationsInterfaces/liveToken.d.ts.map +1 -0
  132. package/dist/browser/operationsInterfaces/liveToken.js.map +1 -0
  133. package/dist/browser/operationsInterfaces/myWorkbooks.d.ts +49 -0
  134. package/dist/browser/operationsInterfaces/myWorkbooks.d.ts.map +1 -0
  135. package/dist/browser/operationsInterfaces/myWorkbooks.js.map +1 -0
  136. package/dist/browser/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
  137. package/dist/browser/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
  138. package/dist/browser/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
  139. package/dist/browser/operationsInterfaces/webTestLocations.d.ts +13 -0
  140. package/dist/browser/operationsInterfaces/webTestLocations.d.ts.map +1 -0
  141. package/dist/browser/operationsInterfaces/webTestLocations.js.map +1 -0
  142. package/dist/browser/operationsInterfaces/webTests.d.ts +55 -0
  143. package/dist/browser/operationsInterfaces/webTests.d.ts.map +1 -0
  144. package/dist/browser/operationsInterfaces/webTests.js.map +1 -0
  145. package/dist/browser/operationsInterfaces/workItemConfigurations.d.ts +58 -0
  146. package/dist/browser/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
  147. package/dist/browser/operationsInterfaces/workItemConfigurations.js.map +1 -0
  148. package/dist/browser/operationsInterfaces/workbookTemplates.d.ts +41 -0
  149. package/dist/browser/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
  150. package/dist/browser/operationsInterfaces/workbookTemplates.js.map +1 -0
  151. package/dist/browser/operationsInterfaces/workbooks.d.ts +63 -0
  152. package/dist/browser/operationsInterfaces/workbooks.d.ts.map +1 -0
  153. package/dist/browser/operationsInterfaces/workbooks.js.map +1 -0
  154. package/dist/browser/package.json +3 -0
  155. package/dist/browser/pagingHelper.js.map +1 -0
  156. package/dist/commonjs/applicationInsightsManagementClient.d.ts +35 -0
  157. package/dist/commonjs/applicationInsightsManagementClient.d.ts.map +1 -0
  158. package/dist/commonjs/applicationInsightsManagementClient.js +93 -0
  159. package/dist/commonjs/applicationInsightsManagementClient.js.map +1 -0
  160. package/dist/commonjs/index.d.ts +5 -0
  161. package/dist/commonjs/index.d.ts.map +1 -0
  162. package/dist/commonjs/index.js +19 -0
  163. package/dist/commonjs/index.js.map +1 -0
  164. package/dist/commonjs/models/index.d.ts +2170 -0
  165. package/dist/commonjs/models/index.d.ts.map +1 -0
  166. package/dist/commonjs/models/index.js +189 -0
  167. package/dist/commonjs/models/index.js.map +1 -0
  168. package/dist/commonjs/models/mappers.d.ts +88 -0
  169. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  170. package/dist/commonjs/models/mappers.js +3080 -0
  171. package/dist/commonjs/models/mappers.js.map +1 -0
  172. package/dist/commonjs/models/parameters.d.ts +63 -0
  173. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  174. package/dist/commonjs/models/parameters.js +519 -0
  175. package/dist/commonjs/models/parameters.js.map +1 -0
  176. package/dist/commonjs/operations/aPIKeys.d.ts +55 -0
  177. package/dist/commonjs/operations/aPIKeys.d.ts.map +1 -0
  178. package/dist/commonjs/operations/aPIKeys.js +195 -0
  179. package/dist/commonjs/operations/aPIKeys.js.map +1 -0
  180. package/dist/commonjs/operations/analyticsItems.d.ts +51 -0
  181. package/dist/commonjs/operations/analyticsItems.d.ts.map +1 -0
  182. package/dist/commonjs/operations/analyticsItems.js +162 -0
  183. package/dist/commonjs/operations/analyticsItems.js.map +1 -0
  184. package/dist/commonjs/operations/annotations.d.ts +63 -0
  185. package/dist/commonjs/operations/annotations.d.ts.map +1 -0
  186. package/dist/commonjs/operations/annotations.js +217 -0
  187. package/dist/commonjs/operations/annotations.js.map +1 -0
  188. package/dist/commonjs/operations/componentAvailableFeatures.d.ts +20 -0
  189. package/dist/commonjs/operations/componentAvailableFeatures.d.ts.map +1 -0
  190. package/dist/commonjs/operations/componentAvailableFeatures.js +55 -0
  191. package/dist/commonjs/operations/componentAvailableFeatures.js.map +1 -0
  192. package/dist/commonjs/operations/componentCurrentBillingFeatures.d.ts +29 -0
  193. package/dist/commonjs/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
  194. package/dist/commonjs/operations/componentCurrentBillingFeatures.js +86 -0
  195. package/dist/commonjs/operations/componentCurrentBillingFeatures.js.map +1 -0
  196. package/dist/commonjs/operations/componentFeatureCapabilities.d.ts +20 -0
  197. package/dist/commonjs/operations/componentFeatureCapabilities.d.ts.map +1 -0
  198. package/dist/commonjs/operations/componentFeatureCapabilities.js +55 -0
  199. package/dist/commonjs/operations/componentFeatureCapabilities.js.map +1 -0
  200. package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
  201. package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  202. package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.js +179 -0
  203. package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
  204. package/dist/commonjs/operations/componentQuotaStatus.d.ts +20 -0
  205. package/dist/commonjs/operations/componentQuotaStatus.d.ts.map +1 -0
  206. package/dist/commonjs/operations/componentQuotaStatus.js +55 -0
  207. package/dist/commonjs/operations/componentQuotaStatus.js.map +1 -0
  208. package/dist/commonjs/operations/components.d.ts +108 -0
  209. package/dist/commonjs/operations/components.d.ts.map +1 -0
  210. package/dist/commonjs/operations/components.js +461 -0
  211. package/dist/commonjs/operations/components.js.map +1 -0
  212. package/dist/commonjs/operations/exportConfigurations.d.ts +58 -0
  213. package/dist/commonjs/operations/exportConfigurations.d.ts.map +1 -0
  214. package/dist/commonjs/operations/exportConfigurations.js +200 -0
  215. package/dist/commonjs/operations/exportConfigurations.js.map +1 -0
  216. package/dist/commonjs/operations/favorites.d.ts +55 -0
  217. package/dist/commonjs/operations/favorites.d.ts.map +1 -0
  218. package/dist/commonjs/operations/favorites.js +201 -0
  219. package/dist/commonjs/operations/favorites.js.map +1 -0
  220. package/dist/commonjs/operations/index.d.ts +20 -0
  221. package/dist/commonjs/operations/index.d.ts.map +1 -0
  222. package/dist/commonjs/operations/index.js +30 -0
  223. package/dist/commonjs/operations/index.js.map +1 -0
  224. package/dist/commonjs/operations/liveToken.d.ts +19 -0
  225. package/dist/commonjs/operations/liveToken.d.ts.map +1 -0
  226. package/dist/commonjs/operations/liveToken.js +52 -0
  227. package/dist/commonjs/operations/liveToken.js.map +1 -0
  228. package/dist/commonjs/operations/myWorkbooks.d.ts +89 -0
  229. package/dist/commonjs/operations/myWorkbooks.d.ts.map +1 -0
  230. package/dist/commonjs/operations/myWorkbooks.js +418 -0
  231. package/dist/commonjs/operations/myWorkbooks.js.map +1 -0
  232. package/dist/commonjs/operations/proactiveDetectionConfigurations.d.ts +40 -0
  233. package/dist/commonjs/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
  234. package/dist/commonjs/operations/proactiveDetectionConfigurations.js +135 -0
  235. package/dist/commonjs/operations/proactiveDetectionConfigurations.js.map +1 -0
  236. package/dist/commonjs/operations/webTestLocations.d.ts +30 -0
  237. package/dist/commonjs/operations/webTestLocations.d.ts.map +1 -0
  238. package/dist/commonjs/operations/webTestLocations.js +106 -0
  239. package/dist/commonjs/operations/webTestLocations.js.map +1 -0
  240. package/dist/commonjs/operations/webTests.d.ts +108 -0
  241. package/dist/commonjs/operations/webTests.d.ts.map +1 -0
  242. package/dist/commonjs/operations/webTests.js +479 -0
  243. package/dist/commonjs/operations/webTests.js.map +1 -0
  244. package/dist/commonjs/operations/workItemConfigurations.d.ts +75 -0
  245. package/dist/commonjs/operations/workItemConfigurations.d.ts.map +1 -0
  246. package/dist/commonjs/operations/workItemConfigurations.js +267 -0
  247. package/dist/commonjs/operations/workItemConfigurations.js.map +1 -0
  248. package/dist/commonjs/operations/workbookTemplates.d.ts +57 -0
  249. package/dist/commonjs/operations/workbookTemplates.d.ts.map +1 -0
  250. package/dist/commonjs/operations/workbookTemplates.js +233 -0
  251. package/dist/commonjs/operations/workbookTemplates.js.map +1 -0
  252. package/dist/commonjs/operations/workbooks.d.ts +120 -0
  253. package/dist/commonjs/operations/workbooks.d.ts.map +1 -0
  254. package/dist/commonjs/operations/workbooks.js +574 -0
  255. package/dist/commonjs/operations/workbooks.js.map +1 -0
  256. package/dist/commonjs/operationsInterfaces/aPIKeys.d.ts +38 -0
  257. package/dist/commonjs/operationsInterfaces/aPIKeys.d.ts.map +1 -0
  258. package/dist/commonjs/operationsInterfaces/aPIKeys.js +10 -0
  259. package/dist/commonjs/operationsInterfaces/aPIKeys.js.map +1 -0
  260. package/dist/commonjs/operationsInterfaces/analyticsItems.d.ts +43 -0
  261. package/dist/commonjs/operationsInterfaces/analyticsItems.d.ts.map +1 -0
  262. package/dist/commonjs/operationsInterfaces/analyticsItems.js +10 -0
  263. package/dist/commonjs/operationsInterfaces/analyticsItems.js.map +1 -0
  264. package/dist/commonjs/operationsInterfaces/annotations.d.ts +43 -0
  265. package/dist/commonjs/operationsInterfaces/annotations.d.ts.map +1 -0
  266. package/dist/commonjs/operationsInterfaces/annotations.js +10 -0
  267. package/dist/commonjs/operationsInterfaces/annotations.js.map +1 -0
  268. package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
  269. package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
  270. package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.js +10 -0
  271. package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
  272. package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
  273. package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
  274. package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.js +10 -0
  275. package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
  276. package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
  277. package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
  278. package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.js +10 -0
  279. package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
  280. package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
  281. package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  282. package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.js +10 -0
  283. package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
  284. package/dist/commonjs/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
  285. package/dist/commonjs/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
  286. package/dist/commonjs/operationsInterfaces/componentQuotaStatus.js +10 -0
  287. package/dist/commonjs/operationsInterfaces/componentQuotaStatus.js.map +1 -0
  288. package/dist/commonjs/operationsInterfaces/components.d.ts +72 -0
  289. package/dist/commonjs/operationsInterfaces/components.d.ts.map +1 -0
  290. package/dist/commonjs/operationsInterfaces/components.js +10 -0
  291. package/dist/commonjs/operationsInterfaces/components.js.map +1 -0
  292. package/dist/commonjs/operationsInterfaces/exportConfigurations.d.ts +50 -0
  293. package/dist/commonjs/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
  294. package/dist/commonjs/operationsInterfaces/exportConfigurations.js +10 -0
  295. package/dist/commonjs/operationsInterfaces/exportConfigurations.js.map +1 -0
  296. package/dist/commonjs/operationsInterfaces/favorites.d.ts +47 -0
  297. package/dist/commonjs/operationsInterfaces/favorites.d.ts.map +1 -0
  298. package/dist/commonjs/operationsInterfaces/favorites.js +10 -0
  299. package/dist/commonjs/operationsInterfaces/favorites.js.map +1 -0
  300. package/dist/commonjs/operationsInterfaces/index.d.ts +20 -0
  301. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  302. package/dist/commonjs/operationsInterfaces/index.js +30 -0
  303. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  304. package/dist/commonjs/operationsInterfaces/liveToken.d.ts +11 -0
  305. package/dist/commonjs/operationsInterfaces/liveToken.d.ts.map +1 -0
  306. package/dist/commonjs/operationsInterfaces/liveToken.js +10 -0
  307. package/dist/commonjs/operationsInterfaces/liveToken.js.map +1 -0
  308. package/dist/commonjs/operationsInterfaces/myWorkbooks.d.ts +49 -0
  309. package/dist/commonjs/operationsInterfaces/myWorkbooks.d.ts.map +1 -0
  310. package/dist/commonjs/operationsInterfaces/myWorkbooks.js +10 -0
  311. package/dist/commonjs/operationsInterfaces/myWorkbooks.js.map +1 -0
  312. package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
  313. package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
  314. package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.js +10 -0
  315. package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
  316. package/dist/commonjs/operationsInterfaces/webTestLocations.d.ts +13 -0
  317. package/dist/commonjs/operationsInterfaces/webTestLocations.d.ts.map +1 -0
  318. package/dist/commonjs/operationsInterfaces/webTestLocations.js +10 -0
  319. package/dist/commonjs/operationsInterfaces/webTestLocations.js.map +1 -0
  320. package/dist/commonjs/operationsInterfaces/webTests.d.ts +55 -0
  321. package/dist/commonjs/operationsInterfaces/webTests.d.ts.map +1 -0
  322. package/dist/commonjs/operationsInterfaces/webTests.js +10 -0
  323. package/dist/commonjs/operationsInterfaces/webTests.js.map +1 -0
  324. package/dist/commonjs/operationsInterfaces/workItemConfigurations.d.ts +58 -0
  325. package/dist/commonjs/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
  326. package/dist/commonjs/operationsInterfaces/workItemConfigurations.js +10 -0
  327. package/dist/commonjs/operationsInterfaces/workItemConfigurations.js.map +1 -0
  328. package/dist/commonjs/operationsInterfaces/workbookTemplates.d.ts +41 -0
  329. package/dist/commonjs/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
  330. package/dist/commonjs/operationsInterfaces/workbookTemplates.js +10 -0
  331. package/dist/commonjs/operationsInterfaces/workbookTemplates.js.map +1 -0
  332. package/dist/commonjs/operationsInterfaces/workbooks.d.ts +63 -0
  333. package/dist/commonjs/operationsInterfaces/workbooks.d.ts.map +1 -0
  334. package/dist/commonjs/operationsInterfaces/workbooks.js +10 -0
  335. package/dist/commonjs/operationsInterfaces/workbooks.js.map +1 -0
  336. package/dist/commonjs/package.json +3 -0
  337. package/dist/commonjs/pagingHelper.d.ts +13 -0
  338. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  339. package/dist/commonjs/pagingHelper.js +36 -0
  340. package/dist/commonjs/pagingHelper.js.map +1 -0
  341. package/dist/esm/applicationInsightsManagementClient.d.ts +35 -0
  342. package/dist/esm/applicationInsightsManagementClient.d.ts.map +1 -0
  343. package/dist/esm/applicationInsightsManagementClient.js +88 -0
  344. package/dist/esm/applicationInsightsManagementClient.js.map +1 -0
  345. package/dist/esm/index.d.ts +5 -0
  346. package/dist/esm/index.d.ts.map +1 -0
  347. package/dist/esm/index.js +13 -0
  348. package/dist/esm/index.js.map +1 -0
  349. package/dist/esm/models/index.d.ts +2170 -0
  350. package/dist/esm/models/index.d.ts.map +1 -0
  351. package/dist/esm/models/index.js +186 -0
  352. package/dist/esm/models/index.js.map +1 -0
  353. package/dist/esm/models/mappers.d.ts +88 -0
  354. package/dist/esm/models/mappers.d.ts.map +1 -0
  355. package/dist/esm/models/mappers.js +3076 -0
  356. package/dist/esm/models/mappers.js.map +1 -0
  357. package/dist/esm/models/parameters.d.ts +63 -0
  358. package/dist/esm/models/parameters.d.ts.map +1 -0
  359. package/dist/esm/models/parameters.js +515 -0
  360. package/dist/esm/models/parameters.js.map +1 -0
  361. package/dist/esm/operations/aPIKeys.d.ts +55 -0
  362. package/dist/esm/operations/aPIKeys.d.ts.map +1 -0
  363. package/dist/esm/operations/aPIKeys.js +191 -0
  364. package/dist/esm/operations/aPIKeys.js.map +1 -0
  365. package/dist/esm/operations/analyticsItems.d.ts +51 -0
  366. package/dist/esm/operations/analyticsItems.d.ts.map +1 -0
  367. package/dist/esm/operations/analyticsItems.js +157 -0
  368. package/dist/esm/operations/analyticsItems.js.map +1 -0
  369. package/dist/esm/operations/annotations.d.ts +63 -0
  370. package/dist/esm/operations/annotations.d.ts.map +1 -0
  371. package/dist/esm/operations/annotations.js +213 -0
  372. package/dist/esm/operations/annotations.js.map +1 -0
  373. package/dist/esm/operations/componentAvailableFeatures.d.ts +20 -0
  374. package/dist/esm/operations/componentAvailableFeatures.d.ts.map +1 -0
  375. package/dist/esm/operations/componentAvailableFeatures.js +50 -0
  376. package/dist/esm/operations/componentAvailableFeatures.js.map +1 -0
  377. package/dist/esm/operations/componentCurrentBillingFeatures.d.ts +29 -0
  378. package/dist/esm/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
  379. package/dist/esm/operations/componentCurrentBillingFeatures.js +81 -0
  380. package/dist/esm/operations/componentCurrentBillingFeatures.js.map +1 -0
  381. package/dist/esm/operations/componentFeatureCapabilities.d.ts +20 -0
  382. package/dist/esm/operations/componentFeatureCapabilities.d.ts.map +1 -0
  383. package/dist/esm/operations/componentFeatureCapabilities.js +50 -0
  384. package/dist/esm/operations/componentFeatureCapabilities.js.map +1 -0
  385. package/dist/esm/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
  386. package/dist/esm/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  387. package/dist/esm/operations/componentLinkedStorageAccountsOperations.js +174 -0
  388. package/dist/esm/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
  389. package/dist/esm/operations/componentQuotaStatus.d.ts +20 -0
  390. package/dist/esm/operations/componentQuotaStatus.d.ts.map +1 -0
  391. package/dist/esm/operations/componentQuotaStatus.js +50 -0
  392. package/dist/esm/operations/componentQuotaStatus.js.map +1 -0
  393. package/dist/esm/operations/components.d.ts +108 -0
  394. package/dist/esm/operations/components.d.ts.map +1 -0
  395. package/dist/esm/operations/components.js +457 -0
  396. package/dist/esm/operations/components.js.map +1 -0
  397. package/dist/esm/operations/exportConfigurations.d.ts +58 -0
  398. package/dist/esm/operations/exportConfigurations.d.ts.map +1 -0
  399. package/dist/esm/operations/exportConfigurations.js +195 -0
  400. package/dist/esm/operations/exportConfigurations.js.map +1 -0
  401. package/dist/esm/operations/favorites.d.ts +55 -0
  402. package/dist/esm/operations/favorites.d.ts.map +1 -0
  403. package/dist/esm/operations/favorites.js +196 -0
  404. package/dist/esm/operations/favorites.js.map +1 -0
  405. package/dist/esm/operations/index.d.ts +20 -0
  406. package/dist/esm/operations/index.d.ts.map +1 -0
  407. package/dist/esm/operations/index.js +27 -0
  408. package/dist/esm/operations/index.js.map +1 -0
  409. package/dist/esm/operations/liveToken.d.ts +19 -0
  410. package/dist/esm/operations/liveToken.d.ts.map +1 -0
  411. package/dist/esm/operations/liveToken.js +47 -0
  412. package/dist/esm/operations/liveToken.js.map +1 -0
  413. package/dist/esm/operations/myWorkbooks.d.ts +89 -0
  414. package/dist/esm/operations/myWorkbooks.d.ts.map +1 -0
  415. package/dist/esm/operations/myWorkbooks.js +414 -0
  416. package/dist/esm/operations/myWorkbooks.js.map +1 -0
  417. package/dist/esm/operations/proactiveDetectionConfigurations.d.ts +40 -0
  418. package/dist/esm/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
  419. package/dist/esm/operations/proactiveDetectionConfigurations.js +130 -0
  420. package/dist/esm/operations/proactiveDetectionConfigurations.js.map +1 -0
  421. package/dist/esm/operations/webTestLocations.d.ts +30 -0
  422. package/dist/esm/operations/webTestLocations.d.ts.map +1 -0
  423. package/dist/esm/operations/webTestLocations.js +102 -0
  424. package/dist/esm/operations/webTestLocations.js.map +1 -0
  425. package/dist/esm/operations/webTests.d.ts +108 -0
  426. package/dist/esm/operations/webTests.d.ts.map +1 -0
  427. package/dist/esm/operations/webTests.js +475 -0
  428. package/dist/esm/operations/webTests.js.map +1 -0
  429. package/dist/esm/operations/workItemConfigurations.d.ts +75 -0
  430. package/dist/esm/operations/workItemConfigurations.d.ts.map +1 -0
  431. package/dist/esm/operations/workItemConfigurations.js +263 -0
  432. package/dist/esm/operations/workItemConfigurations.js.map +1 -0
  433. package/dist/esm/operations/workbookTemplates.d.ts +57 -0
  434. package/dist/esm/operations/workbookTemplates.d.ts.map +1 -0
  435. package/dist/esm/operations/workbookTemplates.js +229 -0
  436. package/dist/esm/operations/workbookTemplates.js.map +1 -0
  437. package/dist/esm/operations/workbooks.d.ts +120 -0
  438. package/dist/esm/operations/workbooks.d.ts.map +1 -0
  439. package/dist/esm/operations/workbooks.js +570 -0
  440. package/dist/esm/operations/workbooks.js.map +1 -0
  441. package/dist/esm/operationsInterfaces/aPIKeys.d.ts +38 -0
  442. package/dist/esm/operationsInterfaces/aPIKeys.d.ts.map +1 -0
  443. package/dist/esm/operationsInterfaces/aPIKeys.js +9 -0
  444. package/dist/esm/operationsInterfaces/aPIKeys.js.map +1 -0
  445. package/dist/esm/operationsInterfaces/analyticsItems.d.ts +43 -0
  446. package/dist/esm/operationsInterfaces/analyticsItems.d.ts.map +1 -0
  447. package/dist/esm/operationsInterfaces/analyticsItems.js +9 -0
  448. package/dist/esm/operationsInterfaces/analyticsItems.js.map +1 -0
  449. package/dist/esm/operationsInterfaces/annotations.d.ts +43 -0
  450. package/dist/esm/operationsInterfaces/annotations.d.ts.map +1 -0
  451. package/dist/esm/operationsInterfaces/annotations.js +9 -0
  452. package/dist/esm/operationsInterfaces/annotations.js.map +1 -0
  453. package/dist/esm/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
  454. package/dist/esm/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
  455. package/dist/esm/operationsInterfaces/componentAvailableFeatures.js +9 -0
  456. package/dist/esm/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
  457. package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
  458. package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
  459. package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
  460. package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
  461. package/dist/esm/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
  462. package/dist/esm/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
  463. package/dist/esm/operationsInterfaces/componentFeatureCapabilities.js +9 -0
  464. package/dist/esm/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
  465. package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
  466. package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  467. package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
  468. package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
  469. package/dist/esm/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
  470. package/dist/esm/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
  471. package/dist/esm/operationsInterfaces/componentQuotaStatus.js +9 -0
  472. package/dist/esm/operationsInterfaces/componentQuotaStatus.js.map +1 -0
  473. package/dist/esm/operationsInterfaces/components.d.ts +72 -0
  474. package/dist/esm/operationsInterfaces/components.d.ts.map +1 -0
  475. package/dist/esm/operationsInterfaces/components.js +9 -0
  476. package/dist/esm/operationsInterfaces/components.js.map +1 -0
  477. package/dist/esm/operationsInterfaces/exportConfigurations.d.ts +50 -0
  478. package/dist/esm/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
  479. package/dist/esm/operationsInterfaces/exportConfigurations.js +9 -0
  480. package/dist/esm/operationsInterfaces/exportConfigurations.js.map +1 -0
  481. package/dist/esm/operationsInterfaces/favorites.d.ts +47 -0
  482. package/dist/esm/operationsInterfaces/favorites.d.ts.map +1 -0
  483. package/dist/esm/operationsInterfaces/favorites.js +9 -0
  484. package/dist/esm/operationsInterfaces/favorites.js.map +1 -0
  485. package/dist/esm/operationsInterfaces/index.d.ts +20 -0
  486. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  487. package/dist/esm/operationsInterfaces/index.js +27 -0
  488. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  489. package/dist/esm/operationsInterfaces/liveToken.d.ts +11 -0
  490. package/dist/esm/operationsInterfaces/liveToken.d.ts.map +1 -0
  491. package/dist/esm/operationsInterfaces/liveToken.js +9 -0
  492. package/dist/esm/operationsInterfaces/liveToken.js.map +1 -0
  493. package/dist/esm/operationsInterfaces/myWorkbooks.d.ts +49 -0
  494. package/dist/esm/operationsInterfaces/myWorkbooks.d.ts.map +1 -0
  495. package/dist/esm/operationsInterfaces/myWorkbooks.js +9 -0
  496. package/dist/esm/operationsInterfaces/myWorkbooks.js.map +1 -0
  497. package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
  498. package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
  499. package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
  500. package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
  501. package/dist/esm/operationsInterfaces/webTestLocations.d.ts +13 -0
  502. package/dist/esm/operationsInterfaces/webTestLocations.d.ts.map +1 -0
  503. package/dist/esm/operationsInterfaces/webTestLocations.js +9 -0
  504. package/dist/esm/operationsInterfaces/webTestLocations.js.map +1 -0
  505. package/dist/esm/operationsInterfaces/webTests.d.ts +55 -0
  506. package/dist/esm/operationsInterfaces/webTests.d.ts.map +1 -0
  507. package/dist/esm/operationsInterfaces/webTests.js +9 -0
  508. package/dist/esm/operationsInterfaces/webTests.js.map +1 -0
  509. package/dist/esm/operationsInterfaces/workItemConfigurations.d.ts +58 -0
  510. package/dist/esm/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
  511. package/dist/esm/operationsInterfaces/workItemConfigurations.js +9 -0
  512. package/dist/esm/operationsInterfaces/workItemConfigurations.js.map +1 -0
  513. package/dist/esm/operationsInterfaces/workbookTemplates.d.ts +41 -0
  514. package/dist/esm/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
  515. package/dist/esm/operationsInterfaces/workbookTemplates.js +9 -0
  516. package/dist/esm/operationsInterfaces/workbookTemplates.js.map +1 -0
  517. package/dist/esm/operationsInterfaces/workbooks.d.ts +63 -0
  518. package/dist/esm/operationsInterfaces/workbooks.d.ts.map +1 -0
  519. package/dist/esm/operationsInterfaces/workbooks.js +9 -0
  520. package/dist/esm/operationsInterfaces/workbooks.js.map +1 -0
  521. package/dist/esm/package.json +3 -0
  522. package/dist/esm/pagingHelper.d.ts +13 -0
  523. package/dist/esm/pagingHelper.d.ts.map +1 -0
  524. package/dist/esm/pagingHelper.js +32 -0
  525. package/dist/esm/pagingHelper.js.map +1 -0
  526. package/dist/react-native/applicationInsightsManagementClient.d.ts +35 -0
  527. package/dist/react-native/applicationInsightsManagementClient.d.ts.map +1 -0
  528. package/dist/react-native/applicationInsightsManagementClient.js +88 -0
  529. package/dist/react-native/applicationInsightsManagementClient.js.map +1 -0
  530. package/dist/react-native/index.d.ts +5 -0
  531. package/dist/react-native/index.d.ts.map +1 -0
  532. package/dist/react-native/index.js +13 -0
  533. package/dist/react-native/index.js.map +1 -0
  534. package/dist/react-native/models/index.d.ts +2170 -0
  535. package/dist/react-native/models/index.d.ts.map +1 -0
  536. package/dist/react-native/models/index.js +186 -0
  537. package/dist/react-native/models/index.js.map +1 -0
  538. package/dist/react-native/models/mappers.d.ts +88 -0
  539. package/dist/react-native/models/mappers.d.ts.map +1 -0
  540. package/dist/react-native/models/mappers.js +3076 -0
  541. package/dist/react-native/models/mappers.js.map +1 -0
  542. package/dist/react-native/models/parameters.d.ts +63 -0
  543. package/dist/react-native/models/parameters.d.ts.map +1 -0
  544. package/dist/react-native/models/parameters.js +515 -0
  545. package/dist/react-native/models/parameters.js.map +1 -0
  546. package/dist/react-native/operations/aPIKeys.d.ts +55 -0
  547. package/dist/react-native/operations/aPIKeys.d.ts.map +1 -0
  548. package/dist/react-native/operations/aPIKeys.js +191 -0
  549. package/dist/react-native/operations/aPIKeys.js.map +1 -0
  550. package/dist/react-native/operations/analyticsItems.d.ts +51 -0
  551. package/dist/react-native/operations/analyticsItems.d.ts.map +1 -0
  552. package/dist/react-native/operations/analyticsItems.js +157 -0
  553. package/dist/react-native/operations/analyticsItems.js.map +1 -0
  554. package/dist/react-native/operations/annotations.d.ts +63 -0
  555. package/dist/react-native/operations/annotations.d.ts.map +1 -0
  556. package/dist/react-native/operations/annotations.js +213 -0
  557. package/dist/react-native/operations/annotations.js.map +1 -0
  558. package/dist/react-native/operations/componentAvailableFeatures.d.ts +20 -0
  559. package/dist/react-native/operations/componentAvailableFeatures.d.ts.map +1 -0
  560. package/dist/react-native/operations/componentAvailableFeatures.js +50 -0
  561. package/dist/react-native/operations/componentAvailableFeatures.js.map +1 -0
  562. package/dist/react-native/operations/componentCurrentBillingFeatures.d.ts +29 -0
  563. package/dist/react-native/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
  564. package/dist/react-native/operations/componentCurrentBillingFeatures.js +81 -0
  565. package/dist/react-native/operations/componentCurrentBillingFeatures.js.map +1 -0
  566. package/dist/react-native/operations/componentFeatureCapabilities.d.ts +20 -0
  567. package/dist/react-native/operations/componentFeatureCapabilities.d.ts.map +1 -0
  568. package/dist/react-native/operations/componentFeatureCapabilities.js +50 -0
  569. package/dist/react-native/operations/componentFeatureCapabilities.js.map +1 -0
  570. package/dist/react-native/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
  571. package/dist/react-native/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  572. package/dist/react-native/operations/componentLinkedStorageAccountsOperations.js +174 -0
  573. package/dist/react-native/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
  574. package/dist/react-native/operations/componentQuotaStatus.d.ts +20 -0
  575. package/dist/react-native/operations/componentQuotaStatus.d.ts.map +1 -0
  576. package/dist/react-native/operations/componentQuotaStatus.js +50 -0
  577. package/dist/react-native/operations/componentQuotaStatus.js.map +1 -0
  578. package/dist/react-native/operations/components.d.ts +108 -0
  579. package/dist/react-native/operations/components.d.ts.map +1 -0
  580. package/dist/react-native/operations/components.js +457 -0
  581. package/dist/react-native/operations/components.js.map +1 -0
  582. package/dist/react-native/operations/exportConfigurations.d.ts +58 -0
  583. package/dist/react-native/operations/exportConfigurations.d.ts.map +1 -0
  584. package/dist/react-native/operations/exportConfigurations.js +195 -0
  585. package/dist/react-native/operations/exportConfigurations.js.map +1 -0
  586. package/dist/react-native/operations/favorites.d.ts +55 -0
  587. package/dist/react-native/operations/favorites.d.ts.map +1 -0
  588. package/dist/react-native/operations/favorites.js +196 -0
  589. package/dist/react-native/operations/favorites.js.map +1 -0
  590. package/dist/react-native/operations/index.d.ts +20 -0
  591. package/dist/react-native/operations/index.d.ts.map +1 -0
  592. package/dist/react-native/operations/index.js +27 -0
  593. package/dist/react-native/operations/index.js.map +1 -0
  594. package/dist/react-native/operations/liveToken.d.ts +19 -0
  595. package/dist/react-native/operations/liveToken.d.ts.map +1 -0
  596. package/dist/react-native/operations/liveToken.js +47 -0
  597. package/dist/react-native/operations/liveToken.js.map +1 -0
  598. package/dist/react-native/operations/myWorkbooks.d.ts +89 -0
  599. package/dist/react-native/operations/myWorkbooks.d.ts.map +1 -0
  600. package/dist/react-native/operations/myWorkbooks.js +414 -0
  601. package/dist/react-native/operations/myWorkbooks.js.map +1 -0
  602. package/dist/react-native/operations/proactiveDetectionConfigurations.d.ts +40 -0
  603. package/dist/react-native/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
  604. package/dist/react-native/operations/proactiveDetectionConfigurations.js +130 -0
  605. package/dist/react-native/operations/proactiveDetectionConfigurations.js.map +1 -0
  606. package/dist/react-native/operations/webTestLocations.d.ts +30 -0
  607. package/dist/react-native/operations/webTestLocations.d.ts.map +1 -0
  608. package/dist/react-native/operations/webTestLocations.js +102 -0
  609. package/dist/react-native/operations/webTestLocations.js.map +1 -0
  610. package/dist/react-native/operations/webTests.d.ts +108 -0
  611. package/dist/react-native/operations/webTests.d.ts.map +1 -0
  612. package/dist/react-native/operations/webTests.js +475 -0
  613. package/dist/react-native/operations/webTests.js.map +1 -0
  614. package/dist/react-native/operations/workItemConfigurations.d.ts +75 -0
  615. package/dist/react-native/operations/workItemConfigurations.d.ts.map +1 -0
  616. package/dist/react-native/operations/workItemConfigurations.js +263 -0
  617. package/dist/react-native/operations/workItemConfigurations.js.map +1 -0
  618. package/dist/react-native/operations/workbookTemplates.d.ts +57 -0
  619. package/dist/react-native/operations/workbookTemplates.d.ts.map +1 -0
  620. package/dist/react-native/operations/workbookTemplates.js +229 -0
  621. package/dist/react-native/operations/workbookTemplates.js.map +1 -0
  622. package/dist/react-native/operations/workbooks.d.ts +120 -0
  623. package/dist/react-native/operations/workbooks.d.ts.map +1 -0
  624. package/dist/react-native/operations/workbooks.js +570 -0
  625. package/dist/react-native/operations/workbooks.js.map +1 -0
  626. package/dist/react-native/operationsInterfaces/aPIKeys.d.ts +38 -0
  627. package/dist/react-native/operationsInterfaces/aPIKeys.d.ts.map +1 -0
  628. package/dist/react-native/operationsInterfaces/aPIKeys.js +9 -0
  629. package/dist/react-native/operationsInterfaces/aPIKeys.js.map +1 -0
  630. package/dist/react-native/operationsInterfaces/analyticsItems.d.ts +43 -0
  631. package/dist/react-native/operationsInterfaces/analyticsItems.d.ts.map +1 -0
  632. package/dist/react-native/operationsInterfaces/analyticsItems.js +9 -0
  633. package/dist/react-native/operationsInterfaces/analyticsItems.js.map +1 -0
  634. package/dist/react-native/operationsInterfaces/annotations.d.ts +43 -0
  635. package/dist/react-native/operationsInterfaces/annotations.d.ts.map +1 -0
  636. package/dist/react-native/operationsInterfaces/annotations.js +9 -0
  637. package/dist/react-native/operationsInterfaces/annotations.js.map +1 -0
  638. package/dist/react-native/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
  639. package/dist/react-native/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
  640. package/dist/react-native/operationsInterfaces/componentAvailableFeatures.js +9 -0
  641. package/dist/react-native/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
  642. package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
  643. package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
  644. package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
  645. package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
  646. package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
  647. package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
  648. package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.js +9 -0
  649. package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
  650. package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
  651. package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  652. package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
  653. package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
  654. package/dist/react-native/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
  655. package/dist/react-native/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
  656. package/dist/react-native/operationsInterfaces/componentQuotaStatus.js +9 -0
  657. package/dist/react-native/operationsInterfaces/componentQuotaStatus.js.map +1 -0
  658. package/dist/react-native/operationsInterfaces/components.d.ts +72 -0
  659. package/dist/react-native/operationsInterfaces/components.d.ts.map +1 -0
  660. package/dist/react-native/operationsInterfaces/components.js +9 -0
  661. package/dist/react-native/operationsInterfaces/components.js.map +1 -0
  662. package/dist/react-native/operationsInterfaces/exportConfigurations.d.ts +50 -0
  663. package/dist/react-native/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
  664. package/dist/react-native/operationsInterfaces/exportConfigurations.js +9 -0
  665. package/dist/react-native/operationsInterfaces/exportConfigurations.js.map +1 -0
  666. package/dist/react-native/operationsInterfaces/favorites.d.ts +47 -0
  667. package/dist/react-native/operationsInterfaces/favorites.d.ts.map +1 -0
  668. package/dist/react-native/operationsInterfaces/favorites.js +9 -0
  669. package/dist/react-native/operationsInterfaces/favorites.js.map +1 -0
  670. package/dist/react-native/operationsInterfaces/index.d.ts +20 -0
  671. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  672. package/dist/react-native/operationsInterfaces/index.js +27 -0
  673. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  674. package/dist/react-native/operationsInterfaces/liveToken.d.ts +11 -0
  675. package/dist/react-native/operationsInterfaces/liveToken.d.ts.map +1 -0
  676. package/dist/react-native/operationsInterfaces/liveToken.js +9 -0
  677. package/dist/react-native/operationsInterfaces/liveToken.js.map +1 -0
  678. package/dist/react-native/operationsInterfaces/myWorkbooks.d.ts +49 -0
  679. package/dist/react-native/operationsInterfaces/myWorkbooks.d.ts.map +1 -0
  680. package/dist/react-native/operationsInterfaces/myWorkbooks.js +9 -0
  681. package/dist/react-native/operationsInterfaces/myWorkbooks.js.map +1 -0
  682. package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
  683. package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
  684. package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
  685. package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
  686. package/dist/react-native/operationsInterfaces/webTestLocations.d.ts +13 -0
  687. package/dist/react-native/operationsInterfaces/webTestLocations.d.ts.map +1 -0
  688. package/dist/react-native/operationsInterfaces/webTestLocations.js +9 -0
  689. package/dist/react-native/operationsInterfaces/webTestLocations.js.map +1 -0
  690. package/dist/react-native/operationsInterfaces/webTests.d.ts +55 -0
  691. package/dist/react-native/operationsInterfaces/webTests.d.ts.map +1 -0
  692. package/dist/react-native/operationsInterfaces/webTests.js +9 -0
  693. package/dist/react-native/operationsInterfaces/webTests.js.map +1 -0
  694. package/dist/react-native/operationsInterfaces/workItemConfigurations.d.ts +58 -0
  695. package/dist/react-native/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
  696. package/dist/react-native/operationsInterfaces/workItemConfigurations.js +9 -0
  697. package/dist/react-native/operationsInterfaces/workItemConfigurations.js.map +1 -0
  698. package/dist/react-native/operationsInterfaces/workbookTemplates.d.ts +41 -0
  699. package/dist/react-native/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
  700. package/dist/react-native/operationsInterfaces/workbookTemplates.js +9 -0
  701. package/dist/react-native/operationsInterfaces/workbookTemplates.js.map +1 -0
  702. package/dist/react-native/operationsInterfaces/workbooks.d.ts +63 -0
  703. package/dist/react-native/operationsInterfaces/workbooks.d.ts.map +1 -0
  704. package/dist/react-native/operationsInterfaces/workbooks.js +9 -0
  705. package/dist/react-native/operationsInterfaces/workbooks.js.map +1 -0
  706. package/dist/react-native/package.json +3 -0
  707. package/dist/react-native/pagingHelper.d.ts +13 -0
  708. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  709. package/dist/react-native/pagingHelper.js +32 -0
  710. package/dist/react-native/pagingHelper.js.map +1 -0
  711. package/package.json +58 -28
  712. package/dist/index.js +0 -7988
  713. package/dist/index.js.map +0 -1
  714. package/dist/index.min.js +0 -1
  715. package/dist/index.min.js.map +0 -1
  716. package/dist-esm/samples-dev/analyticsItemsDeleteSample.d.ts +0 -2
  717. package/dist-esm/samples-dev/analyticsItemsDeleteSample.d.ts.map +0 -1
  718. package/dist-esm/samples-dev/analyticsItemsDeleteSample.js +0 -34
  719. package/dist-esm/samples-dev/analyticsItemsDeleteSample.js.map +0 -1
  720. package/dist-esm/samples-dev/analyticsItemsGetSample.d.ts +0 -2
  721. package/dist-esm/samples-dev/analyticsItemsGetSample.d.ts.map +0 -1
  722. package/dist-esm/samples-dev/analyticsItemsGetSample.js +0 -34
  723. package/dist-esm/samples-dev/analyticsItemsGetSample.js.map +0 -1
  724. package/dist-esm/samples-dev/analyticsItemsListSample.d.ts +0 -2
  725. package/dist-esm/samples-dev/analyticsItemsListSample.d.ts.map +0 -1
  726. package/dist-esm/samples-dev/analyticsItemsListSample.js +0 -32
  727. package/dist-esm/samples-dev/analyticsItemsListSample.js.map +0 -1
  728. package/dist-esm/samples-dev/analyticsItemsPutSample.d.ts +0 -2
  729. package/dist-esm/samples-dev/analyticsItemsPutSample.d.ts.map +0 -1
  730. package/dist-esm/samples-dev/analyticsItemsPutSample.js +0 -38
  731. package/dist-esm/samples-dev/analyticsItemsPutSample.js.map +0 -1
  732. package/dist-esm/samples-dev/annotationsCreateSample.d.ts +0 -2
  733. package/dist-esm/samples-dev/annotationsCreateSample.d.ts.map +0 -1
  734. package/dist-esm/samples-dev/annotationsCreateSample.js +0 -38
  735. package/dist-esm/samples-dev/annotationsCreateSample.js.map +0 -1
  736. package/dist-esm/samples-dev/annotationsDeleteSample.d.ts +0 -2
  737. package/dist-esm/samples-dev/annotationsDeleteSample.d.ts.map +0 -1
  738. package/dist-esm/samples-dev/annotationsDeleteSample.js +0 -32
  739. package/dist-esm/samples-dev/annotationsDeleteSample.js.map +0 -1
  740. package/dist-esm/samples-dev/annotationsGetSample.d.ts +0 -2
  741. package/dist-esm/samples-dev/annotationsGetSample.d.ts.map +0 -1
  742. package/dist-esm/samples-dev/annotationsGetSample.js +0 -32
  743. package/dist-esm/samples-dev/annotationsGetSample.js.map +0 -1
  744. package/dist-esm/samples-dev/annotationsListSample.d.ts +0 -2
  745. package/dist-esm/samples-dev/annotationsListSample.d.ts.map +0 -1
  746. package/dist-esm/samples-dev/annotationsListSample.js +0 -49
  747. package/dist-esm/samples-dev/annotationsListSample.js.map +0 -1
  748. package/dist-esm/samples-dev/apiKeysCreateSample.d.ts +0 -2
  749. package/dist-esm/samples-dev/apiKeysCreateSample.d.ts.map +0 -1
  750. package/dist-esm/samples-dev/apiKeysCreateSample.js +0 -41
  751. package/dist-esm/samples-dev/apiKeysCreateSample.js.map +0 -1
  752. package/dist-esm/samples-dev/apiKeysDeleteSample.d.ts +0 -2
  753. package/dist-esm/samples-dev/apiKeysDeleteSample.d.ts.map +0 -1
  754. package/dist-esm/samples-dev/apiKeysDeleteSample.js +0 -32
  755. package/dist-esm/samples-dev/apiKeysDeleteSample.js.map +0 -1
  756. package/dist-esm/samples-dev/apiKeysGetSample.d.ts +0 -2
  757. package/dist-esm/samples-dev/apiKeysGetSample.d.ts.map +0 -1
  758. package/dist-esm/samples-dev/apiKeysGetSample.js +0 -32
  759. package/dist-esm/samples-dev/apiKeysGetSample.js.map +0 -1
  760. package/dist-esm/samples-dev/apiKeysListSample.d.ts +0 -2
  761. package/dist-esm/samples-dev/apiKeysListSample.d.ts.map +0 -1
  762. package/dist-esm/samples-dev/apiKeysListSample.js +0 -47
  763. package/dist-esm/samples-dev/apiKeysListSample.js.map +0 -1
  764. package/dist-esm/samples-dev/componentAvailableFeaturesGetSample.d.ts +0 -2
  765. package/dist-esm/samples-dev/componentAvailableFeaturesGetSample.d.ts.map +0 -1
  766. package/dist-esm/samples-dev/componentAvailableFeaturesGetSample.js +0 -31
  767. package/dist-esm/samples-dev/componentAvailableFeaturesGetSample.js.map +0 -1
  768. package/dist-esm/samples-dev/componentCurrentBillingFeaturesGetSample.d.ts +0 -2
  769. package/dist-esm/samples-dev/componentCurrentBillingFeaturesGetSample.d.ts.map +0 -1
  770. package/dist-esm/samples-dev/componentCurrentBillingFeaturesGetSample.js +0 -31
  771. package/dist-esm/samples-dev/componentCurrentBillingFeaturesGetSample.js.map +0 -1
  772. package/dist-esm/samples-dev/componentCurrentBillingFeaturesUpdateSample.d.ts +0 -2
  773. package/dist-esm/samples-dev/componentCurrentBillingFeaturesUpdateSample.d.ts.map +0 -1
  774. package/dist-esm/samples-dev/componentCurrentBillingFeaturesUpdateSample.js +0 -35
  775. package/dist-esm/samples-dev/componentCurrentBillingFeaturesUpdateSample.js.map +0 -1
  776. package/dist-esm/samples-dev/componentFeatureCapabilitiesGetSample.d.ts +0 -2
  777. package/dist-esm/samples-dev/componentFeatureCapabilitiesGetSample.d.ts.map +0 -1
  778. package/dist-esm/samples-dev/componentFeatureCapabilitiesGetSample.js +0 -31
  779. package/dist-esm/samples-dev/componentFeatureCapabilitiesGetSample.js.map +0 -1
  780. package/dist-esm/samples-dev/componentLinkedStorageAccountsCreateAndUpdateSample.d.ts +0 -2
  781. package/dist-esm/samples-dev/componentLinkedStorageAccountsCreateAndUpdateSample.d.ts.map +0 -1
  782. package/dist-esm/samples-dev/componentLinkedStorageAccountsCreateAndUpdateSample.js +0 -35
  783. package/dist-esm/samples-dev/componentLinkedStorageAccountsCreateAndUpdateSample.js.map +0 -1
  784. package/dist-esm/samples-dev/componentLinkedStorageAccountsDeleteSample.d.ts +0 -2
  785. package/dist-esm/samples-dev/componentLinkedStorageAccountsDeleteSample.d.ts.map +0 -1
  786. package/dist-esm/samples-dev/componentLinkedStorageAccountsDeleteSample.js +0 -32
  787. package/dist-esm/samples-dev/componentLinkedStorageAccountsDeleteSample.js.map +0 -1
  788. package/dist-esm/samples-dev/componentLinkedStorageAccountsGetSample.d.ts +0 -2
  789. package/dist-esm/samples-dev/componentLinkedStorageAccountsGetSample.d.ts.map +0 -1
  790. package/dist-esm/samples-dev/componentLinkedStorageAccountsGetSample.js +0 -32
  791. package/dist-esm/samples-dev/componentLinkedStorageAccountsGetSample.js.map +0 -1
  792. package/dist-esm/samples-dev/componentLinkedStorageAccountsUpdateSample.d.ts +0 -2
  793. package/dist-esm/samples-dev/componentLinkedStorageAccountsUpdateSample.d.ts.map +0 -1
  794. package/dist-esm/samples-dev/componentLinkedStorageAccountsUpdateSample.js +0 -35
  795. package/dist-esm/samples-dev/componentLinkedStorageAccountsUpdateSample.js.map +0 -1
  796. package/dist-esm/samples-dev/componentQuotaStatusGetSample.d.ts +0 -2
  797. package/dist-esm/samples-dev/componentQuotaStatusGetSample.d.ts.map +0 -1
  798. package/dist-esm/samples-dev/componentQuotaStatusGetSample.js +0 -31
  799. package/dist-esm/samples-dev/componentQuotaStatusGetSample.js.map +0 -1
  800. package/dist-esm/samples-dev/componentsCreateOrUpdateSample.d.ts +0 -2
  801. package/dist-esm/samples-dev/componentsCreateOrUpdateSample.d.ts.map +0 -1
  802. package/dist-esm/samples-dev/componentsCreateOrUpdateSample.js +0 -62
  803. package/dist-esm/samples-dev/componentsCreateOrUpdateSample.js.map +0 -1
  804. package/dist-esm/samples-dev/componentsDeleteSample.d.ts +0 -2
  805. package/dist-esm/samples-dev/componentsDeleteSample.d.ts.map +0 -1
  806. package/dist-esm/samples-dev/componentsDeleteSample.js +0 -31
  807. package/dist-esm/samples-dev/componentsDeleteSample.js.map +0 -1
  808. package/dist-esm/samples-dev/componentsGetPurgeStatusSample.d.ts +0 -2
  809. package/dist-esm/samples-dev/componentsGetPurgeStatusSample.d.ts.map +0 -1
  810. package/dist-esm/samples-dev/componentsGetPurgeStatusSample.js +0 -32
  811. package/dist-esm/samples-dev/componentsGetPurgeStatusSample.js.map +0 -1
  812. package/dist-esm/samples-dev/componentsGetSample.d.ts +0 -2
  813. package/dist-esm/samples-dev/componentsGetSample.d.ts.map +0 -1
  814. package/dist-esm/samples-dev/componentsGetSample.js +0 -31
  815. package/dist-esm/samples-dev/componentsGetSample.js.map +0 -1
  816. package/dist-esm/samples-dev/componentsListByResourceGroupSample.d.ts +0 -2
  817. package/dist-esm/samples-dev/componentsListByResourceGroupSample.d.ts.map +0 -1
  818. package/dist-esm/samples-dev/componentsListByResourceGroupSample.js +0 -46
  819. package/dist-esm/samples-dev/componentsListByResourceGroupSample.js.map +0 -1
  820. package/dist-esm/samples-dev/componentsListSample.d.ts +0 -2
  821. package/dist-esm/samples-dev/componentsListSample.d.ts.map +0 -1
  822. package/dist-esm/samples-dev/componentsListSample.js +0 -45
  823. package/dist-esm/samples-dev/componentsListSample.js.map +0 -1
  824. package/dist-esm/samples-dev/componentsPurgeSample.d.ts +0 -2
  825. package/dist-esm/samples-dev/componentsPurgeSample.d.ts.map +0 -1
  826. package/dist-esm/samples-dev/componentsPurgeSample.js +0 -41
  827. package/dist-esm/samples-dev/componentsPurgeSample.js.map +0 -1
  828. package/dist-esm/samples-dev/componentsUpdateTagsSample.d.ts +0 -2
  829. package/dist-esm/samples-dev/componentsUpdateTagsSample.d.ts.map +0 -1
  830. package/dist-esm/samples-dev/componentsUpdateTagsSample.js +0 -40
  831. package/dist-esm/samples-dev/componentsUpdateTagsSample.js.map +0 -1
  832. package/dist-esm/samples-dev/exportConfigurationsCreateSample.d.ts +0 -2
  833. package/dist-esm/samples-dev/exportConfigurationsCreateSample.d.ts.map +0 -1
  834. package/dist-esm/samples-dev/exportConfigurationsCreateSample.js +0 -42
  835. package/dist-esm/samples-dev/exportConfigurationsCreateSample.js.map +0 -1
  836. package/dist-esm/samples-dev/exportConfigurationsDeleteSample.d.ts +0 -2
  837. package/dist-esm/samples-dev/exportConfigurationsDeleteSample.d.ts.map +0 -1
  838. package/dist-esm/samples-dev/exportConfigurationsDeleteSample.js +0 -32
  839. package/dist-esm/samples-dev/exportConfigurationsDeleteSample.js.map +0 -1
  840. package/dist-esm/samples-dev/exportConfigurationsGetSample.d.ts +0 -2
  841. package/dist-esm/samples-dev/exportConfigurationsGetSample.d.ts.map +0 -1
  842. package/dist-esm/samples-dev/exportConfigurationsGetSample.js +0 -32
  843. package/dist-esm/samples-dev/exportConfigurationsGetSample.js.map +0 -1
  844. package/dist-esm/samples-dev/exportConfigurationsListSample.d.ts +0 -2
  845. package/dist-esm/samples-dev/exportConfigurationsListSample.d.ts.map +0 -1
  846. package/dist-esm/samples-dev/exportConfigurationsListSample.js +0 -31
  847. package/dist-esm/samples-dev/exportConfigurationsListSample.js.map +0 -1
  848. package/dist-esm/samples-dev/exportConfigurationsUpdateSample.d.ts +0 -2
  849. package/dist-esm/samples-dev/exportConfigurationsUpdateSample.d.ts.map +0 -1
  850. package/dist-esm/samples-dev/exportConfigurationsUpdateSample.js +0 -43
  851. package/dist-esm/samples-dev/exportConfigurationsUpdateSample.js.map +0 -1
  852. package/dist-esm/samples-dev/favoritesAddSample.d.ts +0 -2
  853. package/dist-esm/samples-dev/favoritesAddSample.d.ts.map +0 -1
  854. package/dist-esm/samples-dev/favoritesAddSample.js +0 -44
  855. package/dist-esm/samples-dev/favoritesAddSample.js.map +0 -1
  856. package/dist-esm/samples-dev/favoritesDeleteSample.d.ts +0 -2
  857. package/dist-esm/samples-dev/favoritesDeleteSample.d.ts.map +0 -1
  858. package/dist-esm/samples-dev/favoritesDeleteSample.js +0 -32
  859. package/dist-esm/samples-dev/favoritesDeleteSample.js.map +0 -1
  860. package/dist-esm/samples-dev/favoritesGetSample.d.ts +0 -2
  861. package/dist-esm/samples-dev/favoritesGetSample.d.ts.map +0 -1
  862. package/dist-esm/samples-dev/favoritesGetSample.js +0 -32
  863. package/dist-esm/samples-dev/favoritesGetSample.js.map +0 -1
  864. package/dist-esm/samples-dev/favoritesListSample.d.ts +0 -2
  865. package/dist-esm/samples-dev/favoritesListSample.d.ts.map +0 -1
  866. package/dist-esm/samples-dev/favoritesListSample.js +0 -31
  867. package/dist-esm/samples-dev/favoritesListSample.js.map +0 -1
  868. package/dist-esm/samples-dev/favoritesUpdateSample.d.ts +0 -2
  869. package/dist-esm/samples-dev/favoritesUpdateSample.d.ts.map +0 -1
  870. package/dist-esm/samples-dev/favoritesUpdateSample.js +0 -44
  871. package/dist-esm/samples-dev/favoritesUpdateSample.js.map +0 -1
  872. package/dist-esm/samples-dev/liveTokenGetSample.d.ts +0 -2
  873. package/dist-esm/samples-dev/liveTokenGetSample.d.ts.map +0 -1
  874. package/dist-esm/samples-dev/liveTokenGetSample.js +0 -30
  875. package/dist-esm/samples-dev/liveTokenGetSample.js.map +0 -1
  876. package/dist-esm/samples-dev/myWorkbooksCreateOrUpdateSample.d.ts +0 -2
  877. package/dist-esm/samples-dev/myWorkbooksCreateOrUpdateSample.d.ts.map +0 -1
  878. package/dist-esm/samples-dev/myWorkbooksCreateOrUpdateSample.js +0 -42
  879. package/dist-esm/samples-dev/myWorkbooksCreateOrUpdateSample.js.map +0 -1
  880. package/dist-esm/samples-dev/myWorkbooksDeleteSample.d.ts +0 -2
  881. package/dist-esm/samples-dev/myWorkbooksDeleteSample.d.ts.map +0 -1
  882. package/dist-esm/samples-dev/myWorkbooksDeleteSample.js +0 -31
  883. package/dist-esm/samples-dev/myWorkbooksDeleteSample.js.map +0 -1
  884. package/dist-esm/samples-dev/myWorkbooksGetSample.d.ts +0 -2
  885. package/dist-esm/samples-dev/myWorkbooksGetSample.d.ts.map +0 -1
  886. package/dist-esm/samples-dev/myWorkbooksGetSample.js +0 -31
  887. package/dist-esm/samples-dev/myWorkbooksGetSample.js.map +0 -1
  888. package/dist-esm/samples-dev/myWorkbooksListByResourceGroupSample.d.ts +0 -2
  889. package/dist-esm/samples-dev/myWorkbooksListByResourceGroupSample.d.ts.map +0 -1
  890. package/dist-esm/samples-dev/myWorkbooksListByResourceGroupSample.js +0 -81
  891. package/dist-esm/samples-dev/myWorkbooksListByResourceGroupSample.js.map +0 -1
  892. package/dist-esm/samples-dev/myWorkbooksListBySubscriptionSample.d.ts +0 -2
  893. package/dist-esm/samples-dev/myWorkbooksListBySubscriptionSample.d.ts.map +0 -1
  894. package/dist-esm/samples-dev/myWorkbooksListBySubscriptionSample.js +0 -79
  895. package/dist-esm/samples-dev/myWorkbooksListBySubscriptionSample.js.map +0 -1
  896. package/dist-esm/samples-dev/myWorkbooksUpdateSample.d.ts +0 -2
  897. package/dist-esm/samples-dev/myWorkbooksUpdateSample.d.ts.map +0 -1
  898. package/dist-esm/samples-dev/myWorkbooksUpdateSample.js +0 -43
  899. package/dist-esm/samples-dev/myWorkbooksUpdateSample.js.map +0 -1
  900. package/dist-esm/samples-dev/proactiveDetectionConfigurationsGetSample.d.ts +0 -2
  901. package/dist-esm/samples-dev/proactiveDetectionConfigurationsGetSample.d.ts.map +0 -1
  902. package/dist-esm/samples-dev/proactiveDetectionConfigurationsGetSample.js +0 -32
  903. package/dist-esm/samples-dev/proactiveDetectionConfigurationsGetSample.js.map +0 -1
  904. package/dist-esm/samples-dev/proactiveDetectionConfigurationsListSample.d.ts +0 -2
  905. package/dist-esm/samples-dev/proactiveDetectionConfigurationsListSample.d.ts.map +0 -1
  906. package/dist-esm/samples-dev/proactiveDetectionConfigurationsListSample.js +0 -31
  907. package/dist-esm/samples-dev/proactiveDetectionConfigurationsListSample.js.map +0 -1
  908. package/dist-esm/samples-dev/proactiveDetectionConfigurationsUpdateSample.d.ts +0 -2
  909. package/dist-esm/samples-dev/proactiveDetectionConfigurationsUpdateSample.d.ts.map +0 -1
  910. package/dist-esm/samples-dev/proactiveDetectionConfigurationsUpdateSample.js +0 -49
  911. package/dist-esm/samples-dev/proactiveDetectionConfigurationsUpdateSample.js.map +0 -1
  912. package/dist-esm/samples-dev/webTestLocationsListSample.d.ts +0 -2
  913. package/dist-esm/samples-dev/webTestLocationsListSample.d.ts.map +0 -1
  914. package/dist-esm/samples-dev/webTestLocationsListSample.js +0 -47
  915. package/dist-esm/samples-dev/webTestLocationsListSample.js.map +0 -1
  916. package/dist-esm/samples-dev/webTestsCreateOrUpdateSample.d.ts +0 -2
  917. package/dist-esm/samples-dev/webTestsCreateOrUpdateSample.d.ts.map +0 -1
  918. package/dist-esm/samples-dev/webTestsCreateOrUpdateSample.js +0 -81
  919. package/dist-esm/samples-dev/webTestsCreateOrUpdateSample.js.map +0 -1
  920. package/dist-esm/samples-dev/webTestsDeleteSample.d.ts +0 -2
  921. package/dist-esm/samples-dev/webTestsDeleteSample.d.ts.map +0 -1
  922. package/dist-esm/samples-dev/webTestsDeleteSample.js +0 -31
  923. package/dist-esm/samples-dev/webTestsDeleteSample.js.map +0 -1
  924. package/dist-esm/samples-dev/webTestsGetSample.d.ts +0 -2
  925. package/dist-esm/samples-dev/webTestsGetSample.d.ts.map +0 -1
  926. package/dist-esm/samples-dev/webTestsGetSample.js +0 -31
  927. package/dist-esm/samples-dev/webTestsGetSample.js.map +0 -1
  928. package/dist-esm/samples-dev/webTestsListByComponentSample.d.ts +0 -2
  929. package/dist-esm/samples-dev/webTestsListByComponentSample.d.ts.map +0 -1
  930. package/dist-esm/samples-dev/webTestsListByComponentSample.js +0 -47
  931. package/dist-esm/samples-dev/webTestsListByComponentSample.js.map +0 -1
  932. package/dist-esm/samples-dev/webTestsListByResourceGroupSample.d.ts +0 -2
  933. package/dist-esm/samples-dev/webTestsListByResourceGroupSample.d.ts.map +0 -1
  934. package/dist-esm/samples-dev/webTestsListByResourceGroupSample.js +0 -46
  935. package/dist-esm/samples-dev/webTestsListByResourceGroupSample.js.map +0 -1
  936. package/dist-esm/samples-dev/webTestsListSample.d.ts +0 -2
  937. package/dist-esm/samples-dev/webTestsListSample.d.ts.map +0 -1
  938. package/dist-esm/samples-dev/webTestsListSample.js +0 -45
  939. package/dist-esm/samples-dev/webTestsListSample.js.map +0 -1
  940. package/dist-esm/samples-dev/webTestsUpdateTagsSample.d.ts +0 -2
  941. package/dist-esm/samples-dev/webTestsUpdateTagsSample.d.ts.map +0 -1
  942. package/dist-esm/samples-dev/webTestsUpdateTagsSample.js +0 -40
  943. package/dist-esm/samples-dev/webTestsUpdateTagsSample.js.map +0 -1
  944. package/dist-esm/samples-dev/workItemConfigurationsCreateSample.d.ts +0 -2
  945. package/dist-esm/samples-dev/workItemConfigurationsCreateSample.d.ts.map +0 -1
  946. package/dist-esm/samples-dev/workItemConfigurationsCreateSample.js +0 -37
  947. package/dist-esm/samples-dev/workItemConfigurationsCreateSample.js.map +0 -1
  948. package/dist-esm/samples-dev/workItemConfigurationsDeleteSample.d.ts +0 -2
  949. package/dist-esm/samples-dev/workItemConfigurationsDeleteSample.d.ts.map +0 -1
  950. package/dist-esm/samples-dev/workItemConfigurationsDeleteSample.js +0 -32
  951. package/dist-esm/samples-dev/workItemConfigurationsDeleteSample.js.map +0 -1
  952. package/dist-esm/samples-dev/workItemConfigurationsGetDefaultSample.d.ts +0 -2
  953. package/dist-esm/samples-dev/workItemConfigurationsGetDefaultSample.d.ts.map +0 -1
  954. package/dist-esm/samples-dev/workItemConfigurationsGetDefaultSample.js +0 -31
  955. package/dist-esm/samples-dev/workItemConfigurationsGetDefaultSample.js.map +0 -1
  956. package/dist-esm/samples-dev/workItemConfigurationsGetItemSample.d.ts +0 -2
  957. package/dist-esm/samples-dev/workItemConfigurationsGetItemSample.d.ts.map +0 -1
  958. package/dist-esm/samples-dev/workItemConfigurationsGetItemSample.js +0 -32
  959. package/dist-esm/samples-dev/workItemConfigurationsGetItemSample.js.map +0 -1
  960. package/dist-esm/samples-dev/workItemConfigurationsListSample.d.ts +0 -2
  961. package/dist-esm/samples-dev/workItemConfigurationsListSample.d.ts.map +0 -1
  962. package/dist-esm/samples-dev/workItemConfigurationsListSample.js +0 -47
  963. package/dist-esm/samples-dev/workItemConfigurationsListSample.js.map +0 -1
  964. package/dist-esm/samples-dev/workItemConfigurationsUpdateItemSample.d.ts +0 -2
  965. package/dist-esm/samples-dev/workItemConfigurationsUpdateItemSample.d.ts.map +0 -1
  966. package/dist-esm/samples-dev/workItemConfigurationsUpdateItemSample.js +0 -38
  967. package/dist-esm/samples-dev/workItemConfigurationsUpdateItemSample.js.map +0 -1
  968. package/dist-esm/samples-dev/workbookTemplatesCreateOrUpdateSample.d.ts +0 -2
  969. package/dist-esm/samples-dev/workbookTemplatesCreateOrUpdateSample.d.ts.map +0 -1
  970. package/dist-esm/samples-dev/workbookTemplatesCreateOrUpdateSample.js +0 -72
  971. package/dist-esm/samples-dev/workbookTemplatesCreateOrUpdateSample.js.map +0 -1
  972. package/dist-esm/samples-dev/workbookTemplatesDeleteSample.d.ts +0 -2
  973. package/dist-esm/samples-dev/workbookTemplatesDeleteSample.d.ts.map +0 -1
  974. package/dist-esm/samples-dev/workbookTemplatesDeleteSample.js +0 -31
  975. package/dist-esm/samples-dev/workbookTemplatesDeleteSample.js.map +0 -1
  976. package/dist-esm/samples-dev/workbookTemplatesGetSample.d.ts +0 -2
  977. package/dist-esm/samples-dev/workbookTemplatesGetSample.d.ts.map +0 -1
  978. package/dist-esm/samples-dev/workbookTemplatesGetSample.js +0 -31
  979. package/dist-esm/samples-dev/workbookTemplatesGetSample.js.map +0 -1
  980. package/dist-esm/samples-dev/workbookTemplatesListByResourceGroupSample.d.ts +0 -2
  981. package/dist-esm/samples-dev/workbookTemplatesListByResourceGroupSample.d.ts.map +0 -1
  982. package/dist-esm/samples-dev/workbookTemplatesListByResourceGroupSample.js +0 -46
  983. package/dist-esm/samples-dev/workbookTemplatesListByResourceGroupSample.js.map +0 -1
  984. package/dist-esm/samples-dev/workbookTemplatesUpdateSample.d.ts +0 -2
  985. package/dist-esm/samples-dev/workbookTemplatesUpdateSample.d.ts.map +0 -1
  986. package/dist-esm/samples-dev/workbookTemplatesUpdateSample.js +0 -31
  987. package/dist-esm/samples-dev/workbookTemplatesUpdateSample.js.map +0 -1
  988. package/dist-esm/samples-dev/workbooksCreateOrUpdateSample.d.ts +0 -2
  989. package/dist-esm/samples-dev/workbooksCreateOrUpdateSample.d.ts.map +0 -1
  990. package/dist-esm/samples-dev/workbooksCreateOrUpdateSample.js +0 -78
  991. package/dist-esm/samples-dev/workbooksCreateOrUpdateSample.js.map +0 -1
  992. package/dist-esm/samples-dev/workbooksDeleteSample.d.ts +0 -2
  993. package/dist-esm/samples-dev/workbooksDeleteSample.d.ts.map +0 -1
  994. package/dist-esm/samples-dev/workbooksDeleteSample.js +0 -31
  995. package/dist-esm/samples-dev/workbooksDeleteSample.js.map +0 -1
  996. package/dist-esm/samples-dev/workbooksGetSample.d.ts +0 -2
  997. package/dist-esm/samples-dev/workbooksGetSample.d.ts.map +0 -1
  998. package/dist-esm/samples-dev/workbooksGetSample.js +0 -67
  999. package/dist-esm/samples-dev/workbooksGetSample.js.map +0 -1
  1000. package/dist-esm/samples-dev/workbooksListByResourceGroupSample.d.ts +0 -2
  1001. package/dist-esm/samples-dev/workbooksListByResourceGroupSample.d.ts.map +0 -1
  1002. package/dist-esm/samples-dev/workbooksListByResourceGroupSample.js +0 -85
  1003. package/dist-esm/samples-dev/workbooksListByResourceGroupSample.js.map +0 -1
  1004. package/dist-esm/samples-dev/workbooksListBySubscriptionSample.d.ts +0 -2
  1005. package/dist-esm/samples-dev/workbooksListBySubscriptionSample.d.ts.map +0 -1
  1006. package/dist-esm/samples-dev/workbooksListBySubscriptionSample.js +0 -79
  1007. package/dist-esm/samples-dev/workbooksListBySubscriptionSample.js.map +0 -1
  1008. package/dist-esm/samples-dev/workbooksRevisionGetSample.d.ts +0 -2
  1009. package/dist-esm/samples-dev/workbooksRevisionGetSample.d.ts.map +0 -1
  1010. package/dist-esm/samples-dev/workbooksRevisionGetSample.js +0 -32
  1011. package/dist-esm/samples-dev/workbooksRevisionGetSample.js.map +0 -1
  1012. package/dist-esm/samples-dev/workbooksRevisionsListSample.d.ts +0 -2
  1013. package/dist-esm/samples-dev/workbooksRevisionsListSample.d.ts.map +0 -1
  1014. package/dist-esm/samples-dev/workbooksRevisionsListSample.js +0 -47
  1015. package/dist-esm/samples-dev/workbooksRevisionsListSample.js.map +0 -1
  1016. package/dist-esm/samples-dev/workbooksUpdateSample.d.ts +0 -2
  1017. package/dist-esm/samples-dev/workbooksUpdateSample.d.ts.map +0 -1
  1018. package/dist-esm/samples-dev/workbooksUpdateSample.js +0 -53
  1019. package/dist-esm/samples-dev/workbooksUpdateSample.js.map +0 -1
  1020. package/dist-esm/src/applicationInsightsManagementClient.d.ts +0 -35
  1021. package/dist-esm/src/applicationInsightsManagementClient.d.ts.map +0 -1
  1022. package/dist-esm/src/applicationInsightsManagementClient.js +0 -88
  1023. package/dist-esm/src/applicationInsightsManagementClient.js.map +0 -1
  1024. package/dist-esm/src/index.d.ts +0 -5
  1025. package/dist-esm/src/index.d.ts.map +0 -1
  1026. package/dist-esm/src/index.js +0 -13
  1027. package/dist-esm/src/index.js.map +0 -1
  1028. package/dist-esm/src/models/index.js.map +0 -1
  1029. package/dist-esm/src/models/mappers.js.map +0 -1
  1030. package/dist-esm/src/models/parameters.js +0 -515
  1031. package/dist-esm/src/models/parameters.js.map +0 -1
  1032. package/dist-esm/src/operations/aPIKeys.d.ts +0 -55
  1033. package/dist-esm/src/operations/aPIKeys.d.ts.map +0 -1
  1034. package/dist-esm/src/operations/aPIKeys.js +0 -191
  1035. package/dist-esm/src/operations/aPIKeys.js.map +0 -1
  1036. package/dist-esm/src/operations/analyticsItems.d.ts +0 -51
  1037. package/dist-esm/src/operations/analyticsItems.d.ts.map +0 -1
  1038. package/dist-esm/src/operations/analyticsItems.js +0 -157
  1039. package/dist-esm/src/operations/analyticsItems.js.map +0 -1
  1040. package/dist-esm/src/operations/annotations.d.ts +0 -63
  1041. package/dist-esm/src/operations/annotations.d.ts.map +0 -1
  1042. package/dist-esm/src/operations/annotations.js +0 -213
  1043. package/dist-esm/src/operations/annotations.js.map +0 -1
  1044. package/dist-esm/src/operations/componentAvailableFeatures.d.ts +0 -20
  1045. package/dist-esm/src/operations/componentAvailableFeatures.d.ts.map +0 -1
  1046. package/dist-esm/src/operations/componentAvailableFeatures.js +0 -50
  1047. package/dist-esm/src/operations/componentAvailableFeatures.js.map +0 -1
  1048. package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts +0 -29
  1049. package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts.map +0 -1
  1050. package/dist-esm/src/operations/componentCurrentBillingFeatures.js +0 -81
  1051. package/dist-esm/src/operations/componentCurrentBillingFeatures.js.map +0 -1
  1052. package/dist-esm/src/operations/componentFeatureCapabilities.d.ts +0 -20
  1053. package/dist-esm/src/operations/componentFeatureCapabilities.d.ts.map +0 -1
  1054. package/dist-esm/src/operations/componentFeatureCapabilities.js +0 -50
  1055. package/dist-esm/src/operations/componentFeatureCapabilities.js.map +0 -1
  1056. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts +0 -53
  1057. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
  1058. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js +0 -174
  1059. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js.map +0 -1
  1060. package/dist-esm/src/operations/componentQuotaStatus.d.ts +0 -20
  1061. package/dist-esm/src/operations/componentQuotaStatus.d.ts.map +0 -1
  1062. package/dist-esm/src/operations/componentQuotaStatus.js +0 -50
  1063. package/dist-esm/src/operations/componentQuotaStatus.js.map +0 -1
  1064. package/dist-esm/src/operations/components.d.ts +0 -108
  1065. package/dist-esm/src/operations/components.d.ts.map +0 -1
  1066. package/dist-esm/src/operations/components.js +0 -457
  1067. package/dist-esm/src/operations/components.js.map +0 -1
  1068. package/dist-esm/src/operations/exportConfigurations.d.ts +0 -58
  1069. package/dist-esm/src/operations/exportConfigurations.d.ts.map +0 -1
  1070. package/dist-esm/src/operations/exportConfigurations.js +0 -195
  1071. package/dist-esm/src/operations/exportConfigurations.js.map +0 -1
  1072. package/dist-esm/src/operations/favorites.d.ts +0 -55
  1073. package/dist-esm/src/operations/favorites.d.ts.map +0 -1
  1074. package/dist-esm/src/operations/favorites.js +0 -196
  1075. package/dist-esm/src/operations/favorites.js.map +0 -1
  1076. package/dist-esm/src/operations/index.d.ts +0 -20
  1077. package/dist-esm/src/operations/index.d.ts.map +0 -1
  1078. package/dist-esm/src/operations/index.js +0 -27
  1079. package/dist-esm/src/operations/index.js.map +0 -1
  1080. package/dist-esm/src/operations/liveToken.d.ts +0 -19
  1081. package/dist-esm/src/operations/liveToken.d.ts.map +0 -1
  1082. package/dist-esm/src/operations/liveToken.js +0 -47
  1083. package/dist-esm/src/operations/liveToken.js.map +0 -1
  1084. package/dist-esm/src/operations/myWorkbooks.d.ts +0 -89
  1085. package/dist-esm/src/operations/myWorkbooks.d.ts.map +0 -1
  1086. package/dist-esm/src/operations/myWorkbooks.js +0 -414
  1087. package/dist-esm/src/operations/myWorkbooks.js.map +0 -1
  1088. package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts +0 -40
  1089. package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts.map +0 -1
  1090. package/dist-esm/src/operations/proactiveDetectionConfigurations.js +0 -130
  1091. package/dist-esm/src/operations/proactiveDetectionConfigurations.js.map +0 -1
  1092. package/dist-esm/src/operations/webTestLocations.d.ts +0 -30
  1093. package/dist-esm/src/operations/webTestLocations.d.ts.map +0 -1
  1094. package/dist-esm/src/operations/webTestLocations.js +0 -102
  1095. package/dist-esm/src/operations/webTestLocations.js.map +0 -1
  1096. package/dist-esm/src/operations/webTests.d.ts +0 -108
  1097. package/dist-esm/src/operations/webTests.d.ts.map +0 -1
  1098. package/dist-esm/src/operations/webTests.js +0 -475
  1099. package/dist-esm/src/operations/webTests.js.map +0 -1
  1100. package/dist-esm/src/operations/workItemConfigurations.d.ts +0 -75
  1101. package/dist-esm/src/operations/workItemConfigurations.d.ts.map +0 -1
  1102. package/dist-esm/src/operations/workItemConfigurations.js +0 -263
  1103. package/dist-esm/src/operations/workItemConfigurations.js.map +0 -1
  1104. package/dist-esm/src/operations/workbookTemplates.d.ts +0 -57
  1105. package/dist-esm/src/operations/workbookTemplates.d.ts.map +0 -1
  1106. package/dist-esm/src/operations/workbookTemplates.js +0 -229
  1107. package/dist-esm/src/operations/workbookTemplates.js.map +0 -1
  1108. package/dist-esm/src/operations/workbooks.d.ts +0 -120
  1109. package/dist-esm/src/operations/workbooks.d.ts.map +0 -1
  1110. package/dist-esm/src/operations/workbooks.js +0 -570
  1111. package/dist-esm/src/operations/workbooks.js.map +0 -1
  1112. package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts +0 -38
  1113. package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts.map +0 -1
  1114. package/dist-esm/src/operationsInterfaces/aPIKeys.js.map +0 -1
  1115. package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts +0 -43
  1116. package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts.map +0 -1
  1117. package/dist-esm/src/operationsInterfaces/analyticsItems.js.map +0 -1
  1118. package/dist-esm/src/operationsInterfaces/annotations.d.ts +0 -43
  1119. package/dist-esm/src/operationsInterfaces/annotations.d.ts.map +0 -1
  1120. package/dist-esm/src/operationsInterfaces/annotations.js.map +0 -1
  1121. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts +0 -12
  1122. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts.map +0 -1
  1123. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js.map +0 -1
  1124. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts +0 -21
  1125. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +0 -1
  1126. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js.map +0 -1
  1127. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts +0 -12
  1128. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts.map +0 -1
  1129. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js.map +0 -1
  1130. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +0 -45
  1131. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
  1132. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +0 -1
  1133. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts +0 -12
  1134. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts.map +0 -1
  1135. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js.map +0 -1
  1136. package/dist-esm/src/operationsInterfaces/components.d.ts +0 -72
  1137. package/dist-esm/src/operationsInterfaces/components.d.ts.map +0 -1
  1138. package/dist-esm/src/operationsInterfaces/components.js.map +0 -1
  1139. package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts +0 -50
  1140. package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts.map +0 -1
  1141. package/dist-esm/src/operationsInterfaces/exportConfigurations.js.map +0 -1
  1142. package/dist-esm/src/operationsInterfaces/favorites.d.ts +0 -47
  1143. package/dist-esm/src/operationsInterfaces/favorites.d.ts.map +0 -1
  1144. package/dist-esm/src/operationsInterfaces/favorites.js.map +0 -1
  1145. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -20
  1146. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  1147. package/dist-esm/src/operationsInterfaces/index.js +0 -27
  1148. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  1149. package/dist-esm/src/operationsInterfaces/liveToken.d.ts +0 -11
  1150. package/dist-esm/src/operationsInterfaces/liveToken.d.ts.map +0 -1
  1151. package/dist-esm/src/operationsInterfaces/liveToken.js.map +0 -1
  1152. package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts +0 -49
  1153. package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts.map +0 -1
  1154. package/dist-esm/src/operationsInterfaces/myWorkbooks.js.map +0 -1
  1155. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts +0 -32
  1156. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +0 -1
  1157. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js.map +0 -1
  1158. package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts +0 -13
  1159. package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts.map +0 -1
  1160. package/dist-esm/src/operationsInterfaces/webTestLocations.js.map +0 -1
  1161. package/dist-esm/src/operationsInterfaces/webTests.d.ts +0 -55
  1162. package/dist-esm/src/operationsInterfaces/webTests.d.ts.map +0 -1
  1163. package/dist-esm/src/operationsInterfaces/webTests.js.map +0 -1
  1164. package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts +0 -58
  1165. package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts.map +0 -1
  1166. package/dist-esm/src/operationsInterfaces/workItemConfigurations.js.map +0 -1
  1167. package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts +0 -41
  1168. package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts.map +0 -1
  1169. package/dist-esm/src/operationsInterfaces/workbookTemplates.js.map +0 -1
  1170. package/dist-esm/src/operationsInterfaces/workbooks.d.ts +0 -63
  1171. package/dist-esm/src/operationsInterfaces/workbooks.d.ts.map +0 -1
  1172. package/dist-esm/src/operationsInterfaces/workbooks.js.map +0 -1
  1173. package/dist-esm/src/pagingHelper.js.map +0 -1
  1174. package/dist-esm/test/sampleTest.d.ts +0 -2
  1175. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  1176. package/dist-esm/test/sampleTest.js +0 -42
  1177. package/dist-esm/test/sampleTest.js.map +0 -1
  1178. package/src/applicationInsightsManagementClient.ts +0 -188
  1179. package/src/index.ts +0 -13
  1180. package/src/models/index.ts +0 -2455
  1181. package/src/models/mappers.ts +0 -3258
  1182. package/src/models/parameters.ts +0 -601
  1183. package/src/operations/aPIKeys.ts +0 -256
  1184. package/src/operations/analyticsItems.ts +0 -215
  1185. package/src/operations/annotations.ts +0 -300
  1186. package/src/operations/componentAvailableFeatures.ts +0 -70
  1187. package/src/operations/componentCurrentBillingFeatures.ts +0 -114
  1188. package/src/operations/componentFeatureCapabilities.ts +0 -70
  1189. package/src/operations/componentLinkedStorageAccountsOperations.ts +0 -235
  1190. package/src/operations/componentQuotaStatus.ts +0 -69
  1191. package/src/operations/components.ts +0 -572
  1192. package/src/operations/exportConfigurations.ts +0 -264
  1193. package/src/operations/favorites.ts +0 -265
  1194. package/src/operations/index.ts +0 -27
  1195. package/src/operations/liveToken.ts +0 -61
  1196. package/src/operations/myWorkbooks.ts +0 -535
  1197. package/src/operations/proactiveDetectionConfigurations.ts +0 -179
  1198. package/src/operations/webTestLocations.ts +0 -130
  1199. package/src/operations/webTests.ts +0 -607
  1200. package/src/operations/workItemConfigurations.ts +0 -351
  1201. package/src/operations/workbookTemplates.ts +0 -295
  1202. package/src/operations/workbooks.ts +0 -745
  1203. package/src/operationsInterfaces/aPIKeys.ts +0 -76
  1204. package/src/operationsInterfaces/analyticsItems.ts +0 -82
  1205. package/src/operationsInterfaces/annotations.ts +0 -81
  1206. package/src/operationsInterfaces/componentAvailableFeatures.ts +0 -27
  1207. package/src/operationsInterfaces/componentCurrentBillingFeatures.ts +0 -44
  1208. package/src/operationsInterfaces/componentFeatureCapabilities.ts +0 -27
  1209. package/src/operationsInterfaces/componentLinkedStorageAccountsOperations.ts +0 -86
  1210. package/src/operationsInterfaces/componentQuotaStatus.ts +0 -27
  1211. package/src/operationsInterfaces/components.ts +0 -131
  1212. package/src/operationsInterfaces/exportConfigurations.ts +0 -95
  1213. package/src/operationsInterfaces/favorites.ts +0 -92
  1214. package/src/operationsInterfaces/index.ts +0 -27
  1215. package/src/operationsInterfaces/liveToken.ts +0 -22
  1216. package/src/operationsInterfaces/myWorkbooks.ts +0 -95
  1217. package/src/operationsInterfaces/proactiveDetectionConfigurations.ts +0 -63
  1218. package/src/operationsInterfaces/webTestLocations.ts +0 -29
  1219. package/src/operationsInterfaces/webTests.ts +0 -104
  1220. package/src/operationsInterfaces/workItemConfigurations.ts +0 -109
  1221. package/src/operationsInterfaces/workbookTemplates.ts +0 -80
  1222. package/src/operationsInterfaces/workbooks.ts +0 -120
  1223. package/src/pagingHelper.ts +0 -39
  1224. package/tsconfig.json +0 -33
  1225. package/types/arm-appinsights.d.ts +0 -3191
  1226. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  1227. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  1228. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  1229. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  1230. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  1231. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  1232. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  1233. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  1234. /package/{dist-esm/src → dist/browser}/operationsInterfaces/aPIKeys.js +0 -0
  1235. /package/{dist-esm/src → dist/browser}/operationsInterfaces/analyticsItems.js +0 -0
  1236. /package/{dist-esm/src → dist/browser}/operationsInterfaces/annotations.js +0 -0
  1237. /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentAvailableFeatures.js +0 -0
  1238. /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentCurrentBillingFeatures.js +0 -0
  1239. /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentFeatureCapabilities.js +0 -0
  1240. /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentLinkedStorageAccountsOperations.js +0 -0
  1241. /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentQuotaStatus.js +0 -0
  1242. /package/{dist-esm/src → dist/browser}/operationsInterfaces/components.js +0 -0
  1243. /package/{dist-esm/src → dist/browser}/operationsInterfaces/exportConfigurations.js +0 -0
  1244. /package/{dist-esm/src → dist/browser}/operationsInterfaces/favorites.js +0 -0
  1245. /package/{dist-esm/src → dist/browser}/operationsInterfaces/liveToken.js +0 -0
  1246. /package/{dist-esm/src → dist/browser}/operationsInterfaces/myWorkbooks.js +0 -0
  1247. /package/{dist-esm/src → dist/browser}/operationsInterfaces/proactiveDetectionConfigurations.js +0 -0
  1248. /package/{dist-esm/src → dist/browser}/operationsInterfaces/webTestLocations.js +0 -0
  1249. /package/{dist-esm/src → dist/browser}/operationsInterfaces/webTests.js +0 -0
  1250. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workItemConfigurations.js +0 -0
  1251. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workbookTemplates.js +0 -0
  1252. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workbooks.js +0 -0
  1253. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  1254. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  1255. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  1256. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workbooks.js","sourceRoot":"","sources":["../../../src/operations/workbooks.ts"],"names":[],"mappings":"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","sourcesContent":["/*\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 { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Workbooks } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ApplicationInsightsManagementClient } from \"../applicationInsightsManagementClient.js\";\nimport {\n Workbook,\n CategoryType,\n WorkbooksListBySubscriptionNextOptionalParams,\n WorkbooksListBySubscriptionOptionalParams,\n WorkbooksListBySubscriptionResponse,\n WorkbooksListByResourceGroupNextOptionalParams,\n WorkbooksListByResourceGroupOptionalParams,\n WorkbooksListByResourceGroupResponse,\n WorkbooksRevisionsListNextOptionalParams,\n WorkbooksRevisionsListOptionalParams,\n WorkbooksRevisionsListResponse,\n WorkbooksGetOptionalParams,\n WorkbooksGetResponse,\n WorkbooksDeleteOptionalParams,\n WorkbooksCreateOrUpdateOptionalParams,\n WorkbooksCreateOrUpdateResponse,\n WorkbooksUpdateOptionalParams,\n WorkbooksUpdateResponse,\n WorkbooksRevisionGetOptionalParams,\n WorkbooksRevisionGetResponse,\n WorkbooksListBySubscriptionNextResponse,\n WorkbooksListByResourceGroupNextResponse,\n WorkbooksRevisionsListNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Workbooks operations. */\nexport class WorkbooksImpl implements Workbooks {\n private readonly client: ApplicationInsightsManagementClient;\n\n /**\n * Initialize a new instance of the class Workbooks class.\n * @param client Reference to the service client\n */\n constructor(client: ApplicationInsightsManagementClient) {\n this.client = client;\n }\n\n /**\n * Get all Workbooks defined within a specified subscription and category.\n * @param category Category of workbook to return.\n * @param options The options parameters.\n */\n public listBySubscription(\n category: CategoryType,\n options?: WorkbooksListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<Workbook> {\n const iter = this.listBySubscriptionPagingAll(category, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySubscriptionPagingPage(category, options, settings);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n category: CategoryType,\n options?: WorkbooksListBySubscriptionOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Workbook[]> {\n let result: WorkbooksListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(category, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySubscriptionNext(\n category,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySubscriptionPagingAll(\n category: CategoryType,\n options?: WorkbooksListBySubscriptionOptionalParams\n ): AsyncIterableIterator<Workbook> {\n for await (const page of this.listBySubscriptionPagingPage(\n category,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get all Workbooks defined within a specified resource group and category.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param category Category of workbook to return.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n category: CategoryType,\n options?: WorkbooksListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<Workbook> {\n const iter = this.listByResourceGroupPagingAll(\n resourceGroupName,\n category,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n category,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n category: CategoryType,\n options?: WorkbooksListByResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Workbook[]> {\n let result: WorkbooksListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(\n resourceGroupName,\n category,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n category,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n category: CategoryType,\n options?: WorkbooksListByResourceGroupOptionalParams\n ): AsyncIterableIterator<Workbook> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n category,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get the revisions for the workbook defined by its resourceName.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param options The options parameters.\n */\n public listRevisionsList(\n resourceGroupName: string,\n resourceName: string,\n options?: WorkbooksRevisionsListOptionalParams\n ): PagedAsyncIterableIterator<Workbook> {\n const iter = this.revisionsListPagingAll(\n resourceGroupName,\n resourceName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.revisionsListPagingPage(\n resourceGroupName,\n resourceName,\n options,\n settings\n );\n }\n };\n }\n\n private async *revisionsListPagingPage(\n resourceGroupName: string,\n resourceName: string,\n options?: WorkbooksRevisionsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Workbook[]> {\n let result: WorkbooksRevisionsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._revisionsList(\n resourceGroupName,\n resourceName,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._revisionsListNext(\n resourceGroupName,\n resourceName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *revisionsListPagingAll(\n resourceGroupName: string,\n resourceName: string,\n options?: WorkbooksRevisionsListOptionalParams\n ): AsyncIterableIterator<Workbook> {\n for await (const page of this.revisionsListPagingPage(\n resourceGroupName,\n resourceName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get all Workbooks defined within a specified subscription and category.\n * @param category Category of workbook to return.\n * @param options The options parameters.\n */\n private _listBySubscription(\n category: CategoryType,\n options?: WorkbooksListBySubscriptionOptionalParams\n ): Promise<WorkbooksListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { category, options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * Get all Workbooks defined within a specified resource group and category.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param category Category of workbook to return.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n category: CategoryType,\n options?: WorkbooksListByResourceGroupOptionalParams\n ): Promise<WorkbooksListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, category, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Get a single workbook by its resourceName.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n options?: WorkbooksGetOptionalParams\n ): Promise<WorkbooksGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, options },\n getOperationSpec\n );\n }\n\n /**\n * Delete a workbook.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n resourceName: string,\n options?: WorkbooksDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Create a new workbook.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param workbookProperties Properties that need to be specified to create a new workbook.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n resourceName: string,\n workbookProperties: Workbook,\n options?: WorkbooksCreateOrUpdateOptionalParams\n ): Promise<WorkbooksCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, workbookProperties, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Updates a workbook that has already been added.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n resourceName: string,\n options?: WorkbooksUpdateOptionalParams\n ): Promise<WorkbooksUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, options },\n updateOperationSpec\n );\n }\n\n /**\n * Get the revisions for the workbook defined by its resourceName.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param options The options parameters.\n */\n private _revisionsList(\n resourceGroupName: string,\n resourceName: string,\n options?: WorkbooksRevisionsListOptionalParams\n ): Promise<WorkbooksRevisionsListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, options },\n revisionsListOperationSpec\n );\n }\n\n /**\n * Get a single workbook revision defined by its revisionId.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param revisionId The id of the workbook's revision.\n * @param options The options parameters.\n */\n revisionGet(\n resourceGroupName: string,\n resourceName: string,\n revisionId: string,\n options?: WorkbooksRevisionGetOptionalParams\n ): Promise<WorkbooksRevisionGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, revisionId, options },\n revisionGetOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param category Category of workbook to return.\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n category: CategoryType,\n nextLink: string,\n options?: WorkbooksListBySubscriptionNextOptionalParams\n ): Promise<WorkbooksListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { category, nextLink, options },\n listBySubscriptionNextOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param category Category of workbook to return.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n category: CategoryType,\n nextLink: string,\n options?: WorkbooksListByResourceGroupNextOptionalParams\n ): Promise<WorkbooksListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, category, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n\n /**\n * RevisionsListNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param nextLink The nextLink from the previous successful call to the RevisionsList method.\n * @param options The options parameters.\n */\n private _revisionsListNext(\n resourceGroupName: string,\n resourceName: string,\n nextLink: string,\n options?: WorkbooksRevisionsListNextOptionalParams\n ): Promise<WorkbooksRevisionsListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, nextLink, options },\n revisionsListNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Insights/workbooks\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WorkbooksListResult\n },\n default: {\n bodyMapper: Mappers.WorkbookError\n }\n },\n queryParameters: [\n Parameters.canFetchContent,\n Parameters.tags,\n Parameters.category,\n Parameters.apiVersion3\n ],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WorkbooksListResult\n },\n default: {\n bodyMapper: Mappers.WorkbookError\n }\n },\n queryParameters: [\n Parameters.canFetchContent,\n Parameters.tags,\n Parameters.category,\n Parameters.sourceId,\n Parameters.apiVersion3\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Workbook\n },\n default: {\n bodyMapper: Mappers.WorkbookError\n }\n },\n queryParameters: [Parameters.canFetchContent, Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.WorkbookError\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Workbook\n },\n 201: {\n bodyMapper: Mappers.Workbook\n },\n default: {\n bodyMapper: Mappers.WorkbookError\n }\n },\n requestBody: Parameters.workbookProperties1,\n queryParameters: [Parameters.sourceId, Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}\",\n httpMethod: \"PATCH\",\n responses: {\n 201: {\n bodyMapper: Mappers.Workbook\n },\n default: {\n bodyMapper: Mappers.WorkbookError\n }\n },\n requestBody: Parameters.workbookUpdateParameters,\n queryParameters: [Parameters.sourceId, Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst revisionsListOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}/revisions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WorkbooksListResult\n },\n default: {\n bodyMapper: Mappers.WorkbookError\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst revisionGetOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}/revisions/{revisionId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Workbook\n },\n default: {\n bodyMapper: Mappers.WorkbookError\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.revisionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WorkbooksListResult\n },\n default: {\n bodyMapper: Mappers.WorkbookError\n }\n },\n queryParameters: [\n Parameters.canFetchContent,\n Parameters.tags,\n Parameters.category,\n Parameters.apiVersion3\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WorkbooksListResult\n },\n default: {\n bodyMapper: Mappers.WorkbookError\n }\n },\n queryParameters: [\n Parameters.canFetchContent,\n Parameters.tags,\n Parameters.category,\n Parameters.sourceId,\n Parameters.apiVersion3\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst revisionsListNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WorkbooksListResult\n },\n default: {\n bodyMapper: Mappers.WorkbookError\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -0,0 +1,38 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { ApplicationInsightsComponentAPIKey, APIKeysListOptionalParams, APIKeyRequest, APIKeysCreateOptionalParams, APIKeysCreateResponse, APIKeysDeleteOptionalParams, APIKeysDeleteResponse, APIKeysGetOptionalParams, APIKeysGetResponse } from "../models/index.js";
3
+ /** Interface representing a APIKeys. */
4
+ export interface APIKeys {
5
+ /**
6
+ * Gets a list of API keys of an Application Insights component.
7
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
8
+ * @param resourceName The name of the Application Insights component resource.
9
+ * @param options The options parameters.
10
+ */
11
+ list(resourceGroupName: string, resourceName: string, options?: APIKeysListOptionalParams): PagedAsyncIterableIterator<ApplicationInsightsComponentAPIKey>;
12
+ /**
13
+ * Create an API Key of an Application Insights component.
14
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
15
+ * @param resourceName The name of the Application Insights component resource.
16
+ * @param aPIKeyProperties Properties that need to be specified to create an API key of a Application
17
+ * Insights component.
18
+ * @param options The options parameters.
19
+ */
20
+ create(resourceGroupName: string, resourceName: string, aPIKeyProperties: APIKeyRequest, options?: APIKeysCreateOptionalParams): Promise<APIKeysCreateResponse>;
21
+ /**
22
+ * Delete an API Key of an Application Insights component.
23
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
24
+ * @param resourceName The name of the Application Insights component resource.
25
+ * @param keyId The API Key ID. This is unique within a Application Insights component.
26
+ * @param options The options parameters.
27
+ */
28
+ delete(resourceGroupName: string, resourceName: string, keyId: string, options?: APIKeysDeleteOptionalParams): Promise<APIKeysDeleteResponse>;
29
+ /**
30
+ * Get the API Key for this key id.
31
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
32
+ * @param resourceName The name of the Application Insights component resource.
33
+ * @param keyId The API Key ID. This is unique within a Application Insights component.
34
+ * @param options The options parameters.
35
+ */
36
+ get(resourceGroupName: string, resourceName: string, keyId: string, options?: APIKeysGetOptionalParams): Promise<APIKeysGetResponse>;
37
+ }
38
+ //# sourceMappingURL=aPIKeys.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aPIKeys.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/aPIKeys.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,kCAAkC,EAClC,yBAAyB,EACzB,aAAa,EACb,2BAA2B,EAC3B,qBAAqB,EACrB,2BAA2B,EAC3B,qBAAqB,EACrB,wBAAwB,EACxB,kBAAkB,EACnB,MAAM,oBAAoB,CAAC;AAG5B,wCAAwC;AACxC,MAAM,WAAW,OAAO;IACtB;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,yBAAyB,GAClC,0BAA0B,CAAC,kCAAkC,CAAC,CAAC;IAClE;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,aAAa,EAC/B,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC,CAAC;CAChC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aPIKeys.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/aPIKeys.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n ApplicationInsightsComponentAPIKey,\n APIKeysListOptionalParams,\n APIKeyRequest,\n APIKeysCreateOptionalParams,\n APIKeysCreateResponse,\n APIKeysDeleteOptionalParams,\n APIKeysDeleteResponse,\n APIKeysGetOptionalParams,\n APIKeysGetResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a APIKeys. */\nexport interface APIKeys {\n /**\n * Gets a list of API keys of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n resourceName: string,\n options?: APIKeysListOptionalParams\n ): PagedAsyncIterableIterator<ApplicationInsightsComponentAPIKey>;\n /**\n * Create an API Key of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param aPIKeyProperties Properties that need to be specified to create an API key of a Application\n * Insights component.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n resourceName: string,\n aPIKeyProperties: APIKeyRequest,\n options?: APIKeysCreateOptionalParams\n ): Promise<APIKeysCreateResponse>;\n /**\n * Delete an API Key of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param keyId The API Key ID. This is unique within a Application Insights component.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n resourceName: string,\n keyId: string,\n options?: APIKeysDeleteOptionalParams\n ): Promise<APIKeysDeleteResponse>;\n /**\n * Get the API Key for this key id.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param keyId The API Key ID. This is unique within a Application Insights component.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n keyId: string,\n options?: APIKeysGetOptionalParams\n ): Promise<APIKeysGetResponse>;\n}\n"]}
@@ -0,0 +1,43 @@
1
+ import { ItemScopePath, AnalyticsItemsListOptionalParams, AnalyticsItemsListResponse, AnalyticsItemsGetOptionalParams, AnalyticsItemsGetResponse, ApplicationInsightsComponentAnalyticsItem, AnalyticsItemsPutOptionalParams, AnalyticsItemsPutResponse, AnalyticsItemsDeleteOptionalParams } from "../models/index.js";
2
+ /** Interface representing a AnalyticsItems. */
3
+ export interface AnalyticsItems {
4
+ /**
5
+ * Gets a list of Analytics Items defined within an Application Insights component.
6
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
7
+ * @param resourceName The name of the Application Insights component resource.
8
+ * @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
9
+ * between all users with access to the Application Insights component.
10
+ * @param options The options parameters.
11
+ */
12
+ list(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsListOptionalParams): Promise<AnalyticsItemsListResponse>;
13
+ /**
14
+ * Gets a specific Analytics Items defined within an Application Insights component.
15
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
+ * @param resourceName The name of the Application Insights component resource.
17
+ * @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
18
+ * between all users with access to the Application Insights component.
19
+ * @param options The options parameters.
20
+ */
21
+ get(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsGetOptionalParams): Promise<AnalyticsItemsGetResponse>;
22
+ /**
23
+ * Adds or Updates a specific Analytics Item within an Application Insights component.
24
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
25
+ * @param resourceName The name of the Application Insights component resource.
26
+ * @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
27
+ * between all users with access to the Application Insights component.
28
+ * @param itemProperties Properties that need to be specified to create a new item and add it to an
29
+ * Application Insights component.
30
+ * @param options The options parameters.
31
+ */
32
+ put(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, itemProperties: ApplicationInsightsComponentAnalyticsItem, options?: AnalyticsItemsPutOptionalParams): Promise<AnalyticsItemsPutResponse>;
33
+ /**
34
+ * Deletes a specific Analytics Items defined within an Application Insights component.
35
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
36
+ * @param resourceName The name of the Application Insights component resource.
37
+ * @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
38
+ * between all users with access to the Application Insights component.
39
+ * @param options The options parameters.
40
+ */
41
+ delete(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsDeleteOptionalParams): Promise<void>;
42
+ }
43
+ //# sourceMappingURL=analyticsItems.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"analyticsItems.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/analyticsItems.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,aAAa,EACb,gCAAgC,EAChC,0BAA0B,EAC1B,+BAA+B,EAC/B,yBAAyB,EACzB,yCAAyC,EACzC,+BAA+B,EAC/B,yBAAyB,EACzB,kCAAkC,EACnC,MAAM,oBAAoB,CAAC;AAE5B,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;;;;;OAOG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,SAAS,EAAE,aAAa,EACxB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,SAAS,EAAE,aAAa,EACxB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;;;OASG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,SAAS,EAAE,aAAa,EACxB,cAAc,EAAE,yCAAyC,EACzD,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,SAAS,EAAE,aAAa,EACxB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"analyticsItems.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/analyticsItems.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\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 {\n ItemScopePath,\n AnalyticsItemsListOptionalParams,\n AnalyticsItemsListResponse,\n AnalyticsItemsGetOptionalParams,\n AnalyticsItemsGetResponse,\n ApplicationInsightsComponentAnalyticsItem,\n AnalyticsItemsPutOptionalParams,\n AnalyticsItemsPutResponse,\n AnalyticsItemsDeleteOptionalParams\n} from \"../models/index.js\";\n\n/** Interface representing a AnalyticsItems. */\nexport interface AnalyticsItems {\n /**\n * Gets a list of Analytics Items defined within an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param scopePath Enum indicating if this item definition is owned by a specific user or is shared\n * between all users with access to the Application Insights component.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n resourceName: string,\n scopePath: ItemScopePath,\n options?: AnalyticsItemsListOptionalParams\n ): Promise<AnalyticsItemsListResponse>;\n /**\n * Gets a specific Analytics Items defined within an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param scopePath Enum indicating if this item definition is owned by a specific user or is shared\n * between all users with access to the Application Insights component.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n scopePath: ItemScopePath,\n options?: AnalyticsItemsGetOptionalParams\n ): Promise<AnalyticsItemsGetResponse>;\n /**\n * Adds or Updates a specific Analytics Item within an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param scopePath Enum indicating if this item definition is owned by a specific user or is shared\n * between all users with access to the Application Insights component.\n * @param itemProperties Properties that need to be specified to create a new item and add it to an\n * Application Insights component.\n * @param options The options parameters.\n */\n put(\n resourceGroupName: string,\n resourceName: string,\n scopePath: ItemScopePath,\n itemProperties: ApplicationInsightsComponentAnalyticsItem,\n options?: AnalyticsItemsPutOptionalParams\n ): Promise<AnalyticsItemsPutResponse>;\n /**\n * Deletes a specific Analytics Items defined within an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param scopePath Enum indicating if this item definition is owned by a specific user or is shared\n * between all users with access to the Application Insights component.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n resourceName: string,\n scopePath: ItemScopePath,\n options?: AnalyticsItemsDeleteOptionalParams\n ): Promise<void>;\n}\n"]}
@@ -0,0 +1,43 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Annotation, AnnotationsListOptionalParams, AnnotationsCreateOptionalParams, AnnotationsCreateResponse, AnnotationsDeleteOptionalParams, AnnotationsGetOptionalParams, AnnotationsGetResponse } from "../models/index.js";
3
+ /** Interface representing a Annotations. */
4
+ export interface Annotations {
5
+ /**
6
+ * Gets the list of annotations for a component for given time range
7
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
8
+ * @param resourceName The name of the Application Insights component resource.
9
+ * @param start The start time to query from for annotations, cannot be older than 90 days from current
10
+ * date.
11
+ * @param end The end time to query for annotations.
12
+ * @param options The options parameters.
13
+ */
14
+ list(resourceGroupName: string, resourceName: string, start: string, end: string, options?: AnnotationsListOptionalParams): PagedAsyncIterableIterator<Annotation>;
15
+ /**
16
+ * Create an Annotation of an Application Insights component.
17
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
18
+ * @param resourceName The name of the Application Insights component resource.
19
+ * @param annotationProperties Properties that need to be specified to create an annotation of a
20
+ * Application Insights component.
21
+ * @param options The options parameters.
22
+ */
23
+ create(resourceGroupName: string, resourceName: string, annotationProperties: Annotation, options?: AnnotationsCreateOptionalParams): Promise<AnnotationsCreateResponse>;
24
+ /**
25
+ * Delete an Annotation of an Application Insights component.
26
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
27
+ * @param resourceName The name of the Application Insights component resource.
28
+ * @param annotationId The unique annotation ID. This is unique within a Application Insights
29
+ * component.
30
+ * @param options The options parameters.
31
+ */
32
+ delete(resourceGroupName: string, resourceName: string, annotationId: string, options?: AnnotationsDeleteOptionalParams): Promise<void>;
33
+ /**
34
+ * Get the annotation for given id.
35
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
36
+ * @param resourceName The name of the Application Insights component resource.
37
+ * @param annotationId The unique annotation ID. This is unique within a Application Insights
38
+ * component.
39
+ * @param options The options parameters.
40
+ */
41
+ get(resourceGroupName: string, resourceName: string, annotationId: string, options?: AnnotationsGetOptionalParams): Promise<AnnotationsGetResponse>;
42
+ }
43
+ //# sourceMappingURL=annotations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"annotations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/annotations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,UAAU,EACV,6BAA6B,EAC7B,+BAA+B,EAC/B,yBAAyB,EACzB,+BAA+B,EAC/B,4BAA4B,EAC5B,sBAAsB,EACvB,MAAM,oBAAoB,CAAC;AAG5B,4CAA4C;AAC5C,MAAM,WAAW,WAAW;IAC1B;;;;;;;;OAQG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,GAAG,EAAE,MAAM,EACX,OAAO,CAAC,EAAE,6BAA6B,GACtC,0BAA0B,CAAC,UAAU,CAAC,CAAC;IAC1C;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,oBAAoB,EAAE,UAAU,EAChC,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;CACpC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"annotations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/annotations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n Annotation,\n AnnotationsListOptionalParams,\n AnnotationsCreateOptionalParams,\n AnnotationsCreateResponse,\n AnnotationsDeleteOptionalParams,\n AnnotationsGetOptionalParams,\n AnnotationsGetResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Annotations. */\nexport interface Annotations {\n /**\n * Gets the list of annotations for a component for given time range\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param start The start time to query from for annotations, cannot be older than 90 days from current\n * date.\n * @param end The end time to query for annotations.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n resourceName: string,\n start: string,\n end: string,\n options?: AnnotationsListOptionalParams\n ): PagedAsyncIterableIterator<Annotation>;\n /**\n * Create an Annotation of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param annotationProperties Properties that need to be specified to create an annotation of a\n * Application Insights component.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n resourceName: string,\n annotationProperties: Annotation,\n options?: AnnotationsCreateOptionalParams\n ): Promise<AnnotationsCreateResponse>;\n /**\n * Delete an Annotation of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param annotationId The unique annotation ID. This is unique within a Application Insights\n * component.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n resourceName: string,\n annotationId: string,\n options?: AnnotationsDeleteOptionalParams\n ): Promise<void>;\n /**\n * Get the annotation for given id.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param annotationId The unique annotation ID. This is unique within a Application Insights\n * component.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n annotationId: string,\n options?: AnnotationsGetOptionalParams\n ): Promise<AnnotationsGetResponse>;\n}\n"]}
@@ -0,0 +1,12 @@
1
+ import { ComponentAvailableFeaturesGetOptionalParams, ComponentAvailableFeaturesGetResponse } from "../models/index.js";
2
+ /** Interface representing a ComponentAvailableFeatures. */
3
+ export interface ComponentAvailableFeatures {
4
+ /**
5
+ * Returns all available features of the application insights component.
6
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
7
+ * @param resourceName The name of the Application Insights component resource.
8
+ * @param options The options parameters.
9
+ */
10
+ get(resourceGroupName: string, resourceName: string, options?: ComponentAvailableFeaturesGetOptionalParams): Promise<ComponentAvailableFeaturesGetResponse>;
11
+ }
12
+ //# sourceMappingURL=componentAvailableFeatures.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"componentAvailableFeatures.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/componentAvailableFeatures.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,2CAA2C,EAC3C,qCAAqC,EACtC,MAAM,oBAAoB,CAAC;AAE5B,2DAA2D;AAC3D,MAAM,WAAW,0BAA0B;IACzC;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;CACnD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"componentAvailableFeatures.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/componentAvailableFeatures.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\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 {\n ComponentAvailableFeaturesGetOptionalParams,\n ComponentAvailableFeaturesGetResponse\n} from \"../models/index.js\";\n\n/** Interface representing a ComponentAvailableFeatures. */\nexport interface ComponentAvailableFeatures {\n /**\n * Returns all available features of the application insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n options?: ComponentAvailableFeaturesGetOptionalParams\n ): Promise<ComponentAvailableFeaturesGetResponse>;\n}\n"]}
@@ -0,0 +1,21 @@
1
+ import { ComponentCurrentBillingFeaturesGetOptionalParams, ComponentCurrentBillingFeaturesGetResponse, ApplicationInsightsComponentBillingFeatures, ComponentCurrentBillingFeaturesUpdateOptionalParams, ComponentCurrentBillingFeaturesUpdateResponse } from "../models/index.js";
2
+ /** Interface representing a ComponentCurrentBillingFeatures. */
3
+ export interface ComponentCurrentBillingFeatures {
4
+ /**
5
+ * Returns current billing features for an Application Insights component.
6
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
7
+ * @param resourceName The name of the Application Insights component resource.
8
+ * @param options The options parameters.
9
+ */
10
+ get(resourceGroupName: string, resourceName: string, options?: ComponentCurrentBillingFeaturesGetOptionalParams): Promise<ComponentCurrentBillingFeaturesGetResponse>;
11
+ /**
12
+ * Update current billing features for an Application Insights component.
13
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
14
+ * @param resourceName The name of the Application Insights component resource.
15
+ * @param billingFeaturesProperties Properties that need to be specified to update billing features for
16
+ * an Application Insights component.
17
+ * @param options The options parameters.
18
+ */
19
+ update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, options?: ComponentCurrentBillingFeaturesUpdateOptionalParams): Promise<ComponentCurrentBillingFeaturesUpdateResponse>;
20
+ }
21
+ //# sourceMappingURL=componentCurrentBillingFeatures.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"componentCurrentBillingFeatures.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/componentCurrentBillingFeatures.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,gDAAgD,EAChD,0CAA0C,EAC1C,2CAA2C,EAC3C,mDAAmD,EACnD,6CAA6C,EAC9C,MAAM,oBAAoB,CAAC;AAE5B,gEAAgE;AAChE,MAAM,WAAW,+BAA+B;IAC9C;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC,CAAC;IACvD;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,yBAAyB,EAAE,2CAA2C,EACtE,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CAAC,6CAA6C,CAAC,CAAC;CAC3D"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"componentCurrentBillingFeatures.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/componentCurrentBillingFeatures.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\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 {\n ComponentCurrentBillingFeaturesGetOptionalParams,\n ComponentCurrentBillingFeaturesGetResponse,\n ApplicationInsightsComponentBillingFeatures,\n ComponentCurrentBillingFeaturesUpdateOptionalParams,\n ComponentCurrentBillingFeaturesUpdateResponse\n} from \"../models/index.js\";\n\n/** Interface representing a ComponentCurrentBillingFeatures. */\nexport interface ComponentCurrentBillingFeatures {\n /**\n * Returns current billing features for an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n options?: ComponentCurrentBillingFeaturesGetOptionalParams\n ): Promise<ComponentCurrentBillingFeaturesGetResponse>;\n /**\n * Update current billing features for an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param billingFeaturesProperties Properties that need to be specified to update billing features for\n * an Application Insights component.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n resourceName: string,\n billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures,\n options?: ComponentCurrentBillingFeaturesUpdateOptionalParams\n ): Promise<ComponentCurrentBillingFeaturesUpdateResponse>;\n}\n"]}
@@ -0,0 +1,12 @@
1
+ import { ComponentFeatureCapabilitiesGetOptionalParams, ComponentFeatureCapabilitiesGetResponse } from "../models/index.js";
2
+ /** Interface representing a ComponentFeatureCapabilities. */
3
+ export interface ComponentFeatureCapabilities {
4
+ /**
5
+ * Returns feature capabilities of the application insights component.
6
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
7
+ * @param resourceName The name of the Application Insights component resource.
8
+ * @param options The options parameters.
9
+ */
10
+ get(resourceGroupName: string, resourceName: string, options?: ComponentFeatureCapabilitiesGetOptionalParams): Promise<ComponentFeatureCapabilitiesGetResponse>;
11
+ }
12
+ //# sourceMappingURL=componentFeatureCapabilities.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"componentFeatureCapabilities.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/componentFeatureCapabilities.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,6CAA6C,EAC7C,uCAAuC,EACxC,MAAM,oBAAoB,CAAC;AAE5B,6DAA6D;AAC7D,MAAM,WAAW,4BAA4B;IAC3C;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC,CAAC;CACrD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"componentFeatureCapabilities.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/componentFeatureCapabilities.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\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 {\n ComponentFeatureCapabilitiesGetOptionalParams,\n ComponentFeatureCapabilitiesGetResponse\n} from \"../models/index.js\";\n\n/** Interface representing a ComponentFeatureCapabilities. */\nexport interface ComponentFeatureCapabilities {\n /**\n * Returns feature capabilities of the application insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n options?: ComponentFeatureCapabilitiesGetOptionalParams\n ): Promise<ComponentFeatureCapabilitiesGetResponse>;\n}\n"]}
@@ -0,0 +1,45 @@
1
+ import { StorageType, ComponentLinkedStorageAccountsGetOptionalParams, ComponentLinkedStorageAccountsGetResponse, ComponentLinkedStorageAccounts, ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams, ComponentLinkedStorageAccountsCreateAndUpdateResponse, ComponentLinkedStorageAccountsPatch, ComponentLinkedStorageAccountsUpdateOptionalParams, ComponentLinkedStorageAccountsUpdateResponse, ComponentLinkedStorageAccountsDeleteOptionalParams } from "../models/index.js";
2
+ /** Interface representing a ComponentLinkedStorageAccountsOperations. */
3
+ export interface ComponentLinkedStorageAccountsOperations {
4
+ /**
5
+ * Returns the current linked storage settings for an Application Insights component.
6
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
7
+ * @param resourceName The name of the Application Insights component resource.
8
+ * @param storageType The type of the Application Insights component data source for the linked storage
9
+ * account.
10
+ * @param options The options parameters.
11
+ */
12
+ get(resourceGroupName: string, resourceName: string, storageType: StorageType, options?: ComponentLinkedStorageAccountsGetOptionalParams): Promise<ComponentLinkedStorageAccountsGetResponse>;
13
+ /**
14
+ * Replace current linked storage account for an Application Insights component.
15
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
+ * @param resourceName The name of the Application Insights component resource.
17
+ * @param storageType The type of the Application Insights component data source for the linked storage
18
+ * account.
19
+ * @param linkedStorageAccountsProperties Properties that need to be specified to update linked storage
20
+ * accounts for an Application Insights component.
21
+ * @param options The options parameters.
22
+ */
23
+ createAndUpdate(resourceGroupName: string, resourceName: string, storageType: StorageType, linkedStorageAccountsProperties: ComponentLinkedStorageAccounts, options?: ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams): Promise<ComponentLinkedStorageAccountsCreateAndUpdateResponse>;
24
+ /**
25
+ * Update linked storage accounts for an Application Insights component.
26
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
27
+ * @param resourceName The name of the Application Insights component resource.
28
+ * @param storageType The type of the Application Insights component data source for the linked storage
29
+ * account.
30
+ * @param linkedStorageAccountsProperties Properties that need to be specified to update a linked
31
+ * storage accounts for an Application Insights component.
32
+ * @param options The options parameters.
33
+ */
34
+ update(resourceGroupName: string, resourceName: string, storageType: StorageType, linkedStorageAccountsProperties: ComponentLinkedStorageAccountsPatch, options?: ComponentLinkedStorageAccountsUpdateOptionalParams): Promise<ComponentLinkedStorageAccountsUpdateResponse>;
35
+ /**
36
+ * Delete linked storage accounts for an Application Insights component.
37
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
38
+ * @param resourceName The name of the Application Insights component resource.
39
+ * @param storageType The type of the Application Insights component data source for the linked storage
40
+ * account.
41
+ * @param options The options parameters.
42
+ */
43
+ delete(resourceGroupName: string, resourceName: string, storageType: StorageType, options?: ComponentLinkedStorageAccountsDeleteOptionalParams): Promise<void>;
44
+ }
45
+ //# sourceMappingURL=componentLinkedStorageAccountsOperations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"componentLinkedStorageAccountsOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/componentLinkedStorageAccountsOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,WAAW,EACX,+CAA+C,EAC/C,yCAAyC,EACzC,8BAA8B,EAC9B,2DAA2D,EAC3D,qDAAqD,EACrD,mCAAmC,EACnC,kDAAkD,EAClD,4CAA4C,EAC5C,kDAAkD,EACnD,MAAM,oBAAoB,CAAC;AAE5B,yEAAyE;AACzE,MAAM,WAAW,wCAAwC;IACvD;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,WAAW,EACxB,OAAO,CAAC,EAAE,+CAA+C,GACxD,OAAO,CAAC,yCAAyC,CAAC,CAAC;IACtD;;;;;;;;;OASG;IACH,eAAe,CACb,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,WAAW,EACxB,+BAA+B,EAAE,8BAA8B,EAC/D,OAAO,CAAC,EAAE,2DAA2D,GACpE,OAAO,CAAC,qDAAqD,CAAC,CAAC;IAClE;;;;;;;;;OASG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,WAAW,EACxB,+BAA+B,EAAE,mCAAmC,EACpE,OAAO,CAAC,EAAE,kDAAkD,GAC3D,OAAO,CAAC,4CAA4C,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,WAAW,EACxB,OAAO,CAAC,EAAE,kDAAkD,GAC3D,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"componentLinkedStorageAccountsOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/componentLinkedStorageAccountsOperations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\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 {\n StorageType,\n ComponentLinkedStorageAccountsGetOptionalParams,\n ComponentLinkedStorageAccountsGetResponse,\n ComponentLinkedStorageAccounts,\n ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams,\n ComponentLinkedStorageAccountsCreateAndUpdateResponse,\n ComponentLinkedStorageAccountsPatch,\n ComponentLinkedStorageAccountsUpdateOptionalParams,\n ComponentLinkedStorageAccountsUpdateResponse,\n ComponentLinkedStorageAccountsDeleteOptionalParams\n} from \"../models/index.js\";\n\n/** Interface representing a ComponentLinkedStorageAccountsOperations. */\nexport interface ComponentLinkedStorageAccountsOperations {\n /**\n * Returns the current linked storage settings for an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param storageType The type of the Application Insights component data source for the linked storage\n * account.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n storageType: StorageType,\n options?: ComponentLinkedStorageAccountsGetOptionalParams\n ): Promise<ComponentLinkedStorageAccountsGetResponse>;\n /**\n * Replace current linked storage account for an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param storageType The type of the Application Insights component data source for the linked storage\n * account.\n * @param linkedStorageAccountsProperties Properties that need to be specified to update linked storage\n * accounts for an Application Insights component.\n * @param options The options parameters.\n */\n createAndUpdate(\n resourceGroupName: string,\n resourceName: string,\n storageType: StorageType,\n linkedStorageAccountsProperties: ComponentLinkedStorageAccounts,\n options?: ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams\n ): Promise<ComponentLinkedStorageAccountsCreateAndUpdateResponse>;\n /**\n * Update linked storage accounts for an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param storageType The type of the Application Insights component data source for the linked storage\n * account.\n * @param linkedStorageAccountsProperties Properties that need to be specified to update a linked\n * storage accounts for an Application Insights component.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n resourceName: string,\n storageType: StorageType,\n linkedStorageAccountsProperties: ComponentLinkedStorageAccountsPatch,\n options?: ComponentLinkedStorageAccountsUpdateOptionalParams\n ): Promise<ComponentLinkedStorageAccountsUpdateResponse>;\n /**\n * Delete linked storage accounts for an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param storageType The type of the Application Insights component data source for the linked storage\n * account.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n resourceName: string,\n storageType: StorageType,\n options?: ComponentLinkedStorageAccountsDeleteOptionalParams\n ): Promise<void>;\n}\n"]}
@@ -0,0 +1,12 @@
1
+ import { ComponentQuotaStatusGetOptionalParams, ComponentQuotaStatusGetResponse } from "../models/index.js";
2
+ /** Interface representing a ComponentQuotaStatus. */
3
+ export interface ComponentQuotaStatus {
4
+ /**
5
+ * Returns daily data volume cap (quota) status for an Application Insights component.
6
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
7
+ * @param resourceName The name of the Application Insights component resource.
8
+ * @param options The options parameters.
9
+ */
10
+ get(resourceGroupName: string, resourceName: string, options?: ComponentQuotaStatusGetOptionalParams): Promise<ComponentQuotaStatusGetResponse>;
11
+ }
12
+ //# sourceMappingURL=componentQuotaStatus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"componentQuotaStatus.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/componentQuotaStatus.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,qCAAqC,EACrC,+BAA+B,EAChC,MAAM,oBAAoB,CAAC;AAE5B,qDAAqD;AACrD,MAAM,WAAW,oBAAoB;IACnC;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;CAC7C"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"componentQuotaStatus.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/componentQuotaStatus.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\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 {\n ComponentQuotaStatusGetOptionalParams,\n ComponentQuotaStatusGetResponse\n} from \"../models/index.js\";\n\n/** Interface representing a ComponentQuotaStatus. */\nexport interface ComponentQuotaStatus {\n /**\n * Returns daily data volume cap (quota) status for an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n options?: ComponentQuotaStatusGetOptionalParams\n ): Promise<ComponentQuotaStatusGetResponse>;\n}\n"]}
@@ -0,0 +1,72 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { ApplicationInsightsComponent, ComponentsListOptionalParams, ComponentsListByResourceGroupOptionalParams, ComponentsDeleteOptionalParams, ComponentsGetOptionalParams, ComponentsGetResponse, ComponentsCreateOrUpdateOptionalParams, ComponentsCreateOrUpdateResponse, TagsResource, ComponentsUpdateTagsOptionalParams, ComponentsUpdateTagsResponse, ComponentPurgeBody, ComponentsPurgeOptionalParams, ComponentsPurgeResponse, ComponentsGetPurgeStatusOptionalParams, ComponentsGetPurgeStatusResponse } from "../models/index.js";
3
+ /** Interface representing a Components. */
4
+ export interface Components {
5
+ /**
6
+ * Gets a list of all Application Insights components within a subscription.
7
+ * @param options The options parameters.
8
+ */
9
+ list(options?: ComponentsListOptionalParams): PagedAsyncIterableIterator<ApplicationInsightsComponent>;
10
+ /**
11
+ * Gets a list of Application Insights components within a resource group.
12
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
13
+ * @param options The options parameters.
14
+ */
15
+ listByResourceGroup(resourceGroupName: string, options?: ComponentsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ApplicationInsightsComponent>;
16
+ /**
17
+ * Deletes an Application Insights component.
18
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
19
+ * @param resourceName The name of the Application Insights component resource.
20
+ * @param options The options parameters.
21
+ */
22
+ delete(resourceGroupName: string, resourceName: string, options?: ComponentsDeleteOptionalParams): Promise<void>;
23
+ /**
24
+ * Returns an Application Insights component.
25
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
26
+ * @param resourceName The name of the Application Insights component resource.
27
+ * @param options The options parameters.
28
+ */
29
+ get(resourceGroupName: string, resourceName: string, options?: ComponentsGetOptionalParams): Promise<ComponentsGetResponse>;
30
+ /**
31
+ * Creates (or updates) an Application Insights component. Note: You cannot specify a different value
32
+ * for InstrumentationKey nor AppId in the Put operation.
33
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
34
+ * @param resourceName The name of the Application Insights component resource.
35
+ * @param insightProperties Properties that need to be specified to create an Application Insights
36
+ * component.
37
+ * @param options The options parameters.
38
+ */
39
+ createOrUpdate(resourceGroupName: string, resourceName: string, insightProperties: ApplicationInsightsComponent, options?: ComponentsCreateOrUpdateOptionalParams): Promise<ComponentsCreateOrUpdateResponse>;
40
+ /**
41
+ * Updates an existing component's tags. To update other fields use the CreateOrUpdate method.
42
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
43
+ * @param resourceName The name of the Application Insights component resource.
44
+ * @param componentTags Updated tag information to set into the component instance.
45
+ * @param options The options parameters.
46
+ */
47
+ updateTags(resourceGroupName: string, resourceName: string, componentTags: TagsResource, options?: ComponentsUpdateTagsOptionalParams): Promise<ComponentsUpdateTagsResponse>;
48
+ /**
49
+ * Purges data in an Application Insights component by a set of user-defined filters.
50
+ *
51
+ * In order to manage system resources, purge requests are throttled at 50 requests per hour. You
52
+ * should batch the execution of purge requests by sending a single command whose predicate includes
53
+ * all user identities that require purging. Use the in operator to specify multiple identities. You
54
+ * should run the query prior to using for a purge request to verify that the results are expected.
55
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
56
+ * @param resourceName The name of the Application Insights component resource.
57
+ * @param body Describes the body of a request to purge data in a single table of an Application
58
+ * Insights component
59
+ * @param options The options parameters.
60
+ */
61
+ purge(resourceGroupName: string, resourceName: string, body: ComponentPurgeBody, options?: ComponentsPurgeOptionalParams): Promise<ComponentsPurgeResponse>;
62
+ /**
63
+ * Get status for an ongoing purge operation.
64
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
65
+ * @param resourceName The name of the Application Insights component resource.
66
+ * @param purgeId In a purge status request, this is the Id of the operation the status of which is
67
+ * returned.
68
+ * @param options The options parameters.
69
+ */
70
+ getPurgeStatus(resourceGroupName: string, resourceName: string, purgeId: string, options?: ComponentsGetPurgeStatusOptionalParams): Promise<ComponentsGetPurgeStatusResponse>;
71
+ }
72
+ //# sourceMappingURL=components.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/components.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,4BAA4B,EAC5B,4BAA4B,EAC5B,2CAA2C,EAC3C,8BAA8B,EAC9B,2BAA2B,EAC3B,qBAAqB,EACrB,sCAAsC,EACtC,gCAAgC,EAChC,YAAY,EACZ,kCAAkC,EAClC,4BAA4B,EAC5B,kBAAkB,EAClB,6BAA6B,EAC7B,uBAAuB,EACvB,sCAAsC,EACtC,gCAAgC,EACjC,MAAM,oBAAoB,CAAC;AAG5B,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,4BAA4B,CAAC,CAAC;IAC5D;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,2CAA2C,GACpD,0BAA0B,CAAC,4BAA4B,CAAC,CAAC;IAC5D;;;;;OAKG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC;;;;;;;;OAQG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,iBAAiB,EAAE,4BAA4B,EAC/C,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC,CAAC;IAC7C;;;;;;OAMG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,aAAa,EAAE,YAAY,EAC3B,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;;;;;;;;OAYG;IACH,KAAK,CACH,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,IAAI,EAAE,kBAAkB,EACxB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC,CAAC;IACpC;;;;;;;OAOG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC,CAAC;CAC9C"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"components.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/components.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n ApplicationInsightsComponent,\n ComponentsListOptionalParams,\n ComponentsListByResourceGroupOptionalParams,\n ComponentsDeleteOptionalParams,\n ComponentsGetOptionalParams,\n ComponentsGetResponse,\n ComponentsCreateOrUpdateOptionalParams,\n ComponentsCreateOrUpdateResponse,\n TagsResource,\n ComponentsUpdateTagsOptionalParams,\n ComponentsUpdateTagsResponse,\n ComponentPurgeBody,\n ComponentsPurgeOptionalParams,\n ComponentsPurgeResponse,\n ComponentsGetPurgeStatusOptionalParams,\n ComponentsGetPurgeStatusResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Components. */\nexport interface Components {\n /**\n * Gets a list of all Application Insights components within a subscription.\n * @param options The options parameters.\n */\n list(\n options?: ComponentsListOptionalParams\n ): PagedAsyncIterableIterator<ApplicationInsightsComponent>;\n /**\n * Gets a list of Application Insights components within a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: ComponentsListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<ApplicationInsightsComponent>;\n /**\n * Deletes an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n resourceName: string,\n options?: ComponentsDeleteOptionalParams\n ): Promise<void>;\n /**\n * Returns an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n options?: ComponentsGetOptionalParams\n ): Promise<ComponentsGetResponse>;\n /**\n * Creates (or updates) an Application Insights component. Note: You cannot specify a different value\n * for InstrumentationKey nor AppId in the Put operation.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param insightProperties Properties that need to be specified to create an Application Insights\n * component.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n resourceName: string,\n insightProperties: ApplicationInsightsComponent,\n options?: ComponentsCreateOrUpdateOptionalParams\n ): Promise<ComponentsCreateOrUpdateResponse>;\n /**\n * Updates an existing component's tags. To update other fields use the CreateOrUpdate method.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param componentTags Updated tag information to set into the component instance.\n * @param options The options parameters.\n */\n updateTags(\n resourceGroupName: string,\n resourceName: string,\n componentTags: TagsResource,\n options?: ComponentsUpdateTagsOptionalParams\n ): Promise<ComponentsUpdateTagsResponse>;\n /**\n * Purges data in an Application Insights component by a set of user-defined filters.\n *\n * In order to manage system resources, purge requests are throttled at 50 requests per hour. You\n * should batch the execution of purge requests by sending a single command whose predicate includes\n * all user identities that require purging. Use the in operator to specify multiple identities. You\n * should run the query prior to using for a purge request to verify that the results are expected.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param body Describes the body of a request to purge data in a single table of an Application\n * Insights component\n * @param options The options parameters.\n */\n purge(\n resourceGroupName: string,\n resourceName: string,\n body: ComponentPurgeBody,\n options?: ComponentsPurgeOptionalParams\n ): Promise<ComponentsPurgeResponse>;\n /**\n * Get status for an ongoing purge operation.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param purgeId In a purge status request, this is the Id of the operation the status of which is\n * returned.\n * @param options The options parameters.\n */\n getPurgeStatus(\n resourceGroupName: string,\n resourceName: string,\n purgeId: string,\n options?: ComponentsGetPurgeStatusOptionalParams\n ): Promise<ComponentsGetPurgeStatusResponse>;\n}\n"]}
@@ -0,0 +1,50 @@
1
+ import { ExportConfigurationsListOptionalParams, ExportConfigurationsListResponse, ApplicationInsightsComponentExportRequest, ExportConfigurationsCreateOptionalParams, ExportConfigurationsCreateResponse, ExportConfigurationsDeleteOptionalParams, ExportConfigurationsDeleteResponse, ExportConfigurationsGetOptionalParams, ExportConfigurationsGetResponse, ExportConfigurationsUpdateOptionalParams, ExportConfigurationsUpdateResponse } from "../models/index.js";
2
+ /** Interface representing a ExportConfigurations. */
3
+ export interface ExportConfigurations {
4
+ /**
5
+ * Gets a list of Continuous Export configuration of an Application Insights component.
6
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
7
+ * @param resourceName The name of the Application Insights component resource.
8
+ * @param options The options parameters.
9
+ */
10
+ list(resourceGroupName: string, resourceName: string, options?: ExportConfigurationsListOptionalParams): Promise<ExportConfigurationsListResponse>;
11
+ /**
12
+ * Create a Continuous Export configuration of an Application Insights component.
13
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
14
+ * @param resourceName The name of the Application Insights component resource.
15
+ * @param exportProperties Properties that need to be specified to create a Continuous Export
16
+ * configuration of a Application Insights component.
17
+ * @param options The options parameters.
18
+ */
19
+ create(resourceGroupName: string, resourceName: string, exportProperties: ApplicationInsightsComponentExportRequest, options?: ExportConfigurationsCreateOptionalParams): Promise<ExportConfigurationsCreateResponse>;
20
+ /**
21
+ * Delete a Continuous Export configuration of an Application Insights component.
22
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
23
+ * @param resourceName The name of the Application Insights component resource.
24
+ * @param exportId The Continuous Export configuration ID. This is unique within a Application Insights
25
+ * component.
26
+ * @param options The options parameters.
27
+ */
28
+ delete(resourceGroupName: string, resourceName: string, exportId: string, options?: ExportConfigurationsDeleteOptionalParams): Promise<ExportConfigurationsDeleteResponse>;
29
+ /**
30
+ * Get the Continuous Export configuration for this export id.
31
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
32
+ * @param resourceName The name of the Application Insights component resource.
33
+ * @param exportId The Continuous Export configuration ID. This is unique within a Application Insights
34
+ * component.
35
+ * @param options The options parameters.
36
+ */
37
+ get(resourceGroupName: string, resourceName: string, exportId: string, options?: ExportConfigurationsGetOptionalParams): Promise<ExportConfigurationsGetResponse>;
38
+ /**
39
+ * Update the Continuous Export configuration for this export id.
40
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
41
+ * @param resourceName The name of the Application Insights component resource.
42
+ * @param exportId The Continuous Export configuration ID. This is unique within a Application Insights
43
+ * component.
44
+ * @param exportProperties Properties that need to be specified to update the Continuous Export
45
+ * configuration.
46
+ * @param options The options parameters.
47
+ */
48
+ update(resourceGroupName: string, resourceName: string, exportId: string, exportProperties: ApplicationInsightsComponentExportRequest, options?: ExportConfigurationsUpdateOptionalParams): Promise<ExportConfigurationsUpdateResponse>;
49
+ }
50
+ //# sourceMappingURL=exportConfigurations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exportConfigurations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/exportConfigurations.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,sCAAsC,EACtC,gCAAgC,EAChC,yCAAyC,EACzC,wCAAwC,EACxC,kCAAkC,EAClC,wCAAwC,EACxC,kCAAkC,EAClC,qCAAqC,EACrC,+BAA+B,EAC/B,wCAAwC,EACxC,kCAAkC,EACnC,MAAM,oBAAoB,CAAC;AAE5B,qDAAqD;AACrD,MAAM,WAAW,oBAAoB;IACnC;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC,CAAC;IAC7C;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,yCAAyC,EAC3D,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC,CAAC;IAC/C;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC,CAAC;IAC/C;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;IAC5C;;;;;;;;;OASG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,QAAQ,EAAE,MAAM,EAChB,gBAAgB,EAAE,yCAAyC,EAC3D,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC,CAAC;CAChD"}