@azure/arm-neonpostgres 1.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (283) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/LICENSE +21 -0
  3. package/README.md +106 -0
  4. package/dist/browser/api/index.d.ts +5 -0
  5. package/dist/browser/api/index.d.ts.map +1 -0
  6. package/dist/browser/api/index.js +6 -0
  7. package/dist/browser/api/index.js.map +1 -0
  8. package/dist/browser/api/operations/index.d.ts +9 -0
  9. package/dist/browser/api/operations/index.d.ts.map +1 -0
  10. package/dist/browser/api/operations/index.js +22 -0
  11. package/dist/browser/api/operations/index.js.map +1 -0
  12. package/dist/browser/api/options.d.ts +29 -0
  13. package/dist/browser/api/options.d.ts.map +1 -0
  14. package/dist/browser/api/options.js +4 -0
  15. package/dist/browser/api/options.js.map +1 -0
  16. package/dist/browser/api/organizations/index.d.ts +30 -0
  17. package/dist/browser/api/organizations/index.d.ts.map +1 -0
  18. package/dist/browser/api/organizations/index.js +127 -0
  19. package/dist/browser/api/organizations/index.js.map +1 -0
  20. package/dist/browser/api/postgresContext.d.ts +12 -0
  21. package/dist/browser/api/postgresContext.d.ts.map +1 -0
  22. package/dist/browser/api/postgresContext.js +34 -0
  23. package/dist/browser/api/postgresContext.js.map +1 -0
  24. package/dist/browser/classic/index.d.ts +3 -0
  25. package/dist/browser/classic/index.d.ts.map +1 -0
  26. package/dist/browser/classic/index.js +4 -0
  27. package/dist/browser/classic/index.js.map +1 -0
  28. package/dist/browser/classic/operations/index.d.ts +14 -0
  29. package/dist/browser/classic/operations/index.d.ts.map +1 -0
  30. package/dist/browser/classic/operations/index.js +12 -0
  31. package/dist/browser/classic/operations/index.js.map +1 -0
  32. package/dist/browser/classic/organizations/index.d.ts +30 -0
  33. package/dist/browser/classic/organizations/index.d.ts.map +1 -0
  34. package/dist/browser/classic/organizations/index.js +17 -0
  35. package/dist/browser/classic/organizations/index.js.map +1 -0
  36. package/dist/browser/helpers/serializerHelpers.d.ts +3 -0
  37. package/dist/browser/helpers/serializerHelpers.d.ts.map +1 -0
  38. package/dist/browser/helpers/serializerHelpers.js +24 -0
  39. package/dist/browser/helpers/serializerHelpers.js.map +1 -0
  40. package/dist/browser/index.d.ts +8 -0
  41. package/dist/browser/index.d.ts.map +1 -0
  42. package/dist/browser/index.js +6 -0
  43. package/dist/browser/index.js.map +1 -0
  44. package/dist/browser/logger.d.ts +2 -0
  45. package/dist/browser/logger.d.ts.map +1 -0
  46. package/dist/browser/logger.js +5 -0
  47. package/dist/browser/logger.js.map +1 -0
  48. package/dist/browser/models/index.d.ts +2 -0
  49. package/dist/browser/models/index.d.ts.map +1 -0
  50. package/dist/browser/models/index.js +4 -0
  51. package/dist/browser/models/index.js.map +1 -0
  52. package/dist/browser/models/models.d.ts +309 -0
  53. package/dist/browser/models/models.d.ts.map +1 -0
  54. package/dist/browser/models/models.js +312 -0
  55. package/dist/browser/models/models.js.map +1 -0
  56. package/dist/browser/package.json +3 -0
  57. package/dist/browser/postgresClient.d.ts +17 -0
  58. package/dist/browser/postgresClient.d.ts.map +1 -0
  59. package/dist/browser/postgresClient.js +19 -0
  60. package/dist/browser/postgresClient.js.map +1 -0
  61. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  62. package/dist/browser/restorePollerHelpers.d.ts.map +1 -0
  63. package/dist/browser/restorePollerHelpers.js +101 -0
  64. package/dist/browser/restorePollerHelpers.js.map +1 -0
  65. package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
  66. package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
  67. package/dist/browser/static-helpers/pagingHelpers.js +137 -0
  68. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  69. package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
  70. package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -0
  71. package/dist/browser/static-helpers/pollingHelpers.js +76 -0
  72. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  73. package/dist/commonjs/api/index.d.ts +5 -0
  74. package/dist/commonjs/api/index.d.ts.map +1 -0
  75. package/dist/commonjs/api/index.js +17 -0
  76. package/dist/commonjs/api/index.js.map +1 -0
  77. package/dist/commonjs/api/operations/index.d.ts +9 -0
  78. package/dist/commonjs/api/operations/index.d.ts.map +1 -0
  79. package/dist/commonjs/api/operations/index.js +27 -0
  80. package/dist/commonjs/api/operations/index.js.map +1 -0
  81. package/dist/commonjs/api/options.d.ts +29 -0
  82. package/dist/commonjs/api/options.d.ts.map +1 -0
  83. package/dist/commonjs/api/options.js +5 -0
  84. package/dist/commonjs/api/options.js.map +1 -0
  85. package/dist/commonjs/api/organizations/index.d.ts +30 -0
  86. package/dist/commonjs/api/organizations/index.d.ts.map +1 -0
  87. package/dist/commonjs/api/organizations/index.js +147 -0
  88. package/dist/commonjs/api/organizations/index.js.map +1 -0
  89. package/dist/commonjs/api/postgresContext.d.ts +12 -0
  90. package/dist/commonjs/api/postgresContext.d.ts.map +1 -0
  91. package/dist/commonjs/api/postgresContext.js +37 -0
  92. package/dist/commonjs/api/postgresContext.js.map +1 -0
  93. package/dist/commonjs/classic/index.d.ts +3 -0
  94. package/dist/commonjs/classic/index.d.ts.map +1 -0
  95. package/dist/commonjs/classic/index.js +5 -0
  96. package/dist/commonjs/classic/index.js.map +1 -0
  97. package/dist/commonjs/classic/operations/index.d.ts +14 -0
  98. package/dist/commonjs/classic/operations/index.d.ts.map +1 -0
  99. package/dist/commonjs/classic/operations/index.js +16 -0
  100. package/dist/commonjs/classic/operations/index.js.map +1 -0
  101. package/dist/commonjs/classic/organizations/index.d.ts +30 -0
  102. package/dist/commonjs/classic/organizations/index.d.ts.map +1 -0
  103. package/dist/commonjs/classic/organizations/index.js +21 -0
  104. package/dist/commonjs/classic/organizations/index.js.map +1 -0
  105. package/dist/commonjs/helpers/serializerHelpers.d.ts +3 -0
  106. package/dist/commonjs/helpers/serializerHelpers.d.ts.map +1 -0
  107. package/dist/commonjs/helpers/serializerHelpers.js +27 -0
  108. package/dist/commonjs/helpers/serializerHelpers.js.map +1 -0
  109. package/dist/commonjs/index.d.ts +8 -0
  110. package/dist/commonjs/index.d.ts.map +1 -0
  111. package/dist/commonjs/index.js +18 -0
  112. package/dist/commonjs/index.js.map +1 -0
  113. package/dist/commonjs/logger.d.ts +2 -0
  114. package/dist/commonjs/logger.d.ts.map +1 -0
  115. package/dist/commonjs/logger.js +8 -0
  116. package/dist/commonjs/logger.js.map +1 -0
  117. package/dist/commonjs/models/index.d.ts +2 -0
  118. package/dist/commonjs/models/index.d.ts.map +1 -0
  119. package/dist/commonjs/models/index.js +14 -0
  120. package/dist/commonjs/models/index.js.map +1 -0
  121. package/dist/commonjs/models/models.d.ts +309 -0
  122. package/dist/commonjs/models/models.d.ts.map +1 -0
  123. package/dist/commonjs/models/models.js +343 -0
  124. package/dist/commonjs/models/models.js.map +1 -0
  125. package/dist/commonjs/package.json +3 -0
  126. package/dist/commonjs/postgresClient.d.ts +17 -0
  127. package/dist/commonjs/postgresClient.d.ts.map +1 -0
  128. package/dist/commonjs/postgresClient.js +23 -0
  129. package/dist/commonjs/postgresClient.js.map +1 -0
  130. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  131. package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -0
  132. package/dist/commonjs/restorePollerHelpers.js +104 -0
  133. package/dist/commonjs/restorePollerHelpers.js.map +1 -0
  134. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
  135. package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
  136. package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
  137. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
  138. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
  139. package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -0
  140. package/dist/commonjs/static-helpers/pollingHelpers.js +79 -0
  141. package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
  142. package/dist/commonjs/tsdoc-metadata.json +11 -0
  143. package/dist/esm/api/index.d.ts +5 -0
  144. package/dist/esm/api/index.d.ts.map +1 -0
  145. package/dist/esm/api/index.js +6 -0
  146. package/dist/esm/api/index.js.map +1 -0
  147. package/dist/esm/api/operations/index.d.ts +9 -0
  148. package/dist/esm/api/operations/index.d.ts.map +1 -0
  149. package/dist/esm/api/operations/index.js +22 -0
  150. package/dist/esm/api/operations/index.js.map +1 -0
  151. package/dist/esm/api/options.d.ts +29 -0
  152. package/dist/esm/api/options.d.ts.map +1 -0
  153. package/dist/esm/api/options.js +4 -0
  154. package/dist/esm/api/options.js.map +1 -0
  155. package/dist/esm/api/organizations/index.d.ts +30 -0
  156. package/dist/esm/api/organizations/index.d.ts.map +1 -0
  157. package/dist/esm/api/organizations/index.js +127 -0
  158. package/dist/esm/api/organizations/index.js.map +1 -0
  159. package/dist/esm/api/postgresContext.d.ts +12 -0
  160. package/dist/esm/api/postgresContext.d.ts.map +1 -0
  161. package/dist/esm/api/postgresContext.js +34 -0
  162. package/dist/esm/api/postgresContext.js.map +1 -0
  163. package/dist/esm/classic/index.d.ts +3 -0
  164. package/dist/esm/classic/index.d.ts.map +1 -0
  165. package/dist/esm/classic/index.js +4 -0
  166. package/dist/esm/classic/index.js.map +1 -0
  167. package/dist/esm/classic/operations/index.d.ts +14 -0
  168. package/dist/esm/classic/operations/index.d.ts.map +1 -0
  169. package/dist/esm/classic/operations/index.js +12 -0
  170. package/dist/esm/classic/operations/index.js.map +1 -0
  171. package/dist/esm/classic/organizations/index.d.ts +30 -0
  172. package/dist/esm/classic/organizations/index.d.ts.map +1 -0
  173. package/dist/esm/classic/organizations/index.js +17 -0
  174. package/dist/esm/classic/organizations/index.js.map +1 -0
  175. package/dist/esm/helpers/serializerHelpers.d.ts +3 -0
  176. package/dist/esm/helpers/serializerHelpers.d.ts.map +1 -0
  177. package/dist/esm/helpers/serializerHelpers.js +24 -0
  178. package/dist/esm/helpers/serializerHelpers.js.map +1 -0
  179. package/dist/esm/index.d.ts +8 -0
  180. package/dist/esm/index.d.ts.map +1 -0
  181. package/dist/esm/index.js +6 -0
  182. package/dist/esm/index.js.map +1 -0
  183. package/dist/esm/logger.d.ts +2 -0
  184. package/dist/esm/logger.d.ts.map +1 -0
  185. package/dist/esm/logger.js +5 -0
  186. package/dist/esm/logger.js.map +1 -0
  187. package/dist/esm/models/index.d.ts +2 -0
  188. package/dist/esm/models/index.d.ts.map +1 -0
  189. package/dist/esm/models/index.js +4 -0
  190. package/dist/esm/models/index.js.map +1 -0
  191. package/dist/esm/models/models.d.ts +309 -0
  192. package/dist/esm/models/models.d.ts.map +1 -0
  193. package/dist/esm/models/models.js +312 -0
  194. package/dist/esm/models/models.js.map +1 -0
  195. package/dist/esm/package.json +3 -0
  196. package/dist/esm/postgresClient.d.ts +17 -0
  197. package/dist/esm/postgresClient.d.ts.map +1 -0
  198. package/dist/esm/postgresClient.js +19 -0
  199. package/dist/esm/postgresClient.js.map +1 -0
  200. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  201. package/dist/esm/restorePollerHelpers.d.ts.map +1 -0
  202. package/dist/esm/restorePollerHelpers.js +101 -0
  203. package/dist/esm/restorePollerHelpers.js.map +1 -0
  204. package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
  205. package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
  206. package/dist/esm/static-helpers/pagingHelpers.js +137 -0
  207. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  208. package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
  209. package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -0
  210. package/dist/esm/static-helpers/pollingHelpers.js +76 -0
  211. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  212. package/dist/react-native/api/index.d.ts +5 -0
  213. package/dist/react-native/api/index.d.ts.map +1 -0
  214. package/dist/react-native/api/index.js +6 -0
  215. package/dist/react-native/api/index.js.map +1 -0
  216. package/dist/react-native/api/operations/index.d.ts +9 -0
  217. package/dist/react-native/api/operations/index.d.ts.map +1 -0
  218. package/dist/react-native/api/operations/index.js +22 -0
  219. package/dist/react-native/api/operations/index.js.map +1 -0
  220. package/dist/react-native/api/options.d.ts +29 -0
  221. package/dist/react-native/api/options.d.ts.map +1 -0
  222. package/dist/react-native/api/options.js +4 -0
  223. package/dist/react-native/api/options.js.map +1 -0
  224. package/dist/react-native/api/organizations/index.d.ts +30 -0
  225. package/dist/react-native/api/organizations/index.d.ts.map +1 -0
  226. package/dist/react-native/api/organizations/index.js +127 -0
  227. package/dist/react-native/api/organizations/index.js.map +1 -0
  228. package/dist/react-native/api/postgresContext.d.ts +12 -0
  229. package/dist/react-native/api/postgresContext.d.ts.map +1 -0
  230. package/dist/react-native/api/postgresContext.js +34 -0
  231. package/dist/react-native/api/postgresContext.js.map +1 -0
  232. package/dist/react-native/classic/index.d.ts +3 -0
  233. package/dist/react-native/classic/index.d.ts.map +1 -0
  234. package/dist/react-native/classic/index.js +4 -0
  235. package/dist/react-native/classic/index.js.map +1 -0
  236. package/dist/react-native/classic/operations/index.d.ts +14 -0
  237. package/dist/react-native/classic/operations/index.d.ts.map +1 -0
  238. package/dist/react-native/classic/operations/index.js +12 -0
  239. package/dist/react-native/classic/operations/index.js.map +1 -0
  240. package/dist/react-native/classic/organizations/index.d.ts +30 -0
  241. package/dist/react-native/classic/organizations/index.d.ts.map +1 -0
  242. package/dist/react-native/classic/organizations/index.js +17 -0
  243. package/dist/react-native/classic/organizations/index.js.map +1 -0
  244. package/dist/react-native/helpers/serializerHelpers.d.ts +3 -0
  245. package/dist/react-native/helpers/serializerHelpers.d.ts.map +1 -0
  246. package/dist/react-native/helpers/serializerHelpers.js +24 -0
  247. package/dist/react-native/helpers/serializerHelpers.js.map +1 -0
  248. package/dist/react-native/index.d.ts +8 -0
  249. package/dist/react-native/index.d.ts.map +1 -0
  250. package/dist/react-native/index.js +6 -0
  251. package/dist/react-native/index.js.map +1 -0
  252. package/dist/react-native/logger.d.ts +2 -0
  253. package/dist/react-native/logger.d.ts.map +1 -0
  254. package/dist/react-native/logger.js +5 -0
  255. package/dist/react-native/logger.js.map +1 -0
  256. package/dist/react-native/models/index.d.ts +2 -0
  257. package/dist/react-native/models/index.d.ts.map +1 -0
  258. package/dist/react-native/models/index.js +4 -0
  259. package/dist/react-native/models/index.js.map +1 -0
  260. package/dist/react-native/models/models.d.ts +309 -0
  261. package/dist/react-native/models/models.d.ts.map +1 -0
  262. package/dist/react-native/models/models.js +312 -0
  263. package/dist/react-native/models/models.js.map +1 -0
  264. package/dist/react-native/package.json +3 -0
  265. package/dist/react-native/postgresClient.d.ts +17 -0
  266. package/dist/react-native/postgresClient.d.ts.map +1 -0
  267. package/dist/react-native/postgresClient.js +19 -0
  268. package/dist/react-native/postgresClient.js.map +1 -0
  269. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  270. package/dist/react-native/restorePollerHelpers.d.ts.map +1 -0
  271. package/dist/react-native/restorePollerHelpers.js +101 -0
  272. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  273. package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
  274. package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
  275. package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
  276. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  277. package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
  278. package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -0
  279. package/dist/react-native/static-helpers/pollingHelpers.js +76 -0
  280. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  281. package/package.json +161 -0
  282. package/review/arm-neonpostgres-models.api.md +180 -0
  283. package/review/arm-neonpostgres.api.md +275 -0
