@azure/arm-neonpostgres 1.0.0-beta.1 → 1.0.0

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 (721) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/LICENSE +3 -3
  3. package/README.md +23 -14
  4. package/dist/browser/api/branches/index.d.ts +3 -0
  5. package/dist/browser/api/branches/index.d.ts.map +1 -0
  6. package/dist/browser/api/branches/index.js +4 -0
  7. package/dist/browser/api/branches/index.js.map +1 -0
  8. package/dist/browser/api/branches/operations.d.ts +32 -0
  9. package/dist/browser/api/branches/operations.d.ts.map +1 -0
  10. package/dist/browser/api/branches/operations.js +159 -0
  11. package/dist/browser/api/branches/operations.js.map +1 -0
  12. package/dist/browser/api/branches/options.d.ts +21 -0
  13. package/dist/browser/api/branches/options.d.ts.map +1 -0
  14. package/dist/browser/api/branches/options.js.map +1 -0
  15. package/dist/browser/api/computes/index.d.ts +3 -0
  16. package/dist/browser/api/computes/index.d.ts.map +1 -0
  17. package/dist/browser/api/computes/index.js +4 -0
  18. package/dist/browser/api/computes/index.js.map +1 -0
  19. package/dist/browser/api/computes/operations.d.ts +32 -0
  20. package/dist/browser/api/computes/operations.d.ts.map +1 -0
  21. package/dist/browser/api/computes/operations.js +164 -0
  22. package/dist/browser/api/computes/operations.js.map +1 -0
  23. package/dist/browser/api/computes/options.d.ts +21 -0
  24. package/dist/browser/api/computes/options.d.ts.map +1 -0
  25. package/dist/browser/api/computes/options.js.map +1 -0
  26. package/dist/browser/api/endpoints/index.d.ts +3 -0
  27. package/dist/browser/api/endpoints/index.d.ts.map +1 -0
  28. package/dist/browser/api/endpoints/index.js +4 -0
  29. package/dist/browser/api/endpoints/index.js.map +1 -0
  30. package/dist/browser/api/endpoints/operations.d.ts +32 -0
  31. package/dist/browser/api/endpoints/operations.d.ts.map +1 -0
  32. package/dist/browser/api/endpoints/operations.js +164 -0
  33. package/dist/browser/api/endpoints/operations.js.map +1 -0
  34. package/dist/browser/api/endpoints/options.d.ts +21 -0
  35. package/dist/browser/api/endpoints/options.d.ts.map +1 -0
  36. package/dist/browser/api/endpoints/options.js.map +1 -0
  37. package/dist/browser/api/index.d.ts +0 -3
  38. package/dist/browser/api/index.d.ts.map +1 -1
  39. package/dist/browser/api/index.js +0 -2
  40. package/dist/browser/api/index.js.map +1 -1
  41. package/dist/browser/api/neonDatabases/index.d.ts +3 -0
  42. package/dist/browser/api/neonDatabases/index.d.ts.map +1 -0
  43. package/dist/browser/api/neonDatabases/index.js +4 -0
  44. package/dist/browser/api/neonDatabases/index.js.map +1 -0
  45. package/dist/browser/api/neonDatabases/operations.d.ts +32 -0
  46. package/dist/browser/api/neonDatabases/operations.d.ts.map +1 -0
  47. package/dist/browser/api/neonDatabases/operations.js +164 -0
  48. package/dist/browser/api/neonDatabases/operations.js.map +1 -0
  49. package/dist/browser/api/neonDatabases/options.d.ts +21 -0
  50. package/dist/browser/api/neonDatabases/options.d.ts.map +1 -0
  51. package/dist/browser/api/neonDatabases/options.js +4 -0
  52. package/dist/browser/api/neonDatabases/options.js.map +1 -0
  53. package/dist/browser/api/neonRoles/index.d.ts +3 -0
  54. package/dist/browser/api/neonRoles/index.d.ts.map +1 -0
  55. package/dist/browser/api/neonRoles/index.js +4 -0
  56. package/dist/browser/api/neonRoles/index.js.map +1 -0
  57. package/dist/browser/api/neonRoles/operations.d.ts +32 -0
  58. package/dist/browser/api/neonRoles/operations.d.ts.map +1 -0
  59. package/dist/browser/api/neonRoles/operations.js +164 -0
  60. package/dist/browser/api/neonRoles/operations.js.map +1 -0
  61. package/dist/browser/api/neonRoles/options.d.ts +21 -0
  62. package/dist/browser/api/neonRoles/options.d.ts.map +1 -0
  63. package/dist/browser/api/neonRoles/options.js +4 -0
  64. package/dist/browser/api/neonRoles/options.js.map +1 -0
  65. package/dist/browser/api/operations/index.d.ts +2 -8
  66. package/dist/browser/api/operations/index.d.ts.map +1 -1
  67. package/dist/browser/api/operations/index.js +1 -19
  68. package/dist/browser/api/operations/index.js.map +1 -1
  69. package/dist/browser/api/operations/operations.d.ts +10 -0
  70. package/dist/browser/api/operations/operations.d.ts.map +1 -0
  71. package/dist/browser/api/operations/operations.js +29 -0
  72. package/dist/browser/api/operations/operations.js.map +1 -0
  73. package/dist/browser/api/operations/options.d.ts +5 -0
  74. package/dist/browser/api/operations/options.d.ts.map +1 -0
  75. package/dist/browser/api/operations/options.js +4 -0
  76. package/dist/browser/api/operations/options.js.map +1 -0
  77. package/dist/browser/api/organizations/index.d.ts +2 -29
  78. package/dist/browser/api/organizations/index.d.ts.map +1 -1
  79. package/dist/browser/api/organizations/index.js +1 -124
  80. package/dist/browser/api/organizations/index.js.map +1 -1
  81. package/dist/browser/api/organizations/operations.d.ts +41 -0
  82. package/dist/browser/api/organizations/operations.d.ts.map +1 -0
  83. package/dist/browser/api/organizations/operations.js +216 -0
  84. package/dist/browser/api/organizations/operations.js.map +1 -0
  85. package/dist/browser/api/{options.d.ts → organizations/options.d.ts} +11 -8
  86. package/dist/browser/api/organizations/options.d.ts.map +1 -0
  87. package/dist/browser/api/organizations/options.js +4 -0
  88. package/dist/browser/api/organizations/options.js.map +1 -0
  89. package/dist/browser/api/postgresContext.d.ts +6 -1
  90. package/dist/browser/api/postgresContext.d.ts.map +1 -1
  91. package/dist/browser/api/postgresContext.js +5 -5
  92. package/dist/browser/api/postgresContext.js.map +1 -1
  93. package/dist/browser/api/projects/index.d.ts +3 -0
  94. package/dist/browser/api/projects/index.d.ts.map +1 -0
  95. package/dist/browser/api/projects/index.js +4 -0
  96. package/dist/browser/api/projects/index.js.map +1 -0
  97. package/dist/browser/api/projects/operations.d.ts +37 -0
  98. package/dist/browser/api/projects/operations.d.ts.map +1 -0
  99. package/dist/browser/api/projects/operations.js +182 -0
  100. package/dist/browser/api/projects/operations.js.map +1 -0
  101. package/dist/browser/api/projects/options.d.ts +24 -0
  102. package/dist/browser/api/projects/options.d.ts.map +1 -0
  103. package/dist/browser/api/projects/options.js +4 -0
  104. package/dist/browser/api/projects/options.js.map +1 -0
  105. package/dist/browser/classic/branches/index.d.ts +25 -0
  106. package/dist/browser/classic/branches/index.d.ts.map +1 -0
  107. package/dist/browser/classic/branches/index.js +16 -0
  108. package/dist/browser/classic/branches/index.js.map +1 -0
  109. package/dist/browser/classic/computes/index.d.ts +25 -0
  110. package/dist/browser/classic/computes/index.d.ts.map +1 -0
  111. package/dist/browser/classic/computes/index.js +16 -0
  112. package/dist/browser/classic/computes/index.js.map +1 -0
  113. package/dist/browser/classic/endpoints/index.d.ts +25 -0
  114. package/dist/browser/classic/endpoints/index.d.ts.map +1 -0
  115. package/dist/browser/classic/endpoints/index.js +16 -0
  116. package/dist/browser/classic/endpoints/index.js.map +1 -0
  117. package/dist/browser/classic/index.d.ts +6 -0
  118. package/dist/browser/classic/index.d.ts.map +1 -1
  119. package/dist/browser/classic/index.js.map +1 -1
  120. package/dist/browser/classic/neonDatabases/index.d.ts +25 -0
  121. package/dist/browser/classic/neonDatabases/index.d.ts.map +1 -0
  122. package/dist/browser/classic/neonDatabases/index.js +16 -0
  123. package/dist/browser/classic/neonDatabases/index.js.map +1 -0
  124. package/dist/browser/classic/neonRoles/index.d.ts +25 -0
  125. package/dist/browser/classic/neonRoles/index.d.ts.map +1 -0
  126. package/dist/browser/classic/neonRoles/index.js +16 -0
  127. package/dist/browser/classic/neonRoles/index.js.map +1 -0
  128. package/dist/browser/classic/operations/index.d.ts +2 -5
  129. package/dist/browser/classic/operations/index.d.ts.map +1 -1
  130. package/dist/browser/classic/operations/index.js +5 -5
  131. package/dist/browser/classic/operations/index.js.map +1 -1
  132. package/dist/browser/classic/organizations/index.d.ts +20 -20
  133. package/dist/browser/classic/organizations/index.d.ts.map +1 -1
  134. package/dist/browser/classic/organizations/index.js +11 -10
  135. package/dist/browser/classic/organizations/index.js.map +1 -1
  136. package/dist/browser/classic/projects/index.d.ts +28 -0
  137. package/dist/browser/classic/projects/index.d.ts.map +1 -0
  138. package/dist/browser/classic/projects/index.js +17 -0
  139. package/dist/browser/classic/projects/index.js.map +1 -0
  140. package/dist/browser/index.d.ts +12 -3
  141. package/dist/browser/index.d.ts.map +1 -1
  142. package/dist/browser/index.js +2 -1
  143. package/dist/browser/index.js.map +1 -1
  144. package/dist/browser/models/index.d.ts +1 -1
  145. package/dist/browser/models/index.d.ts.map +1 -1
  146. package/dist/browser/models/index.js +1 -1
  147. package/dist/browser/models/index.js.map +1 -1
  148. package/dist/browser/models/models/index.d.ts +2 -0
  149. package/dist/browser/models/models/index.d.ts.map +1 -0
  150. package/dist/browser/models/models/index.js +4 -0
  151. package/dist/browser/models/models/index.js.map +1 -0
  152. package/dist/browser/models/models/models.d.ts +224 -0
  153. package/dist/browser/models/models/models.d.ts.map +1 -0
  154. package/dist/browser/models/models/models.js +314 -0
  155. package/dist/browser/models/models/models.js.map +1 -0
  156. package/dist/browser/models/models.d.ts +207 -63
  157. package/dist/browser/models/models.d.ts.map +1 -1
  158. package/dist/browser/models/models.js +302 -31
  159. package/dist/browser/models/models.js.map +1 -1
  160. package/dist/browser/postgresClient.d.ts +23 -5
  161. package/dist/browser/postgresClient.d.ts.map +1 -1
  162. package/dist/browser/postgresClient.js +17 -5
  163. package/dist/browser/postgresClient.js.map +1 -1
  164. package/dist/browser/restorePollerHelpers.d.ts.map +1 -1
  165. package/dist/browser/restorePollerHelpers.js +57 -6
  166. package/dist/browser/restorePollerHelpers.js.map +1 -1
  167. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  168. package/dist/browser/static-helpers/urlTemplate.d.ts.map +1 -0
  169. package/dist/browser/static-helpers/urlTemplate.js +169 -0
  170. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  171. package/dist/commonjs/api/branches/index.d.ts +3 -0
  172. package/dist/commonjs/api/branches/index.d.ts.map +1 -0
  173. package/dist/commonjs/api/branches/index.js +12 -0
  174. package/dist/commonjs/api/branches/index.js.map +1 -0
  175. package/dist/commonjs/api/branches/operations.d.ts +32 -0
  176. package/dist/commonjs/api/branches/operations.d.ts.map +1 -0
  177. package/dist/commonjs/api/branches/operations.js +176 -0
  178. package/dist/commonjs/api/branches/operations.js.map +1 -0
  179. package/dist/commonjs/api/branches/options.d.ts +21 -0
  180. package/dist/commonjs/api/branches/options.d.ts.map +1 -0
  181. package/dist/commonjs/api/branches/options.js.map +1 -0
  182. package/dist/commonjs/api/computes/index.d.ts +3 -0
  183. package/dist/commonjs/api/computes/index.d.ts.map +1 -0
  184. package/dist/commonjs/api/computes/index.js +12 -0
  185. package/dist/commonjs/api/computes/index.js.map +1 -0
  186. package/dist/commonjs/api/computes/operations.d.ts +32 -0
  187. package/dist/commonjs/api/computes/operations.d.ts.map +1 -0
  188. package/dist/commonjs/api/computes/operations.js +181 -0
  189. package/dist/commonjs/api/computes/operations.js.map +1 -0
  190. package/dist/commonjs/api/computes/options.d.ts +21 -0
  191. package/dist/commonjs/api/computes/options.d.ts.map +1 -0
  192. package/dist/commonjs/api/computes/options.js +5 -0
  193. package/dist/commonjs/api/computes/options.js.map +1 -0
  194. package/dist/commonjs/api/endpoints/index.d.ts +3 -0
  195. package/dist/commonjs/api/endpoints/index.d.ts.map +1 -0
  196. package/dist/commonjs/api/endpoints/index.js +12 -0
  197. package/dist/commonjs/api/endpoints/index.js.map +1 -0
  198. package/dist/commonjs/api/endpoints/operations.d.ts +32 -0
  199. package/dist/commonjs/api/endpoints/operations.d.ts.map +1 -0
  200. package/dist/commonjs/api/endpoints/operations.js +181 -0
  201. package/dist/commonjs/api/endpoints/operations.js.map +1 -0
  202. package/dist/commonjs/api/endpoints/options.d.ts +21 -0
  203. package/dist/commonjs/api/endpoints/options.d.ts.map +1 -0
  204. package/dist/commonjs/api/endpoints/options.js +5 -0
  205. package/dist/commonjs/api/endpoints/options.js.map +1 -0
  206. package/dist/commonjs/api/index.d.ts +0 -3
  207. package/dist/commonjs/api/index.d.ts.map +1 -1
  208. package/dist/commonjs/api/index.js +1 -10
  209. package/dist/commonjs/api/index.js.map +1 -1
  210. package/dist/commonjs/api/neonDatabases/index.d.ts +3 -0
  211. package/dist/commonjs/api/neonDatabases/index.d.ts.map +1 -0
  212. package/dist/commonjs/api/neonDatabases/index.js +12 -0
  213. package/dist/commonjs/api/neonDatabases/index.js.map +1 -0
  214. package/dist/commonjs/api/neonDatabases/operations.d.ts +32 -0
  215. package/dist/commonjs/api/neonDatabases/operations.d.ts.map +1 -0
  216. package/dist/commonjs/api/neonDatabases/operations.js +181 -0
  217. package/dist/commonjs/api/neonDatabases/operations.js.map +1 -0
  218. package/dist/commonjs/api/neonDatabases/options.d.ts +21 -0
  219. package/dist/commonjs/api/neonDatabases/options.d.ts.map +1 -0
  220. package/dist/commonjs/api/neonDatabases/options.js +5 -0
  221. package/dist/commonjs/api/neonDatabases/options.js.map +1 -0
  222. package/dist/commonjs/api/neonRoles/index.d.ts +3 -0
  223. package/dist/commonjs/api/neonRoles/index.d.ts.map +1 -0
  224. package/dist/commonjs/api/neonRoles/index.js +12 -0
  225. package/dist/commonjs/api/neonRoles/index.js.map +1 -0
  226. package/dist/commonjs/api/neonRoles/operations.d.ts +32 -0
  227. package/dist/commonjs/api/neonRoles/operations.d.ts.map +1 -0
  228. package/dist/commonjs/api/neonRoles/operations.js +181 -0
  229. package/dist/commonjs/api/neonRoles/operations.js.map +1 -0
  230. package/dist/commonjs/api/neonRoles/options.d.ts +21 -0
  231. package/dist/commonjs/api/neonRoles/options.d.ts.map +1 -0
  232. package/dist/commonjs/api/neonRoles/options.js +5 -0
  233. package/dist/commonjs/api/neonRoles/options.js.map +1 -0
  234. package/dist/commonjs/api/operations/index.d.ts +2 -8
  235. package/dist/commonjs/api/operations/index.d.ts.map +1 -1
  236. package/dist/commonjs/api/operations/index.js +3 -22
  237. package/dist/commonjs/api/operations/index.js.map +1 -1
  238. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  239. package/dist/commonjs/api/operations/operations.d.ts.map +1 -0
  240. package/dist/commonjs/api/operations/operations.js +34 -0
  241. package/dist/commonjs/api/operations/operations.js.map +1 -0
  242. package/dist/commonjs/api/operations/options.d.ts +5 -0
  243. package/dist/commonjs/api/operations/options.d.ts.map +1 -0
  244. package/dist/commonjs/api/operations/options.js +5 -0
  245. package/dist/commonjs/api/operations/options.js.map +1 -0
  246. package/dist/commonjs/api/organizations/index.d.ts +2 -29
  247. package/dist/commonjs/api/organizations/index.d.ts.map +1 -1
  248. package/dist/commonjs/api/organizations/index.js +9 -142
  249. package/dist/commonjs/api/organizations/index.js.map +1 -1
  250. package/dist/commonjs/api/organizations/operations.d.ts +41 -0
  251. package/dist/commonjs/api/organizations/operations.d.ts.map +1 -0
  252. package/dist/commonjs/api/organizations/operations.js +239 -0
  253. package/dist/commonjs/api/organizations/operations.js.map +1 -0
  254. package/dist/{esm/api → commonjs/api/organizations}/options.d.ts +11 -8
  255. package/dist/commonjs/api/organizations/options.d.ts.map +1 -0
  256. package/dist/commonjs/api/organizations/options.js +5 -0
  257. package/dist/commonjs/api/organizations/options.js.map +1 -0
  258. package/dist/commonjs/api/postgresContext.d.ts +6 -1
  259. package/dist/commonjs/api/postgresContext.d.ts.map +1 -1
  260. package/dist/commonjs/api/postgresContext.js +5 -5
  261. package/dist/commonjs/api/postgresContext.js.map +1 -1
  262. package/dist/commonjs/api/projects/index.d.ts +3 -0
  263. package/dist/commonjs/api/projects/index.d.ts.map +1 -0
  264. package/dist/commonjs/api/projects/index.js +13 -0
  265. package/dist/commonjs/api/projects/index.js.map +1 -0
  266. package/dist/commonjs/api/projects/operations.d.ts +37 -0
  267. package/dist/commonjs/api/projects/operations.d.ts.map +1 -0
  268. package/dist/commonjs/api/projects/operations.js +202 -0
  269. package/dist/commonjs/api/projects/operations.js.map +1 -0
  270. package/dist/commonjs/api/projects/options.d.ts +24 -0
  271. package/dist/commonjs/api/projects/options.d.ts.map +1 -0
  272. package/dist/commonjs/api/projects/options.js +5 -0
  273. package/dist/commonjs/api/projects/options.js.map +1 -0
  274. package/dist/commonjs/classic/branches/index.d.ts +25 -0
  275. package/dist/commonjs/classic/branches/index.d.ts.map +1 -0
  276. package/dist/commonjs/classic/branches/index.js +19 -0
  277. package/dist/commonjs/classic/branches/index.js.map +1 -0
  278. package/dist/commonjs/classic/computes/index.d.ts +25 -0
  279. package/dist/commonjs/classic/computes/index.d.ts.map +1 -0
  280. package/dist/commonjs/classic/computes/index.js +19 -0
  281. package/dist/commonjs/classic/computes/index.js.map +1 -0
  282. package/dist/commonjs/classic/endpoints/index.d.ts +25 -0
  283. package/dist/commonjs/classic/endpoints/index.d.ts.map +1 -0
  284. package/dist/commonjs/classic/endpoints/index.js +19 -0
  285. package/dist/commonjs/classic/endpoints/index.js.map +1 -0
  286. package/dist/commonjs/classic/index.d.ts +6 -0
  287. package/dist/commonjs/classic/index.d.ts.map +1 -1
  288. package/dist/commonjs/classic/index.js.map +1 -1
  289. package/dist/commonjs/classic/neonDatabases/index.d.ts +25 -0
  290. package/dist/commonjs/classic/neonDatabases/index.d.ts.map +1 -0
  291. package/dist/commonjs/classic/neonDatabases/index.js +19 -0
  292. package/dist/commonjs/classic/neonDatabases/index.js.map +1 -0
  293. package/dist/commonjs/classic/neonRoles/index.d.ts +25 -0
  294. package/dist/commonjs/classic/neonRoles/index.d.ts.map +1 -0
  295. package/dist/commonjs/classic/neonRoles/index.js +19 -0
  296. package/dist/commonjs/classic/neonRoles/index.js.map +1 -0
  297. package/dist/commonjs/classic/operations/index.d.ts +2 -5
  298. package/dist/commonjs/classic/operations/index.d.ts.map +1 -1
  299. package/dist/commonjs/classic/operations/index.js +6 -7
  300. package/dist/commonjs/classic/operations/index.js.map +1 -1
  301. package/dist/commonjs/classic/organizations/index.d.ts +20 -20
  302. package/dist/commonjs/classic/organizations/index.d.ts.map +1 -1
  303. package/dist/commonjs/classic/organizations/index.js +12 -12
  304. package/dist/commonjs/classic/organizations/index.js.map +1 -1
  305. package/dist/commonjs/classic/projects/index.d.ts +28 -0
  306. package/dist/commonjs/classic/projects/index.d.ts.map +1 -0
  307. package/dist/commonjs/classic/projects/index.js +20 -0
  308. package/dist/commonjs/classic/projects/index.js.map +1 -0
  309. package/dist/commonjs/index.d.ts +12 -3
  310. package/dist/commonjs/index.d.ts.map +1 -1
  311. package/dist/commonjs/index.js +5 -3
  312. package/dist/commonjs/index.js.map +1 -1
  313. package/dist/commonjs/models/index.d.ts +1 -1
  314. package/dist/commonjs/models/index.d.ts.map +1 -1
  315. package/dist/commonjs/models/index.js +3 -3
  316. package/dist/commonjs/models/index.js.map +1 -1
  317. package/dist/commonjs/models/models/index.d.ts +2 -0
  318. package/dist/commonjs/models/models/index.d.ts.map +1 -0
  319. package/dist/commonjs/models/models/index.js +8 -0
  320. package/dist/commonjs/models/models/index.js.map +1 -0
  321. package/dist/commonjs/models/models/models.d.ts +224 -0
  322. package/dist/commonjs/models/models/models.d.ts.map +1 -0
  323. package/dist/commonjs/models/models/models.js +348 -0
  324. package/dist/commonjs/models/models/models.js.map +1 -0
  325. package/dist/commonjs/models/models.d.ts +207 -63
  326. package/dist/commonjs/models/models.d.ts.map +1 -1
  327. package/dist/commonjs/models/models.js +345 -36
  328. package/dist/commonjs/models/models.js.map +1 -1
  329. package/dist/commonjs/postgresClient.d.ts +23 -5
  330. package/dist/commonjs/postgresClient.d.ts.map +1 -1
  331. package/dist/commonjs/postgresClient.js +18 -6
  332. package/dist/commonjs/postgresClient.js.map +1 -1
  333. package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -1
  334. package/dist/commonjs/restorePollerHelpers.js +57 -6
  335. package/dist/commonjs/restorePollerHelpers.js.map +1 -1
  336. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  337. package/dist/commonjs/static-helpers/urlTemplate.d.ts.map +1 -0
  338. package/dist/commonjs/static-helpers/urlTemplate.js +172 -0
  339. package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
  340. package/dist/commonjs/tsdoc-metadata.json +1 -1
  341. package/dist/esm/api/branches/index.d.ts +3 -0
  342. package/dist/esm/api/branches/index.d.ts.map +1 -0
  343. package/dist/esm/api/branches/index.js +4 -0
  344. package/dist/esm/api/branches/index.js.map +1 -0
  345. package/dist/esm/api/branches/operations.d.ts +32 -0
  346. package/dist/esm/api/branches/operations.d.ts.map +1 -0
  347. package/dist/esm/api/branches/operations.js +159 -0
  348. package/dist/esm/api/branches/operations.js.map +1 -0
  349. package/dist/esm/api/branches/options.d.ts +21 -0
  350. package/dist/esm/api/branches/options.d.ts.map +1 -0
  351. package/dist/esm/api/branches/options.js +4 -0
  352. package/dist/esm/api/branches/options.js.map +1 -0
  353. package/dist/esm/api/computes/index.d.ts +3 -0
  354. package/dist/esm/api/computes/index.d.ts.map +1 -0
  355. package/dist/esm/api/computes/index.js +4 -0
  356. package/dist/esm/api/computes/index.js.map +1 -0
  357. package/dist/esm/api/computes/operations.d.ts +32 -0
  358. package/dist/esm/api/computes/operations.d.ts.map +1 -0
  359. package/dist/esm/api/computes/operations.js +164 -0
  360. package/dist/esm/api/computes/operations.js.map +1 -0
  361. package/dist/esm/api/computes/options.d.ts +21 -0
  362. package/dist/esm/api/computes/options.d.ts.map +1 -0
  363. package/dist/esm/api/computes/options.js +4 -0
  364. package/dist/esm/api/computes/options.js.map +1 -0
  365. package/dist/esm/api/endpoints/index.d.ts +3 -0
  366. package/dist/esm/api/endpoints/index.d.ts.map +1 -0
  367. package/dist/esm/api/endpoints/index.js +4 -0
  368. package/dist/esm/api/endpoints/index.js.map +1 -0
  369. package/dist/esm/api/endpoints/operations.d.ts +32 -0
  370. package/dist/esm/api/endpoints/operations.d.ts.map +1 -0
  371. package/dist/esm/api/endpoints/operations.js +164 -0
  372. package/dist/esm/api/endpoints/operations.js.map +1 -0
  373. package/dist/esm/api/endpoints/options.d.ts +21 -0
  374. package/dist/esm/api/endpoints/options.d.ts.map +1 -0
  375. package/dist/esm/api/endpoints/options.js +4 -0
  376. package/dist/esm/api/endpoints/options.js.map +1 -0
  377. package/dist/esm/api/index.d.ts +0 -3
  378. package/dist/esm/api/index.d.ts.map +1 -1
  379. package/dist/esm/api/index.js +0 -2
  380. package/dist/esm/api/index.js.map +1 -1
  381. package/dist/esm/api/neonDatabases/index.d.ts +3 -0
  382. package/dist/esm/api/neonDatabases/index.d.ts.map +1 -0
  383. package/dist/esm/api/neonDatabases/index.js +4 -0
  384. package/dist/esm/api/neonDatabases/index.js.map +1 -0
  385. package/dist/esm/api/neonDatabases/operations.d.ts +32 -0
  386. package/dist/esm/api/neonDatabases/operations.d.ts.map +1 -0
  387. package/dist/esm/api/neonDatabases/operations.js +164 -0
  388. package/dist/esm/api/neonDatabases/operations.js.map +1 -0
  389. package/dist/esm/api/neonDatabases/options.d.ts +21 -0
  390. package/dist/esm/api/neonDatabases/options.d.ts.map +1 -0
  391. package/dist/esm/api/neonDatabases/options.js +4 -0
  392. package/dist/esm/api/neonDatabases/options.js.map +1 -0
  393. package/dist/esm/api/neonRoles/index.d.ts +3 -0
  394. package/dist/esm/api/neonRoles/index.d.ts.map +1 -0
  395. package/dist/esm/api/neonRoles/index.js +4 -0
  396. package/dist/esm/api/neonRoles/index.js.map +1 -0
  397. package/dist/esm/api/neonRoles/operations.d.ts +32 -0
  398. package/dist/esm/api/neonRoles/operations.d.ts.map +1 -0
  399. package/dist/esm/api/neonRoles/operations.js +164 -0
  400. package/dist/esm/api/neonRoles/operations.js.map +1 -0
  401. package/dist/esm/api/neonRoles/options.d.ts +21 -0
  402. package/dist/esm/api/neonRoles/options.d.ts.map +1 -0
  403. package/dist/esm/api/neonRoles/options.js +4 -0
  404. package/dist/esm/api/neonRoles/options.js.map +1 -0
  405. package/dist/esm/api/operations/index.d.ts +2 -8
  406. package/dist/esm/api/operations/index.d.ts.map +1 -1
  407. package/dist/esm/api/operations/index.js +1 -19
  408. package/dist/esm/api/operations/index.js.map +1 -1
  409. package/dist/esm/api/operations/operations.d.ts +10 -0
  410. package/dist/esm/api/operations/operations.d.ts.map +1 -0
  411. package/dist/esm/api/operations/operations.js +29 -0
  412. package/dist/esm/api/operations/operations.js.map +1 -0
  413. package/dist/esm/api/operations/options.d.ts +5 -0
  414. package/dist/esm/api/operations/options.d.ts.map +1 -0
  415. package/dist/esm/api/operations/options.js +4 -0
  416. package/dist/esm/api/operations/options.js.map +1 -0
  417. package/dist/esm/api/organizations/index.d.ts +2 -29
  418. package/dist/esm/api/organizations/index.d.ts.map +1 -1
  419. package/dist/esm/api/organizations/index.js +1 -124
  420. package/dist/esm/api/organizations/index.js.map +1 -1
  421. package/dist/esm/api/organizations/operations.d.ts +41 -0
  422. package/dist/esm/api/organizations/operations.d.ts.map +1 -0
  423. package/dist/esm/api/organizations/operations.js +216 -0
  424. package/dist/esm/api/organizations/operations.js.map +1 -0
  425. package/dist/{commonjs/api → esm/api/organizations}/options.d.ts +11 -8
  426. package/dist/esm/api/organizations/options.d.ts.map +1 -0
  427. package/dist/esm/api/organizations/options.js +4 -0
  428. package/dist/esm/api/organizations/options.js.map +1 -0
  429. package/dist/esm/api/postgresContext.d.ts +6 -1
  430. package/dist/esm/api/postgresContext.d.ts.map +1 -1
  431. package/dist/esm/api/postgresContext.js +5 -5
  432. package/dist/esm/api/postgresContext.js.map +1 -1
  433. package/dist/esm/api/projects/index.d.ts +3 -0
  434. package/dist/esm/api/projects/index.d.ts.map +1 -0
  435. package/dist/esm/api/projects/index.js +4 -0
  436. package/dist/esm/api/projects/index.js.map +1 -0
  437. package/dist/esm/api/projects/operations.d.ts +37 -0
  438. package/dist/esm/api/projects/operations.d.ts.map +1 -0
  439. package/dist/esm/api/projects/operations.js +182 -0
  440. package/dist/esm/api/projects/operations.js.map +1 -0
  441. package/dist/esm/api/projects/options.d.ts +24 -0
  442. package/dist/esm/api/projects/options.d.ts.map +1 -0
  443. package/dist/esm/api/projects/options.js +4 -0
  444. package/dist/esm/api/projects/options.js.map +1 -0
  445. package/dist/esm/classic/branches/index.d.ts +25 -0
  446. package/dist/esm/classic/branches/index.d.ts.map +1 -0
  447. package/dist/esm/classic/branches/index.js +16 -0
  448. package/dist/esm/classic/branches/index.js.map +1 -0
  449. package/dist/esm/classic/computes/index.d.ts +25 -0
  450. package/dist/esm/classic/computes/index.d.ts.map +1 -0
  451. package/dist/esm/classic/computes/index.js +16 -0
  452. package/dist/esm/classic/computes/index.js.map +1 -0
  453. package/dist/esm/classic/endpoints/index.d.ts +25 -0
  454. package/dist/esm/classic/endpoints/index.d.ts.map +1 -0
  455. package/dist/esm/classic/endpoints/index.js +16 -0
  456. package/dist/esm/classic/endpoints/index.js.map +1 -0
  457. package/dist/esm/classic/index.d.ts +6 -0
  458. package/dist/esm/classic/index.d.ts.map +1 -1
  459. package/dist/esm/classic/index.js.map +1 -1
  460. package/dist/esm/classic/neonDatabases/index.d.ts +25 -0
  461. package/dist/esm/classic/neonDatabases/index.d.ts.map +1 -0
  462. package/dist/esm/classic/neonDatabases/index.js +16 -0
  463. package/dist/esm/classic/neonDatabases/index.js.map +1 -0
  464. package/dist/esm/classic/neonRoles/index.d.ts +25 -0
  465. package/dist/esm/classic/neonRoles/index.d.ts.map +1 -0
  466. package/dist/esm/classic/neonRoles/index.js +16 -0
  467. package/dist/esm/classic/neonRoles/index.js.map +1 -0
  468. package/dist/esm/classic/operations/index.d.ts +2 -5
  469. package/dist/esm/classic/operations/index.d.ts.map +1 -1
  470. package/dist/esm/classic/operations/index.js +5 -5
  471. package/dist/esm/classic/operations/index.js.map +1 -1
  472. package/dist/esm/classic/organizations/index.d.ts +20 -20
  473. package/dist/esm/classic/organizations/index.d.ts.map +1 -1
  474. package/dist/esm/classic/organizations/index.js +11 -10
  475. package/dist/esm/classic/organizations/index.js.map +1 -1
  476. package/dist/esm/classic/projects/index.d.ts +28 -0
  477. package/dist/esm/classic/projects/index.d.ts.map +1 -0
  478. package/dist/esm/classic/projects/index.js +17 -0
  479. package/dist/esm/classic/projects/index.js.map +1 -0
  480. package/dist/esm/index.d.ts +12 -3
  481. package/dist/esm/index.d.ts.map +1 -1
  482. package/dist/esm/index.js +2 -1
  483. package/dist/esm/index.js.map +1 -1
  484. package/dist/esm/models/index.d.ts +1 -1
  485. package/dist/esm/models/index.d.ts.map +1 -1
  486. package/dist/esm/models/index.js +1 -1
  487. package/dist/esm/models/index.js.map +1 -1
  488. package/dist/esm/models/models/index.d.ts +2 -0
  489. package/dist/esm/models/models/index.d.ts.map +1 -0
  490. package/dist/esm/models/models/index.js +4 -0
  491. package/dist/esm/models/models/index.js.map +1 -0
  492. package/dist/esm/models/models/models.d.ts +224 -0
  493. package/dist/esm/models/models/models.d.ts.map +1 -0
  494. package/dist/esm/models/models/models.js +314 -0
  495. package/dist/esm/models/models/models.js.map +1 -0
  496. package/dist/esm/models/models.d.ts +207 -63
  497. package/dist/esm/models/models.d.ts.map +1 -1
  498. package/dist/esm/models/models.js +302 -31
  499. package/dist/esm/models/models.js.map +1 -1
  500. package/dist/esm/postgresClient.d.ts +23 -5
  501. package/dist/esm/postgresClient.d.ts.map +1 -1
  502. package/dist/esm/postgresClient.js +17 -5
  503. package/dist/esm/postgresClient.js.map +1 -1
  504. package/dist/esm/restorePollerHelpers.d.ts.map +1 -1
  505. package/dist/esm/restorePollerHelpers.js +57 -6
  506. package/dist/esm/restorePollerHelpers.js.map +1 -1
  507. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  508. package/dist/esm/static-helpers/urlTemplate.d.ts.map +1 -0
  509. package/dist/esm/static-helpers/urlTemplate.js +169 -0
  510. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  511. package/dist/react-native/api/branches/index.d.ts +3 -0
  512. package/dist/react-native/api/branches/index.d.ts.map +1 -0
  513. package/dist/react-native/api/branches/index.js +4 -0
  514. package/dist/react-native/api/branches/index.js.map +1 -0
  515. package/dist/react-native/api/branches/operations.d.ts +32 -0
  516. package/dist/react-native/api/branches/operations.d.ts.map +1 -0
  517. package/dist/react-native/api/branches/operations.js +159 -0
  518. package/dist/react-native/api/branches/operations.js.map +1 -0
  519. package/dist/react-native/api/branches/options.d.ts +21 -0
  520. package/dist/react-native/api/branches/options.d.ts.map +1 -0
  521. package/dist/react-native/api/branches/options.js +4 -0
  522. package/dist/react-native/api/branches/options.js.map +1 -0
  523. package/dist/react-native/api/computes/index.d.ts +3 -0
  524. package/dist/react-native/api/computes/index.d.ts.map +1 -0
  525. package/dist/react-native/api/computes/index.js +4 -0
  526. package/dist/react-native/api/computes/index.js.map +1 -0
  527. package/dist/react-native/api/computes/operations.d.ts +32 -0
  528. package/dist/react-native/api/computes/operations.d.ts.map +1 -0
  529. package/dist/react-native/api/computes/operations.js +164 -0
  530. package/dist/react-native/api/computes/operations.js.map +1 -0
  531. package/dist/react-native/api/computes/options.d.ts +21 -0
  532. package/dist/react-native/api/computes/options.d.ts.map +1 -0
  533. package/dist/react-native/api/computes/options.js +4 -0
  534. package/dist/react-native/api/computes/options.js.map +1 -0
  535. package/dist/react-native/api/endpoints/index.d.ts +3 -0
  536. package/dist/react-native/api/endpoints/index.d.ts.map +1 -0
  537. package/dist/react-native/api/endpoints/index.js +4 -0
  538. package/dist/react-native/api/endpoints/index.js.map +1 -0
  539. package/dist/react-native/api/endpoints/operations.d.ts +32 -0
  540. package/dist/react-native/api/endpoints/operations.d.ts.map +1 -0
  541. package/dist/react-native/api/endpoints/operations.js +164 -0
  542. package/dist/react-native/api/endpoints/operations.js.map +1 -0
  543. package/dist/react-native/api/endpoints/options.d.ts +21 -0
  544. package/dist/react-native/api/endpoints/options.d.ts.map +1 -0
  545. package/dist/react-native/api/endpoints/options.js +4 -0
  546. package/dist/react-native/api/endpoints/options.js.map +1 -0
  547. package/dist/react-native/api/index.d.ts +0 -3
  548. package/dist/react-native/api/index.d.ts.map +1 -1
  549. package/dist/react-native/api/index.js +0 -2
  550. package/dist/react-native/api/index.js.map +1 -1
  551. package/dist/react-native/api/neonDatabases/index.d.ts +3 -0
  552. package/dist/react-native/api/neonDatabases/index.d.ts.map +1 -0
  553. package/dist/react-native/api/neonDatabases/index.js +4 -0
  554. package/dist/react-native/api/neonDatabases/index.js.map +1 -0
  555. package/dist/react-native/api/neonDatabases/operations.d.ts +32 -0
  556. package/dist/react-native/api/neonDatabases/operations.d.ts.map +1 -0
  557. package/dist/react-native/api/neonDatabases/operations.js +164 -0
  558. package/dist/react-native/api/neonDatabases/operations.js.map +1 -0
  559. package/dist/react-native/api/neonDatabases/options.d.ts +21 -0
  560. package/dist/react-native/api/neonDatabases/options.d.ts.map +1 -0
  561. package/dist/react-native/api/neonDatabases/options.js +4 -0
  562. package/dist/react-native/api/neonDatabases/options.js.map +1 -0
  563. package/dist/react-native/api/neonRoles/index.d.ts +3 -0
  564. package/dist/react-native/api/neonRoles/index.d.ts.map +1 -0
  565. package/dist/react-native/api/neonRoles/index.js +4 -0
  566. package/dist/react-native/api/neonRoles/index.js.map +1 -0
  567. package/dist/react-native/api/neonRoles/operations.d.ts +32 -0
  568. package/dist/react-native/api/neonRoles/operations.d.ts.map +1 -0
  569. package/dist/react-native/api/neonRoles/operations.js +164 -0
  570. package/dist/react-native/api/neonRoles/operations.js.map +1 -0
  571. package/dist/react-native/api/neonRoles/options.d.ts +21 -0
  572. package/dist/react-native/api/neonRoles/options.d.ts.map +1 -0
  573. package/dist/react-native/api/neonRoles/options.js +4 -0
  574. package/dist/react-native/api/neonRoles/options.js.map +1 -0
  575. package/dist/react-native/api/operations/index.d.ts +2 -8
  576. package/dist/react-native/api/operations/index.d.ts.map +1 -1
  577. package/dist/react-native/api/operations/index.js +1 -19
  578. package/dist/react-native/api/operations/index.js.map +1 -1
  579. package/dist/react-native/api/operations/operations.d.ts +10 -0
  580. package/dist/react-native/api/operations/operations.d.ts.map +1 -0
  581. package/dist/react-native/api/operations/operations.js +29 -0
  582. package/dist/react-native/api/operations/operations.js.map +1 -0
  583. package/dist/react-native/api/operations/options.d.ts +5 -0
  584. package/dist/react-native/api/operations/options.d.ts.map +1 -0
  585. package/dist/react-native/api/operations/options.js +4 -0
  586. package/dist/react-native/api/operations/options.js.map +1 -0
  587. package/dist/react-native/api/organizations/index.d.ts +2 -29
  588. package/dist/react-native/api/organizations/index.d.ts.map +1 -1
  589. package/dist/react-native/api/organizations/index.js +1 -124
  590. package/dist/react-native/api/organizations/index.js.map +1 -1
  591. package/dist/react-native/api/organizations/operations.d.ts +41 -0
  592. package/dist/react-native/api/organizations/operations.d.ts.map +1 -0
  593. package/dist/react-native/api/organizations/operations.js +216 -0
  594. package/dist/react-native/api/organizations/operations.js.map +1 -0
  595. package/dist/react-native/api/{options.d.ts → organizations/options.d.ts} +11 -8
  596. package/dist/react-native/api/organizations/options.d.ts.map +1 -0
  597. package/dist/react-native/api/organizations/options.js +4 -0
  598. package/dist/react-native/api/organizations/options.js.map +1 -0
  599. package/dist/react-native/api/postgresContext.d.ts +6 -1
  600. package/dist/react-native/api/postgresContext.d.ts.map +1 -1
  601. package/dist/react-native/api/postgresContext.js +5 -5
  602. package/dist/react-native/api/postgresContext.js.map +1 -1
  603. package/dist/react-native/api/projects/index.d.ts +3 -0
  604. package/dist/react-native/api/projects/index.d.ts.map +1 -0
  605. package/dist/react-native/api/projects/index.js +4 -0
  606. package/dist/react-native/api/projects/index.js.map +1 -0
  607. package/dist/react-native/api/projects/operations.d.ts +37 -0
  608. package/dist/react-native/api/projects/operations.d.ts.map +1 -0
  609. package/dist/react-native/api/projects/operations.js +182 -0
  610. package/dist/react-native/api/projects/operations.js.map +1 -0
  611. package/dist/react-native/api/projects/options.d.ts +24 -0
  612. package/dist/react-native/api/projects/options.d.ts.map +1 -0
  613. package/dist/react-native/api/projects/options.js +4 -0
  614. package/dist/react-native/api/projects/options.js.map +1 -0
  615. package/dist/react-native/classic/branches/index.d.ts +25 -0
  616. package/dist/react-native/classic/branches/index.d.ts.map +1 -0
  617. package/dist/react-native/classic/branches/index.js +16 -0
  618. package/dist/react-native/classic/branches/index.js.map +1 -0
  619. package/dist/react-native/classic/computes/index.d.ts +25 -0
  620. package/dist/react-native/classic/computes/index.d.ts.map +1 -0
  621. package/dist/react-native/classic/computes/index.js +16 -0
  622. package/dist/react-native/classic/computes/index.js.map +1 -0
  623. package/dist/react-native/classic/endpoints/index.d.ts +25 -0
  624. package/dist/react-native/classic/endpoints/index.d.ts.map +1 -0
  625. package/dist/react-native/classic/endpoints/index.js +16 -0
  626. package/dist/react-native/classic/endpoints/index.js.map +1 -0
  627. package/dist/react-native/classic/index.d.ts +6 -0
  628. package/dist/react-native/classic/index.d.ts.map +1 -1
  629. package/dist/react-native/classic/index.js.map +1 -1
  630. package/dist/react-native/classic/neonDatabases/index.d.ts +25 -0
  631. package/dist/react-native/classic/neonDatabases/index.d.ts.map +1 -0
  632. package/dist/react-native/classic/neonDatabases/index.js +16 -0
  633. package/dist/react-native/classic/neonDatabases/index.js.map +1 -0
  634. package/dist/react-native/classic/neonRoles/index.d.ts +25 -0
  635. package/dist/react-native/classic/neonRoles/index.d.ts.map +1 -0
  636. package/dist/react-native/classic/neonRoles/index.js +16 -0
  637. package/dist/react-native/classic/neonRoles/index.js.map +1 -0
  638. package/dist/react-native/classic/operations/index.d.ts +2 -5
  639. package/dist/react-native/classic/operations/index.d.ts.map +1 -1
  640. package/dist/react-native/classic/operations/index.js +5 -5
  641. package/dist/react-native/classic/operations/index.js.map +1 -1
  642. package/dist/react-native/classic/organizations/index.d.ts +20 -20
  643. package/dist/react-native/classic/organizations/index.d.ts.map +1 -1
  644. package/dist/react-native/classic/organizations/index.js +11 -10
  645. package/dist/react-native/classic/organizations/index.js.map +1 -1
  646. package/dist/react-native/classic/projects/index.d.ts +28 -0
  647. package/dist/react-native/classic/projects/index.d.ts.map +1 -0
  648. package/dist/react-native/classic/projects/index.js +17 -0
  649. package/dist/react-native/classic/projects/index.js.map +1 -0
  650. package/dist/react-native/index.d.ts +12 -3
  651. package/dist/react-native/index.d.ts.map +1 -1
  652. package/dist/react-native/index.js +2 -1
  653. package/dist/react-native/index.js.map +1 -1
  654. package/dist/react-native/models/index.d.ts +1 -1
  655. package/dist/react-native/models/index.d.ts.map +1 -1
  656. package/dist/react-native/models/index.js +1 -1
  657. package/dist/react-native/models/index.js.map +1 -1
  658. package/dist/react-native/models/models/index.d.ts +2 -0
  659. package/dist/react-native/models/models/index.d.ts.map +1 -0
  660. package/dist/react-native/models/models/index.js +4 -0
  661. package/dist/react-native/models/models/index.js.map +1 -0
  662. package/dist/react-native/models/models/models.d.ts +224 -0
  663. package/dist/react-native/models/models/models.d.ts.map +1 -0
  664. package/dist/react-native/models/models/models.js +314 -0
  665. package/dist/react-native/models/models/models.js.map +1 -0
  666. package/dist/react-native/models/models.d.ts +207 -63
  667. package/dist/react-native/models/models.d.ts.map +1 -1
  668. package/dist/react-native/models/models.js +302 -31
  669. package/dist/react-native/models/models.js.map +1 -1
  670. package/dist/react-native/postgresClient.d.ts +23 -5
  671. package/dist/react-native/postgresClient.d.ts.map +1 -1
  672. package/dist/react-native/postgresClient.js +17 -5
  673. package/dist/react-native/postgresClient.js.map +1 -1
  674. package/dist/react-native/restorePollerHelpers.d.ts.map +1 -1
  675. package/dist/react-native/restorePollerHelpers.js +57 -6
  676. package/dist/react-native/restorePollerHelpers.js.map +1 -1
  677. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  678. package/dist/react-native/static-helpers/urlTemplate.d.ts.map +1 -0
  679. package/dist/react-native/static-helpers/urlTemplate.js +169 -0
  680. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  681. package/package.json +234 -42
  682. package/review/arm-neonpostgres-api-branches.api.md +51 -0
  683. package/review/arm-neonpostgres-api-computes.api.md +51 -0
  684. package/review/arm-neonpostgres-api-endpoints.api.md +51 -0
  685. package/review/arm-neonpostgres-api-neonDatabases.api.md +51 -0
  686. package/review/arm-neonpostgres-api-neonRoles.api.md +51 -0
  687. package/review/arm-neonpostgres-api-operations.api.md +19 -0
  688. package/review/arm-neonpostgres-api-organizations.api.md +67 -0
  689. package/review/arm-neonpostgres-api-projects.api.md +58 -0
  690. package/review/arm-neonpostgres-api.api.md +27 -0
  691. package/review/arm-neonpostgres-models-models.api.md +133 -0
  692. package/review/arm-neonpostgres-models.api.md +58 -3
  693. package/review/arm-neonpostgres.api.md +385 -3
  694. package/dist/browser/api/options.d.ts.map +0 -1
  695. package/dist/browser/api/options.js.map +0 -1
  696. package/dist/browser/helpers/serializerHelpers.d.ts +0 -3
  697. package/dist/browser/helpers/serializerHelpers.d.ts.map +0 -1
  698. package/dist/browser/helpers/serializerHelpers.js +0 -24
  699. package/dist/browser/helpers/serializerHelpers.js.map +0 -1
  700. package/dist/commonjs/api/options.d.ts.map +0 -1
  701. package/dist/commonjs/api/options.js.map +0 -1
  702. package/dist/commonjs/helpers/serializerHelpers.d.ts +0 -3
  703. package/dist/commonjs/helpers/serializerHelpers.d.ts.map +0 -1
  704. package/dist/commonjs/helpers/serializerHelpers.js +0 -27
  705. package/dist/commonjs/helpers/serializerHelpers.js.map +0 -1
  706. package/dist/esm/api/options.d.ts.map +0 -1
  707. package/dist/esm/api/options.js.map +0 -1
  708. package/dist/esm/helpers/serializerHelpers.d.ts +0 -3
  709. package/dist/esm/helpers/serializerHelpers.d.ts.map +0 -1
  710. package/dist/esm/helpers/serializerHelpers.js +0 -24
  711. package/dist/esm/helpers/serializerHelpers.js.map +0 -1
  712. package/dist/react-native/api/options.d.ts.map +0 -1
  713. package/dist/react-native/api/options.js.map +0 -1
  714. package/dist/react-native/helpers/serializerHelpers.d.ts +0 -3
  715. package/dist/react-native/helpers/serializerHelpers.d.ts.map +0 -1
  716. package/dist/react-native/helpers/serializerHelpers.js +0 -24
  717. package/dist/react-native/helpers/serializerHelpers.js.map +0 -1
  718. /package/dist/browser/api/{options.js → branches/options.js} +0 -0
  719. /package/dist/{esm/api → browser/api/computes}/options.js +0 -0
  720. /package/dist/{react-native/api → browser/api/endpoints}/options.js +0 -0
  721. /package/dist/commonjs/api/{options.js → branches/options.js} +0 -0
