@azure/arm-programmableconnectivity 1.0.0-alpha.20250509.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 (464) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/LICENSE +21 -0
  3. package/README.md +115 -0
  4. package/dist/browser/api/gateways/index.d.ts +3 -0
  5. package/dist/browser/api/gateways/index.d.ts.map +1 -0
  6. package/dist/browser/api/gateways/index.js +4 -0
  7. package/dist/browser/api/gateways/index.js.map +1 -0
  8. package/dist/browser/api/gateways/operations.d.ts +36 -0
  9. package/dist/browser/api/gateways/operations.d.ts.map +1 -0
  10. package/dist/browser/api/gateways/operations.js +172 -0
  11. package/dist/browser/api/gateways/operations.js.map +1 -0
  12. package/dist/browser/api/gateways/options.d.ts +24 -0
  13. package/dist/browser/api/gateways/options.d.ts.map +1 -0
  14. package/dist/browser/api/gateways/options.js +4 -0
  15. package/dist/browser/api/gateways/options.js.map +1 -0
  16. package/dist/browser/api/index.d.ts +2 -0
  17. package/dist/browser/api/index.d.ts.map +1 -0
  18. package/dist/browser/api/index.js +4 -0
  19. package/dist/browser/api/index.js.map +1 -0
  20. package/dist/browser/api/operations/index.d.ts +3 -0
  21. package/dist/browser/api/operations/index.d.ts.map +1 -0
  22. package/dist/browser/api/operations/index.js +4 -0
  23. package/dist/browser/api/operations/index.js.map +1 -0
  24. package/dist/browser/api/operations/operations.d.ts +10 -0
  25. package/dist/browser/api/operations/operations.d.ts.map +1 -0
  26. package/dist/browser/api/operations/operations.js +29 -0
  27. package/dist/browser/api/operations/operations.js.map +1 -0
  28. package/dist/browser/api/operations/options.d.ts +5 -0
  29. package/dist/browser/api/operations/options.d.ts.map +1 -0
  30. package/dist/browser/api/operations/options.js +4 -0
  31. package/dist/browser/api/operations/options.js.map +1 -0
  32. package/dist/browser/api/operatorApiConnections/index.d.ts +3 -0
  33. package/dist/browser/api/operatorApiConnections/index.d.ts.map +1 -0
  34. package/dist/browser/api/operatorApiConnections/index.js +4 -0
  35. package/dist/browser/api/operatorApiConnections/index.js.map +1 -0
  36. package/dist/browser/api/operatorApiConnections/operations.d.ts +36 -0
  37. package/dist/browser/api/operatorApiConnections/operations.d.ts.map +1 -0
  38. package/dist/browser/api/operatorApiConnections/operations.js +184 -0
  39. package/dist/browser/api/operatorApiConnections/operations.js.map +1 -0
  40. package/dist/browser/api/operatorApiConnections/options.d.ts +26 -0
  41. package/dist/browser/api/operatorApiConnections/options.d.ts.map +1 -0
  42. package/dist/browser/api/operatorApiConnections/options.js +4 -0
  43. package/dist/browser/api/operatorApiConnections/options.js.map +1 -0
  44. package/dist/browser/api/operatorApiPlans/index.d.ts +3 -0
  45. package/dist/browser/api/operatorApiPlans/index.d.ts.map +1 -0
  46. package/dist/browser/api/operatorApiPlans/index.js +4 -0
  47. package/dist/browser/api/operatorApiPlans/index.js.map +1 -0
  48. package/dist/browser/api/operatorApiPlans/operations.d.ts +14 -0
  49. package/dist/browser/api/operatorApiPlans/operations.d.ts.map +1 -0
  50. package/dist/browser/api/operatorApiPlans/operations.js +62 -0
  51. package/dist/browser/api/operatorApiPlans/operations.js.map +1 -0
  52. package/dist/browser/api/operatorApiPlans/options.d.ts +14 -0
  53. package/dist/browser/api/operatorApiPlans/options.d.ts.map +1 -0
  54. package/dist/browser/api/operatorApiPlans/options.js +4 -0
  55. package/dist/browser/api/operatorApiPlans/options.js.map +1 -0
  56. package/dist/browser/api/programmableConnectivityContext.d.ts +19 -0
  57. package/dist/browser/api/programmableConnectivityContext.d.ts.map +1 -0
  58. package/dist/browser/api/programmableConnectivityContext.js +36 -0
  59. package/dist/browser/api/programmableConnectivityContext.js.map +1 -0
  60. package/dist/browser/classic/gateways/index.d.ts +27 -0
  61. package/dist/browser/classic/gateways/index.d.ts.map +1 -0
  62. package/dist/browser/classic/gateways/index.js +17 -0
  63. package/dist/browser/classic/gateways/index.js.map +1 -0
  64. package/dist/browser/classic/index.d.ts +5 -0
  65. package/dist/browser/classic/index.d.ts.map +1 -0
  66. package/dist/browser/classic/index.js +4 -0
  67. package/dist/browser/classic/index.js.map +1 -0
  68. package/dist/browser/classic/operations/index.d.ts +11 -0
  69. package/dist/browser/classic/operations/index.d.ts.map +1 -0
  70. package/dist/browser/classic/operations/index.js +12 -0
  71. package/dist/browser/classic/operations/index.js.map +1 -0
  72. package/dist/browser/classic/operatorApiConnections/index.d.ts +27 -0
  73. package/dist/browser/classic/operatorApiConnections/index.d.ts.map +1 -0
  74. package/dist/browser/classic/operatorApiConnections/index.js +17 -0
  75. package/dist/browser/classic/operatorApiConnections/index.js.map +1 -0
  76. package/dist/browser/classic/operatorApiPlans/index.d.ts +13 -0
  77. package/dist/browser/classic/operatorApiPlans/index.d.ts.map +1 -0
  78. package/dist/browser/classic/operatorApiPlans/index.js +13 -0
  79. package/dist/browser/classic/operatorApiPlans/index.js.map +1 -0
  80. package/dist/browser/index.d.ts +12 -0
  81. package/dist/browser/index.d.ts.map +1 -0
  82. package/dist/browser/index.js +6 -0
  83. package/dist/browser/index.js.map +1 -0
  84. package/dist/browser/logger.d.ts +2 -0
  85. package/dist/browser/logger.d.ts.map +1 -0
  86. package/dist/browser/logger.js +5 -0
  87. package/dist/browser/logger.js.map +1 -0
  88. package/dist/browser/models/index.d.ts +2 -0
  89. package/dist/browser/models/index.d.ts.map +1 -0
  90. package/dist/browser/models/index.js +4 -0
  91. package/dist/browser/models/index.js.map +1 -0
  92. package/dist/browser/models/models.d.ts +403 -0
  93. package/dist/browser/models/models.d.ts.map +1 -0
  94. package/dist/browser/models/models.js +427 -0
  95. package/dist/browser/models/models.js.map +1 -0
  96. package/dist/browser/package.json +3 -0
  97. package/dist/browser/programmableConnectivityClient.d.ts +24 -0
  98. package/dist/browser/programmableConnectivityClient.d.ts.map +1 -0
  99. package/dist/browser/programmableConnectivityClient.js +24 -0
  100. package/dist/browser/programmableConnectivityClient.js.map +1 -0
  101. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  102. package/dist/browser/restorePollerHelpers.d.ts.map +1 -0
  103. package/dist/browser/restorePollerHelpers.js +104 -0
  104. package/dist/browser/restorePollerHelpers.js.map +1 -0
  105. package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
  106. package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
  107. package/dist/browser/static-helpers/pagingHelpers.js +137 -0
  108. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  109. package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
  110. package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -0
  111. package/dist/browser/static-helpers/pollingHelpers.js +76 -0
  112. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  113. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  114. package/dist/browser/static-helpers/urlTemplate.d.ts.map +1 -0
  115. package/dist/browser/static-helpers/urlTemplate.js +169 -0
  116. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  117. package/dist/commonjs/api/gateways/index.d.ts +3 -0
  118. package/dist/commonjs/api/gateways/index.d.ts.map +1 -0
  119. package/dist/commonjs/api/gateways/index.js +13 -0
  120. package/dist/commonjs/api/gateways/index.js.map +1 -0
  121. package/dist/commonjs/api/gateways/operations.d.ts +36 -0
  122. package/dist/commonjs/api/gateways/operations.d.ts.map +1 -0
  123. package/dist/commonjs/api/gateways/operations.js +192 -0
  124. package/dist/commonjs/api/gateways/operations.js.map +1 -0
  125. package/dist/commonjs/api/gateways/options.d.ts +24 -0
  126. package/dist/commonjs/api/gateways/options.d.ts.map +1 -0
  127. package/dist/commonjs/api/gateways/options.js +5 -0
  128. package/dist/commonjs/api/gateways/options.js.map +1 -0
  129. package/dist/commonjs/api/index.d.ts +2 -0
  130. package/dist/commonjs/api/index.d.ts.map +1 -0
  131. package/dist/commonjs/api/index.js +8 -0
  132. package/dist/commonjs/api/index.js.map +1 -0
  133. package/dist/commonjs/api/operations/index.d.ts +3 -0
  134. package/dist/commonjs/api/operations/index.d.ts.map +1 -0
  135. package/dist/commonjs/api/operations/index.js +8 -0
  136. package/dist/commonjs/api/operations/index.js.map +1 -0
  137. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  138. package/dist/commonjs/api/operations/operations.d.ts.map +1 -0
  139. package/dist/commonjs/api/operations/operations.js +34 -0
  140. package/dist/commonjs/api/operations/operations.js.map +1 -0
  141. package/dist/commonjs/api/operations/options.d.ts +5 -0
  142. package/dist/commonjs/api/operations/options.d.ts.map +1 -0
  143. package/dist/commonjs/api/operations/options.js +5 -0
  144. package/dist/commonjs/api/operations/options.js.map +1 -0
  145. package/dist/commonjs/api/operatorApiConnections/index.d.ts +3 -0
  146. package/dist/commonjs/api/operatorApiConnections/index.d.ts.map +1 -0
  147. package/dist/commonjs/api/operatorApiConnections/index.js +13 -0
  148. package/dist/commonjs/api/operatorApiConnections/index.js.map +1 -0
  149. package/dist/commonjs/api/operatorApiConnections/operations.d.ts +36 -0
  150. package/dist/commonjs/api/operatorApiConnections/operations.d.ts.map +1 -0
  151. package/dist/commonjs/api/operatorApiConnections/operations.js +204 -0
  152. package/dist/commonjs/api/operatorApiConnections/operations.js.map +1 -0
  153. package/dist/commonjs/api/operatorApiConnections/options.d.ts +26 -0
  154. package/dist/commonjs/api/operatorApiConnections/options.d.ts.map +1 -0
  155. package/dist/commonjs/api/operatorApiConnections/options.js +5 -0
  156. package/dist/commonjs/api/operatorApiConnections/options.js.map +1 -0
  157. package/dist/commonjs/api/operatorApiPlans/index.d.ts +3 -0
  158. package/dist/commonjs/api/operatorApiPlans/index.d.ts.map +1 -0
  159. package/dist/commonjs/api/operatorApiPlans/index.js +9 -0
  160. package/dist/commonjs/api/operatorApiPlans/index.js.map +1 -0
  161. package/dist/commonjs/api/operatorApiPlans/operations.d.ts +14 -0
  162. package/dist/commonjs/api/operatorApiPlans/operations.d.ts.map +1 -0
  163. package/dist/commonjs/api/operatorApiPlans/operations.js +70 -0
  164. package/dist/commonjs/api/operatorApiPlans/operations.js.map +1 -0
  165. package/dist/commonjs/api/operatorApiPlans/options.d.ts +14 -0
  166. package/dist/commonjs/api/operatorApiPlans/options.d.ts.map +1 -0
  167. package/dist/commonjs/api/operatorApiPlans/options.js +5 -0
  168. package/dist/commonjs/api/operatorApiPlans/options.js.map +1 -0
  169. package/dist/commonjs/api/programmableConnectivityContext.d.ts +19 -0
  170. package/dist/commonjs/api/programmableConnectivityContext.d.ts.map +1 -0
  171. package/dist/commonjs/api/programmableConnectivityContext.js +39 -0
  172. package/dist/commonjs/api/programmableConnectivityContext.js.map +1 -0
  173. package/dist/commonjs/classic/gateways/index.d.ts +27 -0
  174. package/dist/commonjs/classic/gateways/index.d.ts.map +1 -0
  175. package/dist/commonjs/classic/gateways/index.js +20 -0
  176. package/dist/commonjs/classic/gateways/index.js.map +1 -0
  177. package/dist/commonjs/classic/index.d.ts +5 -0
  178. package/dist/commonjs/classic/index.d.ts.map +1 -0
  179. package/dist/commonjs/classic/index.js +5 -0
  180. package/dist/commonjs/classic/index.js.map +1 -0
  181. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  182. package/dist/commonjs/classic/operations/index.d.ts.map +1 -0
  183. package/dist/commonjs/classic/operations/index.js +15 -0
  184. package/dist/commonjs/classic/operations/index.js.map +1 -0
  185. package/dist/commonjs/classic/operatorApiConnections/index.d.ts +27 -0
  186. package/dist/commonjs/classic/operatorApiConnections/index.d.ts.map +1 -0
  187. package/dist/commonjs/classic/operatorApiConnections/index.js +20 -0
  188. package/dist/commonjs/classic/operatorApiConnections/index.js.map +1 -0
  189. package/dist/commonjs/classic/operatorApiPlans/index.d.ts +13 -0
  190. package/dist/commonjs/classic/operatorApiPlans/index.d.ts.map +1 -0
  191. package/dist/commonjs/classic/operatorApiPlans/index.js +16 -0
  192. package/dist/commonjs/classic/operatorApiPlans/index.js.map +1 -0
  193. package/dist/commonjs/index.d.ts +12 -0
  194. package/dist/commonjs/index.d.ts.map +1 -0
  195. package/dist/commonjs/index.js +17 -0
  196. package/dist/commonjs/index.js.map +1 -0
  197. package/dist/commonjs/logger.d.ts +2 -0
  198. package/dist/commonjs/logger.d.ts.map +1 -0
  199. package/dist/commonjs/logger.js +8 -0
  200. package/dist/commonjs/logger.js.map +1 -0
  201. package/dist/commonjs/models/index.d.ts +2 -0
  202. package/dist/commonjs/models/index.d.ts.map +1 -0
  203. package/dist/commonjs/models/index.js +13 -0
  204. package/dist/commonjs/models/index.js.map +1 -0
  205. package/dist/commonjs/models/models.d.ts +403 -0
  206. package/dist/commonjs/models/models.d.ts.map +1 -0
  207. package/dist/commonjs/models/models.js +473 -0
  208. package/dist/commonjs/models/models.js.map +1 -0
  209. package/dist/commonjs/package.json +3 -0
  210. package/dist/commonjs/programmableConnectivityClient.d.ts +24 -0
  211. package/dist/commonjs/programmableConnectivityClient.d.ts.map +1 -0
  212. package/dist/commonjs/programmableConnectivityClient.js +28 -0
  213. package/dist/commonjs/programmableConnectivityClient.js.map +1 -0
  214. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  215. package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -0
  216. package/dist/commonjs/restorePollerHelpers.js +107 -0
  217. package/dist/commonjs/restorePollerHelpers.js.map +1 -0
  218. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
  219. package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
  220. package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
  221. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
  222. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
  223. package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -0
  224. package/dist/commonjs/static-helpers/pollingHelpers.js +79 -0
  225. package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
  226. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  227. package/dist/commonjs/static-helpers/urlTemplate.d.ts.map +1 -0
  228. package/dist/commonjs/static-helpers/urlTemplate.js +172 -0
  229. package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
  230. package/dist/commonjs/tsdoc-metadata.json +11 -0
  231. package/dist/esm/api/gateways/index.d.ts +3 -0
  232. package/dist/esm/api/gateways/index.d.ts.map +1 -0
  233. package/dist/esm/api/gateways/index.js +4 -0
  234. package/dist/esm/api/gateways/index.js.map +1 -0
  235. package/dist/esm/api/gateways/operations.d.ts +36 -0
  236. package/dist/esm/api/gateways/operations.d.ts.map +1 -0
  237. package/dist/esm/api/gateways/operations.js +172 -0
  238. package/dist/esm/api/gateways/operations.js.map +1 -0
  239. package/dist/esm/api/gateways/options.d.ts +24 -0
  240. package/dist/esm/api/gateways/options.d.ts.map +1 -0
  241. package/dist/esm/api/gateways/options.js +4 -0
  242. package/dist/esm/api/gateways/options.js.map +1 -0
  243. package/dist/esm/api/index.d.ts +2 -0
  244. package/dist/esm/api/index.d.ts.map +1 -0
  245. package/dist/esm/api/index.js +4 -0
  246. package/dist/esm/api/index.js.map +1 -0
  247. package/dist/esm/api/operations/index.d.ts +3 -0
  248. package/dist/esm/api/operations/index.d.ts.map +1 -0
  249. package/dist/esm/api/operations/index.js +4 -0
  250. package/dist/esm/api/operations/index.js.map +1 -0
  251. package/dist/esm/api/operations/operations.d.ts +10 -0
  252. package/dist/esm/api/operations/operations.d.ts.map +1 -0
  253. package/dist/esm/api/operations/operations.js +29 -0
  254. package/dist/esm/api/operations/operations.js.map +1 -0
  255. package/dist/esm/api/operations/options.d.ts +5 -0
  256. package/dist/esm/api/operations/options.d.ts.map +1 -0
  257. package/dist/esm/api/operations/options.js +4 -0
  258. package/dist/esm/api/operations/options.js.map +1 -0
  259. package/dist/esm/api/operatorApiConnections/index.d.ts +3 -0
  260. package/dist/esm/api/operatorApiConnections/index.d.ts.map +1 -0
  261. package/dist/esm/api/operatorApiConnections/index.js +4 -0
  262. package/dist/esm/api/operatorApiConnections/index.js.map +1 -0
  263. package/dist/esm/api/operatorApiConnections/operations.d.ts +36 -0
  264. package/dist/esm/api/operatorApiConnections/operations.d.ts.map +1 -0
  265. package/dist/esm/api/operatorApiConnections/operations.js +184 -0
  266. package/dist/esm/api/operatorApiConnections/operations.js.map +1 -0
  267. package/dist/esm/api/operatorApiConnections/options.d.ts +26 -0
  268. package/dist/esm/api/operatorApiConnections/options.d.ts.map +1 -0
  269. package/dist/esm/api/operatorApiConnections/options.js +4 -0
  270. package/dist/esm/api/operatorApiConnections/options.js.map +1 -0
  271. package/dist/esm/api/operatorApiPlans/index.d.ts +3 -0
  272. package/dist/esm/api/operatorApiPlans/index.d.ts.map +1 -0
  273. package/dist/esm/api/operatorApiPlans/index.js +4 -0
  274. package/dist/esm/api/operatorApiPlans/index.js.map +1 -0
  275. package/dist/esm/api/operatorApiPlans/operations.d.ts +14 -0
  276. package/dist/esm/api/operatorApiPlans/operations.d.ts.map +1 -0
  277. package/dist/esm/api/operatorApiPlans/operations.js +62 -0
  278. package/dist/esm/api/operatorApiPlans/operations.js.map +1 -0
  279. package/dist/esm/api/operatorApiPlans/options.d.ts +14 -0
  280. package/dist/esm/api/operatorApiPlans/options.d.ts.map +1 -0
  281. package/dist/esm/api/operatorApiPlans/options.js +4 -0
  282. package/dist/esm/api/operatorApiPlans/options.js.map +1 -0
  283. package/dist/esm/api/programmableConnectivityContext.d.ts +19 -0
  284. package/dist/esm/api/programmableConnectivityContext.d.ts.map +1 -0
  285. package/dist/esm/api/programmableConnectivityContext.js +36 -0
  286. package/dist/esm/api/programmableConnectivityContext.js.map +1 -0
  287. package/dist/esm/classic/gateways/index.d.ts +27 -0
  288. package/dist/esm/classic/gateways/index.d.ts.map +1 -0
  289. package/dist/esm/classic/gateways/index.js +17 -0
  290. package/dist/esm/classic/gateways/index.js.map +1 -0
  291. package/dist/esm/classic/index.d.ts +5 -0
  292. package/dist/esm/classic/index.d.ts.map +1 -0
  293. package/dist/esm/classic/index.js +4 -0
  294. package/dist/esm/classic/index.js.map +1 -0
  295. package/dist/esm/classic/operations/index.d.ts +11 -0
  296. package/dist/esm/classic/operations/index.d.ts.map +1 -0
  297. package/dist/esm/classic/operations/index.js +12 -0
  298. package/dist/esm/classic/operations/index.js.map +1 -0
  299. package/dist/esm/classic/operatorApiConnections/index.d.ts +27 -0
  300. package/dist/esm/classic/operatorApiConnections/index.d.ts.map +1 -0
  301. package/dist/esm/classic/operatorApiConnections/index.js +17 -0
  302. package/dist/esm/classic/operatorApiConnections/index.js.map +1 -0
  303. package/dist/esm/classic/operatorApiPlans/index.d.ts +13 -0
  304. package/dist/esm/classic/operatorApiPlans/index.d.ts.map +1 -0
  305. package/dist/esm/classic/operatorApiPlans/index.js +13 -0
  306. package/dist/esm/classic/operatorApiPlans/index.js.map +1 -0
  307. package/dist/esm/index.d.ts +12 -0
  308. package/dist/esm/index.d.ts.map +1 -0
  309. package/dist/esm/index.js +6 -0
  310. package/dist/esm/index.js.map +1 -0
  311. package/dist/esm/logger.d.ts +2 -0
  312. package/dist/esm/logger.d.ts.map +1 -0
  313. package/dist/esm/logger.js +5 -0
  314. package/dist/esm/logger.js.map +1 -0
  315. package/dist/esm/models/index.d.ts +2 -0
  316. package/dist/esm/models/index.d.ts.map +1 -0
  317. package/dist/esm/models/index.js +4 -0
  318. package/dist/esm/models/index.js.map +1 -0
  319. package/dist/esm/models/models.d.ts +403 -0
  320. package/dist/esm/models/models.d.ts.map +1 -0
  321. package/dist/esm/models/models.js +427 -0
  322. package/dist/esm/models/models.js.map +1 -0
  323. package/dist/esm/package.json +3 -0
  324. package/dist/esm/programmableConnectivityClient.d.ts +24 -0
  325. package/dist/esm/programmableConnectivityClient.d.ts.map +1 -0
  326. package/dist/esm/programmableConnectivityClient.js +24 -0
  327. package/dist/esm/programmableConnectivityClient.js.map +1 -0
  328. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  329. package/dist/esm/restorePollerHelpers.d.ts.map +1 -0
  330. package/dist/esm/restorePollerHelpers.js +104 -0
  331. package/dist/esm/restorePollerHelpers.js.map +1 -0
  332. package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
  333. package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
  334. package/dist/esm/static-helpers/pagingHelpers.js +137 -0
  335. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  336. package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
  337. package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -0
  338. package/dist/esm/static-helpers/pollingHelpers.js +76 -0
  339. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  340. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  341. package/dist/esm/static-helpers/urlTemplate.d.ts.map +1 -0
  342. package/dist/esm/static-helpers/urlTemplate.js +169 -0
  343. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  344. package/dist/react-native/api/gateways/index.d.ts +3 -0
  345. package/dist/react-native/api/gateways/index.d.ts.map +1 -0
  346. package/dist/react-native/api/gateways/index.js +4 -0
  347. package/dist/react-native/api/gateways/index.js.map +1 -0
  348. package/dist/react-native/api/gateways/operations.d.ts +36 -0
  349. package/dist/react-native/api/gateways/operations.d.ts.map +1 -0
  350. package/dist/react-native/api/gateways/operations.js +172 -0
  351. package/dist/react-native/api/gateways/operations.js.map +1 -0
  352. package/dist/react-native/api/gateways/options.d.ts +24 -0
  353. package/dist/react-native/api/gateways/options.d.ts.map +1 -0
  354. package/dist/react-native/api/gateways/options.js +4 -0
  355. package/dist/react-native/api/gateways/options.js.map +1 -0
  356. package/dist/react-native/api/index.d.ts +2 -0
  357. package/dist/react-native/api/index.d.ts.map +1 -0
  358. package/dist/react-native/api/index.js +4 -0
  359. package/dist/react-native/api/index.js.map +1 -0
  360. package/dist/react-native/api/operations/index.d.ts +3 -0
  361. package/dist/react-native/api/operations/index.d.ts.map +1 -0
  362. package/dist/react-native/api/operations/index.js +4 -0
  363. package/dist/react-native/api/operations/index.js.map +1 -0
  364. package/dist/react-native/api/operations/operations.d.ts +10 -0
  365. package/dist/react-native/api/operations/operations.d.ts.map +1 -0
  366. package/dist/react-native/api/operations/operations.js +29 -0
  367. package/dist/react-native/api/operations/operations.js.map +1 -0
  368. package/dist/react-native/api/operations/options.d.ts +5 -0
  369. package/dist/react-native/api/operations/options.d.ts.map +1 -0
  370. package/dist/react-native/api/operations/options.js +4 -0
  371. package/dist/react-native/api/operations/options.js.map +1 -0
  372. package/dist/react-native/api/operatorApiConnections/index.d.ts +3 -0
  373. package/dist/react-native/api/operatorApiConnections/index.d.ts.map +1 -0
  374. package/dist/react-native/api/operatorApiConnections/index.js +4 -0
  375. package/dist/react-native/api/operatorApiConnections/index.js.map +1 -0
  376. package/dist/react-native/api/operatorApiConnections/operations.d.ts +36 -0
  377. package/dist/react-native/api/operatorApiConnections/operations.d.ts.map +1 -0
  378. package/dist/react-native/api/operatorApiConnections/operations.js +184 -0
  379. package/dist/react-native/api/operatorApiConnections/operations.js.map +1 -0
  380. package/dist/react-native/api/operatorApiConnections/options.d.ts +26 -0
  381. package/dist/react-native/api/operatorApiConnections/options.d.ts.map +1 -0
  382. package/dist/react-native/api/operatorApiConnections/options.js +4 -0
  383. package/dist/react-native/api/operatorApiConnections/options.js.map +1 -0
  384. package/dist/react-native/api/operatorApiPlans/index.d.ts +3 -0
  385. package/dist/react-native/api/operatorApiPlans/index.d.ts.map +1 -0
  386. package/dist/react-native/api/operatorApiPlans/index.js +4 -0
  387. package/dist/react-native/api/operatorApiPlans/index.js.map +1 -0
  388. package/dist/react-native/api/operatorApiPlans/operations.d.ts +14 -0
  389. package/dist/react-native/api/operatorApiPlans/operations.d.ts.map +1 -0
  390. package/dist/react-native/api/operatorApiPlans/operations.js +62 -0
  391. package/dist/react-native/api/operatorApiPlans/operations.js.map +1 -0
  392. package/dist/react-native/api/operatorApiPlans/options.d.ts +14 -0
  393. package/dist/react-native/api/operatorApiPlans/options.d.ts.map +1 -0
  394. package/dist/react-native/api/operatorApiPlans/options.js +4 -0
  395. package/dist/react-native/api/operatorApiPlans/options.js.map +1 -0
  396. package/dist/react-native/api/programmableConnectivityContext.d.ts +19 -0
  397. package/dist/react-native/api/programmableConnectivityContext.d.ts.map +1 -0
  398. package/dist/react-native/api/programmableConnectivityContext.js +36 -0
  399. package/dist/react-native/api/programmableConnectivityContext.js.map +1 -0
  400. package/dist/react-native/classic/gateways/index.d.ts +27 -0
  401. package/dist/react-native/classic/gateways/index.d.ts.map +1 -0
  402. package/dist/react-native/classic/gateways/index.js +17 -0
  403. package/dist/react-native/classic/gateways/index.js.map +1 -0
  404. package/dist/react-native/classic/index.d.ts +5 -0
  405. package/dist/react-native/classic/index.d.ts.map +1 -0
  406. package/dist/react-native/classic/index.js +4 -0
  407. package/dist/react-native/classic/index.js.map +1 -0
  408. package/dist/react-native/classic/operations/index.d.ts +11 -0
  409. package/dist/react-native/classic/operations/index.d.ts.map +1 -0
  410. package/dist/react-native/classic/operations/index.js +12 -0
  411. package/dist/react-native/classic/operations/index.js.map +1 -0
  412. package/dist/react-native/classic/operatorApiConnections/index.d.ts +27 -0
  413. package/dist/react-native/classic/operatorApiConnections/index.d.ts.map +1 -0
  414. package/dist/react-native/classic/operatorApiConnections/index.js +17 -0
  415. package/dist/react-native/classic/operatorApiConnections/index.js.map +1 -0
  416. package/dist/react-native/classic/operatorApiPlans/index.d.ts +13 -0
  417. package/dist/react-native/classic/operatorApiPlans/index.d.ts.map +1 -0
  418. package/dist/react-native/classic/operatorApiPlans/index.js +13 -0
  419. package/dist/react-native/classic/operatorApiPlans/index.js.map +1 -0
  420. package/dist/react-native/index.d.ts +12 -0
  421. package/dist/react-native/index.d.ts.map +1 -0
  422. package/dist/react-native/index.js +6 -0
  423. package/dist/react-native/index.js.map +1 -0
  424. package/dist/react-native/logger.d.ts +2 -0
  425. package/dist/react-native/logger.d.ts.map +1 -0
  426. package/dist/react-native/logger.js +5 -0
  427. package/dist/react-native/logger.js.map +1 -0
  428. package/dist/react-native/models/index.d.ts +2 -0
  429. package/dist/react-native/models/index.d.ts.map +1 -0
  430. package/dist/react-native/models/index.js +4 -0
  431. package/dist/react-native/models/index.js.map +1 -0
  432. package/dist/react-native/models/models.d.ts +403 -0
  433. package/dist/react-native/models/models.d.ts.map +1 -0
  434. package/dist/react-native/models/models.js +427 -0
  435. package/dist/react-native/models/models.js.map +1 -0
  436. package/dist/react-native/package.json +3 -0
  437. package/dist/react-native/programmableConnectivityClient.d.ts +24 -0
  438. package/dist/react-native/programmableConnectivityClient.d.ts.map +1 -0
  439. package/dist/react-native/programmableConnectivityClient.js +24 -0
  440. package/dist/react-native/programmableConnectivityClient.js.map +1 -0
  441. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  442. package/dist/react-native/restorePollerHelpers.d.ts.map +1 -0
  443. package/dist/react-native/restorePollerHelpers.js +104 -0
  444. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  445. package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
  446. package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
  447. package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
  448. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  449. package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
  450. package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -0
  451. package/dist/react-native/static-helpers/pollingHelpers.js +76 -0
  452. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  453. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  454. package/dist/react-native/static-helpers/urlTemplate.d.ts.map +1 -0
  455. package/dist/react-native/static-helpers/urlTemplate.js +169 -0
  456. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  457. package/package.json +251 -0
  458. package/review/arm-programmableconnectivity-api-gateways.api.md +58 -0
  459. package/review/arm-programmableconnectivity-api-operations.api.md +19 -0
  460. package/review/arm-programmableconnectivity-api-operatorApiConnections.api.md +59 -0
  461. package/review/arm-programmableconnectivity-api-operatorApiPlans.api.md +29 -0
  462. package/review/arm-programmableconnectivity-api.api.md +27 -0
  463. package/review/arm-programmableconnectivity-models.api.md +232 -0
  464. package/review/arm-programmableconnectivity.api.md +382 -0
