@azure/arm-maps 3.1.2-alpha.20260309.1 → 4.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 (698) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +11 -12
  3. package/dist/browser/api/accounts/index.d.ts +3 -0
  4. package/dist/browser/api/accounts/index.js +4 -0
  5. package/dist/browser/api/accounts/index.js.map +1 -0
  6. package/dist/browser/api/accounts/operations.d.ts +53 -0
  7. package/dist/browser/api/accounts/operations.js +278 -0
  8. package/dist/browser/api/accounts/operations.js.map +1 -0
  9. package/dist/browser/api/accounts/options.d.ts +29 -0
  10. package/dist/browser/api/accounts/options.js +4 -0
  11. package/dist/browser/api/accounts/options.js.map +1 -0
  12. package/dist/browser/api/azureMapsManagementContext.d.ts +22 -0
  13. package/dist/browser/api/azureMapsManagementContext.js +24 -0
  14. package/dist/browser/api/azureMapsManagementContext.js.map +1 -0
  15. package/dist/browser/api/creators/index.d.ts +3 -0
  16. package/dist/browser/api/creators/index.js +4 -0
  17. package/dist/browser/api/creators/index.js.map +1 -0
  18. package/dist/browser/api/creators/operations.d.ts +31 -0
  19. package/dist/browser/api/creators/operations.js +160 -0
  20. package/dist/browser/api/creators/operations.js.map +1 -0
  21. package/dist/browser/api/creators/options.d.ts +17 -0
  22. package/dist/browser/api/creators/options.js +4 -0
  23. package/dist/browser/api/creators/options.js.map +1 -0
  24. package/dist/browser/api/index.d.ts +3 -0
  25. package/dist/browser/api/index.js +4 -0
  26. package/dist/browser/api/index.js.map +1 -0
  27. package/dist/browser/api/maps/index.d.ts +3 -0
  28. package/dist/browser/api/maps/index.js +4 -0
  29. package/dist/browser/api/maps/index.js.map +1 -0
  30. package/dist/browser/api/maps/operations.d.ts +10 -0
  31. package/dist/browser/api/maps/operations.js +35 -0
  32. package/dist/browser/api/maps/operations.js.map +1 -0
  33. package/dist/browser/api/maps/options.d.ts +5 -0
  34. package/dist/browser/api/maps/options.js +4 -0
  35. package/dist/browser/api/maps/options.js.map +1 -0
  36. package/dist/browser/api/operationResult/index.d.ts +3 -0
  37. package/dist/browser/api/operationResult/index.js +4 -0
  38. package/dist/browser/api/operationResult/index.js.map +1 -0
  39. package/dist/browser/api/operationResult/operations.d.ts +9 -0
  40. package/dist/browser/api/operationResult/operations.js +37 -0
  41. package/dist/browser/api/operationResult/operations.js.map +1 -0
  42. package/dist/browser/api/operationResult/options.d.ts +7 -0
  43. package/dist/browser/api/operationResult/options.js +4 -0
  44. package/dist/browser/api/operationResult/options.js.map +1 -0
  45. package/dist/browser/api/operationStatus/index.d.ts +3 -0
  46. package/dist/browser/api/operationStatus/index.js +4 -0
  47. package/dist/browser/api/operationStatus/index.js.map +1 -0
  48. package/dist/browser/api/operationStatus/operations.d.ts +9 -0
  49. package/dist/browser/api/operationStatus/operations.js +34 -0
  50. package/dist/browser/api/operationStatus/operations.js.map +1 -0
  51. package/dist/browser/api/operationStatus/options.d.ts +5 -0
  52. package/dist/browser/api/operationStatus/options.js +4 -0
  53. package/dist/browser/api/operationStatus/options.js.map +1 -0
  54. package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
  55. package/dist/browser/api/privateEndpointConnections/index.js +4 -0
  56. package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
  57. package/dist/browser/api/privateEndpointConnections/operations.d.ts +28 -0
  58. package/dist/browser/api/privateEndpointConnections/operations.js +140 -0
  59. package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
  60. package/dist/browser/api/privateEndpointConnections/options.d.ts +18 -0
  61. package/dist/browser/api/privateEndpointConnections/options.js +4 -0
  62. package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
  63. package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
  64. package/dist/browser/api/privateLinkResources/index.js +4 -0
  65. package/dist/browser/api/privateLinkResources/index.js.map +1 -0
  66. package/dist/browser/api/privateLinkResources/operations.d.ts +14 -0
  67. package/dist/browser/api/privateLinkResources/operations.js +67 -0
  68. package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
  69. package/dist/browser/api/privateLinkResources/options.d.ts +8 -0
  70. package/dist/browser/api/privateLinkResources/options.js +4 -0
  71. package/dist/browser/api/privateLinkResources/options.js.map +1 -0
  72. package/dist/browser/azureMapsManagementClient.d.ts +31 -21
  73. package/dist/browser/azureMapsManagementClient.js +43 -102
  74. package/dist/browser/azureMapsManagementClient.js.map +1 -1
  75. package/dist/browser/classic/accounts/index.d.ts +38 -0
  76. package/dist/browser/classic/accounts/index.js +22 -0
  77. package/dist/browser/classic/accounts/index.js.map +1 -0
  78. package/dist/browser/classic/creators/index.d.ts +24 -0
  79. package/dist/browser/classic/creators/index.js +18 -0
  80. package/dist/browser/classic/creators/index.js.map +1 -0
  81. package/dist/browser/classic/index.d.ts +8 -0
  82. package/dist/browser/classic/index.js +4 -0
  83. package/dist/browser/classic/index.js.map +1 -0
  84. package/dist/browser/classic/maps/index.d.ts +11 -0
  85. package/dist/browser/classic/maps/index.js +14 -0
  86. package/dist/browser/classic/maps/index.js.map +1 -0
  87. package/dist/browser/classic/operationResult/index.d.ts +15 -0
  88. package/dist/browser/classic/operationResult/index.js +23 -0
  89. package/dist/browser/classic/operationResult/index.js.map +1 -0
  90. package/dist/browser/classic/operationStatus/index.d.ts +10 -0
  91. package/dist/browser/classic/operationStatus/index.js +14 -0
  92. package/dist/browser/classic/operationStatus/index.js.map +1 -0
  93. package/dist/browser/classic/privateEndpointConnections/index.d.ts +32 -0
  94. package/dist/browser/classic/privateEndpointConnections/index.js +34 -0
  95. package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
  96. package/dist/browser/classic/privateLinkResources/index.d.ts +13 -0
  97. package/dist/browser/classic/privateLinkResources/index.js +15 -0
  98. package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
  99. package/dist/browser/index.d.ts +20 -3
  100. package/dist/browser/index.js +6 -11
  101. package/dist/browser/index.js.map +1 -1
  102. package/dist/browser/logger.d.ts +2 -0
  103. package/dist/browser/logger.js +5 -0
  104. package/dist/browser/logger.js.map +1 -0
  105. package/dist/browser/models/index.d.ts +2 -697
  106. package/dist/browser/models/index.js +3 -85
  107. package/dist/browser/models/index.js.map +1 -1
  108. package/dist/browser/models/models.d.ts +741 -0
  109. package/dist/browser/models/models.js +827 -0
  110. package/dist/browser/models/models.js.map +1 -0
  111. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  112. package/dist/browser/restorePollerHelpers.js +97 -0
  113. package/dist/browser/restorePollerHelpers.js.map +1 -0
  114. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  115. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  116. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  117. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  118. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  119. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  120. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  121. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  122. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  123. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  124. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  125. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  126. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  127. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  128. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  129. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  130. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  131. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  132. package/dist/commonjs/api/accounts/index.d.ts +3 -0
  133. package/dist/commonjs/api/accounts/index.js +43 -0
  134. package/dist/commonjs/api/accounts/index.js.map +7 -0
  135. package/dist/commonjs/api/accounts/operations.d.ts +53 -0
  136. package/dist/commonjs/api/accounts/operations.js +405 -0
  137. package/dist/commonjs/api/accounts/operations.js.map +7 -0
  138. package/dist/commonjs/api/accounts/options.d.ts +29 -0
  139. package/dist/commonjs/{operationsInterfaces/maps.js → api/accounts/options.js} +2 -2
  140. package/dist/commonjs/api/accounts/options.js.map +7 -0
  141. package/dist/commonjs/api/azureMapsManagementContext.d.ts +22 -0
  142. package/dist/commonjs/api/azureMapsManagementContext.js +44 -0
  143. package/dist/commonjs/api/azureMapsManagementContext.js.map +7 -0
  144. package/dist/commonjs/api/creators/index.d.ts +3 -0
  145. package/dist/commonjs/api/creators/index.js +35 -0
  146. package/dist/commonjs/api/creators/index.js.map +7 -0
  147. package/dist/commonjs/api/creators/operations.d.ts +31 -0
  148. package/dist/commonjs/api/creators/operations.js +241 -0
  149. package/dist/commonjs/api/creators/operations.js.map +7 -0
  150. package/dist/commonjs/api/creators/options.d.ts +17 -0
  151. package/dist/commonjs/{operationsInterfaces/accounts.js → api/creators/options.js} +2 -2
  152. package/dist/commonjs/api/creators/options.js.map +7 -0
  153. package/dist/commonjs/api/index.d.ts +3 -0
  154. package/dist/commonjs/{operations → api}/index.js +11 -9
  155. package/dist/commonjs/api/index.js.map +7 -0
  156. package/dist/commonjs/api/maps/index.d.ts +3 -0
  157. package/dist/commonjs/api/maps/index.js +27 -0
  158. package/dist/commonjs/api/maps/index.js.map +7 -0
  159. package/dist/commonjs/api/maps/operations.d.ts +10 -0
  160. package/dist/commonjs/api/maps/operations.js +71 -0
  161. package/dist/commonjs/api/maps/operations.js.map +7 -0
  162. package/dist/commonjs/api/maps/options.d.ts +5 -0
  163. package/dist/commonjs/{operationsInterfaces/creators.js → api/maps/options.js} +2 -2
  164. package/dist/commonjs/api/maps/options.js.map +7 -0
  165. package/dist/commonjs/api/operationResult/index.d.ts +3 -0
  166. package/dist/commonjs/api/operationResult/index.js +27 -0
  167. package/dist/commonjs/api/operationResult/index.js.map +7 -0
  168. package/dist/commonjs/api/operationResult/operations.d.ts +9 -0
  169. package/dist/commonjs/api/operationResult/operations.js +67 -0
  170. package/dist/commonjs/api/operationResult/operations.js.map +7 -0
  171. package/dist/commonjs/api/operationResult/options.d.ts +7 -0
  172. package/dist/commonjs/api/operationResult/options.js +15 -0
  173. package/dist/commonjs/api/operationResult/options.js.map +7 -0
  174. package/dist/commonjs/api/operationStatus/index.d.ts +3 -0
  175. package/dist/commonjs/api/operationStatus/index.js +27 -0
  176. package/dist/commonjs/api/operationStatus/index.js.map +7 -0
  177. package/dist/commonjs/api/operationStatus/operations.d.ts +9 -0
  178. package/dist/commonjs/api/operationStatus/operations.js +64 -0
  179. package/dist/commonjs/api/operationStatus/operations.js.map +7 -0
  180. package/dist/commonjs/api/operationStatus/options.d.ts +5 -0
  181. package/dist/commonjs/api/operationStatus/options.js +15 -0
  182. package/dist/commonjs/api/operationStatus/options.js.map +7 -0
  183. package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
  184. package/dist/commonjs/{operationsInterfaces → api/privateEndpointConnections}/index.js +17 -9
  185. package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -0
  186. package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +28 -0
  187. package/dist/commonjs/api/privateEndpointConnections/operations.js +211 -0
  188. package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -0
  189. package/dist/commonjs/api/privateEndpointConnections/options.d.ts +18 -0
  190. package/dist/commonjs/api/privateEndpointConnections/options.js +15 -0
  191. package/dist/commonjs/api/privateEndpointConnections/options.js.map +7 -0
  192. package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
  193. package/dist/commonjs/api/privateLinkResources/index.js +29 -0
  194. package/dist/commonjs/api/privateLinkResources/index.js.map +7 -0
  195. package/dist/commonjs/api/privateLinkResources/operations.d.ts +14 -0
  196. package/dist/commonjs/api/privateLinkResources/operations.js +118 -0
  197. package/dist/commonjs/api/privateLinkResources/operations.js.map +7 -0
  198. package/dist/commonjs/api/privateLinkResources/options.d.ts +8 -0
  199. package/dist/commonjs/api/privateLinkResources/options.js +15 -0
  200. package/dist/commonjs/api/privateLinkResources/options.js.map +7 -0
  201. package/dist/commonjs/azureMapsManagementClient.d.ts +31 -21
  202. package/dist/commonjs/azureMapsManagementClient.js +39 -97
  203. package/dist/commonjs/azureMapsManagementClient.js.map +2 -2
  204. package/dist/commonjs/classic/accounts/index.d.ts +38 -0
  205. package/dist/commonjs/classic/accounts/index.js +45 -0
  206. package/dist/commonjs/classic/accounts/index.js.map +7 -0
  207. package/dist/commonjs/classic/creators/index.d.ts +24 -0
  208. package/dist/commonjs/classic/creators/index.js +55 -0
  209. package/dist/commonjs/classic/creators/index.js.map +7 -0
  210. package/dist/commonjs/classic/index.d.ts +8 -0
  211. package/dist/commonjs/classic/index.js +15 -0
  212. package/dist/commonjs/classic/index.js.map +7 -0
  213. package/dist/commonjs/classic/maps/index.d.ts +11 -0
  214. package/dist/commonjs/classic/maps/index.js +37 -0
  215. package/dist/commonjs/classic/maps/index.js.map +7 -0
  216. package/dist/commonjs/classic/operationResult/index.d.ts +15 -0
  217. package/dist/commonjs/classic/operationResult/index.js +46 -0
  218. package/dist/commonjs/classic/operationResult/index.js.map +7 -0
  219. package/dist/commonjs/classic/operationStatus/index.d.ts +10 -0
  220. package/dist/commonjs/classic/operationStatus/index.js +37 -0
  221. package/dist/commonjs/classic/operationStatus/index.js.map +7 -0
  222. package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +32 -0
  223. package/dist/commonjs/classic/privateEndpointConnections/index.js +90 -0
  224. package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -0
  225. package/dist/commonjs/classic/privateLinkResources/index.d.ts +13 -0
  226. package/dist/commonjs/classic/privateLinkResources/index.js +38 -0
  227. package/dist/commonjs/classic/privateLinkResources/index.js.map +7 -0
  228. package/dist/commonjs/index.d.ts +20 -3
  229. package/dist/commonjs/index.js +35 -8
  230. package/dist/commonjs/index.js.map +2 -2
  231. package/dist/commonjs/logger.d.ts +2 -0
  232. package/dist/commonjs/logger.js +28 -0
  233. package/dist/commonjs/logger.js.map +7 -0
  234. package/dist/commonjs/models/index.d.ts +2 -697
  235. package/dist/commonjs/models/index.js +22 -56
  236. package/dist/commonjs/models/index.js.map +3 -3
  237. package/dist/commonjs/models/models.d.ts +741 -0
  238. package/dist/commonjs/models/models.js +896 -0
  239. package/dist/commonjs/models/models.js.map +7 -0
  240. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  241. package/dist/commonjs/restorePollerHelpers.js +109 -0
  242. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  243. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  244. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +51 -0
  245. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  246. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  247. package/dist/commonjs/static-helpers/pagingHelpers.js +142 -0
  248. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  249. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  250. package/dist/commonjs/static-helpers/pollingHelpers.js +100 -0
  251. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  252. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  253. package/dist/commonjs/{pagingHelper.js → static-helpers/serialization/check-prop-undefined.js} +11 -20
  254. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  255. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  256. package/dist/commonjs/static-helpers/simplePollerHelpers.js +66 -0
  257. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  258. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  259. package/dist/commonjs/static-helpers/urlTemplate.js +196 -0
  260. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  261. package/dist/commonjs/tsdoc-metadata.json +1 -1
  262. package/dist/esm/api/accounts/index.d.ts +3 -0
  263. package/dist/esm/api/accounts/index.js +22 -0
  264. package/dist/esm/api/accounts/index.js.map +7 -0
  265. package/dist/esm/api/accounts/operations.d.ts +53 -0
  266. package/dist/esm/api/accounts/operations.js +366 -0
  267. package/dist/esm/api/accounts/operations.js.map +7 -0
  268. package/dist/esm/api/accounts/options.d.ts +29 -0
  269. package/dist/esm/api/azureMapsManagementContext.d.ts +22 -0
  270. package/dist/esm/api/azureMapsManagementContext.js +21 -0
  271. package/dist/esm/api/azureMapsManagementContext.js.map +7 -0
  272. package/dist/esm/api/creators/index.d.ts +3 -0
  273. package/dist/esm/api/creators/index.js +8 -0
  274. package/dist/esm/api/creators/index.js.map +7 -0
  275. package/dist/esm/api/creators/operations.d.ts +31 -0
  276. package/dist/esm/api/creators/operations.js +210 -0
  277. package/dist/esm/api/creators/operations.js.map +7 -0
  278. package/dist/esm/api/creators/options.d.ts +17 -0
  279. package/dist/esm/api/index.d.ts +3 -0
  280. package/dist/esm/api/index.js +4 -0
  281. package/dist/esm/api/index.js.map +7 -0
  282. package/dist/esm/api/maps/index.d.ts +3 -0
  283. package/dist/esm/api/maps/index.js +4 -0
  284. package/dist/esm/api/maps/index.js.map +7 -0
  285. package/dist/esm/api/maps/operations.d.ts +10 -0
  286. package/dist/esm/api/maps/operations.js +49 -0
  287. package/dist/esm/api/maps/operations.js.map +7 -0
  288. package/dist/esm/api/maps/options.d.ts +5 -0
  289. package/dist/esm/api/operationResult/index.d.ts +3 -0
  290. package/dist/esm/api/operationResult/index.js +4 -0
  291. package/dist/esm/api/operationResult/index.js.map +7 -0
  292. package/dist/esm/api/operationResult/operations.d.ts +9 -0
  293. package/dist/esm/api/operationResult/operations.js +42 -0
  294. package/dist/esm/api/operationResult/operations.js.map +7 -0
  295. package/dist/esm/api/operationResult/options.d.ts +7 -0
  296. package/dist/esm/api/operationResult/options.js +0 -0
  297. package/dist/esm/api/operationResult/options.js.map +7 -0
  298. package/dist/esm/api/operationStatus/index.d.ts +3 -0
  299. package/dist/esm/api/operationStatus/index.js +4 -0
  300. package/dist/esm/api/operationStatus/index.js.map +7 -0
  301. package/dist/esm/api/operationStatus/operations.d.ts +9 -0
  302. package/dist/esm/api/operationStatus/operations.js +42 -0
  303. package/dist/esm/api/operationStatus/operations.js.map +7 -0
  304. package/dist/esm/api/operationStatus/options.d.ts +5 -0
  305. package/dist/esm/api/operationStatus/options.js +0 -0
  306. package/dist/esm/api/operationStatus/options.js.map +7 -0
  307. package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
  308. package/dist/esm/api/privateEndpointConnections/index.js +7 -0
  309. package/dist/esm/api/privateEndpointConnections/index.js.map +7 -0
  310. package/dist/esm/api/privateEndpointConnections/operations.d.ts +28 -0
  311. package/dist/esm/api/privateEndpointConnections/operations.js +182 -0
  312. package/dist/esm/api/privateEndpointConnections/operations.js.map +7 -0
  313. package/dist/esm/api/privateEndpointConnections/options.d.ts +18 -0
  314. package/dist/esm/api/privateEndpointConnections/options.js +0 -0
  315. package/dist/esm/api/privateEndpointConnections/options.js.map +7 -0
  316. package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
  317. package/dist/esm/api/privateLinkResources/index.js +5 -0
  318. package/dist/esm/api/privateLinkResources/index.js.map +7 -0
  319. package/dist/esm/api/privateLinkResources/operations.d.ts +14 -0
  320. package/dist/esm/api/privateLinkResources/operations.js +94 -0
  321. package/dist/esm/api/privateLinkResources/operations.js.map +7 -0
  322. package/dist/esm/api/privateLinkResources/options.d.ts +8 -0
  323. package/dist/esm/api/privateLinkResources/options.js +0 -0
  324. package/dist/esm/api/privateLinkResources/options.js.map +7 -0
  325. package/dist/esm/azureMapsManagementClient.d.ts +31 -21
  326. package/dist/esm/azureMapsManagementClient.js +39 -87
  327. package/dist/esm/azureMapsManagementClient.js.map +2 -2
  328. package/dist/esm/classic/accounts/index.d.ts +38 -0
  329. package/dist/esm/classic/accounts/index.js +32 -0
  330. package/dist/esm/classic/accounts/index.js.map +7 -0
  331. package/dist/esm/classic/creators/index.d.ts +24 -0
  332. package/dist/esm/classic/creators/index.js +38 -0
  333. package/dist/esm/classic/creators/index.js.map +7 -0
  334. package/dist/esm/classic/index.d.ts +8 -0
  335. package/dist/esm/classic/index.js +0 -0
  336. package/dist/esm/classic/index.js.map +7 -0
  337. package/dist/esm/classic/maps/index.d.ts +11 -0
  338. package/dist/esm/classic/maps/index.js +14 -0
  339. package/dist/esm/classic/maps/index.js.map +7 -0
  340. package/dist/esm/classic/operationResult/index.d.ts +15 -0
  341. package/dist/esm/classic/operationResult/index.js +23 -0
  342. package/dist/esm/classic/operationResult/index.js.map +7 -0
  343. package/dist/esm/classic/operationStatus/index.d.ts +10 -0
  344. package/dist/esm/classic/operationStatus/index.js +14 -0
  345. package/dist/esm/classic/operationStatus/index.js.map +7 -0
  346. package/dist/esm/classic/privateEndpointConnections/index.d.ts +32 -0
  347. package/dist/esm/classic/privateEndpointConnections/index.js +72 -0
  348. package/dist/esm/classic/privateEndpointConnections/index.js.map +7 -0
  349. package/dist/esm/classic/privateLinkResources/index.d.ts +13 -0
  350. package/dist/esm/classic/privateLinkResources/index.js +15 -0
  351. package/dist/esm/classic/privateLinkResources/index.js.map +7 -0
  352. package/dist/esm/index.d.ts +20 -3
  353. package/dist/esm/index.js +34 -4
  354. package/dist/esm/index.js.map +2 -2
  355. package/dist/esm/logger.d.ts +2 -0
  356. package/dist/esm/logger.js +5 -0
  357. package/dist/esm/logger.js.map +7 -0
  358. package/dist/esm/models/index.d.ts +2 -697
  359. package/dist/esm/models/index.js +23 -48
  360. package/dist/esm/models/index.js.map +3 -3
  361. package/dist/esm/models/models.d.ts +741 -0
  362. package/dist/esm/models/models.js +775 -0
  363. package/dist/esm/models/models.js.map +7 -0
  364. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  365. package/dist/esm/restorePollerHelpers.js +89 -0
  366. package/dist/esm/restorePollerHelpers.js.map +7 -0
  367. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  368. package/dist/esm/static-helpers/cloudSettingHelpers.js +27 -0
  369. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +7 -0
  370. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  371. package/dist/esm/static-helpers/pagingHelpers.js +119 -0
  372. package/dist/esm/static-helpers/pagingHelpers.js.map +7 -0
  373. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  374. package/dist/esm/static-helpers/pollingHelpers.js +77 -0
  375. package/dist/esm/static-helpers/pollingHelpers.js.map +7 -0
  376. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  377. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +11 -0
  378. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  379. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  380. package/dist/esm/static-helpers/simplePollerHelpers.js +43 -0
  381. package/dist/esm/static-helpers/simplePollerHelpers.js.map +7 -0
  382. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  383. package/dist/esm/static-helpers/urlTemplate.js +173 -0
  384. package/dist/esm/static-helpers/urlTemplate.js.map +7 -0
  385. package/dist/react-native/api/accounts/index.d.ts +3 -0
  386. package/dist/react-native/api/accounts/index.js +4 -0
  387. package/dist/react-native/api/accounts/index.js.map +1 -0
  388. package/dist/react-native/api/accounts/operations.d.ts +53 -0
  389. package/dist/react-native/api/accounts/operations.js +278 -0
  390. package/dist/react-native/api/accounts/operations.js.map +1 -0
  391. package/dist/react-native/api/accounts/options.d.ts +29 -0
  392. package/dist/react-native/api/accounts/options.js +4 -0
  393. package/dist/react-native/api/accounts/options.js.map +1 -0
  394. package/dist/react-native/api/azureMapsManagementContext.d.ts +22 -0
  395. package/dist/react-native/api/azureMapsManagementContext.js +24 -0
  396. package/dist/react-native/api/azureMapsManagementContext.js.map +1 -0
  397. package/dist/react-native/api/creators/index.d.ts +3 -0
  398. package/dist/react-native/api/creators/index.js +4 -0
  399. package/dist/react-native/api/creators/index.js.map +1 -0
  400. package/dist/react-native/api/creators/operations.d.ts +31 -0
  401. package/dist/react-native/api/creators/operations.js +160 -0
  402. package/dist/react-native/api/creators/operations.js.map +1 -0
  403. package/dist/react-native/api/creators/options.d.ts +17 -0
  404. package/dist/react-native/api/creators/options.js +4 -0
  405. package/dist/react-native/api/creators/options.js.map +1 -0
  406. package/dist/react-native/api/index.d.ts +3 -0
  407. package/dist/react-native/api/index.js +4 -0
  408. package/dist/react-native/api/index.js.map +1 -0
  409. package/dist/react-native/api/maps/index.d.ts +3 -0
  410. package/dist/react-native/api/maps/index.js +4 -0
  411. package/dist/react-native/api/maps/index.js.map +1 -0
  412. package/dist/react-native/api/maps/operations.d.ts +10 -0
  413. package/dist/react-native/api/maps/operations.js +35 -0
  414. package/dist/react-native/api/maps/operations.js.map +1 -0
  415. package/dist/react-native/api/maps/options.d.ts +5 -0
  416. package/dist/react-native/api/maps/options.js +4 -0
  417. package/dist/react-native/api/maps/options.js.map +1 -0
  418. package/dist/react-native/api/operationResult/index.d.ts +3 -0
  419. package/dist/react-native/api/operationResult/index.js +4 -0
  420. package/dist/react-native/api/operationResult/index.js.map +1 -0
  421. package/dist/react-native/api/operationResult/operations.d.ts +9 -0
  422. package/dist/react-native/api/operationResult/operations.js +37 -0
  423. package/dist/react-native/api/operationResult/operations.js.map +1 -0
  424. package/dist/react-native/api/operationResult/options.d.ts +7 -0
  425. package/dist/react-native/api/operationResult/options.js +4 -0
  426. package/dist/react-native/api/operationResult/options.js.map +1 -0
  427. package/dist/react-native/api/operationStatus/index.d.ts +3 -0
  428. package/dist/react-native/api/operationStatus/index.js +4 -0
  429. package/dist/react-native/api/operationStatus/index.js.map +1 -0
  430. package/dist/react-native/api/operationStatus/operations.d.ts +9 -0
  431. package/dist/react-native/api/operationStatus/operations.js +34 -0
  432. package/dist/react-native/api/operationStatus/operations.js.map +1 -0
  433. package/dist/react-native/api/operationStatus/options.d.ts +5 -0
  434. package/dist/react-native/api/operationStatus/options.js +4 -0
  435. package/dist/react-native/api/operationStatus/options.js.map +1 -0
  436. package/dist/react-native/api/privateEndpointConnections/index.d.ts +3 -0
  437. package/dist/react-native/api/privateEndpointConnections/index.js +4 -0
  438. package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -0
  439. package/dist/react-native/api/privateEndpointConnections/operations.d.ts +28 -0
  440. package/dist/react-native/api/privateEndpointConnections/operations.js +140 -0
  441. package/dist/react-native/api/privateEndpointConnections/operations.js.map +1 -0
  442. package/dist/react-native/api/privateEndpointConnections/options.d.ts +18 -0
  443. package/dist/react-native/api/privateEndpointConnections/options.js +4 -0
  444. package/dist/react-native/api/privateEndpointConnections/options.js.map +1 -0
  445. package/dist/react-native/api/privateLinkResources/index.d.ts +3 -0
  446. package/dist/react-native/api/privateLinkResources/index.js +4 -0
  447. package/dist/react-native/api/privateLinkResources/index.js.map +1 -0
  448. package/dist/react-native/api/privateLinkResources/operations.d.ts +14 -0
  449. package/dist/react-native/api/privateLinkResources/operations.js +67 -0
  450. package/dist/react-native/api/privateLinkResources/operations.js.map +1 -0
  451. package/dist/react-native/api/privateLinkResources/options.d.ts +8 -0
  452. package/dist/react-native/api/privateLinkResources/options.js +4 -0
  453. package/dist/react-native/api/privateLinkResources/options.js.map +1 -0
  454. package/dist/react-native/azureMapsManagementClient.d.ts +31 -21
  455. package/dist/react-native/azureMapsManagementClient.js +43 -102
  456. package/dist/react-native/azureMapsManagementClient.js.map +1 -1
  457. package/dist/react-native/classic/accounts/index.d.ts +38 -0
  458. package/dist/react-native/classic/accounts/index.js +22 -0
  459. package/dist/react-native/classic/accounts/index.js.map +1 -0
  460. package/dist/react-native/classic/creators/index.d.ts +24 -0
  461. package/dist/react-native/classic/creators/index.js +18 -0
  462. package/dist/react-native/classic/creators/index.js.map +1 -0
  463. package/dist/react-native/classic/index.d.ts +8 -0
  464. package/dist/react-native/classic/index.js +4 -0
  465. package/dist/react-native/classic/index.js.map +1 -0
  466. package/dist/react-native/classic/maps/index.d.ts +11 -0
  467. package/dist/react-native/classic/maps/index.js +14 -0
  468. package/dist/react-native/classic/maps/index.js.map +1 -0
  469. package/dist/react-native/classic/operationResult/index.d.ts +15 -0
  470. package/dist/react-native/classic/operationResult/index.js +23 -0
  471. package/dist/react-native/classic/operationResult/index.js.map +1 -0
  472. package/dist/react-native/classic/operationStatus/index.d.ts +10 -0
  473. package/dist/react-native/classic/operationStatus/index.js +14 -0
  474. package/dist/react-native/classic/operationStatus/index.js.map +1 -0
  475. package/dist/react-native/classic/privateEndpointConnections/index.d.ts +32 -0
  476. package/dist/react-native/classic/privateEndpointConnections/index.js +34 -0
  477. package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -0
  478. package/dist/react-native/classic/privateLinkResources/index.d.ts +13 -0
  479. package/dist/react-native/classic/privateLinkResources/index.js +15 -0
  480. package/dist/react-native/classic/privateLinkResources/index.js.map +1 -0
  481. package/dist/react-native/index.d.ts +20 -3
  482. package/dist/react-native/index.js +6 -11
  483. package/dist/react-native/index.js.map +1 -1
  484. package/dist/react-native/logger.d.ts +2 -0
  485. package/dist/react-native/logger.js +5 -0
  486. package/dist/react-native/logger.js.map +1 -0
  487. package/dist/react-native/models/index.d.ts +2 -697
  488. package/dist/react-native/models/index.js +3 -85
  489. package/dist/react-native/models/index.js.map +1 -1
  490. package/dist/react-native/models/models.d.ts +741 -0
  491. package/dist/react-native/models/models.js +827 -0
  492. package/dist/react-native/models/models.js.map +1 -0
  493. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  494. package/dist/react-native/restorePollerHelpers.js +97 -0
  495. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  496. package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
  497. package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
  498. package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
  499. package/dist/react-native/static-helpers/pagingHelpers.d.ts +74 -0
  500. package/dist/react-native/static-helpers/pagingHelpers.js +143 -0
  501. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  502. package/dist/react-native/static-helpers/pollingHelpers.d.ts +34 -0
  503. package/dist/react-native/static-helpers/pollingHelpers.js +95 -0
  504. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  505. package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  506. package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
  507. package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  508. package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +73 -0
  509. package/dist/react-native/static-helpers/simplePollerHelpers.js +44 -0
  510. package/dist/react-native/static-helpers/simplePollerHelpers.js.map +1 -0
  511. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  512. package/dist/react-native/static-helpers/urlTemplate.js +200 -0
  513. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  514. package/package.json +245 -75
  515. package/CHANGELOG.md +0 -70
  516. package/dist/browser/azureMapsManagementClient.d.ts.map +0 -1
  517. package/dist/browser/index.d.ts.map +0 -1
  518. package/dist/browser/models/index.d.ts.map +0 -1
  519. package/dist/browser/models/mappers.d.ts +0 -35
  520. package/dist/browser/models/mappers.d.ts.map +0 -1
  521. package/dist/browser/models/mappers.js +0 -1121
  522. package/dist/browser/models/mappers.js.map +0 -1
  523. package/dist/browser/models/parameters.d.ts +0 -17
  524. package/dist/browser/models/parameters.d.ts.map +0 -1
  525. package/dist/browser/models/parameters.js +0 -135
  526. package/dist/browser/models/parameters.js.map +0 -1
  527. package/dist/browser/operations/accounts.d.ts +0 -118
  528. package/dist/browser/operations/accounts.d.ts.map +0 -1
  529. package/dist/browser/operations/accounts.js +0 -458
  530. package/dist/browser/operations/accounts.js.map +0 -1
  531. package/dist/browser/operations/creators.d.ts +0 -74
  532. package/dist/browser/operations/creators.d.ts.map +0 -1
  533. package/dist/browser/operations/creators.js +0 -277
  534. package/dist/browser/operations/creators.js.map +0 -1
  535. package/dist/browser/operations/index.d.ts +0 -4
  536. package/dist/browser/operations/index.d.ts.map +0 -1
  537. package/dist/browser/operations/index.js +0 -11
  538. package/dist/browser/operations/index.js.map +0 -1
  539. package/dist/browser/operations/maps.d.ts +0 -51
  540. package/dist/browser/operations/maps.d.ts.map +0 -1
  541. package/dist/browser/operations/maps.js +0 -211
  542. package/dist/browser/operations/maps.js.map +0 -1
  543. package/dist/browser/operationsInterfaces/accounts.d.ts +0 -82
  544. package/dist/browser/operationsInterfaces/accounts.d.ts.map +0 -1
  545. package/dist/browser/operationsInterfaces/accounts.js +0 -9
  546. package/dist/browser/operationsInterfaces/accounts.js.map +0 -1
  547. package/dist/browser/operationsInterfaces/creators.d.ts +0 -49
  548. package/dist/browser/operationsInterfaces/creators.d.ts.map +0 -1
  549. package/dist/browser/operationsInterfaces/creators.js +0 -9
  550. package/dist/browser/operationsInterfaces/creators.js.map +0 -1
  551. package/dist/browser/operationsInterfaces/index.d.ts +0 -4
  552. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  553. package/dist/browser/operationsInterfaces/index.js +0 -11
  554. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  555. package/dist/browser/operationsInterfaces/maps.d.ts +0 -16
  556. package/dist/browser/operationsInterfaces/maps.d.ts.map +0 -1
  557. package/dist/browser/operationsInterfaces/maps.js +0 -9
  558. package/dist/browser/operationsInterfaces/maps.js.map +0 -1
  559. package/dist/browser/pagingHelper.d.ts +0 -13
  560. package/dist/browser/pagingHelper.d.ts.map +0 -1
  561. package/dist/browser/pagingHelper.js +0 -30
  562. package/dist/browser/pagingHelper.js.map +0 -1
  563. package/dist/commonjs/azureMapsManagementClient.d.ts.map +0 -1
  564. package/dist/commonjs/index.d.ts.map +0 -1
  565. package/dist/commonjs/models/index.d.ts.map +0 -1
  566. package/dist/commonjs/models/mappers.d.ts +0 -35
  567. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  568. package/dist/commonjs/models/mappers.js +0 -1203
  569. package/dist/commonjs/models/mappers.js.map +0 -7
  570. package/dist/commonjs/models/parameters.d.ts +0 -17
  571. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  572. package/dist/commonjs/models/parameters.js +0 -181
  573. package/dist/commonjs/models/parameters.js.map +0 -7
  574. package/dist/commonjs/operations/accounts.d.ts +0 -118
  575. package/dist/commonjs/operations/accounts.d.ts.map +0 -1
  576. package/dist/commonjs/operations/accounts.js +0 -531
  577. package/dist/commonjs/operations/accounts.js.map +0 -7
  578. package/dist/commonjs/operations/creators.d.ts +0 -74
  579. package/dist/commonjs/operations/creators.d.ts.map +0 -1
  580. package/dist/commonjs/operations/creators.js +0 -346
  581. package/dist/commonjs/operations/creators.js.map +0 -7
  582. package/dist/commonjs/operations/index.d.ts +0 -4
  583. package/dist/commonjs/operations/index.d.ts.map +0 -1
  584. package/dist/commonjs/operations/index.js.map +0 -7
  585. package/dist/commonjs/operations/maps.d.ts +0 -51
  586. package/dist/commonjs/operations/maps.d.ts.map +0 -1
  587. package/dist/commonjs/operations/maps.js +0 -257
  588. package/dist/commonjs/operations/maps.js.map +0 -7
  589. package/dist/commonjs/operationsInterfaces/accounts.d.ts +0 -82
  590. package/dist/commonjs/operationsInterfaces/accounts.d.ts.map +0 -1
  591. package/dist/commonjs/operationsInterfaces/accounts.js.map +0 -7
  592. package/dist/commonjs/operationsInterfaces/creators.d.ts +0 -49
  593. package/dist/commonjs/operationsInterfaces/creators.d.ts.map +0 -1
  594. package/dist/commonjs/operationsInterfaces/creators.js.map +0 -7
  595. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -4
  596. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  597. package/dist/commonjs/operationsInterfaces/index.js.map +0 -7
  598. package/dist/commonjs/operationsInterfaces/maps.d.ts +0 -16
  599. package/dist/commonjs/operationsInterfaces/maps.d.ts.map +0 -1
  600. package/dist/commonjs/operationsInterfaces/maps.js.map +0 -7
  601. package/dist/commonjs/pagingHelper.d.ts +0 -13
  602. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  603. package/dist/commonjs/pagingHelper.js.map +0 -7
  604. package/dist/esm/azureMapsManagementClient.d.ts.map +0 -1
  605. package/dist/esm/index.d.ts.map +0 -1
  606. package/dist/esm/models/index.d.ts.map +0 -1
  607. package/dist/esm/models/mappers.d.ts +0 -35
  608. package/dist/esm/models/mappers.d.ts.map +0 -1
  609. package/dist/esm/models/mappers.js +0 -1148
  610. package/dist/esm/models/mappers.js.map +0 -7
  611. package/dist/esm/models/parameters.d.ts +0 -17
  612. package/dist/esm/models/parameters.d.ts.map +0 -1
  613. package/dist/esm/models/parameters.js +0 -151
  614. package/dist/esm/models/parameters.js.map +0 -7
  615. package/dist/esm/operations/accounts.d.ts +0 -118
  616. package/dist/esm/operations/accounts.d.ts.map +0 -1
  617. package/dist/esm/operations/accounts.js +0 -498
  618. package/dist/esm/operations/accounts.js.map +0 -7
  619. package/dist/esm/operations/creators.d.ts +0 -74
  620. package/dist/esm/operations/creators.d.ts.map +0 -1
  621. package/dist/esm/operations/creators.js +0 -313
  622. package/dist/esm/operations/creators.js.map +0 -7
  623. package/dist/esm/operations/index.d.ts +0 -4
  624. package/dist/esm/operations/index.d.ts.map +0 -1
  625. package/dist/esm/operations/index.js +0 -3
  626. package/dist/esm/operations/index.js.map +0 -7
  627. package/dist/esm/operations/maps.d.ts +0 -51
  628. package/dist/esm/operations/maps.d.ts.map +0 -1
  629. package/dist/esm/operations/maps.js +0 -224
  630. package/dist/esm/operations/maps.js.map +0 -7
  631. package/dist/esm/operationsInterfaces/accounts.d.ts +0 -82
  632. package/dist/esm/operationsInterfaces/accounts.d.ts.map +0 -1
  633. package/dist/esm/operationsInterfaces/creators.d.ts +0 -49
  634. package/dist/esm/operationsInterfaces/creators.d.ts.map +0 -1
  635. package/dist/esm/operationsInterfaces/index.d.ts +0 -4
  636. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  637. package/dist/esm/operationsInterfaces/index.js +0 -3
  638. package/dist/esm/operationsInterfaces/index.js.map +0 -7
  639. package/dist/esm/operationsInterfaces/maps.d.ts +0 -16
  640. package/dist/esm/operationsInterfaces/maps.d.ts.map +0 -1
  641. package/dist/esm/pagingHelper.d.ts +0 -13
  642. package/dist/esm/pagingHelper.d.ts.map +0 -1
  643. package/dist/esm/pagingHelper.js +0 -19
  644. package/dist/esm/pagingHelper.js.map +0 -7
  645. package/dist/react-native/azureMapsManagementClient.d.ts.map +0 -1
  646. package/dist/react-native/index.d.ts.map +0 -1
  647. package/dist/react-native/models/index.d.ts.map +0 -1
  648. package/dist/react-native/models/mappers.d.ts +0 -35
  649. package/dist/react-native/models/mappers.d.ts.map +0 -1
  650. package/dist/react-native/models/mappers.js +0 -1121
  651. package/dist/react-native/models/mappers.js.map +0 -1
  652. package/dist/react-native/models/parameters.d.ts +0 -17
  653. package/dist/react-native/models/parameters.d.ts.map +0 -1
  654. package/dist/react-native/models/parameters.js +0 -135
  655. package/dist/react-native/models/parameters.js.map +0 -1
  656. package/dist/react-native/operations/accounts.d.ts +0 -118
  657. package/dist/react-native/operations/accounts.d.ts.map +0 -1
  658. package/dist/react-native/operations/accounts.js +0 -458
  659. package/dist/react-native/operations/accounts.js.map +0 -1
  660. package/dist/react-native/operations/creators.d.ts +0 -74
  661. package/dist/react-native/operations/creators.d.ts.map +0 -1
  662. package/dist/react-native/operations/creators.js +0 -277
  663. package/dist/react-native/operations/creators.js.map +0 -1
  664. package/dist/react-native/operations/index.d.ts +0 -4
  665. package/dist/react-native/operations/index.d.ts.map +0 -1
  666. package/dist/react-native/operations/index.js +0 -11
  667. package/dist/react-native/operations/index.js.map +0 -1
  668. package/dist/react-native/operations/maps.d.ts +0 -51
  669. package/dist/react-native/operations/maps.d.ts.map +0 -1
  670. package/dist/react-native/operations/maps.js +0 -211
  671. package/dist/react-native/operations/maps.js.map +0 -1
  672. package/dist/react-native/operationsInterfaces/accounts.d.ts +0 -82
  673. package/dist/react-native/operationsInterfaces/accounts.d.ts.map +0 -1
  674. package/dist/react-native/operationsInterfaces/accounts.js +0 -9
  675. package/dist/react-native/operationsInterfaces/accounts.js.map +0 -1
  676. package/dist/react-native/operationsInterfaces/creators.d.ts +0 -49
  677. package/dist/react-native/operationsInterfaces/creators.d.ts.map +0 -1
  678. package/dist/react-native/operationsInterfaces/creators.js +0 -9
  679. package/dist/react-native/operationsInterfaces/creators.js.map +0 -1
  680. package/dist/react-native/operationsInterfaces/index.d.ts +0 -4
  681. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  682. package/dist/react-native/operationsInterfaces/index.js +0 -11
  683. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  684. package/dist/react-native/operationsInterfaces/maps.d.ts +0 -16
  685. package/dist/react-native/operationsInterfaces/maps.d.ts.map +0 -1
  686. package/dist/react-native/operationsInterfaces/maps.js +0 -9
  687. package/dist/react-native/operationsInterfaces/maps.js.map +0 -1
  688. package/dist/react-native/pagingHelper.d.ts +0 -13
  689. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  690. package/dist/react-native/pagingHelper.js +0 -30
  691. package/dist/react-native/pagingHelper.js.map +0 -1
  692. package/review/arm-maps-node.api.md +0 -543
  693. /package/dist/esm/{operationsInterfaces/accounts.js → api/accounts/options.js} +0 -0
  694. /package/dist/esm/{operationsInterfaces/accounts.js.map → api/accounts/options.js.map} +0 -0
  695. /package/dist/esm/{operationsInterfaces/creators.js → api/creators/options.js} +0 -0
  696. /package/dist/esm/{operationsInterfaces/creators.js.map → api/creators/options.js.map} +0 -0
  697. /package/dist/esm/{operationsInterfaces/maps.js → api/maps/options.js} +0 -0
  698. /package/dist/esm/{operationsInterfaces/maps.js.map → api/maps/options.js.map} +0 -0
