@azure/arm-appinsights 5.0.0-beta.6 → 5.0.0-beta.8

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 (998) hide show
  1. package/CHANGELOG.md +5 -15
  2. package/LICENSE +4 -4
  3. package/README.md +30 -19
  4. package/dist/browser/applicationInsightsManagementClient.d.ts +37 -0
  5. package/dist/browser/applicationInsightsManagementClient.d.ts.map +1 -0
  6. package/dist/browser/applicationInsightsManagementClient.js +90 -0
  7. package/dist/browser/applicationInsightsManagementClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/dist/browser/index.js +13 -0
  11. package/dist/browser/index.js.map +1 -0
  12. package/dist/browser/models/index.d.ts +2147 -0
  13. package/dist/browser/models/index.d.ts.map +1 -0
  14. package/dist/browser/models/index.js +170 -0
  15. package/dist/browser/models/index.js.map +1 -0
  16. package/dist/browser/models/mappers.d.ts +93 -0
  17. package/dist/browser/models/mappers.d.ts.map +1 -0
  18. package/dist/browser/models/mappers.js +3239 -0
  19. package/dist/browser/models/mappers.js.map +1 -0
  20. package/dist/browser/models/parameters.d.ts +65 -0
  21. package/dist/browser/models/parameters.d.ts.map +1 -0
  22. package/dist/browser/models/parameters.js +542 -0
  23. package/dist/browser/models/parameters.js.map +1 -0
  24. package/dist/browser/operations/aPIKeys.d.ts +55 -0
  25. package/dist/browser/operations/aPIKeys.d.ts.map +1 -0
  26. package/dist/browser/operations/aPIKeys.js +191 -0
  27. package/dist/browser/operations/aPIKeys.js.map +1 -0
  28. package/dist/browser/operations/analyticsItems.d.ts +51 -0
  29. package/dist/browser/operations/analyticsItems.d.ts.map +1 -0
  30. package/dist/browser/operations/analyticsItems.js +157 -0
  31. package/dist/browser/operations/analyticsItems.js.map +1 -0
  32. package/dist/browser/operations/annotations.d.ts +63 -0
  33. package/dist/browser/operations/annotations.d.ts.map +1 -0
  34. package/dist/browser/operations/annotations.js +213 -0
  35. package/dist/browser/operations/annotations.js.map +1 -0
  36. package/dist/browser/operations/componentAvailableFeatures.d.ts +20 -0
  37. package/dist/browser/operations/componentAvailableFeatures.d.ts.map +1 -0
  38. package/dist/browser/operations/componentAvailableFeatures.js +50 -0
  39. package/dist/browser/operations/componentAvailableFeatures.js.map +1 -0
  40. package/dist/browser/operations/componentCurrentBillingFeatures.d.ts +29 -0
  41. package/dist/browser/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
  42. package/dist/browser/operations/componentCurrentBillingFeatures.js +81 -0
  43. package/dist/browser/operations/componentCurrentBillingFeatures.js.map +1 -0
  44. package/dist/browser/operations/componentFeatureCapabilities.d.ts +20 -0
  45. package/dist/browser/operations/componentFeatureCapabilities.d.ts.map +1 -0
  46. package/dist/browser/operations/componentFeatureCapabilities.js +50 -0
  47. package/dist/browser/operations/componentFeatureCapabilities.js.map +1 -0
  48. package/dist/browser/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
  49. package/dist/browser/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  50. package/dist/browser/operations/componentLinkedStorageAccountsOperations.js +174 -0
  51. package/dist/browser/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
  52. package/dist/browser/operations/componentQuotaStatus.d.ts +20 -0
  53. package/dist/browser/operations/componentQuotaStatus.d.ts.map +1 -0
  54. package/dist/browser/operations/componentQuotaStatus.js +50 -0
  55. package/dist/browser/operations/componentQuotaStatus.js.map +1 -0
  56. package/dist/browser/operations/components.d.ts +112 -0
  57. package/dist/browser/operations/components.d.ts.map +1 -0
  58. package/dist/browser/operations/components.js +459 -0
  59. package/dist/browser/operations/components.js.map +1 -0
  60. package/dist/browser/operations/deletedWorkbooks.d.ts +32 -0
  61. package/dist/browser/operations/deletedWorkbooks.d.ts.map +1 -0
  62. package/dist/browser/operations/deletedWorkbooks.js +141 -0
  63. package/dist/browser/operations/deletedWorkbooks.js.map +1 -0
  64. package/dist/browser/operations/exportConfigurations.d.ts +58 -0
  65. package/dist/browser/operations/exportConfigurations.d.ts.map +1 -0
  66. package/dist/browser/operations/exportConfigurations.js +195 -0
  67. package/dist/browser/operations/exportConfigurations.js.map +1 -0
  68. package/dist/browser/operations/favorites.d.ts +55 -0
  69. package/dist/browser/operations/favorites.d.ts.map +1 -0
  70. package/dist/browser/operations/favorites.js +196 -0
  71. package/dist/browser/operations/favorites.js.map +1 -0
  72. package/dist/browser/operations/index.d.ts +21 -0
  73. package/dist/browser/operations/index.d.ts.map +1 -0
  74. package/dist/browser/operations/index.js +28 -0
  75. package/dist/browser/operations/index.js.map +1 -0
  76. package/dist/browser/operations/liveToken.d.ts +19 -0
  77. package/dist/browser/operations/liveToken.d.ts.map +1 -0
  78. package/dist/browser/operations/liveToken.js +47 -0
  79. package/dist/browser/operations/liveToken.js.map +1 -0
  80. package/dist/browser/operations/operations.d.ts +32 -0
  81. package/dist/browser/operations/operations.d.ts.map +1 -0
  82. package/dist/browser/operations/operations.js +133 -0
  83. package/dist/browser/operations/operations.js.map +1 -0
  84. package/dist/browser/operations/proactiveDetectionConfigurations.d.ts +40 -0
  85. package/dist/browser/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
  86. package/dist/browser/operations/proactiveDetectionConfigurations.js +130 -0
  87. package/dist/browser/operations/proactiveDetectionConfigurations.js.map +1 -0
  88. package/dist/browser/operations/webTestLocations.d.ts +30 -0
  89. package/dist/browser/operations/webTestLocations.d.ts.map +1 -0
  90. package/dist/browser/operations/webTestLocations.js +102 -0
  91. package/dist/browser/operations/webTestLocations.js.map +1 -0
  92. package/dist/browser/operations/webTests.d.ts +108 -0
  93. package/dist/browser/operations/webTests.d.ts.map +1 -0
  94. package/dist/browser/operations/webTests.js +472 -0
  95. package/dist/browser/operations/webTests.js.map +1 -0
  96. package/dist/browser/operations/workItemConfigurations.d.ts +75 -0
  97. package/dist/browser/operations/workItemConfigurations.d.ts.map +1 -0
  98. package/dist/browser/operations/workItemConfigurations.js +263 -0
  99. package/dist/browser/operations/workItemConfigurations.js.map +1 -0
  100. package/dist/browser/operations/workbookTemplates.d.ts +57 -0
  101. package/dist/browser/operations/workbookTemplates.d.ts.map +1 -0
  102. package/dist/browser/operations/workbookTemplates.js +229 -0
  103. package/dist/browser/operations/workbookTemplates.js.map +1 -0
  104. package/dist/browser/operations/workbooks.d.ts +118 -0
  105. package/dist/browser/operations/workbooks.d.ts.map +1 -0
  106. package/dist/browser/operations/workbooks.js +557 -0
  107. package/dist/browser/operations/workbooks.js.map +1 -0
  108. package/dist/browser/operationsInterfaces/aPIKeys.d.ts +38 -0
  109. package/dist/browser/operationsInterfaces/aPIKeys.d.ts.map +1 -0
  110. package/dist/browser/operationsInterfaces/aPIKeys.js.map +1 -0
  111. package/dist/browser/operationsInterfaces/analyticsItems.d.ts +43 -0
  112. package/dist/browser/operationsInterfaces/analyticsItems.d.ts.map +1 -0
  113. package/dist/browser/operationsInterfaces/analyticsItems.js.map +1 -0
  114. package/dist/browser/operationsInterfaces/annotations.d.ts +43 -0
  115. package/dist/browser/operationsInterfaces/annotations.d.ts.map +1 -0
  116. package/dist/browser/operationsInterfaces/annotations.js.map +1 -0
  117. package/dist/browser/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
  118. package/dist/browser/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
  119. package/dist/browser/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
  120. package/dist/browser/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
  121. package/dist/browser/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
  122. package/dist/browser/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
  123. package/dist/browser/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
  124. package/dist/browser/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
  125. package/dist/browser/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
  126. package/dist/browser/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
  127. package/dist/browser/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  128. package/dist/browser/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
  129. package/dist/browser/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
  130. package/dist/browser/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
  131. package/dist/browser/operationsInterfaces/componentQuotaStatus.js.map +1 -0
  132. package/dist/browser/operationsInterfaces/components.d.ts +76 -0
  133. package/dist/browser/operationsInterfaces/components.d.ts.map +1 -0
  134. package/dist/browser/operationsInterfaces/components.js.map +1 -0
  135. package/dist/browser/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
  136. package/dist/browser/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
  137. package/dist/browser/operationsInterfaces/deletedWorkbooks.js +9 -0
  138. package/dist/browser/operationsInterfaces/deletedWorkbooks.js.map +1 -0
  139. package/dist/browser/operationsInterfaces/exportConfigurations.d.ts +50 -0
  140. package/dist/browser/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
  141. package/dist/browser/operationsInterfaces/exportConfigurations.js.map +1 -0
  142. package/dist/browser/operationsInterfaces/favorites.d.ts +47 -0
  143. package/dist/browser/operationsInterfaces/favorites.d.ts.map +1 -0
  144. package/dist/browser/operationsInterfaces/favorites.js.map +1 -0
  145. package/dist/browser/operationsInterfaces/index.d.ts +21 -0
  146. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  147. package/dist/browser/operationsInterfaces/index.js +28 -0
  148. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  149. package/dist/browser/operationsInterfaces/liveToken.d.ts +11 -0
  150. package/dist/browser/operationsInterfaces/liveToken.d.ts.map +1 -0
  151. package/dist/browser/operationsInterfaces/liveToken.js.map +1 -0
  152. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  153. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  154. package/dist/browser/operationsInterfaces/operations.js +9 -0
  155. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  156. package/dist/browser/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
  157. package/dist/browser/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
  158. package/dist/browser/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
  159. package/dist/browser/operationsInterfaces/webTestLocations.d.ts +13 -0
  160. package/dist/browser/operationsInterfaces/webTestLocations.d.ts.map +1 -0
  161. package/dist/browser/operationsInterfaces/webTestLocations.js.map +1 -0
  162. package/dist/browser/operationsInterfaces/webTests.d.ts +55 -0
  163. package/dist/browser/operationsInterfaces/webTests.d.ts.map +1 -0
  164. package/dist/browser/operationsInterfaces/webTests.js.map +1 -0
  165. package/dist/browser/operationsInterfaces/workItemConfigurations.d.ts +58 -0
  166. package/dist/browser/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
  167. package/dist/browser/operationsInterfaces/workItemConfigurations.js.map +1 -0
  168. package/dist/browser/operationsInterfaces/workbookTemplates.d.ts +41 -0
  169. package/dist/browser/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
  170. package/dist/browser/operationsInterfaces/workbookTemplates.js.map +1 -0
  171. package/dist/browser/operationsInterfaces/workbooks.d.ts +63 -0
  172. package/dist/browser/operationsInterfaces/workbooks.d.ts.map +1 -0
  173. package/dist/browser/operationsInterfaces/workbooks.js.map +1 -0
  174. package/dist/browser/package.json +3 -0
  175. package/dist/browser/pagingHelper.d.ts +13 -0
  176. package/dist/browser/pagingHelper.d.ts.map +1 -0
  177. package/dist/browser/pagingHelper.js +32 -0
  178. package/dist/browser/pagingHelper.js.map +1 -0
  179. package/dist/commonjs/applicationInsightsManagementClient.d.ts +37 -0
  180. package/dist/commonjs/applicationInsightsManagementClient.d.ts.map +1 -0
  181. package/dist/commonjs/applicationInsightsManagementClient.js +95 -0
  182. package/dist/commonjs/applicationInsightsManagementClient.js.map +1 -0
  183. package/dist/commonjs/index.d.ts +5 -0
  184. package/dist/commonjs/index.d.ts.map +1 -0
  185. package/dist/commonjs/index.js +19 -0
  186. package/dist/commonjs/index.js.map +1 -0
  187. package/dist/commonjs/models/index.d.ts +2147 -0
  188. package/dist/commonjs/models/index.d.ts.map +1 -0
  189. package/dist/commonjs/models/index.js +173 -0
  190. package/dist/commonjs/models/index.js.map +1 -0
  191. package/dist/commonjs/models/mappers.d.ts +93 -0
  192. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  193. package/dist/commonjs/models/mappers.js +3243 -0
  194. package/dist/commonjs/models/mappers.js.map +1 -0
  195. package/dist/commonjs/models/parameters.d.ts +65 -0
  196. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  197. package/dist/commonjs/models/parameters.js +546 -0
  198. package/dist/commonjs/models/parameters.js.map +1 -0
  199. package/dist/commonjs/operations/aPIKeys.d.ts +55 -0
  200. package/dist/commonjs/operations/aPIKeys.d.ts.map +1 -0
  201. package/dist/commonjs/operations/aPIKeys.js +195 -0
  202. package/dist/commonjs/operations/aPIKeys.js.map +1 -0
  203. package/dist/commonjs/operations/analyticsItems.d.ts +51 -0
  204. package/dist/commonjs/operations/analyticsItems.d.ts.map +1 -0
  205. package/dist/commonjs/operations/analyticsItems.js +162 -0
  206. package/dist/commonjs/operations/analyticsItems.js.map +1 -0
  207. package/dist/commonjs/operations/annotations.d.ts +63 -0
  208. package/dist/commonjs/operations/annotations.d.ts.map +1 -0
  209. package/dist/commonjs/operations/annotations.js +217 -0
  210. package/dist/commonjs/operations/annotations.js.map +1 -0
  211. package/dist/commonjs/operations/componentAvailableFeatures.d.ts +20 -0
  212. package/dist/commonjs/operations/componentAvailableFeatures.d.ts.map +1 -0
  213. package/dist/commonjs/operations/componentAvailableFeatures.js +55 -0
  214. package/dist/commonjs/operations/componentAvailableFeatures.js.map +1 -0
  215. package/dist/commonjs/operations/componentCurrentBillingFeatures.d.ts +29 -0
  216. package/dist/commonjs/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
  217. package/dist/commonjs/operations/componentCurrentBillingFeatures.js +86 -0
  218. package/dist/commonjs/operations/componentCurrentBillingFeatures.js.map +1 -0
  219. package/dist/commonjs/operations/componentFeatureCapabilities.d.ts +20 -0
  220. package/dist/commonjs/operations/componentFeatureCapabilities.d.ts.map +1 -0
  221. package/dist/commonjs/operations/componentFeatureCapabilities.js +55 -0
  222. package/dist/commonjs/operations/componentFeatureCapabilities.js.map +1 -0
  223. package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
  224. package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  225. package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.js +179 -0
  226. package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
  227. package/dist/commonjs/operations/componentQuotaStatus.d.ts +20 -0
  228. package/dist/commonjs/operations/componentQuotaStatus.d.ts.map +1 -0
  229. package/dist/commonjs/operations/componentQuotaStatus.js +55 -0
  230. package/dist/commonjs/operations/componentQuotaStatus.js.map +1 -0
  231. package/dist/commonjs/operations/components.d.ts +112 -0
  232. package/dist/commonjs/operations/components.d.ts.map +1 -0
  233. package/dist/commonjs/operations/components.js +463 -0
  234. package/dist/commonjs/operations/components.js.map +1 -0
  235. package/dist/commonjs/operations/deletedWorkbooks.d.ts +32 -0
  236. package/dist/commonjs/operations/deletedWorkbooks.d.ts.map +1 -0
  237. package/dist/commonjs/operations/deletedWorkbooks.js +145 -0
  238. package/dist/commonjs/operations/deletedWorkbooks.js.map +1 -0
  239. package/dist/commonjs/operations/exportConfigurations.d.ts +58 -0
  240. package/dist/commonjs/operations/exportConfigurations.d.ts.map +1 -0
  241. package/dist/commonjs/operations/exportConfigurations.js +200 -0
  242. package/dist/commonjs/operations/exportConfigurations.js.map +1 -0
  243. package/dist/commonjs/operations/favorites.d.ts +55 -0
  244. package/dist/commonjs/operations/favorites.d.ts.map +1 -0
  245. package/dist/commonjs/operations/favorites.js +201 -0
  246. package/dist/commonjs/operations/favorites.js.map +1 -0
  247. package/dist/commonjs/operations/index.d.ts +21 -0
  248. package/dist/commonjs/operations/index.d.ts.map +1 -0
  249. package/dist/commonjs/operations/index.js +31 -0
  250. package/dist/commonjs/operations/index.js.map +1 -0
  251. package/dist/commonjs/operations/liveToken.d.ts +19 -0
  252. package/dist/commonjs/operations/liveToken.d.ts.map +1 -0
  253. package/dist/commonjs/operations/liveToken.js +52 -0
  254. package/dist/commonjs/operations/liveToken.js.map +1 -0
  255. package/dist/commonjs/operations/operations.d.ts +32 -0
  256. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  257. package/dist/commonjs/operations/operations.js +137 -0
  258. package/dist/commonjs/operations/operations.js.map +1 -0
  259. package/dist/commonjs/operations/proactiveDetectionConfigurations.d.ts +40 -0
  260. package/dist/commonjs/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
  261. package/dist/commonjs/operations/proactiveDetectionConfigurations.js +135 -0
  262. package/dist/commonjs/operations/proactiveDetectionConfigurations.js.map +1 -0
  263. package/dist/commonjs/operations/webTestLocations.d.ts +30 -0
  264. package/dist/commonjs/operations/webTestLocations.d.ts.map +1 -0
  265. package/dist/commonjs/operations/webTestLocations.js +106 -0
  266. package/dist/commonjs/operations/webTestLocations.js.map +1 -0
  267. package/dist/commonjs/operations/webTests.d.ts +108 -0
  268. package/dist/commonjs/operations/webTests.d.ts.map +1 -0
  269. package/dist/commonjs/operations/webTests.js +476 -0
  270. package/dist/commonjs/operations/webTests.js.map +1 -0
  271. package/dist/commonjs/operations/workItemConfigurations.d.ts +75 -0
  272. package/dist/commonjs/operations/workItemConfigurations.d.ts.map +1 -0
  273. package/dist/commonjs/operations/workItemConfigurations.js +267 -0
  274. package/dist/commonjs/operations/workItemConfigurations.js.map +1 -0
  275. package/dist/commonjs/operations/workbookTemplates.d.ts +57 -0
  276. package/dist/commonjs/operations/workbookTemplates.d.ts.map +1 -0
  277. package/dist/commonjs/operations/workbookTemplates.js +233 -0
  278. package/dist/commonjs/operations/workbookTemplates.js.map +1 -0
  279. package/dist/commonjs/operations/workbooks.d.ts +118 -0
  280. package/dist/commonjs/operations/workbooks.d.ts.map +1 -0
  281. package/dist/commonjs/operations/workbooks.js +561 -0
  282. package/dist/commonjs/operations/workbooks.js.map +1 -0
  283. package/dist/commonjs/operationsInterfaces/aPIKeys.d.ts +38 -0
  284. package/dist/commonjs/operationsInterfaces/aPIKeys.d.ts.map +1 -0
  285. package/dist/commonjs/operationsInterfaces/aPIKeys.js +10 -0
  286. package/dist/commonjs/operationsInterfaces/aPIKeys.js.map +1 -0
  287. package/dist/commonjs/operationsInterfaces/analyticsItems.d.ts +43 -0
  288. package/dist/commonjs/operationsInterfaces/analyticsItems.d.ts.map +1 -0
  289. package/dist/commonjs/operationsInterfaces/analyticsItems.js +10 -0
  290. package/dist/commonjs/operationsInterfaces/analyticsItems.js.map +1 -0
  291. package/dist/commonjs/operationsInterfaces/annotations.d.ts +43 -0
  292. package/dist/commonjs/operationsInterfaces/annotations.d.ts.map +1 -0
  293. package/dist/commonjs/operationsInterfaces/annotations.js +10 -0
  294. package/dist/commonjs/operationsInterfaces/annotations.js.map +1 -0
  295. package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
  296. package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
  297. package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.js +10 -0
  298. package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
  299. package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
  300. package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
  301. package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.js +10 -0
  302. package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
  303. package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
  304. package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
  305. package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.js +10 -0
  306. package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
  307. package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
  308. package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  309. package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.js +10 -0
  310. package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
  311. package/dist/commonjs/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
  312. package/dist/commonjs/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
  313. package/dist/commonjs/operationsInterfaces/componentQuotaStatus.js +10 -0
  314. package/dist/commonjs/operationsInterfaces/componentQuotaStatus.js.map +1 -0
  315. package/dist/commonjs/operationsInterfaces/components.d.ts +76 -0
  316. package/dist/commonjs/operationsInterfaces/components.d.ts.map +1 -0
  317. package/dist/commonjs/operationsInterfaces/components.js +10 -0
  318. package/dist/commonjs/operationsInterfaces/components.js.map +1 -0
  319. package/dist/commonjs/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
  320. package/dist/commonjs/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
  321. package/dist/commonjs/operationsInterfaces/deletedWorkbooks.js +10 -0
  322. package/dist/commonjs/operationsInterfaces/deletedWorkbooks.js.map +1 -0
  323. package/dist/commonjs/operationsInterfaces/exportConfigurations.d.ts +50 -0
  324. package/dist/commonjs/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
  325. package/dist/commonjs/operationsInterfaces/exportConfigurations.js +10 -0
  326. package/dist/commonjs/operationsInterfaces/exportConfigurations.js.map +1 -0
  327. package/dist/commonjs/operationsInterfaces/favorites.d.ts +47 -0
  328. package/dist/commonjs/operationsInterfaces/favorites.d.ts.map +1 -0
  329. package/dist/commonjs/operationsInterfaces/favorites.js +10 -0
  330. package/dist/commonjs/operationsInterfaces/favorites.js.map +1 -0
  331. package/dist/commonjs/operationsInterfaces/index.d.ts +21 -0
  332. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  333. package/dist/commonjs/operationsInterfaces/index.js +31 -0
  334. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  335. package/dist/commonjs/operationsInterfaces/liveToken.d.ts +11 -0
  336. package/dist/commonjs/operationsInterfaces/liveToken.d.ts.map +1 -0
  337. package/dist/commonjs/operationsInterfaces/liveToken.js +10 -0
  338. package/dist/commonjs/operationsInterfaces/liveToken.js.map +1 -0
  339. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  340. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  341. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  342. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  343. package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
  344. package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
  345. package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.js +10 -0
  346. package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
  347. package/dist/commonjs/operationsInterfaces/webTestLocations.d.ts +13 -0
  348. package/dist/commonjs/operationsInterfaces/webTestLocations.d.ts.map +1 -0
  349. package/dist/commonjs/operationsInterfaces/webTestLocations.js +10 -0
  350. package/dist/commonjs/operationsInterfaces/webTestLocations.js.map +1 -0
  351. package/dist/commonjs/operationsInterfaces/webTests.d.ts +55 -0
  352. package/dist/commonjs/operationsInterfaces/webTests.d.ts.map +1 -0
  353. package/dist/commonjs/operationsInterfaces/webTests.js +10 -0
  354. package/dist/commonjs/operationsInterfaces/webTests.js.map +1 -0
  355. package/dist/commonjs/operationsInterfaces/workItemConfigurations.d.ts +58 -0
  356. package/dist/commonjs/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
  357. package/dist/commonjs/operationsInterfaces/workItemConfigurations.js +10 -0
  358. package/dist/commonjs/operationsInterfaces/workItemConfigurations.js.map +1 -0
  359. package/dist/commonjs/operationsInterfaces/workbookTemplates.d.ts +41 -0
  360. package/dist/commonjs/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
  361. package/dist/commonjs/operationsInterfaces/workbookTemplates.js +10 -0
  362. package/dist/commonjs/operationsInterfaces/workbookTemplates.js.map +1 -0
  363. package/dist/commonjs/operationsInterfaces/workbooks.d.ts +63 -0
  364. package/dist/commonjs/operationsInterfaces/workbooks.d.ts.map +1 -0
  365. package/dist/commonjs/operationsInterfaces/workbooks.js +10 -0
  366. package/dist/commonjs/operationsInterfaces/workbooks.js.map +1 -0
  367. package/dist/commonjs/package.json +3 -0
  368. package/dist/commonjs/pagingHelper.d.ts +13 -0
  369. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  370. package/dist/commonjs/pagingHelper.js +36 -0
  371. package/dist/commonjs/pagingHelper.js.map +1 -0
  372. package/dist/commonjs/tsdoc-metadata.json +11 -0
  373. package/dist/esm/applicationInsightsManagementClient.d.ts +37 -0
  374. package/dist/esm/applicationInsightsManagementClient.d.ts.map +1 -0
  375. package/dist/esm/applicationInsightsManagementClient.js +90 -0
  376. package/dist/esm/applicationInsightsManagementClient.js.map +1 -0
  377. package/dist/esm/index.d.ts +5 -0
  378. package/dist/esm/index.d.ts.map +1 -0
  379. package/dist/esm/index.js +13 -0
  380. package/dist/esm/index.js.map +1 -0
  381. package/dist/esm/models/index.d.ts +2147 -0
  382. package/dist/esm/models/index.d.ts.map +1 -0
  383. package/dist/esm/models/index.js +170 -0
  384. package/dist/esm/models/index.js.map +1 -0
  385. package/dist/esm/models/mappers.d.ts +93 -0
  386. package/dist/esm/models/mappers.d.ts.map +1 -0
  387. package/dist/esm/models/mappers.js +3239 -0
  388. package/dist/esm/models/mappers.js.map +1 -0
  389. package/dist/esm/models/parameters.d.ts +65 -0
  390. package/dist/esm/models/parameters.d.ts.map +1 -0
  391. package/dist/esm/models/parameters.js +542 -0
  392. package/dist/esm/models/parameters.js.map +1 -0
  393. package/dist/esm/operations/aPIKeys.d.ts +55 -0
  394. package/dist/esm/operations/aPIKeys.d.ts.map +1 -0
  395. package/dist/esm/operations/aPIKeys.js +191 -0
  396. package/dist/esm/operations/aPIKeys.js.map +1 -0
  397. package/dist/esm/operations/analyticsItems.d.ts +51 -0
  398. package/dist/esm/operations/analyticsItems.d.ts.map +1 -0
  399. package/dist/esm/operations/analyticsItems.js +157 -0
  400. package/dist/esm/operations/analyticsItems.js.map +1 -0
  401. package/dist/esm/operations/annotations.d.ts +63 -0
  402. package/dist/esm/operations/annotations.d.ts.map +1 -0
  403. package/dist/esm/operations/annotations.js +213 -0
  404. package/dist/esm/operations/annotations.js.map +1 -0
  405. package/dist/esm/operations/componentAvailableFeatures.d.ts +20 -0
  406. package/dist/esm/operations/componentAvailableFeatures.d.ts.map +1 -0
  407. package/dist/esm/operations/componentAvailableFeatures.js +50 -0
  408. package/dist/esm/operations/componentAvailableFeatures.js.map +1 -0
  409. package/dist/esm/operations/componentCurrentBillingFeatures.d.ts +29 -0
  410. package/dist/esm/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
  411. package/dist/esm/operations/componentCurrentBillingFeatures.js +81 -0
  412. package/dist/esm/operations/componentCurrentBillingFeatures.js.map +1 -0
  413. package/dist/esm/operations/componentFeatureCapabilities.d.ts +20 -0
  414. package/dist/esm/operations/componentFeatureCapabilities.d.ts.map +1 -0
  415. package/dist/esm/operations/componentFeatureCapabilities.js +50 -0
  416. package/dist/esm/operations/componentFeatureCapabilities.js.map +1 -0
  417. package/dist/esm/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
  418. package/dist/esm/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  419. package/dist/esm/operations/componentLinkedStorageAccountsOperations.js +174 -0
  420. package/dist/esm/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
  421. package/dist/esm/operations/componentQuotaStatus.d.ts +20 -0
  422. package/dist/esm/operations/componentQuotaStatus.d.ts.map +1 -0
  423. package/dist/esm/operations/componentQuotaStatus.js +50 -0
  424. package/dist/esm/operations/componentQuotaStatus.js.map +1 -0
  425. package/dist/esm/operations/components.d.ts +112 -0
  426. package/dist/esm/operations/components.d.ts.map +1 -0
  427. package/dist/esm/operations/components.js +459 -0
  428. package/dist/esm/operations/components.js.map +1 -0
  429. package/dist/esm/operations/deletedWorkbooks.d.ts +32 -0
  430. package/dist/esm/operations/deletedWorkbooks.d.ts.map +1 -0
  431. package/dist/esm/operations/deletedWorkbooks.js +141 -0
  432. package/dist/esm/operations/deletedWorkbooks.js.map +1 -0
  433. package/dist/esm/operations/exportConfigurations.d.ts +58 -0
  434. package/dist/esm/operations/exportConfigurations.d.ts.map +1 -0
  435. package/dist/esm/operations/exportConfigurations.js +195 -0
  436. package/dist/esm/operations/exportConfigurations.js.map +1 -0
  437. package/dist/esm/operations/favorites.d.ts +55 -0
  438. package/dist/esm/operations/favorites.d.ts.map +1 -0
  439. package/dist/esm/operations/favorites.js +196 -0
  440. package/dist/esm/operations/favorites.js.map +1 -0
  441. package/dist/esm/operations/index.d.ts +21 -0
  442. package/dist/esm/operations/index.d.ts.map +1 -0
  443. package/dist/esm/operations/index.js +28 -0
  444. package/dist/esm/operations/index.js.map +1 -0
  445. package/dist/esm/operations/liveToken.d.ts +19 -0
  446. package/dist/esm/operations/liveToken.d.ts.map +1 -0
  447. package/dist/esm/operations/liveToken.js +47 -0
  448. package/dist/esm/operations/liveToken.js.map +1 -0
  449. package/dist/esm/operations/operations.d.ts +32 -0
  450. package/dist/esm/operations/operations.d.ts.map +1 -0
  451. package/dist/esm/operations/operations.js +133 -0
  452. package/dist/esm/operations/operations.js.map +1 -0
  453. package/dist/esm/operations/proactiveDetectionConfigurations.d.ts +40 -0
  454. package/dist/esm/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
  455. package/dist/esm/operations/proactiveDetectionConfigurations.js +130 -0
  456. package/dist/esm/operations/proactiveDetectionConfigurations.js.map +1 -0
  457. package/dist/esm/operations/webTestLocations.d.ts +30 -0
  458. package/dist/esm/operations/webTestLocations.d.ts.map +1 -0
  459. package/dist/esm/operations/webTestLocations.js +102 -0
  460. package/dist/esm/operations/webTestLocations.js.map +1 -0
  461. package/dist/esm/operations/webTests.d.ts +108 -0
  462. package/dist/esm/operations/webTests.d.ts.map +1 -0
  463. package/dist/esm/operations/webTests.js +472 -0
  464. package/dist/esm/operations/webTests.js.map +1 -0
  465. package/dist/esm/operations/workItemConfigurations.d.ts +75 -0
  466. package/dist/esm/operations/workItemConfigurations.d.ts.map +1 -0
  467. package/dist/esm/operations/workItemConfigurations.js +263 -0
  468. package/dist/esm/operations/workItemConfigurations.js.map +1 -0
  469. package/dist/esm/operations/workbookTemplates.d.ts +57 -0
  470. package/dist/esm/operations/workbookTemplates.d.ts.map +1 -0
  471. package/dist/esm/operations/workbookTemplates.js +229 -0
  472. package/dist/esm/operations/workbookTemplates.js.map +1 -0
  473. package/dist/esm/operations/workbooks.d.ts +118 -0
  474. package/dist/esm/operations/workbooks.d.ts.map +1 -0
  475. package/dist/esm/operations/workbooks.js +557 -0
  476. package/dist/esm/operations/workbooks.js.map +1 -0
  477. package/dist/esm/operationsInterfaces/aPIKeys.d.ts +38 -0
  478. package/dist/esm/operationsInterfaces/aPIKeys.d.ts.map +1 -0
  479. package/dist/esm/operationsInterfaces/aPIKeys.js +9 -0
  480. package/dist/esm/operationsInterfaces/aPIKeys.js.map +1 -0
  481. package/dist/esm/operationsInterfaces/analyticsItems.d.ts +43 -0
  482. package/dist/esm/operationsInterfaces/analyticsItems.d.ts.map +1 -0
  483. package/dist/esm/operationsInterfaces/analyticsItems.js +9 -0
  484. package/dist/esm/operationsInterfaces/analyticsItems.js.map +1 -0
  485. package/dist/esm/operationsInterfaces/annotations.d.ts +43 -0
  486. package/dist/esm/operationsInterfaces/annotations.d.ts.map +1 -0
  487. package/dist/esm/operationsInterfaces/annotations.js +9 -0
  488. package/dist/esm/operationsInterfaces/annotations.js.map +1 -0
  489. package/dist/esm/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
  490. package/dist/esm/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
  491. package/dist/esm/operationsInterfaces/componentAvailableFeatures.js +9 -0
  492. package/dist/esm/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
  493. package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
  494. package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
  495. package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
  496. package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
  497. package/dist/esm/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
  498. package/dist/esm/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
  499. package/dist/esm/operationsInterfaces/componentFeatureCapabilities.js +9 -0
  500. package/dist/esm/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
  501. package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
  502. package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  503. package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
  504. package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
  505. package/dist/esm/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
  506. package/dist/esm/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
  507. package/dist/esm/operationsInterfaces/componentQuotaStatus.js +9 -0
  508. package/dist/esm/operationsInterfaces/componentQuotaStatus.js.map +1 -0
  509. package/dist/esm/operationsInterfaces/components.d.ts +76 -0
  510. package/dist/esm/operationsInterfaces/components.d.ts.map +1 -0
  511. package/dist/esm/operationsInterfaces/components.js +9 -0
  512. package/dist/esm/operationsInterfaces/components.js.map +1 -0
  513. package/dist/esm/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
  514. package/dist/esm/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
  515. package/dist/esm/operationsInterfaces/deletedWorkbooks.js +9 -0
  516. package/dist/esm/operationsInterfaces/deletedWorkbooks.js.map +1 -0
  517. package/dist/esm/operationsInterfaces/exportConfigurations.d.ts +50 -0
  518. package/dist/esm/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
  519. package/dist/esm/operationsInterfaces/exportConfigurations.js +9 -0
  520. package/dist/esm/operationsInterfaces/exportConfigurations.js.map +1 -0
  521. package/dist/esm/operationsInterfaces/favorites.d.ts +47 -0
  522. package/dist/esm/operationsInterfaces/favorites.d.ts.map +1 -0
  523. package/dist/esm/operationsInterfaces/favorites.js +9 -0
  524. package/dist/esm/operationsInterfaces/favorites.js.map +1 -0
  525. package/dist/esm/operationsInterfaces/index.d.ts +21 -0
  526. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  527. package/dist/esm/operationsInterfaces/index.js +28 -0
  528. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  529. package/dist/esm/operationsInterfaces/liveToken.d.ts +11 -0
  530. package/dist/esm/operationsInterfaces/liveToken.d.ts.map +1 -0
  531. package/dist/esm/operationsInterfaces/liveToken.js +9 -0
  532. package/dist/esm/operationsInterfaces/liveToken.js.map +1 -0
  533. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  534. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  535. package/dist/esm/operationsInterfaces/operations.js +9 -0
  536. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  537. package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
  538. package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
  539. package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
  540. package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
  541. package/dist/esm/operationsInterfaces/webTestLocations.d.ts +13 -0
  542. package/dist/esm/operationsInterfaces/webTestLocations.d.ts.map +1 -0
  543. package/dist/esm/operationsInterfaces/webTestLocations.js +9 -0
  544. package/dist/esm/operationsInterfaces/webTestLocations.js.map +1 -0
  545. package/dist/esm/operationsInterfaces/webTests.d.ts +55 -0
  546. package/dist/esm/operationsInterfaces/webTests.d.ts.map +1 -0
  547. package/dist/esm/operationsInterfaces/webTests.js +9 -0
  548. package/dist/esm/operationsInterfaces/webTests.js.map +1 -0
  549. package/dist/esm/operationsInterfaces/workItemConfigurations.d.ts +58 -0
  550. package/dist/esm/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
  551. package/dist/esm/operationsInterfaces/workItemConfigurations.js +9 -0
  552. package/dist/esm/operationsInterfaces/workItemConfigurations.js.map +1 -0
  553. package/dist/esm/operationsInterfaces/workbookTemplates.d.ts +41 -0
  554. package/dist/esm/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
  555. package/dist/esm/operationsInterfaces/workbookTemplates.js +9 -0
  556. package/dist/esm/operationsInterfaces/workbookTemplates.js.map +1 -0
  557. package/dist/esm/operationsInterfaces/workbooks.d.ts +63 -0
  558. package/dist/esm/operationsInterfaces/workbooks.d.ts.map +1 -0
  559. package/dist/esm/operationsInterfaces/workbooks.js +9 -0
  560. package/dist/esm/operationsInterfaces/workbooks.js.map +1 -0
  561. package/dist/esm/package.json +3 -0
  562. package/dist/esm/pagingHelper.d.ts +13 -0
  563. package/dist/esm/pagingHelper.d.ts.map +1 -0
  564. package/dist/esm/pagingHelper.js +32 -0
  565. package/dist/esm/pagingHelper.js.map +1 -0
  566. package/dist/react-native/applicationInsightsManagementClient.d.ts +37 -0
  567. package/dist/react-native/applicationInsightsManagementClient.d.ts.map +1 -0
  568. package/dist/react-native/applicationInsightsManagementClient.js +90 -0
  569. package/dist/react-native/applicationInsightsManagementClient.js.map +1 -0
  570. package/dist/react-native/index.d.ts +5 -0
  571. package/dist/react-native/index.d.ts.map +1 -0
  572. package/dist/react-native/index.js +13 -0
  573. package/dist/react-native/index.js.map +1 -0
  574. package/dist/react-native/models/index.d.ts +2147 -0
  575. package/dist/react-native/models/index.d.ts.map +1 -0
  576. package/dist/react-native/models/index.js +170 -0
  577. package/dist/react-native/models/index.js.map +1 -0
  578. package/dist/react-native/models/mappers.d.ts +93 -0
  579. package/dist/react-native/models/mappers.d.ts.map +1 -0
  580. package/dist/react-native/models/mappers.js +3239 -0
  581. package/dist/react-native/models/mappers.js.map +1 -0
  582. package/dist/react-native/models/parameters.d.ts +65 -0
  583. package/dist/react-native/models/parameters.d.ts.map +1 -0
  584. package/dist/react-native/models/parameters.js +542 -0
  585. package/dist/react-native/models/parameters.js.map +1 -0
  586. package/dist/react-native/operations/aPIKeys.d.ts +55 -0
  587. package/dist/react-native/operations/aPIKeys.d.ts.map +1 -0
  588. package/dist/react-native/operations/aPIKeys.js +191 -0
  589. package/dist/react-native/operations/aPIKeys.js.map +1 -0
  590. package/dist/react-native/operations/analyticsItems.d.ts +51 -0
  591. package/dist/react-native/operations/analyticsItems.d.ts.map +1 -0
  592. package/dist/react-native/operations/analyticsItems.js +157 -0
  593. package/dist/react-native/operations/analyticsItems.js.map +1 -0
  594. package/dist/react-native/operations/annotations.d.ts +63 -0
  595. package/dist/react-native/operations/annotations.d.ts.map +1 -0
  596. package/dist/react-native/operations/annotations.js +213 -0
  597. package/dist/react-native/operations/annotations.js.map +1 -0
  598. package/dist/react-native/operations/componentAvailableFeatures.d.ts +20 -0
  599. package/dist/react-native/operations/componentAvailableFeatures.d.ts.map +1 -0
  600. package/dist/react-native/operations/componentAvailableFeatures.js +50 -0
  601. package/dist/react-native/operations/componentAvailableFeatures.js.map +1 -0
  602. package/dist/react-native/operations/componentCurrentBillingFeatures.d.ts +29 -0
  603. package/dist/react-native/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
  604. package/dist/react-native/operations/componentCurrentBillingFeatures.js +81 -0
  605. package/dist/react-native/operations/componentCurrentBillingFeatures.js.map +1 -0
  606. package/dist/react-native/operations/componentFeatureCapabilities.d.ts +20 -0
  607. package/dist/react-native/operations/componentFeatureCapabilities.d.ts.map +1 -0
  608. package/dist/react-native/operations/componentFeatureCapabilities.js +50 -0
  609. package/dist/react-native/operations/componentFeatureCapabilities.js.map +1 -0
  610. package/dist/react-native/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
  611. package/dist/react-native/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  612. package/dist/react-native/operations/componentLinkedStorageAccountsOperations.js +174 -0
  613. package/dist/react-native/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
  614. package/dist/react-native/operations/componentQuotaStatus.d.ts +20 -0
  615. package/dist/react-native/operations/componentQuotaStatus.d.ts.map +1 -0
  616. package/dist/react-native/operations/componentQuotaStatus.js +50 -0
  617. package/dist/react-native/operations/componentQuotaStatus.js.map +1 -0
  618. package/dist/react-native/operations/components.d.ts +112 -0
  619. package/dist/react-native/operations/components.d.ts.map +1 -0
  620. package/dist/react-native/operations/components.js +459 -0
  621. package/dist/react-native/operations/components.js.map +1 -0
  622. package/dist/react-native/operations/deletedWorkbooks.d.ts +32 -0
  623. package/dist/react-native/operations/deletedWorkbooks.d.ts.map +1 -0
  624. package/dist/react-native/operations/deletedWorkbooks.js +141 -0
  625. package/dist/react-native/operations/deletedWorkbooks.js.map +1 -0
  626. package/dist/react-native/operations/exportConfigurations.d.ts +58 -0
  627. package/dist/react-native/operations/exportConfigurations.d.ts.map +1 -0
  628. package/dist/react-native/operations/exportConfigurations.js +195 -0
  629. package/dist/react-native/operations/exportConfigurations.js.map +1 -0
  630. package/dist/react-native/operations/favorites.d.ts +55 -0
  631. package/dist/react-native/operations/favorites.d.ts.map +1 -0
  632. package/dist/react-native/operations/favorites.js +196 -0
  633. package/dist/react-native/operations/favorites.js.map +1 -0
  634. package/dist/react-native/operations/index.d.ts +21 -0
  635. package/dist/react-native/operations/index.d.ts.map +1 -0
  636. package/dist/react-native/operations/index.js +28 -0
  637. package/dist/react-native/operations/index.js.map +1 -0
  638. package/dist/react-native/operations/liveToken.d.ts +19 -0
  639. package/dist/react-native/operations/liveToken.d.ts.map +1 -0
  640. package/dist/react-native/operations/liveToken.js +47 -0
  641. package/dist/react-native/operations/liveToken.js.map +1 -0
  642. package/dist/react-native/operations/operations.d.ts +32 -0
  643. package/dist/react-native/operations/operations.d.ts.map +1 -0
  644. package/dist/react-native/operations/operations.js +133 -0
  645. package/dist/react-native/operations/operations.js.map +1 -0
  646. package/dist/react-native/operations/proactiveDetectionConfigurations.d.ts +40 -0
  647. package/dist/react-native/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
  648. package/dist/react-native/operations/proactiveDetectionConfigurations.js +130 -0
  649. package/dist/react-native/operations/proactiveDetectionConfigurations.js.map +1 -0
  650. package/dist/react-native/operations/webTestLocations.d.ts +30 -0
  651. package/dist/react-native/operations/webTestLocations.d.ts.map +1 -0
  652. package/dist/react-native/operations/webTestLocations.js +102 -0
  653. package/dist/react-native/operations/webTestLocations.js.map +1 -0
  654. package/dist/react-native/operations/webTests.d.ts +108 -0
  655. package/dist/react-native/operations/webTests.d.ts.map +1 -0
  656. package/dist/react-native/operations/webTests.js +472 -0
  657. package/dist/react-native/operations/webTests.js.map +1 -0
  658. package/dist/react-native/operations/workItemConfigurations.d.ts +75 -0
  659. package/dist/react-native/operations/workItemConfigurations.d.ts.map +1 -0
  660. package/dist/react-native/operations/workItemConfigurations.js +263 -0
  661. package/dist/react-native/operations/workItemConfigurations.js.map +1 -0
  662. package/dist/react-native/operations/workbookTemplates.d.ts +57 -0
  663. package/dist/react-native/operations/workbookTemplates.d.ts.map +1 -0
  664. package/dist/react-native/operations/workbookTemplates.js +229 -0
  665. package/dist/react-native/operations/workbookTemplates.js.map +1 -0
  666. package/dist/react-native/operations/workbooks.d.ts +118 -0
  667. package/dist/react-native/operations/workbooks.d.ts.map +1 -0
  668. package/dist/react-native/operations/workbooks.js +557 -0
  669. package/dist/react-native/operations/workbooks.js.map +1 -0
  670. package/dist/react-native/operationsInterfaces/aPIKeys.d.ts +38 -0
  671. package/dist/react-native/operationsInterfaces/aPIKeys.d.ts.map +1 -0
  672. package/dist/react-native/operationsInterfaces/aPIKeys.js +9 -0
  673. package/dist/react-native/operationsInterfaces/aPIKeys.js.map +1 -0
  674. package/dist/react-native/operationsInterfaces/analyticsItems.d.ts +43 -0
  675. package/dist/react-native/operationsInterfaces/analyticsItems.d.ts.map +1 -0
  676. package/dist/react-native/operationsInterfaces/analyticsItems.js +9 -0
  677. package/dist/react-native/operationsInterfaces/analyticsItems.js.map +1 -0
  678. package/dist/react-native/operationsInterfaces/annotations.d.ts +43 -0
  679. package/dist/react-native/operationsInterfaces/annotations.d.ts.map +1 -0
  680. package/dist/react-native/operationsInterfaces/annotations.js +9 -0
  681. package/dist/react-native/operationsInterfaces/annotations.js.map +1 -0
  682. package/dist/react-native/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
  683. package/dist/react-native/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
  684. package/dist/react-native/operationsInterfaces/componentAvailableFeatures.js +9 -0
  685. package/dist/react-native/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
  686. package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
  687. package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
  688. package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
  689. package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
  690. package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
  691. package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
  692. package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.js +9 -0
  693. package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
  694. package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
  695. package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  696. package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
  697. package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
  698. package/dist/react-native/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
  699. package/dist/react-native/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
  700. package/dist/react-native/operationsInterfaces/componentQuotaStatus.js +9 -0
  701. package/dist/react-native/operationsInterfaces/componentQuotaStatus.js.map +1 -0
  702. package/dist/react-native/operationsInterfaces/components.d.ts +76 -0
  703. package/dist/react-native/operationsInterfaces/components.d.ts.map +1 -0
  704. package/dist/react-native/operationsInterfaces/components.js +9 -0
  705. package/dist/react-native/operationsInterfaces/components.js.map +1 -0
  706. package/dist/react-native/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
  707. package/dist/react-native/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
  708. package/dist/react-native/operationsInterfaces/deletedWorkbooks.js +9 -0
  709. package/dist/react-native/operationsInterfaces/deletedWorkbooks.js.map +1 -0
  710. package/dist/react-native/operationsInterfaces/exportConfigurations.d.ts +50 -0
  711. package/dist/react-native/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
  712. package/dist/react-native/operationsInterfaces/exportConfigurations.js +9 -0
  713. package/dist/react-native/operationsInterfaces/exportConfigurations.js.map +1 -0
  714. package/dist/react-native/operationsInterfaces/favorites.d.ts +47 -0
  715. package/dist/react-native/operationsInterfaces/favorites.d.ts.map +1 -0
  716. package/dist/react-native/operationsInterfaces/favorites.js +9 -0
  717. package/dist/react-native/operationsInterfaces/favorites.js.map +1 -0
  718. package/dist/react-native/operationsInterfaces/index.d.ts +21 -0
  719. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  720. package/dist/react-native/operationsInterfaces/index.js +28 -0
  721. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  722. package/dist/react-native/operationsInterfaces/liveToken.d.ts +11 -0
  723. package/dist/react-native/operationsInterfaces/liveToken.d.ts.map +1 -0
  724. package/dist/react-native/operationsInterfaces/liveToken.js +9 -0
  725. package/dist/react-native/operationsInterfaces/liveToken.js.map +1 -0
  726. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  727. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  728. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  729. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  730. package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
  731. package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
  732. package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
  733. package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
  734. package/dist/react-native/operationsInterfaces/webTestLocations.d.ts +13 -0
  735. package/dist/react-native/operationsInterfaces/webTestLocations.d.ts.map +1 -0
  736. package/dist/react-native/operationsInterfaces/webTestLocations.js +9 -0
  737. package/dist/react-native/operationsInterfaces/webTestLocations.js.map +1 -0
  738. package/dist/react-native/operationsInterfaces/webTests.d.ts +55 -0
  739. package/dist/react-native/operationsInterfaces/webTests.d.ts.map +1 -0
  740. package/dist/react-native/operationsInterfaces/webTests.js +9 -0
  741. package/dist/react-native/operationsInterfaces/webTests.js.map +1 -0
  742. package/dist/react-native/operationsInterfaces/workItemConfigurations.d.ts +58 -0
  743. package/dist/react-native/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
  744. package/dist/react-native/operationsInterfaces/workItemConfigurations.js +9 -0
  745. package/dist/react-native/operationsInterfaces/workItemConfigurations.js.map +1 -0
  746. package/dist/react-native/operationsInterfaces/workbookTemplates.d.ts +41 -0
  747. package/dist/react-native/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
  748. package/dist/react-native/operationsInterfaces/workbookTemplates.js +9 -0
  749. package/dist/react-native/operationsInterfaces/workbookTemplates.js.map +1 -0
  750. package/dist/react-native/operationsInterfaces/workbooks.d.ts +63 -0
  751. package/dist/react-native/operationsInterfaces/workbooks.d.ts.map +1 -0
  752. package/dist/react-native/operationsInterfaces/workbooks.js +9 -0
  753. package/dist/react-native/operationsInterfaces/workbooks.js.map +1 -0
  754. package/dist/react-native/package.json +3 -0
  755. package/dist/react-native/pagingHelper.d.ts +13 -0
  756. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  757. package/dist/react-native/pagingHelper.js +32 -0
  758. package/dist/react-native/pagingHelper.js.map +1 -0
  759. package/package.json +90 -61
  760. package/review/arm-appinsights.api.md +202 -264
  761. package/LICENSE.txt +0 -21
  762. package/dist/index.js +0 -7745
  763. package/dist/index.js.map +0 -1
  764. package/dist/index.min.js +0 -1
  765. package/dist/index.min.js.map +0 -1
  766. package/dist-esm/src/applicationInsightsManagementClient.d.ts +0 -35
  767. package/dist-esm/src/applicationInsightsManagementClient.d.ts.map +0 -1
  768. package/dist-esm/src/applicationInsightsManagementClient.js +0 -86
  769. package/dist-esm/src/applicationInsightsManagementClient.js.map +0 -1
  770. package/dist-esm/src/index.d.ts +0 -5
  771. package/dist-esm/src/index.d.ts.map +0 -1
  772. package/dist-esm/src/index.js +0 -12
  773. package/dist-esm/src/index.js.map +0 -1
  774. package/dist-esm/src/models/index.d.ts +0 -2119
  775. package/dist-esm/src/models/index.d.ts.map +0 -1
  776. package/dist-esm/src/models/index.js +0 -137
  777. package/dist-esm/src/models/index.js.map +0 -1
  778. package/dist-esm/src/models/mappers.d.ts +0 -88
  779. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  780. package/dist-esm/src/models/mappers.js +0 -3076
  781. package/dist-esm/src/models/mappers.js.map +0 -1
  782. package/dist-esm/src/models/parameters.d.ts +0 -63
  783. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  784. package/dist-esm/src/models/parameters.js +0 -515
  785. package/dist-esm/src/models/parameters.js.map +0 -1
  786. package/dist-esm/src/operations/aPIKeys.d.ts +0 -55
  787. package/dist-esm/src/operations/aPIKeys.d.ts.map +0 -1
  788. package/dist-esm/src/operations/aPIKeys.js +0 -185
  789. package/dist-esm/src/operations/aPIKeys.js.map +0 -1
  790. package/dist-esm/src/operations/analyticsItems.d.ts +0 -51
  791. package/dist-esm/src/operations/analyticsItems.d.ts.map +0 -1
  792. package/dist-esm/src/operations/analyticsItems.js +0 -157
  793. package/dist-esm/src/operations/analyticsItems.js.map +0 -1
  794. package/dist-esm/src/operations/annotations.d.ts +0 -63
  795. package/dist-esm/src/operations/annotations.d.ts.map +0 -1
  796. package/dist-esm/src/operations/annotations.js +0 -207
  797. package/dist-esm/src/operations/annotations.js.map +0 -1
  798. package/dist-esm/src/operations/componentAvailableFeatures.d.ts +0 -20
  799. package/dist-esm/src/operations/componentAvailableFeatures.d.ts.map +0 -1
  800. package/dist-esm/src/operations/componentAvailableFeatures.js +0 -50
  801. package/dist-esm/src/operations/componentAvailableFeatures.js.map +0 -1
  802. package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts +0 -29
  803. package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts.map +0 -1
  804. package/dist-esm/src/operations/componentCurrentBillingFeatures.js +0 -81
  805. package/dist-esm/src/operations/componentCurrentBillingFeatures.js.map +0 -1
  806. package/dist-esm/src/operations/componentFeatureCapabilities.d.ts +0 -20
  807. package/dist-esm/src/operations/componentFeatureCapabilities.d.ts.map +0 -1
  808. package/dist-esm/src/operations/componentFeatureCapabilities.js +0 -50
  809. package/dist-esm/src/operations/componentFeatureCapabilities.js.map +0 -1
  810. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts +0 -53
  811. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
  812. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js +0 -174
  813. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js.map +0 -1
  814. package/dist-esm/src/operations/componentQuotaStatus.d.ts +0 -20
  815. package/dist-esm/src/operations/componentQuotaStatus.d.ts.map +0 -1
  816. package/dist-esm/src/operations/componentQuotaStatus.js +0 -50
  817. package/dist-esm/src/operations/componentQuotaStatus.js.map +0 -1
  818. package/dist-esm/src/operations/components.d.ts +0 -108
  819. package/dist-esm/src/operations/components.d.ts.map +0 -1
  820. package/dist-esm/src/operations/components.js +0 -430
  821. package/dist-esm/src/operations/components.js.map +0 -1
  822. package/dist-esm/src/operations/exportConfigurations.d.ts +0 -58
  823. package/dist-esm/src/operations/exportConfigurations.d.ts.map +0 -1
  824. package/dist-esm/src/operations/exportConfigurations.js +0 -195
  825. package/dist-esm/src/operations/exportConfigurations.js.map +0 -1
  826. package/dist-esm/src/operations/favorites.d.ts +0 -55
  827. package/dist-esm/src/operations/favorites.d.ts.map +0 -1
  828. package/dist-esm/src/operations/favorites.js +0 -196
  829. package/dist-esm/src/operations/favorites.js.map +0 -1
  830. package/dist-esm/src/operations/index.d.ts +0 -20
  831. package/dist-esm/src/operations/index.d.ts.map +0 -1
  832. package/dist-esm/src/operations/index.js +0 -27
  833. package/dist-esm/src/operations/index.js.map +0 -1
  834. package/dist-esm/src/operations/liveToken.d.ts +0 -19
  835. package/dist-esm/src/operations/liveToken.d.ts.map +0 -1
  836. package/dist-esm/src/operations/liveToken.js +0 -47
  837. package/dist-esm/src/operations/liveToken.js.map +0 -1
  838. package/dist-esm/src/operations/myWorkbooks.d.ts +0 -89
  839. package/dist-esm/src/operations/myWorkbooks.d.ts.map +0 -1
  840. package/dist-esm/src/operations/myWorkbooks.js +0 -387
  841. package/dist-esm/src/operations/myWorkbooks.js.map +0 -1
  842. package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts +0 -40
  843. package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts.map +0 -1
  844. package/dist-esm/src/operations/proactiveDetectionConfigurations.js +0 -130
  845. package/dist-esm/src/operations/proactiveDetectionConfigurations.js.map +0 -1
  846. package/dist-esm/src/operations/webTestLocations.d.ts +0 -30
  847. package/dist-esm/src/operations/webTestLocations.d.ts.map +0 -1
  848. package/dist-esm/src/operations/webTestLocations.js +0 -96
  849. package/dist-esm/src/operations/webTestLocations.js.map +0 -1
  850. package/dist-esm/src/operations/webTests.d.ts +0 -108
  851. package/dist-esm/src/operations/webTests.d.ts.map +0 -1
  852. package/dist-esm/src/operations/webTests.js +0 -435
  853. package/dist-esm/src/operations/webTests.js.map +0 -1
  854. package/dist-esm/src/operations/workItemConfigurations.d.ts +0 -75
  855. package/dist-esm/src/operations/workItemConfigurations.d.ts.map +0 -1
  856. package/dist-esm/src/operations/workItemConfigurations.js +0 -257
  857. package/dist-esm/src/operations/workItemConfigurations.js.map +0 -1
  858. package/dist-esm/src/operations/workbookTemplates.d.ts +0 -57
  859. package/dist-esm/src/operations/workbookTemplates.d.ts.map +0 -1
  860. package/dist-esm/src/operations/workbookTemplates.js +0 -223
  861. package/dist-esm/src/operations/workbookTemplates.js.map +0 -1
  862. package/dist-esm/src/operations/workbooks.d.ts +0 -120
  863. package/dist-esm/src/operations/workbooks.d.ts.map +0 -1
  864. package/dist-esm/src/operations/workbooks.js +0 -530
  865. package/dist-esm/src/operations/workbooks.js.map +0 -1
  866. package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts +0 -38
  867. package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts.map +0 -1
  868. package/dist-esm/src/operationsInterfaces/aPIKeys.js.map +0 -1
  869. package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts +0 -43
  870. package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts.map +0 -1
  871. package/dist-esm/src/operationsInterfaces/analyticsItems.js.map +0 -1
  872. package/dist-esm/src/operationsInterfaces/annotations.d.ts +0 -43
  873. package/dist-esm/src/operationsInterfaces/annotations.d.ts.map +0 -1
  874. package/dist-esm/src/operationsInterfaces/annotations.js.map +0 -1
  875. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts +0 -12
  876. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts.map +0 -1
  877. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js.map +0 -1
  878. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts +0 -21
  879. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +0 -1
  880. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js.map +0 -1
  881. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts +0 -12
  882. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts.map +0 -1
  883. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js.map +0 -1
  884. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +0 -45
  885. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
  886. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +0 -1
  887. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts +0 -12
  888. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts.map +0 -1
  889. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js.map +0 -1
  890. package/dist-esm/src/operationsInterfaces/components.d.ts +0 -72
  891. package/dist-esm/src/operationsInterfaces/components.d.ts.map +0 -1
  892. package/dist-esm/src/operationsInterfaces/components.js.map +0 -1
  893. package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts +0 -50
  894. package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts.map +0 -1
  895. package/dist-esm/src/operationsInterfaces/exportConfigurations.js.map +0 -1
  896. package/dist-esm/src/operationsInterfaces/favorites.d.ts +0 -47
  897. package/dist-esm/src/operationsInterfaces/favorites.d.ts.map +0 -1
  898. package/dist-esm/src/operationsInterfaces/favorites.js.map +0 -1
  899. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -20
  900. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  901. package/dist-esm/src/operationsInterfaces/index.js +0 -27
  902. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  903. package/dist-esm/src/operationsInterfaces/liveToken.d.ts +0 -11
  904. package/dist-esm/src/operationsInterfaces/liveToken.d.ts.map +0 -1
  905. package/dist-esm/src/operationsInterfaces/liveToken.js.map +0 -1
  906. package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts +0 -49
  907. package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts.map +0 -1
  908. package/dist-esm/src/operationsInterfaces/myWorkbooks.js +0 -9
  909. package/dist-esm/src/operationsInterfaces/myWorkbooks.js.map +0 -1
  910. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts +0 -32
  911. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +0 -1
  912. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js.map +0 -1
  913. package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts +0 -13
  914. package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts.map +0 -1
  915. package/dist-esm/src/operationsInterfaces/webTestLocations.js.map +0 -1
  916. package/dist-esm/src/operationsInterfaces/webTests.d.ts +0 -55
  917. package/dist-esm/src/operationsInterfaces/webTests.d.ts.map +0 -1
  918. package/dist-esm/src/operationsInterfaces/webTests.js.map +0 -1
  919. package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts +0 -58
  920. package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts.map +0 -1
  921. package/dist-esm/src/operationsInterfaces/workItemConfigurations.js.map +0 -1
  922. package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts +0 -41
  923. package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts.map +0 -1
  924. package/dist-esm/src/operationsInterfaces/workbookTemplates.js.map +0 -1
  925. package/dist-esm/src/operationsInterfaces/workbooks.d.ts +0 -63
  926. package/dist-esm/src/operationsInterfaces/workbooks.d.ts.map +0 -1
  927. package/dist-esm/src/operationsInterfaces/workbooks.js.map +0 -1
  928. package/dist-esm/test/sampleTest.d.ts +0 -2
  929. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  930. package/dist-esm/test/sampleTest.js +0 -38
  931. package/dist-esm/test/sampleTest.js.map +0 -1
  932. package/rollup.config.js +0 -122
  933. package/src/applicationInsightsManagementClient.ts +0 -182
  934. package/src/index.ts +0 -12
  935. package/src/models/index.ts +0 -2406
  936. package/src/models/mappers.ts +0 -3258
  937. package/src/models/parameters.ts +0 -601
  938. package/src/operations/aPIKeys.ts +0 -246
  939. package/src/operations/analyticsItems.ts +0 -215
  940. package/src/operations/annotations.ts +0 -294
  941. package/src/operations/componentAvailableFeatures.ts +0 -70
  942. package/src/operations/componentCurrentBillingFeatures.ts +0 -114
  943. package/src/operations/componentFeatureCapabilities.ts +0 -70
  944. package/src/operations/componentLinkedStorageAccountsOperations.ts +0 -235
  945. package/src/operations/componentQuotaStatus.ts +0 -69
  946. package/src/operations/components.ts +0 -543
  947. package/src/operations/exportConfigurations.ts +0 -264
  948. package/src/operations/favorites.ts +0 -265
  949. package/src/operations/index.ts +0 -27
  950. package/src/operations/liveToken.ts +0 -61
  951. package/src/operations/myWorkbooks.ts +0 -509
  952. package/src/operations/proactiveDetectionConfigurations.ts +0 -179
  953. package/src/operations/webTestLocations.ts +0 -120
  954. package/src/operations/webTests.ts +0 -565
  955. package/src/operations/workItemConfigurations.ts +0 -341
  956. package/src/operations/workbookTemplates.ts +0 -286
  957. package/src/operations/workbooks.ts +0 -706
  958. package/src/operationsInterfaces/aPIKeys.ts +0 -76
  959. package/src/operationsInterfaces/analyticsItems.ts +0 -82
  960. package/src/operationsInterfaces/annotations.ts +0 -81
  961. package/src/operationsInterfaces/componentAvailableFeatures.ts +0 -27
  962. package/src/operationsInterfaces/componentCurrentBillingFeatures.ts +0 -44
  963. package/src/operationsInterfaces/componentFeatureCapabilities.ts +0 -27
  964. package/src/operationsInterfaces/componentLinkedStorageAccountsOperations.ts +0 -86
  965. package/src/operationsInterfaces/componentQuotaStatus.ts +0 -27
  966. package/src/operationsInterfaces/components.ts +0 -131
  967. package/src/operationsInterfaces/exportConfigurations.ts +0 -95
  968. package/src/operationsInterfaces/favorites.ts +0 -92
  969. package/src/operationsInterfaces/index.ts +0 -27
  970. package/src/operationsInterfaces/liveToken.ts +0 -22
  971. package/src/operationsInterfaces/myWorkbooks.ts +0 -95
  972. package/src/operationsInterfaces/proactiveDetectionConfigurations.ts +0 -63
  973. package/src/operationsInterfaces/webTestLocations.ts +0 -29
  974. package/src/operationsInterfaces/webTests.ts +0 -104
  975. package/src/operationsInterfaces/workItemConfigurations.ts +0 -109
  976. package/src/operationsInterfaces/workbookTemplates.ts +0 -80
  977. package/src/operationsInterfaces/workbooks.ts +0 -120
  978. package/tsconfig.json +0 -27
  979. package/types/arm-appinsights.d.ts +0 -3131
  980. package/types/tsdoc-metadata.json +0 -11
  981. /package/{dist-esm/src → dist/browser}/operationsInterfaces/aPIKeys.js +0 -0
  982. /package/{dist-esm/src → dist/browser}/operationsInterfaces/analyticsItems.js +0 -0
  983. /package/{dist-esm/src → dist/browser}/operationsInterfaces/annotations.js +0 -0
  984. /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentAvailableFeatures.js +0 -0
  985. /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentCurrentBillingFeatures.js +0 -0
  986. /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentFeatureCapabilities.js +0 -0
  987. /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentLinkedStorageAccountsOperations.js +0 -0
  988. /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentQuotaStatus.js +0 -0
  989. /package/{dist-esm/src → dist/browser}/operationsInterfaces/components.js +0 -0
  990. /package/{dist-esm/src → dist/browser}/operationsInterfaces/exportConfigurations.js +0 -0
  991. /package/{dist-esm/src → dist/browser}/operationsInterfaces/favorites.js +0 -0
  992. /package/{dist-esm/src → dist/browser}/operationsInterfaces/liveToken.js +0 -0
  993. /package/{dist-esm/src → dist/browser}/operationsInterfaces/proactiveDetectionConfigurations.js +0 -0
  994. /package/{dist-esm/src → dist/browser}/operationsInterfaces/webTestLocations.js +0 -0
  995. /package/{dist-esm/src → dist/browser}/operationsInterfaces/webTests.js +0 -0
  996. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workItemConfigurations.js +0 -0
  997. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workbookTemplates.js +0 -0
  998. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workbooks.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,4DAA4D;AAC5D,MAAM,WAAW,sCAAsC;IACrD,0DAA0D;IAC1D,KAAK,EAAE,4BAA4B,EAAE,CAAC;IACtC,yIAAyI;IACzI,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,iDAAiD;AACjD,MAAM,WAAW,yBAAyB;IACxC,+DAA+D;IAC/D,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gDAAgD;IAChD,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,+BAA+B;AAC/B,MAAM,WAAW,kBAAkB;IACjC;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,wBAAwB;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,oBAAoB;IACpB,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC3C;AAED,MAAM,WAAW,uBAAuB;IACtC,0IAA0I;IAC1I,KAAK,CAAC,EAAE,4BAA4B,CAAC;CACtC;AAED,0IAA0I;AAC1I,MAAM,WAAW,4BAA4B;IAC3C;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,oHAAoH;AACpH,MAAM,WAAW,YAAY;IAC3B,oBAAoB;IACpB,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC3C;AAED,0EAA0E;AAC1E,MAAM,WAAW,kBAAkB;IACjC,sCAAsC;IACtC,KAAK,EAAE,MAAM,CAAC;IACd,6FAA6F;IAC7F,OAAO,EAAE,yBAAyB,EAAE,CAAC;CACtC;AAED,+EAA+E;AAC/E,MAAM,WAAW,yBAAyB;IACxC,oEAAoE;IACpE,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,mMAAmM;IACnM,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gJAAgJ;IAChJ,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,wGAAwG;IACxG,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,mEAAmE;AACnE,MAAM,WAAW,sBAAsB;IACrC,2EAA2E;IAC3E,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,iEAAiE;AACjE,MAAM,WAAW,4BAA4B;IAC3C,+DAA+D;IAC/D,MAAM,EAAE,UAAU,CAAC;CACpB;AAED,+BAA+B;AAC/B,MAAM,WAAW,qBAAqB;IACpC;;;OAGG;IACH,QAAQ,CAAC,KAAK,CAAC,EAAE,UAAU,EAAE,CAAC;CAC/B;AAED,mEAAmE;AACnE,MAAM,WAAW,UAAU;IACzB,yBAAyB;IACzB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,wCAAwC;IACxC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,+BAA+B;IAC/B,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,+BAA+B;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,qDAAqD;IACrD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,uCAAuC;IACvC,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,mFAAmF;AACnF,MAAM,WAAW,eAAe;IAC9B,wCAAwC;IACxC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,oBAAoB;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,kBAAkB;IAClB,UAAU,CAAC,EAAE,UAAU,CAAC;CACzB;AAED,kBAAkB;AAClB,MAAM,WAAW,UAAU;IACzB,uCAAuC;IACvC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mBAAmB;IACnB,IAAI,CAAC,EAAE,IAAI,CAAC;CACb;AAED,2EAA2E;AAC3E,MAAM,WAAW,4CAA4C;IAC3D,mCAAmC;IACnC,KAAK,EAAE,kCAAkC,EAAE,CAAC;CAC7C;AAED,8EAA8E;AAC9E,MAAM,WAAW,kCAAkC;IACjD;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IACzB,uCAAuC;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,+BAA+B;IAC/B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,8CAA8C;IAC9C,oBAAoB,CAAC,EAAE,MAAM,EAAE,CAAC;IAChC,+CAA+C;IAC/C,qBAAqB,CAAC,EAAE,MAAM,EAAE,CAAC;CAClC;AAED,6EAA6E;AAC7E,MAAM,WAAW,aAAa;IAC5B,+BAA+B;IAC/B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,8CAA8C;IAC9C,oBAAoB,CAAC,EAAE,MAAM,EAAE,CAAC;IAChC,+CAA+C;IAC/C,qBAAqB,CAAC,EAAE,MAAM,EAAE,CAAC;CAClC;AAED,gEAAgE;AAChE,MAAM,WAAW,+CAA+C;IAC9D;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B;;;OAGG;IACH,QAAQ,CAAC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IACrC,iPAAiP;IACjP,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,QAAQ,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC;IAClC;;;OAGG;IACH,QAAQ,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IACjC;;;OAGG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC;IAChC;;;OAGG;IACH,QAAQ,CAAC,gCAAgC,CAAC,EAAE,MAAM,CAAC;IACnD;;;OAGG;IACH,QAAQ,CAAC,4BAA4B,CAAC,EAAE,MAAM,CAAC;IAC/C;;;OAGG;IACH,QAAQ,CAAC,oBAAoB,CAAC,EAAE,MAAM,CAAC;IACvC;;;OAGG;IACH,QAAQ,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC;IAClC;;;OAGG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC;IAChC;;;OAGG;IACH,QAAQ,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IACjC,iBAAiB;IACjB,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;IAC/B;;;OAGG;IACH,QAAQ,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC;IAClC;;;OAGG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,oBAAoB,CAAC,EAAE,MAAM,CAAC;IACvC;;;OAGG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC;CACjC;AAED,4FAA4F;AAC5F,MAAM,WAAW,yCAAyC;IACxD,uOAAuO;IACvO,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,qEAAqE;IACrE,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,yFAAyF;IACzF,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,yGAAyG;IACzG,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,iBAAiB;IACjB,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,iBAAiB;IACjB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,gEAAgE;IAChE,gCAAgC,CAAC,EAAE,MAAM,CAAC;IAC1C,4DAA4D;IAC5D,4BAA4B,CAAC,EAAE,MAAM,CAAC;IACtC,+CAA+C;IAC/C,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B;AAED,yDAAyD;AACzD,MAAM,WAAW,2CAA2C;IAC1D,8DAA8D;IAC9D,aAAa,CAAC,EAAE,yCAAyC,CAAC;IAC1D,qJAAqJ;IACrJ,sBAAsB,CAAC,EAAE,MAAM,EAAE,CAAC;CACnC;AAED,8DAA8D;AAC9D,MAAM,WAAW,yCAAyC;IACxD,mCAAmC;IACnC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B,kCAAkC;IAClC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,kCAAkC;IAClC,oCAAoC,CAAC,EAAE,OAAO,CAAC;IAC/C,8EAA8E;IAC9E,8BAA8B,CAAC,EAAE,OAAO,CAAC;IACzC;;;OAGG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC;CACjC;AAED,qEAAqE;AACrE,MAAM,WAAW,uCAAuC;IACtD;;;OAGG;IACH,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IACxB;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IACrC;;;OAGG;IACH,QAAQ,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;CAClC;AAED,6DAA6D;AAC7D,MAAM,WAAW,+CAA+C;IAC9D;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IACrC;;;OAGG;IACH,QAAQ,CAAC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IACtC;;;OAGG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC;IAChC;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IACrC;;;OAGG;IACH,QAAQ,CAAC,cAAc,CAAC,EAAE,OAAO,CAAC;IAClC;;;OAGG;IACH,QAAQ,CAAC,mBAAmB,CAAC,EAAE,OAAO,CAAC;IACvC;;;OAGG;IACH,QAAQ,CAAC,kBAAkB,CAAC,EAAE,OAAO,CAAC;IACtC;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,OAAO,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,kBAAkB,CAAC,EAAE,OAAO,CAAC;IACtC;;;OAGG;IACH,QAAQ,CAAC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IACxC;;;OAGG;IACH,QAAQ,CAAC,mBAAmB,CAAC,EAAE,OAAO,CAAC;IACvC;;;OAGG;IACH,QAAQ,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IACjC;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;IAC/B;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IACpC;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,4DAA4D;AAC5D,MAAM,WAAW,6CAA6C;IAC5D;;;OAGG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,mCAAmC,EAAE,CAAC;CACzD;AAED,qEAAqE;AACrE,MAAM,WAAW,mCAAmC;IAClD;;;OAGG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IACrC;;;OAGG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAC5B;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,6CAA6C,EAAE,CAAC;IACxE;;;OAGG;IACH,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IACxB;;;OAGG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,OAAO,CAAC;IACjC;;;OAGG;IACH,QAAQ,CAAC,sBAAsB,CAAC,EAAE,MAAM,CAAC;CAC1C;AAED,2DAA2D;AAC3D,MAAM,WAAW,6CAA6C;IAC5D;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IACxB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,kBAAkB,CAAC,EAAE,MAAM,CAAC;CACtC;AAED,iEAAiE;AACjE,MAAM,WAAW,2DAA2D;IAC1E,oBAAoB;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,qEAAqE;IACrE,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,qGAAqG;IACrG,8BAA8B,CAAC,EAAE,OAAO,CAAC;IACzC,yDAAyD;IACzD,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,0CAA0C;IAC1C,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,wGAAwG;IACxG,eAAe,CAAC,EAAE,0EAA0E,CAAC;CAC9F;AAED,wGAAwG;AACxG,MAAM,WAAW,0EAA0E;IACzF,oBAAoB;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,6CAA6C;IAC7C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,2BAA2B;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,4EAA4E;IAC5E,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,iEAAiE;IACjE,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,+DAA+D;IAC/D,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,uDAAuD;IACvD,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,+FAA+F;IAC/F,0BAA0B,CAAC,EAAE,OAAO,CAAC;CACtC;AAED,2CAA2C;AAC3C,MAAM,WAAW,gCAAgC;IAC/C;;;OAGG;IACH,QAAQ,CAAC,KAAK,CAAC,EAAE,qBAAqB,EAAE,CAAC;CAC1C;AAED,gFAAgF;AAChF,MAAM,WAAW,qBAAqB;IACpC,sDAAsD;IACtD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kCAAkC;IAClC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,gEAAgE;IAChE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,8BAA8B;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,qDAAqD;IACrD,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,oFAAoF;AACpF,MAAM,WAAW,0BAA0B;IACzC,wCAAwC;IACxC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,oBAAoB;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,kBAAkB;IAClB,UAAU,CAAC,EAAE,UAAU,CAAC;CACzB;AAED,+CAA+C;AAC/C,MAAM,WAAW,2BAA2B;IAC1C,0BAA0B;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,qDAAqD;IACrD,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC,uCAAuC;IACvC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,kCAAkC;IAClC,kBAAkB,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CACzD;AAED,iGAAiG;AACjG,MAAM,WAAW,oCAAoC;IACnD,6CAA6C;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,+IAA+I;IAC/I,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,kLAAkL;IAClL,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IAC7B,gKAAgK;IAChK,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,6CAA6C;IAC7C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;IAC/B,iFAAiF;IACjF,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,kEAAkE;IAClE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,+EAA+E;IAC/E,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC;;;OAGG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,+FAA+F;AAC/F,MAAM,WAAW,6CAA6C;IAC5D,kCAAkC;IAClC,KAAK,EAAE,2CAA2C,EAAE,CAAC;CACtD;AAED,iGAAiG;AACjG,MAAM,WAAW,2CAA2C;IAC1D;;;OAGG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,oEAAoE;AACpE,MAAM,WAAW,iBAAiB;IAChC,uDAAuD;IACvD,KAAK,EAAE,OAAO,EAAE,CAAC;IACjB,2IAA2I;IAC3I,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,oHAAoH;AACpH,MAAM,WAAW,kBAAkB;IACjC,+CAA+C;IAC/C,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,wDAAwD;AACxD,MAAM,WAAW,8BAA8B;IAC7C,wEAAwE;IACxE,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,2CAA2C;AAC3C,MAAM,WAAW,wBAAwB;IACvC,4BAA4B;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,mEAAmE;IACnE,OAAO,CAAC,EAAE,WAAW,EAAE,CAAC;IACxB,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,6DAA6D;IAC7D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gDAAgD;IAChD,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,0CAA0C;IAC1C,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,sCAAsC;AACtC,MAAM,WAAW,WAAW;IAC1B,8BAA8B;IAC9B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,+BAA+B;IAC/B,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,mDAAmD;AACnD,MAAM,WAAW,gCAAgC;IAC/C,sDAAsD;IACtD,iBAAiB,CAAC,EAAE,iDAAiD,CAAC;IACtE,oDAAoD;IACpD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,qJAAqJ;IACrJ,6BAA6B,CAAC,EAAE,MAAM,CAAC;IACvC,uEAAuE;IACvE,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,wDAAwD;IACxD,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC;AAED,sDAAsD;AACtD,MAAM,WAAW,iDAAiD;IAChE,oFAAoF;IACpF,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,+EAA+E;IAC/E,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,2IAA2I;IAC3I,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,+BAA+B;AAC/B,MAAM,WAAW,gBAAgB;IAC/B;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,wBAAwB;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,oBAAoB;IACpB,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC3C;AAED,wGAAwG;AACxG,MAAM,WAAW,yCAAyC;IACxD,4DAA4D;IAC5D,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,yCAAyC;IACzC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,+BAA+B;IAC/B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B,4JAA4J;IAC5J,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,sDAAsD;IACtD,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;;OAGG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;IAC/B,6HAA6H;IAC7H,UAAU,CAAC,EAAE,mDAAmD,CAAC;CAClE;AAED,6HAA6H;AAC7H,MAAM,WAAW,mDAAmD;IAClE,mEAAmE;IACnE,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,gJAAgJ;AAChJ,MAAM,WAAW,mBAAmB;IAClC,yFAAyF;IACzF,KAAK,CAAC,EAAE,SAAS,EAAE,CAAC;IACpB,0EAA0E;IAC1E,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,yCAAyC;AACzC,MAAM,WAAW,SAAS;IACxB,wDAAwD;IACxD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,gDAAgD;IAChD,OAAO,CAAC,EAAE,gBAAgB,CAAC;CAC5B;AAED,gDAAgD;AAChD,MAAM,WAAW,gBAAgB;IAC/B,2CAA2C;IAC3C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,4EAA4E;IAC5E,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gDAAgD;IAChD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,0IAA0I;AAC1I,MAAM,WAAW,aAAa;IAC5B,kBAAkB;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,yDAAyD;IACzD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,+EAA+E;IAC/E,OAAO,CAAC,EAAE,kBAAkB,EAAE,CAAC;CAChC;AAED,4BAA4B;AAC5B,MAAM,WAAW,kBAAkB;IACjC,iCAAiC;IACjC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,6DAA6D;IAC7D,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,qBAAqB;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,oCAAoC;AACpC,MAAM,WAAW,2BAA2B;IAC1C,sCAAsC;IACtC,KAAK,CAAC,EAAE,gBAAgB,EAAE,CAAC;CAC5B;AAED,mDAAmD;AACnD,MAAM,WAAW,uBAAuB;IACtC,oDAAoD;IACpD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,gCAAgC;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,2DAA2D;IAC3D,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,gDAAgD;IAChD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,oDAAoD;IACpD,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,uDAAuD;AACvD,MAAM,WAAW,gCAAgC;IAC/C,8DAA8D;IAC9D,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvC,oDAAoD;IACpD,SAAS,CAAC,EAAE,uBAAuB,EAAE,CAAC;CACvC;AAED,+BAA+B;AAC/B,MAAM,WAAW,wBAAwB;IACvC;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,wBAAwB;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,oBAAoB;IACpB,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC3C;AAED,iEAAiE;AACjE,MAAM,WAAW,qBAAqB;IACpC,wEAAwE;IACxE,KAAK,CAAC,EAAE,yBAAyB,CAAC;CACnC;AAED,sEAAsE;AACtE,MAAM,WAAW,yBAAyB;IACxC,sHAAsH;IACtH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,kDAAkD;IAClD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,+EAA+E;IAC/E,OAAO,CAAC,EAAE,kCAAkC,EAAE,CAAC;CAChD;AAED,4BAA4B;AAC5B,MAAM,WAAW,kCAAkC;IACjD,iCAAiC;IACjC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,6DAA6D;IAC7D,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,qBAAqB;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,2EAA2E;AAC3E,MAAM,WAAW,gCAAgC;IAC/C,oBAAoB;IACpB,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC1C,oHAAoH;IACpH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,6DAA6D;IAC7D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,8DAA8D;IAC9D,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvC,oDAAoD;IACpD,SAAS,CAAC,EAAE,uBAAuB,EAAE,CAAC;IACtC,mHAAmH;IACnH,SAAS,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,gCAAgC,EAAE,CAAA;KAAE,CAAC;CAC5E;AAED,4BAA4B;AAC5B,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,QAAQ,CAAC,KAAK,CAAC,EAAE,QAAQ,EAAE,CAAC;IAC5B,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,6EAA6E;AAC7E,MAAM,WAAW,UAAU;IACzB,8CAA8C;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sDAAsD;IACtD,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,gDAAgD;IAChD,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,oDAAoD;IACpD,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,4DAA4D;IAC5D,kBAAkB,CAAC,EAAE,aAAa,CAAC;IACnC,wDAAwD;IACxD,cAAc,CAAC,EAAE,IAAI,CAAC;CACvB;AAED,iFAAiF;AACjF,MAAM,WAAW,sBAAsB;IACrC;;;OAGG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B,uGAAuG;IACvG,IAAI,EAAE,0BAA0B,CAAC;IACjC,qWAAqW;IACrW,sBAAsB,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,oBAAoB,CAAA;KAAE,CAAC;CAC3E;AAED,wCAAwC;AACxC,MAAM,WAAW,oBAAoB;IACnC;;;OAGG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,+FAA+F;AAC/F,MAAM,WAAW,QAAQ;IACvB;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,sBAAsB;AACtB,MAAM,WAAW,aAAa;IAC5B,yBAAyB;IACzB,KAAK,CAAC,EAAE,uBAAuB,CAAC;CACjC;AAED,wBAAwB;AACxB,MAAM,WAAW,uBAAuB;IACtC;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,uBAAuB,CAAC;CAC/C;AAED,oBAAoB;AACpB,MAAM,WAAW,uBAAuB;IACtC;;;OAGG;IACH,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;CAC3B;AAED,wFAAwF;AACxF,MAAM,WAAW,wBAAwB;IACvC,wDAAwD;IACxD,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC,qBAAqB;IACrB,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC1C,4DAA4D;IAC5D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sGAAsG;IACtG,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,kEAAkE;IAClE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iFAAiF;IACjF,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC9B,uCAAuC;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,0DAA0D;IAC1D,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,0CAA0C;AAC1C,MAAM,WAAW,iBAAiB;IAChC;;;OAGG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,MAAM,WAAW,0BAA0B;IACzC,0IAA0I;IAC1I,KAAK,CAAC,EAAE,+BAA+B,CAAC;CACzC;AAED,0IAA0I;AAC1I,MAAM,WAAW,+BAA+B;IAC9C;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,sEAAsE;AACtE,MAAM,WAAW,mCAAmC;IAClD,yCAAyC;IACzC,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B;AAED,4BAA4B;AAC5B,MAAM,WAAW,0BAA0B;IACzC;;;OAGG;IACH,QAAQ,CAAC,KAAK,CAAC,EAAE,eAAe,EAAE,CAAC;IACnC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,+FAA+F;AAC/F,MAAM,WAAW,qBAAqB;IACpC;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,UAAU,CAAC;CAClC;AAED,sBAAsB;AACtB,MAAM,WAAW,oBAAoB;IACnC,yBAAyB;IACzB,KAAK,CAAC,EAAE,8BAA8B,CAAC;CACxC;AAED,wBAAwB;AACxB,MAAM,WAAW,8BAA8B;IAC7C;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,8BAA8B,CAAC;CACtD;AAED,oBAAoB;AACpB,MAAM,WAAW,8BAA8B;IAC7C;;;OAGG;IACH,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;CAC3B;AAED,8CAA8C;AAC9C,MAAM,WAAW,oBAAoB;IACnC,iCAAiC;IACjC,KAAK,CAAC,EAAE,aAAa,EAAE,CAAC;IACxB,0EAA0E;IAC1E,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,oEAAoE;AACpE,MAAM,WAAW,aAAa;IAC5B,4BAA4B;IAC5B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,uDAAuD;IACvD,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,oCAAoC;IACpC,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,8BAA8B;IAC9B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,kCAAkC;IAClC,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACtC;AAED,qCAAqC;AACrC,MAAM,WAAW,aAAa;IAC5B,2BAA2B;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gCAAgC;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,4BAA4B;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,mCAAmC;IACnC,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,oDAAoD;AACpD,MAAM,WAAW,4BAA6B,SAAQ,kBAAkB;IACtE,0MAA0M;IAC1M,IAAI,EAAE,MAAM,CAAC;IACb,oBAAoB;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC;IAChC;;;OAGG;IACH,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IACxB;;;OAGG;IACH,QAAQ,CAAC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IACrC,2CAA2C;IAC3C,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,kMAAkM;IAClM,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,uIAAuI;IACvI,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IACrC;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,IAAI,CAAC;IAC7B;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B,8HAA8H;IAC9H,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,QAAQ,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IACjC;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IACpC,mIAAmI;IACnI,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;OAGG;IACH,QAAQ,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IACnC,gCAAgC;IAChC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,0BAA0B;IAC1B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,4CAA4C;IAC5C,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,6NAA6N;IAC7N,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;OAGG;IACH,QAAQ,CAAC,eAAe,CAAC,EAAE,IAAI,CAAC;IAChC;;;OAGG;IACH,QAAQ,CAAC,0BAA0B,CAAC,EAAE,yBAAyB,EAAE,CAAC;IAClE,4EAA4E;IAC5E,+BAA+B,CAAC,EAAE,uBAAuB,CAAC;IAC1D,wEAAwE;IACxE,2BAA2B,CAAC,EAAE,uBAAuB,CAAC;IACtD,2CAA2C;IAC3C,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,kCAAkC;IAClC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,iFAAiF;IACjF,+BAA+B,CAAC,EAAE,OAAO,CAAC;CAC3C;AAED,kDAAkD;AAClD,MAAM,WAAW,OAAQ,SAAQ,gBAAgB;IAC/C,gGAAgG;IAChG,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,qFAAqF;IACrF,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,yCAAyC;IACzC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iDAAiD;IACjD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,4CAA4C;IAC5C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oFAAoF;IACpF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6EAA6E;IAC7E,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,oFAAoF;IACpF,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,kDAAkD;IAClD,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,sHAAsH;IACtH,SAAS,CAAC,EAAE,kBAAkB,EAAE,CAAC;IACjC,wDAAwD;IACxD,aAAa,CAAC,EAAE,8BAA8B,CAAC;IAC/C;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IACpC,2CAA2C;IAC3C,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC,mDAAmD;IACnD,eAAe,CAAC,EAAE,gCAAgC,CAAC;CACpD;AAED,4DAA4D;AAC5D,MAAM,WAAW,gBAAiB,SAAQ,wBAAwB;IAChE,oHAAoH;IACpH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,6DAA6D;IAC7D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,8DAA8D;IAC9D,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvC,oDAAoD;IACpD,SAAS,CAAC,EAAE,uBAAuB,EAAE,CAAC;IACtC,mHAAmH;IACnH,SAAS,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,gCAAgC,EAAE,CAAA;KAAE,CAAC;CAC5E;AAED,6BAA6B;AAC7B,MAAM,WAAW,wBAAyB,SAAQ,sBAAsB;CAAG;AAE3E,+HAA+H;AAC/H,MAAM,WAAW,eAAgB,SAAQ,QAAQ;IAC/C,qBAAqB;IACrB,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC1C,gDAAgD;IAChD,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,sHAAsH;AACtH,MAAM,WAAW,aAAc,SAAQ,QAAQ;CAAG;AAElD,+HAA+H;AAC/H,MAAM,WAAW,4BAA6B,SAAQ,qBAAqB;IACzE,qBAAqB;IACrB,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC1C,gDAAgD;IAChD,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,+BAA+B;AAC/B,MAAM,WAAW,gBAAiB,SAAQ,eAAe;IACvD,6BAA6B;IAC7B,QAAQ,CAAC,EAAE,wBAAwB,CAAC;IACpC,wDAAwD;IACxD,IAAI,CAAC,EAAE,sBAAsB,CAAC;IAC9B,oBAAoB;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,gEAAgE;AAChE,MAAM,WAAW,8BAA+B,SAAQ,aAAa;IACnE,yCAAyC;IACzC,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B;AAED,+BAA+B;AAC/B,MAAM,WAAW,uBAAwB,SAAQ,4BAA4B;IAC3E,wDAAwD;IACxD,IAAI,CAAC,EAAE,sBAAsB,CAAC;IAC9B,oBAAoB;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,6BAA6B;AAC7B,MAAM,WAAW,QAAS,SAAQ,gBAAgB;IAChD;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,UAAU,CAAC;IACjC,4DAA4D;IAC5D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sGAAsG;IACtG,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,6GAA6G;IAC7G,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,IAAI,CAAC;IAC7B,kEAAkE;IAClE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,wDAAwD;IACxD,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IACzB,wCAAwC;IACxC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gFAAgF;IAChF,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,uCAAuC;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,6BAA6B;AAC7B,MAAM,WAAW,eAAgB,SAAQ,uBAAuB;IAC9D,4DAA4D;IAC5D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sGAAsG;IACtG,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,6GAA6G;IAC7G,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,IAAI,CAAC;IAC7B,kEAAkE;IAClE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,wDAAwD;IACxD,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IACzB,wCAAwC;IACxC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gFAAgF;IAChF,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,uCAAuC;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,wEAAwE;AACxE,oBAAY,oBAAoB;IAC9B,UAAU;IACV,GAAG,QAAQ;IACX,YAAY;IACZ,KAAK,UAAU;CAChB;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,eAAe,GAAG,MAAM,CAAC;AAErC,iEAAiE;AACjE,oBAAY,aAAa;IACvB,gBAAgB;IAChB,SAAS,cAAc;CACxB;AAED;;;;;;GAMG;AACH,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC;AAE9B,sEAAsE;AACtE,oBAAY,kBAAkB;IAC5B,WAAW;IACX,IAAI,SAAS;CACd;AAED;;;;;;GAMG;AACH,MAAM,MAAM,aAAa,GAAG,MAAM,CAAC;AAEnC,gFAAgF;AAChF,oBAAY,4BAA4B;IACtC,uEAAuE;IACvE,OAAO,YAAY;IACnB,+EAA+E;IAC/E,QAAQ,aAAa;CACtB;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,uBAAuB,GAAG,MAAM,CAAC;AAE7C,sEAAsE;AACtE,oBAAY,kBAAkB;IAC5B,0BAA0B;IAC1B,mBAAmB,wBAAwB;IAC3C,gDAAgD;IAChD,yCAAyC,8CAA8C;IACvF,mBAAmB;IACnB,YAAY,iBAAiB;CAC9B;AAED;;;;;;;;GAQG;AACH,MAAM,MAAM,aAAa,GAAG,MAAM,CAAC;AAEnC,mEAAmE;AACnE,oBAAY,eAAe;IACzB,cAAc;IACd,OAAO,YAAY;IACnB,gBAAgB;IAChB,SAAS,cAAc;CACxB;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC;AAEhC,2EAA2E;AAC3E,oBAAY,uBAAuB;IACjC,gBAAgB;IAChB,SAAS,cAAc;IACvB,eAAe;IACf,QAAQ,aAAa;IACrB,eAAe;IACf,QAAQ,aAAa;IACrB,aAAa;IACb,MAAM,WAAW;IACjB,gBAAgB;IAChB,SAAS,cAAc;IACvB,aAAa;IACb,MAAM,WAAW;IACjB,aAAa;IACb,MAAM,WAAW;IACjB,mBAAmB;IACnB,YAAY,iBAAiB;CAC9B;AAED;;;;;;;;;;;;;GAaG;AACH,MAAM,MAAM,kBAAkB,GAAG,MAAM,CAAC;AAExC,sEAAsE;AACtE,oBAAY,kBAAkB;IAC5B,qBAAqB;IACrB,cAAc,mBAAmB;IACjC,uBAAuB;IACvB,gBAAgB,qBAAqB;CACtC;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,aAAa,GAAG,MAAM,CAAC;AAEnC,kEAAkE;AAClE,oBAAY,cAAc;IACxB,aAAa;IACb,MAAM,WAAW;IACjB,WAAW;IACX,IAAI,SAAS;CACd;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,SAAS,GAAG,MAAM,CAAC;AAE/B,0EAA0E;AAC1E,oBAAY,sBAAsB;IAChC,WAAW;IACX,IAAI,SAAS;IACb,YAAY;IACZ,KAAK,UAAU;IACf,eAAe;IACf,QAAQ,aAAa;IACrB,aAAa;IACb,MAAM,WAAW;IACjB,aAAa;IACb,MAAM,WAAW;CAClB;AAED;;;;;;;;;;GAUG;AACH,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAC;AAEvC,iEAAiE;AACjE,oBAAY,aAAa;IACvB,WAAW;IACX,IAAI,SAAS;IACb,YAAY;IACZ,KAAK,UAAU;IACf,aAAa;IACb,MAAM,WAAW;IACjB,eAAe;IACf,QAAQ,aAAa;CACtB;AAED;;;;;;;;;GASG;AACH,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC;AAE9B,qEAAqE;AACrE,oBAAY,iBAAiB;IAC3B,eAAe;IACf,QAAQ,aAAa;IACrB,UAAU;IACV,GAAG,QAAQ;IACX,kBAAkB;IAClB,WAAW,gBAAgB;IAC3B,gBAAgB;IAChB,SAAS,cAAc;CACxB;AAED;;;;;;;;;GASG;AACH,MAAM,MAAM,YAAY,GAAG,MAAM,CAAC;AAElC,sEAAsE;AACtE,oBAAY,kBAAkB;IAC5B,WAAW;IACX,IAAI,SAAS;IACb,kBAAkB;IAClB,WAAW,gBAAgB;IAC3B,sBAAsB;IACtB,eAAe,oBAAoB;IACnC,UAAU;IACV,GAAG,QAAQ;CACZ;AAED;;;;;;;;;GASG;AACH,MAAM,MAAM,aAAa,GAAG,MAAM,CAAC;AAEnC,mFAAmF;AACnF,oBAAY,+BAA+B;IACzC,WAAW;IACX,IAAI,SAAS;IACb,qBAAqB;IACrB,cAAc,mBAAmB;IACjC,mBAAmB;IACnB,YAAY,iBAAiB;IAC7B,iCAAiC;IACjC,0BAA0B,gCAAgC;CAC3D;AAED;;;;;;;;;GASG;AACH,MAAM,MAAM,0BAA0B,GAAG,MAAM,CAAC;AAEhD,+EAA+E;AAC/E,oBAAY,2BAA2B;IACrC,aAAa;IACb,MAAM,WAAW;CAClB;AAED;;;;;;GAMG;AACH,MAAM,MAAM,sBAAsB,GAAG,MAAM,CAAC;AAE5C,qFAAqF;AACrF,oBAAY,iCAAiC;IAC3C,aAAa;IACb,MAAM,WAAW;CAClB;AAED;;;;;;GAMG;AACH,MAAM,MAAM,4BAA4B,GAAG,MAAM,CAAC;AAElD,oEAAoE;AACpE,oBAAY,gBAAgB;IAC1B,sBAAsB;IACtB,eAAe,oBAAoB;CACpC;AAED;;;;;;GAMG;AACH,MAAM,MAAM,WAAW,GAAG,MAAM,CAAC;AACjC,uCAAuC;AACvC,MAAM,MAAM,YAAY,GAAG,QAAQ,GAAG,MAAM,CAAC;AAC7C,sCAAsC;AACtC,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG,WAAW,GAAG,UAAU,CAAC;AAE5D,2BAA2B;AAC3B,MAAM,WAAW,4BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,qDAAqD;AACrD,MAAM,MAAM,sBAAsB,GAAG,sCAAsC,CAAC;AAE5E,2BAA2B;AAC3B,MAAM,WAAW,2CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oEAAoE;AACpE,MAAM,MAAM,qCAAqC,GAC/C,sCAAsC,CAAC;AAEzC,2BAA2B;AAC3B,MAAM,WAAW,8BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2BAA2B;AAC3B,MAAM,WAAW,2BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,qBAAqB,GAAG,4BAA4B,CAAC;AAEjE,2BAA2B;AAC3B,MAAM,WAAW,sCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,+DAA+D;AAC/D,MAAM,MAAM,gCAAgC,GAAG,4BAA4B,CAAC;AAE5E,2BAA2B;AAC3B,MAAM,WAAW,kCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2DAA2D;AAC3D,MAAM,MAAM,4BAA4B,GAAG,4BAA4B,CAAC;AAExE,2BAA2B;AAC3B,MAAM,WAAW,6BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,sDAAsD;AACtD,MAAM,MAAM,uBAAuB,GAAG,sBAAsB,CAAC;AAE7D,2BAA2B;AAC3B,MAAM,WAAW,sCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,+DAA+D;AAC/D,MAAM,MAAM,gCAAgC,GAAG,4BAA4B,CAAC;AAE5E,2BAA2B;AAC3B,MAAM,WAAW,gCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,0BAA0B,GAAG,sCAAsC,CAAC;AAEhF,2BAA2B;AAC3B,MAAM,WAAW,+CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,wEAAwE;AACxE,MAAM,MAAM,yCAAyC,GACnD,sCAAsC,CAAC;AAEzC,2BAA2B;AAC3B,MAAM,WAAW,6BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,qDAAqD;AACrD,MAAM,MAAM,uBAAuB,GAAG,qBAAqB,CAAC;AAE5D,2BAA2B;AAC3B,MAAM,WAAW,+BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uDAAuD;AACvD,MAAM,MAAM,yBAAyB,GAAG,UAAU,EAAE,CAAC;AAErD,2BAA2B;AAC3B,MAAM,WAAW,+BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2BAA2B;AAC3B,MAAM,WAAW,4BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,sBAAsB,GAAG,UAAU,EAAE,CAAC;AAElD,2BAA2B;AAC3B,MAAM,WAAW,yBACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,qDAAqD;AACrD,MAAM,MAAM,mBAAmB,GAAG,4CAA4C,CAAC;AAE/E,2BAA2B;AAC3B,MAAM,WAAW,2BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uDAAuD;AACvD,MAAM,MAAM,qBAAqB,GAAG,kCAAkC,CAAC;AAEvE,2BAA2B;AAC3B,MAAM,WAAW,2BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uDAAuD;AACvD,MAAM,MAAM,qBAAqB,GAAG,kCAAkC,CAAC;AAEvE,2BAA2B;AAC3B,MAAM,WAAW,wBAAyB,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAEhF,oDAAoD;AACpD,MAAM,MAAM,kBAAkB,GAAG,kCAAkC,CAAC;AAEpE,2BAA2B;AAC3B,MAAM,WAAW,sCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,qDAAqD;AACrD,MAAM,MAAM,gCAAgC,GAC1C,+CAA+C,EAAE,CAAC;AAEpD,2BAA2B;AAC3B,MAAM,WAAW,wCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uDAAuD;AACvD,MAAM,MAAM,kCAAkC,GAC5C,+CAA+C,EAAE,CAAC;AAEpD,2BAA2B;AAC3B,MAAM,WAAW,wCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uDAAuD;AACvD,MAAM,MAAM,kCAAkC,GAC5C,+CAA+C,CAAC;AAElD,2BAA2B;AAC3B,MAAM,WAAW,qCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,+BAA+B,GACzC,+CAA+C,CAAC;AAElD,2BAA2B;AAC3B,MAAM,WAAW,wCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uDAAuD;AACvD,MAAM,MAAM,kCAAkC,GAC5C,+CAA+C,CAAC;AAElD,2BAA2B;AAC3B,MAAM,WAAW,gDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,0CAA0C,GACpD,2CAA2C,CAAC;AAE9C,2BAA2B;AAC3B,MAAM,WAAW,mDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uDAAuD;AACvD,MAAM,MAAM,6CAA6C,GACvD,2CAA2C,CAAC;AAE9C,2BAA2B;AAC3B,MAAM,WAAW,qCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,+BAA+B,GACzC,uCAAuC,CAAC;AAE1C,2BAA2B;AAC3B,MAAM,WAAW,6CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,uCAAuC,GACjD,+CAA+C,CAAC;AAElD,2BAA2B;AAC3B,MAAM,WAAW,2CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,qCAAqC,GAC/C,6CAA6C,CAAC;AAEhD,2BAA2B;AAC3B,MAAM,WAAW,kDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,qDAAqD;AACrD,MAAM,MAAM,4CAA4C,GACtD,2DAA2D,EAAE,CAAC;AAEhE,2BAA2B;AAC3B,MAAM,WAAW,iDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,2CAA2C,GACrD,2DAA2D,CAAC;AAE9D,2BAA2B;AAC3B,MAAM,WAAW,oDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uDAAuD;AACvD,MAAM,MAAM,8CAA8C,GACxD,2DAA2D,CAAC;AAE9D,2BAA2B;AAC3B,MAAM,WAAW,wCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,qDAAqD;AACrD,MAAM,MAAM,kCAAkC,GAC5C,gCAAgC,CAAC;AAEnC,2BAA2B;AAC3B,MAAM,WAAW,0CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uDAAuD;AACvD,MAAM,MAAM,oCAAoC,GAAG,qBAAqB,CAAC;AAEzE,2BAA2B;AAC3B,MAAM,WAAW,8CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2DAA2D;AAC3D,MAAM,MAAM,wCAAwC,GAAG,qBAAqB,CAAC;AAE7E,2BAA2B;AAC3B,MAAM,WAAW,0CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2BAA2B;AAC3B,MAAM,WAAW,2CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,wDAAwD;AACxD,MAAM,MAAM,qCAAqC,GAAG,qBAAqB,CAAC;AAE1E,2BAA2B;AAC3B,MAAM,WAAW,8CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2DAA2D;AAC3D,MAAM,MAAM,wCAAwC,GAAG,qBAAqB,CAAC;AAE7E,2BAA2B;AAC3B,MAAM,WAAW,2BACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,gEAAgE;IAChE,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,wHAAwH;IACxH,UAAU,CAAC,EAAE,kBAAkB,CAAC;IAChC,mJAAmJ;IACnJ,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,2DAA2D;IAC3D,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACjB;AAED,qDAAqD;AACrD,MAAM,MAAM,qBAAqB,GAAG,oCAAoC,EAAE,CAAC;AAE3E,2BAA2B;AAC3B,MAAM,WAAW,0BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,oBAAoB,GAAG,oCAAoC,CAAC;AAExE,2BAA2B;AAC3B,MAAM,WAAW,0BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,oBAAoB,GAAG,oCAAoC,CAAC;AAExE,2BAA2B;AAC3B,MAAM,WAAW,6BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uDAAuD;AACvD,MAAM,MAAM,uBAAuB,GAAG,oCAAoC,CAAC;AAE3E,2BAA2B;AAC3B,MAAM,WAAW,6BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2BAA2B;AAC3B,MAAM,WAAW,kCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,qDAAqD;AACrD,MAAM,MAAM,4BAA4B,GACtC,6CAA6C,CAAC;AAEhD,2BAA2B;AAC3B,MAAM,WAAW,yCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oEAAoE;AACpE,MAAM,MAAM,mCAAmC,GAAG,iBAAiB,CAAC;AAEpE,2BAA2B;AAC3B,MAAM,WAAW,yBACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,mBAAmB,GAAG,OAAO,CAAC;AAE1C,2BAA2B;AAC3B,MAAM,WAAW,oCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,+DAA+D;AAC/D,MAAM,MAAM,8BAA8B,GAAG,OAAO,CAAC;AAErD,2BAA2B;AAC3B,MAAM,WAAW,gCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2DAA2D;AAC3D,MAAM,MAAM,0BAA0B,GAAG,OAAO,CAAC;AAEjD,2BAA2B;AAC3B,MAAM,WAAW,4BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2BAA2B;AAC3B,MAAM,WAAW,0BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,qDAAqD;AACrD,MAAM,MAAM,oBAAoB,GAAG,iBAAiB,CAAC;AAErD,2BAA2B;AAC3B,MAAM,WAAW,qCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,gEAAgE;AAChE,MAAM,MAAM,+BAA+B,GAAG,iBAAiB,CAAC;AAEhE,2BAA2B;AAC3B,MAAM,WAAW,6CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,wEAAwE;AACxE,MAAM,MAAM,uCAAuC,GAAG,iBAAiB,CAAC;AAExE,2BAA2B;AAC3B,MAAM,WAAW,8BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,wBAAwB,GAAG,iBAAiB,CAAC;AAEzD,2BAA2B;AAC3B,MAAM,WAAW,yCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oEAAoE;AACpE,MAAM,MAAM,mCAAmC,GAAG,iBAAiB,CAAC;AAEpE,2BAA2B;AAC3B,MAAM,WAAW,gCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,4JAA4J;IAC5J,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,sDAAsD;IACtD,IAAI,CAAC,EAAE,iBAAiB,CAAC;IACzB,gIAAgI;IAChI,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,qDAAqD;AACrD,MAAM,MAAM,0BAA0B,GACpC,yCAAyC,EAAE,CAAC;AAE9C,2BAA2B;AAC3B,MAAM,WAAW,+BACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,8EAA8E;IAC9E,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,gFAAgF;IAChF,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,oDAAoD;AACpD,MAAM,MAAM,yBAAyB,GACnC,yCAAyC,CAAC;AAE5C,2BAA2B;AAC3B,MAAM,WAAW,+BACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,iHAAiH;IACjH,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,oDAAoD;AACpD,MAAM,MAAM,yBAAyB,GACnC,yCAAyC,CAAC;AAE5C,2BAA2B;AAC3B,MAAM,WAAW,kCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,8EAA8E;IAC9E,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,gFAAgF;IAChF,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,2BAA2B;AAC3B,MAAM,WAAW,4BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,qDAAqD;AACrD,MAAM,MAAM,sBAAsB,GAAG,mBAAmB,CAAC;AAEzD,2BAA2B;AAC3B,MAAM,WAAW,gCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,0BAA0B,GAAG,mBAAmB,CAAC;AAE7D,2BAA2B;AAC3B,MAAM,WAAW,kDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oEAAoE;AACpE,MAAM,MAAM,4CAA4C,GACtD,2BAA2B,CAAC;AAE9B,2BAA2B;AAC3B,MAAM,WAAW,kCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,4BAA4B,GAAG,gBAAgB,CAAC;AAE5D,2BAA2B;AAC3B,MAAM,WAAW,qCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2BAA2B;AAC3B,MAAM,WAAW,6CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,+DAA+D;AAC/D,MAAM,MAAM,uCAAuC,GAAG,gBAAgB,CAAC;AAEvE,2BAA2B;AAC3B,MAAM,WAAW,qCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,yEAAyE;IACzE,gCAAgC,CAAC,EAAE,gCAAgC,CAAC;CACrE;AAED,uDAAuD;AACvD,MAAM,MAAM,+BAA+B,GAAG,gBAAgB,CAAC;AAE/D,2BAA2B;AAC3B,MAAM,WAAW,yCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mJAAmJ;IACnJ,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,+CAA+C;IAC/C,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACjB;AAED,mEAAmE;AACnE,MAAM,MAAM,mCAAmC,GAAG,mBAAmB,CAAC;AAEtE,2BAA2B;AAC3B,MAAM,WAAW,0CACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mJAAmJ;IACnJ,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,+CAA+C;IAC/C,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,8DAA8D;IAC9D,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,oEAAoE;AACpE,MAAM,MAAM,oCAAoC,GAAG,mBAAmB,CAAC;AAEvE,2BAA2B;AAC3B,MAAM,WAAW,0BACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,mJAAmJ;IACnJ,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,oDAAoD;AACpD,MAAM,MAAM,oBAAoB,GAAG,QAAQ,CAAC;AAE5C,2BAA2B;AAC3B,MAAM,WAAW,6BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2BAA2B;AAC3B,MAAM,WAAW,qCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,8DAA8D;IAC9D,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,+DAA+D;AAC/D,MAAM,MAAM,+BAA+B,GAAG,QAAQ,CAAC;AAEvD,2BAA2B;AAC3B,MAAM,WAAW,6BACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,8DAA8D;IAC9D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,qEAAqE;IACrE,wBAAwB,CAAC,EAAE,wBAAwB,CAAC;CACrD;AAED,uDAAuD;AACvD,MAAM,MAAM,uBAAuB,GAAG,QAAQ,CAAC;AAE/C,2BAA2B;AAC3B,MAAM,WAAW,oCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,8DAA8D;AAC9D,MAAM,MAAM,8BAA8B,GAAG,mBAAmB,CAAC;AAEjE,2BAA2B;AAC3B,MAAM,WAAW,kCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,4DAA4D;AAC5D,MAAM,MAAM,4BAA4B,GAAG,QAAQ,CAAC;AAEpD,2BAA2B;AAC3B,MAAM,WAAW,6CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uEAAuE;AACvE,MAAM,MAAM,uCAAuC,GAAG,mBAAmB,CAAC;AAE1E,2BAA2B;AAC3B,MAAM,WAAW,8CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,wEAAwE;AACxE,MAAM,MAAM,wCAAwC,GAAG,mBAAmB,CAAC;AAE3E,2BAA2B;AAC3B,MAAM,WAAW,wCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,kEAAkE;AAClE,MAAM,MAAM,kCAAkC,GAAG,mBAAmB,CAAC;AAErE,2BAA2B;AAC3B,MAAM,WAAW,0BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,oBAAoB,GAAG,iBAAiB,CAAC;AAErD,2BAA2B;AAC3B,MAAM,WAAW,+CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,yCAAyC,GACnD,8BAA8B,CAAC;AAEjC,2BAA2B;AAC3B,MAAM,WAAW,2DACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,gEAAgE;AAChE,MAAM,MAAM,qDAAqD,GAC/D,8BAA8B,CAAC;AAEjC,2BAA2B;AAC3B,MAAM,WAAW,kDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uDAAuD;AACvD,MAAM,MAAM,4CAA4C,GACtD,8BAA8B,CAAC;AAEjC,2BAA2B;AAC3B,MAAM,WAAW,kDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2BAA2B;AAC3B,MAAM,WAAW,gDACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,+CAA+C;IAC/C,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,sCAAsC;IACtC,QAAQ,CAAC,EAAE,YAAY,CAAC;CACzB;AAED,mEAAmE;AACnE,MAAM,MAAM,0CAA0C,GACpD,0BAA0B,CAAC;AAE7B,2BAA2B;AAC3B,MAAM,WAAW,oDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uEAAuE;AACvE,MAAM,MAAM,8CAA8C,GACxD,0BAA0B,CAAC;AAE7B,2BAA2B;AAC3B,MAAM,WAAW,iDACf,SAAQ,UAAU,CAAC,oBAAoB;IACvC,uBAAuB;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,iCAAiC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