@@ -0,0 +1,403 @@
1
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
2
+ export interface _OperationListResult {
3
+ /** The Operation items on this page */
4
+ value: Operation[];
5
+ /** The link to the next page of items */
6
+ nextLink?: string;
7
+ }
8
+ export declare function _operationListResultDeserializer(item: any): _OperationListResult;
9
+ export declare function operationArrayDeserializer(result: Array<Operation>): any[];
10
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
11
+ export interface Operation {
12
+ /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
13
+ readonly name?: string;
14
+ /** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
15
+ readonly isDataAction?: boolean;
16
+ /** Localized display information for this particular operation. */
17
+ display?: OperationDisplay;
18
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
19
+ readonly origin?: Origin;
20
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
21
+ readonly actionType?: ActionType;
22
+ }
23
+ export declare function operationDeserializer(item: any): Operation;
24
+ /** Localized display information for and operation. */
25
+ export interface OperationDisplay {
26
+ /** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
27
+ readonly provider?: string;
28
+ /** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
29
+ readonly resource?: string;
30
+ /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
31
+ readonly operation?: string;
32
+ /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
33
+ readonly description?: string;
34
+ }
35
+ export declare function operationDisplayDeserializer(item: any): OperationDisplay;
36
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
37
+ export declare enum KnownOrigin {
38
+ /** Indicates the operation is initiated by a user. */
39
+ User = "user",
40
+ /** Indicates the operation is initiated by a system. */
41
+ System = "system",
42
+ /** Indicates the operation is initiated by a user or system. */
43
+ UserSystem = "user,system"
44
+ }
45
+ /**
46
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
47
+ * {@link KnownOrigin} can be used interchangeably with Origin,
48
+ * this enum contains the known values that the service supports.
49
+ * ### Known values supported by the service
50
+ * **user**: Indicates the operation is initiated by a user. \
51
+ * **system**: Indicates the operation is initiated by a system. \
52
+ * **user,system**: Indicates the operation is initiated by a user or system.
53
+ */
54
+ export type Origin = string;
55
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
56
+ export declare enum KnownActionType {
57
+ /** Actions are for internal-only APIs. */
58
+ Internal = "Internal"
59
+ }
60
+ /**
61
+ * Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
62
+ * {@link KnownActionType} can be used interchangeably with ActionType,
63
+ * this enum contains the known values that the service supports.
64
+ * ### Known values supported by the service
65
+ * **Internal**: Actions are for internal-only APIs.
66
+ */
67
+ export type ActionType = string;
68
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
69
+ export interface ErrorResponse {
70
+ /** The error object. */
71
+ error?: ErrorDetail;
72
+ }
73
+ export declare function errorResponseDeserializer(item: any): ErrorResponse;
74
+ /** The error detail. */
75
+ export interface ErrorDetail {
76
+ /** The error code. */
77
+ readonly code?: string;
78
+ /** The error message. */
79
+ readonly message?: string;
80
+ /** The error target. */
81
+ readonly target?: string;
82
+ /** The error details. */
83
+ readonly details?: ErrorDetail[];
84
+ /** The error additional info. */
85
+ readonly additionalInfo?: ErrorAdditionalInfo[];
86
+ }
87
+ export declare function errorDetailDeserializer(item: any): ErrorDetail;
88
+ export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
89
+ export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
90
+ /** The resource management error additional info. */
91
+ export interface ErrorAdditionalInfo {
92
+ /** The additional info type. */
93
+ readonly type?: string;
94
+ /** The additional info. */
95
+ readonly info?: Record<string, any>;
96
+ }
97
+ export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
98
+ /** model interface _ErrorAdditionalInfoInfo */
99
+ export interface _ErrorAdditionalInfoInfo {
100
+ }
101
+ export declare function _errorAdditionalInfoInfoDeserializer(item: any): _ErrorAdditionalInfoInfo;
102
+ /** A Programmable Connectivity Gateway resource */
103
+ export interface Gateway extends TrackedResource {
104
+ /** The resource-specific properties for this resource. */
105
+ properties?: GatewayProperties;
106
+ }
107
+ export declare function gatewaySerializer(item: Gateway): any;
108
+ export declare function gatewayDeserializer(item: any): Gateway;
109
+ /** Gateway resource properties */
110
+ export interface GatewayProperties {
111
+ /** List of Operator API Connections selected by the user */
112
+ readonly operatorApiConnections?: string[];
113
+ /** Base URL of the Gateway resource. This is the URL that the users would use to make Open API Gateway requests to the Operators via Azure. */
114
+ readonly gatewayBaseUrl?: string;
115
+ /** The status of the last operation on the Gateway resource. */
116
+ readonly provisioningState?: ProvisioningState;
117
+ }
118
+ export declare function gatewayPropertiesSerializer(item: GatewayProperties): any;
119
+ export declare function gatewayPropertiesDeserializer(item: any): GatewayProperties;
120
+ /** The provisioning state of a resource. */
121
+ export declare enum KnownProvisioningState {
122
+ /** Resource has been created. */
123
+ Succeeded = "Succeeded",
124
+ /** Resource creation failed. */
125
+ Failed = "Failed",
126
+ /** Resource creation was canceled. */
127
+ Canceled = "Canceled",
128
+ /** The resource is being provisioned */
129
+ Provisioning = "Provisioning",
130
+ /** The resource is updating */
131
+ Updating = "Updating",
132
+ /** The resource is being deleted */
133
+ Deleting = "Deleting",
134
+ /** The resource create or update request has been accepted */
135
+ Accepted = "Accepted"
136
+ }
137
+ /**
138
+ * The provisioning state of a resource. \
139
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
140
+ * this enum contains the known values that the service supports.
141
+ * ### Known values supported by the service
142
+ * **Succeeded**: Resource has been created. \
143
+ * **Failed**: Resource creation failed. \
144
+ * **Canceled**: Resource creation was canceled. \
145
+ * **Provisioning**: The resource is being provisioned \
146
+ * **Updating**: The resource is updating \
147
+ * **Deleting**: The resource is being deleted \
148
+ * **Accepted**: The resource create or update request has been accepted
149
+ */
150
+ export type ProvisioningState = string;
151
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
152
+ export interface TrackedResource extends Resource {
153
+ /** Resource tags. */
154
+ tags?: Record<string, string>;
155
+ /** The geo-location where the resource lives */
156
+ location: string;
157
+ }
158
+ export declare function trackedResourceSerializer(item: TrackedResource): any;
159
+ export declare function trackedResourceDeserializer(item: any): TrackedResource;
160
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
161
+ export interface Resource {
162
+ /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
163
+ readonly id?: string;
164
+ /** The name of the resource */
165
+ readonly name?: string;
166
+ /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
167
+ readonly type?: string;
168
+ /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
169
+ readonly systemData?: SystemData;
170
+ }
171
+ export declare function resourceSerializer(item: Resource): any;
172
+ export declare function resourceDeserializer(item: any): Resource;
173
+ /** Metadata pertaining to creation and last modification of the resource. */
174
+ export interface SystemData {
175
+ /** The identity that created the resource. */
176
+ createdBy?: string;
177
+ /** The type of identity that created the resource. */
178
+ createdByType?: CreatedByType;
179
+ /** The timestamp of resource creation (UTC). */
180
+ createdAt?: Date;
181
+ /** The identity that last modified the resource. */
182
+ lastModifiedBy?: string;
183
+ /** The type of identity that last modified the resource. */
184
+ lastModifiedByType?: CreatedByType;
185
+ /** The timestamp of resource last modification (UTC) */
186
+ lastModifiedAt?: Date;
187
+ }
188
+ export declare function systemDataDeserializer(item: any): SystemData;
189
+ /** The kind of entity that created the resource. */
190
+ export declare enum KnownCreatedByType {
191
+ /** The entity was created by a user. */
192
+ User = "User",
193
+ /** The entity was created by an application. */
194
+ Application = "Application",
195
+ /** The entity was created by a managed identity. */
196
+ ManagedIdentity = "ManagedIdentity",
197
+ /** The entity was created by a key. */
198
+ Key = "Key"
199
+ }
200
+ /**
201
+ * The kind of entity that created the resource. \
202
+ * {@link KnowncreatedByType} can be used interchangeably with createdByType,
203
+ * this enum contains the known values that the service supports.
204
+ * ### Known values supported by the service
205
+ * **User**: The entity was created by a user. \
206
+ * **Application**: The entity was created by an application. \
207
+ * **ManagedIdentity**: The entity was created by a managed identity. \
208
+ * **Key**: The entity was created by a key.
209
+ */
210
+ export type CreatedByType = string;
211
+ /** The type used for updating tags in Gateway resources. */
212
+ export interface GatewayTagsUpdate {
213
+ /** Resource tags. */
214
+ tags?: Record<string, string>;
215
+ }
216
+ export declare function gatewayTagsUpdateSerializer(item: GatewayTagsUpdate): any;
217
+ /** The response of a Gateway list operation. */
218
+ export interface _GatewayListResult {
219
+ /** The Gateway items on this page */
220
+ value: Gateway[];
221
+ /** The link to the next page of items */
222
+ nextLink?: string;
223
+ }
224
+ export declare function _gatewayListResultDeserializer(item: any): _GatewayListResult;
225
+ export declare function gatewayArraySerializer(result: Array<Gateway>): any[];
226
+ export declare function gatewayArrayDeserializer(result: Array<Gateway>): any[];
227
+ /** A Programmable Connectivity Operator API Connection resource */
228
+ export interface OperatorApiConnection extends TrackedResource {
229
+ /** The resource-specific properties for this resource. */
230
+ properties?: OperatorApiConnectionProperties;
231
+ }
232
+ export declare function operatorApiConnectionSerializer(item: OperatorApiConnection): any;
233
+ export declare function operatorApiConnectionDeserializer(item: any): OperatorApiConnection;
234
+ /** Operator API Connection resource properties that cannot be updated once a resource has been created. */
235
+ export interface OperatorApiConnectionProperties {
236
+ /** Reference to the Operator API Plan Resource ID. */
237
+ operatorApiPlanId: string;
238
+ /** Details about the SaaS offer purchased from the marketplace. */
239
+ saasProperties?: SaasProperties;
240
+ /** Details about the Application that would use the Operator's Network APIs. */
241
+ configuredApplication?: ApplicationProperties;
242
+ /** Application ID of the App Developer that is registered with the Operator in a specific country/region. */
243
+ appId?: string;
244
+ /** Reference to the APC Gateway resource ID. */
245
+ gatewayId: string;
246
+ /** Type of the account the user has with the Operator's Network API infrastructure. AzureManaged | UserManaged. */
247
+ accountType: AccountType;
248
+ /** Application secret linked to the 'appId'. This should be stored securely and is not returned back when the resource information is read. */
249
+ appSecret?: string;
250
+ /** Name of the Operator in the linked Operator API Plan belongs to. */
251
+ readonly operatorName?: string;
252
+ /** The Network API for the current operator in the country/region provided in the linked Operator API Plan. */
253
+ readonly camaraApiName?: string;
254
+ /** The status of the last operation. */
255
+ readonly provisioningState?: ProvisioningState;
256
+ /** The status of the OperatorApiConnection resource. */
257
+ readonly status?: Status;
258
+ }
259
+ export declare function operatorApiConnectionPropertiesSerializer(item: OperatorApiConnectionProperties): any;
260
+ export declare function operatorApiConnectionPropertiesDeserializer(item: any): OperatorApiConnectionProperties;
261
+ /** Details about the SaaS offer purchased from the marketplace. */
262
+ export interface SaasProperties {
263
+ /** Subscription ID of the SaaS offer purchased from the marketplace. */
264
+ saasSubscriptionId?: string;
265
+ /** Resource ID of the SaaS offer purchased from the marketplace. */
266
+ saasResourceId?: string;
267
+ }
268
+ export declare function saasPropertiesSerializer(item: SaasProperties): any;
269
+ export declare function saasPropertiesDeserializer(item: any): SaasProperties;
270
+ /** Details about the Application that would use the Operator's Network APIs. */
271
+ export interface ApplicationProperties {
272
+ /** Name of the application. Example: Contoso App. */
273
+ name?: string;
274
+ /** Description of the application. */
275
+ applicationDescription?: string;
276
+ /** The category that describes the application. */
277
+ applicationType?: string;
278
+ /** Legal name of the organization owning the application. */
279
+ legalName?: string;
280
+ /** A description of the organization owning the application. */
281
+ organizationDescription?: string;
282
+ /** Unique Tax Number for the user's organization in the country/region the APC Gateway is being purchased. */
283
+ taxNumber?: string;
284
+ /** Email address of the Privacy contact or Data Protection officer of the organization. */
285
+ privacyContactEmailAddress?: string;
286
+ }
287
+ export declare function applicationPropertiesSerializer(item: ApplicationProperties): any;
288
+ export declare function applicationPropertiesDeserializer(item: any): ApplicationProperties;
289
+ /** The Account Type of the Operator API Connections. */
290
+ export declare enum KnownAccountType {
291
+ /** Managed by Azure on-behalf-of the user. */
292
+ AzureManaged = "AzureManaged",
293
+ /** Managed by the User themselves on the Operator end. */
294
+ UserManaged = "UserManaged"
295
+ }
296
+ /**
297
+ * The Account Type of the Operator API Connections. \
298
+ * {@link KnownAccountType} can be used interchangeably with AccountType,
299
+ * this enum contains the known values that the service supports.
300
+ * ### Known values supported by the service
301
+ * **AzureManaged**: Managed by Azure on-behalf-of the user. \
302
+ * **UserManaged**: Managed by the User themselves on the Operator end.
303
+ */
304
+ export type AccountType = string;
305
+ /** Description of the current status of the OperatorApiConnection resource. */
306
+ export interface Status {
307
+ /** Current state of the OperatorApiConnection resource. */
308
+ state?: string;
309
+ /** Explanation of the current state of the OperatorApiConnection resource. */
310
+ reason?: string;
311
+ }
312
+ export declare function statusDeserializer(item: any): Status;
313
+ /** The type used for update operations of the OperatorApiConnection. */
314
+ export interface OperatorApiConnectionUpdate {
315
+ /** Resource tags. */
316
+ tags?: Record<string, string>;
317
+ /** The resource-specific properties for this resource. */
318
+ properties?: OperatorApiConnectionUpdateProperties;
319
+ }
320
+ export declare function operatorApiConnectionUpdateSerializer(item: OperatorApiConnectionUpdate): any;
321
+ /** The updatable properties of the OperatorApiConnection. */
322
+ export interface OperatorApiConnectionUpdateProperties {
323
+ /** Reference to the Operator API Plan Resource ID. */
324
+ operatorApiPlanId?: string;
325
+ /** Details about the SaaS offer purchased from the marketplace. */
326
+ saasProperties?: SaasProperties;
327
+ /** Details about the Application that would use the Operator's Network APIs. */
328
+ configuredApplication?: ApplicationProperties;
329
+ /** Application ID of the App Developer that is registered with the Operator in a specific country/region. */
330
+ appId?: string;
331
+ /** Application secret linked to the 'appId'. This should be stored securely and is not returned back when the resource information is read. */
332
+ appSecret?: string;
333
+ }
334
+ export declare function operatorApiConnectionUpdatePropertiesSerializer(item: OperatorApiConnectionUpdateProperties): any;
335
+ /** The response of a OperatorApiConnection list operation. */
336
+ export interface _OperatorApiConnectionListResult {
337
+ /** The OperatorApiConnection items on this page */
338
+ value: OperatorApiConnection[];
339
+ /** The link to the next page of items */
340
+ nextLink?: string;
341
+ }
342
+ export declare function _operatorApiConnectionListResultDeserializer(item: any): _OperatorApiConnectionListResult;
343
+ export declare function operatorApiConnectionArraySerializer(result: Array<OperatorApiConnection>): any[];
344
+ export declare function operatorApiConnectionArrayDeserializer(result: Array<OperatorApiConnection>): any[];
345
+ /** A Programmable Connectivity Operator API Plans resource. This is a readonly resource that indicates which Operator Network APIs are available in the user's subscription. */
346
+ export interface OperatorApiPlan extends ProxyResource {
347
+ /** The resource-specific properties for this resource. */
348
+ properties?: OperatorApiPlanProperties;
349
+ }
350
+ export declare function operatorApiPlanDeserializer(item: any): OperatorApiPlan;
351
+ /** Operator API Plan properties. */
352
+ export interface OperatorApiPlanProperties {
353
+ /** Name of the Operator this plan belongs to. */
354
+ operatorName?: string;
355
+ /** Standardized Network API name defined by CAMARA specifications. */
356
+ camaraApiName?: string;
357
+ /** List of Azure regions where this offer is supported. */
358
+ supportedLocations?: string[];
359
+ /** List of country/region names where this plan is being supported by the Operator. */
360
+ operatorRegions?: string[];
361
+ /** List of country/region names where this plan is being supported by Azure Marketplace. */
362
+ markets?: string[];
363
+ /** The limits, if any, will be imposed by the operator. */
364
+ limits?: string;
365
+ /** Azure marketplace properties for this plan. */
366
+ marketplaceProperties?: MarketplaceProperties;
367
+ /** The status of the last operation on the Gateway resource. */
368
+ readonly provisioningState?: ProvisioningState;
369
+ }
370
+ export declare function operatorApiPlanPropertiesDeserializer(item: any): OperatorApiPlanProperties;
371
+ /** Azure marketplace properties for a plan. */
372
+ export interface MarketplaceProperties {
373
+ /** Azure marketplace Offer ID for this plan. */
374
+ offerId?: string;
375
+ /** Azure marketplace Legacy Offer ID for this plan. This is used to fetch the details of the plan from the Azure marketplace. */
376
+ legacyOfferId?: string;
377
+ /** Azure marketplace Publisher ID for this plan. */
378
+ publisherId?: string;
379
+ /** Azure marketplace Plan ID for this plan. */
380
+ planId?: string;
381
+ /** Azure marketplace Term ID for this plan. */
382
+ termId?: string;
383
+ }
384
+ export declare function marketplacePropertiesDeserializer(item: any): MarketplaceProperties;
385
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
386
+ export interface ProxyResource extends Resource {
387
+ }
388
+ export declare function proxyResourceDeserializer(item: any): ProxyResource;
389
+ /** The response of a OperatorApiPlan list operation. */
390
+ export interface _OperatorApiPlanListResult {
391
+ /** The OperatorApiPlan items on this page */
392
+ value: OperatorApiPlan[];
393
+ /** The link to the next page of items */
394
+ nextLink?: string;
395
+ }
396
+ export declare function _operatorApiPlanListResultDeserializer(item: any): _OperatorApiPlanListResult;
397
+ export declare function operatorApiPlanArrayDeserializer(result: Array<OperatorApiPlan>): any[];
398
+ /** The available API versions. */
399
+ export declare enum KnownVersions {
400
+ /** The 2024-01-15-preview API version. */
401
+ V20240115Preview = "2024-01-15-preview"
402
+ }
403
+ //# 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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"}