@@ -0,0 +1,741 @@
1
+ /**
2
+ * This file contains only generated model types and their (de)serializers.
3
+ * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
4
+ */
5
+ /** An Azure resource which represents access to a suite of Maps REST APIs. */
6
+ export interface MapsAccount extends TrackedResource {
7
+ /** The map account properties. */
8
+ properties?: MapsAccountProperties;
9
+ /** The SKU of this account. */
10
+ sku: Sku;
11
+ /** Get or Set Kind property. */
12
+ kind?: Kind;
13
+ /** The managed service identities assigned to this resource. */
14
+ identity?: ManagedServiceIdentity;
15
+ }
16
+ export declare function mapsAccountSerializer(item: MapsAccount): any;
17
+ export declare function mapsAccountDeserializer(item: any): MapsAccount;
18
+ /** Additional Maps account properties */
19
+ export interface MapsAccountProperties {
20
+ /** A unique identifier for the Maps Account */
21
+ readonly uniqueId?: string;
22
+ /** Allows toggle functionality on Azure Policy to disable Azure Maps local authentication support. This will disable Shared Keys and Shared Access Signature Token authentication from any usage. */
23
+ disableLocalAuth?: boolean;
24
+ /** The provisioning state of the Maps account resource, Account updates can only be performed on terminal states. Terminal states: `Succeeded` and `Failed` */
25
+ readonly provisioningState?: string;
26
+ /** The array of associated resources to the Maps account. Linked resource in the array cannot individually update, you must update all linked resources in the array together. These resources may be used on operations on the Azure Maps REST API. Access is controlled by the Maps Account Managed Identity(s) permissions to those resource(s). */
27
+ linkedResources?: LinkedResource[];
28
+ /** Specifies CORS rules for the Blob service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Blob service. */
29
+ cors?: CorsRules;
30
+ /** All encryption configuration for a resource. */
31
+ encryption?: Encryption;
32
+ /** List of additional data processing regions for the Maps Account, which may result in requests being processed in another geography. Some features or results may be restricted to specific regions. By default, Maps REST APIs process requests according to the account location or the [geographic scope](https://learn.microsoft.com/azure/azure-maps/geographic-scope). */
33
+ locations?: LocationsItem[];
34
+ /** List of private endpoint connections associated with the Maps Account. */
35
+ readonly privateEndpointConnections?: PrivateEndpointConnection[];
36
+ /** Property to specify whether the Maps Account will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. */
37
+ publicNetworkAccess?: PublicNetworkAccess;
38
+ }
39
+ export declare function mapsAccountPropertiesSerializer(item: MapsAccountProperties): any;
40
+ export declare function mapsAccountPropertiesDeserializer(item: any): MapsAccountProperties;
41
+ export declare function linkedResourceArraySerializer(result: Array<LinkedResource>): any[];
42
+ export declare function linkedResourceArrayDeserializer(result: Array<LinkedResource>): any[];
43
+ /** Linked resource is reference to a resource deployed in an Azure subscription, add the linked resource `uniqueName` value as an optional parameter for operations on Azure Maps Geospatial REST APIs. */
44
+ export interface LinkedResource {
45
+ /** A provided name which uniquely identifies the linked resource. */
46
+ uniqueName: string;
47
+ /** ARM resource id in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/accounts/{storageName}'. */
48
+ id: string;
49
+ }
50
+ export declare function linkedResourceSerializer(item: LinkedResource): any;
51
+ export declare function linkedResourceDeserializer(item: any): LinkedResource;
52
+ /** Sets the CORS rules. You can include up to five CorsRule elements in the request. */
53
+ export interface CorsRules {
54
+ /** The list of CORS rules. You can include up to five CorsRule elements in the request. */
55
+ corsRules?: CorsRule[];
56
+ }
57
+ export declare function corsRulesSerializer(item: CorsRules): any;
58
+ export declare function corsRulesDeserializer(item: any): CorsRules;
59
+ export declare function corsRuleArraySerializer(result: Array<CorsRule>): any[];
60
+ export declare function corsRuleArrayDeserializer(result: Array<CorsRule>): any[];
61
+ /** Specifies a CORS rule for the Map Account. */
62
+ export interface CorsRule {
63
+ /** Required if CorsRule element is present. A list of origin domains that will be allowed via CORS, or "*" to allow all domains */
64
+ allowedOrigins: string[];
65
+ }
66
+ export declare function corsRuleSerializer(item: CorsRule): any;
67
+ export declare function corsRuleDeserializer(item: any): CorsRule;
68
+ /** (Optional) Discouraged to include in resource definition. Only needed where it is possible to disable platform (AKA infrastructure) encryption. Azure SQL TDE is an example of this. Values are enabled and disabled. */
69
+ export interface Encryption {
70
+ /** Values are enabled and disabled. */
71
+ infrastructureEncryption?: InfrastructureEncryption;
72
+ /** All Customer-managed key encryption properties for the resource. */
73
+ customerManagedKeyEncryption?: CustomerManagedKeyEncryption;
74
+ }
75
+ export declare function encryptionSerializer(item: Encryption): any;
76
+ export declare function encryptionDeserializer(item: any): Encryption;
77
+ /** (Optional) Discouraged to include in resource definition. Only needed where it is possible to disable platform (AKA infrastructure) encryption. Azure SQL TDE is an example of this. Values are enabled and disabled. */
78
+ export declare enum KnownInfrastructureEncryption {
79
+ /** Encryption is enabled */
80
+ Enabled = "enabled",
81
+ /** Encryption is disabled */
82
+ Disabled = "disabled"
83
+ }
84
+ /**
85
+ * (Optional) Discouraged to include in resource definition. Only needed where it is possible to disable platform (AKA infrastructure) encryption. Azure SQL TDE is an example of this. Values are enabled and disabled. \
86
+ * {@link KnownInfrastructureEncryption} can be used interchangeably with InfrastructureEncryption,
87
+ * this enum contains the known values that the service supports.
88
+ * ### Known values supported by the service
89
+ * **enabled**: Encryption is enabled \
90
+ * **disabled**: Encryption is disabled
91
+ */
92
+ export type InfrastructureEncryption = string;
93
+ /** Customer-managed key encryption properties for the resource. */
94
+ export interface CustomerManagedKeyEncryption {
95
+ /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
96
+ keyEncryptionKeyIdentity?: CustomerManagedKeyEncryptionKeyIdentity;
97
+ /** key encryption key Url, versioned or non-versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek. */
98
+ keyEncryptionKeyUrl?: string;
99
+ }
100
+ export declare function customerManagedKeyEncryptionSerializer(item: CustomerManagedKeyEncryption): any;
101
+ export declare function customerManagedKeyEncryptionDeserializer(item: any): CustomerManagedKeyEncryption;
102
+ /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
103
+ export interface CustomerManagedKeyEncryptionKeyIdentity {
104
+ /** The type of identity to use. Values can be systemAssignedIdentity, userAssignedIdentity, or delegatedResourceIdentity. */
105
+ identityType?: IdentityType;
106
+ /** User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity. */
107
+ userAssignedIdentityResourceId?: string;
108
+ /** application client identity to use for accessing key encryption key Url in a different tenant. Ex: f83c6b1b-4d34-47e4-bb34-9d83df58b540 */
109
+ federatedClientId?: string;
110
+ /** delegated identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and userAssignedIdentity - internal use only. */
111
+ delegatedIdentityClientId?: string;
112
+ }
113
+ export declare function customerManagedKeyEncryptionKeyIdentitySerializer(item: CustomerManagedKeyEncryptionKeyIdentity): any;
114
+ export declare function customerManagedKeyEncryptionKeyIdentityDeserializer(item: any): CustomerManagedKeyEncryptionKeyIdentity;
115
+ /** The type of identity to use. */
116
+ export declare enum KnownIdentityType {
117
+ /** System assigned identity */
118
+ SystemAssignedIdentity = "systemAssignedIdentity",
119
+ /** User assigned identity */
120
+ UserAssignedIdentity = "userAssignedIdentity",
121
+ /** Delegated identity */
122
+ DelegatedResourceIdentity = "delegatedResourceIdentity"
123
+ }
124
+ /**
125
+ * The type of identity to use. \
126
+ * {@link KnownIdentityType} can be used interchangeably with IdentityType,
127
+ * this enum contains the known values that the service supports.
128
+ * ### Known values supported by the service
129
+ * **systemAssignedIdentity**: System assigned identity \
130
+ * **userAssignedIdentity**: User assigned identity \
131
+ * **delegatedResourceIdentity**: Delegated identity
132
+ */
133
+ export type IdentityType = string;
134
+ export declare function locationsItemArraySerializer(result: Array<LocationsItem>): any[];
135
+ export declare function locationsItemArrayDeserializer(result: Array<LocationsItem>): any[];
136
+ /** Data processing location. */
137
+ export interface LocationsItem {
138
+ /** The location name. */
139
+ locationName: string;
140
+ }
141
+ export declare function locationsItemSerializer(item: LocationsItem): any;
142
+ export declare function locationsItemDeserializer(item: any): LocationsItem;
143
+ export declare function privateEndpointConnectionArraySerializer(result: Array<PrivateEndpointConnection>): any[];
144
+ export declare function privateEndpointConnectionArrayDeserializer(result: Array<PrivateEndpointConnection>): any[];
145
+ /** The private endpoint connection resource. */
146
+ export interface PrivateEndpointConnection extends Resource {
147
+ /** The group ids for the private endpoint resource. */
148
+ readonly groupIds?: string[];
149
+ /** The private endpoint resource. */
150
+ privateEndpoint?: PrivateEndpoint;
151
+ /** A collection of information about the state of the connection between service consumer and provider. */
152
+ privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
153
+ /** The provisioning state of the private endpoint connection resource. */
154
+ readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
155
+ }
156
+ export declare function privateEndpointConnectionSerializer(item: PrivateEndpointConnection): any;
157
+ export declare function privateEndpointConnectionDeserializer(item: any): PrivateEndpointConnection;
158
+ /** Properties of the private endpoint connection. */
159
+ export interface PrivateEndpointConnectionProperties {
160
+ /** The group ids for the private endpoint resource. */
161
+ readonly groupIds?: string[];
162
+ /** The private endpoint resource. */
163
+ privateEndpoint?: PrivateEndpoint;
164
+ /** A collection of information about the state of the connection between service consumer and provider. */
165
+ privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
166
+ /** The provisioning state of the private endpoint connection resource. */
167
+ readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
168
+ }
169
+ export declare function privateEndpointConnectionPropertiesSerializer(item: PrivateEndpointConnectionProperties): any;
170
+ export declare function privateEndpointConnectionPropertiesDeserializer(item: any): PrivateEndpointConnectionProperties;
171
+ /** The private endpoint resource. */
172
+ export interface PrivateEndpoint {
173
+ /** The resource identifier of the private endpoint */
174
+ readonly id?: string;
175
+ }
176
+ export declare function privateEndpointSerializer(item: PrivateEndpoint): any;
177
+ export declare function privateEndpointDeserializer(item: any): PrivateEndpoint;
178
+ /** A collection of information about the state of the connection between service consumer and provider. */
179
+ export interface PrivateLinkServiceConnectionState {
180
+ /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
181
+ status?: PrivateEndpointServiceConnectionStatus;
182
+ /** The reason for approval/rejection of the connection. */
183
+ description?: string;
184
+ /** A message indicating if changes on the service provider require any updates on the consumer. */
185
+ actionsRequired?: string;
186
+ }
187
+ export declare function privateLinkServiceConnectionStateSerializer(item: PrivateLinkServiceConnectionState): any;
188
+ export declare function privateLinkServiceConnectionStateDeserializer(item: any): PrivateLinkServiceConnectionState;
189
+ /** The private endpoint connection status. */
190
+ export declare enum KnownPrivateEndpointServiceConnectionStatus {
191
+ /** Connection waiting for approval or rejection */
192
+ Pending = "Pending",
193
+ /** Connection approved */
194
+ Approved = "Approved",
195
+ /** Connection Rejected */
196
+ Rejected = "Rejected"
197
+ }
198
+ /**
199
+ * The private endpoint connection status. \
200
+ * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
201
+ * this enum contains the known values that the service supports.
202
+ * ### Known values supported by the service
203
+ * **Pending**: Connection waiting for approval or rejection \
204
+ * **Approved**: Connection approved \
205
+ * **Rejected**: Connection Rejected
206
+ */
207
+ export type PrivateEndpointServiceConnectionStatus = string;
208
+ /** The current provisioning state. */
209
+ export declare enum KnownPrivateEndpointConnectionProvisioningState {
210
+ /** Connection has been provisioned */
211
+ Succeeded = "Succeeded",
212
+ /** Connection is being created */
213
+ Creating = "Creating",
214
+ /** Connection is being deleted */
215
+ Deleting = "Deleting",
216
+ /** Connection provisioning has failed */
217
+ Failed = "Failed"
218
+ }
219
+ /**
220
+ * The current provisioning state. \
221
+ * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
222
+ * this enum contains the known values that the service supports.
223
+ * ### Known values supported by the service
224
+ * **Succeeded**: Connection has been provisioned \
225
+ * **Creating**: Connection is being created \
226
+ * **Deleting**: Connection is being deleted \
227
+ * **Failed**: Connection provisioning has failed
228
+ */
229
+ export type PrivateEndpointConnectionProvisioningState = string;
230
+ /** Property to specify whether the Maps Account will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. */
231
+ export declare enum KnownPublicNetworkAccess {
232
+ /** enabled */
233
+ Enabled = "enabled",
234
+ /** disabled */
235
+ Disabled = "disabled"
236
+ }
237
+ /**
238
+ * Property to specify whether the Maps Account will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. \
239
+ * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
240
+ * this enum contains the known values that the service supports.
241
+ * ### Known values supported by the service
242
+ * **enabled**: enabled \
243
+ * **disabled**: disabled
244
+ */
245
+ export type PublicNetworkAccess = string;
246
+ /** The SKU of the Maps Account. */
247
+ export interface Sku {
248
+ /** The name of the SKU, in standard format (such as G2). */
249
+ name: Name;
250
+ /** Gets the sku tier. This is based on the SKU name. */
251
+ readonly tier?: string;
252
+ }
253
+ export declare function skuSerializer(item: Sku): any;
254
+ export declare function skuDeserializer(item: any): Sku;
255
+ /** The name of the SKU, in standard format (such as G2). */
256
+ export declare enum KnownName {
257
+ /** G2 */
258
+ G2 = "G2"
259
+ }
260
+ /**
261
+ * The name of the SKU, in standard format (such as G2). \
262
+ * {@link KnownName} can be used interchangeably with Name,
263
+ * this enum contains the known values that the service supports.
264
+ * ### Known values supported by the service
265
+ * **G2**: G2
266
+ */
267
+ export type Name = string;
268
+ /** The Kind of the Maps Account. */
269
+ export declare enum KnownKind {
270
+ /** Gen2 */
271
+ Gen2 = "Gen2"
272
+ }
273
+ /**
274
+ * The Kind of the Maps Account. \
275
+ * {@link KnownKind} can be used interchangeably with Kind,
276
+ * this enum contains the known values that the service supports.
277
+ * ### Known values supported by the service
278
+ * **Gen2**: Gen2
279
+ */
280
+ export type Kind = string;
281
+ /** Managed service identity (system assigned and/or user assigned identities) */
282
+ export interface ManagedServiceIdentity {
283
+ /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */
284
+ readonly principalId?: string;
285
+ /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */
286
+ readonly tenantId?: string;
287
+ /** The type of managed identity assigned to this resource. */
288
+ type: ManagedServiceIdentityType;
289
+ /** The identities assigned to this resource by the user. */
290
+ userAssignedIdentities?: Record<string, UserAssignedIdentity>;
291
+ }
292
+ export declare function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any;
293
+ export declare function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity;
294
+ /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
295
+ export declare enum KnownManagedServiceIdentityType {
296
+ /** No managed identity. */
297
+ None = "None",
298
+ /** System assigned managed identity. */
299
+ SystemAssigned = "SystemAssigned",
300
+ /** User assigned managed identity. */
301
+ UserAssigned = "UserAssigned",
302
+ /** System and user assigned managed identity. */
303
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
304
+ }
305
+ /**
306
+ * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \
307
+ * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
308
+ * this enum contains the known values that the service supports.
309
+ * ### Known values supported by the service
310
+ * **None**: No managed identity. \
311
+ * **SystemAssigned**: System assigned managed identity. \
312
+ * **UserAssigned**: User assigned managed identity. \
313
+ * **SystemAssigned,UserAssigned**: System and user assigned managed identity.
314
+ */
315
+ export type ManagedServiceIdentityType = string;
316
+ /** User assigned identity properties */
317
+ export interface UserAssignedIdentity {
318
+ /** The principal ID of the assigned identity. */
319
+ readonly principalId?: string;
320
+ /** The client ID of the assigned identity. */
321
+ readonly clientId?: string;
322
+ }
323
+ export declare function userAssignedIdentitySerializer(item: UserAssignedIdentity): any;
324
+ export declare function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity;
325
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
326
+ export interface Resource {
327
+ /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
328
+ readonly id?: string;
329
+ /** The name of the resource */
330
+ readonly name?: string;
331
+ /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
332
+ readonly type?: string;
333
+ /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
334
+ readonly systemData?: SystemData;
335
+ }
336
+ export declare function resourceSerializer(item: Resource): any;
337
+ export declare function resourceDeserializer(item: any): Resource;
338
+ /** Metadata pertaining to creation and last modification of the resource. */
339
+ export interface SystemData {
340
+ /** The identity that created the resource. */
341
+ createdBy?: string;
342
+ /** The type of identity that created the resource. */
343
+ createdByType?: CreatedByType;
344
+ /** The timestamp of resource creation (UTC). */
345
+ createdAt?: Date;
346
+ /** The identity that last modified the resource. */
347
+ lastModifiedBy?: string;
348
+ /** The type of identity that last modified the resource. */
349
+ lastModifiedByType?: CreatedByType;
350
+ /** The timestamp of resource last modification (UTC) */
351
+ lastModifiedAt?: Date;
352
+ }
353
+ export declare function systemDataDeserializer(item: any): SystemData;
354
+ /** The kind of entity that created the resource. */
355
+ export declare enum KnownCreatedByType {
356
+ /** The entity was created by a user. */
357
+ User = "User",
358
+ /** The entity was created by an application. */
359
+ Application = "Application",
360
+ /** The entity was created by a managed identity. */
361
+ ManagedIdentity = "ManagedIdentity",
362
+ /** The entity was created by a key. */
363
+ Key = "Key"
364
+ }
365
+ /**
366
+ * The kind of entity that created the resource. \
367
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
368
+ * this enum contains the known values that the service supports.
369
+ * ### Known values supported by the service
370
+ * **User**: The entity was created by a user. \
371
+ * **Application**: The entity was created by an application. \
372
+ * **ManagedIdentity**: The entity was created by a managed identity. \
373
+ * **Key**: The entity was created by a key.
374
+ */
375
+ export type CreatedByType = string;
376
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
377
+ export interface TrackedResource extends Resource {
378
+ /** Resource tags. */
379
+ tags?: Record<string, string>;
380
+ /** The geo-location where the resource lives */
381
+ location: string;
382
+ }
383
+ export declare function trackedResourceSerializer(item: TrackedResource): any;
384
+ export declare function trackedResourceDeserializer(item: any): TrackedResource;
385
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
386
+ export interface ErrorResponse {
387
+ /** The error object. */
388
+ error?: ErrorDetail;
389
+ }
390
+ export declare function errorResponseDeserializer(item: any): ErrorResponse;
391
+ /** The error detail. */
392
+ export interface ErrorDetail {
393
+ /** The error code. */
394
+ readonly code?: string;
395
+ /** The error message. */
396
+ readonly message?: string;
397
+ /** The error target. */
398
+ readonly target?: string;
399
+ /** The error details. */
400
+ readonly details?: ErrorDetail[];
401
+ /** The error additional info. */
402
+ readonly additionalInfo?: ErrorAdditionalInfo[];
403
+ }
404
+ export declare function errorDetailDeserializer(item: any): ErrorDetail;
405
+ export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
406
+ export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
407
+ /** The resource management error additional info. */
408
+ export interface ErrorAdditionalInfo {
409
+ /** The additional info type. */
410
+ readonly type?: string;
411
+ /** The additional info. */
412
+ readonly info?: any;
413
+ }
414
+ export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
415
+ /** Parameters used to update an existing Maps Account. */
416
+ export interface MapsAccountUpdateParameters {
417
+ /** Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. */
418
+ tags?: Record<string, string>;
419
+ /** Get or Set Kind property. */
420
+ kind?: Kind;
421
+ /** The SKU of this account. */
422
+ sku?: Sku;
423
+ /** Managed service identity (system assigned and/or user assigned identities) */
424
+ identity?: ManagedServiceIdentity;
425
+ /** A unique identifier for the Maps Account */
426
+ readonly uniqueId?: string;
427
+ /** Allows toggle functionality on Azure Policy to disable Azure Maps local authentication support. This will disable Shared Keys and Shared Access Signature Token authentication from any usage. */
428
+ disableLocalAuth?: boolean;
429
+ /** The provisioning state of the Maps account resource, Account updates can only be performed on terminal states. Terminal states: `Succeeded` and `Failed` */
430
+ readonly provisioningState?: string;
431
+ /** The array of associated resources to the Maps account. Linked resource in the array cannot individually update, you must update all linked resources in the array together. These resources may be used on operations on the Azure Maps REST API. Access is controlled by the Maps Account Managed Identity(s) permissions to those resource(s). */
432
+ linkedResources?: LinkedResource[];
433
+ /** Specifies CORS rules for the Blob service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Blob service. */
434
+ cors?: CorsRules;
435
+ /** All encryption configuration for a resource. */
436
+ encryption?: Encryption;
437
+ /** List of additional data processing regions for the Maps Account, which may result in requests being processed in another geography. Some features or results may be restricted to specific regions. By default, Maps REST APIs process requests according to the account location or the [geographic scope](https://learn.microsoft.com/azure/azure-maps/geographic-scope). */
438
+ locations?: LocationsItem[];
439
+ /** List of private endpoint connections associated with the Maps Account. */
440
+ readonly privateEndpointConnections?: PrivateEndpointConnection[];
441
+ /** Property to specify whether the Maps Account will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. */
442
+ publicNetworkAccess?: PublicNetworkAccess;
443
+ }
444
+ export declare function mapsAccountUpdateParametersSerializer(item: MapsAccountUpdateParameters): any;
445
+ /** A list of Maps Accounts. */
446
+ export interface _MapsAccounts {
447
+ /** The MapsAccount items on this page */
448
+ value: MapsAccount[];
449
+ /** The link to the next page of items */
450
+ nextLink?: string;
451
+ }
452
+ export declare function _mapsAccountsDeserializer(item: any): _MapsAccounts;
453
+ export declare function mapsAccountArraySerializer(result: Array<MapsAccount>): any[];
454
+ export declare function mapsAccountArrayDeserializer(result: Array<MapsAccount>): any[];
455
+ /** Parameters used to create an account Shared Access Signature (SAS) token. The REST API access control is provided by Azure Maps Role Based Access (RBAC) identity and access. */
456
+ export interface AccountSasParameters {
457
+ /** The Maps account key to use for signing. Picking `primaryKey` or `secondaryKey` will use the Maps account Shared Keys, and using `managedIdentity` will use the auto-renewed private key to sign the SAS. */
458
+ signingKey: SigningKey;
459
+ /** The principal Id also known as the object Id of a User Assigned Managed Identity currently assigned to the Maps Account. To assign a Managed Identity of the account, use operation Create or Update an assign a User Assigned Identity resource Id. */
460
+ principalId: string;
461
+ /** Optional, allows control of which region locations are permitted access to Azure Maps REST APIs with the SAS token. Example: "eastus", "westus2". Omitting this parameter will allow all region locations to be accessible. */
462
+ regions?: string[];
463
+ /** Required parameter which represents the desired maximum request per second to allowed for the given SAS token. This does not guarantee perfect accuracy in measurements but provides application safe guards of abuse with eventual enforcement. */
464
+ maxRatePerSecond: number;
465
+ /** The date time offset of when the token validity begins. For example "2017-05-24T10:42:03.1567373Z". Maximum duration allowed is 24 hours between `start` and `expiry`. */
466
+ start: string;
467
+ /** The date time offset of when the token validity expires. For example "2017-05-24T10:42:03.1567373Z". Maximum duration allowed is 24 hours between `start` and `expiry`. */
468
+ expiry: string;
469
+ }
470
+ export declare function accountSasParametersSerializer(item: AccountSasParameters): any;
471
+ /** The Maps account key to use for signing. Picking `primaryKey` or `secondaryKey` will use the Maps account Shared Keys, and using `managedIdentity` will use the auto-renewed private key to sign the SAS. */
472
+ export declare enum KnownSigningKey {
473
+ /** primaryKey */
474
+ PrimaryKey = "primaryKey",
475
+ /** secondaryKey */
476
+ SecondaryKey = "secondaryKey",
477
+ /** managedIdentity */
478
+ ManagedIdentity = "managedIdentity"
479
+ }
480
+ /**
481
+ * The Maps account key to use for signing. Picking `primaryKey` or `secondaryKey` will use the Maps account Shared Keys, and using `managedIdentity` will use the auto-renewed private key to sign the SAS. \
482
+ * {@link KnownSigningKey} can be used interchangeably with SigningKey,
483
+ * this enum contains the known values that the service supports.
484
+ * ### Known values supported by the service
485
+ * **primaryKey**: primaryKey \
486
+ * **secondaryKey**: secondaryKey \
487
+ * **managedIdentity**: managedIdentity
488
+ */
489
+ export type SigningKey = string;
490
+ /** A new Sas token which can be used to access the Maps REST APIs and is controlled by the specified Managed identity permissions on Azure (IAM) Role Based Access Control. */
491
+ export interface MapsAccountSasToken {
492
+ /** The shared access signature access token. */
493
+ readonly accountSasToken?: string;
494
+ }
495
+ export declare function mapsAccountSasTokenDeserializer(item: any): MapsAccountSasToken;
496
+ /** The set of keys which can be used to access the Maps REST APIs. Two keys are provided for key rotation without interruption. */
497
+ export interface MapsAccountKeys {
498
+ /** The last updated date and time of the primary key. */
499
+ readonly primaryKeyLastUpdated?: string;
500
+ /** The primary key for accessing the Maps REST APIs. */
501
+ readonly primaryKey?: string;
502
+ /** The secondary key for accessing the Maps REST APIs. */
503
+ readonly secondaryKey?: string;
504
+ /** The last updated date and time of the secondary key. */
505
+ readonly secondaryKeyLastUpdated?: string;
506
+ }
507
+ export declare function mapsAccountKeysDeserializer(item: any): MapsAccountKeys;
508
+ /** Whether the operation refers to the primary or secondary key. */
509
+ export interface MapsKeySpecification {
510
+ /** Whether the operation refers to the primary or secondary key. */
511
+ keyType: KeyType;
512
+ }
513
+ export declare function mapsKeySpecificationSerializer(item: MapsKeySpecification): any;
514
+ /** Whether the operation refers to the primary or secondary key. */
515
+ export declare enum KnownKeyType {
516
+ /** primary */
517
+ Primary = "primary",
518
+ /** secondary */
519
+ Secondary = "secondary"
520
+ }
521
+ /**
522
+ * Whether the operation refers to the primary or secondary key. \
523
+ * {@link KnownKeyType} can be used interchangeably with KeyType,
524
+ * this enum contains the known values that the service supports.
525
+ * ### Known values supported by the service
526
+ * **primary**: primary \
527
+ * **secondary**: secondary
528
+ */
529
+ export type KeyType = string;
530
+ /** An Azure resource which represents Maps Creator product and provides ability to manage private location data. */
531
+ export interface Creator extends TrackedResource {
532
+ /** The Creator resource properties. */
533
+ properties: CreatorProperties;
534
+ }
535
+ export declare function creatorSerializer(item: Creator): any;
536
+ export declare function creatorDeserializer(item: any): Creator;
537
+ /** Creator resource properties */
538
+ export interface CreatorProperties {
539
+ /** The state of the resource provisioning, terminal states: Succeeded, Failed, Canceled */
540
+ readonly provisioningState?: string;
541
+ /** The storage units to be allocated. Integer values from 1 to 100, inclusive. */
542
+ storageUnits: number;
543
+ /** The total allocated storage unit size in bytes for the creator resource. */
544
+ totalStorageUnitSizeInBytes?: number;
545
+ /** The consumed storage unit size in bytes for the creator resource. */
546
+ consumedStorageUnitSizeInBytes?: number;
547
+ }
548
+ export declare function creatorPropertiesSerializer(item: CreatorProperties): any;
549
+ export declare function creatorPropertiesDeserializer(item: any): CreatorProperties;
550
+ /** Parameters used to update an existing Creator resource. */
551
+ export interface CreatorUpdateParameters {
552
+ /** Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. */
553
+ tags?: Record<string, string>;
554
+ /** The state of the resource provisioning, terminal states: Succeeded, Failed, Canceled */
555
+ readonly provisioningState?: string;
556
+ /** The storage units to be allocated. Integer values from 1 to 100, inclusive. */
557
+ storageUnits?: number;
558
+ /** The total allocated storage unit size in bytes for the creator resource. */
559
+ totalStorageUnitSizeInBytes?: number;
560
+ /** The consumed storage unit size in bytes for the creator resource. */
561
+ consumedStorageUnitSizeInBytes?: number;
562
+ }
563
+ export declare function creatorUpdateParametersSerializer(item: CreatorUpdateParameters): any;
564
+ /** A list of Creator resources. */
565
+ export interface _CreatorList {
566
+ /** The Creator items on this page */
567
+ value: Creator[];
568
+ /** The link to the next page of items */
569
+ nextLink?: string;
570
+ }
571
+ export declare function _creatorListDeserializer(item: any): _CreatorList;
572
+ export declare function creatorArraySerializer(result: Array<Creator>): any[];
573
+ export declare function creatorArrayDeserializer(result: Array<Creator>): any[];
574
+ /** A private link resource. */
575
+ export interface PrivateLinkResource extends ProxyResource {
576
+ /** The private link resource group id. */
577
+ readonly groupId?: string;
578
+ /** The private link resource required member names. */
579
+ readonly requiredMembers?: string[];
580
+ /** The private link resource private link DNS zone name. */
581
+ requiredZoneNames?: string[];
582
+ }
583
+ export declare function privateLinkResourceDeserializer(item: any): PrivateLinkResource;
584
+ /** Properties of a private link resource. */
585
+ export interface PrivateLinkResourceProperties {
586
+ /** The private link resource group id. */
587
+ readonly groupId?: string;
588
+ /** The private link resource required member names. */
589
+ readonly requiredMembers?: string[];
590
+ /** The private link resource private link DNS zone name. */
591
+ requiredZoneNames?: string[];
592
+ }
593
+ export declare function privateLinkResourcePropertiesDeserializer(item: any): PrivateLinkResourceProperties;
594
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
595
+ export interface ProxyResource extends Resource {
596
+ }
597
+ export declare function proxyResourceDeserializer(item: any): ProxyResource;
598
+ /** A list of private link resources for a Maps Account resource type. */
599
+ export interface _PrivateLinkResourceList {
600
+ /** The PrivateLinkResource items on this page */
601
+ value: PrivateLinkResource[];
602
+ /** The link to the next page of items */
603
+ nextLink?: string;
604
+ }
605
+ export declare function _privateLinkResourceListDeserializer(item: any): _PrivateLinkResourceList;
606
+ export declare function privateLinkResourceArrayDeserializer(result: Array<PrivateLinkResource>): any[];
607
+ /** A list of private endpoint connections */
608
+ export interface _PrivateEndpointConnectionList {
609
+ /** The PrivateEndpointConnection items on this page */
610
+ value: PrivateEndpointConnection[];
611
+ /** The link to the next page of items */
612
+ nextLink?: string;
613
+ }
614
+ export declare function _privateEndpointConnectionListDeserializer(item: any): _PrivateEndpointConnectionList;
615
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
616
+ export interface _OperationListResult {
617
+ /** The Operation items on this page */
618
+ value: Operation[];
619
+ /** The link to the next page of items */
620
+ nextLink?: string;
621
+ }
622
+ export declare function _operationListResultDeserializer(item: any): _OperationListResult;
623
+ export declare function operationArrayDeserializer(result: Array<Operation>): any[];
624
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
625
+ export interface Operation {
626
+ /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
627
+ readonly name?: string;
628
+ /** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
629
+ readonly isDataAction?: boolean;
630
+ /** Localized display information for this particular operation. */
631
+ display?: OperationDisplay;
632
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
633
+ readonly origin?: Origin;
634
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
635
+ readonly actionType?: ActionType;
636
+ }
637
+ export declare function operationDeserializer(item: any): Operation;
638
+ /** Localized display information for an operation. */
639
+ export interface OperationDisplay {
640
+ /** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
641
+ readonly provider?: string;
642
+ /** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
643
+ readonly resource?: string;
644
+ /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
645
+ readonly operation?: string;
646
+ /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
647
+ readonly description?: string;
648
+ }
649
+ export declare function operationDisplayDeserializer(item: any): OperationDisplay;
650
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
651
+ export declare enum KnownOrigin {
652
+ /** Indicates the operation is initiated by a user. */
653
+ User = "user",
654
+ /** Indicates the operation is initiated by a system. */
655
+ System = "system",
656
+ /** Indicates the operation is initiated by a user or system. */
657
+ UserSystem = "user,system"
658
+ }
659
+ /**
660
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
661
+ * {@link KnownOrigin} can be used interchangeably with Origin,
662
+ * this enum contains the known values that the service supports.
663
+ * ### Known values supported by the service
664
+ * **user**: Indicates the operation is initiated by a user. \
665
+ * **system**: Indicates the operation is initiated by a system. \
666
+ * **user,system**: Indicates the operation is initiated by a user or system.
667
+ */
668
+ export type Origin = string;
669
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
670
+ export declare enum KnownActionType {
671
+ /** Actions are for internal-only APIs. */
672
+ Internal = "Internal"
673
+ }
674
+ /**
675
+ * Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
676
+ * {@link KnownActionType} can be used interchangeably with ActionType,
677
+ * this enum contains the known values that the service supports.
678
+ * ### Known values supported by the service
679
+ * **Internal**: Actions are for internal-only APIs.
680
+ */
681
+ export type ActionType = string;
682
+ /** The current status of an async operation. */
683
+ export interface OperationStatusResult {
684
+ /** Fully qualified ID for the async operation. */
685
+ id?: string;
686
+ /** Name of the async operation. */
687
+ name?: string;
688
+ /** Operation status. */
689
+ status: string;
690
+ /** Percent of the operation that is complete. */
691
+ percentComplete?: number;
692
+ /** The start time of the operation. */
693
+ startTime?: Date;
694
+ /** The end time of the operation. */
695
+ endTime?: Date;
696
+ /** The operations list. */
697
+ operations?: OperationStatusResult[];
698
+ /** If present, details of the operation error. */
699
+ error?: ErrorDetail;
700
+ /** Fully qualified ID of the resource against which the original async operation was started. */
701
+ readonly resourceId?: string;
702
+ }
703
+ export declare function operationStatusResultDeserializer(item: any): OperationStatusResult;
704
+ export declare function operationStatusResultArrayDeserializer(result: Array<OperationStatusResult>): any[];
705
+ /** The available API versions. */
706
+ export declare enum KnownVersions {
707
+ /** The 2025-10-01-preview API version. */
708
+ V20251001Preview = "2025-10-01-preview"
709
+ }
710
+ export declare function _privateEndpointConnectionPropertiesSerializer(item: PrivateEndpointConnection): any;
711
+ export declare function _privateEndpointConnectionPropertiesDeserializer(item: any): {
712
+ groupIds: any;
713
+ privateEndpoint: any;
714
+ privateLinkServiceConnectionState: any;
715
+ provisioningState: any;
716
+ };
717
+ export declare function _mapsAccountUpdateParametersPropertiesSerializer(item: MapsAccountUpdateParameters): any;
718
+ export declare function _mapsAccountUpdateParametersPropertiesDeserializer(item: any): {
719
+ uniqueId: any;
720
+ disableLocalAuth: any;
721
+ provisioningState: any;
722
+ linkedResources: any;
723
+ cors: any;
724
+ encryption: any;
725
+ locations: any;
726
+ privateEndpointConnections: any;
727
+ publicNetworkAccess: any;
728
+ };
729
+ export declare function _creatorUpdateParametersPropertiesSerializer(item: CreatorUpdateParameters): any;
730
+ export declare function _creatorUpdateParametersPropertiesDeserializer(item: any): {
731
+ provisioningState: any;
732
+ storageUnits: any;
733
+ totalStorageUnitSizeInBytes: any;
734
+ consumedStorageUnitSizeInBytes: any;
735
+ };
736
+ export declare function _privateLinkResourcePropertiesDeserializer(item: any): {
737
+ groupId: any;
738
+ requiredMembers: any;
739
+ requiredZoneNames: any;
740
+ };
741
+ //# sourceMappingURL=models.d.ts.map