@@ -2,7 +2,17 @@
2
2
  // Copyright (c) Microsoft Corporation.
3
3
  // Licensed under the MIT License.
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.KnownVersions = exports.KnownActionType = exports.KnownOrigin = exports.KnownCreatedByType = exports.KnownSingleSignOnStates = exports.KnownResourceProvisioningState = exports.KnownMarketplaceSubscriptionStatus = void 0;
5
+ exports.KnownVersions = exports.KnownCreatedByType = exports.KnownSingleSignOnStates = exports.KnownResourceProvisioningState = exports.KnownMarketplaceSubscriptionStatus = exports.KnownActionType = exports.KnownOrigin = void 0;
6
+ exports._operationListResultDeserializer = _operationListResultDeserializer;
7
+ exports.operationArrayDeserializer = operationArrayDeserializer;
8
+ exports.operationDeserializer = operationDeserializer;
9
+ exports.operationDisplayDeserializer = operationDisplayDeserializer;
10
+ exports.errorResponseDeserializer = errorResponseDeserializer;
11
+ exports.errorDetailDeserializer = errorDetailDeserializer;
12
+ exports.errorDetailArrayDeserializer = errorDetailArrayDeserializer;
13
+ exports.errorAdditionalInfoArrayDeserializer = errorAdditionalInfoArrayDeserializer;
14
+ exports.errorAdditionalInfoDeserializer = errorAdditionalInfoDeserializer;
15
+ exports._errorAdditionalInfoInfoDeserializer = _errorAdditionalInfoInfoDeserializer;
6
16
  exports.organizationResourceSerializer = organizationResourceSerializer;
