@azure/arm-confidentialledger 1.3.0-beta.2 → 1.3.0-beta.3

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 (370) hide show
  1. package/CHANGELOG.md +73 -4
  2. package/LICENSE +3 -3
  3. package/README.md +24 -18
  4. package/{dist-esm/src → dist/browser}/confidentialLedgerClient.d.ts +2 -2
  5. package/dist/browser/confidentialLedgerClient.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/confidentialLedgerClient.js +19 -22
  7. package/dist/browser/confidentialLedgerClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/{dist-esm/src → dist/browser}/index.js +4 -4
  11. package/dist/browser/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
  13. package/dist/browser/lroImpl.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/index.d.ts +50 -0
  15. package/dist/browser/models/index.d.ts.map +1 -0
  16. package/{dist-esm/src → dist/browser}/models/index.js +16 -0
  17. package/dist/browser/models/index.js.map +1 -0
  18. package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +1 -1
  19. package/{dist-esm/src → dist/browser}/models/mappers.js +54 -0
  20. package/dist/browser/models/mappers.js.map +1 -0
  21. package/{dist-esm/src → dist/browser}/models/parameters.js +3 -3
  22. package/dist/browser/models/parameters.js.map +1 -0
  23. package/dist/browser/operations/index.d.ts +4 -0
  24. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  25. package/{dist-esm/src → dist/browser}/operations/index.js +3 -3
  26. package/dist/browser/operations/index.js.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/ledger.d.ts +3 -3
  28. package/dist/browser/operations/ledger.d.ts.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operations/ledger.js +186 -206
  30. package/dist/browser/operations/ledger.js.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operations/managedCCFOperations.d.ts +3 -3
  32. package/dist/browser/operations/managedCCFOperations.d.ts.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operations/managedCCFOperations.js +186 -206
  34. package/dist/browser/operations/managedCCFOperations.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  36. package/dist/browser/operations/operations.d.ts.map +1 -0
  37. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  38. package/dist/browser/operations/operations.js.map +1 -0
  39. package/dist/browser/operationsInterfaces/index.d.ts +4 -0
  40. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  41. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +3 -3
  42. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operationsInterfaces/ledger.d.ts +1 -1
  44. package/dist/browser/operationsInterfaces/ledger.d.ts.map +1 -0
  45. package/dist/browser/operationsInterfaces/ledger.js.map +1 -0
  46. package/{dist-esm/src → dist/browser}/operationsInterfaces/managedCCFOperations.d.ts +1 -1
  47. package/dist/browser/operationsInterfaces/managedCCFOperations.d.ts.map +1 -0
  48. package/dist/browser/operationsInterfaces/managedCCFOperations.js.map +1 -0
  49. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  50. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  51. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  52. package/dist/browser/package.json +3 -0
  53. package/dist/browser/pagingHelper.js.map +1 -0
  54. package/dist/commonjs/confidentialLedgerClient.d.ts +28 -0
  55. package/dist/commonjs/confidentialLedgerClient.d.ts.map +1 -0
  56. package/dist/commonjs/confidentialLedgerClient.js +134 -0
  57. package/dist/commonjs/confidentialLedgerClient.js.map +1 -0
  58. package/dist/commonjs/index.d.ts +5 -0
  59. package/dist/commonjs/index.d.ts.map +1 -0
  60. package/dist/commonjs/index.js +19 -0
  61. package/dist/commonjs/index.js.map +1 -0
  62. package/dist/commonjs/lroImpl.d.ts +11 -0
  63. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  64. package/dist/commonjs/lroImpl.js +24 -0
  65. package/dist/commonjs/lroImpl.js.map +1 -0
  66. package/{types/arm-confidentialledger.d.ts → dist/commonjs/models/index.d.ts} +725 -1013
  67. package/dist/commonjs/models/index.d.ts.map +1 -0
  68. package/dist/commonjs/models/index.js +117 -0
  69. package/dist/commonjs/models/index.js.map +1 -0
  70. package/dist/commonjs/models/mappers.d.ts +32 -0
  71. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  72. package/dist/commonjs/models/mappers.js +888 -0
  73. package/dist/commonjs/models/mappers.js.map +1 -0
  74. package/dist/commonjs/models/parameters.d.ts +19 -0
  75. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  76. package/dist/commonjs/models/parameters.js +157 -0
  77. package/dist/commonjs/models/parameters.js.map +1 -0
  78. package/dist/commonjs/operations/index.d.ts +4 -0
  79. package/dist/commonjs/operations/index.d.ts.map +1 -0
  80. package/dist/commonjs/operations/index.js +14 -0
  81. package/dist/commonjs/operations/index.js.map +1 -0
  82. package/dist/commonjs/operations/ledger.d.ts +139 -0
  83. package/dist/commonjs/operations/ledger.d.ts.map +1 -0
  84. package/dist/commonjs/operations/ledger.js +706 -0
  85. package/dist/commonjs/operations/ledger.js.map +1 -0
  86. package/dist/commonjs/operations/managedCCFOperations.d.ts +139 -0
  87. package/dist/commonjs/operations/managedCCFOperations.d.ts.map +1 -0
  88. package/dist/commonjs/operations/managedCCFOperations.js +706 -0
  89. package/dist/commonjs/operations/managedCCFOperations.js.map +1 -0
  90. package/dist/commonjs/operations/operations.d.ts +32 -0
  91. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  92. package/dist/commonjs/operations/operations.js +137 -0
  93. package/dist/commonjs/operations/operations.js.map +1 -0
  94. package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
  95. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  96. package/dist/commonjs/operationsInterfaces/index.js +14 -0
  97. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  98. package/dist/commonjs/operationsInterfaces/ledger.d.ts +103 -0
  99. package/dist/commonjs/operationsInterfaces/ledger.d.ts.map +1 -0
  100. package/dist/commonjs/operationsInterfaces/ledger.js +10 -0
  101. package/dist/commonjs/operationsInterfaces/ledger.js.map +1 -0
  102. package/dist/commonjs/operationsInterfaces/managedCCFOperations.d.ts +103 -0
  103. package/dist/commonjs/operationsInterfaces/managedCCFOperations.d.ts.map +1 -0
  104. package/dist/commonjs/operationsInterfaces/managedCCFOperations.js +10 -0
  105. package/dist/commonjs/operationsInterfaces/managedCCFOperations.js.map +1 -0
  106. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  107. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  108. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  109. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  110. package/dist/commonjs/package.json +3 -0
  111. package/dist/commonjs/pagingHelper.d.ts +13 -0
  112. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  113. package/dist/commonjs/pagingHelper.js +36 -0
  114. package/dist/commonjs/pagingHelper.js.map +1 -0
  115. package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
  116. package/dist/esm/confidentialLedgerClient.d.ts +28 -0
  117. package/dist/esm/confidentialLedgerClient.d.ts.map +1 -0
  118. package/dist/esm/confidentialLedgerClient.js +129 -0
  119. package/dist/esm/confidentialLedgerClient.js.map +1 -0
  120. package/dist/esm/index.d.ts +5 -0
  121. package/dist/esm/index.d.ts.map +1 -0
  122. package/{src/index.ts → dist/esm/index.js} +5 -5
  123. package/dist/esm/index.js.map +1 -0
  124. package/dist/esm/lroImpl.d.ts +11 -0
  125. package/dist/esm/lroImpl.d.ts.map +1 -0
  126. package/dist/esm/lroImpl.js +21 -0
  127. package/dist/esm/lroImpl.js.map +1 -0
  128. package/dist/esm/models/index.d.ts +725 -0
  129. package/dist/esm/models/index.d.ts.map +1 -0
  130. package/dist/esm/models/index.js +114 -0
  131. package/dist/esm/models/index.js.map +1 -0
  132. package/dist/esm/models/mappers.d.ts +32 -0
  133. package/dist/esm/models/mappers.d.ts.map +1 -0
  134. package/dist/esm/models/mappers.js +885 -0
  135. package/dist/esm/models/mappers.js.map +1 -0
  136. package/dist/esm/models/parameters.d.ts +19 -0
  137. package/dist/esm/models/parameters.d.ts.map +1 -0
  138. package/dist/esm/models/parameters.js +154 -0
  139. package/dist/esm/models/parameters.js.map +1 -0
  140. package/dist/esm/operations/index.d.ts +4 -0
  141. package/dist/esm/operations/index.d.ts.map +1 -0
  142. package/dist/esm/operations/index.js +11 -0
  143. package/dist/esm/operations/index.js.map +1 -0
  144. package/dist/esm/operations/ledger.d.ts +139 -0
  145. package/dist/esm/operations/ledger.d.ts.map +1 -0
  146. package/dist/esm/operations/ledger.js +702 -0
  147. package/dist/esm/operations/ledger.js.map +1 -0
  148. package/dist/esm/operations/managedCCFOperations.d.ts +139 -0
  149. package/dist/esm/operations/managedCCFOperations.d.ts.map +1 -0
  150. package/dist/esm/operations/managedCCFOperations.js +702 -0
  151. package/dist/esm/operations/managedCCFOperations.js.map +1 -0
  152. package/dist/esm/operations/operations.d.ts +32 -0
  153. package/dist/esm/operations/operations.d.ts.map +1 -0
  154. package/dist/esm/operations/operations.js +133 -0
  155. package/dist/esm/operations/operations.js.map +1 -0
  156. package/dist/esm/operationsInterfaces/index.d.ts +4 -0
  157. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  158. package/dist/esm/operationsInterfaces/index.js +11 -0
  159. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  160. package/dist/esm/operationsInterfaces/ledger.d.ts +103 -0
  161. package/dist/esm/operationsInterfaces/ledger.d.ts.map +1 -0
  162. package/{src/operations/index.ts → dist/esm/operationsInterfaces/ledger.js} +2 -4
  163. package/dist/esm/operationsInterfaces/ledger.js.map +1 -0
  164. package/dist/esm/operationsInterfaces/managedCCFOperations.d.ts +103 -0
  165. package/dist/esm/operationsInterfaces/managedCCFOperations.d.ts.map +1 -0
  166. package/dist/esm/operationsInterfaces/managedCCFOperations.js +9 -0
  167. package/dist/esm/operationsInterfaces/managedCCFOperations.js.map +1 -0
  168. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  169. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  170. package/dist/esm/operationsInterfaces/operations.js +9 -0
  171. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  172. package/dist/esm/package.json +3 -0
  173. package/dist/esm/pagingHelper.d.ts +13 -0
  174. package/dist/esm/pagingHelper.d.ts.map +1 -0
  175. package/dist/esm/pagingHelper.js +32 -0
  176. package/dist/esm/pagingHelper.js.map +1 -0
  177. package/dist/react-native/confidentialLedgerClient.d.ts +28 -0
  178. package/dist/react-native/confidentialLedgerClient.d.ts.map +1 -0
  179. package/dist/react-native/confidentialLedgerClient.js +129 -0
  180. package/dist/react-native/confidentialLedgerClient.js.map +1 -0
  181. package/dist/react-native/index.d.ts +5 -0
  182. package/dist/react-native/index.d.ts.map +1 -0
  183. package/dist/react-native/index.js +13 -0
  184. package/dist/react-native/index.js.map +1 -0
  185. package/dist/react-native/lroImpl.d.ts +11 -0
  186. package/dist/react-native/lroImpl.d.ts.map +1 -0
  187. package/dist/react-native/lroImpl.js +21 -0
  188. package/dist/react-native/lroImpl.js.map +1 -0
  189. package/dist/react-native/models/index.d.ts +725 -0
  190. package/dist/react-native/models/index.d.ts.map +1 -0
  191. package/dist/react-native/models/index.js +114 -0
  192. package/dist/react-native/models/index.js.map +1 -0
  193. package/dist/react-native/models/mappers.d.ts +32 -0
  194. package/dist/react-native/models/mappers.d.ts.map +1 -0
  195. package/dist/react-native/models/mappers.js +885 -0
  196. package/dist/react-native/models/mappers.js.map +1 -0
  197. package/dist/react-native/models/parameters.d.ts +19 -0
  198. package/dist/react-native/models/parameters.d.ts.map +1 -0
  199. package/dist/react-native/models/parameters.js +154 -0
  200. package/dist/react-native/models/parameters.js.map +1 -0
  201. package/dist/react-native/operations/index.d.ts +4 -0
  202. package/dist/react-native/operations/index.d.ts.map +1 -0
  203. package/dist/react-native/operations/index.js +11 -0
  204. package/dist/react-native/operations/index.js.map +1 -0
  205. package/dist/react-native/operations/ledger.d.ts +139 -0
  206. package/dist/react-native/operations/ledger.d.ts.map +1 -0
  207. package/dist/react-native/operations/ledger.js +702 -0
  208. package/dist/react-native/operations/ledger.js.map +1 -0
  209. package/dist/react-native/operations/managedCCFOperations.d.ts +139 -0
  210. package/dist/react-native/operations/managedCCFOperations.d.ts.map +1 -0
  211. package/dist/react-native/operations/managedCCFOperations.js +702 -0
  212. package/dist/react-native/operations/managedCCFOperations.js.map +1 -0
  213. package/dist/react-native/operations/operations.d.ts +32 -0
  214. package/dist/react-native/operations/operations.d.ts.map +1 -0
  215. package/dist/react-native/operations/operations.js +133 -0
  216. package/dist/react-native/operations/operations.js.map +1 -0
  217. package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
  218. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  219. package/dist/react-native/operationsInterfaces/index.js +11 -0
  220. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  221. package/dist/react-native/operationsInterfaces/ledger.d.ts +103 -0
  222. package/dist/react-native/operationsInterfaces/ledger.d.ts.map +1 -0
  223. package/dist/react-native/operationsInterfaces/ledger.js +9 -0
  224. package/dist/react-native/operationsInterfaces/ledger.js.map +1 -0
  225. package/dist/react-native/operationsInterfaces/managedCCFOperations.d.ts +103 -0
  226. package/dist/react-native/operationsInterfaces/managedCCFOperations.d.ts.map +1 -0
  227. package/dist/react-native/operationsInterfaces/managedCCFOperations.js +9 -0
  228. package/dist/react-native/operationsInterfaces/managedCCFOperations.js.map +1 -0
  229. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  230. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  231. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  232. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  233. package/dist/react-native/package.json +3 -0
  234. package/dist/react-native/pagingHelper.d.ts +13 -0
  235. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  236. package/dist/react-native/pagingHelper.js +32 -0
  237. package/dist/react-native/pagingHelper.js.map +1 -0
  238. package/package.json +77 -62
  239. package/review/arm-confidentialledger.api.md +27 -0
  240. package/dist/index.js +0 -2884
  241. package/dist/index.js.map +0 -1
  242. package/dist/index.min.js +0 -1
  243. package/dist/index.min.js.map +0 -1
  244. package/dist-esm/samples-dev/checkNameAvailabilitySample.d.ts +0 -2
  245. package/dist-esm/samples-dev/checkNameAvailabilitySample.d.ts.map +0 -1
  246. package/dist-esm/samples-dev/checkNameAvailabilitySample.js +0 -41
  247. package/dist-esm/samples-dev/checkNameAvailabilitySample.js.map +0 -1
  248. package/dist-esm/samples-dev/ledgerBackupSample.d.ts +0 -2
  249. package/dist-esm/samples-dev/ledgerBackupSample.d.ts.map +0 -1
  250. package/dist-esm/samples-dev/ledgerBackupSample.js +0 -44
  251. package/dist-esm/samples-dev/ledgerBackupSample.js.map +0 -1
  252. package/dist-esm/samples-dev/ledgerCreateSample.d.ts +0 -2
  253. package/dist-esm/samples-dev/ledgerCreateSample.d.ts.map +0 -1
  254. package/dist-esm/samples-dev/ledgerCreateSample.js +0 -61
  255. package/dist-esm/samples-dev/ledgerCreateSample.js.map +0 -1
  256. package/dist-esm/samples-dev/ledgerDeleteSample.d.ts +0 -2
  257. package/dist-esm/samples-dev/ledgerDeleteSample.d.ts.map +0 -1
  258. package/dist-esm/samples-dev/ledgerDeleteSample.js +0 -40
  259. package/dist-esm/samples-dev/ledgerDeleteSample.js.map +0 -1
  260. package/dist-esm/samples-dev/ledgerGetSample.d.ts +0 -2
  261. package/dist-esm/samples-dev/ledgerGetSample.d.ts.map +0 -1
  262. package/dist-esm/samples-dev/ledgerGetSample.js +0 -40
  263. package/dist-esm/samples-dev/ledgerGetSample.js.map +0 -1
  264. package/dist-esm/samples-dev/ledgerListByResourceGroupSample.d.ts +0 -2
  265. package/dist-esm/samples-dev/ledgerListByResourceGroupSample.d.ts.map +0 -1
  266. package/dist-esm/samples-dev/ledgerListByResourceGroupSample.js +0 -55
  267. package/dist-esm/samples-dev/ledgerListByResourceGroupSample.js.map +0 -1
  268. package/dist-esm/samples-dev/ledgerListBySubscriptionSample.d.ts +0 -2
  269. package/dist-esm/samples-dev/ledgerListBySubscriptionSample.d.ts.map +0 -1
  270. package/dist-esm/samples-dev/ledgerListBySubscriptionSample.js +0 -53
  271. package/dist-esm/samples-dev/ledgerListBySubscriptionSample.js.map +0 -1
  272. package/dist-esm/samples-dev/ledgerRestoreSample.d.ts +0 -2
  273. package/dist-esm/samples-dev/ledgerRestoreSample.d.ts.map +0 -1
  274. package/dist-esm/samples-dev/ledgerRestoreSample.js +0 -45
  275. package/dist-esm/samples-dev/ledgerRestoreSample.js.map +0 -1
  276. package/dist-esm/samples-dev/ledgerUpdateSample.d.ts +0 -2
  277. package/dist-esm/samples-dev/ledgerUpdateSample.d.ts.map +0 -1
  278. package/dist-esm/samples-dev/ledgerUpdateSample.js +0 -63
  279. package/dist-esm/samples-dev/ledgerUpdateSample.js.map +0 -1
  280. package/dist-esm/samples-dev/managedCcfBackupSample.d.ts +0 -2
  281. package/dist-esm/samples-dev/managedCcfBackupSample.d.ts.map +0 -1
  282. package/dist-esm/samples-dev/managedCcfBackupSample.js +0 -44
  283. package/dist-esm/samples-dev/managedCcfBackupSample.js.map +0 -1
  284. package/dist-esm/samples-dev/managedCcfCreateSample.d.ts +0 -2
  285. package/dist-esm/samples-dev/managedCcfCreateSample.d.ts.map +0 -1
  286. package/dist-esm/samples-dev/managedCcfCreateSample.js +0 -58
  287. package/dist-esm/samples-dev/managedCcfCreateSample.js.map +0 -1
  288. package/dist-esm/samples-dev/managedCcfDeleteSample.d.ts +0 -2
  289. package/dist-esm/samples-dev/managedCcfDeleteSample.d.ts.map +0 -1
  290. package/dist-esm/samples-dev/managedCcfDeleteSample.js +0 -40
  291. package/dist-esm/samples-dev/managedCcfDeleteSample.js.map +0 -1
  292. package/dist-esm/samples-dev/managedCcfGetSample.d.ts +0 -2
  293. package/dist-esm/samples-dev/managedCcfGetSample.d.ts.map +0 -1
  294. package/dist-esm/samples-dev/managedCcfGetSample.js +0 -40
  295. package/dist-esm/samples-dev/managedCcfGetSample.js.map +0 -1
  296. package/dist-esm/samples-dev/managedCcfListByResourceGroupSample.d.ts +0 -2
  297. package/dist-esm/samples-dev/managedCcfListByResourceGroupSample.d.ts.map +0 -1
  298. package/dist-esm/samples-dev/managedCcfListByResourceGroupSample.js +0 -55
  299. package/dist-esm/samples-dev/managedCcfListByResourceGroupSample.js.map +0 -1
  300. package/dist-esm/samples-dev/managedCcfListBySubscriptionSample.d.ts +0 -2
  301. package/dist-esm/samples-dev/managedCcfListBySubscriptionSample.d.ts.map +0 -1
  302. package/dist-esm/samples-dev/managedCcfListBySubscriptionSample.js +0 -53
  303. package/dist-esm/samples-dev/managedCcfListBySubscriptionSample.js.map +0 -1
  304. package/dist-esm/samples-dev/managedCcfRestoreSample.d.ts +0 -2
  305. package/dist-esm/samples-dev/managedCcfRestoreSample.d.ts.map +0 -1
  306. package/dist-esm/samples-dev/managedCcfRestoreSample.js +0 -45
  307. package/dist-esm/samples-dev/managedCcfRestoreSample.js.map +0 -1
  308. package/dist-esm/samples-dev/managedCcfUpdateSample.d.ts +0 -2
  309. package/dist-esm/samples-dev/managedCcfUpdateSample.d.ts.map +0 -1
  310. package/dist-esm/samples-dev/managedCcfUpdateSample.js +0 -50
  311. package/dist-esm/samples-dev/managedCcfUpdateSample.js.map +0 -1
  312. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  313. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  314. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  315. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  316. package/dist-esm/src/confidentialLedgerClient.d.ts.map +0 -1
  317. package/dist-esm/src/confidentialLedgerClient.js.map +0 -1
  318. package/dist-esm/src/index.d.ts +0 -6
  319. package/dist-esm/src/index.d.ts.map +0 -1
  320. package/dist-esm/src/index.js.map +0 -1
  321. package/dist-esm/src/lroImpl.js.map +0 -1
  322. package/dist-esm/src/models/index.d.ts.map +0 -1
  323. package/dist-esm/src/models/index.js.map +0 -1
  324. package/dist-esm/src/models/mappers.js.map +0 -1
  325. package/dist-esm/src/models/parameters.js.map +0 -1
  326. package/dist-esm/src/operations/index.d.ts +0 -4
  327. package/dist-esm/src/operations/index.js.map +0 -1
  328. package/dist-esm/src/operations/ledger.d.ts.map +0 -1
  329. package/dist-esm/src/operations/ledger.js.map +0 -1
  330. package/dist-esm/src/operations/managedCCFOperations.d.ts.map +0 -1
  331. package/dist-esm/src/operations/managedCCFOperations.js.map +0 -1
  332. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  333. package/dist-esm/src/operations/operations.js.map +0 -1
  334. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
  335. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  336. package/dist-esm/src/operationsInterfaces/ledger.d.ts.map +0 -1
  337. package/dist-esm/src/operationsInterfaces/ledger.js.map +0 -1
  338. package/dist-esm/src/operationsInterfaces/managedCCFOperations.d.ts.map +0 -1
  339. package/dist-esm/src/operationsInterfaces/managedCCFOperations.js.map +0 -1
  340. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  341. package/dist-esm/src/pagingHelper.js.map +0 -1
  342. package/dist-esm/test/confidentialledger_operations_test.spec.d.ts +0 -4
  343. package/dist-esm/test/confidentialledger_operations_test.spec.d.ts.map +0 -1
  344. package/dist-esm/test/confidentialledger_operations_test.spec.js +0 -71
  345. package/dist-esm/test/confidentialledger_operations_test.spec.js.map +0 -1
  346. package/src/confidentialLedgerClient.ts +0 -196
  347. package/src/lroImpl.ts +0 -42
  348. package/src/models/index.ts +0 -784
  349. package/src/models/mappers.ts +0 -872
  350. package/src/models/parameters.ts +0 -184
  351. package/src/operations/ledger.ts +0 -957
  352. package/src/operations/managedCCFOperations.ts +0 -962
  353. package/src/operations/operations.ts +0 -149
  354. package/src/operationsInterfaces/index.ts +0 -11
  355. package/src/operationsInterfaces/ledger.ts +0 -197
  356. package/src/operationsInterfaces/managedCCFOperations.ts +0 -206
  357. package/src/operationsInterfaces/operations.ts +0 -25
  358. package/src/pagingHelper.ts +0 -39
  359. package/tsconfig.json +0 -33
  360. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  361. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  362. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  363. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  364. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  365. /package/{dist-esm/src → dist/browser}/operationsInterfaces/ledger.js +0 -0
  366. /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedCCFOperations.js +0 -0
  367. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  368. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  369. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  370. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -1,784 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import * as coreClient from "@azure/core-client";