@@ -0,0 +1,17 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import { organizationsGet, organizationsCreateOrUpdate, organizationsUpdate, organizationsDelete, organizationsListByResourceGroup, organizationsListBySubscription, } from "../../api/organizations/index.js";
4
+ export function getOrganizations(context, subscriptionId) {
5
+ return {
6
+ get: (resourceGroupName, organizationName, options) => organizationsGet(context, subscriptionId, resourceGroupName, organizationName, options),
7
+ createOrUpdate: (resourceGroupName, organizationName, resource, options) => organizationsCreateOrUpdate(context, subscriptionId, resourceGroupName, organizationName, resource, options),
8
+ update: (resourceGroupName, organizationName, properties, options) => organizationsUpdate(context, subscriptionId, resourceGroupName, organizationName, properties, options),
9
+ delete: (resourceGroupName, organizationName, options) => organizationsDelete(context, subscriptionId, resourceGroupName, organizationName, options),
10
+ listByResourceGroup: (resourceGroupName, options) => organizationsListByResourceGroup(context, subscriptionId, resourceGroupName, options),
11
+ listBySubscription: (options) => organizationsListBySubscription(context, subscriptionId, options),
12
+ };
13
+ }
14
+ export function getOrganizationsOperations(context, subscriptionId) {
15
+ return Object.assign({}, getOrganizations(context, subscriptionId));
16
+ }
17
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/organizations/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAGlC,OAAO,EACL,gBAAgB,EAChB,2BAA2B,EAC3B,mBAAmB,EACnB,mBAAmB,EACnB,gCAAgC,EAChC,+BAA+B,GAChC,MAAM,kCAAkC,CAAC;AAoD1C,MAAM,UAAU,gBAAgB,CAAC,OAAwB,EAAE,cAAsB;IAC/E,OAAO;QACL,GAAG,EAAE,CACH,iBAAyB,EACzB,gBAAwB,EACxB,OAAwC,EACxC,EAAE,CAAC,gBAAgB,CAAC,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,OAAO,CAAC;QAC5F,cAAc,EAAE,CACd,iBAAyB,EACzB,gBAAwB,EACxB,QAA8B,EAC9B,OAAmD,EACnD,EAAE,CACF,2BAA2B,CACzB,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,gBAAgB,EAChB,QAAQ,EACR,OAAO,CACR;QACH,MAAM,EAAE,CACN,iBAAyB,EACzB,gBAAwB,EACxB,UAAgC,EAChC,OAA2C,EAC3C,EAAE,CACF,mBAAmB,CACjB,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,gBAAgB,EAChB,UAAU,EACV,OAAO,CACR;QACH,MAAM,EAAE,CACN,iBAAyB,EACzB,gBAAwB,EACxB,OAA2C,EAC3C,EAAE,CAAC,mBAAmB,CAAC,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,OAAO,CAAC;QAC/F,mBAAmB,EAAE,CACnB,iBAAyB,EACzB,OAAwD,EACxD,EAAE,CAAC,gCAAgC,CAAC,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,OAAO,CAAC;QAC1F,kBAAkB,EAAE,CAAC,OAAuD,EAAE,EAAE,CAC9E,+BAA+B,CAAC,OAAO,EAAE,cAAc,EAAE,OAAO,CAAC;KACpE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,0BAA0B,CACxC,OAAwB,EACxB,cAAsB;IAEtB,yBACK,gBAAgB,CAAC,OAAO,EAAE,cAAc,CAAC,EAC5C;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { PostgresContext } from \"../../api/postgresContext.js\";\nimport {\n organizationsGet,\n organizationsCreateOrUpdate,\n organizationsUpdate,\n organizationsDelete,\n organizationsListByResourceGroup,\n organizationsListBySubscription,\n} from \"../../api/organizations/index.js\";\nimport { OrganizationResource } from \"../../models/models.js\";\nimport { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { PollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n OrganizationsGetOptionalParams,\n OrganizationsCreateOrUpdateOptionalParams,\n OrganizationsUpdateOptionalParams,\n OrganizationsDeleteOptionalParams,\n OrganizationsListByResourceGroupOptionalParams,\n OrganizationsListBySubscriptionOptionalParams,\n} from \"../../api/options.js\";\n\n/** Interface representing a Organizations operations. */\nexport interface OrganizationsOperations {\n /** Get a OrganizationResource */\n get: (\n resourceGroupName: string,\n organizationName: string,\n options?: OrganizationsGetOptionalParams,\n ) => Promise<OrganizationResource>;\n /** Create a OrganizationResource */\n createOrUpdate: (\n resourceGroupName: string,\n organizationName: string,\n resource: OrganizationResource,\n options?: OrganizationsCreateOrUpdateOptionalParams,\n ) => PollerLike<OperationState<OrganizationResource>, OrganizationResource>;\n /** Update a OrganizationResource */\n update: (\n resourceGroupName: string,\n organizationName: string,\n properties: OrganizationResource,\n options?: OrganizationsUpdateOptionalParams,\n ) => PollerLike<OperationState<OrganizationResource>, OrganizationResource>;\n /** Delete a OrganizationResource */\n delete: (\n resourceGroupName: string,\n organizationName: string,\n options?: OrganizationsDeleteOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** List OrganizationResource resources by resource group */\n listByResourceGroup: (\n resourceGroupName: string,\n options?: OrganizationsListByResourceGroupOptionalParams,\n ) => PagedAsyncIterableIterator<OrganizationResource>;\n /** List OrganizationResource resources by subscription ID */\n listBySubscription: (\n options?: OrganizationsListBySubscriptionOptionalParams,\n ) => PagedAsyncIterableIterator<OrganizationResource>;\n}\n\nexport function getOrganizations(context: PostgresContext, subscriptionId: string) {\n return {\n get: (\n resourceGroupName: string,\n organizationName: string,\n options?: OrganizationsGetOptionalParams,\n ) => organizationsGet(context, subscriptionId, resourceGroupName, organizationName, options),\n createOrUpdate: (\n resourceGroupName: string,\n organizationName: string,\n resource: OrganizationResource,\n options?: OrganizationsCreateOrUpdateOptionalParams,\n ) =>\n organizationsCreateOrUpdate(\n context,\n subscriptionId,\n resourceGroupName,\n organizationName,\n resource,\n options,\n ),\n update: (\n resourceGroupName: string,\n organizationName: string,\n properties: OrganizationResource,\n options?: OrganizationsUpdateOptionalParams,\n ) =>\n organizationsUpdate(\n context,\n subscriptionId,\n resourceGroupName,\n organizationName,\n properties,\n options,\n ),\n delete: (\n resourceGroupName: string,\n organizationName: string,\n options?: OrganizationsDeleteOptionalParams,\n ) => organizationsDelete(context, subscriptionId, resourceGroupName, organizationName, options),\n listByResourceGroup: (\n resourceGroupName: string,\n options?: OrganizationsListByResourceGroupOptionalParams,\n ) => organizationsListByResourceGroup(context, subscriptionId, resourceGroupName, options),\n listBySubscription: (options?: OrganizationsListBySubscriptionOptionalParams) =>\n organizationsListBySubscription(context, subscriptionId, options),\n };\n}\n\nexport function getOrganizationsOperations(\n context: PostgresContext,\n subscriptionId: string,\n): OrganizationsOperations {\n return {\n ...getOrganizations(context, subscriptionId),\n };\n}\n"]}
@@ -0,0 +1,3 @@
1
+ export declare function serializeRecord<T extends string | number | boolean | Date | null, R>(item: Record<string, T>): Record<string, R>;
2
+ export declare function serializeRecord<T, R>(item: Record<string, T>, serializer: (item: T) => R): Record<string, R>;
3
+ //# sourceMappingURL=serializerHelpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serializerHelpers.d.ts","sourceRoot":"","sources":["../../../src/helpers/serializerHelpers.ts"],"names":[],"mappings":"AAGA,wBAAgB,eAAe,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,GAAG,IAAI,EAAE,CAAC,EAClF,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC,GACtB,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;AACrB,wBAAgB,eAAe,CAAC,CAAC,EAAE,CAAC,EAClC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC,EACvB,UAAU,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,CAAC,GACzB,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC"}
@@ -0,0 +1,24 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export function serializeRecord(item, serializer) {
4
+ return Object.keys(item).reduce((acc, key) => {
5
+ if (isSupportedRecordType(item[key])) {
6
+ acc[key] = item[key];
7
+ }
8
+ else if (serializer) {
9
+ const value = item[key];
10
+ if (value !== undefined) {
11
+ acc[key] = serializer(value);
12
+ }
13
+ }
14
+ else {
15
+ console.warn(`Don't know how to serialize ${item[key]}`);
16
+ acc[key] = item[key];
17
+ }
18
+ return acc;
19
+ }, {});
20
+ }
21
+ function isSupportedRecordType(t) {
22
+ return ["number", "string", "boolean", "null"].includes(typeof t) || t instanceof Date;
23
+ }
24
+ //# sourceMappingURL=serializerHelpers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serializerHelpers.js","sourceRoot":"","sources":["../../../src/helpers/serializerHelpers.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AASlC,MAAM,UAAU,eAAe,CAC7B,IAAuB,EACvB,UAA2B;IAE3B,OAAO,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,MAAM,CAC7B,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE;QACX,IAAI,qBAAqB,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;YACrC,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,GAAG,CAAQ,CAAC;QAC9B,CAAC;aAAM,IAAI,UAAU,EAAE,CAAC;YACtB,MAAM,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC;YACxB,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;gBACxB,GAAG,CAAC,GAAG,CAAC,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;YAC/B,CAAC;QACH,CAAC;aAAM,CAAC;YACN,OAAO,CAAC,IAAI,CAAC,+BAA+B,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;YACzD,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,GAAG,CAAQ,CAAC;QAC9B,CAAC;QACD,OAAO,GAAG,CAAC;IACb,CAAC,EACD,EAAuB,CACxB,CAAC;AACJ,CAAC;AAED,SAAS,qBAAqB,CAAC,CAAM;IACnC,OAAO,CAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,YAAY,IAAI,CAAC;AACzF,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport function serializeRecord<T extends string | number | boolean | Date | null, R>(\n item: Record<string, T>,\n): Record<string, R>;\nexport function serializeRecord<T, R>(\n item: Record<string, T>,\n serializer: (item: T) => R,\n): Record<string, R>;\nexport function serializeRecord<T, R>(\n item: Record<string, T>,\n serializer?: (item: T) => R,\n): Record<string, R> {\n return Object.keys(item).reduce(\n (acc, key) => {\n if (isSupportedRecordType(item[key])) {\n acc[key] = item[key] as any;\n } else if (serializer) {\n const value = item[key];\n if (value !== undefined) {\n acc[key] = serializer(value);\n }\n } else {\n console.warn(`Don't know how to serialize ${item[key]}`);\n acc[key] = item[key] as any;\n }\n return acc;\n },\n {} as Record<string, R>,\n );\n}\n\nfunction isSupportedRecordType(t: any) {\n return [\"number\", \"string\", \"boolean\", \"null\"].includes(typeof t) || t instanceof Date;\n}\n"]}
@@ -0,0 +1,8 @@
1
+ import { PageSettings, ContinuablePage, PagedAsyncIterableIterator } from "./static-helpers/pagingHelpers.js";
2
+ export { PostgresClient } from "./postgresClient.js";
3
+ export { restorePoller, RestorePollerOptions } from "./restorePollerHelpers.js";
4
+ export { OrganizationResource, OrganizationProperties, MarketplaceDetails, KnownMarketplaceSubscriptionStatus, MarketplaceSubscriptionStatus, OfferDetails, UserDetails, CompanyDetails, KnownResourceProvisioningState, ResourceProvisioningState, PartnerOrganizationProperties, SingleSignOnProperties, KnownSingleSignOnStates, SingleSignOnStates, TrackedResource, Resource, SystemData, KnownCreatedByType, CreatedByType, Operation, OperationDisplay, KnownOrigin, Origin, KnownActionType, ActionType, KnownVersions, } from "./models/index.js";
5
+ export { OperationsListOptionalParams, OrganizationsGetOptionalParams, OrganizationsCreateOrUpdateOptionalParams, OrganizationsUpdateOptionalParams, OrganizationsDeleteOptionalParams, OrganizationsListByResourceGroupOptionalParams, OrganizationsListBySubscriptionOptionalParams, PostgresClientOptionalParams, } from "./api/index.js";
6
+ export { OperationsOperations, OrganizationsOperations } from "./classic/index.js";
7
+ export { PageSettings, ContinuablePage, PagedAsyncIterableIterator };
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,YAAY,EACZ,eAAe,EACf,0BAA0B,EAC3B,MAAM,mCAAmC,CAAC;AAE3C,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAChF,OAAO,EACL,oBAAoB,EACpB,sBAAsB,EACtB,kBAAkB,EAClB,kCAAkC,EAClC,6BAA6B,EAC7B,YAAY,EACZ,WAAW,EACX,cAAc,EACd,8BAA8B,EAC9B,yBAAyB,EACzB,6BAA6B,EAC7B,sBAAsB,EACtB,uBAAuB,EACvB,kBAAkB,EAClB,eAAe,EACf,QAAQ,EACR,UAAU,EACV,kBAAkB,EAClB,aAAa,EACb,SAAS,EACT,gBAAgB,EAChB,WAAW,EACX,MAAM,EACN,eAAe,EACf,UAAU,EACV,aAAa,GACd,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,4BAA4B,EAC5B,8BAA8B,EAC9B,yCAAyC,EACzC,iCAAiC,EACjC,iCAAiC,EACjC,8CAA8C,EAC9C,6CAA6C,EAC7C,4BAA4B,GAC7B,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,oBAAoB,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AACnF,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,0BAA0B,EAAE,CAAC"}
@@ -0,0 +1,6 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export { PostgresClient } from "./postgresClient.js";
4
+ export { restorePoller } from "./restorePollerHelpers.js";
5
+ export { KnownMarketplaceSubscriptionStatus, KnownResourceProvisioningState, KnownSingleSignOnStates, KnownCreatedByType, KnownOrigin, KnownActionType, KnownVersions, } from "./models/index.js";
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAQlC,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAwB,MAAM,2BAA2B,CAAC;AAChF,OAAO,EAIL,kCAAkC,EAKlC,8BAA8B,EAI9B,uBAAuB,EAKvB,kBAAkB,EAIlB,WAAW,EAEX,eAAe,EAEf,aAAa,GACd,MAAM,mBAAmB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n PageSettings,\n ContinuablePage,\n PagedAsyncIterableIterator,\n} from \"./static-helpers/pagingHelpers.js\";\n\nexport { PostgresClient } from \"./postgresClient.js\";\nexport { restorePoller, RestorePollerOptions } from \"./restorePollerHelpers.js\";\nexport {\n OrganizationResource,\n OrganizationProperties,\n MarketplaceDetails,\n KnownMarketplaceSubscriptionStatus,\n MarketplaceSubscriptionStatus,\n OfferDetails,\n UserDetails,\n CompanyDetails,\n KnownResourceProvisioningState,\n ResourceProvisioningState,\n PartnerOrganizationProperties,\n SingleSignOnProperties,\n KnownSingleSignOnStates,\n SingleSignOnStates,\n TrackedResource,\n Resource,\n SystemData,\n KnownCreatedByType,\n CreatedByType,\n Operation,\n OperationDisplay,\n KnownOrigin,\n Origin,\n KnownActionType,\n ActionType,\n KnownVersions,\n} from \"./models/index.js\";\nexport {\n OperationsListOptionalParams,\n OrganizationsGetOptionalParams,\n OrganizationsCreateOrUpdateOptionalParams,\n OrganizationsUpdateOptionalParams,\n OrganizationsDeleteOptionalParams,\n OrganizationsListByResourceGroupOptionalParams,\n OrganizationsListBySubscriptionOptionalParams,\n PostgresClientOptionalParams,\n} from \"./api/index.js\";\nexport { OperationsOperations, OrganizationsOperations } from \"./classic/index.js\";\nexport { PageSettings, ContinuablePage, PagedAsyncIterableIterator };\n"]}
@@ -0,0 +1,2 @@
1
+ export declare const logger: import("@azure/logger").AzureLogger;
2
+ //# sourceMappingURL=logger.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../src/logger.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM,qCAAyC,CAAC"}
@@ -0,0 +1,5 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import { createClientLogger } from "@azure/logger";
4
+ export const logger = createClientLogger("arm-neonpostgres");
5
+ //# sourceMappingURL=logger.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logger.js","sourceRoot":"","sources":["../../src/logger.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACnD,MAAM,CAAC,MAAM,MAAM,GAAG,kBAAkB,CAAC,kBAAkB,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createClientLogger } from \"@azure/logger\";\nexport const logger = createClientLogger(\"arm-neonpostgres\");\n"]}
@@ -0,0 +1,2 @@
1
+ export { OrganizationResource, OrganizationProperties, MarketplaceDetails, KnownMarketplaceSubscriptionStatus, MarketplaceSubscriptionStatus, OfferDetails, UserDetails, CompanyDetails, KnownResourceProvisioningState, ResourceProvisioningState, PartnerOrganizationProperties, SingleSignOnProperties, KnownSingleSignOnStates, SingleSignOnStates, TrackedResource, Resource, SystemData, KnownCreatedByType, CreatedByType, Operation, OperationDisplay, KnownOrigin, Origin, KnownActionType, ActionType, KnownVersions, } from "./models.js";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,oBAAoB,EACpB,sBAAsB,EACtB,kBAAkB,EAClB,kCAAkC,EAClC,6BAA6B,EAC7B,YAAY,EACZ,WAAW,EACX,cAAc,EACd,8BAA8B,EAC9B,yBAAyB,EACzB,6BAA6B,EAC7B,sBAAsB,EACtB,uBAAuB,EACvB,kBAAkB,EAClB,eAAe,EACf,QAAQ,EACR,UAAU,EACV,kBAAkB,EAClB,aAAa,EACb,SAAS,EACT,gBAAgB,EAChB,WAAW,EACX,MAAM,EACN,eAAe,EACf,UAAU,EACV,aAAa,GACd,MAAM,aAAa,CAAC"}
@@ -0,0 +1,4 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export { KnownMarketplaceSubscriptionStatus, KnownResourceProvisioningState, KnownSingleSignOnStates, KnownCreatedByType, KnownOrigin, KnownActionType, KnownVersions, } from "./models.js";
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAIL,kCAAkC,EAKlC,8BAA8B,EAI9B,uBAAuB,EAKvB,kBAAkB,EAIlB,WAAW,EAEX,eAAe,EAEf,aAAa,GACd,MAAM,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n OrganizationResource,\n OrganizationProperties,\n MarketplaceDetails,\n KnownMarketplaceSubscriptionStatus,\n MarketplaceSubscriptionStatus,\n OfferDetails,\n UserDetails,\n CompanyDetails,\n KnownResourceProvisioningState,\n ResourceProvisioningState,\n PartnerOrganizationProperties,\n SingleSignOnProperties,\n KnownSingleSignOnStates,\n SingleSignOnStates,\n TrackedResource,\n Resource,\n SystemData,\n KnownCreatedByType,\n CreatedByType,\n Operation,\n OperationDisplay,\n KnownOrigin,\n Origin,\n KnownActionType,\n ActionType,\n KnownVersions,\n} from \"./models.js\";\n"]}
@@ -0,0 +1,309 @@
1
+ /** Organization Resource by Neon */
2
+ export interface OrganizationResource extends TrackedResource {
3
+ /** The resource-specific properties for this resource. */
4
+ properties?: OrganizationProperties;
5
+ }
6
+ export declare function organizationResourceSerializer(item: OrganizationResource): any;
7
+ export declare function organizationResourceDeserializer(item: any): OrganizationResource;
8
+ /** Properties specific to Data Organization resource */
9
+ export interface OrganizationProperties {
10
+ /** Marketplace details of the resource. */
11
+ marketplaceDetails: MarketplaceDetails;
12
+ /** Details of the user. */
13
+ userDetails: UserDetails;
14
+ /** Details of the company. */
15
+ companyDetails: CompanyDetails;
16
+ /** Provisioning state of the resource. */
17
+ readonly provisioningState?: ResourceProvisioningState;
18
+ /** Organization properties */
19
+ partnerOrganizationProperties?: PartnerOrganizationProperties;
20
+ }
21
+ export declare function organizationPropertiesSerializer(item: OrganizationProperties): any;
22
+ export declare function organizationPropertiesDeserializer(item: any): OrganizationProperties;
23
+ /** Marketplace details for an organization */
24
+ export interface MarketplaceDetails {
25
+ /** SaaS subscription id for the the marketplace offer */
26
+ subscriptionId?: string;
27
+ /** Marketplace subscription status */
28
+ subscriptionStatus?: MarketplaceSubscriptionStatus;
29
+ /** Offer details for the marketplace that is selected by the user */
30
+ offerDetails: OfferDetails;
31
+ }
32
+ export declare function marketplaceDetailsSerializer(item: MarketplaceDetails): any;
33
+ export declare function marketplaceDetailsDeserializer(item: any): MarketplaceDetails;
34
+ /** Marketplace subscription status of a resource. */
35
+ export declare enum KnownMarketplaceSubscriptionStatus {
36
+ /** Purchased but not yet activated */
37
+ PendingFulfillmentStart = "PendingFulfillmentStart",
38
+ /** Marketplace subscription is activated */
39
+ Subscribed = "Subscribed",
40
+ /** This state indicates that a customer's payment for the Marketplace service was not received */
41
+ Suspended = "Suspended",
42
+ /** Customer has cancelled the subscription */
43
+ Unsubscribed = "Unsubscribed"
44
+ }
45
+ /**
46
+ * Marketplace subscription status of a resource. \
47
+ * {@link KnownMarketplaceSubscriptionStatus} can be used interchangeably with MarketplaceSubscriptionStatus,
48
+ * this enum contains the known values that the service supports.
49
+ * ### Known values supported by the service
50
+ * **PendingFulfillmentStart**: Purchased but not yet activated \
51
+ * **Subscribed**: Marketplace subscription is activated \
52
+ * **Suspended**: This state indicates that a customer's payment for the Marketplace service was not received \
53
+ * **Unsubscribed**: Customer has cancelled the subscription
54
+ */
55
+ export type MarketplaceSubscriptionStatus = string;
56
+ /** Offer details for the marketplace that is selected by the user */
57
+ export interface OfferDetails {
58
+ /** Publisher Id for the marketplace offer */
59
+ publisherId: string;
60
+ /** Offer Id for the marketplace offer */
61
+ offerId: string;
62
+ /** Plan Id for the marketplace offer */
63
+ planId: string;
64
+ /** Plan Name for the marketplace offer */
65
+ planName?: string;
66
+ /** Term Name for the marketplace offer */
67
+ termUnit?: string;
68
+ /** Term Id for the marketplace offer */
69
+ termId?: string;
70
+ }
71
+ export declare function offerDetailsSerializer(item: OfferDetails): any;
72
+ export declare function offerDetailsDeserializer(item: any): OfferDetails;
73
+ /** User details for an organization */
74
+ export interface UserDetails {
75
+ /** First name of the user */
76
+ firstName?: string;
77
+ /** Last name of the user */
78
+ lastName?: string;
79
+ /** Email address of the user */
80
+ emailAddress?: string;
81
+ /** User's principal name */
82
+ upn?: string;
83
+ /** User's phone number */
84
+ phoneNumber?: string;
85
+ }
86
+ export declare function userDetailsSerializer(item: UserDetails): any;
87
+ export declare function userDetailsDeserializer(item: any): UserDetails;
88
+ /** Company details for an organization */
89
+ export interface CompanyDetails {
90
+ /** Company name */
91
+ companyName?: string;
92
+ /** Country name of the company */
93
+ country?: string;
94
+ /** Office address of the company */
95
+ officeAddress?: string;
96
+ /** Business phone number of the company */
97
+ businessPhone?: string;
98
+ /** Domain of the user */
99
+ domain?: string;
100
+ /** Number of employees in the company */
101
+ numberOfEmployees?: number;
102
+ }
103
+ export declare function companyDetailsSerializer(item: CompanyDetails): any;
104
+ export declare function companyDetailsDeserializer(item: any): CompanyDetails;
105
+ /** The provisioning state of a resource type. */
106
+ export declare enum KnownResourceProvisioningState {
107
+ /** Resource has been created. */
108
+ Succeeded = "Succeeded",
109
+ /** Resource creation failed. */
110
+ Failed = "Failed",
111
+ /** Resource creation was canceled. */
112
+ Canceled = "Canceled"
113
+ }
114
+ /**
115
+ * The provisioning state of a resource type. \
116
+ * {@link KnownResourceProvisioningState} can be used interchangeably with ResourceProvisioningState,
117
+ * this enum contains the known values that the service supports.
118
+ * ### Known values supported by the service
119
+ * **Succeeded**: Resource has been created. \
120
+ * **Failed**: Resource creation failed. \
121
+ * **Canceled**: Resource creation was canceled.
122
+ */
123
+ export type ResourceProvisioningState = string;
124
+ /** Properties specific to Partner's organization */
125
+ export interface PartnerOrganizationProperties {
126
+ /** Organization Id in partner's system */
127
+ organizationId?: string;
128
+ /** Organization name in partner's system */
129
+ organizationName: string;
130
+ /** Single Sign On properties for the organization */
131
+ singleSignOnProperties?: SingleSignOnProperties;
132
+ }
133
+ export declare function partnerOrganizationPropertiesSerializer(item: PartnerOrganizationProperties): any;
134
+ export declare function partnerOrganizationPropertiesDeserializer(item: any): PartnerOrganizationProperties;
135
+ /** Properties specific to Single Sign On Resource */
136
+ export interface SingleSignOnProperties {
137
+ /** State of the Single Sign On for the organization */
138
+ singleSignOnState?: SingleSignOnStates;
139
+ /** AAD enterprise application Id used to setup SSO */
140
+ enterpriseAppId?: string;
141
+ /** URL for SSO to be used by the partner to redirect the user to their system */
142
+ singleSignOnUrl?: string;
143
+ /** List of AAD domains fetched from Microsoft Graph for user. */
144
+ aadDomains?: string[];
145
+ }
146
+ export declare function singleSignOnPropertiesSerializer(item: SingleSignOnProperties): any;
147
+ export declare function singleSignOnPropertiesDeserializer(item: any): SingleSignOnProperties;
148
+ /** Various states of the SSO resource */
149
+ export declare enum KnownSingleSignOnStates {
150
+ /** Initial state of the SSO resource */
151
+ Initial = "Initial",
152
+ /** SSO is enabled for the organization */
153
+ Enable = "Enable",
154
+ /** SSO is disabled for the organization */
155
+ Disable = "Disable"
156
+ }
157
+ /**
158
+ * Various states of the SSO resource \
159
+ * {@link KnownSingleSignOnStates} can be used interchangeably with SingleSignOnStates,
160
+ * this enum contains the known values that the service supports.
161
+ * ### Known values supported by the service
162
+ * **Initial**: Initial state of the SSO resource \
163
+ * **Enable**: SSO is enabled for the organization \
164
+ * **Disable**: SSO is disabled for the organization
165
+ */
166
+ export type SingleSignOnStates = string;
167
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
168
+ export interface TrackedResource extends Resource {
169
+ /** Resource tags. */
170
+ tags?: Record<string, string>;
171
+ /** The geo-location where the resource lives */
172
+ location: string;
173
+ }
174
+ export declare function trackedResourceSerializer(item: TrackedResource): any;
175
+ export declare function trackedResourceDeserializer(item: any): TrackedResource;
176
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
177
+ export interface Resource {
178
+ /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
179
+ readonly id?: string;
180
+ /** The name of the resource */
181
+ readonly name?: string;
182
+ /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
183
+ readonly type?: string;
184
+ /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
185
+ readonly systemData?: SystemData;
186
+ }
187
+ export declare function resourceSerializer(item: Resource): any;
188
+ export declare function resourceDeserializer(item: any): Resource;
189
+ /** Metadata pertaining to creation and last modification of the resource. */
190
+ export interface SystemData {
191
+ /** The identity that created the resource. */
192
+ createdBy?: string;
193
+ /** The type of identity that created the resource. */
194
+ createdByType?: CreatedByType;
195
+ /** The timestamp of resource creation (UTC). */
196
+ createdAt?: Date;
197
+ /** The identity that last modified the resource. */
198
+ lastModifiedBy?: string;
199
+ /** The type of identity that last modified the resource. */
200
+ lastModifiedByType?: CreatedByType;
201
+ /** The timestamp of resource last modification (UTC) */
202
+ lastModifiedAt?: Date;
203
+ }
204
+ export declare function systemDataDeserializer(item: any): SystemData;
205
+ /** The kind of entity that created the resource. */
206
+ export declare enum KnownCreatedByType {
207
+ /** The entity was created by a user. */
208
+ User = "User",
209
+ /** The entity was created by an application. */
210
+ Application = "Application",
211
+ /** The entity was created by a managed identity. */
212
+ ManagedIdentity = "ManagedIdentity",
213
+ /** The entity was created by a key. */
214
+ Key = "Key"
215
+ }
216
+ /**
217
+ * The kind of entity that created the resource. \
218
+ * {@link KnowncreatedByType} can be used interchangeably with createdByType,
219
+ * this enum contains the known values that the service supports.
220
+ * ### Known values supported by the service
221
+ * **User**: The entity was created by a user. \
222
+ * **Application**: The entity was created by an application. \
223
+ * **ManagedIdentity**: The entity was created by a managed identity. \
224
+ * **Key**: The entity was created by a key.
225
+ */
226
+ export type CreatedByType = string;
227
+ /** The response of a OrganizationResource list operation. */
228
+ export interface _OrganizationResourceListResult {
229
+ /** The OrganizationResource items on this page */
230
+ value: OrganizationResource[];
231
+ /** The link to the next page of items */
232
+ nextLink?: string;
233
+ }
234
+ export declare function _organizationResourceListResultDeserializer(item: any): _OrganizationResourceListResult;
235
+ export declare function organizationResourceArraySerializer(result: Array<OrganizationResource>): any[];
236
+ export declare function organizationResourceArrayDeserializer(result: Array<OrganizationResource>): any[];
237
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
238
+ export interface _OperationListResult {
239
+ /** The Operation items on this page */
240
+ value: Operation[];
241
+ /** The link to the next page of items */
242
+ nextLink?: string;
243
+ }
244
+ export declare function _operationListResultDeserializer(item: any): _OperationListResult;
245
+ export declare function operationArrayDeserializer(result: Array<Operation>): any[];
246
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
247
+ export interface Operation {
248
+ /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
249
+ readonly name?: string;
250
+ /** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
251
+ readonly isDataAction?: boolean;
252
+ /** Localized display information for this particular operation. */
253
+ readonly display?: OperationDisplay;
254
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
255
+ readonly origin?: Origin;
256
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
257
+ actionType?: ActionType;
258
+ }
259
+ export declare function operationDeserializer(item: any): Operation;
260
+ /** Localized display information for and operation. */
261
+ export interface OperationDisplay {
262
+ /** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
263
+ readonly provider?: string;
264
+ /** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
265
+ readonly resource?: string;
266
+ /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
267
+ readonly operation?: string;
268
+ /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
269
+ readonly description?: string;
270
+ }
271
+ export declare function operationDisplayDeserializer(item: any): OperationDisplay;
272
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
273
+ export declare enum KnownOrigin {
274
+ /** Indicates the operation is initiated by a user. */
275
+ User = "user",
276
+ /** Indicates the operation is initiated by a system. */
277
+ System = "system",
278
+ /** Indicates the operation is initiated by a user or system. */
279
+ UserSystem = "user,system"
280
+ }
281
+ /**
282
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
283
+ * {@link KnownOrigin} can be used interchangeably with Origin,
284
+ * this enum contains the known values that the service supports.
285
+ * ### Known values supported by the service
286
+ * **user**: Indicates the operation is initiated by a user. \
287
+ * **system**: Indicates the operation is initiated by a system. \
288
+ * **user,system**: Indicates the operation is initiated by a user or system.
289
+ */
290
+ export type Origin = string;
291
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
292
+ export declare enum KnownActionType {
293
+ /** Actions are for internal-only APIs. */
294
+ Internal = "Internal"
295
+ }
296
+ /**
297
+ * Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
298
+ * {@link KnownActionType} can be used interchangeably with ActionType,
299
+ * this enum contains the known values that the service supports.
300
+ * ### Known values supported by the service
301
+ * **Internal**: Actions are for internal-only APIs.
302
+ */
303
+ export type ActionType = string;
304
+ /** Supported API versions for the Neon.Postgres resource provider. */
305
+ export declare enum KnownVersions {
306
+ /** Dependent on Azure.ResourceManager.Versions.v1_0_Preview_1, LiftrBase.Versions.v1_preview, LiftrBase.Data.Versions.v1_preview */
307
+ V1_Preview = "2024-08-01-preview"
308
+ }
309
+ //# sourceMappingURL=models.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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"}