7
17
  exports.organizationResourceDeserializer = organizationResourceDeserializer;
8
18
  exports.organizationPropertiesSerializer = organizationPropertiesSerializer;
@@ -27,10 +37,118 @@ exports.systemDataDeserializer = systemDataDeserializer;
27
37
  exports._organizationResourceListResultDeserializer = _organizationResourceListResultDeserializer;
28
38
  exports.organizationResourceArraySerializer = organizationResourceArraySerializer;
29
39
  exports.organizationResourceArrayDeserializer = organizationResourceArrayDeserializer;
30
- exports._operationListResultDeserializer = _operationListResultDeserializer;
31
- exports.operationArrayDeserializer = operationArrayDeserializer;
32
- exports.operationDeserializer = operationDeserializer;
33
- exports.operationDisplayDeserializer = operationDisplayDeserializer;
40
+ exports.projectSerializer = projectSerializer;
41
+ exports.projectDeserializer = projectDeserializer;
42
+ exports.proxyResourceSerializer = proxyResourceSerializer;
43
+ exports.proxyResourceDeserializer = proxyResourceDeserializer;
44
+ exports._projectListResultDeserializer = _projectListResultDeserializer;
45
+ exports.projectArraySerializer = projectArraySerializer;
46
+ exports.projectArrayDeserializer = projectArrayDeserializer;
47
+ exports.branchSerializer = branchSerializer;
48
+ exports.branchDeserializer = branchDeserializer;
49
+ exports._branchListResultDeserializer = _branchListResultDeserializer;
50
+ exports.branchArraySerializer = branchArraySerializer;
51
+ exports.branchArrayDeserializer = branchArrayDeserializer;
52
+ exports.computeSerializer = computeSerializer;
53
+ exports.computeDeserializer = computeDeserializer;
54
+ exports._computeListResultDeserializer = _computeListResultDeserializer;
55
+ exports.computeArraySerializer = computeArraySerializer;
56
+ exports.computeArrayDeserializer = computeArrayDeserializer;
57
+ exports.neonDatabaseSerializer = neonDatabaseSerializer;
58
+ exports.neonDatabaseDeserializer = neonDatabaseDeserializer;
59
+ exports._neonDatabaseListResultDeserializer = _neonDatabaseListResultDeserializer;
60
+ exports.neonDatabaseArraySerializer = neonDatabaseArraySerializer;
61
+ exports.neonDatabaseArrayDeserializer = neonDatabaseArrayDeserializer;
62
+ exports.neonRoleSerializer = neonRoleSerializer;
63
+ exports.neonRoleDeserializer = neonRoleDeserializer;
64
+ exports._neonRoleListResultDeserializer = _neonRoleListResultDeserializer;
65
+ exports.neonRoleArraySerializer = neonRoleArraySerializer;
66
+ exports.neonRoleArrayDeserializer = neonRoleArrayDeserializer;
67
+ exports.endpointSerializer = endpointSerializer;
68
+ exports.endpointDeserializer = endpointDeserializer;
69
+ exports._endpointListResultDeserializer = _endpointListResultDeserializer;
70
+ exports.endpointArraySerializer = endpointArraySerializer;
71
+ exports.endpointArrayDeserializer = endpointArrayDeserializer;
72
+ const models_js_1 = require("./models/models.js");
73
+ function _operationListResultDeserializer(item) {
74
+ return {
75
+ value: operationArrayDeserializer(item["value"]),
76
+ nextLink: item["nextLink"],
77
+ };
78
+ }
79
+ function operationArrayDeserializer(result) {
80
+ return result.map((item) => {
81
+ return operationDeserializer(item);
82
+ });
83
+ }
84
+ function operationDeserializer(item) {
85
+ return {
86
+ name: item["name"],
87
+ isDataAction: item["isDataAction"],
88
+ display: !item["display"] ? item["display"] : operationDisplayDeserializer(item["display"]),
89
+ origin: item["origin"],
90
+ actionType: item["actionType"],
91
+ };
92
+ }
93
+ function operationDisplayDeserializer(item) {
94
+ return {
95
+ provider: item["provider"],
96
+ resource: item["resource"],
97
+ operation: item["operation"],
98
+ description: item["description"],
99
+ };
100
+ }
101
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
102
+ var KnownOrigin;
103
+ (function (KnownOrigin) {
104
+ /** Indicates the operation is initiated by a user. */
105
+ KnownOrigin["User"] = "user";
106
+ /** Indicates the operation is initiated by a system. */
107
+ KnownOrigin["System"] = "system";
108
+ /** Indicates the operation is initiated by a user or system. */
109
+ KnownOrigin["UserSystem"] = "user,system";
110
+ })(KnownOrigin || (exports.KnownOrigin = KnownOrigin = {}));
111
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
112
+ var KnownActionType;
113
+ (function (KnownActionType) {
114
+ /** Actions are for internal-only APIs. */
115
+ KnownActionType["Internal"] = "Internal";
116
+ })(KnownActionType || (exports.KnownActionType = KnownActionType = {}));
117
+ function errorResponseDeserializer(item) {
118
+ return {
119
+ error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
120
+ };
121
+ }
122
+ function errorDetailDeserializer(item) {
123
+ return {
124
+ code: item["code"],
125
+ message: item["message"],
126
+ target: item["target"],
127
+ details: !item["details"] ? item["details"] : errorDetailArrayDeserializer(item["details"]),
128
+ additionalInfo: !item["additionalInfo"]
129
+ ? item["additionalInfo"]
130
+ : errorAdditionalInfoArrayDeserializer(item["additionalInfo"]),
131
+ };
132
+ }
133
+ function errorDetailArrayDeserializer(result) {
134
+ return result.map((item) => {
135
+ return errorDetailDeserializer(item);
136
+ });
137
+ }
138
+ function errorAdditionalInfoArrayDeserializer(result) {
139
+ return result.map((item) => {
140
+ return errorAdditionalInfoDeserializer(item);
141
+ });
142
+ }
143
+ function errorAdditionalInfoDeserializer(item) {
144
+ return {
145
+ type: item["type"],
146
+ info: !item["info"] ? item["info"] : _errorAdditionalInfoInfoDeserializer(item["info"]),
147
+ };
148
+ }
149
+ function _errorAdditionalInfoInfoDeserializer(item) {
150
+ return item;
151
+ }
34
152
  function organizationResourceSerializer(item) {
35
153
  return {
36
154
  tags: item["tags"],
@@ -63,6 +181,9 @@ function organizationPropertiesSerializer(item) {
63
181
  partnerOrganizationProperties: !item["partnerOrganizationProperties"]
64
182
  ? item["partnerOrganizationProperties"]
65
183
  : partnerOrganizationPropertiesSerializer(item["partnerOrganizationProperties"]),
184
+ projectProperties: !item["projectProperties"]
185
+ ? item["projectProperties"]
186
+ : (0, models_js_1.projectPropertiesSerializer)(item["projectProperties"]),
66
187
  };
67
188
  }
68
189
  function organizationPropertiesDeserializer(item) {
@@ -74,6 +195,9 @@ function organizationPropertiesDeserializer(item) {
74
195
  partnerOrganizationProperties: !item["partnerOrganizationProperties"]
75
196
  ? item["partnerOrganizationProperties"]
76
197
  : partnerOrganizationPropertiesDeserializer(item["partnerOrganizationProperties"]),
198
+ projectProperties: !item["projectProperties"]
199
+ ? item["projectProperties"]
200
+ : (0, models_js_1.projectPropertiesDeserializer)(item["projectProperties"]),
77
201
  };
78
202
  }
79
203
  function marketplaceDetailsSerializer(item) {
@@ -290,54 +414,239 @@ function organizationResourceArrayDeserializer(result) {
290
414
  return organizationResourceDeserializer(item);
291
415
  });
292
416
  }
