@azure/arm-confluent 3.1.1-alpha.20250107.1 → 3.1.1-alpha.20250110.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 (493) hide show
  1. package/{dist-esm/src → dist/browser}/confluentManagementClient.d.ts +2 -2
  2. package/dist/browser/confluentManagementClient.d.ts.map +1 -0
  3. package/{dist-esm/src → dist/browser}/confluentManagementClient.js +15 -18
  4. package/dist/browser/confluentManagementClient.js.map +1 -0
  5. package/dist/browser/index.d.ts +5 -0
  6. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  7. package/{dist-esm/src → dist/browser}/index.js +4 -4
  8. package/dist/browser/index.js.map +1 -0
  9. package/dist/browser/lroImpl.js.map +1 -0
  10. package/dist/browser/models/index.js.map +1 -0
  11. package/dist/browser/models/mappers.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  13. package/dist/browser/models/parameters.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/operations/access.d.ts +3 -3
  15. package/dist/browser/operations/access.d.ts.map +1 -0
  16. package/{dist-esm/src → dist/browser}/operations/access.js +2 -2
  17. package/dist/browser/operations/access.js.map +1 -0
  18. package/dist/browser/operations/index.d.ts +6 -0
  19. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  20. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +5 -5
  21. package/dist/browser/operations/index.js.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/marketplaceAgreements.d.ts +3 -3
  23. package/dist/browser/operations/marketplaceAgreements.d.ts.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/marketplaceAgreements.js +3 -3
  25. package/dist/browser/operations/marketplaceAgreements.js.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/organization.d.ts +3 -3
  27. package/dist/browser/operations/organization.d.ts.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/organization.js +79 -87
  29. package/dist/browser/operations/organization.js.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/organizationOperations.d.ts +3 -3
  31. package/dist/browser/operations/organizationOperations.d.ts.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/organizationOperations.js +3 -3
  33. package/dist/browser/operations/organizationOperations.js.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/validations.d.ts +3 -3
  35. package/dist/browser/operations/validations.d.ts.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operations/validations.js +2 -2
  37. package/dist/browser/operations/validations.js.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operationsInterfaces/access.d.ts +1 -1
  39. package/dist/browser/operationsInterfaces/access.d.ts.map +1 -0
  40. package/dist/browser/operationsInterfaces/access.js.map +1 -0
  41. package/dist/browser/operationsInterfaces/index.d.ts +6 -0
  42. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  43. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +5 -5
  44. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  45. package/{dist-esm/src → dist/browser}/operationsInterfaces/marketplaceAgreements.d.ts +1 -1
  46. package/{dist-esm/src → dist/browser}/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -1
  47. package/dist/browser/operationsInterfaces/marketplaceAgreements.js.map +1 -0
  48. package/{dist-esm/src → dist/browser}/operationsInterfaces/organization.d.ts +1 -1
  49. package/dist/browser/operationsInterfaces/organization.d.ts.map +1 -0
  50. package/dist/browser/operationsInterfaces/organization.js.map +1 -0
  51. package/{dist-esm/src → dist/browser}/operationsInterfaces/organizationOperations.d.ts +1 -1
  52. package/dist/browser/operationsInterfaces/organizationOperations.d.ts.map +1 -0
  53. package/dist/browser/operationsInterfaces/organizationOperations.js.map +1 -0
  54. package/{dist-esm/src → dist/browser}/operationsInterfaces/validations.d.ts +1 -1
  55. package/dist/browser/operationsInterfaces/validations.d.ts.map +1 -0
  56. package/dist/browser/operationsInterfaces/validations.js.map +1 -0
  57. package/dist/browser/package.json +3 -0
  58. package/dist/browser/pagingHelper.js.map +1 -0
  59. package/dist/commonjs/confluentManagementClient.d.ts +25 -0
  60. package/dist/commonjs/confluentManagementClient.d.ts.map +1 -0
  61. package/dist/commonjs/confluentManagementClient.js +104 -0
  62. package/dist/commonjs/confluentManagementClient.js.map +1 -0
  63. package/dist/commonjs/index.d.ts +5 -0
  64. package/dist/commonjs/index.d.ts.map +1 -0
  65. package/dist/commonjs/index.js +19 -0
  66. package/dist/commonjs/index.js.map +1 -0
  67. package/dist/commonjs/lroImpl.d.ts +11 -0
  68. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  69. package/dist/commonjs/lroImpl.js +24 -0
  70. package/dist/commonjs/lroImpl.js.map +1 -0
  71. package/{types/arm-confluent.d.ts → dist/commonjs/models/index.d.ts} +1078 -1523
  72. package/dist/commonjs/models/index.d.ts.map +1 -0
  73. package/dist/commonjs/models/index.js +69 -0
  74. package/dist/commonjs/models/index.js.map +1 -0
  75. package/dist/commonjs/models/mappers.d.ts +64 -0
  76. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  77. package/dist/commonjs/models/mappers.js +2250 -0
  78. package/dist/commonjs/models/mappers.js.map +1 -0
  79. package/dist/commonjs/models/parameters.d.ts +25 -0
  80. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  81. package/dist/commonjs/models/parameters.js +201 -0
  82. package/dist/commonjs/models/parameters.js.map +1 -0
  83. package/dist/commonjs/operations/access.d.ts +93 -0
  84. package/dist/commonjs/operations/access.d.ts.map +1 -0
  85. package/dist/commonjs/operations/access.js +356 -0
  86. package/dist/commonjs/operations/access.js.map +1 -0
  87. package/dist/commonjs/operations/index.d.ts +6 -0
  88. package/dist/commonjs/operations/index.d.ts.map +1 -0
  89. package/dist/commonjs/operations/index.js +16 -0
  90. package/dist/commonjs/operations/index.js.map +1 -0
  91. package/dist/commonjs/operations/marketplaceAgreements.d.ts +37 -0
  92. package/dist/commonjs/operations/marketplaceAgreements.d.ts.map +1 -0
  93. package/dist/commonjs/operations/marketplaceAgreements.js +166 -0
  94. package/dist/commonjs/operations/marketplaceAgreements.js.map +1 -0
  95. package/dist/commonjs/operations/organization.d.ts +236 -0
  96. package/dist/commonjs/operations/organization.d.ts.map +1 -0
  97. package/dist/commonjs/operations/organization.js +1130 -0
  98. package/dist/commonjs/operations/organization.js.map +1 -0
  99. package/dist/commonjs/operations/organizationOperations.d.ts +32 -0
  100. package/dist/commonjs/operations/organizationOperations.d.ts.map +1 -0
  101. package/dist/commonjs/operations/organizationOperations.js +137 -0
  102. package/dist/commonjs/operations/organizationOperations.js.map +1 -0
  103. package/dist/commonjs/operations/validations.d.ts +29 -0
  104. package/dist/commonjs/operations/validations.d.ts.map +1 -0
  105. package/dist/commonjs/operations/validations.js +94 -0
  106. package/dist/commonjs/operations/validations.js.map +1 -0
  107. package/dist/commonjs/operationsInterfaces/access.d.ts +85 -0
  108. package/dist/commonjs/operationsInterfaces/access.d.ts.map +1 -0
  109. package/dist/commonjs/operationsInterfaces/access.js +10 -0
  110. package/dist/commonjs/operationsInterfaces/access.js.map +1 -0
  111. package/dist/commonjs/operationsInterfaces/index.d.ts +6 -0
  112. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  113. package/dist/commonjs/operationsInterfaces/index.js +16 -0
  114. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  115. package/dist/commonjs/operationsInterfaces/marketplaceAgreements.d.ts +16 -0
  116. package/dist/commonjs/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -0
  117. package/dist/commonjs/operationsInterfaces/marketplaceAgreements.js +10 -0
  118. package/dist/commonjs/operationsInterfaces/marketplaceAgreements.js.map +1 -0
  119. package/dist/commonjs/operationsInterfaces/organization.d.ts +144 -0
  120. package/dist/commonjs/operationsInterfaces/organization.d.ts.map +1 -0
  121. package/dist/commonjs/operationsInterfaces/organization.js +10 -0
  122. package/dist/commonjs/operationsInterfaces/organization.js.map +1 -0
  123. package/dist/commonjs/operationsInterfaces/organizationOperations.d.ts +11 -0
  124. package/dist/commonjs/operationsInterfaces/organizationOperations.d.ts.map +1 -0
  125. package/dist/commonjs/operationsInterfaces/organizationOperations.js +10 -0
  126. package/dist/commonjs/operationsInterfaces/organizationOperations.js.map +1 -0
  127. package/dist/commonjs/operationsInterfaces/validations.d.ts +21 -0
  128. package/dist/commonjs/operationsInterfaces/validations.d.ts.map +1 -0
  129. package/dist/commonjs/operationsInterfaces/validations.js +10 -0
  130. package/dist/commonjs/operationsInterfaces/validations.js.map +1 -0
  131. package/dist/commonjs/package.json +3 -0
  132. package/dist/commonjs/pagingHelper.d.ts +13 -0
  133. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  134. package/dist/commonjs/pagingHelper.js +36 -0
  135. package/dist/commonjs/pagingHelper.js.map +1 -0
  136. package/dist/esm/confluentManagementClient.d.ts +25 -0
  137. package/dist/esm/confluentManagementClient.d.ts.map +1 -0
  138. package/dist/esm/confluentManagementClient.js +99 -0
  139. package/dist/esm/confluentManagementClient.js.map +1 -0
  140. package/dist/esm/index.d.ts +5 -0
  141. package/dist/esm/index.d.ts.map +1 -0
  142. package/{src/index.ts → dist/esm/index.js} +5 -5
  143. package/dist/esm/index.js.map +1 -0
  144. package/dist/esm/lroImpl.d.ts +11 -0
  145. package/dist/esm/lroImpl.d.ts.map +1 -0
  146. package/dist/esm/lroImpl.js +21 -0
  147. package/dist/esm/lroImpl.js.map +1 -0
  148. package/dist/esm/models/index.d.ts +1078 -0
  149. package/dist/esm/models/index.d.ts.map +1 -0
  150. package/dist/esm/models/index.js +66 -0
  151. package/dist/esm/models/index.js.map +1 -0
  152. package/dist/esm/models/mappers.d.ts +64 -0
  153. package/dist/esm/models/mappers.d.ts.map +1 -0
  154. package/dist/esm/models/mappers.js +2246 -0
  155. package/dist/esm/models/mappers.js.map +1 -0
  156. package/dist/esm/models/parameters.d.ts +25 -0
  157. package/dist/esm/models/parameters.d.ts.map +1 -0
  158. package/dist/esm/models/parameters.js +198 -0
  159. package/dist/esm/models/parameters.js.map +1 -0
  160. package/dist/esm/operations/access.d.ts +93 -0
  161. package/dist/esm/operations/access.d.ts.map +1 -0
  162. package/dist/esm/operations/access.js +351 -0
  163. package/dist/esm/operations/access.js.map +1 -0
  164. package/dist/esm/operations/index.d.ts +6 -0
  165. package/dist/esm/operations/index.d.ts.map +1 -0
  166. package/dist/esm/operations/index.js +13 -0
  167. package/dist/esm/operations/index.js.map +1 -0
  168. package/dist/esm/operations/marketplaceAgreements.d.ts +37 -0
  169. package/dist/esm/operations/marketplaceAgreements.d.ts.map +1 -0
  170. package/dist/esm/operations/marketplaceAgreements.js +162 -0
  171. package/dist/esm/operations/marketplaceAgreements.js.map +1 -0
  172. package/dist/esm/operations/organization.d.ts +236 -0
  173. package/dist/esm/operations/organization.d.ts.map +1 -0
  174. package/dist/esm/operations/organization.js +1126 -0
  175. package/dist/esm/operations/organization.js.map +1 -0
  176. package/dist/esm/operations/organizationOperations.d.ts +32 -0
  177. package/dist/esm/operations/organizationOperations.d.ts.map +1 -0
  178. package/dist/esm/operations/organizationOperations.js +133 -0
  179. package/dist/esm/operations/organizationOperations.js.map +1 -0
  180. package/dist/esm/operations/validations.d.ts +29 -0
  181. package/dist/esm/operations/validations.d.ts.map +1 -0
  182. package/dist/esm/operations/validations.js +89 -0
  183. package/dist/esm/operations/validations.js.map +1 -0
  184. package/dist/esm/operationsInterfaces/access.d.ts +85 -0
  185. package/dist/esm/operationsInterfaces/access.d.ts.map +1 -0
  186. package/dist/esm/operationsInterfaces/access.js +9 -0
  187. package/dist/esm/operationsInterfaces/access.js.map +1 -0
  188. package/dist/esm/operationsInterfaces/index.d.ts +6 -0
  189. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  190. package/dist/esm/operationsInterfaces/index.js +13 -0
  191. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  192. package/dist/esm/operationsInterfaces/marketplaceAgreements.d.ts +16 -0
  193. package/dist/esm/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -0
  194. package/dist/esm/operationsInterfaces/marketplaceAgreements.js +9 -0
  195. package/dist/esm/operationsInterfaces/marketplaceAgreements.js.map +1 -0
  196. package/dist/esm/operationsInterfaces/organization.d.ts +144 -0
  197. package/dist/esm/operationsInterfaces/organization.d.ts.map +1 -0
  198. package/dist/esm/operationsInterfaces/organization.js +9 -0
  199. package/dist/esm/operationsInterfaces/organization.js.map +1 -0
  200. package/dist/esm/operationsInterfaces/organizationOperations.d.ts +11 -0
  201. package/dist/esm/operationsInterfaces/organizationOperations.d.ts.map +1 -0
  202. package/dist/esm/operationsInterfaces/organizationOperations.js +9 -0
  203. package/dist/esm/operationsInterfaces/organizationOperations.js.map +1 -0
  204. package/dist/esm/operationsInterfaces/validations.d.ts +21 -0
  205. package/dist/esm/operationsInterfaces/validations.d.ts.map +1 -0
  206. package/dist/esm/operationsInterfaces/validations.js +9 -0
  207. package/dist/esm/operationsInterfaces/validations.js.map +1 -0
  208. package/dist/esm/package.json +3 -0
  209. package/dist/esm/pagingHelper.d.ts +13 -0
  210. package/dist/esm/pagingHelper.d.ts.map +1 -0
  211. package/dist/esm/pagingHelper.js +32 -0
  212. package/dist/esm/pagingHelper.js.map +1 -0
  213. package/dist/react-native/confluentManagementClient.d.ts +25 -0
  214. package/dist/react-native/confluentManagementClient.d.ts.map +1 -0
  215. package/dist/react-native/confluentManagementClient.js +99 -0
  216. package/dist/react-native/confluentManagementClient.js.map +1 -0
  217. package/dist/react-native/index.d.ts +5 -0
  218. package/dist/react-native/index.d.ts.map +1 -0
  219. package/dist/react-native/index.js +13 -0
  220. package/dist/react-native/index.js.map +1 -0
  221. package/dist/react-native/lroImpl.d.ts +11 -0
  222. package/dist/react-native/lroImpl.d.ts.map +1 -0
  223. package/dist/react-native/lroImpl.js +21 -0
  224. package/dist/react-native/lroImpl.js.map +1 -0
  225. package/dist/react-native/models/index.d.ts +1078 -0
  226. package/dist/react-native/models/index.d.ts.map +1 -0
  227. package/dist/react-native/models/index.js +66 -0
  228. package/dist/react-native/models/index.js.map +1 -0
  229. package/dist/react-native/models/mappers.d.ts +64 -0
  230. package/dist/react-native/models/mappers.d.ts.map +1 -0
  231. package/dist/react-native/models/mappers.js +2246 -0
  232. package/dist/react-native/models/mappers.js.map +1 -0
  233. package/dist/react-native/models/parameters.d.ts +25 -0
  234. package/dist/react-native/models/parameters.d.ts.map +1 -0
  235. package/dist/react-native/models/parameters.js +198 -0
  236. package/dist/react-native/models/parameters.js.map +1 -0
  237. package/dist/react-native/operations/access.d.ts +93 -0
  238. package/dist/react-native/operations/access.d.ts.map +1 -0
  239. package/dist/react-native/operations/access.js +351 -0
  240. package/dist/react-native/operations/access.js.map +1 -0
  241. package/dist/react-native/operations/index.d.ts +6 -0
  242. package/dist/react-native/operations/index.d.ts.map +1 -0
  243. package/dist/react-native/operations/index.js +13 -0
  244. package/dist/react-native/operations/index.js.map +1 -0
  245. package/dist/react-native/operations/marketplaceAgreements.d.ts +37 -0
  246. package/dist/react-native/operations/marketplaceAgreements.d.ts.map +1 -0
  247. package/dist/react-native/operations/marketplaceAgreements.js +162 -0
  248. package/dist/react-native/operations/marketplaceAgreements.js.map +1 -0
  249. package/dist/react-native/operations/organization.d.ts +236 -0
  250. package/dist/react-native/operations/organization.d.ts.map +1 -0
  251. package/dist/react-native/operations/organization.js +1126 -0
  252. package/dist/react-native/operations/organization.js.map +1 -0
  253. package/dist/react-native/operations/organizationOperations.d.ts +32 -0
  254. package/dist/react-native/operations/organizationOperations.d.ts.map +1 -0
  255. package/dist/react-native/operations/organizationOperations.js +133 -0
  256. package/dist/react-native/operations/organizationOperations.js.map +1 -0
  257. package/dist/react-native/operations/validations.d.ts +29 -0
  258. package/dist/react-native/operations/validations.d.ts.map +1 -0
  259. package/dist/react-native/operations/validations.js +89 -0
  260. package/dist/react-native/operations/validations.js.map +1 -0
  261. package/dist/react-native/operationsInterfaces/access.d.ts +85 -0
  262. package/dist/react-native/operationsInterfaces/access.d.ts.map +1 -0
  263. package/dist/react-native/operationsInterfaces/access.js +9 -0
  264. package/dist/react-native/operationsInterfaces/access.js.map +1 -0
  265. package/dist/react-native/operationsInterfaces/index.d.ts +6 -0
  266. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  267. package/dist/react-native/operationsInterfaces/index.js +13 -0
  268. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  269. package/dist/react-native/operationsInterfaces/marketplaceAgreements.d.ts +16 -0
  270. package/dist/react-native/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -0
  271. package/dist/react-native/operationsInterfaces/marketplaceAgreements.js +9 -0
  272. package/dist/react-native/operationsInterfaces/marketplaceAgreements.js.map +1 -0
  273. package/dist/react-native/operationsInterfaces/organization.d.ts +144 -0
  274. package/dist/react-native/operationsInterfaces/organization.d.ts.map +1 -0
  275. package/dist/react-native/operationsInterfaces/organization.js +9 -0
  276. package/dist/react-native/operationsInterfaces/organization.js.map +1 -0
  277. package/dist/react-native/operationsInterfaces/organizationOperations.d.ts +11 -0
  278. package/dist/react-native/operationsInterfaces/organizationOperations.d.ts.map +1 -0
  279. package/dist/react-native/operationsInterfaces/organizationOperations.js +9 -0
  280. package/dist/react-native/operationsInterfaces/organizationOperations.js.map +1 -0
  281. package/dist/react-native/operationsInterfaces/validations.d.ts +21 -0
  282. package/dist/react-native/operationsInterfaces/validations.d.ts.map +1 -0
  283. package/dist/react-native/operationsInterfaces/validations.js +9 -0
  284. package/dist/react-native/operationsInterfaces/validations.js.map +1 -0
  285. package/dist/react-native/package.json +3 -0
  286. package/dist/react-native/pagingHelper.d.ts +13 -0
  287. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  288. package/dist/react-native/pagingHelper.js +32 -0
  289. package/dist/react-native/pagingHelper.js.map +1 -0
  290. package/package.json +59 -29
  291. package/dist/index.js +0 -4603
  292. package/dist/index.js.map +0 -1
  293. package/dist/index.min.js +0 -1
  294. package/dist/index.min.js.map +0 -1
  295. package/dist-esm/samples-dev/accessCreateRoleBindingSample.d.ts +0 -2
  296. package/dist-esm/samples-dev/accessCreateRoleBindingSample.d.ts.map +0 -1
  297. package/dist-esm/samples-dev/accessCreateRoleBindingSample.js +0 -44
  298. package/dist-esm/samples-dev/accessCreateRoleBindingSample.js.map +0 -1
  299. package/dist-esm/samples-dev/accessDeleteRoleBindingSample.d.ts +0 -2
  300. package/dist-esm/samples-dev/accessDeleteRoleBindingSample.d.ts.map +0 -1
  301. package/dist-esm/samples-dev/accessDeleteRoleBindingSample.js +0 -40
  302. package/dist-esm/samples-dev/accessDeleteRoleBindingSample.js.map +0 -1
  303. package/dist-esm/samples-dev/accessInviteUserSample.d.ts +0 -2
  304. package/dist-esm/samples-dev/accessInviteUserSample.d.ts.map +0 -1
  305. package/dist-esm/samples-dev/accessInviteUserSample.js +0 -45
  306. package/dist-esm/samples-dev/accessInviteUserSample.js.map +0 -1
  307. package/dist-esm/samples-dev/accessListClustersSample.d.ts +0 -2
  308. package/dist-esm/samples-dev/accessListClustersSample.d.ts.map +0 -1
  309. package/dist-esm/samples-dev/accessListClustersSample.js +0 -42
  310. package/dist-esm/samples-dev/accessListClustersSample.js.map +0 -1
  311. package/dist-esm/samples-dev/accessListEnvironmentsSample.d.ts +0 -2
  312. package/dist-esm/samples-dev/accessListEnvironmentsSample.d.ts.map +0 -1
  313. package/dist-esm/samples-dev/accessListEnvironmentsSample.js +0 -42
  314. package/dist-esm/samples-dev/accessListEnvironmentsSample.js.map +0 -1
  315. package/dist-esm/samples-dev/accessListInvitationsSample.d.ts +0 -2
  316. package/dist-esm/samples-dev/accessListInvitationsSample.d.ts.map +0 -1
  317. package/dist-esm/samples-dev/accessListInvitationsSample.js +0 -46
  318. package/dist-esm/samples-dev/accessListInvitationsSample.js.map +0 -1
  319. package/dist-esm/samples-dev/accessListRoleBindingNameListSample.d.ts +0 -2
  320. package/dist-esm/samples-dev/accessListRoleBindingNameListSample.d.ts.map +0 -1
  321. package/dist-esm/samples-dev/accessListRoleBindingNameListSample.js +0 -45
  322. package/dist-esm/samples-dev/accessListRoleBindingNameListSample.js.map +0 -1
  323. package/dist-esm/samples-dev/accessListRoleBindingsSample.d.ts +0 -2
  324. package/dist-esm/samples-dev/accessListRoleBindingsSample.d.ts.map +0 -1
  325. package/dist-esm/samples-dev/accessListRoleBindingsSample.js +0 -42
  326. package/dist-esm/samples-dev/accessListRoleBindingsSample.js.map +0 -1
  327. package/dist-esm/samples-dev/accessListServiceAccountsSample.d.ts +0 -2
  328. package/dist-esm/samples-dev/accessListServiceAccountsSample.d.ts.map +0 -1
  329. package/dist-esm/samples-dev/accessListServiceAccountsSample.js +0 -42
  330. package/dist-esm/samples-dev/accessListServiceAccountsSample.js.map +0 -1
  331. package/dist-esm/samples-dev/accessListUsersSample.d.ts +0 -2
  332. package/dist-esm/samples-dev/accessListUsersSample.d.ts.map +0 -1
  333. package/dist-esm/samples-dev/accessListUsersSample.js +0 -42
  334. package/dist-esm/samples-dev/accessListUsersSample.js.map +0 -1
  335. package/dist-esm/samples-dev/marketplaceAgreementsCreateSample.d.ts +0 -2
  336. package/dist-esm/samples-dev/marketplaceAgreementsCreateSample.d.ts.map +0 -1
  337. package/dist-esm/samples-dev/marketplaceAgreementsCreateSample.js +0 -37
  338. package/dist-esm/samples-dev/marketplaceAgreementsCreateSample.js.map +0 -1
  339. package/dist-esm/samples-dev/marketplaceAgreementsListSample.d.ts +0 -2
  340. package/dist-esm/samples-dev/marketplaceAgreementsListSample.d.ts.map +0 -1
  341. package/dist-esm/samples-dev/marketplaceAgreementsListSample.js +0 -53
  342. package/dist-esm/samples-dev/marketplaceAgreementsListSample.js.map +0 -1
  343. package/dist-esm/samples-dev/organizationCreateApiKeySample.d.ts +0 -2
  344. package/dist-esm/samples-dev/organizationCreateApiKeySample.d.ts.map +0 -1
  345. package/dist-esm/samples-dev/organizationCreateApiKeySample.js +0 -45
  346. package/dist-esm/samples-dev/organizationCreateApiKeySample.js.map +0 -1
  347. package/dist-esm/samples-dev/organizationCreateSample.d.ts +0 -2
  348. package/dist-esm/samples-dev/organizationCreateSample.d.ts.map +0 -1
  349. package/dist-esm/samples-dev/organizationCreateSample.js +0 -61
  350. package/dist-esm/samples-dev/organizationCreateSample.js.map +0 -1
  351. package/dist-esm/samples-dev/organizationDeleteClusterApiKeySample.d.ts +0 -2
  352. package/dist-esm/samples-dev/organizationDeleteClusterApiKeySample.d.ts.map +0 -1
  353. package/dist-esm/samples-dev/organizationDeleteClusterApiKeySample.js +0 -40
  354. package/dist-esm/samples-dev/organizationDeleteClusterApiKeySample.js.map +0 -1
  355. package/dist-esm/samples-dev/organizationDeleteSample.d.ts +0 -2
  356. package/dist-esm/samples-dev/organizationDeleteSample.d.ts.map +0 -1
  357. package/dist-esm/samples-dev/organizationDeleteSample.js +0 -39
  358. package/dist-esm/samples-dev/organizationDeleteSample.js.map +0 -1
  359. package/dist-esm/samples-dev/organizationGetClusterApiKeySample.d.ts +0 -2
  360. package/dist-esm/samples-dev/organizationGetClusterApiKeySample.d.ts.map +0 -1
  361. package/dist-esm/samples-dev/organizationGetClusterApiKeySample.js +0 -40
  362. package/dist-esm/samples-dev/organizationGetClusterApiKeySample.js.map +0 -1
  363. package/dist-esm/samples-dev/organizationGetClusterByIdSample.d.ts +0 -2
  364. package/dist-esm/samples-dev/organizationGetClusterByIdSample.d.ts.map +0 -1
  365. package/dist-esm/samples-dev/organizationGetClusterByIdSample.js +0 -41
  366. package/dist-esm/samples-dev/organizationGetClusterByIdSample.js.map +0 -1
  367. package/dist-esm/samples-dev/organizationGetEnvironmentByIdSample.d.ts +0 -2
  368. package/dist-esm/samples-dev/organizationGetEnvironmentByIdSample.d.ts.map +0 -1
  369. package/dist-esm/samples-dev/organizationGetEnvironmentByIdSample.js +0 -40
  370. package/dist-esm/samples-dev/organizationGetEnvironmentByIdSample.js.map +0 -1
  371. package/dist-esm/samples-dev/organizationGetSample.d.ts +0 -2
  372. package/dist-esm/samples-dev/organizationGetSample.d.ts.map +0 -1
  373. package/dist-esm/samples-dev/organizationGetSample.js +0 -39
  374. package/dist-esm/samples-dev/organizationGetSample.js.map +0 -1
  375. package/dist-esm/samples-dev/organizationGetSchemaRegistryClusterByIdSample.d.ts +0 -2
  376. package/dist-esm/samples-dev/organizationGetSchemaRegistryClusterByIdSample.d.ts.map +0 -1
  377. package/dist-esm/samples-dev/organizationGetSchemaRegistryClusterByIdSample.js +0 -41
  378. package/dist-esm/samples-dev/organizationGetSchemaRegistryClusterByIdSample.js.map +0 -1
  379. package/dist-esm/samples-dev/organizationListByResourceGroupSample.d.ts +0 -2
  380. package/dist-esm/samples-dev/organizationListByResourceGroupSample.d.ts.map +0 -1
  381. package/dist-esm/samples-dev/organizationListByResourceGroupSample.js +0 -54
  382. package/dist-esm/samples-dev/organizationListByResourceGroupSample.js.map +0 -1
  383. package/dist-esm/samples-dev/organizationListBySubscriptionSample.d.ts +0 -2
  384. package/dist-esm/samples-dev/organizationListBySubscriptionSample.d.ts.map +0 -1
  385. package/dist-esm/samples-dev/organizationListBySubscriptionSample.js +0 -53
  386. package/dist-esm/samples-dev/organizationListBySubscriptionSample.js.map +0 -1
  387. package/dist-esm/samples-dev/organizationListClustersSample.d.ts +0 -2
  388. package/dist-esm/samples-dev/organizationListClustersSample.d.ts.map +0 -1
  389. package/dist-esm/samples-dev/organizationListClustersSample.js +0 -58
  390. package/dist-esm/samples-dev/organizationListClustersSample.js.map +0 -1
  391. package/dist-esm/samples-dev/organizationListEnvironmentsSample.d.ts +0 -2
  392. package/dist-esm/samples-dev/organizationListEnvironmentsSample.d.ts.map +0 -1
  393. package/dist-esm/samples-dev/organizationListEnvironmentsSample.js +0 -57
  394. package/dist-esm/samples-dev/organizationListEnvironmentsSample.js.map +0 -1
  395. package/dist-esm/samples-dev/organizationListRegionsSample.d.ts +0 -2
  396. package/dist-esm/samples-dev/organizationListRegionsSample.d.ts.map +0 -1
  397. package/dist-esm/samples-dev/organizationListRegionsSample.js +0 -46
  398. package/dist-esm/samples-dev/organizationListRegionsSample.js.map +0 -1
  399. package/dist-esm/samples-dev/organizationListSchemaRegistryClustersSample.d.ts +0 -2
  400. package/dist-esm/samples-dev/organizationListSchemaRegistryClustersSample.d.ts.map +0 -1
  401. package/dist-esm/samples-dev/organizationListSchemaRegistryClustersSample.js +0 -56
  402. package/dist-esm/samples-dev/organizationListSchemaRegistryClustersSample.js.map +0 -1
  403. package/dist-esm/samples-dev/organizationOperationsListSample.d.ts +0 -2
  404. package/dist-esm/samples-dev/organizationOperationsListSample.d.ts.map +0 -1
  405. package/dist-esm/samples-dev/organizationOperationsListSample.js +0 -51
  406. package/dist-esm/samples-dev/organizationOperationsListSample.js.map +0 -1
  407. package/dist-esm/samples-dev/organizationUpdateSample.d.ts +0 -2
  408. package/dist-esm/samples-dev/organizationUpdateSample.d.ts.map +0 -1
  409. package/dist-esm/samples-dev/organizationUpdateSample.js +0 -43
  410. package/dist-esm/samples-dev/organizationUpdateSample.js.map +0 -1
  411. package/dist-esm/samples-dev/validationsValidateOrganizationSample.d.ts +0 -2
  412. package/dist-esm/samples-dev/validationsValidateOrganizationSample.d.ts.map +0 -1
  413. package/dist-esm/samples-dev/validationsValidateOrganizationSample.js +0 -59
  414. package/dist-esm/samples-dev/validationsValidateOrganizationSample.js.map +0 -1
  415. package/dist-esm/samples-dev/validationsValidateOrganizationV2Sample.d.ts +0 -2
  416. package/dist-esm/samples-dev/validationsValidateOrganizationV2Sample.d.ts.map +0 -1
  417. package/dist-esm/samples-dev/validationsValidateOrganizationV2Sample.js +0 -59
  418. package/dist-esm/samples-dev/validationsValidateOrganizationV2Sample.js.map +0 -1
  419. package/dist-esm/src/confluentManagementClient.d.ts.map +0 -1
  420. package/dist-esm/src/confluentManagementClient.js.map +0 -1
  421. package/dist-esm/src/index.d.ts +0 -5
  422. package/dist-esm/src/index.js.map +0 -1
  423. package/dist-esm/src/lroImpl.js.map +0 -1
  424. package/dist-esm/src/models/index.js.map +0 -1
  425. package/dist-esm/src/models/mappers.js.map +0 -1
  426. package/dist-esm/src/models/parameters.js.map +0 -1
  427. package/dist-esm/src/operations/access.d.ts.map +0 -1
  428. package/dist-esm/src/operations/access.js.map +0 -1
  429. package/dist-esm/src/operations/index.d.ts +0 -6
  430. package/dist-esm/src/operations/index.js.map +0 -1
  431. package/dist-esm/src/operations/marketplaceAgreements.d.ts.map +0 -1
  432. package/dist-esm/src/operations/marketplaceAgreements.js.map +0 -1
  433. package/dist-esm/src/operations/organization.d.ts.map +0 -1
  434. package/dist-esm/src/operations/organization.js.map +0 -1
  435. package/dist-esm/src/operations/organizationOperations.d.ts.map +0 -1
  436. package/dist-esm/src/operations/organizationOperations.js.map +0 -1
  437. package/dist-esm/src/operations/validations.d.ts.map +0 -1
  438. package/dist-esm/src/operations/validations.js.map +0 -1
  439. package/dist-esm/src/operationsInterfaces/access.d.ts.map +0 -1
  440. package/dist-esm/src/operationsInterfaces/access.js.map +0 -1
  441. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
  442. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  443. package/dist-esm/src/operationsInterfaces/marketplaceAgreements.js.map +0 -1
  444. package/dist-esm/src/operationsInterfaces/organization.d.ts.map +0 -1
  445. package/dist-esm/src/operationsInterfaces/organization.js.map +0 -1
  446. package/dist-esm/src/operationsInterfaces/organizationOperations.d.ts.map +0 -1
  447. package/dist-esm/src/operationsInterfaces/organizationOperations.js.map +0 -1
  448. package/dist-esm/src/operationsInterfaces/validations.d.ts.map +0 -1
  449. package/dist-esm/src/operationsInterfaces/validations.js.map +0 -1
  450. package/dist-esm/src/pagingHelper.js.map +0 -1
  451. package/dist-esm/test/confluent_operations_test.spec.d.ts +0 -4
  452. package/dist-esm/test/confluent_operations_test.spec.d.ts.map +0 -1
  453. package/dist-esm/test/confluent_operations_test.spec.js +0 -77
  454. package/dist-esm/test/confluent_operations_test.spec.js.map +0 -1
  455. package/src/confluentManagementClient.ts +0 -175
  456. package/src/lroImpl.ts +0 -42
  457. package/src/models/index.ts +0 -1241
  458. package/src/models/mappers.ts +0 -2317
  459. package/src/models/parameters.ts +0 -234
  460. package/src/operations/access.ts +0 -471
  461. package/src/operations/index.ts +0 -13
  462. package/src/operations/marketplaceAgreements.ts +0 -183
  463. package/src/operations/organization.ts +0 -1497
  464. package/src/operations/organizationOperations.ts +0 -149
  465. package/src/operations/validations.ts +0 -120
  466. package/src/operationsInterfaces/access.ts +0 -166
  467. package/src/operationsInterfaces/index.ts +0 -13
  468. package/src/operationsInterfaces/marketplaceAgreements.ts +0 -34
  469. package/src/operationsInterfaces/organization.ts +0 -272
  470. package/src/operationsInterfaces/organizationOperations.ts +0 -25
  471. package/src/operationsInterfaces/validations.ts +0 -45
  472. package/src/pagingHelper.ts +0 -39
  473. package/tsconfig.json +0 -33
  474. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  475. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  476. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  477. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  478. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  479. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  480. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  481. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  482. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  483. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  484. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  485. /package/{dist-esm/src → dist/browser}/operationsInterfaces/access.js +0 -0
  486. /package/{dist-esm/src → dist/browser}/operationsInterfaces/marketplaceAgreements.js +0 -0
  487. /package/{dist-esm/src → dist/browser}/operationsInterfaces/organization.js +0 -0
  488. /package/{dist-esm/src → dist/browser}/operationsInterfaces/organizationOperations.js +0 -0
  489. /package/{dist-esm/src → dist/browser}/operationsInterfaces/validations.js +0 -0
  490. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  491. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  492. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  493. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,69 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.KnownSaaSOfferStatus = exports.KnownProvisionState = exports.KnownCreatedByType = void 0;
