@azure/keyvault-certificates 4.9.1-alpha.20250115.1 → 4.9.1-alpha.20250120.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (377) hide show
  1. package/dist/browser/certificatesModels.d.ts +6 -1
  2. package/dist/browser/certificatesModels.d.ts.map +1 -1
  3. package/dist/browser/certificatesModels.js.map +1 -1
  4. package/dist/browser/generated/api/index.d.ts +4 -0
  5. package/dist/browser/generated/api/index.d.ts.map +1 -0
  6. package/dist/browser/generated/api/index.js +5 -0
  7. package/dist/browser/generated/api/index.js.map +1 -0
  8. package/dist/browser/generated/api/keyVaultContext.d.ts +14 -0
  9. package/dist/browser/generated/api/keyVaultContext.d.ts.map +1 -0
  10. package/dist/browser/generated/api/keyVaultContext.js +37 -0
  11. package/dist/browser/generated/api/keyVaultContext.js.map +1 -0
  12. package/dist/browser/generated/api/operations.d.ts +113 -0
  13. package/dist/browser/generated/api/operations.d.ts.map +1 -0
  14. package/dist/browser/generated/api/operations.js +467 -0
  15. package/dist/browser/generated/api/operations.js.map +1 -0
  16. package/dist/browser/generated/api/options.d.ts +95 -0
  17. package/dist/browser/generated/api/options.d.ts.map +1 -0
  18. package/dist/browser/generated/api/options.js +4 -0
  19. package/dist/browser/generated/api/options.js.map +1 -0
  20. package/dist/browser/generated/helpers/serializerHelpers.d.ts +3 -0
  21. package/dist/browser/generated/helpers/serializerHelpers.d.ts.map +1 -0
  22. package/dist/browser/generated/helpers/serializerHelpers.js +25 -0
  23. package/dist/browser/generated/helpers/serializerHelpers.js.map +1 -0
  24. package/dist/browser/generated/index.d.ts +4 -1
  25. package/dist/browser/generated/index.d.ts.map +1 -1
  26. package/dist/browser/generated/index.js +3 -8
  27. package/dist/browser/generated/index.js.map +1 -1
  28. package/dist/browser/generated/keyVaultClient.d.ts +66 -276
  29. package/dist/browser/generated/keyVaultClient.d.ts.map +1 -1
  30. package/dist/browser/generated/keyVaultClient.js +118 -960
  31. package/dist/browser/generated/keyVaultClient.js.map +1 -1
  32. package/dist/browser/generated/logger.d.ts +2 -0
  33. package/dist/browser/generated/logger.d.ts.map +1 -0
  34. package/dist/browser/generated/logger.js +5 -0
  35. package/dist/browser/generated/logger.js.map +1 -0
  36. package/dist/browser/generated/models/index.d.ts +1 -812
  37. package/dist/browser/generated/models/index.d.ts.map +1 -1
  38. package/dist/browser/generated/models/index.js +3 -62
  39. package/dist/browser/generated/models/index.js.map +1 -1
  40. package/dist/browser/generated/models/models.d.ts +565 -0
  41. package/dist/browser/generated/models/models.d.ts.map +1 -0
  42. package/dist/browser/generated/models/models.js +690 -0
  43. package/dist/browser/generated/models/models.js.map +1 -0
  44. package/dist/browser/generated/static-helpers/pagingHelpers.d.ts +72 -0
  45. package/dist/browser/generated/static-helpers/pagingHelpers.d.ts.map +1 -0
  46. package/dist/browser/generated/static-helpers/pagingHelpers.js +139 -0
  47. package/dist/browser/generated/static-helpers/pagingHelpers.js.map +1 -0
  48. package/dist/browser/index.d.ts +3 -11
  49. package/dist/browser/index.d.ts.map +1 -1
  50. package/dist/browser/index.js +74 -308
  51. package/dist/browser/index.js.map +1 -1
  52. package/dist/browser/lro/create/operation.d.ts +2 -3
  53. package/dist/browser/lro/create/operation.d.ts.map +1 -1
  54. package/dist/browser/lro/create/operation.js +11 -14
  55. package/dist/browser/lro/create/operation.js.map +1 -1
  56. package/dist/browser/lro/create/poller.d.ts.map +1 -1
  57. package/dist/browser/lro/create/poller.js +2 -2
  58. package/dist/browser/lro/create/poller.js.map +1 -1
  59. package/dist/browser/lro/delete/operation.d.ts +2 -3
  60. package/dist/browser/lro/delete/operation.d.ts.map +1 -1
  61. package/dist/browser/lro/delete/operation.js +4 -8
  62. package/dist/browser/lro/delete/operation.js.map +1 -1
  63. package/dist/browser/lro/delete/poller.d.ts.map +1 -1
  64. package/dist/browser/lro/delete/poller.js +2 -2
  65. package/dist/browser/lro/delete/poller.js.map +1 -1
  66. package/dist/browser/lro/keyVaultCertificatePoller.d.ts +1 -1
  67. package/dist/browser/lro/keyVaultCertificatePoller.d.ts.map +1 -1
  68. package/dist/browser/lro/keyVaultCertificatePoller.js.map +1 -1
  69. package/dist/browser/lro/operation/operation.d.ts +2 -3
  70. package/dist/browser/lro/operation/operation.d.ts.map +1 -1
  71. package/dist/browser/lro/operation/operation.js +6 -13
  72. package/dist/browser/lro/operation/operation.js.map +1 -1
  73. package/dist/browser/lro/operation/poller.d.ts.map +1 -1
  74. package/dist/browser/lro/operation/poller.js +2 -2
  75. package/dist/browser/lro/operation/poller.js.map +1 -1
  76. package/dist/browser/lro/recover/operation.d.ts +2 -3
  77. package/dist/browser/lro/recover/operation.d.ts.map +1 -1
  78. package/dist/browser/lro/recover/operation.js +4 -8
  79. package/dist/browser/lro/recover/operation.js.map +1 -1
  80. package/dist/browser/lro/recover/poller.d.ts.map +1 -1
  81. package/dist/browser/lro/recover/poller.js +2 -2
  82. package/dist/browser/lro/recover/poller.js.map +1 -1
  83. package/dist/browser/transformations.d.ts +3 -1
  84. package/dist/browser/transformations.d.ts.map +1 -1
  85. package/dist/browser/transformations.js +34 -2
  86. package/dist/browser/transformations.js.map +1 -1
  87. package/dist/commonjs/certificatesModels.d.ts +6 -1
  88. package/dist/commonjs/certificatesModels.d.ts.map +1 -1
  89. package/dist/commonjs/certificatesModels.js.map +1 -1
  90. package/dist/commonjs/generated/api/index.d.ts +4 -0
  91. package/dist/commonjs/generated/api/index.d.ts.map +1 -0
  92. package/dist/commonjs/generated/api/index.js +36 -0
  93. package/dist/commonjs/generated/api/index.js.map +1 -0
  94. package/dist/commonjs/generated/api/keyVaultContext.d.ts +14 -0
  95. package/dist/commonjs/generated/api/keyVaultContext.d.ts.map +1 -0
  96. package/dist/commonjs/generated/api/keyVaultContext.js +40 -0
  97. package/dist/commonjs/generated/api/keyVaultContext.js.map +1 -0
  98. package/dist/commonjs/generated/api/operations.d.ts +113 -0
  99. package/dist/commonjs/generated/api/operations.d.ts.map +1 -0
  100. package/dist/commonjs/generated/api/operations.js +550 -0
  101. package/dist/commonjs/generated/api/operations.js.map +1 -0
  102. package/dist/commonjs/generated/api/options.d.ts +95 -0
  103. package/dist/commonjs/generated/api/options.d.ts.map +1 -0
  104. package/dist/commonjs/generated/api/options.js +5 -0
  105. package/dist/commonjs/generated/api/options.js.map +1 -0
  106. package/dist/commonjs/generated/helpers/serializerHelpers.d.ts +3 -0
  107. package/dist/commonjs/generated/helpers/serializerHelpers.d.ts.map +1 -0
  108. package/dist/commonjs/generated/helpers/serializerHelpers.js +28 -0
  109. package/dist/commonjs/generated/helpers/serializerHelpers.js.map +1 -0
  110. package/dist/commonjs/generated/index.d.ts +4 -1
  111. package/dist/commonjs/generated/index.d.ts.map +1 -1
  112. package/dist/commonjs/generated/index.js +9 -10
  113. package/dist/commonjs/generated/index.js.map +1 -1
  114. package/dist/commonjs/generated/keyVaultClient.d.ts +66 -276
  115. package/dist/commonjs/generated/keyVaultClient.d.ts.map +1 -1
  116. package/dist/commonjs/generated/keyVaultClient.js +118 -961
  117. package/dist/commonjs/generated/keyVaultClient.js.map +1 -1
  118. package/dist/commonjs/generated/logger.d.ts +2 -0
  119. package/dist/commonjs/generated/logger.d.ts.map +1 -0
  120. package/dist/commonjs/generated/logger.js +8 -0
  121. package/dist/commonjs/generated/logger.js.map +1 -0
  122. package/dist/commonjs/generated/models/index.d.ts +1 -812
  123. package/dist/commonjs/generated/models/index.d.ts.map +1 -1
  124. package/dist/commonjs/generated/models/index.js +9 -63
  125. package/dist/commonjs/generated/models/index.js.map +1 -1
  126. package/dist/commonjs/generated/models/models.d.ts +565 -0
  127. package/dist/commonjs/generated/models/models.d.ts.map +1 -0
  128. package/dist/commonjs/generated/models/models.js +754 -0
  129. package/dist/commonjs/generated/models/models.js.map +1 -0
  130. package/dist/commonjs/generated/static-helpers/pagingHelpers.d.ts +72 -0
  131. package/dist/commonjs/generated/static-helpers/pagingHelpers.d.ts.map +1 -0
  132. package/dist/commonjs/generated/static-helpers/pagingHelpers.js +142 -0
  133. package/dist/commonjs/generated/static-helpers/pagingHelpers.js.map +1 -0
  134. package/dist/commonjs/index.d.ts +3 -11
  135. package/dist/commonjs/index.d.ts.map +1 -1
  136. package/dist/commonjs/index.js +73 -307
  137. package/dist/commonjs/index.js.map +1 -1
  138. package/dist/commonjs/lro/create/operation.d.ts +2 -3
  139. package/dist/commonjs/lro/create/operation.d.ts.map +1 -1
  140. package/dist/commonjs/lro/create/operation.js +11 -14
  141. package/dist/commonjs/lro/create/operation.js.map +1 -1
  142. package/dist/commonjs/lro/create/poller.d.ts.map +1 -1
  143. package/dist/commonjs/lro/create/poller.js +2 -2
  144. package/dist/commonjs/lro/create/poller.js.map +1 -1
  145. package/dist/commonjs/lro/delete/operation.d.ts +2 -3
  146. package/dist/commonjs/lro/delete/operation.d.ts.map +1 -1
  147. package/dist/commonjs/lro/delete/operation.js +4 -8
  148. package/dist/commonjs/lro/delete/operation.js.map +1 -1
  149. package/dist/commonjs/lro/delete/poller.d.ts.map +1 -1
  150. package/dist/commonjs/lro/delete/poller.js +2 -2
  151. package/dist/commonjs/lro/delete/poller.js.map +1 -1
  152. package/dist/commonjs/lro/keyVaultCertificatePoller.d.ts +1 -1
  153. package/dist/commonjs/lro/keyVaultCertificatePoller.d.ts.map +1 -1
  154. package/dist/commonjs/lro/keyVaultCertificatePoller.js.map +1 -1
  155. package/dist/commonjs/lro/operation/operation.d.ts +2 -3
  156. package/dist/commonjs/lro/operation/operation.d.ts.map +1 -1
  157. package/dist/commonjs/lro/operation/operation.js +6 -13
  158. package/dist/commonjs/lro/operation/operation.js.map +1 -1
  159. package/dist/commonjs/lro/operation/poller.d.ts.map +1 -1
  160. package/dist/commonjs/lro/operation/poller.js +2 -2
  161. package/dist/commonjs/lro/operation/poller.js.map +1 -1
  162. package/dist/commonjs/lro/recover/operation.d.ts +2 -3
  163. package/dist/commonjs/lro/recover/operation.d.ts.map +1 -1
  164. package/dist/commonjs/lro/recover/operation.js +4 -8
  165. package/dist/commonjs/lro/recover/operation.js.map +1 -1
  166. package/dist/commonjs/lro/recover/poller.d.ts.map +1 -1
  167. package/dist/commonjs/lro/recover/poller.js +2 -2
  168. package/dist/commonjs/lro/recover/poller.js.map +1 -1
  169. package/dist/commonjs/transformations.d.ts +3 -1
  170. package/dist/commonjs/transformations.d.ts.map +1 -1
  171. package/dist/commonjs/transformations.js +35 -2
  172. package/dist/commonjs/transformations.js.map +1 -1
  173. package/dist/esm/certificatesModels.d.ts +6 -1
  174. package/dist/esm/certificatesModels.d.ts.map +1 -1
  175. package/dist/esm/certificatesModels.js.map +1 -1
  176. package/dist/esm/generated/api/index.d.ts +4 -0
  177. package/dist/esm/generated/api/index.d.ts.map +1 -0
  178. package/dist/esm/generated/api/index.js +5 -0
  179. package/dist/esm/generated/api/index.js.map +1 -0
  180. package/dist/esm/generated/api/keyVaultContext.d.ts +14 -0
  181. package/dist/esm/generated/api/keyVaultContext.d.ts.map +1 -0
  182. package/dist/esm/generated/api/keyVaultContext.js +37 -0
  183. package/dist/esm/generated/api/keyVaultContext.js.map +1 -0
  184. package/dist/esm/generated/api/operations.d.ts +113 -0
  185. package/dist/esm/generated/api/operations.d.ts.map +1 -0
  186. package/dist/esm/generated/api/operations.js +467 -0
  187. package/dist/esm/generated/api/operations.js.map +1 -0
  188. package/dist/esm/generated/api/options.d.ts +95 -0
  189. package/dist/esm/generated/api/options.d.ts.map +1 -0
  190. package/dist/esm/generated/api/options.js +4 -0
  191. package/dist/esm/generated/api/options.js.map +1 -0
  192. package/dist/esm/generated/helpers/serializerHelpers.d.ts +3 -0
  193. package/dist/esm/generated/helpers/serializerHelpers.d.ts.map +1 -0
  194. package/dist/esm/generated/helpers/serializerHelpers.js +25 -0
  195. package/dist/esm/generated/helpers/serializerHelpers.js.map +1 -0
  196. package/dist/esm/generated/index.d.ts +4 -1
  197. package/dist/esm/generated/index.d.ts.map +1 -1
  198. package/dist/esm/generated/index.js +3 -8
  199. package/dist/esm/generated/index.js.map +1 -1
  200. package/dist/esm/generated/keyVaultClient.d.ts +66 -276
  201. package/dist/esm/generated/keyVaultClient.d.ts.map +1 -1
  202. package/dist/esm/generated/keyVaultClient.js +118 -960
  203. package/dist/esm/generated/keyVaultClient.js.map +1 -1
  204. package/dist/esm/generated/logger.d.ts +2 -0
  205. package/dist/esm/generated/logger.d.ts.map +1 -0
  206. package/dist/esm/generated/logger.js +5 -0
  207. package/dist/esm/generated/logger.js.map +1 -0
  208. package/dist/esm/generated/models/index.d.ts +1 -812
  209. package/dist/esm/generated/models/index.d.ts.map +1 -1
  210. package/dist/esm/generated/models/index.js +3 -62
  211. package/dist/esm/generated/models/index.js.map +1 -1
  212. package/dist/esm/generated/models/models.d.ts +565 -0
  213. package/dist/esm/generated/models/models.d.ts.map +1 -0
  214. package/dist/esm/generated/models/models.js +690 -0
  215. package/dist/esm/generated/models/models.js.map +1 -0
  216. package/dist/esm/generated/static-helpers/pagingHelpers.d.ts +72 -0
  217. package/dist/esm/generated/static-helpers/pagingHelpers.d.ts.map +1 -0
  218. package/dist/esm/generated/static-helpers/pagingHelpers.js +139 -0
  219. package/dist/esm/generated/static-helpers/pagingHelpers.js.map +1 -0
  220. package/dist/esm/index.d.ts +3 -11
  221. package/dist/esm/index.d.ts.map +1 -1
  222. package/dist/esm/index.js +74 -308
  223. package/dist/esm/index.js.map +1 -1
  224. package/dist/esm/lro/create/operation.d.ts +2 -3
  225. package/dist/esm/lro/create/operation.d.ts.map +1 -1
  226. package/dist/esm/lro/create/operation.js +11 -14
  227. package/dist/esm/lro/create/operation.js.map +1 -1
  228. package/dist/esm/lro/create/poller.d.ts.map +1 -1
  229. package/dist/esm/lro/create/poller.js +2 -2
  230. package/dist/esm/lro/create/poller.js.map +1 -1
  231. package/dist/esm/lro/delete/operation.d.ts +2 -3
  232. package/dist/esm/lro/delete/operation.d.ts.map +1 -1
  233. package/dist/esm/lro/delete/operation.js +4 -8
  234. package/dist/esm/lro/delete/operation.js.map +1 -1
  235. package/dist/esm/lro/delete/poller.d.ts.map +1 -1
  236. package/dist/esm/lro/delete/poller.js +2 -2
  237. package/dist/esm/lro/delete/poller.js.map +1 -1
  238. package/dist/esm/lro/keyVaultCertificatePoller.d.ts +1 -1
  239. package/dist/esm/lro/keyVaultCertificatePoller.d.ts.map +1 -1
  240. package/dist/esm/lro/keyVaultCertificatePoller.js.map +1 -1
  241. package/dist/esm/lro/operation/operation.d.ts +2 -3
  242. package/dist/esm/lro/operation/operation.d.ts.map +1 -1
  243. package/dist/esm/lro/operation/operation.js +6 -13
  244. package/dist/esm/lro/operation/operation.js.map +1 -1
  245. package/dist/esm/lro/operation/poller.d.ts.map +1 -1
  246. package/dist/esm/lro/operation/poller.js +2 -2
  247. package/dist/esm/lro/operation/poller.js.map +1 -1
  248. package/dist/esm/lro/recover/operation.d.ts +2 -3
  249. package/dist/esm/lro/recover/operation.d.ts.map +1 -1
  250. package/dist/esm/lro/recover/operation.js +4 -8
  251. package/dist/esm/lro/recover/operation.js.map +1 -1
  252. package/dist/esm/lro/recover/poller.d.ts.map +1 -1
  253. package/dist/esm/lro/recover/poller.js +2 -2
  254. package/dist/esm/lro/recover/poller.js.map +1 -1
  255. package/dist/esm/transformations.d.ts +3 -1
  256. package/dist/esm/transformations.d.ts.map +1 -1
  257. package/dist/esm/transformations.js +34 -2
  258. package/dist/esm/transformations.js.map +1 -1
  259. package/dist/react-native/certificatesModels.d.ts +6 -1
  260. package/dist/react-native/certificatesModels.d.ts.map +1 -1
  261. package/dist/react-native/certificatesModels.js.map +1 -1
  262. package/dist/react-native/generated/api/index.d.ts +4 -0
  263. package/dist/react-native/generated/api/index.d.ts.map +1 -0
  264. package/dist/react-native/generated/api/index.js +5 -0
  265. package/dist/react-native/generated/api/index.js.map +1 -0
  266. package/dist/react-native/generated/api/keyVaultContext.d.ts +14 -0
  267. package/dist/react-native/generated/api/keyVaultContext.d.ts.map +1 -0
  268. package/dist/react-native/generated/api/keyVaultContext.js +37 -0
  269. package/dist/react-native/generated/api/keyVaultContext.js.map +1 -0
  270. package/dist/react-native/generated/api/operations.d.ts +113 -0
  271. package/dist/react-native/generated/api/operations.d.ts.map +1 -0
  272. package/dist/react-native/generated/api/operations.js +467 -0
  273. package/dist/react-native/generated/api/operations.js.map +1 -0
  274. package/dist/react-native/generated/api/options.d.ts +95 -0
  275. package/dist/react-native/generated/api/options.d.ts.map +1 -0
  276. package/dist/react-native/generated/api/options.js +4 -0
  277. package/dist/react-native/generated/api/options.js.map +1 -0
  278. package/dist/react-native/generated/helpers/serializerHelpers.d.ts +3 -0
  279. package/dist/react-native/generated/helpers/serializerHelpers.d.ts.map +1 -0
  280. package/dist/react-native/generated/helpers/serializerHelpers.js +25 -0
  281. package/dist/react-native/generated/helpers/serializerHelpers.js.map +1 -0
  282. package/dist/react-native/generated/index.d.ts +4 -1
  283. package/dist/react-native/generated/index.d.ts.map +1 -1
  284. package/dist/react-native/generated/index.js +3 -8
  285. package/dist/react-native/generated/index.js.map +1 -1
  286. package/dist/react-native/generated/keyVaultClient.d.ts +66 -276
  287. package/dist/react-native/generated/keyVaultClient.d.ts.map +1 -1
  288. package/dist/react-native/generated/keyVaultClient.js +118 -960
  289. package/dist/react-native/generated/keyVaultClient.js.map +1 -1
  290. package/dist/react-native/generated/logger.d.ts +2 -0
  291. package/dist/react-native/generated/logger.d.ts.map +1 -0
  292. package/dist/react-native/generated/logger.js +5 -0
  293. package/dist/react-native/generated/logger.js.map +1 -0
  294. package/dist/react-native/generated/models/index.d.ts +1 -812
  295. package/dist/react-native/generated/models/index.d.ts.map +1 -1
  296. package/dist/react-native/generated/models/index.js +3 -62
  297. package/dist/react-native/generated/models/index.js.map +1 -1
  298. package/dist/react-native/generated/models/models.d.ts +565 -0
  299. package/dist/react-native/generated/models/models.d.ts.map +1 -0
  300. package/dist/react-native/generated/models/models.js +690 -0
  301. package/dist/react-native/generated/models/models.js.map +1 -0
  302. package/dist/react-native/generated/static-helpers/pagingHelpers.d.ts +72 -0
  303. package/dist/react-native/generated/static-helpers/pagingHelpers.d.ts.map +1 -0
  304. package/dist/react-native/generated/static-helpers/pagingHelpers.js +139 -0
  305. package/dist/react-native/generated/static-helpers/pagingHelpers.js.map +1 -0
  306. package/dist/react-native/index.d.ts +3 -11
  307. package/dist/react-native/index.d.ts.map +1 -1
  308. package/dist/react-native/index.js +74 -308
  309. package/dist/react-native/index.js.map +1 -1
  310. package/dist/react-native/lro/create/operation.d.ts +2 -3
  311. package/dist/react-native/lro/create/operation.d.ts.map +1 -1
  312. package/dist/react-native/lro/create/operation.js +11 -14
  313. package/dist/react-native/lro/create/operation.js.map +1 -1
  314. package/dist/react-native/lro/create/poller.d.ts.map +1 -1
  315. package/dist/react-native/lro/create/poller.js +2 -2
  316. package/dist/react-native/lro/create/poller.js.map +1 -1
  317. package/dist/react-native/lro/delete/operation.d.ts +2 -3
  318. package/dist/react-native/lro/delete/operation.d.ts.map +1 -1
  319. package/dist/react-native/lro/delete/operation.js +4 -8
  320. package/dist/react-native/lro/delete/operation.js.map +1 -1
  321. package/dist/react-native/lro/delete/poller.d.ts.map +1 -1
  322. package/dist/react-native/lro/delete/poller.js +2 -2
  323. package/dist/react-native/lro/delete/poller.js.map +1 -1
  324. package/dist/react-native/lro/keyVaultCertificatePoller.d.ts +1 -1
  325. package/dist/react-native/lro/keyVaultCertificatePoller.d.ts.map +1 -1
  326. package/dist/react-native/lro/keyVaultCertificatePoller.js.map +1 -1
  327. package/dist/react-native/lro/operation/operation.d.ts +2 -3
  328. package/dist/react-native/lro/operation/operation.d.ts.map +1 -1
  329. package/dist/react-native/lro/operation/operation.js +6 -13
  330. package/dist/react-native/lro/operation/operation.js.map +1 -1
  331. package/dist/react-native/lro/operation/poller.d.ts.map +1 -1
  332. package/dist/react-native/lro/operation/poller.js +2 -2
  333. package/dist/react-native/lro/operation/poller.js.map +1 -1
  334. package/dist/react-native/lro/recover/operation.d.ts +2 -3
  335. package/dist/react-native/lro/recover/operation.d.ts.map +1 -1
  336. package/dist/react-native/lro/recover/operation.js +4 -8
  337. package/dist/react-native/lro/recover/operation.js.map +1 -1
  338. package/dist/react-native/lro/recover/poller.d.ts.map +1 -1
  339. package/dist/react-native/lro/recover/poller.js +2 -2
  340. package/dist/react-native/lro/recover/poller.js.map +1 -1
  341. package/dist/react-native/transformations.d.ts +3 -1
  342. package/dist/react-native/transformations.d.ts.map +1 -1
  343. package/dist/react-native/transformations.js +34 -2
  344. package/dist/react-native/transformations.js.map +1 -1
  345. package/package.json +3 -3
  346. package/dist/browser/generated/models/mappers.d.ts +0 -41
  347. package/dist/browser/generated/models/mappers.d.ts.map +0 -1
  348. package/dist/browser/generated/models/mappers.js +0 -1191
  349. package/dist/browser/generated/models/mappers.js.map +0 -1
  350. package/dist/browser/generated/models/parameters.d.ts +0 -39
  351. package/dist/browser/generated/models/parameters.d.ts.map +0 -1
  352. package/dist/browser/generated/models/parameters.js +0 -232
  353. package/dist/browser/generated/models/parameters.js.map +0 -1
  354. package/dist/commonjs/generated/models/mappers.d.ts +0 -41
  355. package/dist/commonjs/generated/models/mappers.d.ts.map +0 -1
  356. package/dist/commonjs/generated/models/mappers.js +0 -1194
  357. package/dist/commonjs/generated/models/mappers.js.map +0 -1
  358. package/dist/commonjs/generated/models/parameters.d.ts +0 -39
  359. package/dist/commonjs/generated/models/parameters.d.ts.map +0 -1
  360. package/dist/commonjs/generated/models/parameters.js +0 -235
  361. package/dist/commonjs/generated/models/parameters.js.map +0 -1
  362. package/dist/esm/generated/models/mappers.d.ts +0 -41
  363. package/dist/esm/generated/models/mappers.d.ts.map +0 -1
  364. package/dist/esm/generated/models/mappers.js +0 -1191
  365. package/dist/esm/generated/models/mappers.js.map +0 -1
  366. package/dist/esm/generated/models/parameters.d.ts +0 -39
  367. package/dist/esm/generated/models/parameters.d.ts.map +0 -1
  368. package/dist/esm/generated/models/parameters.js +0 -232
  369. package/dist/esm/generated/models/parameters.js.map +0 -1
  370. package/dist/react-native/generated/models/mappers.d.ts +0 -41
  371. package/dist/react-native/generated/models/mappers.d.ts.map +0 -1
  372. package/dist/react-native/generated/models/mappers.js +0 -1191
  373. package/dist/react-native/generated/models/mappers.js.map +0 -1
  374. package/dist/react-native/generated/models/parameters.d.ts +0 -39
  375. package/dist/react-native/generated/models/parameters.d.ts.map +0 -1
  376. package/dist/react-native/generated/models/parameters.js +0 -232
  377. package/dist/react-native/generated/models/parameters.js.map +0 -1