@@ -0,0 +1,170 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ /** Known values of {@link ApplicationType} that the service accepts. */
9
+ export var KnownApplicationType;
10
+ (function (KnownApplicationType) {
11
+ /** Web */
12
+ KnownApplicationType["Web"] = "web";
13
+ /** Other */
14
+ KnownApplicationType["Other"] = "other";
15
+ })(KnownApplicationType || (KnownApplicationType = {}));
16
+ /** Known values of {@link FlowType} that the service accepts. */
17
+ export var KnownFlowType;
18
+ (function (KnownFlowType) {
19
+ /** Bluefield */
20
+ KnownFlowType["Bluefield"] = "Bluefield";
21
+ })(KnownFlowType || (KnownFlowType = {}));
22
+ /** Known values of {@link RequestSource} that the service accepts. */
23
+ export var KnownRequestSource;
24
+ (function (KnownRequestSource) {
25
+ /** Rest */
26
+ KnownRequestSource["Rest"] = "rest";
27
+ })(KnownRequestSource || (KnownRequestSource = {}));
28
+ /** Known values of {@link PublicNetworkAccessType} that the service accepts. */
29
+ export var KnownPublicNetworkAccessType;
30
+ (function (KnownPublicNetworkAccessType) {
31
+ /** Enables connectivity to Application Insights through public DNS. */
32
+ KnownPublicNetworkAccessType["Enabled"] = "Enabled";
33
+ /** Disables public connectivity to Application Insights through public DNS. */
34
+ KnownPublicNetworkAccessType["Disabled"] = "Disabled";
35
+ })(KnownPublicNetworkAccessType || (KnownPublicNetworkAccessType = {}));
36
+ /** Known values of {@link IngestionMode} that the service accepts. */
37
+ export var KnownIngestionMode;
38
+ (function (KnownIngestionMode) {
39
+ /** ApplicationInsights */
40
+ KnownIngestionMode["ApplicationInsights"] = "ApplicationInsights";
41
+ /** ApplicationInsightsWithDiagnosticSettings */
42
+ KnownIngestionMode["ApplicationInsightsWithDiagnosticSettings"] = "ApplicationInsightsWithDiagnosticSettings";
43
+ /** LogAnalytics */
44
+ KnownIngestionMode["LogAnalytics"] = "LogAnalytics";
45
+ })(KnownIngestionMode || (KnownIngestionMode = {}));
46
+ /** Known values of {@link PurgeState} that the service accepts. */
47
+ export var KnownPurgeState;
48
+ (function (KnownPurgeState) {
49
+ /** Pending */
50
+ KnownPurgeState["Pending"] = "pending";
51
+ /** Completed */
52
+ KnownPurgeState["Completed"] = "completed";
53
+ })(KnownPurgeState || (KnownPurgeState = {}));
54
+ /** Known values of {@link FavoriteSourceType} that the service accepts. */
55
+ export var KnownFavoriteSourceType;
56
+ (function (KnownFavoriteSourceType) {
57
+ /** Retention */
58
+ KnownFavoriteSourceType["Retention"] = "retention";
59
+ /** Notebook */
60
+ KnownFavoriteSourceType["Notebook"] = "notebook";
61
+ /** Sessions */
62
+ KnownFavoriteSourceType["Sessions"] = "sessions";
63
+ /** Events */
64
+ KnownFavoriteSourceType["Events"] = "events";
65
+ /** Userflows */
66
+ KnownFavoriteSourceType["Userflows"] = "userflows";
67
+ /** Funnel */
68
+ KnownFavoriteSourceType["Funnel"] = "funnel";
69
+ /** Impact */
70
+ KnownFavoriteSourceType["Impact"] = "impact";
71
+ /** Segmentation */
72
+ KnownFavoriteSourceType["Segmentation"] = "segmentation";
73
+ })(KnownFavoriteSourceType || (KnownFavoriteSourceType = {}));
74
+ /** Known values of {@link ItemScopePath} that the service accepts. */
75
+ export var KnownItemScopePath;
76
+ (function (KnownItemScopePath) {
77
+ /** AnalyticsItems */
78
+ KnownItemScopePath["AnalyticsItems"] = "analyticsItems";
79
+ /** MyanalyticsItems */
80
+ KnownItemScopePath["MyanalyticsItems"] = "myanalyticsItems";
81
+ })(KnownItemScopePath || (KnownItemScopePath = {}));
82
+ /** Known values of {@link ItemScope} that the service accepts. */
83
+ export var KnownItemScope;
84
+ (function (KnownItemScope) {
85
+ /** Shared */
86
+ KnownItemScope["Shared"] = "shared";
87
+ /** User */
88
+ KnownItemScope["User"] = "user";
89
+ })(KnownItemScope || (KnownItemScope = {}));
90
+ /** Known values of {@link ItemTypeParameter} that the service accepts. */
91
+ export var KnownItemTypeParameter;
92
+ (function (KnownItemTypeParameter) {
93
+ /** None */
94
+ KnownItemTypeParameter["None"] = "none";
95
+ /** Query */
96
+ KnownItemTypeParameter["Query"] = "query";
97
+ /** Function */
98
+ KnownItemTypeParameter["Function"] = "function";
99
+ /** Folder */
100
+ KnownItemTypeParameter["Folder"] = "folder";
101
+ /** Recent */
102
+ KnownItemTypeParameter["Recent"] = "recent";
103
+ })(KnownItemTypeParameter || (KnownItemTypeParameter = {}));
104
+ /** Known values of {@link ItemType} that the service accepts. */
105
+ export var KnownItemType;
106
+ (function (KnownItemType) {
107
+ /** None */
108
+ KnownItemType["None"] = "none";
109
+ /** Query */
110
+ KnownItemType["Query"] = "query";
111
+ /** Recent */
112
+ KnownItemType["Recent"] = "recent";
113
+ /** Function */
114
+ KnownItemType["Function"] = "function";
115
+ })(KnownItemType || (KnownItemType = {}));
116
+ /** Known values of {@link CategoryType} that the service accepts. */
117
+ export var KnownCategoryType;
118
+ (function (KnownCategoryType) {
119
+ /** Workbook */
120
+ KnownCategoryType["Workbook"] = "workbook";
121
+ /** TSG */
122
+ KnownCategoryType["TSG"] = "TSG";
123
+ /** Performance */
124
+ KnownCategoryType["Performance"] = "performance";
125
+ /** Retention */
126
+ KnownCategoryType["Retention"] = "retention";
127
+ })(KnownCategoryType || (KnownCategoryType = {}));
128
+ /** Known values of {@link CreatedByType} that the service accepts. */
129
+ export var KnownCreatedByType;
130
+ (function (KnownCreatedByType) {
131
+ /** User */
132
+ KnownCreatedByType["User"] = "User";
133
+ /** Application */
134
+ KnownCreatedByType["Application"] = "Application";
135
+ /** ManagedIdentity */
136
+ KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
137
+ /** Key */
138
+ KnownCreatedByType["Key"] = "Key";
139
+ })(KnownCreatedByType || (KnownCreatedByType = {}));
140
+ /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
141
+ export var KnownManagedServiceIdentityType;
142
+ (function (KnownManagedServiceIdentityType) {
143
+ /** None */
144
+ KnownManagedServiceIdentityType["None"] = "None";
145
+ /** SystemAssigned */
146
+ KnownManagedServiceIdentityType["SystemAssigned"] = "SystemAssigned";
147
+ /** UserAssigned */
148
+ KnownManagedServiceIdentityType["UserAssigned"] = "UserAssigned";
149
+ /** SystemAssignedUserAssigned */
150
+ KnownManagedServiceIdentityType["SystemAssignedUserAssigned"] = "SystemAssigned,UserAssigned";
151
+ })(KnownManagedServiceIdentityType || (KnownManagedServiceIdentityType = {}));
152
+ /** Known values of {@link WorkbookSharedTypeKind} that the service accepts. */
153
+ export var KnownWorkbookSharedTypeKind;
154
+ (function (KnownWorkbookSharedTypeKind) {
155
+ /** Shared */
156
+ KnownWorkbookSharedTypeKind["Shared"] = "shared";
157
+ })(KnownWorkbookSharedTypeKind || (KnownWorkbookSharedTypeKind = {}));
158
+ /** Known values of {@link WorkbookUpdateSharedTypeKind} that the service accepts. */
159
+ export var KnownWorkbookUpdateSharedTypeKind;
160
+ (function (KnownWorkbookUpdateSharedTypeKind) {
161
+ /** Shared */
162
+ KnownWorkbookUpdateSharedTypeKind["Shared"] = "shared";
163
+ })(KnownWorkbookUpdateSharedTypeKind || (KnownWorkbookUpdateSharedTypeKind = {}));
164
+ /** Known values of {@link StorageType} that the service accepts. */
165
+ export var KnownStorageType;
166
+ (function (KnownStorageType) {
167
+ /** ServiceProfiler */
168
+ KnownStorageType["ServiceProfiler"] = "ServiceProfiler";
169
+ })(KnownStorageType || (KnownStorageType = {}));
170
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.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 * as coreClient from \"@azure/core-client\";\n\n/** Describes the list of Application Insights Resources. */\nexport interface ApplicationInsightsComponentListResult {\n /** List of Application Insights component definitions. */\n value: ApplicationInsightsComponent[];\n /** The URI to get the next set of Application Insights component definitions if too many components where returned in the result set. */\n nextLink?: string;\n}\n\n/** The private link scope resource reference. */\nexport interface PrivateLinkScopedResource {\n /** The full resource Id of the private link scope resource. */\n resourceId?: string;\n /** The private link scope unique Identifier. */\n scopeId?: string;\n}\n\n/** An azure resource object */\nexport interface ComponentsResource {\n /**\n * Azure resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Azure resource name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Azure resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Resource location */\n location: string;\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n}\n\nexport interface ErrorResponseComponents {\n /** Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message. */\n error?: ErrorResponseComponentsError;\n}\n\n/** Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message. */\nexport interface ErrorResponseComponentsError {\n /**\n * Error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Error message indicating why the operation failed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** A container holding only the Tags for a resource, allowing the user to update the tags on a WebTest instance. */\nexport interface TagsResource {\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** Describes the body of a purge request for an App Insights component */\nexport interface ComponentPurgeBody {\n /** Table from which to purge data. */\n table: string;\n /** The set of columns and filters (queries) to run over them to purge the resulting data. */\n filters: ComponentPurgeBodyFilters[];\n}\n\n/** User-defined filters to return data which will be purged from the table. */\nexport interface ComponentPurgeBodyFilters {\n /** The column of the table over which the given query should run */\n column?: string;\n /** A query operator to evaluate over the provided column and value(s). Supported operators are ==, =~, in, in~, >, >=, <, <=, between, and have the same behavior as they would in a KQL query. */\n operator?: string;\n /** the value for the operator to function over. This can be a number (e.g., > 100), a string (timestamp >= '2017-09-01') or array of values. */\n value?: any;\n /** When filtering over custom dimensions, this key will be used as the name of the custom dimension. */\n key?: string;\n}\n\n/** Response containing operationId for a specific purge action. */\nexport interface ComponentPurgeResponse {\n /** Id to use when querying for status for a particular purge operation. */\n operationId: string;\n}\n\n/** Response containing status for a specific purge operation. */\nexport interface ComponentPurgeStatusResponse {\n /** Status of the operation represented by the requested Id. */\n status: PurgeState;\n}\n\n/** Annotations list result. */\nexport interface AnnotationsListResult {\n /**\n * An array of annotations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Annotation[];\n}\n\n/** Annotation associated with an application insights resource. */\nexport interface Annotation {\n /** Name of annotation */\n annotationName?: string;\n /** Category of annotation, free form */\n category?: string;\n /** Time when event occurred */\n eventTime?: Date;\n /** Unique Id for annotation */\n id?: string;\n /** Serialized JSON object for detailed properties */\n properties?: string;\n /** Related parent annotation if any */\n relatedAnnotation?: string;\n}\n\n/** Error associated with trying to create annotation with Id that already exist */\nexport interface AnnotationError {\n /** Error detail code and explanation */\n code?: string;\n /** Error message */\n message?: string;\n /** Inner error */\n innererror?: InnerError;\n}\n\n/** Inner error */\nexport interface InnerError {\n /** Provides correlation for request */\n diagnosticcontext?: string;\n /** Request time */\n time?: Date;\n}\n\n/** Describes the list of API Keys of an Application Insights Component. */\nexport interface ApplicationInsightsComponentAPIKeyListResult {\n /** List of API Key definitions. */\n value: ApplicationInsightsComponentAPIKey[];\n}\n\n/** Properties that define an API key of an Application Insights Component. */\nexport interface ApplicationInsightsComponentAPIKey {\n /**\n * The unique ID of the API key inside an Application Insights component. It is auto generated when the API key is created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The API key value. It will be only return once when the API Key was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly apiKey?: string;\n /** The create date of this API key. */\n createdDate?: string;\n /** The name of the API key. */\n name?: string;\n /** The read access rights of this API Key. */\n linkedReadProperties?: string[];\n /** The write access rights of this API Key. */\n linkedWriteProperties?: string[];\n}\n\n/** An Application Insights component API Key creation request definition. */\nexport interface APIKeyRequest {\n /** The name of the API Key. */\n name?: string;\n /** The read access rights of this API Key. */\n linkedReadProperties?: string[];\n /** The write access rights of this API Key. */\n linkedWriteProperties?: string[];\n}\n\n/** Properties that define a Continuous Export configuration. */\nexport interface ApplicationInsightsComponentExportConfiguration {\n /**\n * The unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly exportId?: string;\n /**\n * The instrumentation key of the Application Insights component.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly instrumentationKey?: string;\n /** This comma separated list of document types that will be exported. The possible values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'. */\n recordTypes?: string;\n /**\n * The name of the Application Insights component.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly applicationName?: string;\n /**\n * The subscription of the Application Insights component.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n /**\n * The resource group of the Application Insights component.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGroup?: string;\n /**\n * The destination storage account subscription ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly destinationStorageSubscriptionId?: string;\n /**\n * The destination account location ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly destinationStorageLocationId?: string;\n /**\n * The name of destination account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly destinationAccountId?: string;\n /**\n * The destination type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly destinationType?: string;\n /**\n * This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isUserEnabled?: string;\n /**\n * Last time the Continuous Export configuration was updated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUserUpdate?: string;\n /** Deprecated */\n notificationQueueEnabled?: string;\n /**\n * This indicates current Continuous Export configuration status. The possible values are 'Preparing', 'Success', 'Failure'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly exportStatus?: string;\n /**\n * The last time data was successfully delivered to the destination storage container for this Continuous Export configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastSuccessTime?: string;\n /**\n * The last time the Continuous Export configuration started failing.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastGapTime?: string;\n /**\n * This is the reason the Continuous Export configuration started failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly permanentErrorReason?: string;\n /**\n * The name of the destination storage account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageName?: string;\n /**\n * The name of the destination storage container.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly containerName?: string;\n}\n\n/** An Application Insights component Continuous Export configuration request definition. */\nexport interface ApplicationInsightsComponentExportRequest {\n /** The document types to be exported, as comma separated values. Allowed values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'. */\n recordTypes?: string;\n /** The Continuous Export destination type. This has to be 'Blob'. */\n destinationType?: string;\n /** The SAS URL for the destination storage container. It must grant write permission. */\n destinationAddress?: string;\n /** Set to 'true' to create a Continuous Export configuration as enabled, otherwise set it to 'false'. */\n isEnabled?: string;\n /** Deprecated */\n notificationQueueEnabled?: string;\n /** Deprecated */\n notificationQueueUri?: string;\n /** The subscription ID of the destination storage container. */\n destinationStorageSubscriptionId?: string;\n /** The location ID of the destination storage container. */\n destinationStorageLocationId?: string;\n /** The name of destination storage account. */\n destinationAccountId?: string;\n}\n\n/** An Application Insights component billing features */\nexport interface ApplicationInsightsComponentBillingFeatures {\n /** An Application Insights component daily data volume cap */\n dataVolumeCap?: ApplicationInsightsComponentDataVolumeCap;\n /** Current enabled pricing plan. When the component is in the Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'. */\n currentBillingFeatures?: string[];\n}\n\n/** An Application Insights component daily data volume cap */\nexport interface ApplicationInsightsComponentDataVolumeCap {\n /** Daily data volume cap in GB. */\n cap?: number;\n /**\n * Daily data volume cap UTC reset hour.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resetTime?: number;\n /** Reserved, not used for now. */\n warningThreshold?: number;\n /** Reserved, not used for now. */\n stopSendNotificationWhenHitThreshold?: boolean;\n /** Do not send a notification email when the daily data volume cap is met. */\n stopSendNotificationWhenHitCap?: boolean;\n /**\n * Maximum daily data volume cap that the user can set for this component.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxHistoryCap?: number;\n}\n\n/** An Application Insights component daily data volume cap status */\nexport interface ApplicationInsightsComponentQuotaStatus {\n /**\n * The Application ID for the Application Insights component.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly appId?: string;\n /**\n * The daily data volume cap is met, and data ingestion will be stopped.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly shouldBeThrottled?: boolean;\n /**\n * Date and time when the daily data volume cap will be reset, and data ingestion will resume.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationTime?: string;\n}\n\n/** An Application Insights component feature capabilities */\nexport interface ApplicationInsightsComponentFeatureCapabilities {\n /**\n * Whether allow to use continuous export feature.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportExportData?: boolean;\n /**\n * Reserved, not used now.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly burstThrottlePolicy?: string;\n /**\n * Reserved, not used now.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metadataClass?: string;\n /**\n * Reserved, not used now.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly liveStreamMetrics?: boolean;\n /**\n * Reserved, not used now.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly applicationMap?: boolean;\n /**\n * Whether allow to use work item integration feature.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly workItemIntegration?: boolean;\n /**\n * Reserved, not used now.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly powerBIIntegration?: boolean;\n /**\n * Reserved, not used now.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly openSchema?: boolean;\n /**\n * Reserved, not used now.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly proactiveDetection?: boolean;\n /**\n * Reserved, not used now.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly analyticsIntegration?: boolean;\n /**\n * Whether allow to use multiple steps web test feature.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly multipleStepWebTest?: boolean;\n /**\n * Reserved, not used now.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly apiAccessLevel?: string;\n /**\n * The application insights component used tracking type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trackingType?: string;\n /**\n * Daily data volume cap in GB.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dailyCap?: number;\n /**\n * Daily data volume cap UTC reset hour.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dailyCapResetTime?: number;\n /**\n * Reserved, not used now.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly throttleRate?: number;\n}\n\n/** An Application Insights component available features. */\nexport interface ApplicationInsightsComponentAvailableFeatures {\n /**\n * A list of Application Insights component feature.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly result?: ApplicationInsightsComponentFeature[];\n}\n\n/** An Application Insights component daily data volume cap status */\nexport interface ApplicationInsightsComponentFeature {\n /**\n * The pricing feature name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly featureName?: string;\n /**\n * The meter id used for the feature.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly meterId?: string;\n /**\n * The meter rate for the feature's meter.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly meterRateFrequency?: string;\n /**\n * Reserved, not used now.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resouceId?: string;\n /**\n * Reserved, not used now.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isHidden?: boolean;\n /**\n * A list of Application Insights component feature capability.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capabilities?: ApplicationInsightsComponentFeatureCapability[];\n /**\n * Display name of the feature.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly title?: string;\n /**\n * Whether can apply addon feature on to it.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isMainFeature?: boolean;\n /**\n * The add on features on main feature.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedAddonFeatures?: string;\n}\n\n/** An Application Insights component feature capability */\nexport interface ApplicationInsightsComponentFeatureCapability {\n /**\n * The name of the capability.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The description of the capability.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * The value of the capability.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n /**\n * The unit of the capability.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unit?: string;\n /**\n * The meter used for the capability.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly meterId?: string;\n /**\n * The meter rate of the meter.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly meterRateFrequency?: string;\n}\n\n/** Properties that define a ProactiveDetection configuration. */\nexport interface ApplicationInsightsComponentProactiveDetectionConfiguration {\n /** The rule name */\n name?: string;\n /** A flag that indicates whether this rule is enabled by the user */\n enabled?: boolean;\n /** A flag that indicated whether notifications on this rule should be sent to subscription owners */\n sendEmailsToSubscriptionOwners?: boolean;\n /** Custom email addresses for this rule notifications */\n customEmails?: string[];\n /** The last time this rule was updated */\n lastUpdatedTime?: string;\n /** Static definitions of the ProactiveDetection configuration rule (same values for all components). */\n ruleDefinitions?: ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions;\n}\n\n/** Static definitions of the ProactiveDetection configuration rule (same values for all components). */\nexport interface ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions {\n /** The rule name */\n name?: string;\n /** The rule name as it is displayed in UI */\n displayName?: string;\n /** The rule description */\n description?: string;\n /** URL which displays additional info about the proactive detection rule */\n helpUrl?: string;\n /** A flag indicating whether the rule is hidden (from the UI) */\n isHidden?: boolean;\n /** A flag indicating whether the rule is enabled by default */\n isEnabledByDefault?: boolean;\n /** A flag indicating whether the rule is in preview */\n isInPreview?: boolean;\n /** A flag indicating whether email notifications are supported for detections for this rule */\n supportsEmailNotifications?: boolean;\n}\n\n/** Work item configuration list result. */\nexport interface WorkItemConfigurationsListResult {\n /**\n * An array of work item configurations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: WorkItemConfiguration[];\n}\n\n/** Work item configuration associated with an application insights resource. */\nexport interface WorkItemConfiguration {\n /** Connector identifier where work item is created */\n connectorId?: string;\n /** Configuration friendly name */\n configDisplayName?: string;\n /** Boolean value indicating whether configuration is default */\n isDefault?: boolean;\n /** Unique Id for work item */\n id?: string;\n /** Serialized JSON object for detailed properties */\n configProperties?: string;\n}\n\n/** Error associated with trying to get work item configuration or configurations */\nexport interface WorkItemConfigurationError {\n /** Error detail code and explanation */\n code?: string;\n /** Error message */\n message?: string;\n /** Inner error */\n innererror?: InnerError;\n}\n\n/** Work item configuration creation payload */\nexport interface WorkItemCreateConfiguration {\n /** Unique connector id */\n connectorId?: string;\n /** Serialized JSON object for detailed properties */\n connectorDataConfiguration?: string;\n /** Boolean indicating validate only */\n validateOnly?: boolean;\n /** Custom work item properties */\n workItemProperties?: { [propertyName: string]: string };\n}\n\n/** Properties that define a favorite that is associated to an Application Insights component. */\nexport interface ApplicationInsightsComponentFavorite {\n /** The user-defined name of the favorite. */\n name?: string;\n /** Configuration of this particular favorite, which are driven by the Azure portal UX. Configuration data is a string containing valid JSON */\n config?: string;\n /** This instance's version of the data model. This can change as new features are added that can be marked favorite. Current examples include MetricsExplorer (ME) and Search. */\n version?: string;\n /**\n * Internally assigned unique id of the favorite definition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly favoriteId?: string;\n /** Enum indicating if this favorite definition is owned by a specific user or is shared between all users with access to the Application Insights component. */\n favoriteType?: FavoriteType;\n /** The source of the favorite definition. */\n sourceType?: string;\n /**\n * Date and time in UTC of the last modification that was made to this favorite definition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeModified?: string;\n /** A list of 0 or more tags that are associated with this favorite definition */\n tags?: string[];\n /** Favorite category, as defined by the user at creation time. */\n category?: string;\n /** Flag denoting wether or not this favorite was generated from a template. */\n isGeneratedFromTemplate?: boolean;\n /**\n * Unique user id of the specific user that owns this favorite.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userId?: string;\n}\n\n/** Describes the list of web test locations available to an Application Insights Component. */\nexport interface ApplicationInsightsWebTestLocationsListResult {\n /** List of web test locations. */\n value: ApplicationInsightsComponentWebTestLocation[];\n}\n\n/** Properties that define a web test location available to an Application Insights Component. */\nexport interface ApplicationInsightsComponentWebTestLocation {\n /**\n * The display name of the web test location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * Internally defined geographic location tag.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tag?: string;\n}\n\n/** A list of 0 or more Application Insights WebTest definitions. */\nexport interface WebTestListResult {\n /** Set of Application Insights WebTest definitions. */\n value: WebTest[];\n /** The link to get the next part of the returned list of WebTest, should the return set be too large for a single request. May be null. */\n nextLink?: string;\n}\n\n/** Geo-physical location to run a WebTest from. You must specify one or more locations for the test to run from. */\nexport interface WebTestGeolocation {\n /** Location ID for the WebTest to run from. */\n location?: string;\n}\n\n/** An XML configuration specification for a WebTest. */\nexport interface WebTestPropertiesConfiguration {\n /** The XML specification of a WebTest to run against an application. */\n webTest?: string;\n}\n\n/** The collection of request properties */\nexport interface WebTestPropertiesRequest {\n /** Url location to test. */\n requestUrl?: string;\n /** List of headers and their values to add to the WebTest call. */\n headers?: HeaderField[];\n /** Http verb to use for this web test. */\n httpVerb?: string;\n /** Base64 encoded string body to send with this web test. */\n requestBody?: string;\n /** Parse Dependent request for this WebTest. */\n parseDependentRequests?: boolean;\n /** Follow redirects for this web test. */\n followRedirects?: boolean;\n}\n\n/** A header to add to the WebTest. */\nexport interface HeaderField {\n /** The name of the header. */\n headerFieldName?: string;\n /** The value of the header. */\n headerFieldValue?: string;\n}\n\n/** The collection of validation rule properties */\nexport interface WebTestPropertiesValidationRules {\n /** The collection of content validation properties */\n contentValidation?: WebTestPropertiesValidationRulesContentValidation;\n /** Checks to see if the SSL cert is still valid. */\n sSLCheck?: boolean;\n /** A number of days to check still remain before the the existing SSL cert expires. Value must be positive and the SSLCheck must be set to true. */\n sSLCertRemainingLifetimeCheck?: number;\n /** Validate that the WebTest returns the http status code provided. */\n expectedHttpStatusCode?: number;\n /** When set, validation will ignore the status code. */\n ignoreHttpStatusCode?: boolean;\n}\n\n/** The collection of content validation properties */\nexport interface WebTestPropertiesValidationRulesContentValidation {\n /** Content to look for in the return of the WebTest. Must not be null or empty. */\n contentMatch?: string;\n /** When set, this value makes the ContentMatch validation case insensitive. */\n ignoreCase?: boolean;\n /** When true, validation will pass if there is a match for the ContentMatch string. If false, validation will fail if there is a match */\n passIfTextFound?: boolean;\n}\n\n/** An azure resource object */\nexport interface WebtestsResource {\n /**\n * Azure resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Azure resource name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Azure resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Resource location */\n location: string;\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** Properties that define an Analytics item that is associated to an Application Insights component. */\nexport interface ApplicationInsightsComponentAnalyticsItem {\n /** Internally assigned unique id of the item definition. */\n id?: string;\n /** The user-defined name of the item. */\n name?: string;\n /** The content of this item */\n content?: string;\n /**\n * This instance's version of the data model. This can change as new features are added.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /** Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component. */\n scope?: ItemScope;\n /** Enum indicating the type of the Analytics item. */\n type?: ItemType;\n /**\n * Date and time in UTC when this item was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeCreated?: string;\n /**\n * Date and time in UTC of the last modification that was made to this item.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeModified?: string;\n /** A set of properties that can be defined in the context of a specific item type. Each type may have its own properties. */\n properties?: ApplicationInsightsComponentAnalyticsItemProperties;\n}\n\n/** A set of properties that can be defined in the context of a specific item type. Each type may have its own properties. */\nexport interface ApplicationInsightsComponentAnalyticsItemProperties {\n /** A function alias, used when the type of the item is Function */\n functionAlias?: string;\n}\n\n/** Result of the request to list Azure Workbooks operations. It contains a list of operations and a URL link to get the next set of results. */\nexport interface OperationListResult {\n /** List of Workbook operations supported by the Microsoft.Insights resource provider. */\n value?: Operation[];\n /** URL to get the next set of operation list results if there are any. */\n nextLink?: string;\n}\n\n/** Azure Workbooks REST API operation */\nexport interface Operation {\n /** Operation name: {provider}/{resource}/{operation} */\n name?: string;\n /** The object that represents the operation. */\n display?: OperationDisplay;\n}\n\n/** The object that represents the operation. */\nexport interface OperationDisplay {\n /** Service provider: Microsoft.Insights */\n provider?: string;\n /** Resource on which the operation is performed: Profile, endpoint, etc. */\n resource?: string;\n /** Operation type: Read, write, delete, etc. */\n operation?: string;\n}\n\n/** Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message. */\nexport interface ErrorResponse {\n /** Error code. */\n code?: string;\n /** Error message indicating why the operation failed. */\n message?: string;\n /** The list of invalid fields send in request, in case of validation error. */\n details?: ErrorFieldContract[];\n}\n\n/** Error Field contract. */\nexport interface ErrorFieldContract {\n /** Property level error code. */\n code?: string;\n /** Human-readable representation of property-level error. */\n message?: string;\n /** Property name. */\n target?: string;\n}\n\n/** WorkbookTemplate list result. */\nexport interface WorkbookTemplatesListResult {\n /** An array of workbook templates. */\n value?: WorkbookTemplate[];\n}\n\n/** Gallery information for a workbook template. */\nexport interface WorkbookTemplateGallery {\n /** Name of the workbook template in the gallery. */\n name?: string;\n /** Category for the gallery. */\n category?: string;\n /** Type of workbook supported by the workbook template. */\n type?: string;\n /** Order of the template within the gallery. */\n order?: number;\n /** Azure resource type supported by the gallery. */\n resourceType?: string;\n}\n\n/** Localized template data and gallery information. */\nexport interface WorkbookTemplateLocalizedGallery {\n /** Valid JSON object containing workbook template payload. */\n templateData?: Record<string, unknown>;\n /** Workbook galleries supported by the template. */\n galleries?: WorkbookTemplateGallery[];\n}\n\n/** An azure resource object */\nexport interface WorkbookTemplateResource {\n /**\n * Azure resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Azure resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Azure resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Resource location */\n location: string;\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** Error message that will indicate why the operation failed. */\nexport interface WorkbookTemplateError {\n /** Error message object that will indicate why the operation failed. */\n error?: WorkbookTemplateErrorBody;\n}\n\n/** Error message body that will indicate why the operation failed. */\nexport interface WorkbookTemplateErrorBody {\n /** Service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response. */\n code?: string;\n /** Human-readable representation of the error. */\n message?: string;\n /** The list of invalid fields send in request, in case of validation error. */\n details?: WorkbookTemplateErrorFieldContract[];\n}\n\n/** Error Field contract. */\nexport interface WorkbookTemplateErrorFieldContract {\n /** Property level error code. */\n code?: string;\n /** Human-readable representation of property-level error. */\n message?: string;\n /** Property name. */\n target?: string;\n}\n\n/** The parameters that can be provided when updating workbook template. */\nexport interface WorkbookTemplateUpdateParameters {\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n /** Priority of the template. Determines which template to open when a workbook gallery is opened in viewer mode. */\n priority?: number;\n /** Information about the author of the workbook template. */\n author?: string;\n /** Valid JSON object containing workbook template payload. */\n templateData?: Record<string, unknown>;\n /** Workbook galleries supported by the template. */\n galleries?: WorkbookTemplateGallery[];\n /** Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal. */\n localized?: { [propertyName: string]: WorkbookTemplateLocalizedGallery[] };\n}\n\n/** Workbook list result. */\nexport interface WorkbooksListResult {\n /**\n * An array of workbooks.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Workbook[];\n nextLink?: string;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /**\n * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\n type: ManagedServiceIdentityType;\n /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */\n userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };\n}\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /**\n * The principal ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Error response. */\nexport interface WorkbookError {\n /** The error details. */\n error?: WorkbookErrorDefinition;\n}\n\n/** Error definition. */\nexport interface WorkbookErrorDefinition {\n /**\n * Service specific error code which serves as the substatus for the HTTP error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Description of the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Internal error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly innererror?: WorkbookInnerErrorTrace;\n}\n\n/** Error details */\nexport interface WorkbookInnerErrorTrace {\n /**\n * detailed error trace\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trace?: string[];\n}\n\n/** The parameters that can be provided when updating workbook properties properties. */\nexport interface WorkbookUpdateParameters {\n /** The kind of workbook. Only valid value is shared. */\n kind?: WorkbookUpdateSharedTypeKind;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The user-defined name (display name) of the workbook. */\n displayName?: string;\n /** Configuration of this particular workbook. Configuration data is a string containing valid JSON */\n serializedData?: string;\n /** Workbook category, as defined by the user at creation time. */\n category?: string;\n /** A list of 0 or more tags that are associated with this workbook definition */\n tagsPropertiesTags?: string[];\n /** The description of the workbook. */\n description?: string;\n /** The unique revision id for this workbook definition */\n revision?: string;\n}\n\n/** The response to a live token query. */\nexport interface LiveTokenResponse {\n /**\n * JWT token for accessing live metrics stream data.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly liveToken?: string;\n}\n\nexport interface ErrorResponseLinkedStorage {\n /** Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message. */\n error?: ErrorResponseLinkedStorageError;\n}\n\n/** Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message. */\nexport interface ErrorResponseLinkedStorageError {\n /**\n * Error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Error message indicating why the operation failed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** An Application Insights component linked storage accounts patch */\nexport interface ComponentLinkedStorageAccountsPatch {\n /** Linked storage account resource ID */\n linkedStorageAccount?: string;\n}\n\n/** Workbook list result. */\nexport interface DeletedWorkbooksListResult {\n /**\n * An array of workbooks.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: DeletedWorkbook[];\n nextLink?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface ResourceAutoGenerated {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Error response. */\nexport interface DeletedWorkbookError {\n /** The error details. */\n error?: DeletedWorkbookErrorDefinition;\n}\n\n/** Error definition. */\nexport interface DeletedWorkbookErrorDefinition {\n /**\n * Service specific error code which serves as the substatus for the HTTP error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Description of the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Internal error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly innererror?: DeletedWorkbookInnerErrorTrace;\n}\n\n/** Error details */\nexport interface DeletedWorkbookInnerErrorTrace {\n /**\n * detailed error trace\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trace?: string[];\n}\n\n/** Result of the List Operations operation */\nexport interface OperationsListResult {\n /** A collection of operations */\n value?: OperationLive[];\n /** URL to get the next set of operation list results if there are any. */\n nextLink?: string;\n}\n\n/** Represents an operation returned by the GetOperations request */\nexport interface OperationLive {\n /** Name of the operation */\n name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /** Display name of the operation */\n display?: OperationInfo;\n /** Origin of the operation */\n origin?: string;\n /** Properties of the operation */\n properties?: Record<string, unknown>;\n}\n\n/** Information about an operation */\nexport interface OperationInfo {\n /** Name of the provider */\n provider?: string;\n /** Name of the resource type */\n resource?: string;\n /** Name of the operation */\n operation?: string;\n /** Description of the operation */\n description?: string;\n}\n\n/** An Application Insights component definition. */\nexport interface ApplicationInsightsComponent extends ComponentsResource {\n /** The kind of application that this component refers to, used to customize UI. This value is a freeform string, values should typically be one of the following: web, ios, other, store, java, phone. */\n kind: string;\n /** Resource etag */\n etag?: string;\n /**\n * The unique ID of your application. This field mirrors the 'Name' field and cannot be changed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly applicationId?: string;\n /**\n * Application Insights Unique ID for your Application.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly appId?: string;\n /**\n * Application name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly namePropertiesName?: string;\n /** Type of application being monitored. */\n applicationType?: ApplicationType;\n /** Used by the Application Insights system to determine what kind of flow this component was created by. This is to be set to 'Bluefield' when creating/updating a component via the REST API. */\n flowType?: FlowType;\n /** Describes what tool created this Application Insights component. Customers using this API should set this to the default 'rest'. */\n requestSource?: RequestSource;\n /**\n * Application Insights Instrumentation key. A read-only value that applications can use to identify the destination for all telemetry sent to Azure Application Insights. This value will be supplied upon construction of each new Application Insights component.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly instrumentationKey?: string;\n /**\n * Creation Date for the Application Insights component, in ISO 8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationDate?: Date;\n /**\n * Azure Tenant Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** The unique application ID created when a new application is added to HockeyApp, used for communications with HockeyApp. */\n hockeyAppId?: string;\n /**\n * Token used to authenticate communications with between Application Insights and HockeyApp.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hockeyAppToken?: string;\n /**\n * Current state of this component: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Succeeded, Deploying, Canceled, and Failed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** Percentage of the data produced by the application being monitored that is being sampled for Application Insights telemetry. */\n samplingPercentage?: number;\n /**\n * Application Insights component connection string.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly connectionString?: string;\n /** Retention period in days. */\n retentionInDays?: number;\n /** Disable IP masking. */\n disableIpMasking?: boolean;\n /** Purge data immediately after 30 days. */\n immediatePurgeDataOn30Days?: boolean;\n /** Resource Id of the log analytics workspace which the data will be ingested to. This property is required to create an application with this API version. Applications from older versions will not have this property. */\n workspaceResourceId?: string;\n /**\n * The date which the component got migrated to LA, in ISO 8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly laMigrationDate?: Date;\n /**\n * List of linked private link scope resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateLinkScopedResources?: PrivateLinkScopedResource[];\n /** The network access type for accessing Application Insights ingestion. */\n publicNetworkAccessForIngestion?: PublicNetworkAccessType;\n /** The network access type for accessing Application Insights query. */\n publicNetworkAccessForQuery?: PublicNetworkAccessType;\n /** Indicates the flow of the ingestion. */\n ingestionMode?: IngestionMode;\n /** Disable Non-AAD based Auth. */\n disableLocalAuth?: boolean;\n /** Force users to create their own storage account for profiler and debugger. */\n forceCustomerStorageForProfiler?: boolean;\n}\n\n/** An Application Insights WebTest definition. */\nexport interface WebTest extends WebtestsResource {\n /** The kind of WebTest that this web test watches. Choices are ping, multistep and standard. */\n kind?: WebTestKind;\n /** Unique ID of this WebTest. This is typically the same value as the Name field. */\n syntheticMonitorId?: string;\n /** User defined name if this WebTest. */\n webTestName?: string;\n /** User defined description for this WebTest. */\n description?: string;\n /** Is the test actively being monitored. */\n enabled?: boolean;\n /** Interval in seconds between test runs for this WebTest. Default value is 300. */\n frequency?: number;\n /** Seconds until this WebTest will timeout and fail. Default value is 30. */\n timeout?: number;\n /** The kind of web test this is, valid choices are ping, multistep and standard. */\n webTestKind?: WebTestKind;\n /** Allow for retries should this WebTest fail. */\n retryEnabled?: boolean;\n /** A list of where to physically run the tests from to give global coverage for accessibility of your application. */\n locations?: WebTestGeolocation[];\n /** An XML configuration specification for a WebTest. */\n configuration?: WebTestPropertiesConfiguration;\n /**\n * Current state of this component, whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Succeeded, Deploying, Canceled, and Failed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** The collection of request properties */\n request?: WebTestPropertiesRequest;\n /** The collection of validation rule properties */\n validationRules?: WebTestPropertiesValidationRules;\n}\n\n/** An Application Insights workbook template definition. */\nexport interface WorkbookTemplate extends WorkbookTemplateResource {\n /** Priority of the template. Determines which template to open when a workbook gallery is opened in viewer mode. */\n priority?: number;\n /** Information about the author of the workbook template. */\n author?: string;\n /** Valid JSON object containing workbook template payload. */\n templateData?: Record<string, unknown>;\n /** Workbook galleries supported by the template. */\n galleries?: WorkbookTemplateGallery[];\n /** Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal. */\n localized?: { [propertyName: string]: WorkbookTemplateLocalizedGallery[] };\n}\n\n/** Identity used for BYOS */\nexport interface WorkbookResourceIdentity extends ManagedServiceIdentity {}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResourceAutoGenerated extends ResourceAutoGenerated {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** An azure resource object */\nexport interface WorkbookResource extends TrackedResource {\n /** Identity used for BYOS */\n identity?: WorkbookResourceIdentity;\n /** The kind of workbook. Only valid value is shared. */\n kind?: WorkbookSharedTypeKind;\n /** Resource etag */\n etag?: string;\n}\n\n/** An Application Insights component linked storage accounts */\nexport interface ComponentLinkedStorageAccounts extends ProxyResource {\n /** Linked storage account resource ID */\n linkedStorageAccount?: string;\n}\n\n/** An azure resource object */\nexport interface DeletedWorkbookResource extends TrackedResourceAutoGenerated {\n /** The kind of workbook. Only valid value is shared. */\n kind?: WorkbookSharedTypeKind;\n /** Resource etag */\n etag?: string;\n}\n\n/** A workbook definition. */\nexport interface Workbook extends WorkbookResource {\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** The user-defined name (display name) of the workbook. */\n displayName?: string;\n /** Configuration of this particular workbook. Configuration data is a string containing valid JSON */\n serializedData?: string;\n /** Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData */\n version?: string;\n /**\n * Date and time in UTC of the last modification that was made to this workbook definition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeModified?: Date;\n /** Workbook category, as defined by the user at creation time. */\n category?: string;\n /** Being deprecated, please use the other tags field */\n tagsPropertiesTags?: string[];\n /**\n * Unique user id of the specific user that owns this workbook.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userId?: string;\n /** ResourceId for a source resource. */\n sourceId?: string;\n /** The resourceId to the storage account when bring your own storage is used */\n storageUri?: string;\n /** The description of the workbook. */\n description?: string;\n /**\n * The unique revision id for this workbook definition\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly revision?: string;\n}\n\n/** A workbook definition. */\nexport interface DeletedWorkbook extends DeletedWorkbookResource {\n /** The user-defined name (display name) of the workbook. */\n displayName?: string;\n /** Configuration of this particular workbook. Configuration data is a string containing valid JSON */\n serializedData?: string;\n /** Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData */\n version?: string;\n /**\n * Date and time in UTC of the last modification that was made to this workbook definition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeModified?: Date;\n /** Workbook category, as defined by the user at creation time. */\n category?: string;\n /** Being deprecated, please use the other tags field */\n tagsPropertiesTags?: string[];\n /**\n * Unique user id of the specific user that owns this workbook.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userId?: string;\n /** ResourceId for a source resource. */\n sourceId?: string;\n /** The resourceId to the storage account when bring your own storage is used */\n storageUri?: string;\n /** The description of the workbook. */\n description?: string;\n /**\n * The unique revision id for this workbook definition\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly revision?: string;\n}\n\n/** Known values of {@link ApplicationType} that the service accepts. */\nexport enum KnownApplicationType {\n /** Web */\n Web = \"web\",\n /** Other */\n Other = \"other\",\n}\n\n/**\n * Defines values for ApplicationType. \\\n * {@link KnownApplicationType} can be used interchangeably with ApplicationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **web** \\\n * **other**\n */\nexport type ApplicationType = string;\n\n/** Known values of {@link FlowType} that the service accepts. */\nexport enum KnownFlowType {\n /** Bluefield */\n Bluefield = \"Bluefield\",\n}\n\n/**\n * Defines values for FlowType. \\\n * {@link KnownFlowType} can be used interchangeably with FlowType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Bluefield**\n */\nexport type FlowType = string;\n\n/** Known values of {@link RequestSource} that the service accepts. */\nexport enum KnownRequestSource {\n /** Rest */\n Rest = \"rest\",\n}\n\n/**\n * Defines values for RequestSource. \\\n * {@link KnownRequestSource} can be used interchangeably with RequestSource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **rest**\n */\nexport type RequestSource = string;\n\n/** Known values of {@link PublicNetworkAccessType} that the service accepts. */\nexport enum KnownPublicNetworkAccessType {\n /** Enables connectivity to Application Insights through public DNS. */\n Enabled = \"Enabled\",\n /** Disables public connectivity to Application Insights through public DNS. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for PublicNetworkAccessType. \\\n * {@link KnownPublicNetworkAccessType} can be used interchangeably with PublicNetworkAccessType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Enables connectivity to Application Insights through public DNS. \\\n * **Disabled**: Disables public connectivity to Application Insights through public DNS.\n */\nexport type PublicNetworkAccessType = string;\n\n/** Known values of {@link IngestionMode} that the service accepts. */\nexport enum KnownIngestionMode {\n /** ApplicationInsights */\n ApplicationInsights = \"ApplicationInsights\",\n /** ApplicationInsightsWithDiagnosticSettings */\n ApplicationInsightsWithDiagnosticSettings = \"ApplicationInsightsWithDiagnosticSettings\",\n /** LogAnalytics */\n LogAnalytics = \"LogAnalytics\",\n}\n\n/**\n * Defines values for IngestionMode. \\\n * {@link KnownIngestionMode} can be used interchangeably with IngestionMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ApplicationInsights** \\\n * **ApplicationInsightsWithDiagnosticSettings** \\\n * **LogAnalytics**\n */\nexport type IngestionMode = string;\n\n/** Known values of {@link PurgeState} that the service accepts. */\nexport enum KnownPurgeState {\n /** Pending */\n Pending = \"pending\",\n /** Completed */\n Completed = \"completed\",\n}\n\n/**\n * Defines values for PurgeState. \\\n * {@link KnownPurgeState} can be used interchangeably with PurgeState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **pending** \\\n * **completed**\n */\nexport type PurgeState = string;\n\n/** Known values of {@link FavoriteSourceType} that the service accepts. */\nexport enum KnownFavoriteSourceType {\n /** Retention */\n Retention = \"retention\",\n /** Notebook */\n Notebook = \"notebook\",\n /** Sessions */\n Sessions = \"sessions\",\n /** Events */\n Events = \"events\",\n /** Userflows */\n Userflows = \"userflows\",\n /** Funnel */\n Funnel = \"funnel\",\n /** Impact */\n Impact = \"impact\",\n /** Segmentation */\n Segmentation = \"segmentation\",\n}\n\n/**\n * Defines values for FavoriteSourceType. \\\n * {@link KnownFavoriteSourceType} can be used interchangeably with FavoriteSourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **retention** \\\n * **notebook** \\\n * **sessions** \\\n * **events** \\\n * **userflows** \\\n * **funnel** \\\n * **impact** \\\n * **segmentation**\n */\nexport type FavoriteSourceType = string;\n\n/** Known values of {@link ItemScopePath} that the service accepts. */\nexport enum KnownItemScopePath {\n /** AnalyticsItems */\n AnalyticsItems = \"analyticsItems\",\n /** MyanalyticsItems */\n MyanalyticsItems = \"myanalyticsItems\",\n}\n\n/**\n * Defines values for ItemScopePath. \\\n * {@link KnownItemScopePath} can be used interchangeably with ItemScopePath,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **analyticsItems** \\\n * **myanalyticsItems**\n */\nexport type ItemScopePath = string;\n\n/** Known values of {@link ItemScope} that the service accepts. */\nexport enum KnownItemScope {\n /** Shared */\n Shared = \"shared\",\n /** User */\n User = \"user\",\n}\n\n/**\n * Defines values for ItemScope. \\\n * {@link KnownItemScope} can be used interchangeably with ItemScope,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **shared** \\\n * **user**\n */\nexport type ItemScope = string;\n\n/** Known values of {@link ItemTypeParameter} that the service accepts. */\nexport enum KnownItemTypeParameter {\n /** None */\n None = \"none\",\n /** Query */\n Query = \"query\",\n /** Function */\n Function = \"function\",\n /** Folder */\n Folder = \"folder\",\n /** Recent */\n Recent = \"recent\",\n}\n\n/**\n * Defines values for ItemTypeParameter. \\\n * {@link KnownItemTypeParameter} can be used interchangeably with ItemTypeParameter,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **none** \\\n * **query** \\\n * **function** \\\n * **folder** \\\n * **recent**\n */\nexport type ItemTypeParameter = string;\n\n/** Known values of {@link ItemType} that the service accepts. */\nexport enum KnownItemType {\n /** None */\n None = \"none\",\n /** Query */\n Query = \"query\",\n /** Recent */\n Recent = \"recent\",\n /** Function */\n Function = \"function\",\n}\n\n/**\n * Defines values for ItemType. \\\n * {@link KnownItemType} can be used interchangeably with ItemType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **none** \\\n * **query** \\\n * **recent** \\\n * **function**\n */\nexport type ItemType = string;\n\n/** Known values of {@link CategoryType} that the service accepts. */\nexport enum KnownCategoryType {\n /** Workbook */\n Workbook = \"workbook\",\n /** TSG */\n TSG = \"TSG\",\n /** Performance */\n Performance = \"performance\",\n /** Retention */\n Retention = \"retention\",\n}\n\n/**\n * Defines values for CategoryType. \\\n * {@link KnownCategoryType} can be used interchangeably with CategoryType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **workbook** \\\n * **TSG** \\\n * **performance** \\\n * **retention**\n */\nexport type CategoryType = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */\nexport enum KnownManagedServiceIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssignedUserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * Defines values for ManagedServiceIdentityType. \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned,UserAssigned**\n */\nexport type ManagedServiceIdentityType = string;\n\n/** Known values of {@link WorkbookSharedTypeKind} that the service accepts. */\nexport enum KnownWorkbookSharedTypeKind {\n /** Shared */\n Shared = \"shared\",\n}\n\n/**\n * Defines values for WorkbookSharedTypeKind. \\\n * {@link KnownWorkbookSharedTypeKind} can be used interchangeably with WorkbookSharedTypeKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **shared**\n */\nexport type WorkbookSharedTypeKind = string;\n\n/** Known values of {@link WorkbookUpdateSharedTypeKind} that the service accepts. */\nexport enum KnownWorkbookUpdateSharedTypeKind {\n /** Shared */\n Shared = \"shared\",\n}\n\n/**\n * Defines values for WorkbookUpdateSharedTypeKind. \\\n * {@link KnownWorkbookUpdateSharedTypeKind} can be used interchangeably with WorkbookUpdateSharedTypeKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **shared**\n */\nexport type WorkbookUpdateSharedTypeKind = string;\n\n/** Known values of {@link StorageType} that the service accepts. */\nexport enum KnownStorageType {\n /** ServiceProfiler */\n ServiceProfiler = \"ServiceProfiler\",\n}\n\n/**\n * Defines values for StorageType. \\\n * {@link KnownStorageType} can be used interchangeably with StorageType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ServiceProfiler**\n */\nexport type StorageType = string;\n/** Defines values for FavoriteType. */\nexport type FavoriteType = \"shared\" | \"user\";\n/** Defines values for WebTestKind. */\nexport type WebTestKind = \"ping\" | \"multistep\" | \"standard\";\n\n/** Optional parameters. */\nexport interface ComponentsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ComponentsListResponse = ApplicationInsightsComponentListResult;\n\n/** Optional parameters. */\nexport interface ComponentsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ComponentsListByResourceGroupResponse =\n ApplicationInsightsComponentListResult;\n\n/** Optional parameters. */\nexport interface ComponentsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ComponentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ComponentsGetResponse = ApplicationInsightsComponent;\n\n/** Optional parameters. */\nexport interface ComponentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ComponentsCreateOrUpdateResponse = ApplicationInsightsComponent;\n\n/** Optional parameters. */\nexport interface ComponentsUpdateTagsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateTags operation. */\nexport type ComponentsUpdateTagsResponse = ApplicationInsightsComponent;\n\n/** Optional parameters. */\nexport interface ComponentsPurgeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the purge operation. */\nexport type ComponentsPurgeResponse = ComponentPurgeResponse;\n\n/** Optional parameters. */\nexport interface ComponentsGetPurgeStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPurgeStatus operation. */\nexport type ComponentsGetPurgeStatusResponse = ComponentPurgeStatusResponse;\n\n/** Optional parameters. */\nexport interface ComponentsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ComponentsListNextResponse = ApplicationInsightsComponentListResult;\n\n/** Optional parameters. */\nexport interface ComponentsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ComponentsListByResourceGroupNextResponse =\n ApplicationInsightsComponentListResult;\n\n/** Optional parameters. */\nexport interface AnnotationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AnnotationsListResponse = AnnotationsListResult;\n\n/** Optional parameters. */\nexport interface AnnotationsCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type AnnotationsCreateResponse = Annotation[];\n\n/** Optional parameters. */\nexport interface AnnotationsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AnnotationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AnnotationsGetResponse = Annotation[];\n\n/** Optional parameters. */\nexport interface APIKeysListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type APIKeysListResponse = ApplicationInsightsComponentAPIKeyListResult;\n\n/** Optional parameters. */\nexport interface APIKeysCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type APIKeysCreateResponse = ApplicationInsightsComponentAPIKey;\n\n/** Optional parameters. */\nexport interface APIKeysDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the delete operation. */\nexport type APIKeysDeleteResponse = ApplicationInsightsComponentAPIKey;\n\n/** Optional parameters. */\nexport interface APIKeysGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type APIKeysGetResponse = ApplicationInsightsComponentAPIKey;\n\n/** Optional parameters. */\nexport interface ExportConfigurationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ExportConfigurationsListResponse =\n ApplicationInsightsComponentExportConfiguration[];\n\n/** Optional parameters. */\nexport interface ExportConfigurationsCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type ExportConfigurationsCreateResponse =\n ApplicationInsightsComponentExportConfiguration[];\n\n/** Optional parameters. */\nexport interface ExportConfigurationsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the delete operation. */\nexport type ExportConfigurationsDeleteResponse =\n ApplicationInsightsComponentExportConfiguration;\n\n/** Optional parameters. */\nexport interface ExportConfigurationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ExportConfigurationsGetResponse =\n ApplicationInsightsComponentExportConfiguration;\n\n/** Optional parameters. */\nexport interface ExportConfigurationsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ExportConfigurationsUpdateResponse =\n ApplicationInsightsComponentExportConfiguration;\n\n/** Optional parameters. */\nexport interface ComponentCurrentBillingFeaturesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ComponentCurrentBillingFeaturesGetResponse =\n ApplicationInsightsComponentBillingFeatures;\n\n/** Optional parameters. */\nexport interface ComponentCurrentBillingFeaturesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ComponentCurrentBillingFeaturesUpdateResponse =\n ApplicationInsightsComponentBillingFeatures;\n\n/** Optional parameters. */\nexport interface ComponentQuotaStatusGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ComponentQuotaStatusGetResponse =\n ApplicationInsightsComponentQuotaStatus;\n\n/** Optional parameters. */\nexport interface ComponentFeatureCapabilitiesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ComponentFeatureCapabilitiesGetResponse =\n ApplicationInsightsComponentFeatureCapabilities;\n\n/** Optional parameters. */\nexport interface ComponentAvailableFeaturesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ComponentAvailableFeaturesGetResponse =\n ApplicationInsightsComponentAvailableFeatures;\n\n/** Optional parameters. */\nexport interface ProactiveDetectionConfigurationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ProactiveDetectionConfigurationsListResponse =\n ApplicationInsightsComponentProactiveDetectionConfiguration[];\n\n/** Optional parameters. */\nexport interface ProactiveDetectionConfigurationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ProactiveDetectionConfigurationsGetResponse =\n ApplicationInsightsComponentProactiveDetectionConfiguration;\n\n/** Optional parameters. */\nexport interface ProactiveDetectionConfigurationsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ProactiveDetectionConfigurationsUpdateResponse =\n ApplicationInsightsComponentProactiveDetectionConfiguration;\n\n/** Optional parameters. */\nexport interface WorkItemConfigurationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type WorkItemConfigurationsListResponse =\n WorkItemConfigurationsListResult;\n\n/** Optional parameters. */\nexport interface WorkItemConfigurationsCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type WorkItemConfigurationsCreateResponse = WorkItemConfiguration;\n\n/** Optional parameters. */\nexport interface WorkItemConfigurationsGetDefaultOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDefault operation. */\nexport type WorkItemConfigurationsGetDefaultResponse = WorkItemConfiguration;\n\n/** Optional parameters. */\nexport interface WorkItemConfigurationsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WorkItemConfigurationsGetItemOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getItem operation. */\nexport type WorkItemConfigurationsGetItemResponse = WorkItemConfiguration;\n\n/** Optional parameters. */\nexport interface WorkItemConfigurationsUpdateItemOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateItem operation. */\nexport type WorkItemConfigurationsUpdateItemResponse = WorkItemConfiguration;\n\n/** Optional parameters. */\nexport interface FavoritesListOptionalParams\n extends coreClient.OperationOptions {\n /** The type of favorite. Value can be either shared or user. */\n favoriteType?: FavoriteType;\n /** Source type of favorite to return. When left out, the source type defaults to 'other' (not present in this enum). */\n sourceType?: FavoriteSourceType;\n /** Flag indicating whether or not to return the full content for each applicable favorite. If false, only return summary content for favorites. */\n canFetchContent?: boolean;\n /** Tags that must be present on each favorite returned. */\n tags?: string[];\n}\n\n/** Contains response data for the list operation. */\nexport type FavoritesListResponse = ApplicationInsightsComponentFavorite[];\n\n/** Optional parameters. */\nexport interface FavoritesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type FavoritesGetResponse = ApplicationInsightsComponentFavorite;\n\n/** Optional parameters. */\nexport interface FavoritesAddOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the add operation. */\nexport type FavoritesAddResponse = ApplicationInsightsComponentFavorite;\n\n/** Optional parameters. */\nexport interface FavoritesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type FavoritesUpdateResponse = ApplicationInsightsComponentFavorite;\n\n/** Optional parameters. */\nexport interface FavoritesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebTestLocationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type WebTestLocationsListResponse =\n ApplicationInsightsWebTestLocationsListResult;\n\n/** Optional parameters. */\nexport interface WebTestsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type WebTestsListByResourceGroupResponse = WebTestListResult;\n\n/** Optional parameters. */\nexport interface WebTestsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WebTestsGetResponse = WebTest;\n\n/** Optional parameters. */\nexport interface WebTestsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type WebTestsCreateOrUpdateResponse = WebTest;\n\n/** Optional parameters. */\nexport interface WebTestsUpdateTagsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateTags operation. */\nexport type WebTestsUpdateTagsResponse = WebTest;\n\n/** Optional parameters. */\nexport interface WebTestsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebTestsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type WebTestsListResponse = WebTestListResult;\n\n/** Optional parameters. */\nexport interface WebTestsListByComponentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByComponent operation. */\nexport type WebTestsListByComponentResponse = WebTestListResult;\n\n/** Optional parameters. */\nexport interface WebTestsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type WebTestsListByResourceGroupNextResponse = WebTestListResult;\n\n/** Optional parameters. */\nexport interface WebTestsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type WebTestsListNextResponse = WebTestListResult;\n\n/** Optional parameters. */\nexport interface WebTestsListByComponentNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByComponentNext operation. */\nexport type WebTestsListByComponentNextResponse = WebTestListResult;\n\n/** Optional parameters. */\nexport interface AnalyticsItemsListOptionalParams\n extends coreClient.OperationOptions {\n /** Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component. */\n scope?: ItemScope;\n /** Enum indicating the type of the Analytics item. */\n type?: ItemTypeParameter;\n /** Flag indicating whether or not to return the content of each applicable item. If false, only return the item information. */\n includeContent?: boolean;\n}\n\n/** Contains response data for the list operation. */\nexport type AnalyticsItemsListResponse =\n ApplicationInsightsComponentAnalyticsItem[];\n\n/** Optional parameters. */\nexport interface AnalyticsItemsGetOptionalParams\n extends coreClient.OperationOptions {\n /** The Id of a specific item defined in the Application Insights component */\n id?: string;\n /** The name of a specific item defined in the Application Insights component */\n name?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type AnalyticsItemsGetResponse =\n ApplicationInsightsComponentAnalyticsItem;\n\n/** Optional parameters. */\nexport interface AnalyticsItemsPutOptionalParams\n extends coreClient.OperationOptions {\n /** Flag indicating whether or not to force save an item. This allows overriding an item if it already exists. */\n overrideItem?: boolean;\n}\n\n/** Contains response data for the put operation. */\nexport type AnalyticsItemsPutResponse =\n ApplicationInsightsComponentAnalyticsItem;\n\n/** Optional parameters. */\nexport interface AnalyticsItemsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** The Id of a specific item defined in the Application Insights component */\n id?: string;\n /** The name of a specific item defined in the Application Insights component */\n name?: string;\n}\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface WorkbookTemplatesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type WorkbookTemplatesListByResourceGroupResponse =\n WorkbookTemplatesListResult;\n\n/** Optional parameters. */\nexport interface WorkbookTemplatesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WorkbookTemplatesGetResponse = WorkbookTemplate;\n\n/** Optional parameters. */\nexport interface WorkbookTemplatesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WorkbookTemplatesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type WorkbookTemplatesCreateOrUpdateResponse = WorkbookTemplate;\n\n/** Optional parameters. */\nexport interface WorkbookTemplatesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Properties that need to be specified to patch a workbook template. */\n workbookTemplateUpdateParameters?: WorkbookTemplateUpdateParameters;\n}\n\n/** Contains response data for the update operation. */\nexport type WorkbookTemplatesUpdateResponse = WorkbookTemplate;\n\n/** Optional parameters. */\nexport interface WorkbooksListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */\n canFetchContent?: boolean;\n /** Tags presents on each workbook returned. */\n tags?: string[];\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type WorkbooksListBySubscriptionResponse = WorkbooksListResult;\n\n/** Optional parameters. */\nexport interface WorkbooksListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */\n canFetchContent?: boolean;\n /** Tags presents on each workbook returned. */\n tags?: string[];\n /** Azure Resource Id that will fetch all linked workbooks. */\n sourceId?: string;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type WorkbooksListByResourceGroupResponse = WorkbooksListResult;\n\n/** Optional parameters. */\nexport interface WorkbooksGetOptionalParams\n extends coreClient.OperationOptions {\n /** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */\n canFetchContent?: boolean;\n}\n\n/** Contains response data for the get operation. */\nexport type WorkbooksGetResponse = Workbook;\n\n/** Optional parameters. */\nexport interface WorkbooksDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WorkbooksCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Azure Resource Id that will fetch all linked workbooks. */\n sourceId?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type WorkbooksCreateOrUpdateResponse = Workbook;\n\n/** Optional parameters. */\nexport interface WorkbooksUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Azure Resource Id that will fetch all linked workbooks. */\n sourceId?: string;\n /** Properties that need to be specified to create a new workbook. */\n workbookUpdateParameters?: WorkbookUpdateParameters;\n}\n\n/** Contains response data for the update operation. */\nexport type WorkbooksUpdateResponse = Workbook;\n\n/** Optional parameters. */\nexport interface WorkbooksRevisionsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the revisionsList operation. */\nexport type WorkbooksRevisionsListResponse = WorkbooksListResult;\n\n/** Optional parameters. */\nexport interface WorkbooksRevisionGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the revisionGet operation. */\nexport type WorkbooksRevisionGetResponse = Workbook;\n\n/** Optional parameters. */\nexport interface WorkbooksListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type WorkbooksListBySubscriptionNextResponse = WorkbooksListResult;\n\n/** Optional parameters. */\nexport interface WorkbooksListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type WorkbooksListByResourceGroupNextResponse = WorkbooksListResult;\n\n/** Optional parameters. */\nexport interface WorkbooksRevisionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the revisionsListNext operation. */\nexport type WorkbooksRevisionsListNextResponse = WorkbooksListResult;\n\n/** Optional parameters. */\nexport interface LiveTokenGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type LiveTokenGetResponse = LiveTokenResponse;\n\n/** Optional parameters. */\nexport interface ComponentLinkedStorageAccountsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ComponentLinkedStorageAccountsGetResponse =\n ComponentLinkedStorageAccounts;\n\n/** Optional parameters. */\nexport interface ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createAndUpdate operation. */\nexport type ComponentLinkedStorageAccountsCreateAndUpdateResponse =\n ComponentLinkedStorageAccounts;\n\n/** Optional parameters. */\nexport interface ComponentLinkedStorageAccountsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ComponentLinkedStorageAccountsUpdateResponse =\n ComponentLinkedStorageAccounts;\n\n/** Optional parameters. */\nexport interface ComponentLinkedStorageAccountsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DeletedWorkbooksListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** Tags presents on each workbook returned. */\n tags?: string[];\n /** Category of workbook to return. */\n category?: CategoryType;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type DeletedWorkbooksListBySubscriptionResponse =\n DeletedWorkbooksListResult;\n\n/** Optional parameters. */\nexport interface DeletedWorkbooksListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type DeletedWorkbooksListBySubscriptionNextResponse =\n DeletedWorkbooksListResult;\n\n/** Optional parameters. */\nexport interface ApplicationInsightsManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -0,0 +1,93 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const ApplicationInsightsComponentListResult: coreClient.CompositeMapper;
3
+ export declare const PrivateLinkScopedResource: coreClient.CompositeMapper;
4
+ export declare const ComponentsResource: coreClient.CompositeMapper;
5
+ export declare const ErrorResponseComponents: coreClient.CompositeMapper;
6
+ export declare const ErrorResponseComponentsError: coreClient.CompositeMapper;
7
+ export declare const TagsResource: coreClient.CompositeMapper;
8
+ export declare const ComponentPurgeBody: coreClient.CompositeMapper;
9
+ export declare const ComponentPurgeBodyFilters: coreClient.CompositeMapper;
10
+ export declare const ComponentPurgeResponse: coreClient.CompositeMapper;
11
+ export declare const ComponentPurgeStatusResponse: coreClient.CompositeMapper;
12
+ export declare const AnnotationsListResult: coreClient.CompositeMapper;
13
+ export declare const Annotation: coreClient.CompositeMapper;
14
+ export declare const AnnotationError: coreClient.CompositeMapper;
15
+ export declare const InnerError: coreClient.CompositeMapper;
16
+ export declare const ApplicationInsightsComponentAPIKeyListResult: coreClient.CompositeMapper;
17
+ export declare const ApplicationInsightsComponentAPIKey: coreClient.CompositeMapper;
18
+ export declare const APIKeyRequest: coreClient.CompositeMapper;
19
+ export declare const ApplicationInsightsComponentExportConfiguration: coreClient.CompositeMapper;
20
+ export declare const ApplicationInsightsComponentExportRequest: coreClient.CompositeMapper;
21
+ export declare const ApplicationInsightsComponentBillingFeatures: coreClient.CompositeMapper;
22
+ export declare const ApplicationInsightsComponentDataVolumeCap: coreClient.CompositeMapper;
23
+ export declare const ApplicationInsightsComponentQuotaStatus: coreClient.CompositeMapper;
24
+ export declare const ApplicationInsightsComponentFeatureCapabilities: coreClient.CompositeMapper;
25
+ export declare const ApplicationInsightsComponentAvailableFeatures: coreClient.CompositeMapper;
26
+ export declare const ApplicationInsightsComponentFeature: coreClient.CompositeMapper;
27
+ export declare const ApplicationInsightsComponentFeatureCapability: coreClient.CompositeMapper;
28
+ export declare const ApplicationInsightsComponentProactiveDetectionConfiguration: coreClient.CompositeMapper;
29
+ export declare const ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions: coreClient.CompositeMapper;
30
+ export declare const WorkItemConfigurationsListResult: coreClient.CompositeMapper;
31
+ export declare const WorkItemConfiguration: coreClient.CompositeMapper;
32
+ export declare const WorkItemConfigurationError: coreClient.CompositeMapper;
33
+ export declare const WorkItemCreateConfiguration: coreClient.CompositeMapper;
34
+ export declare const ApplicationInsightsComponentFavorite: coreClient.CompositeMapper;
35
+ export declare const ApplicationInsightsWebTestLocationsListResult: coreClient.CompositeMapper;
36
+ export declare const ApplicationInsightsComponentWebTestLocation: coreClient.CompositeMapper;
37
+ export declare const WebTestListResult: coreClient.CompositeMapper;
38
+ export declare const WebTestGeolocation: coreClient.CompositeMapper;
39
+ export declare const WebTestPropertiesConfiguration: coreClient.CompositeMapper;
40
+ export declare const WebTestPropertiesRequest: coreClient.CompositeMapper;
41
+ export declare const HeaderField: coreClient.CompositeMapper;
42
+ export declare const WebTestPropertiesValidationRules: coreClient.CompositeMapper;
43
+ export declare const WebTestPropertiesValidationRulesContentValidation: coreClient.CompositeMapper;
44
+ export declare const WebtestsResource: coreClient.CompositeMapper;
45
+ export declare const ApplicationInsightsComponentAnalyticsItem: coreClient.CompositeMapper;
46
+ export declare const ApplicationInsightsComponentAnalyticsItemProperties: coreClient.CompositeMapper;
47
+ export declare const OperationListResult: coreClient.CompositeMapper;
48
+ export declare const Operation: coreClient.CompositeMapper;
49
+ export declare const OperationDisplay: coreClient.CompositeMapper;
50
+ export declare const ErrorResponse: coreClient.CompositeMapper;
51
+ export declare const ErrorFieldContract: coreClient.CompositeMapper;
52
+ export declare const WorkbookTemplatesListResult: coreClient.CompositeMapper;
53
+ export declare const WorkbookTemplateGallery: coreClient.CompositeMapper;
54
+ export declare const WorkbookTemplateLocalizedGallery: coreClient.CompositeMapper;
55
+ export declare const WorkbookTemplateResource: coreClient.CompositeMapper;
56
+ export declare const WorkbookTemplateError: coreClient.CompositeMapper;
57
+ export declare const WorkbookTemplateErrorBody: coreClient.CompositeMapper;
58
+ export declare const WorkbookTemplateErrorFieldContract: coreClient.CompositeMapper;
59
+ export declare const WorkbookTemplateUpdateParameters: coreClient.CompositeMapper;
60
+ export declare const WorkbooksListResult: coreClient.CompositeMapper;
61
+ export declare const SystemData: coreClient.CompositeMapper;
62
+ export declare const ManagedServiceIdentity: coreClient.CompositeMapper;
63
+ export declare const UserAssignedIdentity: coreClient.CompositeMapper;
64
+ export declare const Resource: coreClient.CompositeMapper;
65
+ export declare const WorkbookError: coreClient.CompositeMapper;
66
+ export declare const WorkbookErrorDefinition: coreClient.CompositeMapper;
67
+ export declare const WorkbookInnerErrorTrace: coreClient.CompositeMapper;
68
+ export declare const WorkbookUpdateParameters: coreClient.CompositeMapper;
69
+ export declare const LiveTokenResponse: coreClient.CompositeMapper;
70
+ export declare const ErrorResponseLinkedStorage: coreClient.CompositeMapper;
71
+ export declare const ErrorResponseLinkedStorageError: coreClient.CompositeMapper;
72
+ export declare const ComponentLinkedStorageAccountsPatch: coreClient.CompositeMapper;
73
+ export declare const DeletedWorkbooksListResult: coreClient.CompositeMapper;
74
+ export declare const ResourceAutoGenerated: coreClient.CompositeMapper;
75
+ export declare const DeletedWorkbookError: coreClient.CompositeMapper;
76
+ export declare const DeletedWorkbookErrorDefinition: coreClient.CompositeMapper;
77
+ export declare const DeletedWorkbookInnerErrorTrace: coreClient.CompositeMapper;
78
+ export declare const OperationsListResult: coreClient.CompositeMapper;
79
+ export declare const OperationLive: coreClient.CompositeMapper;
80
+ export declare const OperationInfo: coreClient.CompositeMapper;
81
+ export declare const ApplicationInsightsComponent: coreClient.CompositeMapper;
82
+ export declare const WebTest: coreClient.CompositeMapper;
83
+ export declare const WorkbookTemplate: coreClient.CompositeMapper;
84
+ export declare const WorkbookResourceIdentity: coreClient.CompositeMapper;
85
+ export declare const TrackedResource: coreClient.CompositeMapper;
86
+ export declare const ProxyResource: coreClient.CompositeMapper;
87
+ export declare const TrackedResourceAutoGenerated: coreClient.CompositeMapper;
88
+ export declare const WorkbookResource: coreClient.CompositeMapper;
89
+ export declare const ComponentLinkedStorageAccounts: coreClient.CompositeMapper;
90
+ export declare const DeletedWorkbookResource: coreClient.CompositeMapper;
91
+ export declare const Workbook: coreClient.CompositeMapper;
92
+ export declare const DeletedWorkbook: coreClient.CompositeMapper;
93
+ //# sourceMappingURL=mappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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"}