11
+ /** Known values of {@link CreatedByType} that the service accepts. */
12
+ var KnownCreatedByType;
13
+ (function (KnownCreatedByType) {
14
+ /** User */
15
+ KnownCreatedByType["User"] = "User";
16
+ /** Application */
17
+ KnownCreatedByType["Application"] = "Application";
18
+ /** ManagedIdentity */
19
+ KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
20
+ /** Key */
21
+ KnownCreatedByType["Key"] = "Key";
22
+ })(KnownCreatedByType || (exports.KnownCreatedByType = KnownCreatedByType = {}));
23
+ /** Known values of {@link ProvisionState} that the service accepts. */
24
+ var KnownProvisionState;
25
+ (function (KnownProvisionState) {
26
+ /** Accepted */
27
+ KnownProvisionState["Accepted"] = "Accepted";
28
+ /** Creating */
29
+ KnownProvisionState["Creating"] = "Creating";
30
+ /** Updating */
31
+ KnownProvisionState["Updating"] = "Updating";
32
+ /** Deleting */
33
+ KnownProvisionState["Deleting"] = "Deleting";
34
+ /** Succeeded */
35
+ KnownProvisionState["Succeeded"] = "Succeeded";
36
+ /** Failed */
37
+ KnownProvisionState["Failed"] = "Failed";
38
+ /** Canceled */
39
+ KnownProvisionState["Canceled"] = "Canceled";
40
+ /** Deleted */
41
+ KnownProvisionState["Deleted"] = "Deleted";
42
+ /** NotSpecified */
43
+ KnownProvisionState["NotSpecified"] = "NotSpecified";
44
+ })(KnownProvisionState || (exports.KnownProvisionState = KnownProvisionState = {}));
45
+ /** Known values of {@link SaaSOfferStatus} that the service accepts. */
46
+ var KnownSaaSOfferStatus;
47
+ (function (KnownSaaSOfferStatus) {
48
+ /** Started */
49
+ KnownSaaSOfferStatus["Started"] = "Started";
50
+ /** PendingFulfillmentStart */
51
+ KnownSaaSOfferStatus["PendingFulfillmentStart"] = "PendingFulfillmentStart";
52
+ /** InProgress */
53
+ KnownSaaSOfferStatus["InProgress"] = "InProgress";
54
+ /** Subscribed */
55
+ KnownSaaSOfferStatus["Subscribed"] = "Subscribed";
56
+ /** Suspended */
57
+ KnownSaaSOfferStatus["Suspended"] = "Suspended";
58
+ /** Reinstated */
59
+ KnownSaaSOfferStatus["Reinstated"] = "Reinstated";
60
+ /** Succeeded */
61
+ KnownSaaSOfferStatus["Succeeded"] = "Succeeded";
62
+ /** Failed */
63
+ KnownSaaSOfferStatus["Failed"] = "Failed";
64
+ /** Unsubscribed */
65
+ KnownSaaSOfferStatus["Unsubscribed"] = "Unsubscribed";
66
+ /** Updating */
67
+ KnownSaaSOfferStatus["Updating"] = "Updating";
68
+ })(KnownSaaSOfferStatus || (exports.KnownSaaSOfferStatus = KnownSaaSOfferStatus = {}));
69
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAgzBH,sEAAsE;AACtE,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,kCAAlB,kBAAkB,QAS7B;AAcD,uEAAuE;AACvE,IAAY,mBAmBX;AAnBD,WAAY,mBAAmB;IAC7B,eAAe;IACf,4CAAqB,CAAA;IACrB,eAAe;IACf,4CAAqB,CAAA;IACrB,eAAe;IACf,4CAAqB,CAAA;IACrB,eAAe;IACf,4CAAqB,CAAA;IACrB,gBAAgB;IAChB,8CAAuB,CAAA;IACvB,aAAa;IACb,wCAAiB,CAAA;IACjB,eAAe;IACf,4CAAqB,CAAA;IACrB,cAAc;IACd,0CAAmB,CAAA;IACnB,mBAAmB;IACnB,oDAA6B,CAAA;AAC/B,CAAC,EAnBW,mBAAmB,mCAAnB,mBAAmB,QAmB9B;AAmBD,wEAAwE;AACxE,IAAY,oBAqBX;AArBD,WAAY,oBAAoB;IAC9B,cAAc;IACd,2CAAmB,CAAA;IACnB,8BAA8B;IAC9B,2EAAmD,CAAA;IACnD,iBAAiB;IACjB,iDAAyB,CAAA;IACzB,iBAAiB;IACjB,iDAAyB,CAAA;IACzB,gBAAgB;IAChB,+CAAuB,CAAA;IACvB,iBAAiB;IACjB,iDAAyB,CAAA;IACzB,gBAAgB;IAChB,+CAAuB,CAAA;IACvB,aAAa;IACb,yCAAiB,CAAA;IACjB,mBAAmB;IACnB,qDAA6B,CAAA;IAC7B,eAAe;IACf,6CAAqB,CAAA;AACvB,CAAC,EArBW,oBAAoB,oCAApB,oBAAoB,QAqB/B","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/** Response of a list operation. */\nexport interface ConfluentAgreementResourceListResponse {\n /** Results of a list operation. */\n value?: ConfluentAgreementResource[];\n /** Link to the next set of results, if any. */\n nextLink?: string;\n}\n\n/** Agreement Terms definition */\nexport interface ConfluentAgreementResource {\n /**\n * The ARM id of the resource.\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 agreement.\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 agreement.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\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 /** Publisher identifier string. */\n publisher?: string;\n /** Product identifier string. */\n product?: string;\n /** Plan identifier string. */\n plan?: string;\n /** Link to HTML with Microsoft and Publisher terms. */\n licenseTextLink?: string;\n /** Link to the privacy policy of the publisher. */\n privacyPolicyLink?: string;\n /** Date and time in UTC of when the terms were accepted. This is empty if Accepted is false. */\n retrieveDatetime?: Date;\n /** Terms signature. */\n signature?: string;\n /** If any version of the terms have been accepted, otherwise false. */\n accepted?: boolean;\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/** Default error response for resource provider */\nexport interface ResourceProviderDefaultErrorResponse {\n /**\n * Response body of Error\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: ErrorResponseBody;\n}\n\n/** Response body of Error */\nexport interface ErrorResponseBody {\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\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Error target\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * Error detail\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorResponseBody[];\n}\n\n/** Result of GET request to list Confluent operations. */\nexport interface OperationListResult {\n /** List of Confluent operations supported by the Microsoft.Confluent provider. */\n value?: OperationResult[];\n /** URL to get the next set of operation list results if there are any. */\n nextLink?: string;\n}\n\n/** An Confluent REST API operation. */\nexport interface OperationResult {\n /** Operation name: {provider}/{resource}/{operation} */\n name?: string;\n /** The object that represents the operation. */\n display?: OperationDisplay;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n}\n\n/** The object that represents the operation. */\nexport interface OperationDisplay {\n /** Service provider: Microsoft.Confluent */\n provider?: string;\n /** Type on which the operation is performed, e.g., 'clusters'. */\n resource?: string;\n /** Operation type, e.g., read, write, delete, etc. */\n operation?: string;\n /** Description of the operation, e.g., 'Write confluent'. */\n description?: string;\n}\n\n/** The response of a list operation. */\nexport interface OrganizationResourceListResult {\n /** Result of a list operation. */\n value?: OrganizationResource[];\n /** Link to the next set of results, if any. */\n nextLink?: string;\n}\n\n/** Organization resource. */\nexport interface OrganizationResource {\n /**\n * The ARM id of the resource.\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.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\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 /** Organization resource tags */\n tags?: { [propertyName: string]: string };\n /** Location of Organization resource */\n location?: string;\n /**\n * The creation time of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTime?: Date;\n /**\n * Provision states for confluent RP\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisionState;\n /**\n * Id of the Confluent organization.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly organizationId?: string;\n /**\n * SSO url for the Confluent organization.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ssoUrl?: string;\n /** Confluent offer detail */\n offerDetail: OfferDetail;\n /** Subscriber detail */\n userDetail: UserDetail;\n /** Link an existing Confluent organization */\n linkOrganization?: LinkOrganization;\n}\n\n/** Confluent Offer detail */\nexport interface OfferDetail {\n /** Publisher Id */\n publisherId: string;\n /** Offer Id */\n id: string;\n /** Offer Plan Id */\n planId: string;\n /** Offer Plan Name */\n planName: string;\n /** Offer Plan Term unit */\n termUnit: string;\n /** Offer Plan Term Id */\n termId?: string;\n /** Private Offer Id */\n privateOfferId?: string;\n /** Array of Private Offer Ids */\n privateOfferIds?: string[];\n /** SaaS Offer Status */\n status?: SaaSOfferStatus;\n}\n\n/** Subscriber detail */\nexport interface UserDetail {\n /** First name */\n firstName?: string;\n /** Last name */\n lastName?: string;\n /** Email address */\n emailAddress: string;\n /** User principal name */\n userPrincipalName?: string;\n /** AAD email address */\n aadEmail?: string;\n}\n\n/** Link an existing Confluent organization */\nexport interface LinkOrganization {\n /** User auth token */\n token: string;\n}\n\n/** Organization Resource update */\nexport interface OrganizationResourceUpdate {\n /** ARM resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** Validation response from the provider */\nexport interface ValidationResponse {\n /** Info from the response */\n info?: { [propertyName: string]: string };\n}\n\n/** List Access Request Model */\nexport interface ListAccessRequestModel {\n /** Search filters for the request */\n searchFilters?: { [propertyName: string]: string };\n}\n\n/** List users success response */\nexport interface AccessListUsersSuccessResponse {\n /** Type of response */\n kind?: string;\n /** Metadata of the list */\n metadata?: ConfluentListMetadata;\n /** Data of the users list */\n data?: UserRecord[];\n}\n\n/** Metadata of the list */\nexport interface ConfluentListMetadata {\n /** First page of the list */\n first?: string;\n /** Last page of the list */\n last?: string;\n /** Previous page of the list */\n prev?: string;\n /** Next page of the list */\n next?: string;\n /** Total size of the list */\n totalSize?: number;\n}\n\n/** Record of the user */\nexport interface UserRecord {\n /** Type of account */\n kind?: string;\n /** Id of the user */\n id?: string;\n /** Metadata of the record */\n metadata?: MetadataEntity;\n /** Email of the user */\n email?: string;\n /** Name of the user */\n fullName?: string;\n /** Auth type of the user */\n authType?: string;\n}\n\n/** Metadata of the data record */\nexport interface MetadataEntity {\n /** Self lookup url */\n self?: string;\n /** Resource name of the record */\n resourceName?: string;\n /** Created Date Time */\n createdAt?: string;\n /** Updated Date time */\n updatedAt?: string;\n /** Deleted Date time */\n deletedAt?: string;\n}\n\n/** List service accounts success response */\nexport interface AccessListServiceAccountsSuccessResponse {\n /** Type of response */\n kind?: string;\n /** Metadata of the list */\n metadata?: ConfluentListMetadata;\n /** Data of the service accounts list */\n data?: ServiceAccountRecord[];\n}\n\n/** Record of the service account */\nexport interface ServiceAccountRecord {\n /** Type of account */\n kind?: string;\n /** Id of the service account */\n id?: string;\n /** Metadata of the record */\n metadata?: MetadataEntity;\n /** Name of the service account */\n displayName?: string;\n /** Description of the service account */\n description?: string;\n}\n\n/** List invitations success response */\nexport interface AccessListInvitationsSuccessResponse {\n /** Type of response */\n kind?: string;\n /** Metadata of the list */\n metadata?: ConfluentListMetadata;\n /** Data of the invitations list */\n data?: InvitationRecord[];\n}\n\n/** Record of the invitation */\nexport interface InvitationRecord {\n /** Type of account */\n kind?: string;\n /** Id of the invitation */\n id?: string;\n /** Metadata of the record */\n metadata?: MetadataEntity;\n /** Email of the user */\n email?: string;\n /** Auth type of the user */\n authType?: string;\n /** Status of the invitation */\n status?: string;\n /** Accepted date time of the invitation */\n acceptedAt?: string;\n /** Expiration date time of the invitation */\n expiresAt?: string;\n}\n\n/** Invite User Account model */\nexport interface AccessInviteUserAccountModel {\n /** Id of the organization */\n organizationId?: string;\n /** Email of the logged in user */\n email?: string;\n /** Upn of the logged in user */\n upn?: string;\n /** Details of the user who is being invited */\n invitedUserDetails?: AccessInvitedUserDetails;\n}\n\n/** Details of the user being invited */\nexport interface AccessInvitedUserDetails {\n /** UPN/Email of the user who is being invited */\n invitedEmail?: string;\n /** Auth type of the user */\n authType?: string;\n}\n\n/** Details of the environments returned on successful response */\nexport interface AccessListEnvironmentsSuccessResponse {\n /** Type of response */\n kind?: string;\n /** Metadata of the environment list */\n metadata?: ConfluentListMetadata;\n /** Environment list data */\n data?: EnvironmentRecord[];\n}\n\n/** Details about environment name, metadata and environment id of an environment */\nexport interface EnvironmentRecord {\n /** Type of environment */\n kind?: string;\n /** Id of the environment */\n id?: string;\n /** Metadata of the record */\n metadata?: MetadataEntity;\n /** Display name of the user */\n displayName?: string;\n}\n\n/** Details of the clusters returned on successful response */\nexport interface AccessListClusterSuccessResponse {\n /** Type of response */\n kind?: string;\n /** Metadata of the list */\n metadata?: ConfluentListMetadata;\n /** List of clusters */\n data?: ClusterRecord[];\n}\n\n/** Details of cluster record */\nexport interface ClusterRecord {\n /** Type of cluster */\n kind?: string;\n /** Id of the cluster */\n id?: string;\n /** Metadata of the record */\n metadata?: MetadataEntity;\n /** Display name of the cluster */\n displayName?: string;\n /** Specification of the cluster */\n spec?: ClusterSpecEntity;\n /** Specification of the cluster */\n status?: ClusterStatusEntity;\n}\n\n/** Spec of the cluster record */\nexport interface ClusterSpecEntity {\n /** The name of the cluster */\n displayName?: string;\n /** The availability zone configuration of the cluster */\n availability?: string;\n /** The cloud service provider */\n cloud?: string;\n /** type of zone availability */\n zone?: string;\n /** The cloud service provider region */\n region?: string;\n /** The bootstrap endpoint used by Kafka clients to connect to the cluster */\n kafkaBootstrapEndpoint?: string;\n /** The cluster HTTP request URL. */\n httpEndpoint?: string;\n /** The Kafka API cluster endpoint */\n apiEndpoint?: string;\n /** Specification of the cluster */\n config?: ClusterConfigEntity;\n /** Specification of the cluster */\n environment?: ClusterEnvironmentEntity;\n /** Specification of the cluster */\n network?: ClusterNetworkEntity;\n /** Specification of the cluster */\n byok?: ClusterByokEntity;\n}\n\n/** The configuration of the Kafka cluster */\nexport interface ClusterConfigEntity {\n /** The lifecycle phase of the cluster */\n kind?: string;\n}\n\n/** The environment to which cluster belongs */\nexport interface ClusterEnvironmentEntity {\n /** ID of the referred resource */\n id?: string;\n /** Environment of the referred resource */\n environment?: string;\n /** API URL for accessing or modifying the referred object */\n related?: string;\n /** CRN reference to the referred resource */\n resourceName?: string;\n}\n\n/** The network associated with this object */\nexport interface ClusterNetworkEntity {\n /** ID of the referred resource */\n id?: string;\n /** Environment of the referred resource */\n environment?: string;\n /** API URL for accessing or modifying the referred object */\n related?: string;\n /** CRN reference to the referred resource */\n resourceName?: string;\n}\n\n/** The network associated with this object */\nexport interface ClusterByokEntity {\n /** ID of the referred resource */\n id?: string;\n /** API URL for accessing or modifying the referred object */\n related?: string;\n /** CRN reference to the referred resource */\n resourceName?: string;\n}\n\n/** Status of the cluster record */\nexport interface ClusterStatusEntity {\n /** The lifecycle phase of the cluster */\n phase?: string;\n /** The number of Confluent Kafka Units */\n cku?: number;\n}\n\n/** Details of the role bindings returned on successful response */\nexport interface AccessListRoleBindingsSuccessResponse {\n /** Type of response */\n kind?: string;\n /** Metadata of the list */\n metadata?: ConfluentListMetadata;\n /** List of role binding */\n data?: RoleBindingRecord[];\n}\n\n/** Details on principal, role name and crn pattern of a role binding */\nexport interface RoleBindingRecord {\n /** The type of the resource. */\n kind?: string;\n /** Id of the role binding */\n id?: string;\n /** Metadata of the record */\n metadata?: MetadataEntity;\n /** The principal User or Group to bind the role to */\n principal?: string;\n /** The name of the role to bind to the principal */\n roleName?: string;\n /** A CRN that specifies the scope and resource patterns necessary for the role to bind */\n crnPattern?: string;\n}\n\n/** Create role binding request model */\nexport interface AccessCreateRoleBindingRequestModel {\n /** The principal User or Group to bind the role to */\n principal?: string;\n /** The name of the role to bind to the principal */\n roleName?: string;\n /** A CRN that specifies the scope and resource patterns necessary for the role to bind */\n crnPattern?: string;\n}\n\n/** Details of the role binding names returned on successful response */\nexport interface AccessRoleBindingNameListSuccessResponse {\n /** Type of response */\n kind?: string;\n /** Metadata of the list */\n metadata?: ConfluentListMetadata;\n /** List of role binding names */\n data?: string[];\n}\n\n/** Result of GET request to list Confluent operations. */\nexport interface GetEnvironmentsResponse {\n /** List of environments in a confluent organization */\n value?: SCEnvironmentRecord[];\n /** URL to get the next set of environment records if there are any. */\n nextLink?: string;\n}\n\n/** Details about environment name, metadata and environment id of an environment */\nexport interface SCEnvironmentRecord {\n /** Type of environment */\n kind?: string;\n /** Id of the environment */\n id?: string;\n /** Display name of the environment */\n name?: string;\n /** Metadata of the record */\n metadata?: SCMetadataEntity;\n}\n\n/** Metadata of the data record */\nexport interface SCMetadataEntity {\n /** Self lookup url */\n self?: string;\n /** Resource name of the record */\n resourceName?: string;\n /** Created Date Time */\n createdTimestamp?: string;\n /** Updated Date time */\n updatedTimestamp?: string;\n /** Deleted Date time */\n deletedTimestamp?: string;\n}\n\n/** Result of GET request to list clusters in the environment of a confluent organization */\nexport interface ListClustersSuccessResponse {\n /** List of clusters in an environment of a confluent organization */\n value?: SCClusterRecord[];\n /** URL to get the next set of cluster records if there are any. */\n nextLink?: string;\n}\n\n/** Details of cluster record */\nexport interface SCClusterRecord {\n /** Type of cluster */\n kind?: string;\n /** Id of the cluster */\n id?: string;\n /** Display name of the cluster */\n name?: string;\n /** Metadata of the record */\n metadata?: SCMetadataEntity;\n /** Specification of the cluster */\n spec?: SCClusterSpecEntity;\n /** Specification of the cluster status */\n status?: ClusterStatusEntity;\n}\n\n/** Spec of the cluster record */\nexport interface SCClusterSpecEntity {\n /** The name of the cluster */\n name?: string;\n /** The availability zone configuration of the cluster */\n availability?: string;\n /** The cloud service provider */\n cloud?: string;\n /** type of zone availability */\n zone?: string;\n /** The cloud service provider region */\n region?: string;\n /** The bootstrap endpoint used by Kafka clients to connect to the cluster */\n kafkaBootstrapEndpoint?: string;\n /** The cluster HTTP request URL. */\n httpEndpoint?: string;\n /** The Kafka API cluster endpoint */\n apiEndpoint?: string;\n /** Specification of the cluster configuration */\n config?: ClusterConfigEntity;\n /** Specification of the cluster environment */\n environment?: SCClusterNetworkEnvironmentEntity;\n /** Specification of the cluster network */\n network?: SCClusterNetworkEnvironmentEntity;\n /** Specification of the cluster byok */\n byok?: SCClusterByokEntity;\n}\n\n/** The environment or the network to which cluster belongs */\nexport interface SCClusterNetworkEnvironmentEntity {\n /** ID of the referred resource */\n id?: string;\n /** Environment of the referred resource */\n environment?: string;\n /** API URL for accessing or modifying the referred object */\n related?: string;\n /** CRN reference to the referred resource */\n resourceName?: string;\n}\n\n/** The network associated with this object */\nexport interface SCClusterByokEntity {\n /** ID of the referred resource */\n id?: string;\n /** API URL for accessing or modifying the referred object */\n related?: string;\n /** CRN reference to the referred resource */\n resourceName?: string;\n}\n\n/** Result of GET request to list schema registry clusters in the environment of a confluent organization */\nexport interface ListSchemaRegistryClustersResponse {\n /** List of schema registry clusters in an environment of a confluent organization */\n value?: SchemaRegistryClusterRecord[];\n /** URL to get the next set of schema registry cluster records if there are any. */\n nextLink?: string;\n}\n\n/** Details of schema registry cluster record */\nexport interface SchemaRegistryClusterRecord {\n /** Kind of the cluster */\n kind?: string;\n /** Id of the cluster */\n id?: string;\n /** Metadata of the record */\n metadata?: SCMetadataEntity;\n /** Specification of the schema registry cluster */\n spec?: SchemaRegistryClusterSpecEntity;\n /** Specification of the cluster status */\n status?: SchemaRegistryClusterStatusEntity;\n}\n\n/** Details of schema registry cluster spec */\nexport interface SchemaRegistryClusterSpecEntity {\n /** Name of the schema registry cluster */\n name?: string;\n /** Http endpoint of the cluster */\n httpEndpoint?: string;\n /** Type of the cluster package Advanced, essentials */\n package?: string;\n /** Region details of the schema registry cluster */\n region?: SchemaRegistryClusterEnvironmentRegionEntity;\n /** Environment details of the schema registry cluster */\n environment?: SchemaRegistryClusterEnvironmentRegionEntity;\n /** The cloud service provider */\n cloud?: string;\n}\n\n/** The environment associated with this object */\nexport interface SchemaRegistryClusterEnvironmentRegionEntity {\n /** ID of the referred resource */\n id?: string;\n /** API URL for accessing or modifying the referred object */\n related?: string;\n /** CRN reference to the referred resource */\n resourceName?: string;\n}\n\n/** Status of the schema registry cluster record */\nexport interface SchemaRegistryClusterStatusEntity {\n /** The lifecycle phase of the cluster */\n phase?: string;\n}\n\n/** Result of POST request to list regions supported by confluent */\nexport interface ListRegionsSuccessResponse {\n /** List of regions supported by confluent */\n data?: RegionRecord[];\n}\n\n/** Details of region record */\nexport interface RegionRecord {\n /** Kind of the cluster */\n kind?: string;\n /** Id of the cluster */\n id?: string;\n /** Metadata of the record */\n metadata?: SCMetadataEntity;\n /** Specification of the region */\n spec?: RegionSpecEntity;\n}\n\n/** Region spec details */\nexport interface RegionSpecEntity {\n /** Display Name of the region */\n name?: string;\n /** Cloud provider name */\n cloud?: string;\n /** Region name */\n regionName?: string;\n packages?: string[];\n}\n\n/** Create API Key model */\nexport interface CreateAPIKeyModel {\n /** Name of the API Key */\n name?: string;\n /** Description of the API Key */\n description?: string;\n}\n\n/** Details API key */\nexport interface APIKeyRecord {\n /** Type of api key */\n kind?: string;\n /** Id of the api key */\n id?: string;\n /** Metadata of the record */\n metadata?: SCMetadataEntity;\n /** Specification of the API Key */\n spec?: APIKeySpecEntity;\n}\n\n/** Spec of the API Key record */\nexport interface APIKeySpecEntity {\n /** The description of the API Key */\n description?: string;\n /** The name of the API Key */\n name?: string;\n /** API Key Secret */\n secret?: string;\n /** Specification of the cluster */\n resource?: APIKeyResourceEntity;\n /** Specification of the cluster */\n owner?: APIKeyOwnerEntity;\n}\n\n/** API Key Resource details which can be kafka cluster or schema registry cluster */\nexport interface APIKeyResourceEntity {\n /** Id of the resource */\n id?: string;\n /** The environment of the api key */\n environment?: string;\n /** API URL for accessing or modifying the api key resource object */\n related?: string;\n /** CRN reference to the referred resource */\n resourceName?: string;\n /** Type of the owner which can be service or user account */\n kind?: string;\n}\n\n/** API Key Owner details which can be a user or service account */\nexport interface APIKeyOwnerEntity {\n /** API Key owner id */\n id?: string;\n /** API URL for accessing or modifying the referred object */\n related?: string;\n /** CRN reference to the referred resource */\n resourceName?: string;\n /** Type of the owner service or user account */\n kind?: string;\n}\n\n/** Metadata of the list */\nexport interface SCConfluentListMetadata {\n /** First page of the list */\n first?: string;\n /** Last page of the list */\n last?: string;\n /** Previous page of the list */\n prev?: string;\n /** Next page of the list */\n next?: string;\n /** Total size of the list */\n totalSize?: number;\n}\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 ProvisionState} that the service accepts. */\nexport enum KnownProvisionState {\n /** Accepted */\n Accepted = \"Accepted\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n}\n\n/**\n * Defines values for ProvisionState. \\\n * {@link KnownProvisionState} can be used interchangeably with ProvisionState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Deleted** \\\n * **NotSpecified**\n */\nexport type ProvisionState = string;\n\n/** Known values of {@link SaaSOfferStatus} that the service accepts. */\nexport enum KnownSaaSOfferStatus {\n /** Started */\n Started = \"Started\",\n /** PendingFulfillmentStart */\n PendingFulfillmentStart = \"PendingFulfillmentStart\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Subscribed */\n Subscribed = \"Subscribed\",\n /** Suspended */\n Suspended = \"Suspended\",\n /** Reinstated */\n Reinstated = \"Reinstated\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Unsubscribed */\n Unsubscribed = \"Unsubscribed\",\n /** Updating */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for SaaSOfferStatus. \\\n * {@link KnownSaaSOfferStatus} can be used interchangeably with SaaSOfferStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Started** \\\n * **PendingFulfillmentStart** \\\n * **InProgress** \\\n * **Subscribed** \\\n * **Suspended** \\\n * **Reinstated** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Unsubscribed** \\\n * **Updating**\n */\nexport type SaaSOfferStatus = string;\n\n/** Optional parameters. */\nexport interface MarketplaceAgreementsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type MarketplaceAgreementsListResponse =\n ConfluentAgreementResourceListResponse;\n\n/** Optional parameters. */\nexport interface MarketplaceAgreementsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Confluent Marketplace Agreement resource */\n body?: ConfluentAgreementResource;\n}\n\n/** Contains response data for the create operation. */\nexport type MarketplaceAgreementsCreateResponse = ConfluentAgreementResource;\n\n/** Optional parameters. */\nexport interface MarketplaceAgreementsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type MarketplaceAgreementsListNextResponse =\n ConfluentAgreementResourceListResponse;\n\n/** Optional parameters. */\nexport interface OrganizationOperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OrganizationOperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OrganizationOperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OrganizationOperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OrganizationListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type OrganizationListBySubscriptionResponse =\n OrganizationResourceListResult;\n\n/** Optional parameters. */\nexport interface OrganizationListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type OrganizationListByResourceGroupResponse =\n OrganizationResourceListResult;\n\n/** Optional parameters. */\nexport interface OrganizationGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type OrganizationGetResponse = OrganizationResource;\n\n/** Optional parameters. */\nexport interface OrganizationCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Organization resource model */\n body?: OrganizationResource;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type OrganizationCreateResponse = OrganizationResource;\n\n/** Optional parameters. */\nexport interface OrganizationUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Updated Organization resource */\n body?: OrganizationResourceUpdate;\n}\n\n/** Contains response data for the update operation. */\nexport type OrganizationUpdateResponse = OrganizationResource;\n\n/** Optional parameters. */\nexport interface OrganizationDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface OrganizationListEnvironmentsOptionalParams\n extends coreClient.OperationOptions {\n /** Pagination size */\n pageSize?: number;\n /** An opaque pagination token to fetch the next set of records */\n pageToken?: string;\n}\n\n/** Contains response data for the listEnvironments operation. */\nexport type OrganizationListEnvironmentsResponse = GetEnvironmentsResponse;\n\n/** Optional parameters. */\nexport interface OrganizationGetEnvironmentByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getEnvironmentById operation. */\nexport type OrganizationGetEnvironmentByIdResponse = SCEnvironmentRecord;\n\n/** Optional parameters. */\nexport interface OrganizationListClustersOptionalParams\n extends coreClient.OperationOptions {\n /** Pagination size */\n pageSize?: number;\n /** An opaque pagination token to fetch the next set of records */\n pageToken?: string;\n}\n\n/** Contains response data for the listClusters operation. */\nexport type OrganizationListClustersResponse = ListClustersSuccessResponse;\n\n/** Optional parameters. */\nexport interface OrganizationListSchemaRegistryClustersOptionalParams\n extends coreClient.OperationOptions {\n /** Pagination size */\n pageSize?: number;\n /** An opaque pagination token to fetch the next set of records */\n pageToken?: string;\n}\n\n/** Contains response data for the listSchemaRegistryClusters operation. */\nexport type OrganizationListSchemaRegistryClustersResponse =\n ListSchemaRegistryClustersResponse;\n\n/** Optional parameters. */\nexport interface OrganizationListRegionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRegions operation. */\nexport type OrganizationListRegionsResponse = ListRegionsSuccessResponse;\n\n/** Optional parameters. */\nexport interface OrganizationCreateAPIKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createAPIKey operation. */\nexport type OrganizationCreateAPIKeyResponse = APIKeyRecord;\n\n/** Optional parameters. */\nexport interface OrganizationDeleteClusterAPIKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface OrganizationGetClusterAPIKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getClusterAPIKey operation. */\nexport type OrganizationGetClusterAPIKeyResponse = APIKeyRecord;\n\n/** Optional parameters. */\nexport interface OrganizationGetSchemaRegistryClusterByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSchemaRegistryClusterById operation. */\nexport type OrganizationGetSchemaRegistryClusterByIdResponse =\n SchemaRegistryClusterRecord;\n\n/** Optional parameters. */\nexport interface OrganizationGetClusterByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getClusterById operation. */\nexport type OrganizationGetClusterByIdResponse = SCClusterRecord;\n\n/** Optional parameters. */\nexport interface OrganizationListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type OrganizationListBySubscriptionNextResponse =\n OrganizationResourceListResult;\n\n/** Optional parameters. */\nexport interface OrganizationListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type OrganizationListByResourceGroupNextResponse =\n OrganizationResourceListResult;\n\n/** Optional parameters. */\nexport interface OrganizationListEnvironmentsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listEnvironmentsNext operation. */\nexport type OrganizationListEnvironmentsNextResponse = GetEnvironmentsResponse;\n\n/** Optional parameters. */\nexport interface OrganizationListClustersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listClustersNext operation. */\nexport type OrganizationListClustersNextResponse = ListClustersSuccessResponse;\n\n/** Optional parameters. */\nexport interface OrganizationListSchemaRegistryClustersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSchemaRegistryClustersNext operation. */\nexport type OrganizationListSchemaRegistryClustersNextResponse =\n ListSchemaRegistryClustersResponse;\n\n/** Optional parameters. */\nexport interface ValidationsValidateOrganizationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the validateOrganization operation. */\nexport type ValidationsValidateOrganizationResponse = OrganizationResource;\n\n/** Optional parameters. */\nexport interface ValidationsValidateOrganizationV2OptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the validateOrganizationV2 operation. */\nexport type ValidationsValidateOrganizationV2Response = ValidationResponse;\n\n/** Optional parameters. */\nexport interface AccessListUsersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listUsers operation. */\nexport type AccessListUsersResponse = AccessListUsersSuccessResponse;\n\n/** Optional parameters. */\nexport interface AccessListServiceAccountsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listServiceAccounts operation. */\nexport type AccessListServiceAccountsResponse =\n AccessListServiceAccountsSuccessResponse;\n\n/** Optional parameters. */\nexport interface AccessListInvitationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInvitations operation. */\nexport type AccessListInvitationsResponse =\n AccessListInvitationsSuccessResponse;\n\n/** Optional parameters. */\nexport interface AccessInviteUserOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the inviteUser operation. */\nexport type AccessInviteUserResponse = InvitationRecord;\n\n/** Optional parameters. */\nexport interface AccessListEnvironmentsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listEnvironments operation. */\nexport type AccessListEnvironmentsResponse =\n AccessListEnvironmentsSuccessResponse;\n\n/** Optional parameters. */\nexport interface AccessListClustersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listClusters operation. */\nexport type AccessListClustersResponse = AccessListClusterSuccessResponse;\n\n/** Optional parameters. */\nexport interface AccessListRoleBindingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRoleBindings operation. */\nexport type AccessListRoleBindingsResponse =\n AccessListRoleBindingsSuccessResponse;\n\n/** Optional parameters. */\nexport interface AccessCreateRoleBindingOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createRoleBinding operation. */\nexport type AccessCreateRoleBindingResponse = RoleBindingRecord;\n\n/** Optional parameters. */\nexport interface AccessDeleteRoleBindingOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AccessListRoleBindingNameListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRoleBindingNameList operation. */\nexport type AccessListRoleBindingNameListResponse =\n AccessRoleBindingNameListSuccessResponse;\n\n/** Optional parameters. */\nexport interface ConfluentManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -0,0 +1,64 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const ConfluentAgreementResourceListResponse: coreClient.CompositeMapper;
3
+ export declare const ConfluentAgreementResource: coreClient.CompositeMapper;
4
+ export declare const SystemData: coreClient.CompositeMapper;
5
+ export declare const ResourceProviderDefaultErrorResponse: coreClient.CompositeMapper;
6
+ export declare const ErrorResponseBody: coreClient.CompositeMapper;
7
+ export declare const OperationListResult: coreClient.CompositeMapper;
8
+ export declare const OperationResult: coreClient.CompositeMapper;
9
+ export declare const OperationDisplay: coreClient.CompositeMapper;
10
+ export declare const OrganizationResourceListResult: coreClient.CompositeMapper;
11
+ export declare const OrganizationResource: coreClient.CompositeMapper;
12
+ export declare const OfferDetail: coreClient.CompositeMapper;
13
+ export declare const UserDetail: coreClient.CompositeMapper;
14
+ export declare const LinkOrganization: coreClient.CompositeMapper;
15
+ export declare const OrganizationResourceUpdate: coreClient.CompositeMapper;
16
+ export declare const ValidationResponse: coreClient.CompositeMapper;
17
+ export declare const ListAccessRequestModel: coreClient.CompositeMapper;
18
+ export declare const AccessListUsersSuccessResponse: coreClient.CompositeMapper;
19
+ export declare const ConfluentListMetadata: coreClient.CompositeMapper;
20
+ export declare const UserRecord: coreClient.CompositeMapper;
21
+ export declare const MetadataEntity: coreClient.CompositeMapper;
22
+ export declare const AccessListServiceAccountsSuccessResponse: coreClient.CompositeMapper;
23
+ export declare const ServiceAccountRecord: coreClient.CompositeMapper;
24
+ export declare const AccessListInvitationsSuccessResponse: coreClient.CompositeMapper;
25
+ export declare const InvitationRecord: coreClient.CompositeMapper;
26
+ export declare const AccessInviteUserAccountModel: coreClient.CompositeMapper;
27
+ export declare const AccessInvitedUserDetails: coreClient.CompositeMapper;
28
+ export declare const AccessListEnvironmentsSuccessResponse: coreClient.CompositeMapper;
29
+ export declare const EnvironmentRecord: coreClient.CompositeMapper;
30
+ export declare const AccessListClusterSuccessResponse: coreClient.CompositeMapper;
31
+ export declare const ClusterRecord: coreClient.CompositeMapper;
32
+ export declare const ClusterSpecEntity: coreClient.CompositeMapper;
33
+ export declare const ClusterConfigEntity: coreClient.CompositeMapper;
34
+ export declare const ClusterEnvironmentEntity: coreClient.CompositeMapper;
35
+ export declare const ClusterNetworkEntity: coreClient.CompositeMapper;
36
+ export declare const ClusterByokEntity: coreClient.CompositeMapper;
37
+ export declare const ClusterStatusEntity: coreClient.CompositeMapper;
38
+ export declare const AccessListRoleBindingsSuccessResponse: coreClient.CompositeMapper;
39
+ export declare const RoleBindingRecord: coreClient.CompositeMapper;
40
+ export declare const AccessCreateRoleBindingRequestModel: coreClient.CompositeMapper;
41
+ export declare const AccessRoleBindingNameListSuccessResponse: coreClient.CompositeMapper;
42
+ export declare const GetEnvironmentsResponse: coreClient.CompositeMapper;
43
+ export declare const SCEnvironmentRecord: coreClient.CompositeMapper;
44
+ export declare const SCMetadataEntity: coreClient.CompositeMapper;
45
+ export declare const ListClustersSuccessResponse: coreClient.CompositeMapper;
46
+ export declare const SCClusterRecord: coreClient.CompositeMapper;
47
+ export declare const SCClusterSpecEntity: coreClient.CompositeMapper;
48
+ export declare const SCClusterNetworkEnvironmentEntity: coreClient.CompositeMapper;
49
+ export declare const SCClusterByokEntity: coreClient.CompositeMapper;
50
+ export declare const ListSchemaRegistryClustersResponse: coreClient.CompositeMapper;
51
+ export declare const SchemaRegistryClusterRecord: coreClient.CompositeMapper;
52
+ export declare const SchemaRegistryClusterSpecEntity: coreClient.CompositeMapper;
53
+ export declare const SchemaRegistryClusterEnvironmentRegionEntity: coreClient.CompositeMapper;
54
+ export declare const SchemaRegistryClusterStatusEntity: coreClient.CompositeMapper;
55
+ export declare const ListRegionsSuccessResponse: coreClient.CompositeMapper;
56
+ export declare const RegionRecord: coreClient.CompositeMapper;
57
+ export declare const RegionSpecEntity: coreClient.CompositeMapper;
58
+ export declare const CreateAPIKeyModel: coreClient.CompositeMapper;
59
+ export declare const APIKeyRecord: coreClient.CompositeMapper;
60
+ export declare const APIKeySpecEntity: coreClient.CompositeMapper;
61
+ export declare const APIKeyResourceEntity: coreClient.CompositeMapper;
62
+ export declare const APIKeyOwnerEntity: coreClient.CompositeMapper;
63
+ export declare const SCConfluentListMetadata: coreClient.CompositeMapper;
64
+ //# 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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"}