293
- function _operationListResultDeserializer(item) {
417
+ function projectSerializer(item) {
294
418
  return {
295
- value: operationArrayDeserializer(item["value"]),
419
+ properties: !item["properties"]
420
+ ? item["properties"]
421
+ : (0, models_js_1.projectPropertiesSerializer)(item["properties"]),
422
+ };
423
+ }
424
+ function projectDeserializer(item) {
425
+ return {
426
+ id: item["id"],
427
+ name: item["name"],
428
+ type: item["type"],
429
+ systemData: !item["systemData"]
430
+ ? item["systemData"]
431
+ : systemDataDeserializer(item["systemData"]),
432
+ properties: !item["properties"]
433
+ ? item["properties"]
434
+ : (0, models_js_1.projectPropertiesDeserializer)(item["properties"]),
435
+ };
436
+ }
437
+ function proxyResourceSerializer(item) {
438
+ return item;
439
+ }
440
+ function proxyResourceDeserializer(item) {
441
+ return {
442
+ id: item["id"],
443
+ name: item["name"],
444
+ type: item["type"],
445
+ systemData: !item["systemData"]
446
+ ? item["systemData"]
447
+ : systemDataDeserializer(item["systemData"]),
448
+ };
449
+ }
450
+ function _projectListResultDeserializer(item) {
451
+ return {
452
+ value: projectArrayDeserializer(item["value"]),
296
453
  nextLink: item["nextLink"],
297
454
  };
298
455
  }
299
- function operationArrayDeserializer(result) {
456
+ function projectArraySerializer(result) {
300
457
  return result.map((item) => {
301
- return operationDeserializer(item);
458
+ return projectSerializer(item);
302
459
  });
303
460
  }
304
- function operationDeserializer(item) {
461
+ function projectArrayDeserializer(result) {
462
+ return result.map((item) => {
463
+ return projectDeserializer(item);
464
+ });
465
+ }
466
+ function branchSerializer(item) {
467
+ return {
468
+ properties: !item["properties"]
469
+ ? item["properties"]
470
+ : (0, models_js_1.branchPropertiesSerializer)(item["properties"]),
471
+ };
472
+ }
473
+ function branchDeserializer(item) {
305
474
  return {
475
+ id: item["id"],
306
476
  name: item["name"],
307
- isDataAction: item["isDataAction"],
308
- display: !item["display"] ? item["display"] : operationDisplayDeserializer(item["display"]),
309
- origin: item["origin"],
310
- actionType: item["actionType"],
477
+ type: item["type"],
478
+ systemData: !item["systemData"]
479
+ ? item["systemData"]
480
+ : systemDataDeserializer(item["systemData"]),
481
+ properties: !item["properties"]
482
+ ? item["properties"]
483
+ : (0, models_js_1.branchPropertiesDeserializer)(item["properties"]),
311
484
  };
312
485
  }
313
- function operationDisplayDeserializer(item) {
486
+ function _branchListResultDeserializer(item) {
314
487
  return {
315
- provider: item["provider"],
316
- resource: item["resource"],
317
- operation: item["operation"],
318
- description: item["description"],
488
+ value: branchArrayDeserializer(item["value"]),
489
+ nextLink: item["nextLink"],
319
490
  };
320
491
  }
321
- /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
322
- var KnownOrigin;
323
- (function (KnownOrigin) {
324
- /** Indicates the operation is initiated by a user. */
325
- KnownOrigin["User"] = "user";
326
- /** Indicates the operation is initiated by a system. */
327
- KnownOrigin["System"] = "system";
328
- /** Indicates the operation is initiated by a user or system. */
329
- KnownOrigin["UserSystem"] = "user,system";
330
- })(KnownOrigin || (exports.KnownOrigin = KnownOrigin = {}));
331
- /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
332
- var KnownActionType;
333
- (function (KnownActionType) {
334
- /** Actions are for internal-only APIs. */
335
- KnownActionType["Internal"] = "Internal";
336
- })(KnownActionType || (exports.KnownActionType = KnownActionType = {}));
492
+ function branchArraySerializer(result) {
493
+ return result.map((item) => {
494
+ return branchSerializer(item);
495
+ });
496
+ }
497
+ function branchArrayDeserializer(result) {
498
+ return result.map((item) => {
499
+ return branchDeserializer(item);
500
+ });
501
+ }
502
+ function computeSerializer(item) {
503
+ return {
504
+ properties: !item["properties"]
505
+ ? item["properties"]
506
+ : (0, models_js_1.computePropertiesSerializer)(item["properties"]),
507
+ };
508
+ }
509
+ function computeDeserializer(item) {
510
+ return {
511
+ id: item["id"],
512
+ name: item["name"],
513
+ type: item["type"],
514
+ systemData: !item["systemData"]
515
+ ? item["systemData"]
516
+ : systemDataDeserializer(item["systemData"]),
517
+ properties: !item["properties"]
518
+ ? item["properties"]
519
+ : (0, models_js_1.computePropertiesDeserializer)(item["properties"]),
520
+ };
521
+ }
522
+ function _computeListResultDeserializer(item) {
523
+ return {
524
+ value: computeArrayDeserializer(item["value"]),
525
+ nextLink: item["nextLink"],
526
+ };
527
+ }
528
+ function computeArraySerializer(result) {
529
+ return result.map((item) => {
530
+ return computeSerializer(item);
531
+ });
532
+ }
533
+ function computeArrayDeserializer(result) {
534
+ return result.map((item) => {
535
+ return computeDeserializer(item);
536
+ });
537
+ }
538
+ function neonDatabaseSerializer(item) {
539
+ return {
540
+ properties: !item["properties"]
541
+ ? item["properties"]
542
+ : (0, models_js_1.neonDatabasePropertiesSerializer)(item["properties"]),
543
+ };
544
+ }
545
+ function neonDatabaseDeserializer(item) {
546
+ return {
547
+ id: item["id"],
548
+ name: item["name"],
549
+ type: item["type"],
550
+ systemData: !item["systemData"]
551
+ ? item["systemData"]
552
+ : systemDataDeserializer(item["systemData"]),
553
+ properties: !item["properties"]
554
+ ? item["properties"]
555
+ : (0, models_js_1.neonDatabasePropertiesDeserializer)(item["properties"]),
556
+ };
557
+ }
558
+ function _neonDatabaseListResultDeserializer(item) {
559
+ return {
560
+ value: neonDatabaseArrayDeserializer(item["value"]),
561
+ nextLink: item["nextLink"],
562
+ };
563
+ }
564
+ function neonDatabaseArraySerializer(result) {
565
+ return result.map((item) => {
566
+ return neonDatabaseSerializer(item);
567
+ });
568
+ }
569
+ function neonDatabaseArrayDeserializer(result) {
570
+ return result.map((item) => {
571
+ return neonDatabaseDeserializer(item);
572
+ });
573
+ }
574
+ function neonRoleSerializer(item) {
575
+ return {
576
+ properties: !item["properties"]
577
+ ? item["properties"]
578
+ : (0, models_js_1.neonRolePropertiesSerializer)(item["properties"]),
579
+ };
580
+ }
581
+ function neonRoleDeserializer(item) {
582
+ return {
583
+ id: item["id"],
584
+ name: item["name"],
585
+ type: item["type"],
586
+ systemData: !item["systemData"]
587
+ ? item["systemData"]
588
+ : systemDataDeserializer(item["systemData"]),
589
+ properties: !item["properties"]
590
+ ? item["properties"]
591
+ : (0, models_js_1.neonRolePropertiesDeserializer)(item["properties"]),
592
+ };
593
+ }
594
+ function _neonRoleListResultDeserializer(item) {
595
+ return {
596
+ value: neonRoleArrayDeserializer(item["value"]),
597
+ nextLink: item["nextLink"],
598
+ };
599
+ }
600
+ function neonRoleArraySerializer(result) {
601
+ return result.map((item) => {
602
+ return neonRoleSerializer(item);
603
+ });
604
+ }
605
+ function neonRoleArrayDeserializer(result) {
606
+ return result.map((item) => {
607
+ return neonRoleDeserializer(item);
608
+ });
609
+ }
610
+ function endpointSerializer(item) {
611
+ return {
612
+ properties: !item["properties"]
613
+ ? item["properties"]
614
+ : (0, models_js_1.endpointPropertiesSerializer)(item["properties"]),
615
+ };
616
+ }
617
+ function endpointDeserializer(item) {
618
+ return {
619
+ id: item["id"],
620
+ name: item["name"],
621
+ type: item["type"],
622
+ systemData: !item["systemData"]
623
+ ? item["systemData"]
624
+ : systemDataDeserializer(item["systemData"]),
625
+ properties: !item["properties"]
626
+ ? item["properties"]
627
+ : (0, models_js_1.endpointPropertiesDeserializer)(item["properties"]),
628
+ };
629
+ }
630
+ function _endpointListResultDeserializer(item) {
631
+ return {
632
+ value: endpointArrayDeserializer(item["value"]),
633
+ nextLink: item["nextLink"],
634
+ };
635
+ }
636
+ function endpointArraySerializer(result) {
637
+ return result.map((item) => {
638
+ return endpointSerializer(item);
639
+ });
640
+ }
641
+ function endpointArrayDeserializer(result) {
642
+ return result.map((item) => {
643
+ return endpointDeserializer(item);
644
+ });
645
+ }
337
646
  /** Supported API versions for the Neon.Postgres resource provider. */
338
647
  var KnownVersions;
339
648
  (function (KnownVersions) {
340
649
  /** Dependent on Azure.ResourceManager.Versions.v1_0_Preview_1, LiftrBase.Versions.v1_preview, LiftrBase.Data.Versions.v1_preview */
341
- KnownVersions["V1_Preview"] = "2024-08-01-preview";
650
+ KnownVersions["V20250301"] = "2025-03-01";
342
651
  })(KnownVersions || (exports.KnownVersions = KnownVersions = {}));
343
652
  //# sourceMappingURL=models.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/** Organization Resource by Neon */\nexport interface OrganizationResource extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: OrganizationProperties;\n}\n\nexport function organizationResourceSerializer(item: OrganizationResource): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : organizationPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function organizationResourceDeserializer(item: any): OrganizationResource {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : organizationPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties specific to Data Organization resource */\nexport interface OrganizationProperties {\n /** Marketplace details of the resource. */\n marketplaceDetails: MarketplaceDetails;\n /** Details of the user. */\n userDetails: UserDetails;\n /** Details of the company. */\n companyDetails: CompanyDetails;\n /** Provisioning state of the resource. */\n readonly provisioningState?: ResourceProvisioningState;\n /** Organization properties */\n partnerOrganizationProperties?: PartnerOrganizationProperties;\n}\n\nexport function organizationPropertiesSerializer(item: OrganizationProperties): any {\n return {\n marketplaceDetails: marketplaceDetailsSerializer(item[\"marketplaceDetails\"]),\n userDetails: userDetailsSerializer(item[\"userDetails\"]),\n companyDetails: companyDetailsSerializer(item[\"companyDetails\"]),\n partnerOrganizationProperties: !item[\"partnerOrganizationProperties\"]\n ? item[\"partnerOrganizationProperties\"]\n : partnerOrganizationPropertiesSerializer(item[\"partnerOrganizationProperties\"]),\n };\n}\n\nexport function organizationPropertiesDeserializer(item: any): OrganizationProperties {\n return {\n marketplaceDetails: marketplaceDetailsDeserializer(item[\"marketplaceDetails\"]),\n userDetails: userDetailsDeserializer(item[\"userDetails\"]),\n companyDetails: companyDetailsDeserializer(item[\"companyDetails\"]),\n provisioningState: item[\"provisioningState\"],\n partnerOrganizationProperties: !item[\"partnerOrganizationProperties\"]\n ? item[\"partnerOrganizationProperties\"]\n : partnerOrganizationPropertiesDeserializer(item[\"partnerOrganizationProperties\"]),\n };\n}\n\n/** Marketplace details for an organization */\nexport interface MarketplaceDetails {\n /** SaaS subscription id for the the marketplace offer */\n subscriptionId?: string;\n /** Marketplace subscription status */\n subscriptionStatus?: MarketplaceSubscriptionStatus;\n /** Offer details for the marketplace that is selected by the user */\n offerDetails: OfferDetails;\n}\n\nexport function marketplaceDetailsSerializer(item: MarketplaceDetails): any {\n return {\n subscriptionId: item[\"subscriptionId\"],\n subscriptionStatus: item[\"subscriptionStatus\"],\n offerDetails: offerDetailsSerializer(item[\"offerDetails\"]),\n };\n}\n\nexport function marketplaceDetailsDeserializer(item: any): MarketplaceDetails {\n return {\n subscriptionId: item[\"subscriptionId\"],\n subscriptionStatus: item[\"subscriptionStatus\"],\n offerDetails: offerDetailsDeserializer(item[\"offerDetails\"]),\n };\n}\n\n/** Marketplace subscription status of a resource. */\nexport enum KnownMarketplaceSubscriptionStatus {\n /** Purchased but not yet activated */\n PendingFulfillmentStart = \"PendingFulfillmentStart\",\n /** Marketplace subscription is activated */\n Subscribed = \"Subscribed\",\n /** This state indicates that a customer's payment for the Marketplace service was not received */\n Suspended = \"Suspended\",\n /** Customer has cancelled the subscription */\n Unsubscribed = \"Unsubscribed\",\n}\n\n/**\n * Marketplace subscription status of a resource. \\\n * {@link KnownMarketplaceSubscriptionStatus} can be used interchangeably with MarketplaceSubscriptionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PendingFulfillmentStart**: Purchased but not yet activated \\\n * **Subscribed**: Marketplace subscription is activated \\\n * **Suspended**: This state indicates that a customer's payment for the Marketplace service was not received \\\n * **Unsubscribed**: Customer has cancelled the subscription\n */\nexport type MarketplaceSubscriptionStatus = string;\n\n/** Offer details for the marketplace that is selected by the user */\nexport interface OfferDetails {\n /** Publisher Id for the marketplace offer */\n publisherId: string;\n /** Offer Id for the marketplace offer */\n offerId: string;\n /** Plan Id for the marketplace offer */\n planId: string;\n /** Plan Name for the marketplace offer */\n planName?: string;\n /** Term Name for the marketplace offer */\n termUnit?: string;\n /** Term Id for the marketplace offer */\n termId?: string;\n}\n\nexport function offerDetailsSerializer(item: OfferDetails): any {\n return {\n publisherId: item[\"publisherId\"],\n offerId: item[\"offerId\"],\n planId: item[\"planId\"],\n planName: item[\"planName\"],\n termUnit: item[\"termUnit\"],\n termId: item[\"termId\"],\n };\n}\n\nexport function offerDetailsDeserializer(item: any): OfferDetails {\n return {\n publisherId: item[\"publisherId\"],\n offerId: item[\"offerId\"],\n planId: item[\"planId\"],\n planName: item[\"planName\"],\n termUnit: item[\"termUnit\"],\n termId: item[\"termId\"],\n };\n}\n\n/** User details for an organization */\nexport interface UserDetails {\n /** First name of the user */\n firstName?: string;\n /** Last name of the user */\n lastName?: string;\n /** Email address of the user */\n emailAddress?: string;\n /** User's principal name */\n upn?: string;\n /** User's phone number */\n phoneNumber?: string;\n}\n\nexport function userDetailsSerializer(item: UserDetails): any {\n return {\n firstName: item[\"firstName\"],\n lastName: item[\"lastName\"],\n emailAddress: item[\"emailAddress\"],\n upn: item[\"upn\"],\n phoneNumber: item[\"phoneNumber\"],\n };\n}\n\nexport function userDetailsDeserializer(item: any): UserDetails {\n return {\n firstName: item[\"firstName\"],\n lastName: item[\"lastName\"],\n emailAddress: item[\"emailAddress\"],\n upn: item[\"upn\"],\n phoneNumber: item[\"phoneNumber\"],\n };\n}\n\n/** Company details for an organization */\nexport interface CompanyDetails {\n /** Company name */\n companyName?: string;\n /** Country name of the company */\n country?: string;\n /** Office address of the company */\n officeAddress?: string;\n /** Business phone number of the company */\n businessPhone?: string;\n /** Domain of the user */\n domain?: string;\n /** Number of employees in the company */\n numberOfEmployees?: number;\n}\n\nexport function companyDetailsSerializer(item: CompanyDetails): any {\n return {\n companyName: item[\"companyName\"],\n country: item[\"country\"],\n officeAddress: item[\"officeAddress\"],\n businessPhone: item[\"businessPhone\"],\n domain: item[\"domain\"],\n numberOfEmployees: item[\"numberOfEmployees\"],\n };\n}\n\nexport function companyDetailsDeserializer(item: any): CompanyDetails {\n return {\n companyName: item[\"companyName\"],\n country: item[\"country\"],\n officeAddress: item[\"officeAddress\"],\n businessPhone: item[\"businessPhone\"],\n domain: item[\"domain\"],\n numberOfEmployees: item[\"numberOfEmployees\"],\n };\n}\n\n/** The provisioning state of a resource type. */\nexport enum KnownResourceProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n}\n\n/**\n * The provisioning state of a resource type. \\\n * {@link KnownResourceProvisioningState} can be used interchangeably with ResourceProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled.\n */\nexport type ResourceProvisioningState = string;\n\n/** Properties specific to Partner's organization */\nexport interface PartnerOrganizationProperties {\n /** Organization Id in partner's system */\n organizationId?: string;\n /** Organization name in partner's system */\n organizationName: string;\n /** Single Sign On properties for the organization */\n singleSignOnProperties?: SingleSignOnProperties;\n}\n\nexport function partnerOrganizationPropertiesSerializer(item: PartnerOrganizationProperties): any {\n return {\n organizationId: item[\"organizationId\"],\n organizationName: item[\"organizationName\"],\n singleSignOnProperties: !item[\"singleSignOnProperties\"]\n ? item[\"singleSignOnProperties\"]\n : singleSignOnPropertiesSerializer(item[\"singleSignOnProperties\"]),\n };\n}\n\nexport function partnerOrganizationPropertiesDeserializer(\n item: any,\n): PartnerOrganizationProperties {\n return {\n organizationId: item[\"organizationId\"],\n organizationName: item[\"organizationName\"],\n singleSignOnProperties: !item[\"singleSignOnProperties\"]\n ? item[\"singleSignOnProperties\"]\n : singleSignOnPropertiesDeserializer(item[\"singleSignOnProperties\"]),\n };\n}\n\n/** Properties specific to Single Sign On Resource */\nexport interface SingleSignOnProperties {\n /** State of the Single Sign On for the organization */\n singleSignOnState?: SingleSignOnStates;\n /** AAD enterprise application Id used to setup SSO */\n enterpriseAppId?: string;\n /** URL for SSO to be used by the partner to redirect the user to their system */\n singleSignOnUrl?: string;\n /** List of AAD domains fetched from Microsoft Graph for user. */\n aadDomains?: string[];\n}\n\nexport function singleSignOnPropertiesSerializer(item: SingleSignOnProperties): any {\n return {\n singleSignOnState: item[\"singleSignOnState\"],\n enterpriseAppId: item[\"enterpriseAppId\"],\n singleSignOnUrl: item[\"singleSignOnUrl\"],\n aadDomains: !item[\"aadDomains\"]\n ? item[\"aadDomains\"]\n : item[\"aadDomains\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function singleSignOnPropertiesDeserializer(item: any): SingleSignOnProperties {\n return {\n singleSignOnState: item[\"singleSignOnState\"],\n enterpriseAppId: item[\"enterpriseAppId\"],\n singleSignOnUrl: item[\"singleSignOnUrl\"],\n aadDomains: !item[\"aadDomains\"]\n ? item[\"aadDomains\"]\n : item[\"aadDomains\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Various states of the SSO resource */\nexport enum KnownSingleSignOnStates {\n /** Initial state of the SSO resource */\n Initial = \"Initial\",\n /** SSO is enabled for the organization */\n Enable = \"Enable\",\n /** SSO is disabled for the organization */\n Disable = \"Disable\",\n}\n\n/**\n * Various states of the SSO resource \\\n * {@link KnownSingleSignOnStates} can be used interchangeably with SingleSignOnStates,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Initial**: Initial state of the SSO resource \\\n * **Enable**: SSO is enabled for the organization \\\n * **Disable**: SSO is disabled for the organization\n */\nexport type SingleSignOnStates = string;\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: item[\"tags\"],\n location: item[\"location\"],\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(item: Resource): any {\n return item;\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\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\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\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**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** The response of a OrganizationResource list operation. */\nexport interface _OrganizationResourceListResult {\n /** The OrganizationResource items on this page */\n value: OrganizationResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _organizationResourceListResultDeserializer(\n item: any,\n): _OrganizationResourceListResult {\n return {\n value: organizationResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function organizationResourceArraySerializer(result: Array<OrganizationResource>): any[] {\n return result.map((item) => {\n return organizationResourceSerializer(item);\n });\n}\n\nexport function organizationResourceArrayDeserializer(result: Array<OrganizationResource>): any[] {\n return result.map((item) => {\n return organizationResourceDeserializer(item);\n });\n}\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface _OperationListResult {\n /** The Operation items on this page */\n value: Operation[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n value: operationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationArrayDeserializer(result: Array<Operation>): any[] {\n return result.map((item) => {\n return operationDeserializer(item);\n });\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\" */\n readonly name?: string;\n /** Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for Azure Resource Manager/control-plane operations. */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n readonly display?: OperationDisplay;\n /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\n readonly origin?: Origin;\n /** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\n actionType?: ActionType;\n}\n\nexport function operationDeserializer(item: any): Operation {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"] ? item[\"display\"] : operationDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n actionType: item[\"actionType\"],\n };\n}\n\n/** Localized display information for and operation. */\nexport interface OperationDisplay {\n /** The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\". */\n readonly provider?: string;\n /** The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\". */\n readonly resource?: string;\n /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\". */\n readonly operation?: string;\n /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */\n readonly description?: string;\n}\n\nexport function operationDisplayDeserializer(item: any): OperationDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\nexport enum KnownOrigin {\n /** Indicates the operation is initiated by a user. */\n User = \"user\",\n /** Indicates the operation is initiated by a system. */\n System = \"system\",\n /** Indicates the operation is initiated by a user or system. */\n UserSystem = \"user,system\",\n}\n\n/**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user**: Indicates the operation is initiated by a user. \\\n * **system**: Indicates the operation is initiated by a system. \\\n * **user,system**: Indicates the operation is initiated by a user or system.\n */\nexport type Origin = string;\n\n/** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\nexport enum KnownActionType {\n /** Actions are for internal-only APIs. */\n Internal = \"Internal\",\n}\n\n/**\n * Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**: Actions are for internal-only APIs.\n */\nexport type ActionType = string;\n\n/** Supported API versions for the Neon.Postgres resource provider. */\nexport enum KnownVersions {\n /** Dependent on Azure.ResourceManager.Versions.v1_0_Preview_1, LiftrBase.Versions.v1_preview, LiftrBase.Data.Versions.v1_preview */\n V1_Preview = \"2024-08-01-preview\",\n}\n"]}
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n ProjectProperties,\n projectPropertiesSerializer,\n projectPropertiesDeserializer,\n BranchProperties,\n branchPropertiesSerializer,\n branchPropertiesDeserializer,\n NeonRoleProperties,\n neonRolePropertiesSerializer,\n neonRolePropertiesDeserializer,\n NeonDatabaseProperties,\n neonDatabasePropertiesSerializer,\n neonDatabasePropertiesDeserializer,\n EndpointProperties,\n endpointPropertiesSerializer,\n endpointPropertiesDeserializer,\n ComputeProperties,\n computePropertiesSerializer,\n computePropertiesDeserializer,\n} from \"./models/models.js\";\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface _OperationListResult {\n /** The Operation items on this page */\n value: Operation[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n value: operationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationArrayDeserializer(result: Array<Operation>): any[] {\n return result.map((item) => {\n return operationDeserializer(item);\n });\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\" */\n readonly name?: string;\n /** Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for Azure Resource Manager/control-plane operations. */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\n readonly origin?: Origin;\n /** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\n readonly actionType?: ActionType;\n}\n\nexport function operationDeserializer(item: any): Operation {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"] ? item[\"display\"] : operationDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n actionType: item[\"actionType\"],\n };\n}\n\n/** Localized display information for and operation. */\nexport interface OperationDisplay {\n /** The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\". */\n readonly provider?: string;\n /** The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\". */\n readonly resource?: string;\n /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\". */\n readonly operation?: string;\n /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */\n readonly description?: string;\n}\n\nexport function operationDisplayDeserializer(item: any): OperationDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\nexport enum KnownOrigin {\n /** Indicates the operation is initiated by a user. */\n User = \"user\",\n /** Indicates the operation is initiated by a system. */\n System = \"system\",\n /** Indicates the operation is initiated by a user or system. */\n UserSystem = \"user,system\",\n}\n\n/**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user**: Indicates the operation is initiated by a user. \\\n * **system**: Indicates the operation is initiated by a system. \\\n * **user,system**: Indicates the operation is initiated by a user or system.\n */\nexport type Origin = string;\n\n/** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\nexport enum KnownActionType {\n /** Actions are for internal-only APIs. */\n Internal = \"Internal\",\n}\n\n/**\n * Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**: Actions are for internal-only APIs.\n */\nexport type ActionType = string;\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: Record<string, any>;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: !item[\"info\"] ? item[\"info\"] : _errorAdditionalInfoInfoDeserializer(item[\"info\"]),\n };\n}\n\n/** model interface _ErrorAdditionalInfoInfo */\nexport interface _ErrorAdditionalInfoInfo {}\n\nexport function _errorAdditionalInfoInfoDeserializer(item: any): _ErrorAdditionalInfoInfo {\n return item;\n}\n\n/** Organization Resource by Neon */\nexport interface OrganizationResource extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: OrganizationProperties;\n}\n\nexport function organizationResourceSerializer(item: OrganizationResource): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : organizationPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function organizationResourceDeserializer(item: any): OrganizationResource {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : organizationPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties specific to Neon Organization resource */\nexport interface OrganizationProperties {\n /** Marketplace details of the resource. */\n marketplaceDetails: MarketplaceDetails;\n /** Details of the user. */\n userDetails: UserDetails;\n /** Details of the company. */\n companyDetails: CompanyDetails;\n /** Provisioning state of the resource. */\n readonly provisioningState?: ResourceProvisioningState;\n /** Neon Organization properties */\n partnerOrganizationProperties?: PartnerOrganizationProperties;\n /** Neon Project Properties */\n projectProperties?: ProjectProperties;\n}\n\nexport function organizationPropertiesSerializer(item: OrganizationProperties): any {\n return {\n marketplaceDetails: marketplaceDetailsSerializer(item[\"marketplaceDetails\"]),\n userDetails: userDetailsSerializer(item[\"userDetails\"]),\n companyDetails: companyDetailsSerializer(item[\"companyDetails\"]),\n partnerOrganizationProperties: !item[\"partnerOrganizationProperties\"]\n ? item[\"partnerOrganizationProperties\"]\n : partnerOrganizationPropertiesSerializer(item[\"partnerOrganizationProperties\"]),\n projectProperties: !item[\"projectProperties\"]\n ? item[\"projectProperties\"]\n : projectPropertiesSerializer(item[\"projectProperties\"]),\n };\n}\n\nexport function organizationPropertiesDeserializer(item: any): OrganizationProperties {\n return {\n marketplaceDetails: marketplaceDetailsDeserializer(item[\"marketplaceDetails\"]),\n userDetails: userDetailsDeserializer(item[\"userDetails\"]),\n companyDetails: companyDetailsDeserializer(item[\"companyDetails\"]),\n provisioningState: item[\"provisioningState\"],\n partnerOrganizationProperties: !item[\"partnerOrganizationProperties\"]\n ? item[\"partnerOrganizationProperties\"]\n : partnerOrganizationPropertiesDeserializer(item[\"partnerOrganizationProperties\"]),\n projectProperties: !item[\"projectProperties\"]\n ? item[\"projectProperties\"]\n : projectPropertiesDeserializer(item[\"projectProperties\"]),\n };\n}\n\n/** Marketplace details for an organization */\nexport interface MarketplaceDetails {\n /** SaaS subscription id for the the marketplace offer */\n subscriptionId?: string;\n /** Marketplace subscription status */\n subscriptionStatus?: MarketplaceSubscriptionStatus;\n /** Offer details for the marketplace that is selected by the user */\n offerDetails: OfferDetails;\n}\n\nexport function marketplaceDetailsSerializer(item: MarketplaceDetails): any {\n return {\n subscriptionId: item[\"subscriptionId\"],\n subscriptionStatus: item[\"subscriptionStatus\"],\n offerDetails: offerDetailsSerializer(item[\"offerDetails\"]),\n };\n}\n\nexport function marketplaceDetailsDeserializer(item: any): MarketplaceDetails {\n return {\n subscriptionId: item[\"subscriptionId\"],\n subscriptionStatus: item[\"subscriptionStatus\"],\n offerDetails: offerDetailsDeserializer(item[\"offerDetails\"]),\n };\n}\n\n/** Marketplace subscription status of a resource. */\nexport enum KnownMarketplaceSubscriptionStatus {\n /** Purchased but not yet activated */\n PendingFulfillmentStart = \"PendingFulfillmentStart\",\n /** Marketplace subscription is activated */\n Subscribed = \"Subscribed\",\n /** This state indicates that a customer's payment for the Marketplace service was not received */\n Suspended = \"Suspended\",\n /** Customer has cancelled the subscription */\n Unsubscribed = \"Unsubscribed\",\n}\n\n/**\n * Marketplace subscription status of a resource. \\\n * {@link KnownMarketplaceSubscriptionStatus} can be used interchangeably with MarketplaceSubscriptionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PendingFulfillmentStart**: Purchased but not yet activated \\\n * **Subscribed**: Marketplace subscription is activated \\\n * **Suspended**: This state indicates that a customer's payment for the Marketplace service was not received \\\n * **Unsubscribed**: Customer has cancelled the subscription\n */\nexport type MarketplaceSubscriptionStatus = string;\n\n/** Offer details for the marketplace that is selected by the user */\nexport interface OfferDetails {\n /** Publisher Id for the marketplace offer */\n publisherId: string;\n /** Offer Id for the marketplace offer */\n offerId: string;\n /** Plan Id for the marketplace offer */\n planId: string;\n /** Plan Name for the marketplace offer */\n planName?: string;\n /** Term Name for the marketplace offer */\n termUnit?: string;\n /** Term Id for the marketplace offer */\n termId?: string;\n}\n\nexport function offerDetailsSerializer(item: OfferDetails): any {\n return {\n publisherId: item[\"publisherId\"],\n offerId: item[\"offerId\"],\n planId: item[\"planId\"],\n planName: item[\"planName\"],\n termUnit: item[\"termUnit\"],\n termId: item[\"termId\"],\n };\n}\n\nexport function offerDetailsDeserializer(item: any): OfferDetails {\n return {\n publisherId: item[\"publisherId\"],\n offerId: item[\"offerId\"],\n planId: item[\"planId\"],\n planName: item[\"planName\"],\n termUnit: item[\"termUnit\"],\n termId: item[\"termId\"],\n };\n}\n\n/** User details for an organization */\nexport interface UserDetails {\n /** First name of the user */\n firstName?: string;\n /** Last name of the user */\n lastName?: string;\n /** Email address of the user */\n emailAddress?: string;\n /** User's principal name */\n upn?: string;\n /** User's phone number */\n phoneNumber?: string;\n}\n\nexport function userDetailsSerializer(item: UserDetails): any {\n return {\n firstName: item[\"firstName\"],\n lastName: item[\"lastName\"],\n emailAddress: item[\"emailAddress\"],\n upn: item[\"upn\"],\n phoneNumber: item[\"phoneNumber\"],\n };\n}\n\nexport function userDetailsDeserializer(item: any): UserDetails {\n return {\n firstName: item[\"firstName\"],\n lastName: item[\"lastName\"],\n emailAddress: item[\"emailAddress\"],\n upn: item[\"upn\"],\n phoneNumber: item[\"phoneNumber\"],\n };\n}\n\n/** Company details for an organization */\nexport interface CompanyDetails {\n /** Company name */\n companyName?: string;\n /** Country name of the company */\n country?: string;\n /** Office address of the company */\n officeAddress?: string;\n /** Business phone number of the company */\n businessPhone?: string;\n /** Domain of the user */\n domain?: string;\n /** Number of employees in the company */\n numberOfEmployees?: number;\n}\n\nexport function companyDetailsSerializer(item: CompanyDetails): any {\n return {\n companyName: item[\"companyName\"],\n country: item[\"country\"],\n officeAddress: item[\"officeAddress\"],\n businessPhone: item[\"businessPhone\"],\n domain: item[\"domain\"],\n numberOfEmployees: item[\"numberOfEmployees\"],\n };\n}\n\nexport function companyDetailsDeserializer(item: any): CompanyDetails {\n return {\n companyName: item[\"companyName\"],\n country: item[\"country\"],\n officeAddress: item[\"officeAddress\"],\n businessPhone: item[\"businessPhone\"],\n domain: item[\"domain\"],\n numberOfEmployees: item[\"numberOfEmployees\"],\n };\n}\n\n/** The provisioning state of a resource type. */\nexport enum KnownResourceProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n}\n\n/**\n * The provisioning state of a resource type. \\\n * {@link KnownResourceProvisioningState} can be used interchangeably with ResourceProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled.\n */\nexport type ResourceProvisioningState = string;\n\n/** Properties specific to Partner's organization */\nexport interface PartnerOrganizationProperties {\n /** Organization Id in partner's system */\n organizationId?: string;\n /** Organization name in partner's system */\n organizationName: string;\n /** Single Sign On properties for the organization */\n singleSignOnProperties?: SingleSignOnProperties;\n}\n\nexport function partnerOrganizationPropertiesSerializer(item: PartnerOrganizationProperties): any {\n return {\n organizationId: item[\"organizationId\"],\n organizationName: item[\"organizationName\"],\n singleSignOnProperties: !item[\"singleSignOnProperties\"]\n ? item[\"singleSignOnProperties\"]\n : singleSignOnPropertiesSerializer(item[\"singleSignOnProperties\"]),\n };\n}\n\nexport function partnerOrganizationPropertiesDeserializer(\n item: any,\n): PartnerOrganizationProperties {\n return {\n organizationId: item[\"organizationId\"],\n organizationName: item[\"organizationName\"],\n singleSignOnProperties: !item[\"singleSignOnProperties\"]\n ? item[\"singleSignOnProperties\"]\n : singleSignOnPropertiesDeserializer(item[\"singleSignOnProperties\"]),\n };\n}\n\n/** Properties specific to Single Sign On Resource */\nexport interface SingleSignOnProperties {\n /** State of the Single Sign On for the organization */\n singleSignOnState?: SingleSignOnStates;\n /** AAD enterprise application Id used to setup SSO */\n enterpriseAppId?: string;\n /** URL for SSO to be used by the partner to redirect the user to their system */\n singleSignOnUrl?: string;\n /** List of AAD domains fetched from Microsoft Graph for user. */\n aadDomains?: string[];\n}\n\nexport function singleSignOnPropertiesSerializer(item: SingleSignOnProperties): any {\n return {\n singleSignOnState: item[\"singleSignOnState\"],\n enterpriseAppId: item[\"enterpriseAppId\"],\n singleSignOnUrl: item[\"singleSignOnUrl\"],\n aadDomains: !item[\"aadDomains\"]\n ? item[\"aadDomains\"]\n : item[\"aadDomains\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function singleSignOnPropertiesDeserializer(item: any): SingleSignOnProperties {\n return {\n singleSignOnState: item[\"singleSignOnState\"],\n enterpriseAppId: item[\"enterpriseAppId\"],\n singleSignOnUrl: item[\"singleSignOnUrl\"],\n aadDomains: !item[\"aadDomains\"]\n ? item[\"aadDomains\"]\n : item[\"aadDomains\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Various states of the SSO resource */\nexport enum KnownSingleSignOnStates {\n /** Initial state of the SSO resource */\n Initial = \"Initial\",\n /** SSO is enabled for the organization */\n Enable = \"Enable\",\n /** SSO is disabled for the organization */\n Disable = \"Disable\",\n}\n\n/**\n * Various states of the SSO resource \\\n * {@link KnownSingleSignOnStates} can be used interchangeably with SingleSignOnStates,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Initial**: Initial state of the SSO resource \\\n * **Enable**: SSO is enabled for the organization \\\n * **Disable**: SSO is disabled for the organization\n */\nexport type SingleSignOnStates = string;\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: item[\"tags\"],\n location: item[\"location\"],\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(item: Resource): any {\n return item;\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\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\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\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**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** The response of a OrganizationResource list operation. */\nexport interface _OrganizationResourceListResult {\n /** The OrganizationResource items on this page */\n value: OrganizationResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _organizationResourceListResultDeserializer(\n item: any,\n): _OrganizationResourceListResult {\n return {\n value: organizationResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function organizationResourceArraySerializer(result: Array<OrganizationResource>): any[] {\n return result.map((item) => {\n return organizationResourceSerializer(item);\n });\n}\n\nexport function organizationResourceArrayDeserializer(result: Array<OrganizationResource>): any[] {\n return result.map((item) => {\n return organizationResourceDeserializer(item);\n });\n}\n\n/** The Project resource type. */\nexport interface Project extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: ProjectProperties;\n}\n\nexport function projectSerializer(item: Project): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : projectPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function projectDeserializer(item: any): Project {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : projectPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceSerializer(item: ProxyResource): any {\n return item;\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** The response of a Project list operation. */\nexport interface _ProjectListResult {\n /** The Project items on this page */\n value: Project[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _projectListResultDeserializer(item: any): _ProjectListResult {\n return {\n value: projectArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function projectArraySerializer(result: Array<Project>): any[] {\n return result.map((item) => {\n return projectSerializer(item);\n });\n}\n\nexport function projectArrayDeserializer(result: Array<Project>): any[] {\n return result.map((item) => {\n return projectDeserializer(item);\n });\n}\n\n/** The Branch resource type. */\nexport interface Branch extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: BranchProperties;\n}\n\nexport function branchSerializer(item: Branch): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : branchPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function branchDeserializer(item: any): Branch {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : branchPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The response of a Branch list operation. */\nexport interface _BranchListResult {\n /** The Branch items on this page */\n value: Branch[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _branchListResultDeserializer(item: any): _BranchListResult {\n return {\n value: branchArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function branchArraySerializer(result: Array<Branch>): any[] {\n return result.map((item) => {\n return branchSerializer(item);\n });\n}\n\nexport function branchArrayDeserializer(result: Array<Branch>): any[] {\n return result.map((item) => {\n return branchDeserializer(item);\n });\n}\n\n/** The Compute resource type. */\nexport interface Compute extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: ComputeProperties;\n}\n\nexport function computeSerializer(item: Compute): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : computePropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function computeDeserializer(item: any): Compute {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : computePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The response of a Compute list operation. */\nexport interface _ComputeListResult {\n /** The Compute items on this page */\n value: Compute[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _computeListResultDeserializer(item: any): _ComputeListResult {\n return {\n value: computeArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function computeArraySerializer(result: Array<Compute>): any[] {\n return result.map((item) => {\n return computeSerializer(item);\n });\n}\n\nexport function computeArrayDeserializer(result: Array<Compute>): any[] {\n return result.map((item) => {\n return computeDeserializer(item);\n });\n}\n\n/** The Neon Database resource type. */\nexport interface NeonDatabase extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: NeonDatabaseProperties;\n}\n\nexport function neonDatabaseSerializer(item: NeonDatabase): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : neonDatabasePropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function neonDatabaseDeserializer(item: any): NeonDatabase {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : neonDatabasePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The response of a NeonDatabase list operation. */\nexport interface _NeonDatabaseListResult {\n /** The NeonDatabase items on this page */\n value: NeonDatabase[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _neonDatabaseListResultDeserializer(item: any): _NeonDatabaseListResult {\n return {\n value: neonDatabaseArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function neonDatabaseArraySerializer(result: Array<NeonDatabase>): any[] {\n return result.map((item) => {\n return neonDatabaseSerializer(item);\n });\n}\n\nexport function neonDatabaseArrayDeserializer(result: Array<NeonDatabase>): any[] {\n return result.map((item) => {\n return neonDatabaseDeserializer(item);\n });\n}\n\n/** The Neon Role resource type. */\nexport interface NeonRole extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: NeonRoleProperties;\n}\n\nexport function neonRoleSerializer(item: NeonRole): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : neonRolePropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function neonRoleDeserializer(item: any): NeonRole {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : neonRolePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The response of a NeonRole list operation. */\nexport interface _NeonRoleListResult {\n /** The NeonRole items on this page */\n value: NeonRole[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _neonRoleListResultDeserializer(item: any): _NeonRoleListResult {\n return {\n value: neonRoleArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function neonRoleArraySerializer(result: Array<NeonRole>): any[] {\n return result.map((item) => {\n return neonRoleSerializer(item);\n });\n}\n\nexport function neonRoleArrayDeserializer(result: Array<NeonRole>): any[] {\n return result.map((item) => {\n return neonRoleDeserializer(item);\n });\n}\n\n/** The Neon compute endpoint resource type. */\nexport interface Endpoint extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: EndpointProperties;\n}\n\nexport function endpointSerializer(item: Endpoint): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : endpointPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function endpointDeserializer(item: any): Endpoint {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : endpointPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The response of a Endpoint list operation. */\nexport interface _EndpointListResult {\n /** The Endpoint items on this page */\n value: Endpoint[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _endpointListResultDeserializer(item: any): _EndpointListResult {\n return {\n value: endpointArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function endpointArraySerializer(result: Array<Endpoint>): any[] {\n return result.map((item) => {\n return endpointSerializer(item);\n });\n}\n\nexport function endpointArrayDeserializer(result: Array<Endpoint>): any[] {\n return result.map((item) => {\n return endpointDeserializer(item);\n });\n}\n\n/** Supported API versions for the Neon.Postgres resource provider. */\nexport enum KnownVersions {\n /** Dependent on Azure.ResourceManager.Versions.v1_0_Preview_1, LiftrBase.Versions.v1_preview, LiftrBase.Data.Versions.v1_preview */\n V20250301 = \"2025-03-01\",\n}\n"]}