10
-
11
- /** List containing this Resource Provider's available operations. */
12
- export interface ResourceProviderOperationList {
13
- /**
14
- * Resource provider operations list.
15
- * NOTE: This property will not be serialized. It can only be populated by the server.
16
- */
17
- readonly value?: ResourceProviderOperationDefinition[];
18
- /**
19
- * The URI that can be used to request the next page for list of Azure operations.
20
- * NOTE: This property will not be serialized. It can only be populated by the server.
21
- */
22
- readonly nextLink?: string;
23
- }
24
-
25
- /** Describes the Resource Provider Operation. */
26
- export interface ResourceProviderOperationDefinition {
27
- /** Resource provider operation name. */
28
- name?: string;
29
- /** Indicates whether the operation is data action or not. */
30
- isDataAction?: boolean;
31
- /** Details about the operations */
32
- display?: ResourceProviderOperationDisplay;
33
- }
34
-
35
- /** Describes the properties of the Operation. */
36
- export interface ResourceProviderOperationDisplay {
37
- /** Name of the resource provider. */
38
- provider?: string;
39
- /** Name of the resource type. */
40
- resource?: string;
41
- /** Name of the resource provider operation. */
42
- operation?: string;
43
- /** Description of the resource provider operation. */
44
- description?: string;
45
- }
46
-
47
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
48
- export interface ErrorResponse {
49
- /** The error object. */
50
- error?: ErrorDetail;
51
- }
52
-
53
- /** The error detail. */
54
- export interface ErrorDetail {
55
- /**
56
- * The error code.
57
- * NOTE: This property will not be serialized. It can only be populated by the server.
58
- */
59
- readonly code?: string;
60
- /**
61
- * The error message.
62
- * NOTE: This property will not be serialized. It can only be populated by the server.
63
- */
64
- readonly message?: string;
65
- /**
66
- * The error target.
67
- * NOTE: This property will not be serialized. It can only be populated by the server.
68
- */
69
- readonly target?: string;
70
- /**
71
- * The error details.
72
- * NOTE: This property will not be serialized. It can only be populated by the server.
73
- */
74
- readonly details?: ErrorDetail[];
75
- /**
76
- * The error additional info.
77
- * NOTE: This property will not be serialized. It can only be populated by the server.
78
- */
79
- readonly additionalInfo?: ErrorAdditionalInfo[];
80
- }
81
-
82
- /** The resource management error additional info. */
83
- export interface ErrorAdditionalInfo {
84
- /**
85
- * The additional info type.
86
- * NOTE: This property will not be serialized. It can only be populated by the server.
87
- */
88
- readonly type?: string;
89
- /**
90
- * The additional info.
91
- * NOTE: This property will not be serialized. It can only be populated by the server.
92
- */
93
- readonly info?: Record<string, unknown>;
94
- }
95
-
96
- /** The check availability request body. */
97
- export interface CheckNameAvailabilityRequest {
98
- /** The name of the resource for which availability needs to be checked. */
99
- name?: string;
100
- /** The resource type. */
101
- type?: string;
102
- }
103
-
104
- /** The check availability result. */
105
- export interface CheckNameAvailabilityResponse {
106
- /** Indicates if the resource name is available. */
107
- nameAvailable?: boolean;
108
- /** The reason why the given name is not available. */
109
- reason?: CheckNameAvailabilityReason;
110
- /** Detailed reason why the given name is available. */
111
- message?: string;
112
- }
113
-
114
- /** Additional Confidential Ledger properties. */
115
- export interface LedgerProperties {
116
- /**
117
- * Unique name for the Confidential Ledger.
118
- * NOTE: This property will not be serialized. It can only be populated by the server.
119
- */
120
- readonly ledgerName?: string;
121
- /**
122
- * Endpoint for calling Ledger Service.
123
- * NOTE: This property will not be serialized. It can only be populated by the server.
124
- */
125
- readonly ledgerUri?: string;
126
- /**
127
- * Endpoint for accessing network identity.
128
- * NOTE: This property will not be serialized. It can only be populated by the server.
129
- */
130
- readonly identityServiceUri?: string;
131
- /**
132
- * Internal namespace for the Ledger
133
- * NOTE: This property will not be serialized. It can only be populated by the server.
134
- */
135
- readonly ledgerInternalNamespace?: string;
136
- /** Object representing RunningState for Ledger. */
137
- runningState?: RunningState;
138
- /** Type of Confidential Ledger */
139
- ledgerType?: LedgerType;
140
- /**
141
- * Provisioning state of Ledger Resource
142
- * NOTE: This property will not be serialized. It can only be populated by the server.
143
- */
144
- readonly provisioningState?: ProvisioningState;
145
- /** SKU associated with the ledger */
146
- ledgerSku?: LedgerSku;
147
- /** Array of all AAD based Security Principals. */
148
- aadBasedSecurityPrincipals?: AADBasedSecurityPrincipal[];
149
- /** Array of all cert based Security Principals. */
150
- certBasedSecurityPrincipals?: CertBasedSecurityPrincipal[];
151
- }
152
-
153
- /** AAD based security principal with associated Ledger RoleName */
154
- export interface AADBasedSecurityPrincipal {
155
- /** UUID/GUID based Principal Id of the Security Principal */
156
- principalId?: string;
157
- /** UUID/GUID based Tenant Id of the Security Principal */
158
- tenantId?: string;
159
- /** LedgerRole associated with the Security Principal of Ledger */
160
- ledgerRoleName?: LedgerRoleName;
161
- }
162
-
163
- /** Cert based security principal with Ledger RoleName */
164
- export interface CertBasedSecurityPrincipal {
165
- /** Public key of the user cert (.pem or .cer) */
166
- cert?: string;
167
- /** LedgerRole associated with the Security Principal of Ledger */
168
- ledgerRoleName?: LedgerRoleName;
169
- }
170
-
171
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
172
- export interface Resource {
173
- /**
174
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
175
- * NOTE: This property will not be serialized. It can only be populated by the server.
176
- */
177
- readonly id?: string;
178
- /**
179
- * The name of the resource
180
- * NOTE: This property will not be serialized. It can only be populated by the server.
181
- */
182
- readonly name?: string;
183
- /**
184
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
185
- * NOTE: This property will not be serialized. It can only be populated by the server.
186
- */
187
- readonly type?: string;
188
- /**
189
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
190
- * NOTE: This property will not be serialized. It can only be populated by the server.
191
- */
192
- readonly systemData?: SystemData;
193
- }
194
-
195
- /** Metadata pertaining to creation and last modification of the resource. */
196
- export interface SystemData {
197
- /** The identity that created the resource. */
198
- createdBy?: string;
199
- /** The type of identity that created the resource. */
200
- createdByType?: CreatedByType;
201
- /** The timestamp of resource creation (UTC). */
202
- createdAt?: Date;
203
- /** The identity that last modified the resource. */
204
- lastModifiedBy?: string;
205
- /** The type of identity that last modified the resource. */
206
- lastModifiedByType?: CreatedByType;
207
- /** The timestamp of resource last modification (UTC) */
208
- lastModifiedAt?: Date;
209
- }
210
-
211
- /** Object that includes an array of Confidential Ledgers and a possible link for next set. */
212
- export interface ConfidentialLedgerList {
213
- /** List of Confidential Ledgers */
214
- value?: ConfidentialLedger[];
215
- /** The URL the client should use to fetch the next page (per server side paging). */
216
- nextLink?: string;
217
- }
218
-
219
- /** Object representing Backup properties of a Confidential Ledger Resource. */
220
- export interface ConfidentialLedgerBackup {
221
- /** The region where the backup of the ledger will eventually be restored to. */
222
- restoreRegion?: string;
223
- /** SAS URI used to access the backup Fileshare. */
224
- uri: string;
225
- }
226
-
227
- /** Object representing the backup response of a Confidential Ledger Resource. */
228
- export interface ConfidentialLedgerBackupResponse {
229
- /**
230
- * Response body stating if the ledger is being backed up.
231
- * NOTE: This property will not be serialized. It can only be populated by the server.
232
- */
233
- readonly message?: string;
234
- }
235
-
236
- /** Object representing Restore properties of a Confidential Ledger Resource. */
237
- export interface ConfidentialLedgerRestore {
238
- /** Fileshare where the ledger backup is stored. */
239
- fileShareName: string;
240
- /** The region the ledger is being restored to. */
241
- restoreRegion: string;
242
- /** SAS URI used to access the backup fileshare. */
243
- uri: string;
244
- }
245
-
246
- /** Object representing the restore response of a Confidential Ledger Resource. */
247
- export interface ConfidentialLedgerRestoreResponse {
248
- /**
249
- * Response body stating if the ledger is being restored.
250
- * NOTE: This property will not be serialized. It can only be populated by the server.
251
- */
252
- readonly message?: string;
253
- }
254
-
255
- /** Additional Managed CCF properties. */
256
- export interface ManagedCCFProperties {
257
- /**
258
- * Unique name for the Managed CCF.
259
- * NOTE: This property will not be serialized. It can only be populated by the server.
260
- */
261
- readonly appName?: string;
262
- /**
263
- * Endpoint for calling Managed CCF Service.
264
- * NOTE: This property will not be serialized. It can only be populated by the server.
265
- */
266
- readonly appUri?: string;
267
- /**
268
- * Endpoint for accessing network identity.
269
- * NOTE: This property will not be serialized. It can only be populated by the server.
270
- */
271
- readonly identityServiceUri?: string;
272
- /** List of member identity certificates for Managed CCF */
273
- memberIdentityCertificates?: MemberIdentityCertificate[];
274
- /** Deployment Type of Managed CCF */
275
- deploymentType?: DeploymentType;
276
- /** Object representing RunningState for Managed CCF. */
277
- runningState?: RunningState;
278
- /**
279
- * Provisioning state of Managed CCF Resource
280
- * NOTE: This property will not be serialized. It can only be populated by the server.
281
- */
282
- readonly provisioningState?: ProvisioningState;
283
- /** Number of CCF nodes in the Managed CCF. */
284
- nodeCount?: number;
285
- }
286
-
287
- /** Object representing MemberIdentityCertificate for Managed CCF. */
288
- export interface MemberIdentityCertificate {
289
- /** Member Identity Certificate */
290
- certificate?: string;
291
- /** Member Identity Certificate Encryption Key */
292
- encryptionkey?: string;
293
- /** Anything */
294
- tags?: any;
295
- }
296
-
297
- /** Object representing DeploymentType for Managed CCF. */
298
- export interface DeploymentType {
299
- /** Unique name for the Managed CCF. */
300
- languageRuntime?: LanguageRuntime;
301
- /** Source Uri containing ManagedCCF code */
302
- appSourceUri?: string;
303
- }
304
-
305
- /** Object that includes an array of Managed CCF and a possible link for next set. */
306
- export interface ManagedCCFList {
307
- /** List of Managed CCF */
308
- value?: ManagedCCF[];
309
- /** The URL the client should use to fetch the next page (per server side paging). */
310
- nextLink?: string;
311
- }
312
-
313
- /** Object representing Backup properties of a Managed CCF Resource. */
314
- export interface ManagedCCFBackup {
315
- /** The region where the backup of the managed CCF resource will eventually be restored to. */
316
- restoreRegion?: string;
317
- /** SAS URI used to access the backup Fileshare. */
318
- uri: string;
319
- }
320
-
321
- /** Object representing the backup response of a Managed CCF Resource. */
322
- export interface ManagedCCFBackupResponse {
323
- /**
324
- * Response body stating if the managed CCF resource is being backed up.
325
- * NOTE: This property will not be serialized. It can only be populated by the server.
326
- */
327
- readonly message?: string;
328
- }
329
-
330
- /** Object representing Restore properties of Managed CCF Resource. */
331
- export interface ManagedCCFRestore {
332
- /** Fileshare where the managed CCF resource backup is stored. */
333
- fileShareName: string;
334
- /** The region the managed CCF resource is being restored to. */
335
- restoreRegion: string;
336
- /** SAS URI used to access the backup Fileshare. */
337
- uri: string;
338
- }
339
-
340
- /** Object representing the restore response of a Managed CCF Resource. */
341
- export interface ManagedCCFRestoreResponse {
342
- /**
343
- * Response body stating if the managed CCF resource is being restored.
344
- * NOTE: This property will not be serialized. It can only be populated by the server.
345
- */
346
- readonly message?: string;
347
- }
348
-
349
- /** Tags for Managed CCF Certificates */
350
- export interface CertificateTags {
351
- /** Additional tags for Managed CCF Certificates */
352
- tags?: { [propertyName: string]: string };
353
- }
354
-
355
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
356
- export interface TrackedResource extends Resource {
357
- /** Resource tags. */
358
- tags?: { [propertyName: string]: string };
359
- /** The geo-location where the resource lives */
360
- location: string;
361
- }
362
-
363
- /** Confidential Ledger. Contains the properties of Confidential Ledger Resource. */
364
- export interface ConfidentialLedger extends TrackedResource {
365
- /** Properties of Confidential Ledger Resource. */
366
- properties?: LedgerProperties;
367
- }
368
-
369
- /** Managed CCF. Contains the properties of Managed CCF Resource. */
370
- export interface ManagedCCF extends TrackedResource {
371
- /** Properties of Managed CCF Resource. */
372
- properties?: ManagedCCFProperties;
373
- }
374
-
375
- /** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */
376
- export enum KnownCheckNameAvailabilityReason {
377
- /** Invalid */
378
- Invalid = "Invalid",
379
- /** AlreadyExists */
380
- AlreadyExists = "AlreadyExists",
381
- }
382
-
383
- /**
384
- * Defines values for CheckNameAvailabilityReason. \
385
- * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,
386
- * this enum contains the known values that the service supports.
387
- * ### Known values supported by the service
388
- * **Invalid** \
389
- * **AlreadyExists**
390
- */
391
- export type CheckNameAvailabilityReason = string;
392
-
393
- /** Known values of {@link RunningState} that the service accepts. */
394
- export enum KnownRunningState {
395
- /** Active */
396
- Active = "Active",
397
- /** Paused */
398
- Paused = "Paused",
399
- /** Unknown */
400
- Unknown = "Unknown",
401
- /** Pausing */
402
- Pausing = "Pausing",
403
- /** Resuming */
404
- Resuming = "Resuming",
405
- }
406
-
407
- /**
408
- * Defines values for RunningState. \
409
- * {@link KnownRunningState} can be used interchangeably with RunningState,
410
- * this enum contains the known values that the service supports.
411
- * ### Known values supported by the service
412
- * **Active** \
413
- * **Paused** \
414
- * **Unknown** \
415
- * **Pausing** \
416
- * **Resuming**
417
- */
418
- export type RunningState = string;
419
-
420
- /** Known values of {@link LedgerType} that the service accepts. */
421
- export enum KnownLedgerType {
422
- /** Unknown */
423
- Unknown = "Unknown",
424
- /** Public */
425
- Public = "Public",
426
- /** Private */
427
- Private = "Private",
428
- }
429
-
430
- /**
431
- * Defines values for LedgerType. \
432
- * {@link KnownLedgerType} can be used interchangeably with LedgerType,
433
- * this enum contains the known values that the service supports.
434
- * ### Known values supported by the service
435
- * **Unknown** \
436
- * **Public** \
437
- * **Private**
438
- */
439
- export type LedgerType = string;
440
-
441
- /** Known values of {@link ProvisioningState} that the service accepts. */
442
- export enum KnownProvisioningState {
443
- /** Unknown */
444
- Unknown = "Unknown",
445
- /** Succeeded */
446
- Succeeded = "Succeeded",
447
- /** Failed */
448
- Failed = "Failed",
449
- /** Canceled */
450
- Canceled = "Canceled",
451
- /** Creating */
452
- Creating = "Creating",
453
- /** Deleting */
454
- Deleting = "Deleting",
455
- /** Updating */
456
- Updating = "Updating",
457
- }
458
-
459
- /**
460
- * Defines values for ProvisioningState. \
461
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
462
- * this enum contains the known values that the service supports.
463
- * ### Known values supported by the service
464
- * **Unknown** \
465
- * **Succeeded** \
466
- * **Failed** \
467
- * **Canceled** \
468
- * **Creating** \
469
- * **Deleting** \
470
- * **Updating**
471
- */
472
- export type ProvisioningState = string;
473
-
474
- /** Known values of {@link LedgerSku} that the service accepts. */
475
- export enum KnownLedgerSku {
476
- /** Standard */
477
- Standard = "Standard",
478
- /** Basic */
479
- Basic = "Basic",
480
- /** Unknown */
481
- Unknown = "Unknown",
482
- }
483
-
484
- /**
485
- * Defines values for LedgerSku. \
486
- * {@link KnownLedgerSku} can be used interchangeably with LedgerSku,
487
- * this enum contains the known values that the service supports.
488
- * ### Known values supported by the service
489
- * **Standard** \
490
- * **Basic** \
491
- * **Unknown**
492
- */
493
- export type LedgerSku = string;
494
-
495
- /** Known values of {@link LedgerRoleName} that the service accepts. */
496
- export enum KnownLedgerRoleName {
497
- /** Reader */
498
- Reader = "Reader",
499
- /** Contributor */
500
- Contributor = "Contributor",
501
- /** Administrator */
502
- Administrator = "Administrator",
503
- }
504
-
505
- /**
506
- * Defines values for LedgerRoleName. \
507
- * {@link KnownLedgerRoleName} can be used interchangeably with LedgerRoleName,
508
- * this enum contains the known values that the service supports.
509
- * ### Known values supported by the service
510
- * **Reader** \
511
- * **Contributor** \
512
- * **Administrator**
513
- */
514
- export type LedgerRoleName = string;
515
-
516
- /** Known values of {@link CreatedByType} that the service accepts. */
517
- export enum KnownCreatedByType {
518
- /** User */
519
- User = "User",
520
- /** Application */
521
- Application = "Application",
522
- /** ManagedIdentity */
523
- ManagedIdentity = "ManagedIdentity",
524
- /** Key */
525
- Key = "Key",
526
- }
527
-
528
- /**
529
- * Defines values for CreatedByType. \
530
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
531
- * this enum contains the known values that the service supports.
532
- * ### Known values supported by the service
533
- * **User** \
534
- * **Application** \
535
- * **ManagedIdentity** \
536
- * **Key**
537
- */
538
- export type CreatedByType = string;
539
-
540
- /** Known values of {@link LanguageRuntime} that the service accepts. */
541
- export enum KnownLanguageRuntime {
542
- /** CPP */
543
- CPP = "CPP",
544
- /** JS */
545
- JS = "JS",
546
- }
547
-
548
- /**
549
- * Defines values for LanguageRuntime. \
550
- * {@link KnownLanguageRuntime} can be used interchangeably with LanguageRuntime,
551
- * this enum contains the known values that the service supports.
552
- * ### Known values supported by the service
553
- * **CPP** \
554
- * **JS**
555
- */
556
- export type LanguageRuntime = string;
557
-
558
- /** Optional parameters. */
559
- export interface OperationsListOptionalParams
560
- extends coreClient.OperationOptions {}
561
-
562
- /** Contains response data for the list operation. */
563
- export type OperationsListResponse = ResourceProviderOperationList;
564
-
565
- /** Optional parameters. */
566
- export interface OperationsListNextOptionalParams
567
- extends coreClient.OperationOptions {}
568
-
569
- /** Contains response data for the listNext operation. */
570
- export type OperationsListNextResponse = ResourceProviderOperationList;
571
-
572
- /** Optional parameters. */
573
- export interface CheckNameAvailabilityOptionalParams
574
- extends coreClient.OperationOptions {}
575
-
576
- /** Contains response data for the checkNameAvailability operation. */
577
- export type CheckNameAvailabilityOperationResponse =
578
- CheckNameAvailabilityResponse;
579
-
580
- /** Optional parameters. */
581
- export interface LedgerGetOptionalParams extends coreClient.OperationOptions {}
582
-
583
- /** Contains response data for the get operation. */
584
- export type LedgerGetResponse = ConfidentialLedger;
585
-
586
- /** Optional parameters. */
587
- export interface LedgerDeleteOptionalParams
588
- extends coreClient.OperationOptions {
589
- /** Delay to wait until next poll, in milliseconds. */
590
- updateIntervalInMs?: number;
591
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
592
- resumeFrom?: string;
593
- }
594
-
595
- /** Optional parameters. */
596
- export interface LedgerCreateOptionalParams
597
- extends coreClient.OperationOptions {
598
- /** Delay to wait until next poll, in milliseconds. */
599
- updateIntervalInMs?: number;
600
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
601
- resumeFrom?: string;
602
- }
603
-
604
- /** Contains response data for the create operation. */
605
- export type LedgerCreateResponse = ConfidentialLedger;
606
-
607
- /** Optional parameters. */
608
- export interface LedgerUpdateOptionalParams
609
- extends coreClient.OperationOptions {
610
- /** Delay to wait until next poll, in milliseconds. */
611
- updateIntervalInMs?: number;
612
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
613
- resumeFrom?: string;
614
- }
615
-
616
- /** Contains response data for the update operation. */
617
- export type LedgerUpdateResponse = ConfidentialLedger;
618
-
619
- /** Optional parameters. */
620
- export interface LedgerListByResourceGroupOptionalParams
621
- extends coreClient.OperationOptions {
622
- /** The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public' */
623
- filter?: string;
624
- }
625
-
626
- /** Contains response data for the listByResourceGroup operation. */
627
- export type LedgerListByResourceGroupResponse = ConfidentialLedgerList;
628
-
629
- /** Optional parameters. */
630
- export interface LedgerListBySubscriptionOptionalParams
631
- extends coreClient.OperationOptions {
632
- /** The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public' */
633
- filter?: string;
634
- }
635
-
636
- /** Contains response data for the listBySubscription operation. */
637
- export type LedgerListBySubscriptionResponse = ConfidentialLedgerList;
638
-
639
- /** Optional parameters. */
640
- export interface LedgerBackupOptionalParams
641
- extends coreClient.OperationOptions {
642
- /** Delay to wait until next poll, in milliseconds. */
643
- updateIntervalInMs?: number;
644
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
645
- resumeFrom?: string;
646
- }
647
-
648
- /** Contains response data for the backup operation. */
649
- export type LedgerBackupResponse = ConfidentialLedgerBackupResponse;
650
-
651
- /** Optional parameters. */
652
- export interface LedgerRestoreOptionalParams
653
- extends coreClient.OperationOptions {
654
- /** Delay to wait until next poll, in milliseconds. */
655
- updateIntervalInMs?: number;
656
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
657
- resumeFrom?: string;
658
- }
659
-
660
- /** Contains response data for the restore operation. */
661
- export type LedgerRestoreResponse = ConfidentialLedgerRestoreResponse;
662
-
663
- /** Optional parameters. */
664
- export interface LedgerListByResourceGroupNextOptionalParams
665
- extends coreClient.OperationOptions {}
666
-
667
- /** Contains response data for the listByResourceGroupNext operation. */
668
- export type LedgerListByResourceGroupNextResponse = ConfidentialLedgerList;
669
-
670
- /** Optional parameters. */
671
- export interface LedgerListBySubscriptionNextOptionalParams
672
- extends coreClient.OperationOptions {}
673
-
674
- /** Contains response data for the listBySubscriptionNext operation. */
675
- export type LedgerListBySubscriptionNextResponse = ConfidentialLedgerList;
676
-
677
- /** Optional parameters. */
678
- export interface ManagedCCFGetOptionalParams
679
- extends coreClient.OperationOptions {}
680
-
681
- /** Contains response data for the get operation. */
682
- export type ManagedCCFGetResponse = ManagedCCF;
683
-
684
- /** Optional parameters. */
685
- export interface ManagedCCFDeleteOptionalParams
686
- extends coreClient.OperationOptions {
687
- /** Delay to wait until next poll, in milliseconds. */
688
- updateIntervalInMs?: number;
689
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
690
- resumeFrom?: string;
691
- }
692
-
693
- /** Optional parameters. */
694
- export interface ManagedCCFCreateOptionalParams
695
- extends coreClient.OperationOptions {
696
- /** Delay to wait until next poll, in milliseconds. */
697
- updateIntervalInMs?: number;
698
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
699
- resumeFrom?: string;
700
- }
701
-
702
- /** Contains response data for the create operation. */
703
- export type ManagedCCFCreateResponse = ManagedCCF;
704
-
705
- /** Optional parameters. */
706
- export interface ManagedCCFUpdateOptionalParams
707
- extends coreClient.OperationOptions {
708
- /** Delay to wait until next poll, in milliseconds. */
709
- updateIntervalInMs?: number;
710
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
711
- resumeFrom?: string;
712
- }
713
-
714
- /** Contains response data for the update operation. */
715
- export type ManagedCCFUpdateResponse = ManagedCCF;
716
-
717
- /** Optional parameters. */
718
- export interface ManagedCCFListByResourceGroupOptionalParams
719
- extends coreClient.OperationOptions {
720
- /** The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public' */
721
- filter?: string;
722
- }
723
-
724
- /** Contains response data for the listByResourceGroup operation. */
725
- export type ManagedCCFListByResourceGroupResponse = ManagedCCFList;
726
-
727
- /** Optional parameters. */
728
- export interface ManagedCCFListBySubscriptionOptionalParams
729
- extends coreClient.OperationOptions {
730
- /** The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public' */
731
- filter?: string;
732
- }
733
-
734
- /** Contains response data for the listBySubscription operation. */
735
- export type ManagedCCFListBySubscriptionResponse = ManagedCCFList;
736
-
737
- /** Optional parameters. */
738
- export interface ManagedCCFBackupOptionalParams
739
- extends coreClient.OperationOptions {
740
- /** Delay to wait until next poll, in milliseconds. */
741
- updateIntervalInMs?: number;
742
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
743
- resumeFrom?: string;
744
- }
745
-
746
- /** Contains response data for the backup operation. */
747
- export type ManagedCCFBackupOperationResponse = ManagedCCFBackupResponse;
748
-
749
- /** Optional parameters. */
750
- export interface ManagedCCFRestoreOptionalParams
751
- extends coreClient.OperationOptions {
752
- /** Delay to wait until next poll, in milliseconds. */
753
- updateIntervalInMs?: number;
754
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
755
- resumeFrom?: string;
756
- }
757
-
758
- /** Contains response data for the restore operation. */
759
- export type ManagedCCFRestoreOperationResponse = ManagedCCFRestoreResponse;
760
-
761
- /** Optional parameters. */
762
- export interface ManagedCCFListByResourceGroupNextOptionalParams
763
- extends coreClient.OperationOptions {}
764
-
765
- /** Contains response data for the listByResourceGroupNext operation. */
766
- export type ManagedCCFListByResourceGroupNextResponse = ManagedCCFList;
767
-
768
- /** Optional parameters. */
769
- export interface ManagedCCFListBySubscriptionNextOptionalParams
770
- extends coreClient.OperationOptions {}
771
-
772
- /** Contains response data for the listBySubscriptionNext operation. */
773
- export type ManagedCCFListBySubscriptionNextResponse = ManagedCCFList;
774
-
775
- /** Optional parameters. */
776
- export interface ConfidentialLedgerClientOptionalParams
777
- extends coreClient.ServiceClientOptions {
778
- /** server parameter */
779
- $host?: string;
780
- /** Api Version */
781
- apiVersion?: string;
782
- /** Overrides client endpoint. */
783
- endpoint?: string;
784
- }