@@ -0,0 +1,565 @@
1
+ /** The certificate list result. */
2
+ export interface _CertificateListResult {
3
+ /** A response message containing a list of certificates in the key vault along with a link to the next page of certificates. */
4
+ value?: CertificateItem[];
5
+ /** The URL to get the next set of certificates. */
6
+ readonly nextLink?: string;
7
+ }
8
+ export declare function _certificateListResultDeserializer(item: any): _CertificateListResult;
9
+ export declare function certificateItemArrayDeserializer(result: Array<CertificateItem>): any[];
10
+ /** The certificate item containing certificate metadata. */
11
+ export interface CertificateItem {
12
+ /** Certificate identifier. */
13
+ id?: string;
14
+ /** The certificate management attributes. */
15
+ attributes?: CertificateAttributes;
16
+ /** Application specific metadata in the form of key-value pairs. */
17
+ tags?: Record<string, string>;
18
+ /** Thumbprint of the certificate. */
19
+ x509Thumbprint?: Uint8Array;
20
+ }
21
+ export declare function certificateItemDeserializer(item: any): CertificateItem;
22
+ /** The certificate management attributes. */
23
+ export interface CertificateAttributes {
24
+ /** Determines whether the object is enabled. */
25
+ enabled?: boolean;
26
+ /** Not before date in UTC. */
27
+ notBefore?: Date;
28
+ /** Expiry date in UTC. */
29
+ expires?: Date;
30
+ /** Creation time in UTC. */
31
+ readonly created?: Date;
32
+ /** Last updated time in UTC. */
33
+ readonly updated?: Date;
34
+ /** softDelete data retention days. Value should be >=7 and <=90 when softDelete enabled, otherwise 0. */
35
+ readonly recoverableDays?: number;
36
+ /** Reflects the deletion recovery level currently in effect for certificates in the current vault. If it contains 'Purgeable', the certificate can be permanently deleted by a privileged user; otherwise, only the system can purge the certificate, at the end of the retention interval. */
37
+ readonly recoveryLevel?: DeletionRecoveryLevel;
38
+ }
39
+ export declare function certificateAttributesSerializer(item: CertificateAttributes): any;
40
+ export declare function certificateAttributesDeserializer(item: any): CertificateAttributes;
41
+ /** Reflects the deletion recovery level currently in effect for secrets in the current vault. If it contains 'Purgeable', the secret can be permanently deleted by a privileged user; otherwise, only the system can purge the secret, at the end of the retention interval. */
42
+ export declare enum KnownDeletionRecoveryLevel {
43
+ /** Denotes a vault state in which deletion is an irreversible operation, without the possibility for recovery. This level corresponds to no protection being available against a Delete operation; the data is irretrievably lost upon accepting a Delete operation at the entity level or higher (vault, resource group, subscription etc.) */
44
+ Purgeable = "Purgeable",
45
+ /** Denotes a vault state in which deletion is recoverable, and which also permits immediate and permanent deletion (i.e. purge). This level guarantees the recoverability of the deleted entity during the retention interval (90 days), unless a Purge operation is requested, or the subscription is cancelled. System wil permanently delete it after 90 days, if not recovered */
46
+ RecoverablePurgeable = "Recoverable+Purgeable",
47
+ /** Denotes a vault state in which deletion is recoverable without the possibility for immediate and permanent deletion (i.e. purge). This level guarantees the recoverability of the deleted entity during the retention interval (90 days) and while the subscription is still available. System wil permanently delete it after 90 days, if not recovered */
48
+ Recoverable = "Recoverable",
49
+ /** Denotes a vault and subscription state in which deletion is recoverable within retention interval (90 days), immediate and permanent deletion (i.e. purge) is not permitted, and in which the subscription itself cannot be permanently canceled. System wil permanently delete it after 90 days, if not recovered */
50
+ RecoverableProtectedSubscription = "Recoverable+ProtectedSubscription",
51
+ /** Denotes a vault state in which deletion is recoverable, and which also permits immediate and permanent deletion (i.e. purge when 7 <= SoftDeleteRetentionInDays < 90). This level guarantees the recoverability of the deleted entity during the retention interval, unless a Purge operation is requested, or the subscription is cancelled. */
52
+ CustomizedRecoverablePurgeable = "CustomizedRecoverable+Purgeable",
53
+ /** Denotes a vault state in which deletion is recoverable without the possibility for immediate and permanent deletion (i.e. purge when 7 <= SoftDeleteRetentionInDays < 90).This level guarantees the recoverability of the deleted entity during the retention interval and while the subscription is still available. */
54
+ CustomizedRecoverable = "CustomizedRecoverable",
55
+ /** Denotes a vault and subscription state in which deletion is recoverable, immediate and permanent deletion (i.e. purge) is not permitted, and in which the subscription itself cannot be permanently canceled when 7 <= SoftDeleteRetentionInDays < 90. This level guarantees the recoverability of the deleted entity during the retention interval, and also reflects the fact that the subscription itself cannot be cancelled. */
56
+ CustomizedRecoverableProtectedSubscription = "CustomizedRecoverable+ProtectedSubscription"
57
+ }
58
+ /**
59
+ * Reflects the deletion recovery level currently in effect for secrets in the current vault. If it contains 'Purgeable', the secret can be permanently deleted by a privileged user; otherwise, only the system can purge the secret, at the end of the retention interval. \
60
+ * {@link KnownDeletionRecoveryLevel} can be used interchangeably with DeletionRecoveryLevel,
61
+ * this enum contains the known values that the service supports.
62
+ * ### Known values supported by the service
63
+ * **Purgeable**: Denotes a vault state in which deletion is an irreversible operation, without the possibility for recovery. This level corresponds to no protection being available against a Delete operation; the data is irretrievably lost upon accepting a Delete operation at the entity level or higher (vault, resource group, subscription etc.) \
64
+ * **Recoverable+Purgeable**: Denotes a vault state in which deletion is recoverable, and which also permits immediate and permanent deletion (i.e. purge). This level guarantees the recoverability of the deleted entity during the retention interval (90 days), unless a Purge operation is requested, or the subscription is cancelled. System wil permanently delete it after 90 days, if not recovered \
65
+ * **Recoverable**: Denotes a vault state in which deletion is recoverable without the possibility for immediate and permanent deletion (i.e. purge). This level guarantees the recoverability of the deleted entity during the retention interval (90 days) and while the subscription is still available. System wil permanently delete it after 90 days, if not recovered \
66
+ * **Recoverable+ProtectedSubscription**: Denotes a vault and subscription state in which deletion is recoverable within retention interval (90 days), immediate and permanent deletion (i.e. purge) is not permitted, and in which the subscription itself cannot be permanently canceled. System wil permanently delete it after 90 days, if not recovered \
67
+ * **CustomizedRecoverable+Purgeable**: Denotes a vault state in which deletion is recoverable, and which also permits immediate and permanent deletion (i.e. purge when 7 <= SoftDeleteRetentionInDays < 90). This level guarantees the recoverability of the deleted entity during the retention interval, unless a Purge operation is requested, or the subscription is cancelled. \
68
+ * **CustomizedRecoverable**: Denotes a vault state in which deletion is recoverable without the possibility for immediate and permanent deletion (i.e. purge when 7 <= SoftDeleteRetentionInDays < 90).This level guarantees the recoverability of the deleted entity during the retention interval and while the subscription is still available. \
69
+ * **CustomizedRecoverable+ProtectedSubscription**: Denotes a vault and subscription state in which deletion is recoverable, immediate and permanent deletion (i.e. purge) is not permitted, and in which the subscription itself cannot be permanently canceled when 7 <= SoftDeleteRetentionInDays < 90. This level guarantees the recoverability of the deleted entity during the retention interval, and also reflects the fact that the subscription itself cannot be cancelled.
70
+ */
71
+ export type DeletionRecoveryLevel = string;
72
+ /** The key vault server error. */
73
+ export interface ErrorModel {
74
+ /** The error code. */
75
+ readonly code?: string;
76
+ /** The error message. */
77
+ readonly message?: string;
78
+ /** The key vault server error. */
79
+ readonly innerError?: ErrorModel;
80
+ }
81
+ export declare function errorDeserializer(item: any): ErrorModel;
82
+ /** A Deleted Certificate consisting of its previous id, attributes and its tags, as well as information on when it will be purged. */
83
+ export interface DeletedCertificateBundle {
84
+ /** The certificate id. */
85
+ readonly id?: string;
86
+ /** The key id. */
87
+ readonly kid?: string;
88
+ /** The secret id. */
89
+ readonly sid?: string;
90
+ /** Thumbprint of the certificate. */
91
+ readonly x509Thumbprint?: Uint8Array;
92
+ /** The management policy. */
93
+ readonly policy?: CertificatePolicy;
94
+ /** CER contents of x509 certificate. */
95
+ cer?: Uint8Array;
96
+ /** The content type of the secret. eg. 'application/x-pem-file' or 'application/x-pkcs12', */
97
+ contentType?: string;
98
+ /** The certificate attributes. */
99
+ attributes?: CertificateAttributes;
100
+ /** Application specific metadata in the form of key-value pairs */
101
+ tags?: Record<string, string>;
102
+ /** The url of the recovery object, used to identify and recover the deleted certificate. */
103
+ recoveryId?: string;
104
+ /** The time when the certificate is scheduled to be purged, in UTC */
105
+ readonly scheduledPurgeDate?: Date;
106
+ /** The time when the certificate was deleted, in UTC */
107
+ readonly deletedDate?: Date;
108
+ }
109
+ export declare function deletedCertificateBundleDeserializer(item: any): DeletedCertificateBundle;
110
+ /** Management policy for a certificate. */
111
+ export interface CertificatePolicy {
112
+ /** The certificate id. */
113
+ readonly id?: string;
114
+ /** Properties of the key backing a certificate. */
115
+ keyProperties?: KeyProperties;
116
+ /** Properties of the secret backing a certificate. */
117
+ secretProperties?: SecretProperties;
118
+ /** Properties of the X509 component of a certificate. */
119
+ x509CertificateProperties?: X509CertificateProperties;
120
+ /** Actions that will be performed by Key Vault over the lifetime of a certificate. */
121
+ lifetimeActions?: LifetimeAction[];
122
+ /** Parameters for the issuer of the X509 component of a certificate. */
123
+ issuerParameters?: IssuerParameters;
124
+ /** The certificate attributes. */
125
+ attributes?: CertificateAttributes;
126
+ }
127
+ export declare function certificatePolicySerializer(item: CertificatePolicy): any;
128
+ export declare function certificatePolicyDeserializer(item: any): CertificatePolicy;
129
+ /** Properties of the key pair backing a certificate. */
130
+ export interface KeyProperties {
131
+ /** Indicates if the private key can be exported. Release policy must be provided when creating the first version of an exportable key. */
132
+ exportable?: boolean;
133
+ /** The type of key pair to be used for the certificate. */
134
+ keyType?: JsonWebKeyType;
135
+ /** The key size in bits. For example: 2048, 3072, or 4096 for RSA. */
136
+ keySize?: number;
137
+ /** Indicates if the same key pair will be used on certificate renewal. */
138
+ reuseKey?: boolean;
139
+ /** Elliptic curve name. For valid values, see JsonWebKeyCurveName. */
140
+ curve?: JsonWebKeyCurveName;
141
+ }
142
+ export declare function keyPropertiesSerializer(item: KeyProperties): any;
143
+ export declare function keyPropertiesDeserializer(item: any): KeyProperties;
144
+ /** The type of key pair to be used for the certificate. */
145
+ export declare enum KnownJsonWebKeyType {
146
+ /** Elliptic Curve. */
147
+ EC = "EC",
148
+ /** Elliptic Curve with a private key which is not exportable from the HSM. */
149
+ EC_HSM = "EC-HSM",
150
+ /** RSA (https://tools.ietf.org/html/rfc3447). */
151
+ RSA = "RSA",
152
+ /** RSA with a private key which is not exportable from the HSM. */
153
+ RSA_HSM = "RSA-HSM",
154
+ /** Octet sequence (used to represent symmetric keys). */
155
+ oct = "oct",
156
+ /** Octet sequence with a private key which is not exportable from the HSM. */
157
+ oct_HSM = "oct-HSM"
158
+ }
159
+ /**
160
+ * The type of key pair to be used for the certificate. \
161
+ * {@link KnownJsonWebKeyType} can be used interchangeably with JsonWebKeyType,
162
+ * this enum contains the known values that the service supports.
163
+ * ### Known values supported by the service
164
+ * **EC**: Elliptic Curve. \
165
+ * **EC-HSM**: Elliptic Curve with a private key which is not exportable from the HSM. \
166
+ * **RSA**: RSA (https:\//tools.ietf.org\/html\/rfc3447). \
167
+ * **RSA-HSM**: RSA with a private key which is not exportable from the HSM. \
168
+ * **oct**: Octet sequence (used to represent symmetric keys). \
169
+ * **oct-HSM**: Octet sequence with a private key which is not exportable from the HSM.
170
+ */
171
+ export type JsonWebKeyType = string;
172
+ /** Elliptic curve name. For valid values, see JsonWebKeyCurveName. */
173
+ export declare enum KnownJsonWebKeyCurveName {
174
+ /** The NIST P-256 elliptic curve, AKA SECG curve SECP256R1. */
175
+ P_256 = "P-256",
176
+ /** The NIST P-384 elliptic curve, AKA SECG curve SECP384R1. */
177
+ P_384 = "P-384",
178
+ /** The NIST P-521 elliptic curve, AKA SECG curve SECP521R1. */
179
+ P_521 = "P-521",
180
+ /** The SECG SECP256K1 elliptic curve. */
181
+ P_256K = "P-256K"
182
+ }
183
+ /**
184
+ * Elliptic curve name. For valid values, see JsonWebKeyCurveName. \
185
+ * {@link KnownJsonWebKeyCurveName} can be used interchangeably with JsonWebKeyCurveName,
186
+ * this enum contains the known values that the service supports.
187
+ * ### Known values supported by the service
188
+ * **P-256**: The NIST P-256 elliptic curve, AKA SECG curve SECP256R1. \
189
+ * **P-384**: The NIST P-384 elliptic curve, AKA SECG curve SECP384R1. \
190
+ * **P-521**: The NIST P-521 elliptic curve, AKA SECG curve SECP521R1. \
191
+ * **P-256K**: The SECG SECP256K1 elliptic curve.
192
+ */
193
+ export type JsonWebKeyCurveName = string;
194
+ /** Properties of the key backing a certificate. */
195
+ export interface SecretProperties {
196
+ /** The media type (MIME type). */
197
+ contentType?: string;
198
+ }
199
+ export declare function secretPropertiesSerializer(item: SecretProperties): any;
200
+ export declare function secretPropertiesDeserializer(item: any): SecretProperties;
201
+ /** Properties of the X509 component of a certificate. */
202
+ export interface X509CertificateProperties {
203
+ /** The subject name. Should be a valid X509 distinguished Name. */
204
+ subject?: string;
205
+ /** The enhanced key usage. */
206
+ ekus?: string[];
207
+ /** The subject alternative names. */
208
+ subjectAlternativeNames?: SubjectAlternativeNames;
209
+ /** Defines how the certificate's key may be used. */
210
+ keyUsage?: KeyUsageType[];
211
+ /** The duration that the certificate is valid in months. */
212
+ validityInMonths?: number;
213
+ }
214
+ export declare function x509CertificatePropertiesSerializer(item: X509CertificateProperties): any;
215
+ export declare function x509CertificatePropertiesDeserializer(item: any): X509CertificateProperties;
216
+ /** The subject alternate names of a X509 object. */
217
+ export interface SubjectAlternativeNames {
218
+ /** Email addresses. */
219
+ emails?: string[];
220
+ /** Domain names. */
221
+ dnsNames?: string[];
222
+ /** User principal names. */
223
+ upns?: string[];
224
+ }
225
+ export declare function subjectAlternativeNamesSerializer(item: SubjectAlternativeNames): any;
226
+ export declare function subjectAlternativeNamesDeserializer(item: any): SubjectAlternativeNames;
227
+ /** Supported usages of a certificate key. */
228
+ export declare enum KnownKeyUsageType {
229
+ /** Indicates that the certificate key can be used as a digital signature. */
230
+ digitalSignature = "digitalSignature",
231
+ /** Indicates that the certificate key can be used for authentication. */
232
+ nonRepudiation = "nonRepudiation",
233
+ /** Indicates that the certificate key can be used for key encryption. */
234
+ keyEncipherment = "keyEncipherment",
235
+ /** Indicates that the certificate key can be used for data encryption. */
236
+ dataEncipherment = "dataEncipherment",
237
+ /** Indicates that the certificate key can be used to determine key agreement, such as a key created using the Diffie-Hellman key agreement algorithm. */
238
+ keyAgreement = "keyAgreement",
239
+ /** Indicates that the certificate key can be used to sign certificates. */
240
+ keyCertSign = "keyCertSign",
241
+ /** Indicates that the certificate key can be used to sign a certificate revocation list. */
242
+ cRLSign = "cRLSign",
243
+ /** Indicates that the certificate key can be used for encryption only. */
244
+ encipherOnly = "encipherOnly",
245
+ /** Indicates that the certificate key can be used for decryption only. */
246
+ decipherOnly = "decipherOnly"
247
+ }
248
+ /**
249
+ * Supported usages of a certificate key. \
250
+ * {@link KnownKeyUsageType} can be used interchangeably with KeyUsageType,
251
+ * this enum contains the known values that the service supports.
252
+ * ### Known values supported by the service
253
+ * **digitalSignature**: Indicates that the certificate key can be used as a digital signature. \
254
+ * **nonRepudiation**: Indicates that the certificate key can be used for authentication. \
255
+ * **keyEncipherment**: Indicates that the certificate key can be used for key encryption. \
256
+ * **dataEncipherment**: Indicates that the certificate key can be used for data encryption. \
257
+ * **keyAgreement**: Indicates that the certificate key can be used to determine key agreement, such as a key created using the Diffie-Hellman key agreement algorithm. \
258
+ * **keyCertSign**: Indicates that the certificate key can be used to sign certificates. \
259
+ * **cRLSign**: Indicates that the certificate key can be used to sign a certificate revocation list. \
260
+ * **encipherOnly**: Indicates that the certificate key can be used for encryption only. \
261
+ * **decipherOnly**: Indicates that the certificate key can be used for decryption only.
262
+ */
263
+ export type KeyUsageType = string;
264
+ export declare function lifetimeActionArraySerializer(result: Array<LifetimeAction>): any[];
265
+ export declare function lifetimeActionArrayDeserializer(result: Array<LifetimeAction>): any[];
266
+ /** Action and its trigger that will be performed by Key Vault over the lifetime of a certificate. */
267
+ export interface LifetimeAction {
268
+ /** The condition that will execute the action. */
269
+ trigger?: Trigger;
270
+ /** The action that will be executed. */
271
+ action?: Action;
272
+ }
273
+ export declare function lifetimeActionSerializer(item: LifetimeAction): any;
274
+ export declare function lifetimeActionDeserializer(item: any): LifetimeAction;
275
+ /** A condition to be satisfied for an action to be executed. */
276
+ export interface Trigger {
277
+ /** Percentage of lifetime at which to trigger. Value should be between 1 and 99. */
278
+ lifetimePercentage?: number;
279
+ /** Days before expiry to attempt renewal. Value should be between 1 and validity_in_months multiplied by 27. If validity_in_months is 36, then value should be between 1 and 972 (36 * 27). */
280
+ daysBeforeExpiry?: number;
281
+ }
282
+ export declare function triggerSerializer(item: Trigger): any;
283
+ export declare function triggerDeserializer(item: any): Trigger;
284
+ /** The action that will be executed. */
285
+ export interface Action {
286
+ /** The type of the action. */
287
+ actionType?: CertificatePolicyAction;
288
+ }
289
+ export declare function actionSerializer(item: Action): any;
290
+ export declare function actionDeserializer(item: any): Action;
291
+ /** The type of the action. */
292
+ export type CertificatePolicyAction = "EmailContacts" | "AutoRenew";
293
+ /** Parameters for the issuer of the X509 component of a certificate. */
294
+ export interface IssuerParameters {
295
+ /** Name of the referenced issuer object or reserved names; for example, 'Self' or 'Unknown'. */
296
+ name?: string;
297
+ /** Certificate type as supported by the provider (optional); for example 'OV-SSL', 'EV-SSL' */
298
+ certificateType?: string;
299
+ /** Indicates if the certificates generated under this policy should be published to certificate transparency logs. */
300
+ certificateTransparency?: boolean;
301
+ }
302
+ export declare function issuerParametersSerializer(item: IssuerParameters): any;
303
+ export declare function issuerParametersDeserializer(item: any): IssuerParameters;
304
+ /** The contacts for the vault certificates. */
305
+ export interface Contacts {
306
+ /** Identifier for the contacts collection. */
307
+ readonly id?: string;
308
+ /** The contact list for the vault certificates. */
309
+ contactList?: Contact[];
310
+ }
311
+ export declare function contactsSerializer(item: Contacts): any;
312
+ export declare function contactsDeserializer(item: any): Contacts;
313
+ export declare function contactArraySerializer(result: Array<Contact>): any[];
314
+ export declare function contactArrayDeserializer(result: Array<Contact>): any[];
315
+ /** The contact information for the vault certificates. */
316
+ export interface Contact {
317
+ /** Email address. */
318
+ emailAddress?: string;
319
+ /** Name. */
320
+ name?: string;
321
+ /** Phone number. */
322
+ phone?: string;
323
+ }
324
+ export declare function contactSerializer(item: Contact): any;
325
+ export declare function contactDeserializer(item: any): Contact;
326
+ /** The certificate issuer list result. */
327
+ export interface _CertificateIssuerListResult {
328
+ /** A response message containing a list of certificate issuers in the key vault along with a link to the next page of certificate issuers. */
329
+ readonly value?: CertificateIssuerItem[];
330
+ /** The URL to get the next set of certificate issuers. */
331
+ readonly nextLink?: string;
332
+ }
333
+ export declare function _certificateIssuerListResultDeserializer(item: any): _CertificateIssuerListResult;
334
+ export declare function certificateIssuerItemArrayDeserializer(result: Array<CertificateIssuerItem>): any[];
335
+ /** The certificate issuer item containing certificate issuer metadata. */
336
+ export interface CertificateIssuerItem {
337
+ /** Certificate Identifier. */
338
+ id?: string;
339
+ /** The issuer provider. */
340
+ provider?: string;
341
+ }
342
+ export declare function certificateIssuerItemDeserializer(item: any): CertificateIssuerItem;
343
+ /** The certificate issuer set parameters. */
344
+ export interface CertificateIssuerSetParameters {
345
+ /** The issuer provider. */
346
+ provider: string;
347
+ /** The credentials to be used for the issuer. */
348
+ credentials?: IssuerCredentials;
349
+ /** Details of the organization as provided to the issuer. */
350
+ organizationDetails?: OrganizationDetails;
351
+ /** Attributes of the issuer object. */
352
+ attributes?: IssuerAttributes;
353
+ }
354
+ export declare function certificateIssuerSetParametersSerializer(item: CertificateIssuerSetParameters): any;
355
+ /** The credentials to be used for the certificate issuer. */
356
+ export interface IssuerCredentials {
357
+ /** The user name/account name/account id. */
358
+ accountId?: string;
359
+ /** The password/secret/account key. */
360
+ password?: string;
361
+ }
362
+ export declare function issuerCredentialsSerializer(item: IssuerCredentials): any;
363
+ export declare function issuerCredentialsDeserializer(item: any): IssuerCredentials;
364
+ /** Details of the organization of the certificate issuer. */
365
+ export interface OrganizationDetails {
366
+ /** Id of the organization. */
367
+ id?: string;
368
+ /** Details of the organization administrator. */
369
+ adminDetails?: AdministratorDetails[];
370
+ }
371
+ export declare function organizationDetailsSerializer(item: OrganizationDetails): any;
372
+ export declare function organizationDetailsDeserializer(item: any): OrganizationDetails;
373
+ export declare function administratorDetailsArraySerializer(result: Array<AdministratorDetails>): any[];
374
+ export declare function administratorDetailsArrayDeserializer(result: Array<AdministratorDetails>): any[];
375
+ /** Details of the organization administrator of the certificate issuer. */
376
+ export interface AdministratorDetails {
377
+ /** First name. */
378
+ firstName?: string;
379
+ /** Last name. */
380
+ lastName?: string;
381
+ /** Email address. */
382
+ emailAddress?: string;
383
+ /** Phone number. */
384
+ phone?: string;
385
+ }
386
+ export declare function administratorDetailsSerializer(item: AdministratorDetails): any;
387
+ export declare function administratorDetailsDeserializer(item: any): AdministratorDetails;
388
+ /** The attributes of an issuer managed by the Key Vault service. */
389
+ export interface IssuerAttributes {
390
+ /** Determines whether the issuer is enabled. */
391
+ enabled?: boolean;
392
+ /** Creation time in UTC. */
393
+ readonly created?: Date;
394
+ /** Last updated time in UTC. */
395
+ readonly updated?: Date;
396
+ }
397
+ export declare function issuerAttributesSerializer(item: IssuerAttributes): any;
398
+ export declare function issuerAttributesDeserializer(item: any): IssuerAttributes;
399
+ /** The issuer for Key Vault certificate. */
400
+ export interface IssuerBundle {
401
+ /** Identifier for the issuer object. */
402
+ readonly id?: string;
403
+ /** The issuer provider. */
404
+ provider?: string;
405
+ /** The credentials to be used for the issuer. */
406
+ credentials?: IssuerCredentials;
407
+ /** Details of the organization as provided to the issuer. */
408
+ organizationDetails?: OrganizationDetails;
409
+ /** Attributes of the issuer object. */
410
+ attributes?: IssuerAttributes;
411
+ }
412
+ export declare function issuerBundleDeserializer(item: any): IssuerBundle;
413
+ /** The certificate issuer update parameters. */
414
+ export interface CertificateIssuerUpdateParameters {
415
+ /** The issuer provider. */
416
+ provider?: string;
417
+ /** The credentials to be used for the issuer. */
418
+ credentials?: IssuerCredentials;
419
+ /** Details of the organization as provided to the issuer. */
420
+ organizationDetails?: OrganizationDetails;
421
+ /** Attributes of the issuer object. */
422
+ attributes?: IssuerAttributes;
423
+ }
424
+ export declare function certificateIssuerUpdateParametersSerializer(item: CertificateIssuerUpdateParameters): any;
425
+ /** The certificate create parameters. */
426
+ export interface CertificateCreateParameters {
427
+ /** The management policy for the certificate. */
428
+ certificatePolicy?: CertificatePolicy;
429
+ /** The attributes of the certificate (optional). */
430
+ certificateAttributes?: CertificateAttributes;
431
+ /** Application specific metadata in the form of key-value pairs. */
432
+ tags?: Record<string, string>;
433
+ }
434
+ export declare function certificateCreateParametersSerializer(item: CertificateCreateParameters): any;
435
+ /** A certificate operation is returned in case of asynchronous requests. */
436
+ export interface CertificateOperation {
437
+ /** The certificate id. */
438
+ readonly id?: string;
439
+ /** Parameters for the issuer of the X509 component of a certificate. */
440
+ issuerParameters?: IssuerParameters;
441
+ /** The certificate signing request (CSR) that is being used in the certificate operation. */
442
+ csr?: Uint8Array;
443
+ /** Indicates if cancellation was requested on the certificate operation. */
444
+ cancellationRequested?: boolean;
445
+ /** Status of the certificate operation. */
446
+ status?: string;
447
+ /** The status details of the certificate operation. */
448
+ statusDetails?: string;
449
+ /** Error encountered, if any, during the certificate operation. */
450
+ error?: ErrorModel;
451
+ /** Location which contains the result of the certificate operation. */
452
+ target?: string;
453
+ /** Identifier for the certificate operation. */
454
+ requestId?: string;
455
+ }
456
+ export declare function certificateOperationDeserializer(item: any): CertificateOperation;
457
+ /** The certificate import parameters. */
458
+ export interface CertificateImportParameters {
459
+ /** Base64 encoded representation of the certificate object to import. This certificate needs to contain the private key. */
460
+ base64EncodedCertificate: string;
461
+ /** If the private key in base64EncodedCertificate is encrypted, the password used for encryption. */
462
+ password?: string;
463
+ /** The management policy for the certificate. */
464
+ certificatePolicy?: CertificatePolicy;
465
+ /** The attributes of the certificate (optional). */
466
+ certificateAttributes?: CertificateAttributes;
467
+ /** Application specific metadata in the form of key-value pairs. */
468
+ tags?: Record<string, string>;
469
+ }
470
+ export declare function certificateImportParametersSerializer(item: CertificateImportParameters): any;
471
+ /** A certificate bundle consists of a certificate (X509) plus its attributes. */
472
+ export interface CertificateBundle {
473
+ /** The certificate id. */
474
+ readonly id?: string;
475
+ /** The key id. */
476
+ readonly kid?: string;
477
+ /** The secret id. */
478
+ readonly sid?: string;
479
+ /** Thumbprint of the certificate. */
480
+ readonly x509Thumbprint?: Uint8Array;
481
+ /** The management policy. */
482
+ readonly policy?: CertificatePolicy;
483
+ /** CER contents of x509 certificate. */
484
+ cer?: Uint8Array;
485
+ /** The content type of the secret. eg. 'application/x-pem-file' or 'application/x-pkcs12', */
486
+ contentType?: string;
487
+ /** The certificate attributes. */
488
+ attributes?: CertificateAttributes;
489
+ /** Application specific metadata in the form of key-value pairs */
490
+ tags?: Record<string, string>;
491
+ }
492
+ export declare function certificateBundleDeserializer(item: any): CertificateBundle;
493
+ /** The certificate update parameters. */
494
+ export interface CertificateUpdateParameters {
495
+ /** The management policy for the certificate. */
496
+ certificatePolicy?: CertificatePolicy;
497
+ /** The attributes of the certificate (optional). */
498
+ certificateAttributes?: CertificateAttributes;
499
+ /** Application specific metadata in the form of key-value pairs. */
500
+ tags?: Record<string, string>;
501
+ }
502
+ export declare function certificateUpdateParametersSerializer(item: CertificateUpdateParameters): any;
503
+ /** The certificate operation update parameters. */
504
+ export interface CertificateOperationUpdateParameter {
505
+ /** Indicates if cancellation was requested on the certificate operation. */
506
+ cancellationRequested: boolean;
507
+ }
508
+ export declare function certificateOperationUpdateParameterSerializer(item: CertificateOperationUpdateParameter): any;
509
+ /** The certificate merge parameters */
510
+ export interface CertificateMergeParameters {
511
+ /** The certificate or the certificate chain to merge. */
512
+ x509Certificates: Uint8Array[];
513
+ /** The attributes of the certificate (optional). */
514
+ certificateAttributes?: CertificateAttributes;
515
+ /** Application specific metadata in the form of key-value pairs. */
516
+ tags?: Record<string, string>;
517
+ }
518
+ export declare function certificateMergeParametersSerializer(item: CertificateMergeParameters): any;
519
+ /** The backup certificate result, containing the backup blob. */
520
+ export interface BackupCertificateResult {
521
+ /** The backup blob containing the backed up certificate. */
522
+ readonly value?: Uint8Array;
523
+ }
524
+ export declare function backupCertificateResultDeserializer(item: any): BackupCertificateResult;
525
+ /** The certificate restore parameters. */
526
+ export interface CertificateRestoreParameters {
527
+ /** The backup blob associated with a certificate bundle. */
528
+ certificateBundleBackup: Uint8Array;
529
+ }
530
+ export declare function certificateRestoreParametersSerializer(item: CertificateRestoreParameters): any;
531
+ /** A list of certificates that have been deleted in this vault. */
532
+ export interface _DeletedCertificateListResult {
533
+ /** A response message containing a list of deleted certificates in the vault along with a link to the next page of deleted certificates. */
534
+ readonly value?: DeletedCertificateItem[];
535
+ /** The URL to get the next set of deleted certificates. */
536
+ readonly nextLink?: string;
537
+ }
538
+ export declare function _deletedCertificateListResultDeserializer(item: any): _DeletedCertificateListResult;
539
+ export declare function deletedCertificateItemArrayDeserializer(result: Array<DeletedCertificateItem>): any[];
540
+ /** The deleted certificate item containing metadata about the deleted certificate. */
541
+ export interface DeletedCertificateItem {
542
+ /** Certificate identifier. */
543
+ id?: string;
544
+ /** The certificate management attributes. */
545
+ attributes?: CertificateAttributes;
546
+ /** Application specific metadata in the form of key-value pairs. */
547
+ tags?: Record<string, string>;
548
+ /** Thumbprint of the certificate. */
549
+ x509Thumbprint?: Uint8Array;
550
+ /** The url of the recovery object, used to identify and recover the deleted certificate. */
551
+ recoveryId?: string;
552
+ /** The time when the certificate is scheduled to be purged, in UTC */
553
+ readonly scheduledPurgeDate?: Date;
554
+ /** The time when the certificate was deleted, in UTC */
555
+ readonly deletedDate?: Date;
556
+ }
557
+ export declare function deletedCertificateItemDeserializer(item: any): DeletedCertificateItem;
558
+ /** The available API versions. */
559
+ export declare enum KnownVersions {
560
+ /** The 7.5 API version. */
561
+ "v7.5" = "7.5",
562
+ /** The 7.6-preview.1 API version. */
563
+ "v7.6_preview.1" = "7.6-preview.1"
564
+ }
565
+ //# sourceMappingURL=models.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../../src/generated/models/models.ts"],"names":[],"mappings":"AAKA,mCAAmC;AACnC,MAAM,WAAW,sBAAsB;IACrC,gIAAgI;IAChI,KAAK,CAAC,EAAE,eAAe,EAAE,CAAC;IAC1B,mDAAmD;IACnD,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,wBAAgB,kCAAkC,CAChD,IAAI,EAAE,GAAG,GACR,sBAAsB,CAOxB;AAED,wBAAgB,gCAAgC,CAC9C,MAAM,EAAE,KAAK,CAAC,eAAe,CAAC,GAC7B,GAAG,EAAE,CAIP;AAED,4DAA4D;AAC5D,MAAM,WAAW,eAAe;IAC9B,8BAA8B;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,6CAA6C;IAC7C,UAAU,CAAC,EAAE,qBAAqB,CAAC;IACnC,oEAAoE;IACpE,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC9B,qCAAqC;IACrC,cAAc,CAAC,EAAE,UAAU,CAAC;CAC7B;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,eAAe,CAatE;AAED,6CAA6C;AAC7C,MAAM,WAAW,qBAAqB;IACpC,gDAAgD;IAChD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,8BAA8B;IAC9B,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,0BAA0B;IAC1B,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,4BAA4B;IAC5B,QAAQ,CAAC,OAAO,CAAC,EAAE,IAAI,CAAC;IACxB,gCAAgC;IAChC,QAAQ,CAAC,OAAO,CAAC,EAAE,IAAI,CAAC;IACxB,yGAAyG;IACzG,QAAQ,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC;IAClC,+RAA+R;IAC/R,QAAQ,CAAC,aAAa,CAAC,EAAE,qBAAqB,CAAC;CAChD;AAED,wBAAgB,+BAA+B,CAC7C,IAAI,EAAE,qBAAqB,GAC1B,GAAG,CAUL;AAED,wBAAgB,iCAAiC,CAC/C,IAAI,EAAE,GAAG,GACR,qBAAqB,CAcvB;AAED,gRAAgR;AAChR,oBAAY,0BAA0B;IACpC,gVAAgV;IAChV,SAAS,cAAc;IACvB,sXAAsX;IACtX,oBAAoB,0BAA0B;IAC9C,+VAA+V;IAC/V,WAAW,gBAAgB;IAC3B,0TAA0T;IAC1T,gCAAgC,sCAAsC;IACtE,oVAAoV;IACpV,8BAA8B,oCAAoC;IAClE,4TAA4T;IAC5T,qBAAqB,0BAA0B;IAC/C,waAAwa;IACxa,0CAA0C,gDAAgD;CAC3F;AAED;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,qBAAqB,GAAG,MAAM,CAAC;AAE3C,kCAAkC;AAClC,MAAM,WAAW,UAAU;IACzB,sBAAsB;IACtB,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,yBAAyB;IACzB,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B,kCAAkC;IAClC,QAAQ,CAAC,UAAU,CAAC,EAAE,UAAU,CAAC;CAClC;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,GAAG,GAAG,UAAU,CAQvD;AAED,sIAAsI;AACtI,MAAM,WAAW,wBAAwB;IACvC,0BAA0B;IAC1B,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB,kBAAkB;IAClB,QAAQ,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC;IACtB,qBAAqB;IACrB,QAAQ,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC;IACtB,qCAAqC;IACrC,QAAQ,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC;IACrC,6BAA6B;IAC7B,QAAQ,CAAC,MAAM,CAAC,EAAE,iBAAiB,CAAC;IACpC,wCAAwC;IACxC,GAAG,CAAC,EAAE,UAAU,CAAC;IACjB,8FAA8F;IAC9F,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kCAAkC;IAClC,UAAU,CAAC,EAAE,qBAAqB,CAAC;IACnC,mEAAmE;IACnE,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC9B,4FAA4F;IAC5F,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,sEAAsE;IACtE,QAAQ,CAAC,kBAAkB,CAAC,EAAE,IAAI,CAAC;IACnC,wDAAwD;IACxD,QAAQ,CAAC,WAAW,CAAC,EAAE,IAAI,CAAC;CAC7B;AAED,wBAAgB,oCAAoC,CAClD,IAAI,EAAE,GAAG,GACR,wBAAwB,CA+B1B;AAED,2CAA2C;AAC3C,MAAM,WAAW,iBAAiB;IAChC,0BAA0B;IAC1B,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB,mDAAmD;IACnD,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,sDAAsD;IACtD,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC,yDAAyD;IACzD,yBAAyB,CAAC,EAAE,yBAAyB,CAAC;IACtD,sFAAsF;IACtF,eAAe,CAAC,EAAE,cAAc,EAAE,CAAC;IACnC,wEAAwE;IACxE,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC,kCAAkC;IAClC,UAAU,CAAC,EAAE,qBAAqB,CAAC;CACpC;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,iBAAiB,GAAG,GAAG,CAqBxE;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,iBAAiB,CAsB1E;AAED,wDAAwD;AACxD,MAAM,WAAW,aAAa;IAC5B,0IAA0I;IAC1I,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,2DAA2D;IAC3D,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,sEAAsE;IACtE,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,0EAA0E;IAC1E,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,sEAAsE;IACtE,KAAK,CAAC,EAAE,mBAAmB,CAAC;CAC7B;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,aAAa,GAAG,GAAG,CAQhE;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,aAAa,CAQlE;AAED,2DAA2D;AAC3D,oBAAY,mBAAmB;IAC7B,sBAAsB;IACtB,EAAE,OAAO;IACT,8EAA8E;IAC9E,MAAM,WAAW;IACjB,iDAAiD;IACjD,GAAG,QAAQ;IACX,mEAAmE;IACnE,OAAO,YAAY;IACnB,yDAAyD;IACzD,GAAG,QAAQ;IACX,8EAA8E;IAC9E,OAAO,YAAY;CACpB;AAED;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,cAAc,GAAG,MAAM,CAAC;AAEpC,sEAAsE;AACtE,oBAAY,wBAAwB;IAClC,+DAA+D;IAC/D,KAAK,UAAU;IACf,+DAA+D;IAC/D,KAAK,UAAU;IACf,+DAA+D;IAC/D,KAAK,UAAU;IACf,yCAAyC;IACzC,MAAM,WAAW;CAClB;AAED;;;;;;;;;GASG;AACH,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC;AAEzC,mDAAmD;AACnD,MAAM,WAAW,gBAAgB;IAC/B,kCAAkC;IAClC,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,gBAAgB,GAAG,GAAG,CAEtE;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,gBAAgB,CAIxE;AAED,yDAAyD;AACzD,MAAM,WAAW,yBAAyB;IACxC,mEAAmE;IACnE,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,8BAA8B;IAC9B,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,qCAAqC;IACrC,uBAAuB,CAAC,EAAE,uBAAuB,CAAC;IAClD,qDAAqD;IACrD,QAAQ,CAAC,EAAE,YAAY,EAAE,CAAC;IAC1B,4DAA4D;IAC5D,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,wBAAgB,mCAAmC,CACjD,IAAI,EAAE,yBAAyB,GAC9B,GAAG,CAkBL;AAED,wBAAgB,qCAAqC,CACnD,IAAI,EAAE,GAAG,GACR,yBAAyB,CAkB3B;AAED,oDAAoD;AACpD,MAAM,WAAW,uBAAuB;IACtC,uBAAuB;IACvB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,oBAAoB;IACpB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,4BAA4B;IAC5B,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACjB;AAED,wBAAgB,iCAAiC,CAC/C,IAAI,EAAE,uBAAuB,GAC5B,GAAG,CAkBL;AAED,wBAAgB,mCAAmC,CACjD,IAAI,EAAE,GAAG,GACR,uBAAuB,CAkBzB;AAED,6CAA6C;AAC7C,oBAAY,iBAAiB;IAC3B,6EAA6E;IAC7E,gBAAgB,qBAAqB;IACrC,yEAAyE;IACzE,cAAc,mBAAmB;IACjC,yEAAyE;IACzE,eAAe,oBAAoB;IACnC,0EAA0E;IAC1E,gBAAgB,qBAAqB;IACrC,yJAAyJ;IACzJ,YAAY,iBAAiB;IAC7B,2EAA2E;IAC3E,WAAW,gBAAgB;IAC3B,4FAA4F;IAC5F,OAAO,YAAY;IACnB,0EAA0E;IAC1E,YAAY,iBAAiB;IAC7B,0EAA0E;IAC1E,YAAY,iBAAiB;CAC9B;AAED;;;;;;;;;;;;;;GAcG;AACH,MAAM,MAAM,YAAY,GAAG,MAAM,CAAC;AAElC,wBAAgB,6BAA6B,CAC3C,MAAM,EAAE,KAAK,CAAC,cAAc,CAAC,GAC5B,GAAG,EAAE,CAIP;AAED,wBAAgB,+BAA+B,CAC7C,MAAM,EAAE,KAAK,CAAC,cAAc,CAAC,GAC5B,GAAG,EAAE,CAIP;AAED,qGAAqG;AACrG,MAAM,WAAW,cAAc;IAC7B,kDAAkD;IAClD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,wCAAwC;IACxC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,cAAc,GAAG,GAAG,CAOlE;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CASpE;AAED,gEAAgE;AAChE,MAAM,WAAW,OAAO;IACtB,oFAAoF;IACpF,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,+LAA+L;IAC/L,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,OAAO,GAAG,GAAG,CAKpD;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,GAAG,OAAO,CAKtD;AAED,wCAAwC;AACxC,MAAM,WAAW,MAAM;IACrB,8BAA8B;IAC9B,UAAU,CAAC,EAAE,uBAAuB,CAAC;CACtC;AAED,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,CAElD;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,GAAG,MAAM,CAIpD;AAED,8BAA8B;AAC9B,MAAM,MAAM,uBAAuB,GAAG,eAAe,GAAG,WAAW,CAAC;AAEpE,wEAAwE;AACxE,MAAM,WAAW,gBAAgB;IAC/B,gGAAgG;IAChG,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,+FAA+F;IAC/F,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,sHAAsH;IACtH,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,gBAAgB,GAAG,GAAG,CAMtE;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,gBAAgB,CAMxE;AAED,+CAA+C;AAC/C,MAAM,WAAW,QAAQ;IACvB,8CAA8C;IAC9C,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB,mDAAmD;IACnD,WAAW,CAAC,EAAE,OAAO,EAAE,CAAC;CACzB;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,QAAQ,GAAG,GAAG,CAMtD;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAOxD;AAED,wBAAgB,sBAAsB,CAAC,MAAM,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,GAAG,EAAE,CAIpE;AAED,wBAAgB,wBAAwB,CAAC,MAAM,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,GAAG,EAAE,CAItE;AAED,0DAA0D;AAC1D,MAAM,WAAW,OAAO;IACtB,qBAAqB;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,oBAAoB;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,OAAO,GAAG,GAAG,CAMpD;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,GAAG,OAAO,CAMtD;AAED,0CAA0C;AAC1C,MAAM,WAAW,4BAA4B;IAC3C,8IAA8I;IAC9I,QAAQ,CAAC,KAAK,CAAC,EAAE,qBAAqB,EAAE,CAAC;IACzC,0DAA0D;IAC1D,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,wBAAgB,wCAAwC,CACtD,IAAI,EAAE,GAAG,GACR,4BAA4B,CAO9B;AAED,wBAAgB,sCAAsC,CACpD,MAAM,EAAE,KAAK,CAAC,qBAAqB,CAAC,GACnC,GAAG,EAAE,CAIP;AAED,0EAA0E;AAC1E,MAAM,WAAW,qBAAqB;IACpC,8BAA8B;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,2BAA2B;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,iCAAiC,CAC/C,IAAI,EAAE,GAAG,GACR,qBAAqB,CAKvB;AAED,6CAA6C;AAC7C,MAAM,WAAW,8BAA8B;IAC7C,2BAA2B;IAC3B,QAAQ,EAAE,MAAM,CAAC;IACjB,iDAAiD;IACjD,WAAW,CAAC,EAAE,iBAAiB,CAAC;IAChC,6DAA6D;IAC7D,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C,uCAAuC;IACvC,UAAU,CAAC,EAAE,gBAAgB,CAAC;CAC/B;AAED,wBAAgB,wCAAwC,CACtD,IAAI,EAAE,8BAA8B,GACnC,GAAG,CAaL;AAED,6DAA6D;AAC7D,MAAM,WAAW,iBAAiB;IAChC,6CAA6C;IAC7C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,uCAAuC;IACvC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,iBAAiB,GAAG,GAAG,CAExE;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,iBAAiB,CAK1E;AAED,6DAA6D;AAC7D,MAAM,WAAW,mBAAmB;IAClC,8BAA8B;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,iDAAiD;IACjD,YAAY,CAAC,EAAE,oBAAoB,EAAE,CAAC;CACvC;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,mBAAmB,GAAG,GAAG,CAO5E;AAED,wBAAgB,+BAA+B,CAC7C,IAAI,EAAE,GAAG,GACR,mBAAmB,CAOrB;AAED,wBAAgB,mCAAmC,CACjD,MAAM,EAAE,KAAK,CAAC,oBAAoB,CAAC,GAClC,GAAG,EAAE,CAIP;AAED,wBAAgB,qCAAqC,CACnD,MAAM,EAAE,KAAK,CAAC,oBAAoB,CAAC,GAClC,GAAG,EAAE,CAIP;AAED,2EAA2E;AAC3E,MAAM,WAAW,oBAAoB;IACnC,kBAAkB;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,iBAAiB;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,qBAAqB;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,oBAAoB;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAgB,8BAA8B,CAC5C,IAAI,EAAE,oBAAoB,GACzB,GAAG,CAOL;AAED,wBAAgB,gCAAgC,CAC9C,IAAI,EAAE,GAAG,GACR,oBAAoB,CAOtB;AAED,oEAAoE;AACpE,MAAM,WAAW,gBAAgB;IAC/B,gDAAgD;IAChD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,4BAA4B;IAC5B,QAAQ,CAAC,OAAO,CAAC,EAAE,IAAI,CAAC;IACxB,gCAAgC;IAChC,QAAQ,CAAC,OAAO,CAAC,EAAE,IAAI,CAAC;CACzB;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,gBAAgB,GAAG,GAAG,CAEtE;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,gBAAgB,CAUxE;AAED,4CAA4C;AAC5C,MAAM,WAAW,YAAY;IAC3B,wCAAwC;IACxC,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB,2BAA2B;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iDAAiD;IACjD,WAAW,CAAC,EAAE,iBAAiB,CAAC;IAChC,6DAA6D;IAC7D,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C,uCAAuC;IACvC,UAAU,CAAC,EAAE,gBAAgB,CAAC;CAC/B;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,GAAG,YAAY,CAchE;AAED,gDAAgD;AAChD,MAAM,WAAW,iCAAiC;IAChD,2BAA2B;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iDAAiD;IACjD,WAAW,CAAC,EAAE,iBAAiB,CAAC;IAChC,6DAA6D;IAC7D,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C,uCAAuC;IACvC,UAAU,CAAC,EAAE,gBAAgB,CAAC;CAC/B;AAED,wBAAgB,2CAA2C,CACzD,IAAI,EAAE,iCAAiC,GACtC,GAAG,CAaL;AAED,yCAAyC;AACzC,MAAM,WAAW,2BAA2B;IAC1C,iDAAiD;IACjD,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,oDAAoD;IACpD,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;IAC9C,oEAAoE;IACpE,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAC/B;AAED,wBAAgB,qCAAqC,CACnD,IAAI,EAAE,2BAA2B,GAChC,GAAG,CAUL;AAED,4EAA4E;AAC5E,MAAM,WAAW,oBAAoB;IACnC,0BAA0B;IAC1B,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB,wEAAwE;IACxE,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC,6FAA6F;IAC7F,GAAG,CAAC,EAAE,UAAU,CAAC;IACjB,4EAA4E;IAC5E,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,2CAA2C;IAC3C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,uDAAuD;IACvD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,mEAAmE;IACnE,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,uEAAuE;IACvE,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,gDAAgD;IAChD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,gCAAgC,CAC9C,IAAI,EAAE,GAAG,GACR,oBAAoB,CAkBtB;AAED,yCAAyC;AACzC,MAAM,WAAW,2BAA2B;IAC1C,4HAA4H;IAC5H,wBAAwB,EAAE,MAAM,CAAC;IACjC,qGAAqG;IACrG,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iDAAiD;IACjD,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,oDAAoD;IACpD,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;IAC9C,oEAAoE;IACpE,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAC/B;AAED,wBAAgB,qCAAqC,CACnD,IAAI,EAAE,2BAA2B,GAChC,GAAG,CAYL;AAED,iFAAiF;AACjF,MAAM,WAAW,iBAAiB;IAChC,0BAA0B;IAC1B,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB,kBAAkB;IAClB,QAAQ,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC;IACtB,qBAAqB;IACrB,QAAQ,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC;IACtB,qCAAqC;IACrC,QAAQ,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC;IACrC,6BAA6B;IAC7B,QAAQ,CAAC,MAAM,CAAC,EAAE,iBAAiB,CAAC;IACpC,wCAAwC;IACxC,GAAG,CAAC,EAAE,UAAU,CAAC;IACjB,8FAA8F;IAC9F,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kCAAkC;IAClC,UAAU,CAAC,EAAE,qBAAqB,CAAC;IACnC,mEAAmE;IACnE,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAC/B;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,iBAAiB,CAwB1E;AAED,yCAAyC;AACzC,MAAM,WAAW,2BAA2B;IAC1C,iDAAiD;IACjD,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,oDAAoD;IACpD,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;IAC9C,oEAAoE;IACpE,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAC/B;AAED,wBAAgB,qCAAqC,CACnD,IAAI,EAAE,2BAA2B,GAChC,GAAG,CAUL;AAED,mDAAmD;AACnD,MAAM,WAAW,mCAAmC;IAClD,4EAA4E;IAC5E,qBAAqB,EAAE,OAAO,CAAC;CAChC;AAED,wBAAgB,6CAA6C,CAC3D,IAAI,EAAE,mCAAmC,GACxC,GAAG,CAEL;AAED,uCAAuC;AACvC,MAAM,WAAW,0BAA0B;IACzC,yDAAyD;IACzD,gBAAgB,EAAE,UAAU,EAAE,CAAC;IAC/B,oDAAoD;IACpD,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;IAC9C,oEAAoE;IACpE,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAC/B;AAED,wBAAgB,oCAAoC,CAClD,IAAI,EAAE,0BAA0B,GAC/B,GAAG,CAUL;AAED,iEAAiE;AACjE,MAAM,WAAW,uBAAuB;IACtC,4DAA4D;IAC5D,QAAQ,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC;CAC7B;AAED,wBAAgB,mCAAmC,CACjD,IAAI,EAAE,GAAG,GACR,uBAAuB,CAQzB;AAED,0CAA0C;AAC1C,MAAM,WAAW,4BAA4B;IAC3C,4DAA4D;IAC5D,uBAAuB,EAAE,UAAU,CAAC;CACrC;AAED,wBAAgB,sCAAsC,CACpD,IAAI,EAAE,4BAA4B,GACjC,GAAG,CAIL;AAED,mEAAmE;AACnE,MAAM,WAAW,6BAA6B;IAC5C,4IAA4I;IAC5I,QAAQ,CAAC,KAAK,CAAC,EAAE,sBAAsB,EAAE,CAAC;IAC1C,2DAA2D;IAC3D,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,wBAAgB,yCAAyC,CACvD,IAAI,EAAE,GAAG,GACR,6BAA6B,CAO/B;AAED,wBAAgB,uCAAuC,CACrD,MAAM,EAAE,KAAK,CAAC,sBAAsB,CAAC,GACpC,GAAG,EAAE,CAIP;AAED,sFAAsF;AACtF,MAAM,WAAW,sBAAsB;IACrC,8BAA8B;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,6CAA6C;IAC7C,UAAU,CAAC,EAAE,qBAAqB,CAAC;IACnC,oEAAoE;IACpE,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC9B,qCAAqC;IACrC,cAAc,CAAC,EAAE,UAAU,CAAC;IAC5B,4FAA4F;IAC5F,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,sEAAsE;IACtE,QAAQ,CAAC,kBAAkB,CAAC,EAAE,IAAI,CAAC;IACnC,wDAAwD;IACxD,QAAQ,CAAC,WAAW,CAAC,EAAE,IAAI,CAAC;CAC7B;AAED,wBAAgB,kCAAkC,CAChD,IAAI,EAAE,GAAG,GACR,sBAAsB,CAoBxB;AAED,kCAAkC;AAClC,oBAAY,aAAa;IACvB,2BAA2B;IAC3B,MAAM,QAAQ;IACd,qCAAqC;IACrC,gBAAgB,kBAAkB;CACnC"}