@azure/arm-hybridnetwork 1.0.0-beta.1 → 1.0.0-beta.2

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 (1123) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/LICENSE +4 -4
  3. package/README.md +25 -18
  4. package/dist/browser/hybridNetworkManagementClient.d.ts +34 -0
  5. package/dist/browser/hybridNetworkManagementClient.d.ts.map +1 -0
  6. package/dist/browser/hybridNetworkManagementClient.js +134 -0
  7. package/dist/browser/hybridNetworkManagementClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/dist/browser/index.js +13 -0
  11. package/dist/browser/index.js.map +1 -0
  12. package/dist/browser/lroImpl.d.ts.map +1 -0
  13. package/dist/browser/lroImpl.js +18 -0
  14. package/dist/browser/lroImpl.js.map +1 -0
  15. package/dist/browser/models/index.js.map +1 -0
  16. package/dist/browser/models/mappers.js +3988 -0
  17. package/dist/browser/models/mappers.js.map +1 -0
  18. package/dist/browser/models/parameters.js +391 -0
  19. package/dist/browser/models/parameters.js.map +1 -0
  20. package/dist/browser/operations/artifactManifests.d.ts +128 -0
  21. package/dist/browser/operations/artifactManifests.d.ts.map +1 -0
  22. package/dist/browser/operations/artifactManifests.js +577 -0
  23. package/dist/browser/operations/artifactManifests.js.map +1 -0
  24. package/dist/browser/operations/artifactStores.d.ts +90 -0
  25. package/dist/browser/operations/artifactStores.d.ts.map +1 -0
  26. package/dist/browser/operations/artifactStores.js +398 -0
  27. package/dist/browser/operations/artifactStores.js.map +1 -0
  28. package/dist/browser/operations/components.d.ts +46 -0
  29. package/dist/browser/operations/components.d.ts.map +1 -0
  30. package/dist/browser/operations/components.js +165 -0
  31. package/dist/browser/operations/components.js.map +1 -0
  32. package/dist/browser/operations/configurationGroupSchemas.d.ts +109 -0
  33. package/dist/browser/operations/configurationGroupSchemas.d.ts.map +1 -0
  34. package/dist/browser/operations/configurationGroupSchemas.js +509 -0
  35. package/dist/browser/operations/configurationGroupSchemas.js.map +1 -0
  36. package/dist/browser/operations/configurationGroupValues.d.ts +99 -0
  37. package/dist/browser/operations/configurationGroupValues.d.ts.map +1 -0
  38. package/dist/browser/operations/configurationGroupValues.js +470 -0
  39. package/dist/browser/operations/configurationGroupValues.js.map +1 -0
  40. package/dist/browser/operations/index.d.ts +16 -0
  41. package/dist/browser/operations/index.d.ts.map +1 -0
  42. package/dist/browser/operations/index.js +23 -0
  43. package/dist/browser/operations/index.js.map +1 -0
  44. package/dist/browser/operations/networkFunctionDefinitionGroups.d.ts +93 -0
  45. package/dist/browser/operations/networkFunctionDefinitionGroups.d.ts.map +1 -0
  46. package/dist/browser/operations/networkFunctionDefinitionGroups.js +411 -0
  47. package/dist/browser/operations/networkFunctionDefinitionGroups.js.map +1 -0
  48. package/dist/browser/operations/networkFunctionDefinitionVersions.d.ts +133 -0
  49. package/dist/browser/operations/networkFunctionDefinitionVersions.d.ts.map +1 -0
  50. package/dist/browser/operations/networkFunctionDefinitionVersions.js +556 -0
  51. package/dist/browser/operations/networkFunctionDefinitionVersions.js.map +1 -0
  52. package/dist/browser/operations/networkFunctions.d.ts +117 -0
  53. package/dist/browser/operations/networkFunctions.d.ts.map +1 -0
  54. package/dist/browser/operations/networkFunctions.js +542 -0
  55. package/dist/browser/operations/networkFunctions.js.map +1 -0
  56. package/dist/browser/operations/networkServiceDesignGroups.d.ts +93 -0
  57. package/dist/browser/operations/networkServiceDesignGroups.d.ts.map +1 -0
  58. package/dist/browser/operations/networkServiceDesignGroups.js +411 -0
  59. package/dist/browser/operations/networkServiceDesignGroups.js.map +1 -0
  60. package/dist/browser/operations/networkServiceDesignVersions.d.ts +133 -0
  61. package/dist/browser/operations/networkServiceDesignVersions.d.ts.map +1 -0
  62. package/dist/browser/operations/networkServiceDesignVersions.js +556 -0
  63. package/dist/browser/operations/networkServiceDesignVersions.js.map +1 -0
  64. package/dist/browser/operations/operations.d.ts +32 -0
  65. package/dist/browser/operations/operations.d.ts.map +1 -0
  66. package/dist/browser/operations/operations.js +116 -0
  67. package/dist/browser/operations/operations.js.map +1 -0
  68. package/dist/browser/operations/proxyArtifact.d.ts +93 -0
  69. package/dist/browser/operations/proxyArtifact.d.ts.map +1 -0
  70. package/dist/browser/operations/proxyArtifact.js +379 -0
  71. package/dist/browser/operations/proxyArtifact.js.map +1 -0
  72. package/dist/browser/operations/publishers.d.ts +96 -0
  73. package/dist/browser/operations/publishers.d.ts.map +1 -0
  74. package/dist/browser/operations/publishers.js +462 -0
  75. package/dist/browser/operations/publishers.js.map +1 -0
  76. package/dist/browser/operations/siteNetworkServices.d.ts +99 -0
  77. package/dist/browser/operations/siteNetworkServices.d.ts.map +1 -0
  78. package/dist/browser/operations/siteNetworkServices.js +465 -0
  79. package/dist/browser/operations/siteNetworkServices.js.map +1 -0
  80. package/dist/browser/operations/sites.d.ts +99 -0
  81. package/dist/browser/operations/sites.d.ts.map +1 -0
  82. package/dist/browser/operations/sites.js +465 -0
  83. package/dist/browser/operations/sites.js.map +1 -0
  84. package/dist/browser/operationsInterfaces/artifactManifests.d.ts +101 -0
  85. package/dist/browser/operationsInterfaces/artifactManifests.d.ts.map +1 -0
  86. package/dist/browser/operationsInterfaces/artifactManifests.js.map +1 -0
  87. package/dist/browser/operationsInterfaces/artifactStores.d.ts +65 -0
  88. package/dist/browser/operationsInterfaces/artifactStores.d.ts.map +1 -0
  89. package/dist/browser/operationsInterfaces/artifactStores.js.map +1 -0
  90. package/dist/browser/operationsInterfaces/components.d.ts +21 -0
  91. package/dist/browser/operationsInterfaces/components.d.ts.map +1 -0
  92. package/dist/browser/operationsInterfaces/components.js.map +1 -0
  93. package/dist/browser/operationsInterfaces/configurationGroupSchemas.d.ts +84 -0
  94. package/dist/browser/operationsInterfaces/configurationGroupSchemas.d.ts.map +1 -0
  95. package/dist/browser/operationsInterfaces/configurationGroupSchemas.js.map +1 -0
  96. package/dist/browser/operationsInterfaces/configurationGroupValues.d.ts +63 -0
  97. package/dist/browser/operationsInterfaces/configurationGroupValues.d.ts.map +1 -0
  98. package/dist/browser/operationsInterfaces/configurationGroupValues.js.map +1 -0
  99. package/dist/browser/operationsInterfaces/index.d.ts +16 -0
  100. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  101. package/dist/browser/operationsInterfaces/index.js +23 -0
  102. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  103. package/dist/browser/operationsInterfaces/networkFunctionDefinitionGroups.d.ts +68 -0
  104. package/dist/browser/operationsInterfaces/networkFunctionDefinitionGroups.d.ts.map +1 -0
  105. package/dist/browser/operationsInterfaces/networkFunctionDefinitionGroups.js.map +1 -0
  106. package/dist/browser/operationsInterfaces/networkFunctionDefinitionVersions.d.ts +104 -0
  107. package/dist/browser/operationsInterfaces/networkFunctionDefinitionVersions.d.ts.map +1 -0
  108. package/dist/browser/operationsInterfaces/networkFunctionDefinitionVersions.js.map +1 -0
  109. package/dist/browser/operationsInterfaces/networkFunctions.d.ts +81 -0
  110. package/dist/browser/operationsInterfaces/networkFunctions.d.ts.map +1 -0
  111. package/dist/browser/operationsInterfaces/networkFunctions.js.map +1 -0
  112. package/dist/browser/operationsInterfaces/networkServiceDesignGroups.d.ts +68 -0
  113. package/dist/browser/operationsInterfaces/networkServiceDesignGroups.d.ts.map +1 -0
  114. package/dist/browser/operationsInterfaces/networkServiceDesignGroups.js.map +1 -0
  115. package/dist/browser/operationsInterfaces/networkServiceDesignVersions.d.ts +104 -0
  116. package/dist/browser/operationsInterfaces/networkServiceDesignVersions.d.ts.map +1 -0
  117. package/dist/browser/operationsInterfaces/networkServiceDesignVersions.js.map +1 -0
  118. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  119. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  120. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  121. package/dist/browser/operationsInterfaces/proxyArtifact.d.ts +46 -0
  122. package/dist/browser/operationsInterfaces/proxyArtifact.d.ts.map +1 -0
  123. package/dist/browser/operationsInterfaces/proxyArtifact.js.map +1 -0
  124. package/dist/browser/operationsInterfaces/publishers.d.ts +60 -0
  125. package/dist/browser/operationsInterfaces/publishers.d.ts.map +1 -0
  126. package/dist/browser/operationsInterfaces/publishers.js.map +1 -0
  127. package/dist/browser/operationsInterfaces/siteNetworkServices.d.ts +63 -0
  128. package/dist/browser/operationsInterfaces/siteNetworkServices.d.ts.map +1 -0
  129. package/dist/browser/operationsInterfaces/siteNetworkServices.js.map +1 -0
  130. package/dist/browser/operationsInterfaces/sites.d.ts +63 -0
  131. package/dist/browser/operationsInterfaces/sites.d.ts.map +1 -0
  132. package/dist/browser/operationsInterfaces/sites.js.map +1 -0
  133. package/dist/browser/package.json +3 -0
  134. package/dist/browser/pagingHelper.js +30 -0
  135. package/dist/browser/pagingHelper.js.map +1 -0
  136. package/dist/commonjs/hybridNetworkManagementClient.d.ts +34 -0
  137. package/dist/commonjs/hybridNetworkManagementClient.d.ts.map +1 -0
  138. package/dist/commonjs/hybridNetworkManagementClient.js +139 -0
  139. package/dist/commonjs/hybridNetworkManagementClient.js.map +1 -0
  140. package/dist/commonjs/index.d.ts +5 -0
  141. package/dist/commonjs/index.d.ts.map +1 -0
  142. package/dist/commonjs/index.js +19 -0
  143. package/dist/commonjs/index.js.map +1 -0
  144. package/dist/commonjs/lroImpl.d.ts +11 -0
  145. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  146. package/dist/commonjs/lroImpl.js +21 -0
  147. package/dist/commonjs/lroImpl.js.map +1 -0
  148. package/dist/commonjs/models/index.d.ts +2795 -0
  149. package/dist/commonjs/models/index.d.ts.map +1 -0
  150. package/dist/commonjs/models/index.js +389 -0
  151. package/dist/commonjs/models/index.js.map +1 -0
  152. package/dist/commonjs/models/mappers.d.ts +199 -0
  153. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  154. package/dist/commonjs/models/mappers.js +3994 -0
  155. package/dist/commonjs/models/mappers.js.map +1 -0
  156. package/dist/commonjs/models/parameters.d.ts +45 -0
  157. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  158. package/dist/commonjs/models/parameters.js +394 -0
  159. package/dist/commonjs/models/parameters.js.map +1 -0
  160. package/dist/commonjs/operations/artifactManifests.d.ts +128 -0
  161. package/dist/commonjs/operations/artifactManifests.d.ts.map +1 -0
  162. package/dist/commonjs/operations/artifactManifests.js +582 -0
  163. package/dist/commonjs/operations/artifactManifests.js.map +1 -0
  164. package/dist/commonjs/operations/artifactStores.d.ts +90 -0
  165. package/dist/commonjs/operations/artifactStores.d.ts.map +1 -0
  166. package/dist/commonjs/operations/artifactStores.js +403 -0
  167. package/dist/commonjs/operations/artifactStores.js.map +1 -0
  168. package/dist/commonjs/operations/components.d.ts +46 -0
  169. package/dist/commonjs/operations/components.d.ts.map +1 -0
  170. package/dist/commonjs/operations/components.js +170 -0
  171. package/dist/commonjs/operations/components.js.map +1 -0
  172. package/dist/commonjs/operations/configurationGroupSchemas.d.ts +109 -0
  173. package/dist/commonjs/operations/configurationGroupSchemas.d.ts.map +1 -0
  174. package/dist/commonjs/operations/configurationGroupSchemas.js +514 -0
  175. package/dist/commonjs/operations/configurationGroupSchemas.js.map +1 -0
  176. package/dist/commonjs/operations/configurationGroupValues.d.ts +99 -0
  177. package/dist/commonjs/operations/configurationGroupValues.d.ts.map +1 -0
  178. package/dist/commonjs/operations/configurationGroupValues.js +475 -0
  179. package/dist/commonjs/operations/configurationGroupValues.js.map +1 -0
  180. package/dist/commonjs/operations/index.d.ts +16 -0
  181. package/dist/commonjs/operations/index.d.ts.map +1 -0
  182. package/dist/commonjs/operations/index.js +26 -0
  183. package/dist/commonjs/operations/index.js.map +1 -0
  184. package/dist/commonjs/operations/networkFunctionDefinitionGroups.d.ts +93 -0
  185. package/dist/commonjs/operations/networkFunctionDefinitionGroups.d.ts.map +1 -0
  186. package/dist/commonjs/operations/networkFunctionDefinitionGroups.js +416 -0
  187. package/dist/commonjs/operations/networkFunctionDefinitionGroups.js.map +1 -0
  188. package/dist/commonjs/operations/networkFunctionDefinitionVersions.d.ts +133 -0
  189. package/dist/commonjs/operations/networkFunctionDefinitionVersions.d.ts.map +1 -0
  190. package/dist/commonjs/operations/networkFunctionDefinitionVersions.js +561 -0
  191. package/dist/commonjs/operations/networkFunctionDefinitionVersions.js.map +1 -0
  192. package/dist/commonjs/operations/networkFunctions.d.ts +117 -0
  193. package/dist/commonjs/operations/networkFunctions.d.ts.map +1 -0
  194. package/dist/commonjs/operations/networkFunctions.js +547 -0
  195. package/dist/commonjs/operations/networkFunctions.js.map +1 -0
  196. package/dist/commonjs/operations/networkServiceDesignGroups.d.ts +93 -0
  197. package/dist/commonjs/operations/networkServiceDesignGroups.d.ts.map +1 -0
  198. package/dist/commonjs/operations/networkServiceDesignGroups.js +416 -0
  199. package/dist/commonjs/operations/networkServiceDesignGroups.js.map +1 -0
  200. package/dist/commonjs/operations/networkServiceDesignVersions.d.ts +133 -0
  201. package/dist/commonjs/operations/networkServiceDesignVersions.d.ts.map +1 -0
  202. package/dist/commonjs/operations/networkServiceDesignVersions.js +561 -0
  203. package/dist/commonjs/operations/networkServiceDesignVersions.js.map +1 -0
  204. package/dist/commonjs/operations/operations.d.ts +32 -0
  205. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  206. package/dist/commonjs/operations/operations.js +121 -0
  207. package/dist/commonjs/operations/operations.js.map +1 -0
  208. package/dist/commonjs/operations/proxyArtifact.d.ts +93 -0
  209. package/dist/commonjs/operations/proxyArtifact.d.ts.map +1 -0
  210. package/dist/commonjs/operations/proxyArtifact.js +384 -0
  211. package/dist/commonjs/operations/proxyArtifact.js.map +1 -0
  212. package/dist/commonjs/operations/publishers.d.ts +96 -0
  213. package/dist/commonjs/operations/publishers.d.ts.map +1 -0
  214. package/dist/commonjs/operations/publishers.js +467 -0
  215. package/dist/commonjs/operations/publishers.js.map +1 -0
  216. package/dist/commonjs/operations/siteNetworkServices.d.ts +99 -0
  217. package/dist/commonjs/operations/siteNetworkServices.d.ts.map +1 -0
  218. package/dist/commonjs/operations/siteNetworkServices.js +470 -0
  219. package/dist/commonjs/operations/siteNetworkServices.js.map +1 -0
  220. package/dist/commonjs/operations/sites.d.ts +99 -0
  221. package/dist/commonjs/operations/sites.d.ts.map +1 -0
  222. package/dist/commonjs/operations/sites.js +470 -0
  223. package/dist/commonjs/operations/sites.js.map +1 -0
  224. package/dist/commonjs/operationsInterfaces/artifactManifests.d.ts +101 -0
  225. package/dist/commonjs/operationsInterfaces/artifactManifests.d.ts.map +1 -0
  226. package/dist/commonjs/operationsInterfaces/artifactManifests.js +10 -0
  227. package/dist/commonjs/operationsInterfaces/artifactManifests.js.map +1 -0
  228. package/dist/commonjs/operationsInterfaces/artifactStores.d.ts +65 -0
  229. package/dist/commonjs/operationsInterfaces/artifactStores.d.ts.map +1 -0
  230. package/dist/commonjs/operationsInterfaces/artifactStores.js +10 -0
  231. package/dist/commonjs/operationsInterfaces/artifactStores.js.map +1 -0
  232. package/dist/commonjs/operationsInterfaces/components.d.ts +21 -0
  233. package/dist/commonjs/operationsInterfaces/components.d.ts.map +1 -0
  234. package/dist/commonjs/operationsInterfaces/components.js +10 -0
  235. package/dist/commonjs/operationsInterfaces/components.js.map +1 -0
  236. package/dist/commonjs/operationsInterfaces/configurationGroupSchemas.d.ts +84 -0
  237. package/dist/commonjs/operationsInterfaces/configurationGroupSchemas.d.ts.map +1 -0
  238. package/dist/commonjs/operationsInterfaces/configurationGroupSchemas.js +10 -0
  239. package/dist/commonjs/operationsInterfaces/configurationGroupSchemas.js.map +1 -0
  240. package/dist/commonjs/operationsInterfaces/configurationGroupValues.d.ts +63 -0
  241. package/dist/commonjs/operationsInterfaces/configurationGroupValues.d.ts.map +1 -0
  242. package/dist/commonjs/operationsInterfaces/configurationGroupValues.js +10 -0
  243. package/dist/commonjs/operationsInterfaces/configurationGroupValues.js.map +1 -0
  244. package/dist/commonjs/operationsInterfaces/index.d.ts +16 -0
  245. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  246. package/dist/commonjs/operationsInterfaces/index.js +26 -0
  247. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  248. package/dist/commonjs/operationsInterfaces/networkFunctionDefinitionGroups.d.ts +68 -0
  249. package/dist/commonjs/operationsInterfaces/networkFunctionDefinitionGroups.d.ts.map +1 -0
  250. package/dist/commonjs/operationsInterfaces/networkFunctionDefinitionGroups.js +10 -0
  251. package/dist/commonjs/operationsInterfaces/networkFunctionDefinitionGroups.js.map +1 -0
  252. package/dist/commonjs/operationsInterfaces/networkFunctionDefinitionVersions.d.ts +104 -0
  253. package/dist/commonjs/operationsInterfaces/networkFunctionDefinitionVersions.d.ts.map +1 -0
  254. package/dist/commonjs/operationsInterfaces/networkFunctionDefinitionVersions.js +10 -0
  255. package/dist/commonjs/operationsInterfaces/networkFunctionDefinitionVersions.js.map +1 -0
  256. package/dist/commonjs/operationsInterfaces/networkFunctions.d.ts +81 -0
  257. package/dist/commonjs/operationsInterfaces/networkFunctions.d.ts.map +1 -0
  258. package/dist/commonjs/operationsInterfaces/networkFunctions.js +10 -0
  259. package/dist/commonjs/operationsInterfaces/networkFunctions.js.map +1 -0
  260. package/dist/commonjs/operationsInterfaces/networkServiceDesignGroups.d.ts +68 -0
  261. package/dist/commonjs/operationsInterfaces/networkServiceDesignGroups.d.ts.map +1 -0
  262. package/dist/commonjs/operationsInterfaces/networkServiceDesignGroups.js +10 -0
  263. package/dist/commonjs/operationsInterfaces/networkServiceDesignGroups.js.map +1 -0
  264. package/dist/commonjs/operationsInterfaces/networkServiceDesignVersions.d.ts +104 -0
  265. package/dist/commonjs/operationsInterfaces/networkServiceDesignVersions.d.ts.map +1 -0
  266. package/dist/commonjs/operationsInterfaces/networkServiceDesignVersions.js +10 -0
  267. package/dist/commonjs/operationsInterfaces/networkServiceDesignVersions.js.map +1 -0
  268. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  269. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  270. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  271. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  272. package/dist/commonjs/operationsInterfaces/proxyArtifact.d.ts +46 -0
  273. package/dist/commonjs/operationsInterfaces/proxyArtifact.d.ts.map +1 -0
  274. package/dist/commonjs/operationsInterfaces/proxyArtifact.js +10 -0
  275. package/dist/commonjs/operationsInterfaces/proxyArtifact.js.map +1 -0
  276. package/dist/commonjs/operationsInterfaces/publishers.d.ts +60 -0
  277. package/dist/commonjs/operationsInterfaces/publishers.d.ts.map +1 -0
  278. package/dist/commonjs/operationsInterfaces/publishers.js +10 -0
  279. package/dist/commonjs/operationsInterfaces/publishers.js.map +1 -0
  280. package/dist/commonjs/operationsInterfaces/siteNetworkServices.d.ts +63 -0
  281. package/dist/commonjs/operationsInterfaces/siteNetworkServices.d.ts.map +1 -0
  282. package/dist/commonjs/operationsInterfaces/siteNetworkServices.js +10 -0
  283. package/dist/commonjs/operationsInterfaces/siteNetworkServices.js.map +1 -0
  284. package/dist/commonjs/operationsInterfaces/sites.d.ts +63 -0
  285. package/dist/commonjs/operationsInterfaces/sites.d.ts.map +1 -0
  286. package/dist/commonjs/operationsInterfaces/sites.js +10 -0
  287. package/dist/commonjs/operationsInterfaces/sites.js.map +1 -0
  288. package/dist/commonjs/package.json +3 -0
  289. package/dist/commonjs/pagingHelper.d.ts +13 -0
  290. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  291. package/dist/commonjs/pagingHelper.js +34 -0
  292. package/dist/commonjs/pagingHelper.js.map +1 -0
  293. package/dist/commonjs/tsdoc-metadata.json +11 -0
  294. package/dist/esm/hybridNetworkManagementClient.d.ts +34 -0
  295. package/dist/esm/hybridNetworkManagementClient.d.ts.map +1 -0
  296. package/dist/esm/hybridNetworkManagementClient.js +134 -0
  297. package/dist/esm/hybridNetworkManagementClient.js.map +1 -0
  298. package/dist/esm/index.d.ts +5 -0
  299. package/dist/esm/index.d.ts.map +1 -0
  300. package/dist/esm/index.js +13 -0
  301. package/dist/esm/index.js.map +1 -0
  302. package/dist/esm/lroImpl.d.ts +11 -0
  303. package/dist/esm/lroImpl.d.ts.map +1 -0
  304. package/dist/esm/lroImpl.js +18 -0
  305. package/dist/esm/lroImpl.js.map +1 -0
  306. package/dist/esm/models/index.d.ts +2795 -0
  307. package/dist/esm/models/index.d.ts.map +1 -0
  308. package/dist/esm/models/index.js +386 -0
  309. package/dist/esm/models/index.js.map +1 -0
  310. package/dist/esm/models/mappers.d.ts +199 -0
  311. package/dist/esm/models/mappers.d.ts.map +1 -0
  312. package/dist/esm/models/mappers.js +3988 -0
  313. package/dist/esm/models/mappers.js.map +1 -0
  314. package/dist/esm/models/parameters.d.ts +45 -0
  315. package/dist/esm/models/parameters.d.ts.map +1 -0
  316. package/dist/esm/models/parameters.js +391 -0
  317. package/dist/esm/models/parameters.js.map +1 -0
  318. package/dist/esm/operations/artifactManifests.d.ts +128 -0
  319. package/dist/esm/operations/artifactManifests.d.ts.map +1 -0
  320. package/dist/esm/operations/artifactManifests.js +577 -0
  321. package/dist/esm/operations/artifactManifests.js.map +1 -0
  322. package/dist/esm/operations/artifactStores.d.ts +90 -0
  323. package/dist/esm/operations/artifactStores.d.ts.map +1 -0
  324. package/dist/esm/operations/artifactStores.js +398 -0
  325. package/dist/esm/operations/artifactStores.js.map +1 -0
  326. package/dist/esm/operations/components.d.ts +46 -0
  327. package/dist/esm/operations/components.d.ts.map +1 -0
  328. package/dist/esm/operations/components.js +165 -0
  329. package/dist/esm/operations/components.js.map +1 -0
  330. package/dist/esm/operations/configurationGroupSchemas.d.ts +109 -0
  331. package/dist/esm/operations/configurationGroupSchemas.d.ts.map +1 -0
  332. package/dist/esm/operations/configurationGroupSchemas.js +509 -0
  333. package/dist/esm/operations/configurationGroupSchemas.js.map +1 -0
  334. package/dist/esm/operations/configurationGroupValues.d.ts +99 -0
  335. package/dist/esm/operations/configurationGroupValues.d.ts.map +1 -0
  336. package/dist/esm/operations/configurationGroupValues.js +470 -0
  337. package/dist/esm/operations/configurationGroupValues.js.map +1 -0
  338. package/dist/esm/operations/index.d.ts +16 -0
  339. package/dist/esm/operations/index.d.ts.map +1 -0
  340. package/dist/esm/operations/index.js +23 -0
  341. package/dist/esm/operations/index.js.map +1 -0
  342. package/dist/esm/operations/networkFunctionDefinitionGroups.d.ts +93 -0
  343. package/dist/esm/operations/networkFunctionDefinitionGroups.d.ts.map +1 -0
  344. package/dist/esm/operations/networkFunctionDefinitionGroups.js +411 -0
  345. package/dist/esm/operations/networkFunctionDefinitionGroups.js.map +1 -0
  346. package/dist/esm/operations/networkFunctionDefinitionVersions.d.ts +133 -0
  347. package/dist/esm/operations/networkFunctionDefinitionVersions.d.ts.map +1 -0
  348. package/dist/esm/operations/networkFunctionDefinitionVersions.js +556 -0
  349. package/dist/esm/operations/networkFunctionDefinitionVersions.js.map +1 -0
  350. package/dist/esm/operations/networkFunctions.d.ts +117 -0
  351. package/dist/esm/operations/networkFunctions.d.ts.map +1 -0
  352. package/dist/esm/operations/networkFunctions.js +542 -0
  353. package/dist/esm/operations/networkFunctions.js.map +1 -0
  354. package/dist/esm/operations/networkServiceDesignGroups.d.ts +93 -0
  355. package/dist/esm/operations/networkServiceDesignGroups.d.ts.map +1 -0
  356. package/dist/esm/operations/networkServiceDesignGroups.js +411 -0
  357. package/dist/esm/operations/networkServiceDesignGroups.js.map +1 -0
  358. package/dist/esm/operations/networkServiceDesignVersions.d.ts +133 -0
  359. package/dist/esm/operations/networkServiceDesignVersions.d.ts.map +1 -0
  360. package/dist/esm/operations/networkServiceDesignVersions.js +556 -0
  361. package/dist/esm/operations/networkServiceDesignVersions.js.map +1 -0
  362. package/dist/esm/operations/operations.d.ts +32 -0
  363. package/dist/esm/operations/operations.d.ts.map +1 -0
  364. package/dist/esm/operations/operations.js +116 -0
  365. package/dist/esm/operations/operations.js.map +1 -0
  366. package/dist/esm/operations/proxyArtifact.d.ts +93 -0
  367. package/dist/esm/operations/proxyArtifact.d.ts.map +1 -0
  368. package/dist/esm/operations/proxyArtifact.js +379 -0
  369. package/dist/esm/operations/proxyArtifact.js.map +1 -0
  370. package/dist/esm/operations/publishers.d.ts +96 -0
  371. package/dist/esm/operations/publishers.d.ts.map +1 -0
  372. package/dist/esm/operations/publishers.js +462 -0
  373. package/dist/esm/operations/publishers.js.map +1 -0
  374. package/dist/esm/operations/siteNetworkServices.d.ts +99 -0
  375. package/dist/esm/operations/siteNetworkServices.d.ts.map +1 -0
  376. package/dist/esm/operations/siteNetworkServices.js +465 -0
  377. package/dist/esm/operations/siteNetworkServices.js.map +1 -0
  378. package/dist/esm/operations/sites.d.ts +99 -0
  379. package/dist/esm/operations/sites.d.ts.map +1 -0
  380. package/dist/esm/operations/sites.js +465 -0
  381. package/dist/esm/operations/sites.js.map +1 -0
  382. package/dist/esm/operationsInterfaces/artifactManifests.d.ts +101 -0
  383. package/dist/esm/operationsInterfaces/artifactManifests.d.ts.map +1 -0
  384. package/dist/esm/operationsInterfaces/artifactManifests.js +9 -0
  385. package/dist/esm/operationsInterfaces/artifactManifests.js.map +1 -0
  386. package/dist/esm/operationsInterfaces/artifactStores.d.ts +65 -0
  387. package/dist/esm/operationsInterfaces/artifactStores.d.ts.map +1 -0
  388. package/dist/esm/operationsInterfaces/artifactStores.js +9 -0
  389. package/dist/esm/operationsInterfaces/artifactStores.js.map +1 -0
  390. package/dist/esm/operationsInterfaces/components.d.ts +21 -0
  391. package/dist/esm/operationsInterfaces/components.d.ts.map +1 -0
  392. package/dist/esm/operationsInterfaces/components.js +9 -0
  393. package/dist/esm/operationsInterfaces/components.js.map +1 -0
  394. package/dist/esm/operationsInterfaces/configurationGroupSchemas.d.ts +84 -0
  395. package/dist/esm/operationsInterfaces/configurationGroupSchemas.d.ts.map +1 -0
  396. package/dist/esm/operationsInterfaces/configurationGroupSchemas.js +9 -0
  397. package/dist/esm/operationsInterfaces/configurationGroupSchemas.js.map +1 -0
  398. package/dist/esm/operationsInterfaces/configurationGroupValues.d.ts +63 -0
  399. package/dist/esm/operationsInterfaces/configurationGroupValues.d.ts.map +1 -0
  400. package/dist/esm/operationsInterfaces/configurationGroupValues.js +9 -0
  401. package/dist/esm/operationsInterfaces/configurationGroupValues.js.map +1 -0
  402. package/dist/esm/operationsInterfaces/index.d.ts +16 -0
  403. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  404. package/dist/esm/operationsInterfaces/index.js +23 -0
  405. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  406. package/dist/esm/operationsInterfaces/networkFunctionDefinitionGroups.d.ts +68 -0
  407. package/dist/esm/operationsInterfaces/networkFunctionDefinitionGroups.d.ts.map +1 -0
  408. package/dist/esm/operationsInterfaces/networkFunctionDefinitionGroups.js +9 -0
  409. package/dist/esm/operationsInterfaces/networkFunctionDefinitionGroups.js.map +1 -0
  410. package/dist/esm/operationsInterfaces/networkFunctionDefinitionVersions.d.ts +104 -0
  411. package/dist/esm/operationsInterfaces/networkFunctionDefinitionVersions.d.ts.map +1 -0
  412. package/dist/esm/operationsInterfaces/networkFunctionDefinitionVersions.js +9 -0
  413. package/dist/esm/operationsInterfaces/networkFunctionDefinitionVersions.js.map +1 -0
  414. package/dist/esm/operationsInterfaces/networkFunctions.d.ts +81 -0
  415. package/dist/esm/operationsInterfaces/networkFunctions.d.ts.map +1 -0
  416. package/dist/esm/operationsInterfaces/networkFunctions.js +9 -0
  417. package/dist/esm/operationsInterfaces/networkFunctions.js.map +1 -0
  418. package/dist/esm/operationsInterfaces/networkServiceDesignGroups.d.ts +68 -0
  419. package/dist/esm/operationsInterfaces/networkServiceDesignGroups.d.ts.map +1 -0
  420. package/dist/esm/operationsInterfaces/networkServiceDesignGroups.js +9 -0
  421. package/dist/esm/operationsInterfaces/networkServiceDesignGroups.js.map +1 -0
  422. package/dist/esm/operationsInterfaces/networkServiceDesignVersions.d.ts +104 -0
  423. package/dist/esm/operationsInterfaces/networkServiceDesignVersions.d.ts.map +1 -0
  424. package/dist/esm/operationsInterfaces/networkServiceDesignVersions.js +9 -0
  425. package/dist/esm/operationsInterfaces/networkServiceDesignVersions.js.map +1 -0
  426. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  427. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  428. package/dist/esm/operationsInterfaces/operations.js +9 -0
  429. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  430. package/dist/esm/operationsInterfaces/proxyArtifact.d.ts +46 -0
  431. package/dist/esm/operationsInterfaces/proxyArtifact.d.ts.map +1 -0
  432. package/dist/esm/operationsInterfaces/proxyArtifact.js +9 -0
  433. package/dist/esm/operationsInterfaces/proxyArtifact.js.map +1 -0
  434. package/dist/esm/operationsInterfaces/publishers.d.ts +60 -0
  435. package/dist/esm/operationsInterfaces/publishers.d.ts.map +1 -0
  436. package/dist/esm/operationsInterfaces/publishers.js +9 -0
  437. package/dist/esm/operationsInterfaces/publishers.js.map +1 -0
  438. package/dist/esm/operationsInterfaces/siteNetworkServices.d.ts +63 -0
  439. package/dist/esm/operationsInterfaces/siteNetworkServices.d.ts.map +1 -0
  440. package/dist/esm/operationsInterfaces/siteNetworkServices.js +9 -0
  441. package/dist/esm/operationsInterfaces/siteNetworkServices.js.map +1 -0
  442. package/dist/esm/operationsInterfaces/sites.d.ts +63 -0
  443. package/dist/esm/operationsInterfaces/sites.d.ts.map +1 -0
  444. package/dist/esm/operationsInterfaces/sites.js +9 -0
  445. package/dist/esm/operationsInterfaces/sites.js.map +1 -0
  446. package/dist/esm/package.json +3 -0
  447. package/dist/esm/pagingHelper.d.ts +13 -0
  448. package/dist/esm/pagingHelper.d.ts.map +1 -0
  449. package/dist/esm/pagingHelper.js +30 -0
  450. package/dist/esm/pagingHelper.js.map +1 -0
  451. package/dist/react-native/hybridNetworkManagementClient.d.ts +34 -0
  452. package/dist/react-native/hybridNetworkManagementClient.d.ts.map +1 -0
  453. package/dist/react-native/hybridNetworkManagementClient.js +134 -0
  454. package/dist/react-native/hybridNetworkManagementClient.js.map +1 -0
  455. package/dist/react-native/index.d.ts +5 -0
  456. package/dist/react-native/index.d.ts.map +1 -0
  457. package/dist/react-native/index.js +13 -0
  458. package/dist/react-native/index.js.map +1 -0
  459. package/dist/react-native/lroImpl.d.ts +11 -0
  460. package/dist/react-native/lroImpl.d.ts.map +1 -0
  461. package/dist/react-native/lroImpl.js +18 -0
  462. package/dist/react-native/lroImpl.js.map +1 -0
  463. package/dist/react-native/models/index.d.ts +2795 -0
  464. package/dist/react-native/models/index.d.ts.map +1 -0
  465. package/dist/react-native/models/index.js +386 -0
  466. package/dist/react-native/models/index.js.map +1 -0
  467. package/dist/react-native/models/mappers.d.ts +199 -0
  468. package/dist/react-native/models/mappers.d.ts.map +1 -0
  469. package/dist/react-native/models/mappers.js +3988 -0
  470. package/dist/react-native/models/mappers.js.map +1 -0
  471. package/dist/react-native/models/parameters.d.ts +45 -0
  472. package/dist/react-native/models/parameters.d.ts.map +1 -0
  473. package/dist/react-native/models/parameters.js +391 -0
  474. package/dist/react-native/models/parameters.js.map +1 -0
  475. package/dist/react-native/operations/artifactManifests.d.ts +128 -0
  476. package/dist/react-native/operations/artifactManifests.d.ts.map +1 -0
  477. package/dist/react-native/operations/artifactManifests.js +577 -0
  478. package/dist/react-native/operations/artifactManifests.js.map +1 -0
  479. package/dist/react-native/operations/artifactStores.d.ts +90 -0
  480. package/dist/react-native/operations/artifactStores.d.ts.map +1 -0
  481. package/dist/react-native/operations/artifactStores.js +398 -0
  482. package/dist/react-native/operations/artifactStores.js.map +1 -0
  483. package/dist/react-native/operations/components.d.ts +46 -0
  484. package/dist/react-native/operations/components.d.ts.map +1 -0
  485. package/dist/react-native/operations/components.js +165 -0
  486. package/dist/react-native/operations/components.js.map +1 -0
  487. package/dist/react-native/operations/configurationGroupSchemas.d.ts +109 -0
  488. package/dist/react-native/operations/configurationGroupSchemas.d.ts.map +1 -0
  489. package/dist/react-native/operations/configurationGroupSchemas.js +509 -0
  490. package/dist/react-native/operations/configurationGroupSchemas.js.map +1 -0
  491. package/dist/react-native/operations/configurationGroupValues.d.ts +99 -0
  492. package/dist/react-native/operations/configurationGroupValues.d.ts.map +1 -0
  493. package/dist/react-native/operations/configurationGroupValues.js +470 -0
  494. package/dist/react-native/operations/configurationGroupValues.js.map +1 -0
  495. package/dist/react-native/operations/index.d.ts +16 -0
  496. package/dist/react-native/operations/index.d.ts.map +1 -0
  497. package/dist/react-native/operations/index.js +23 -0
  498. package/dist/react-native/operations/index.js.map +1 -0
  499. package/dist/react-native/operations/networkFunctionDefinitionGroups.d.ts +93 -0
  500. package/dist/react-native/operations/networkFunctionDefinitionGroups.d.ts.map +1 -0
  501. package/dist/react-native/operations/networkFunctionDefinitionGroups.js +411 -0
  502. package/dist/react-native/operations/networkFunctionDefinitionGroups.js.map +1 -0
  503. package/dist/react-native/operations/networkFunctionDefinitionVersions.d.ts +133 -0
  504. package/dist/react-native/operations/networkFunctionDefinitionVersions.d.ts.map +1 -0
  505. package/dist/react-native/operations/networkFunctionDefinitionVersions.js +556 -0
  506. package/dist/react-native/operations/networkFunctionDefinitionVersions.js.map +1 -0
  507. package/dist/react-native/operations/networkFunctions.d.ts +117 -0
  508. package/dist/react-native/operations/networkFunctions.d.ts.map +1 -0
  509. package/dist/react-native/operations/networkFunctions.js +542 -0
  510. package/dist/react-native/operations/networkFunctions.js.map +1 -0
  511. package/dist/react-native/operations/networkServiceDesignGroups.d.ts +93 -0
  512. package/dist/react-native/operations/networkServiceDesignGroups.d.ts.map +1 -0
  513. package/dist/react-native/operations/networkServiceDesignGroups.js +411 -0
  514. package/dist/react-native/operations/networkServiceDesignGroups.js.map +1 -0
  515. package/dist/react-native/operations/networkServiceDesignVersions.d.ts +133 -0
  516. package/dist/react-native/operations/networkServiceDesignVersions.d.ts.map +1 -0
  517. package/dist/react-native/operations/networkServiceDesignVersions.js +556 -0
  518. package/dist/react-native/operations/networkServiceDesignVersions.js.map +1 -0
  519. package/dist/react-native/operations/operations.d.ts +32 -0
  520. package/dist/react-native/operations/operations.d.ts.map +1 -0
  521. package/dist/react-native/operations/operations.js +116 -0
  522. package/dist/react-native/operations/operations.js.map +1 -0
  523. package/dist/react-native/operations/proxyArtifact.d.ts +93 -0
  524. package/dist/react-native/operations/proxyArtifact.d.ts.map +1 -0
  525. package/dist/react-native/operations/proxyArtifact.js +379 -0
  526. package/dist/react-native/operations/proxyArtifact.js.map +1 -0
  527. package/dist/react-native/operations/publishers.d.ts +96 -0
  528. package/dist/react-native/operations/publishers.d.ts.map +1 -0
  529. package/dist/react-native/operations/publishers.js +462 -0
  530. package/dist/react-native/operations/publishers.js.map +1 -0
  531. package/dist/react-native/operations/siteNetworkServices.d.ts +99 -0
  532. package/dist/react-native/operations/siteNetworkServices.d.ts.map +1 -0
  533. package/dist/react-native/operations/siteNetworkServices.js +465 -0
  534. package/dist/react-native/operations/siteNetworkServices.js.map +1 -0
  535. package/dist/react-native/operations/sites.d.ts +99 -0
  536. package/dist/react-native/operations/sites.d.ts.map +1 -0
  537. package/dist/react-native/operations/sites.js +465 -0
  538. package/dist/react-native/operations/sites.js.map +1 -0
  539. package/dist/react-native/operationsInterfaces/artifactManifests.d.ts +101 -0
  540. package/dist/react-native/operationsInterfaces/artifactManifests.d.ts.map +1 -0
  541. package/dist/react-native/operationsInterfaces/artifactManifests.js +9 -0
  542. package/dist/react-native/operationsInterfaces/artifactManifests.js.map +1 -0
  543. package/dist/react-native/operationsInterfaces/artifactStores.d.ts +65 -0
  544. package/dist/react-native/operationsInterfaces/artifactStores.d.ts.map +1 -0
  545. package/dist/react-native/operationsInterfaces/artifactStores.js +9 -0
  546. package/dist/react-native/operationsInterfaces/artifactStores.js.map +1 -0
  547. package/dist/react-native/operationsInterfaces/components.d.ts +21 -0
  548. package/dist/react-native/operationsInterfaces/components.d.ts.map +1 -0
  549. package/dist/react-native/operationsInterfaces/components.js +9 -0
  550. package/dist/react-native/operationsInterfaces/components.js.map +1 -0
  551. package/dist/react-native/operationsInterfaces/configurationGroupSchemas.d.ts +84 -0
  552. package/dist/react-native/operationsInterfaces/configurationGroupSchemas.d.ts.map +1 -0
  553. package/dist/react-native/operationsInterfaces/configurationGroupSchemas.js +9 -0
  554. package/dist/react-native/operationsInterfaces/configurationGroupSchemas.js.map +1 -0
  555. package/dist/react-native/operationsInterfaces/configurationGroupValues.d.ts +63 -0
  556. package/dist/react-native/operationsInterfaces/configurationGroupValues.d.ts.map +1 -0
  557. package/dist/react-native/operationsInterfaces/configurationGroupValues.js +9 -0
  558. package/dist/react-native/operationsInterfaces/configurationGroupValues.js.map +1 -0
  559. package/dist/react-native/operationsInterfaces/index.d.ts +16 -0
  560. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  561. package/dist/react-native/operationsInterfaces/index.js +23 -0
  562. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  563. package/dist/react-native/operationsInterfaces/networkFunctionDefinitionGroups.d.ts +68 -0
  564. package/dist/react-native/operationsInterfaces/networkFunctionDefinitionGroups.d.ts.map +1 -0
  565. package/dist/react-native/operationsInterfaces/networkFunctionDefinitionGroups.js +9 -0
  566. package/dist/react-native/operationsInterfaces/networkFunctionDefinitionGroups.js.map +1 -0
  567. package/dist/react-native/operationsInterfaces/networkFunctionDefinitionVersions.d.ts +104 -0
  568. package/dist/react-native/operationsInterfaces/networkFunctionDefinitionVersions.d.ts.map +1 -0
  569. package/dist/react-native/operationsInterfaces/networkFunctionDefinitionVersions.js +9 -0
  570. package/dist/react-native/operationsInterfaces/networkFunctionDefinitionVersions.js.map +1 -0
  571. package/dist/react-native/operationsInterfaces/networkFunctions.d.ts +81 -0
  572. package/dist/react-native/operationsInterfaces/networkFunctions.d.ts.map +1 -0
  573. package/dist/react-native/operationsInterfaces/networkFunctions.js +9 -0
  574. package/dist/react-native/operationsInterfaces/networkFunctions.js.map +1 -0
  575. package/dist/react-native/operationsInterfaces/networkServiceDesignGroups.d.ts +68 -0
  576. package/dist/react-native/operationsInterfaces/networkServiceDesignGroups.d.ts.map +1 -0
  577. package/dist/react-native/operationsInterfaces/networkServiceDesignGroups.js +9 -0
  578. package/dist/react-native/operationsInterfaces/networkServiceDesignGroups.js.map +1 -0
  579. package/dist/react-native/operationsInterfaces/networkServiceDesignVersions.d.ts +104 -0
  580. package/dist/react-native/operationsInterfaces/networkServiceDesignVersions.d.ts.map +1 -0
  581. package/dist/react-native/operationsInterfaces/networkServiceDesignVersions.js +9 -0
  582. package/dist/react-native/operationsInterfaces/networkServiceDesignVersions.js.map +1 -0
  583. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  584. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  585. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  586. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  587. package/dist/react-native/operationsInterfaces/proxyArtifact.d.ts +46 -0
  588. package/dist/react-native/operationsInterfaces/proxyArtifact.d.ts.map +1 -0
  589. package/dist/react-native/operationsInterfaces/proxyArtifact.js +9 -0
  590. package/dist/react-native/operationsInterfaces/proxyArtifact.js.map +1 -0
  591. package/dist/react-native/operationsInterfaces/publishers.d.ts +60 -0
  592. package/dist/react-native/operationsInterfaces/publishers.d.ts.map +1 -0
  593. package/dist/react-native/operationsInterfaces/publishers.js +9 -0
  594. package/dist/react-native/operationsInterfaces/publishers.js.map +1 -0
  595. package/dist/react-native/operationsInterfaces/siteNetworkServices.d.ts +63 -0
  596. package/dist/react-native/operationsInterfaces/siteNetworkServices.d.ts.map +1 -0
  597. package/dist/react-native/operationsInterfaces/siteNetworkServices.js +9 -0
  598. package/dist/react-native/operationsInterfaces/siteNetworkServices.js.map +1 -0
  599. package/dist/react-native/operationsInterfaces/sites.d.ts +63 -0
  600. package/dist/react-native/operationsInterfaces/sites.d.ts.map +1 -0
  601. package/dist/react-native/operationsInterfaces/sites.js +9 -0
  602. package/dist/react-native/operationsInterfaces/sites.js.map +1 -0
  603. package/dist/react-native/package.json +3 -0
  604. package/dist/react-native/pagingHelper.d.ts +13 -0
  605. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  606. package/dist/react-native/pagingHelper.js +30 -0
  607. package/dist/react-native/pagingHelper.js.map +1 -0
  608. package/package.json +87 -74
  609. package/dist/index.js +0 -11654
  610. package/dist/index.js.map +0 -1
  611. package/dist/index.min.js +0 -1
  612. package/dist/index.min.js.map +0 -1
  613. package/dist-esm/samples-dev/artifactManifestsCreateOrUpdateSample.d.ts +0 -2
  614. package/dist-esm/samples-dev/artifactManifestsCreateOrUpdateSample.d.ts.map +0 -1
  615. package/dist-esm/samples-dev/artifactManifestsCreateOrUpdateSample.js +0 -57
  616. package/dist-esm/samples-dev/artifactManifestsCreateOrUpdateSample.js.map +0 -1
  617. package/dist-esm/samples-dev/artifactManifestsDeleteSample.d.ts +0 -2
  618. package/dist-esm/samples-dev/artifactManifestsDeleteSample.d.ts.map +0 -1
  619. package/dist-esm/samples-dev/artifactManifestsDeleteSample.js +0 -40
  620. package/dist-esm/samples-dev/artifactManifestsDeleteSample.js.map +0 -1
  621. package/dist-esm/samples-dev/artifactManifestsGetSample.d.ts +0 -2
  622. package/dist-esm/samples-dev/artifactManifestsGetSample.d.ts.map +0 -1
  623. package/dist-esm/samples-dev/artifactManifestsGetSample.js +0 -40
  624. package/dist-esm/samples-dev/artifactManifestsGetSample.js.map +0 -1
  625. package/dist-esm/samples-dev/artifactManifestsListByArtifactStoreSample.d.ts +0 -2
  626. package/dist-esm/samples-dev/artifactManifestsListByArtifactStoreSample.d.ts.map +0 -1
  627. package/dist-esm/samples-dev/artifactManifestsListByArtifactStoreSample.js +0 -55
  628. package/dist-esm/samples-dev/artifactManifestsListByArtifactStoreSample.js.map +0 -1
  629. package/dist-esm/samples-dev/artifactManifestsListCredentialSample.d.ts +0 -2
  630. package/dist-esm/samples-dev/artifactManifestsListCredentialSample.d.ts.map +0 -1
  631. package/dist-esm/samples-dev/artifactManifestsListCredentialSample.js +0 -40
  632. package/dist-esm/samples-dev/artifactManifestsListCredentialSample.js.map +0 -1
  633. package/dist-esm/samples-dev/artifactManifestsUpdateSample.d.ts +0 -2
  634. package/dist-esm/samples-dev/artifactManifestsUpdateSample.d.ts.map +0 -1
  635. package/dist-esm/samples-dev/artifactManifestsUpdateSample.js +0 -41
  636. package/dist-esm/samples-dev/artifactManifestsUpdateSample.js.map +0 -1
  637. package/dist-esm/samples-dev/artifactManifestsUpdateStateSample.d.ts +0 -2
  638. package/dist-esm/samples-dev/artifactManifestsUpdateStateSample.d.ts.map +0 -1
  639. package/dist-esm/samples-dev/artifactManifestsUpdateStateSample.js +0 -43
  640. package/dist-esm/samples-dev/artifactManifestsUpdateStateSample.js.map +0 -1
  641. package/dist-esm/samples-dev/artifactStoresCreateOrUpdateSample.d.ts +0 -2
  642. package/dist-esm/samples-dev/artifactStoresCreateOrUpdateSample.d.ts.map +0 -1
  643. package/dist-esm/samples-dev/artifactStoresCreateOrUpdateSample.js +0 -47
  644. package/dist-esm/samples-dev/artifactStoresCreateOrUpdateSample.js.map +0 -1
  645. package/dist-esm/samples-dev/artifactStoresDeleteSample.d.ts +0 -2
  646. package/dist-esm/samples-dev/artifactStoresDeleteSample.d.ts.map +0 -1
  647. package/dist-esm/samples-dev/artifactStoresDeleteSample.js +0 -39
  648. package/dist-esm/samples-dev/artifactStoresDeleteSample.js.map +0 -1
  649. package/dist-esm/samples-dev/artifactStoresGetSample.d.ts +0 -2
  650. package/dist-esm/samples-dev/artifactStoresGetSample.d.ts.map +0 -1
  651. package/dist-esm/samples-dev/artifactStoresGetSample.js +0 -39
  652. package/dist-esm/samples-dev/artifactStoresGetSample.js.map +0 -1
  653. package/dist-esm/samples-dev/artifactStoresListByPublisherSample.d.ts +0 -2
  654. package/dist-esm/samples-dev/artifactStoresListByPublisherSample.d.ts.map +0 -1
  655. package/dist-esm/samples-dev/artifactStoresListByPublisherSample.js +0 -54
  656. package/dist-esm/samples-dev/artifactStoresListByPublisherSample.js.map +0 -1
  657. package/dist-esm/samples-dev/artifactStoresUpdateSample.d.ts +0 -2
  658. package/dist-esm/samples-dev/artifactStoresUpdateSample.d.ts.map +0 -1
  659. package/dist-esm/samples-dev/artifactStoresUpdateSample.js +0 -40
  660. package/dist-esm/samples-dev/artifactStoresUpdateSample.js.map +0 -1
  661. package/dist-esm/samples-dev/componentsGetSample.d.ts +0 -2
  662. package/dist-esm/samples-dev/componentsGetSample.d.ts.map +0 -1
  663. package/dist-esm/samples-dev/componentsGetSample.js +0 -39
  664. package/dist-esm/samples-dev/componentsGetSample.js.map +0 -1
  665. package/dist-esm/samples-dev/componentsListByNetworkFunctionSample.d.ts +0 -2
  666. package/dist-esm/samples-dev/componentsListByNetworkFunctionSample.d.ts.map +0 -1
  667. package/dist-esm/samples-dev/componentsListByNetworkFunctionSample.js +0 -54
  668. package/dist-esm/samples-dev/componentsListByNetworkFunctionSample.js.map +0 -1
  669. package/dist-esm/samples-dev/configurationGroupSchemasCreateOrUpdateSample.d.ts +0 -2
  670. package/dist-esm/samples-dev/configurationGroupSchemasCreateOrUpdateSample.d.ts.map +0 -1
  671. package/dist-esm/samples-dev/configurationGroupSchemasCreateOrUpdateSample.js +0 -46
  672. package/dist-esm/samples-dev/configurationGroupSchemasCreateOrUpdateSample.js.map +0 -1
  673. package/dist-esm/samples-dev/configurationGroupSchemasDeleteSample.d.ts +0 -2
  674. package/dist-esm/samples-dev/configurationGroupSchemasDeleteSample.d.ts.map +0 -1
  675. package/dist-esm/samples-dev/configurationGroupSchemasDeleteSample.js +0 -39
  676. package/dist-esm/samples-dev/configurationGroupSchemasDeleteSample.js.map +0 -1
  677. package/dist-esm/samples-dev/configurationGroupSchemasGetSample.d.ts +0 -2
  678. package/dist-esm/samples-dev/configurationGroupSchemasGetSample.d.ts.map +0 -1
  679. package/dist-esm/samples-dev/configurationGroupSchemasGetSample.js +0 -39
  680. package/dist-esm/samples-dev/configurationGroupSchemasGetSample.js.map +0 -1
  681. package/dist-esm/samples-dev/configurationGroupSchemasListByPublisherSample.d.ts +0 -2
  682. package/dist-esm/samples-dev/configurationGroupSchemasListByPublisherSample.d.ts.map +0 -1
  683. package/dist-esm/samples-dev/configurationGroupSchemasListByPublisherSample.js +0 -54
  684. package/dist-esm/samples-dev/configurationGroupSchemasListByPublisherSample.js.map +0 -1
  685. package/dist-esm/samples-dev/configurationGroupSchemasUpdateSample.d.ts +0 -2
  686. package/dist-esm/samples-dev/configurationGroupSchemasUpdateSample.d.ts.map +0 -1
  687. package/dist-esm/samples-dev/configurationGroupSchemasUpdateSample.js +0 -40
  688. package/dist-esm/samples-dev/configurationGroupSchemasUpdateSample.js.map +0 -1
  689. package/dist-esm/samples-dev/configurationGroupSchemasUpdateStateSample.d.ts +0 -2
  690. package/dist-esm/samples-dev/configurationGroupSchemasUpdateStateSample.d.ts.map +0 -1
  691. package/dist-esm/samples-dev/configurationGroupSchemasUpdateStateSample.js +0 -42
  692. package/dist-esm/samples-dev/configurationGroupSchemasUpdateStateSample.js.map +0 -1
  693. package/dist-esm/samples-dev/configurationGroupValuesCreateOrUpdateSample.d.ts +0 -2
  694. package/dist-esm/samples-dev/configurationGroupValuesCreateOrUpdateSample.d.ts.map +0 -1
  695. package/dist-esm/samples-dev/configurationGroupValuesCreateOrUpdateSample.js +0 -107
  696. package/dist-esm/samples-dev/configurationGroupValuesCreateOrUpdateSample.js.map +0 -1
  697. package/dist-esm/samples-dev/configurationGroupValuesDeleteSample.d.ts +0 -2
  698. package/dist-esm/samples-dev/configurationGroupValuesDeleteSample.d.ts.map +0 -1
  699. package/dist-esm/samples-dev/configurationGroupValuesDeleteSample.js +0 -38
  700. package/dist-esm/samples-dev/configurationGroupValuesDeleteSample.js.map +0 -1
  701. package/dist-esm/samples-dev/configurationGroupValuesGetSample.d.ts +0 -2
  702. package/dist-esm/samples-dev/configurationGroupValuesGetSample.d.ts.map +0 -1
  703. package/dist-esm/samples-dev/configurationGroupValuesGetSample.js +0 -38
  704. package/dist-esm/samples-dev/configurationGroupValuesGetSample.js.map +0 -1
  705. package/dist-esm/samples-dev/configurationGroupValuesListByResourceGroupSample.d.ts +0 -2
  706. package/dist-esm/samples-dev/configurationGroupValuesListByResourceGroupSample.d.ts.map +0 -1
  707. package/dist-esm/samples-dev/configurationGroupValuesListByResourceGroupSample.js +0 -53
  708. package/dist-esm/samples-dev/configurationGroupValuesListByResourceGroupSample.js.map +0 -1
  709. package/dist-esm/samples-dev/configurationGroupValuesListBySubscriptionSample.d.ts +0 -2
  710. package/dist-esm/samples-dev/configurationGroupValuesListBySubscriptionSample.d.ts.map +0 -1
  711. package/dist-esm/samples-dev/configurationGroupValuesListBySubscriptionSample.js +0 -52
  712. package/dist-esm/samples-dev/configurationGroupValuesListBySubscriptionSample.js.map +0 -1
  713. package/dist-esm/samples-dev/configurationGroupValuesUpdateTagsSample.d.ts +0 -2
  714. package/dist-esm/samples-dev/configurationGroupValuesUpdateTagsSample.d.ts.map +0 -1
  715. package/dist-esm/samples-dev/configurationGroupValuesUpdateTagsSample.js +0 -39
  716. package/dist-esm/samples-dev/configurationGroupValuesUpdateTagsSample.js.map +0 -1
  717. package/dist-esm/samples-dev/networkFunctionDefinitionGroupsCreateOrUpdateSample.d.ts +0 -2
  718. package/dist-esm/samples-dev/networkFunctionDefinitionGroupsCreateOrUpdateSample.d.ts.map +0 -1
  719. package/dist-esm/samples-dev/networkFunctionDefinitionGroupsCreateOrUpdateSample.js +0 -40
  720. package/dist-esm/samples-dev/networkFunctionDefinitionGroupsCreateOrUpdateSample.js.map +0 -1
  721. package/dist-esm/samples-dev/networkFunctionDefinitionGroupsDeleteSample.d.ts +0 -2
  722. package/dist-esm/samples-dev/networkFunctionDefinitionGroupsDeleteSample.d.ts.map +0 -1
  723. package/dist-esm/samples-dev/networkFunctionDefinitionGroupsDeleteSample.js +0 -39
  724. package/dist-esm/samples-dev/networkFunctionDefinitionGroupsDeleteSample.js.map +0 -1
  725. package/dist-esm/samples-dev/networkFunctionDefinitionGroupsGetSample.d.ts +0 -2
  726. package/dist-esm/samples-dev/networkFunctionDefinitionGroupsGetSample.d.ts.map +0 -1
  727. package/dist-esm/samples-dev/networkFunctionDefinitionGroupsGetSample.js +0 -39
  728. package/dist-esm/samples-dev/networkFunctionDefinitionGroupsGetSample.js.map +0 -1
  729. package/dist-esm/samples-dev/networkFunctionDefinitionGroupsListByPublisherSample.d.ts +0 -2
  730. package/dist-esm/samples-dev/networkFunctionDefinitionGroupsListByPublisherSample.d.ts.map +0 -1
  731. package/dist-esm/samples-dev/networkFunctionDefinitionGroupsListByPublisherSample.js +0 -54
  732. package/dist-esm/samples-dev/networkFunctionDefinitionGroupsListByPublisherSample.js.map +0 -1
  733. package/dist-esm/samples-dev/networkFunctionDefinitionGroupsUpdateSample.d.ts +0 -2
  734. package/dist-esm/samples-dev/networkFunctionDefinitionGroupsUpdateSample.d.ts.map +0 -1
  735. package/dist-esm/samples-dev/networkFunctionDefinitionGroupsUpdateSample.js +0 -40
  736. package/dist-esm/samples-dev/networkFunctionDefinitionGroupsUpdateSample.js.map +0 -1
  737. package/dist-esm/samples-dev/networkFunctionDefinitionVersionsCreateOrUpdateSample.d.ts +0 -2
  738. package/dist-esm/samples-dev/networkFunctionDefinitionVersionsCreateOrUpdateSample.d.ts.map +0 -1
  739. package/dist-esm/samples-dev/networkFunctionDefinitionVersionsCreateOrUpdateSample.js +0 -251
  740. package/dist-esm/samples-dev/networkFunctionDefinitionVersionsCreateOrUpdateSample.js.map +0 -1
  741. package/dist-esm/samples-dev/networkFunctionDefinitionVersionsDeleteSample.d.ts +0 -2
  742. package/dist-esm/samples-dev/networkFunctionDefinitionVersionsDeleteSample.d.ts.map +0 -1
  743. package/dist-esm/samples-dev/networkFunctionDefinitionVersionsDeleteSample.js +0 -80
  744. package/dist-esm/samples-dev/networkFunctionDefinitionVersionsDeleteSample.js.map +0 -1
  745. package/dist-esm/samples-dev/networkFunctionDefinitionVersionsGetSample.d.ts +0 -2
  746. package/dist-esm/samples-dev/networkFunctionDefinitionVersionsGetSample.d.ts.map +0 -1
  747. package/dist-esm/samples-dev/networkFunctionDefinitionVersionsGetSample.js +0 -80
  748. package/dist-esm/samples-dev/networkFunctionDefinitionVersionsGetSample.js.map +0 -1
  749. package/dist-esm/samples-dev/networkFunctionDefinitionVersionsListByNetworkFunctionDefinitionGroupSample.d.ts +0 -2
  750. package/dist-esm/samples-dev/networkFunctionDefinitionVersionsListByNetworkFunctionDefinitionGroupSample.d.ts.map +0 -1
  751. package/dist-esm/samples-dev/networkFunctionDefinitionVersionsListByNetworkFunctionDefinitionGroupSample.js +0 -55
  752. package/dist-esm/samples-dev/networkFunctionDefinitionVersionsListByNetworkFunctionDefinitionGroupSample.js.map +0 -1
  753. package/dist-esm/samples-dev/networkFunctionDefinitionVersionsUpdateSample.d.ts +0 -2
  754. package/dist-esm/samples-dev/networkFunctionDefinitionVersionsUpdateSample.d.ts.map +0 -1
  755. package/dist-esm/samples-dev/networkFunctionDefinitionVersionsUpdateSample.js +0 -41
  756. package/dist-esm/samples-dev/networkFunctionDefinitionVersionsUpdateSample.js.map +0 -1
  757. package/dist-esm/samples-dev/networkFunctionDefinitionVersionsUpdateStateSample.d.ts +0 -2
  758. package/dist-esm/samples-dev/networkFunctionDefinitionVersionsUpdateStateSample.d.ts.map +0 -1
  759. package/dist-esm/samples-dev/networkFunctionDefinitionVersionsUpdateStateSample.js +0 -43
  760. package/dist-esm/samples-dev/networkFunctionDefinitionVersionsUpdateStateSample.js.map +0 -1
  761. package/dist-esm/samples-dev/networkFunctionsCreateOrUpdateSample.d.ts +0 -2
  762. package/dist-esm/samples-dev/networkFunctionsCreateOrUpdateSample.d.ts.map +0 -1
  763. package/dist-esm/samples-dev/networkFunctionsCreateOrUpdateSample.js +0 -192
  764. package/dist-esm/samples-dev/networkFunctionsCreateOrUpdateSample.js.map +0 -1
  765. package/dist-esm/samples-dev/networkFunctionsDeleteSample.d.ts +0 -2
  766. package/dist-esm/samples-dev/networkFunctionsDeleteSample.d.ts.map +0 -1
  767. package/dist-esm/samples-dev/networkFunctionsDeleteSample.js +0 -74
  768. package/dist-esm/samples-dev/networkFunctionsDeleteSample.js.map +0 -1
  769. package/dist-esm/samples-dev/networkFunctionsExecuteRequestSample.d.ts +0 -2
  770. package/dist-esm/samples-dev/networkFunctionsExecuteRequestSample.d.ts.map +0 -1
  771. package/dist-esm/samples-dev/networkFunctionsExecuteRequestSample.js +0 -47
  772. package/dist-esm/samples-dev/networkFunctionsExecuteRequestSample.js.map +0 -1
  773. package/dist-esm/samples-dev/networkFunctionsGetSample.d.ts +0 -2
  774. package/dist-esm/samples-dev/networkFunctionsGetSample.d.ts.map +0 -1
  775. package/dist-esm/samples-dev/networkFunctionsGetSample.js +0 -74
  776. package/dist-esm/samples-dev/networkFunctionsGetSample.js.map +0 -1
  777. package/dist-esm/samples-dev/networkFunctionsListByResourceGroupSample.d.ts +0 -2
  778. package/dist-esm/samples-dev/networkFunctionsListByResourceGroupSample.d.ts.map +0 -1
  779. package/dist-esm/samples-dev/networkFunctionsListByResourceGroupSample.js +0 -53
  780. package/dist-esm/samples-dev/networkFunctionsListByResourceGroupSample.js.map +0 -1
  781. package/dist-esm/samples-dev/networkFunctionsListBySubscriptionSample.d.ts +0 -2
  782. package/dist-esm/samples-dev/networkFunctionsListBySubscriptionSample.d.ts.map +0 -1
  783. package/dist-esm/samples-dev/networkFunctionsListBySubscriptionSample.js +0 -52
  784. package/dist-esm/samples-dev/networkFunctionsListBySubscriptionSample.js.map +0 -1
  785. package/dist-esm/samples-dev/networkFunctionsUpdateTagsSample.d.ts +0 -2
  786. package/dist-esm/samples-dev/networkFunctionsUpdateTagsSample.d.ts.map +0 -1
  787. package/dist-esm/samples-dev/networkFunctionsUpdateTagsSample.js +0 -39
  788. package/dist-esm/samples-dev/networkFunctionsUpdateTagsSample.js.map +0 -1
  789. package/dist-esm/samples-dev/networkServiceDesignGroupsCreateOrUpdateSample.d.ts +0 -2
  790. package/dist-esm/samples-dev/networkServiceDesignGroupsCreateOrUpdateSample.d.ts.map +0 -1
  791. package/dist-esm/samples-dev/networkServiceDesignGroupsCreateOrUpdateSample.js +0 -40
  792. package/dist-esm/samples-dev/networkServiceDesignGroupsCreateOrUpdateSample.js.map +0 -1
  793. package/dist-esm/samples-dev/networkServiceDesignGroupsDeleteSample.d.ts +0 -2
  794. package/dist-esm/samples-dev/networkServiceDesignGroupsDeleteSample.d.ts.map +0 -1
  795. package/dist-esm/samples-dev/networkServiceDesignGroupsDeleteSample.js +0 -39
  796. package/dist-esm/samples-dev/networkServiceDesignGroupsDeleteSample.js.map +0 -1
  797. package/dist-esm/samples-dev/networkServiceDesignGroupsGetSample.d.ts +0 -2
  798. package/dist-esm/samples-dev/networkServiceDesignGroupsGetSample.d.ts.map +0 -1
  799. package/dist-esm/samples-dev/networkServiceDesignGroupsGetSample.js +0 -39
  800. package/dist-esm/samples-dev/networkServiceDesignGroupsGetSample.js.map +0 -1
  801. package/dist-esm/samples-dev/networkServiceDesignGroupsListByPublisherSample.d.ts +0 -2
  802. package/dist-esm/samples-dev/networkServiceDesignGroupsListByPublisherSample.d.ts.map +0 -1
  803. package/dist-esm/samples-dev/networkServiceDesignGroupsListByPublisherSample.js +0 -54
  804. package/dist-esm/samples-dev/networkServiceDesignGroupsListByPublisherSample.js.map +0 -1
  805. package/dist-esm/samples-dev/networkServiceDesignGroupsUpdateSample.d.ts +0 -2
  806. package/dist-esm/samples-dev/networkServiceDesignGroupsUpdateSample.d.ts.map +0 -1
  807. package/dist-esm/samples-dev/networkServiceDesignGroupsUpdateSample.js +0 -40
  808. package/dist-esm/samples-dev/networkServiceDesignGroupsUpdateSample.js.map +0 -1
  809. package/dist-esm/samples-dev/networkServiceDesignVersionsCreateOrUpdateSample.d.ts +0 -2
  810. package/dist-esm/samples-dev/networkServiceDesignVersionsCreateOrUpdateSample.d.ts.map +0 -1
  811. package/dist-esm/samples-dev/networkServiceDesignVersionsCreateOrUpdateSample.js +0 -69
  812. package/dist-esm/samples-dev/networkServiceDesignVersionsCreateOrUpdateSample.js.map +0 -1
  813. package/dist-esm/samples-dev/networkServiceDesignVersionsDeleteSample.d.ts +0 -2
  814. package/dist-esm/samples-dev/networkServiceDesignVersionsDeleteSample.d.ts.map +0 -1
  815. package/dist-esm/samples-dev/networkServiceDesignVersionsDeleteSample.js +0 -40
  816. package/dist-esm/samples-dev/networkServiceDesignVersionsDeleteSample.js.map +0 -1
  817. package/dist-esm/samples-dev/networkServiceDesignVersionsGetSample.d.ts +0 -2
  818. package/dist-esm/samples-dev/networkServiceDesignVersionsGetSample.d.ts.map +0 -1
  819. package/dist-esm/samples-dev/networkServiceDesignVersionsGetSample.js +0 -40
  820. package/dist-esm/samples-dev/networkServiceDesignVersionsGetSample.js.map +0 -1
  821. package/dist-esm/samples-dev/networkServiceDesignVersionsListByNetworkServiceDesignGroupSample.d.ts +0 -2
  822. package/dist-esm/samples-dev/networkServiceDesignVersionsListByNetworkServiceDesignGroupSample.d.ts.map +0 -1
  823. package/dist-esm/samples-dev/networkServiceDesignVersionsListByNetworkServiceDesignGroupSample.js +0 -55
  824. package/dist-esm/samples-dev/networkServiceDesignVersionsListByNetworkServiceDesignGroupSample.js.map +0 -1
  825. package/dist-esm/samples-dev/networkServiceDesignVersionsUpdateSample.d.ts +0 -2
  826. package/dist-esm/samples-dev/networkServiceDesignVersionsUpdateSample.d.ts.map +0 -1
  827. package/dist-esm/samples-dev/networkServiceDesignVersionsUpdateSample.js +0 -41
  828. package/dist-esm/samples-dev/networkServiceDesignVersionsUpdateSample.js.map +0 -1
  829. package/dist-esm/samples-dev/networkServiceDesignVersionsUpdateStateSample.d.ts +0 -2
  830. package/dist-esm/samples-dev/networkServiceDesignVersionsUpdateStateSample.d.ts.map +0 -1
  831. package/dist-esm/samples-dev/networkServiceDesignVersionsUpdateStateSample.js +0 -43
  832. package/dist-esm/samples-dev/networkServiceDesignVersionsUpdateStateSample.js.map +0 -1
  833. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  834. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  835. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  836. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  837. package/dist-esm/samples-dev/proxyArtifactListSample.d.ts +0 -2
  838. package/dist-esm/samples-dev/proxyArtifactListSample.d.ts.map +0 -1
  839. package/dist-esm/samples-dev/proxyArtifactListSample.js +0 -55
  840. package/dist-esm/samples-dev/proxyArtifactListSample.js.map +0 -1
  841. package/dist-esm/samples-dev/proxyArtifactListVersionsSample.d.ts +0 -2
  842. package/dist-esm/samples-dev/proxyArtifactListVersionsSample.d.ts.map +0 -1
  843. package/dist-esm/samples-dev/proxyArtifactListVersionsSample.js +0 -56
  844. package/dist-esm/samples-dev/proxyArtifactListVersionsSample.js.map +0 -1
  845. package/dist-esm/samples-dev/proxyArtifactUpdateStateSample.d.ts +0 -2
  846. package/dist-esm/samples-dev/proxyArtifactUpdateStateSample.d.ts.map +0 -1
  847. package/dist-esm/samples-dev/proxyArtifactUpdateStateSample.js +0 -44
  848. package/dist-esm/samples-dev/proxyArtifactUpdateStateSample.js.map +0 -1
  849. package/dist-esm/samples-dev/publishersCreateOrUpdateSample.d.ts +0 -2
  850. package/dist-esm/samples-dev/publishersCreateOrUpdateSample.d.ts.map +0 -1
  851. package/dist-esm/samples-dev/publishersCreateOrUpdateSample.js +0 -43
  852. package/dist-esm/samples-dev/publishersCreateOrUpdateSample.js.map +0 -1
  853. package/dist-esm/samples-dev/publishersDeleteSample.d.ts +0 -2
  854. package/dist-esm/samples-dev/publishersDeleteSample.d.ts.map +0 -1
  855. package/dist-esm/samples-dev/publishersDeleteSample.js +0 -38
  856. package/dist-esm/samples-dev/publishersDeleteSample.js.map +0 -1
  857. package/dist-esm/samples-dev/publishersGetSample.d.ts +0 -2
  858. package/dist-esm/samples-dev/publishersGetSample.d.ts.map +0 -1
  859. package/dist-esm/samples-dev/publishersGetSample.js +0 -38
  860. package/dist-esm/samples-dev/publishersGetSample.js.map +0 -1
  861. package/dist-esm/samples-dev/publishersListByResourceGroupSample.d.ts +0 -2
  862. package/dist-esm/samples-dev/publishersListByResourceGroupSample.d.ts.map +0 -1
  863. package/dist-esm/samples-dev/publishersListByResourceGroupSample.js +0 -53
  864. package/dist-esm/samples-dev/publishersListByResourceGroupSample.js.map +0 -1
  865. package/dist-esm/samples-dev/publishersListBySubscriptionSample.d.ts +0 -2
  866. package/dist-esm/samples-dev/publishersListBySubscriptionSample.d.ts.map +0 -1
  867. package/dist-esm/samples-dev/publishersListBySubscriptionSample.js +0 -52
  868. package/dist-esm/samples-dev/publishersListBySubscriptionSample.js.map +0 -1
  869. package/dist-esm/samples-dev/publishersUpdateSample.d.ts +0 -2
  870. package/dist-esm/samples-dev/publishersUpdateSample.d.ts.map +0 -1
  871. package/dist-esm/samples-dev/publishersUpdateSample.js +0 -40
  872. package/dist-esm/samples-dev/publishersUpdateSample.js.map +0 -1
  873. package/dist-esm/samples-dev/siteNetworkServicesCreateOrUpdateSample.d.ts +0 -2
  874. package/dist-esm/samples-dev/siteNetworkServicesCreateOrUpdateSample.d.ts.map +0 -1
  875. package/dist-esm/samples-dev/siteNetworkServicesCreateOrUpdateSample.js +0 -92
  876. package/dist-esm/samples-dev/siteNetworkServicesCreateOrUpdateSample.js.map +0 -1
  877. package/dist-esm/samples-dev/siteNetworkServicesDeleteSample.d.ts +0 -2
  878. package/dist-esm/samples-dev/siteNetworkServicesDeleteSample.d.ts.map +0 -1
  879. package/dist-esm/samples-dev/siteNetworkServicesDeleteSample.js +0 -38
  880. package/dist-esm/samples-dev/siteNetworkServicesDeleteSample.js.map +0 -1
  881. package/dist-esm/samples-dev/siteNetworkServicesGetSample.d.ts +0 -2
  882. package/dist-esm/samples-dev/siteNetworkServicesGetSample.d.ts.map +0 -1
  883. package/dist-esm/samples-dev/siteNetworkServicesGetSample.js +0 -38
  884. package/dist-esm/samples-dev/siteNetworkServicesGetSample.js.map +0 -1
  885. package/dist-esm/samples-dev/siteNetworkServicesListByResourceGroupSample.d.ts +0 -2
  886. package/dist-esm/samples-dev/siteNetworkServicesListByResourceGroupSample.d.ts.map +0 -1
  887. package/dist-esm/samples-dev/siteNetworkServicesListByResourceGroupSample.js +0 -53
  888. package/dist-esm/samples-dev/siteNetworkServicesListByResourceGroupSample.js.map +0 -1
  889. package/dist-esm/samples-dev/siteNetworkServicesListBySubscriptionSample.d.ts +0 -2
  890. package/dist-esm/samples-dev/siteNetworkServicesListBySubscriptionSample.d.ts.map +0 -1
  891. package/dist-esm/samples-dev/siteNetworkServicesListBySubscriptionSample.js +0 -52
  892. package/dist-esm/samples-dev/siteNetworkServicesListBySubscriptionSample.js.map +0 -1
  893. package/dist-esm/samples-dev/siteNetworkServicesUpdateTagsSample.d.ts +0 -2
  894. package/dist-esm/samples-dev/siteNetworkServicesUpdateTagsSample.d.ts.map +0 -1
  895. package/dist-esm/samples-dev/siteNetworkServicesUpdateTagsSample.js +0 -39
  896. package/dist-esm/samples-dev/siteNetworkServicesUpdateTagsSample.js.map +0 -1
  897. package/dist-esm/samples-dev/sitesCreateOrUpdateSample.d.ts +0 -2
  898. package/dist-esm/samples-dev/sitesCreateOrUpdateSample.d.ts.map +0 -1
  899. package/dist-esm/samples-dev/sitesCreateOrUpdateSample.js +0 -60
  900. package/dist-esm/samples-dev/sitesCreateOrUpdateSample.js.map +0 -1
  901. package/dist-esm/samples-dev/sitesDeleteSample.d.ts +0 -2
  902. package/dist-esm/samples-dev/sitesDeleteSample.d.ts.map +0 -1
  903. package/dist-esm/samples-dev/sitesDeleteSample.js +0 -38
  904. package/dist-esm/samples-dev/sitesDeleteSample.js.map +0 -1
  905. package/dist-esm/samples-dev/sitesGetSample.d.ts +0 -2
  906. package/dist-esm/samples-dev/sitesGetSample.d.ts.map +0 -1
  907. package/dist-esm/samples-dev/sitesGetSample.js +0 -38
  908. package/dist-esm/samples-dev/sitesGetSample.js.map +0 -1
  909. package/dist-esm/samples-dev/sitesListByResourceGroupSample.d.ts +0 -2
  910. package/dist-esm/samples-dev/sitesListByResourceGroupSample.d.ts.map +0 -1
  911. package/dist-esm/samples-dev/sitesListByResourceGroupSample.js +0 -53
  912. package/dist-esm/samples-dev/sitesListByResourceGroupSample.js.map +0 -1
  913. package/dist-esm/samples-dev/sitesListBySubscriptionSample.d.ts +0 -2
  914. package/dist-esm/samples-dev/sitesListBySubscriptionSample.d.ts.map +0 -1
  915. package/dist-esm/samples-dev/sitesListBySubscriptionSample.js +0 -52
  916. package/dist-esm/samples-dev/sitesListBySubscriptionSample.js.map +0 -1
  917. package/dist-esm/samples-dev/sitesUpdateTagsSample.d.ts +0 -2
  918. package/dist-esm/samples-dev/sitesUpdateTagsSample.d.ts.map +0 -1
  919. package/dist-esm/samples-dev/sitesUpdateTagsSample.js +0 -39
  920. package/dist-esm/samples-dev/sitesUpdateTagsSample.js.map +0 -1
  921. package/dist-esm/src/hybridNetworkManagementClient.d.ts +0 -34
  922. package/dist-esm/src/hybridNetworkManagementClient.d.ts.map +0 -1
  923. package/dist-esm/src/hybridNetworkManagementClient.js +0 -114
  924. package/dist-esm/src/hybridNetworkManagementClient.js.map +0 -1
  925. package/dist-esm/src/index.d.ts +0 -6
  926. package/dist-esm/src/index.d.ts.map +0 -1
  927. package/dist-esm/src/index.js +0 -13
  928. package/dist-esm/src/index.js.map +0 -1
  929. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  930. package/dist-esm/src/lroImpl.js +0 -21
  931. package/dist-esm/src/lroImpl.js.map +0 -1
  932. package/dist-esm/src/models/index.js.map +0 -1
  933. package/dist-esm/src/models/mappers.js +0 -3811
  934. package/dist-esm/src/models/mappers.js.map +0 -1
  935. package/dist-esm/src/models/parameters.js +0 -391
  936. package/dist-esm/src/models/parameters.js.map +0 -1
  937. package/dist-esm/src/operations/artifactManifests.d.ts +0 -128
  938. package/dist-esm/src/operations/artifactManifests.d.ts.map +0 -1
  939. package/dist-esm/src/operations/artifactManifests.js +0 -591
  940. package/dist-esm/src/operations/artifactManifests.js.map +0 -1
  941. package/dist-esm/src/operations/artifactStores.d.ts +0 -90
  942. package/dist-esm/src/operations/artifactStores.d.ts.map +0 -1
  943. package/dist-esm/src/operations/artifactStores.js +0 -413
  944. package/dist-esm/src/operations/artifactStores.js.map +0 -1
  945. package/dist-esm/src/operations/components.d.ts +0 -46
  946. package/dist-esm/src/operations/components.d.ts.map +0 -1
  947. package/dist-esm/src/operations/components.js +0 -182
  948. package/dist-esm/src/operations/components.js.map +0 -1
  949. package/dist-esm/src/operations/configurationGroupSchemas.d.ts +0 -109
  950. package/dist-esm/src/operations/configurationGroupSchemas.d.ts.map +0 -1
  951. package/dist-esm/src/operations/configurationGroupSchemas.js +0 -523
  952. package/dist-esm/src/operations/configurationGroupSchemas.js.map +0 -1
  953. package/dist-esm/src/operations/configurationGroupValues.d.ts +0 -99
  954. package/dist-esm/src/operations/configurationGroupValues.d.ts.map +0 -1
  955. package/dist-esm/src/operations/configurationGroupValues.js +0 -502
  956. package/dist-esm/src/operations/configurationGroupValues.js.map +0 -1
  957. package/dist-esm/src/operations/index.d.ts +0 -16
  958. package/dist-esm/src/operations/index.d.ts.map +0 -1
  959. package/dist-esm/src/operations/index.js +0 -23
  960. package/dist-esm/src/operations/index.js.map +0 -1
  961. package/dist-esm/src/operations/networkFunctionDefinitionGroups.d.ts +0 -93
  962. package/dist-esm/src/operations/networkFunctionDefinitionGroups.d.ts.map +0 -1
  963. package/dist-esm/src/operations/networkFunctionDefinitionGroups.js +0 -426
  964. package/dist-esm/src/operations/networkFunctionDefinitionGroups.js.map +0 -1
  965. package/dist-esm/src/operations/networkFunctionDefinitionVersions.d.ts +0 -133
  966. package/dist-esm/src/operations/networkFunctionDefinitionVersions.d.ts.map +0 -1
  967. package/dist-esm/src/operations/networkFunctionDefinitionVersions.js +0 -570
  968. package/dist-esm/src/operations/networkFunctionDefinitionVersions.js.map +0 -1
  969. package/dist-esm/src/operations/networkFunctions.d.ts +0 -117
  970. package/dist-esm/src/operations/networkFunctions.d.ts.map +0 -1
  971. package/dist-esm/src/operations/networkFunctions.js +0 -573
  972. package/dist-esm/src/operations/networkFunctions.js.map +0 -1
  973. package/dist-esm/src/operations/networkServiceDesignGroups.d.ts +0 -93
  974. package/dist-esm/src/operations/networkServiceDesignGroups.d.ts.map +0 -1
  975. package/dist-esm/src/operations/networkServiceDesignGroups.js +0 -426
  976. package/dist-esm/src/operations/networkServiceDesignGroups.js.map +0 -1
  977. package/dist-esm/src/operations/networkServiceDesignVersions.d.ts +0 -133
  978. package/dist-esm/src/operations/networkServiceDesignVersions.d.ts.map +0 -1
  979. package/dist-esm/src/operations/networkServiceDesignVersions.js +0 -570
  980. package/dist-esm/src/operations/networkServiceDesignVersions.js.map +0 -1
  981. package/dist-esm/src/operations/operations.d.ts +0 -32
  982. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  983. package/dist-esm/src/operations/operations.js +0 -133
  984. package/dist-esm/src/operations/operations.js.map +0 -1
  985. package/dist-esm/src/operations/proxyArtifact.d.ts +0 -93
  986. package/dist-esm/src/operations/proxyArtifact.d.ts.map +0 -1
  987. package/dist-esm/src/operations/proxyArtifact.js +0 -412
  988. package/dist-esm/src/operations/proxyArtifact.js.map +0 -1
  989. package/dist-esm/src/operations/publishers.d.ts +0 -96
  990. package/dist-esm/src/operations/publishers.d.ts.map +0 -1
  991. package/dist-esm/src/operations/publishers.js +0 -494
  992. package/dist-esm/src/operations/publishers.js.map +0 -1
  993. package/dist-esm/src/operations/siteNetworkServices.d.ts +0 -99
  994. package/dist-esm/src/operations/siteNetworkServices.d.ts.map +0 -1
  995. package/dist-esm/src/operations/siteNetworkServices.js +0 -497
  996. package/dist-esm/src/operations/siteNetworkServices.js.map +0 -1
  997. package/dist-esm/src/operations/sites.d.ts +0 -99
  998. package/dist-esm/src/operations/sites.d.ts.map +0 -1
  999. package/dist-esm/src/operations/sites.js +0 -497
  1000. package/dist-esm/src/operations/sites.js.map +0 -1
  1001. package/dist-esm/src/operationsInterfaces/artifactManifests.d.ts +0 -101
  1002. package/dist-esm/src/operationsInterfaces/artifactManifests.d.ts.map +0 -1
  1003. package/dist-esm/src/operationsInterfaces/artifactManifests.js.map +0 -1
  1004. package/dist-esm/src/operationsInterfaces/artifactStores.d.ts +0 -65
  1005. package/dist-esm/src/operationsInterfaces/artifactStores.d.ts.map +0 -1
  1006. package/dist-esm/src/operationsInterfaces/artifactStores.js.map +0 -1
  1007. package/dist-esm/src/operationsInterfaces/components.d.ts +0 -21
  1008. package/dist-esm/src/operationsInterfaces/components.d.ts.map +0 -1
  1009. package/dist-esm/src/operationsInterfaces/components.js.map +0 -1
  1010. package/dist-esm/src/operationsInterfaces/configurationGroupSchemas.d.ts +0 -84
  1011. package/dist-esm/src/operationsInterfaces/configurationGroupSchemas.d.ts.map +0 -1
  1012. package/dist-esm/src/operationsInterfaces/configurationGroupSchemas.js.map +0 -1
  1013. package/dist-esm/src/operationsInterfaces/configurationGroupValues.d.ts +0 -63
  1014. package/dist-esm/src/operationsInterfaces/configurationGroupValues.d.ts.map +0 -1
  1015. package/dist-esm/src/operationsInterfaces/configurationGroupValues.js.map +0 -1
  1016. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -16
  1017. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  1018. package/dist-esm/src/operationsInterfaces/index.js +0 -23
  1019. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  1020. package/dist-esm/src/operationsInterfaces/networkFunctionDefinitionGroups.d.ts +0 -68
  1021. package/dist-esm/src/operationsInterfaces/networkFunctionDefinitionGroups.d.ts.map +0 -1
  1022. package/dist-esm/src/operationsInterfaces/networkFunctionDefinitionGroups.js.map +0 -1
  1023. package/dist-esm/src/operationsInterfaces/networkFunctionDefinitionVersions.d.ts +0 -104
  1024. package/dist-esm/src/operationsInterfaces/networkFunctionDefinitionVersions.d.ts.map +0 -1
  1025. package/dist-esm/src/operationsInterfaces/networkFunctionDefinitionVersions.js.map +0 -1
  1026. package/dist-esm/src/operationsInterfaces/networkFunctions.d.ts +0 -81
  1027. package/dist-esm/src/operationsInterfaces/networkFunctions.d.ts.map +0 -1
  1028. package/dist-esm/src/operationsInterfaces/networkFunctions.js.map +0 -1
  1029. package/dist-esm/src/operationsInterfaces/networkServiceDesignGroups.d.ts +0 -68
  1030. package/dist-esm/src/operationsInterfaces/networkServiceDesignGroups.d.ts.map +0 -1
  1031. package/dist-esm/src/operationsInterfaces/networkServiceDesignGroups.js.map +0 -1
  1032. package/dist-esm/src/operationsInterfaces/networkServiceDesignVersions.d.ts +0 -104
  1033. package/dist-esm/src/operationsInterfaces/networkServiceDesignVersions.d.ts.map +0 -1
  1034. package/dist-esm/src/operationsInterfaces/networkServiceDesignVersions.js.map +0 -1
  1035. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  1036. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  1037. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  1038. package/dist-esm/src/operationsInterfaces/proxyArtifact.d.ts +0 -46
  1039. package/dist-esm/src/operationsInterfaces/proxyArtifact.d.ts.map +0 -1
  1040. package/dist-esm/src/operationsInterfaces/proxyArtifact.js.map +0 -1
  1041. package/dist-esm/src/operationsInterfaces/publishers.d.ts +0 -60
  1042. package/dist-esm/src/operationsInterfaces/publishers.d.ts.map +0 -1
  1043. package/dist-esm/src/operationsInterfaces/publishers.js.map +0 -1
  1044. package/dist-esm/src/operationsInterfaces/siteNetworkServices.d.ts +0 -63
  1045. package/dist-esm/src/operationsInterfaces/siteNetworkServices.d.ts.map +0 -1
  1046. package/dist-esm/src/operationsInterfaces/siteNetworkServices.js.map +0 -1
  1047. package/dist-esm/src/operationsInterfaces/sites.d.ts +0 -63
  1048. package/dist-esm/src/operationsInterfaces/sites.d.ts.map +0 -1
  1049. package/dist-esm/src/operationsInterfaces/sites.js.map +0 -1
  1050. package/dist-esm/src/pagingHelper.js +0 -32
  1051. package/dist-esm/src/pagingHelper.js.map +0 -1
  1052. package/dist-esm/test/hybridnetwork_operations_test.spec.d.ts +0 -4
  1053. package/dist-esm/test/hybridnetwork_operations_test.spec.d.ts.map +0 -1
  1054. package/dist-esm/test/hybridnetwork_operations_test.spec.js +0 -73
  1055. package/dist-esm/test/hybridnetwork_operations_test.spec.js.map +0 -1
  1056. package/src/hybridNetworkManagementClient.ts +0 -206
  1057. package/src/index.ts +0 -13
  1058. package/src/lroImpl.ts +0 -42
  1059. package/src/models/index.ts +0 -3313
  1060. package/src/models/mappers.ts +0 -4173
  1061. package/src/models/parameters.ts +0 -463
  1062. package/src/operations/artifactManifests.ts +0 -837
  1063. package/src/operations/artifactStores.ts +0 -580
  1064. package/src/operations/components.ts +0 -246
  1065. package/src/operations/configurationGroupSchemas.ts +0 -736
  1066. package/src/operations/configurationGroupValues.ts +0 -656
  1067. package/src/operations/index.ts +0 -23
  1068. package/src/operations/networkFunctionDefinitionGroups.ts +0 -594
  1069. package/src/operations/networkFunctionDefinitionVersions.ts +0 -808
  1070. package/src/operations/networkFunctions.ts +0 -751
  1071. package/src/operations/networkServiceDesignGroups.ts +0 -594
  1072. package/src/operations/networkServiceDesignVersions.ts +0 -808
  1073. package/src/operations/operations.ts +0 -149
  1074. package/src/operations/proxyArtifact.ts +0 -591
  1075. package/src/operations/publishers.ts +0 -643
  1076. package/src/operations/siteNetworkServices.ts +0 -651
  1077. package/src/operations/sites.ts +0 -644
  1078. package/src/operationsInterfaces/artifactManifests.ts +0 -206
  1079. package/src/operationsInterfaces/artifactStores.ts +0 -133
  1080. package/src/operationsInterfaces/components.ts +0 -44
  1081. package/src/operationsInterfaces/configurationGroupSchemas.ts +0 -172
  1082. package/src/operationsInterfaces/configurationGroupValues.ts +0 -127
  1083. package/src/operationsInterfaces/index.ts +0 -23
  1084. package/src/operationsInterfaces/networkFunctionDefinitionGroups.ts +0 -136
  1085. package/src/operationsInterfaces/networkFunctionDefinitionVersions.ts +0 -201
  1086. package/src/operationsInterfaces/networkFunctions.ts +0 -151
  1087. package/src/operationsInterfaces/networkServiceDesignGroups.ts +0 -136
  1088. package/src/operationsInterfaces/networkServiceDesignVersions.ts +0 -201
  1089. package/src/operationsInterfaces/operations.ts +0 -22
  1090. package/src/operationsInterfaces/proxyArtifact.ts +0 -95
  1091. package/src/operationsInterfaces/publishers.ts +0 -120
  1092. package/src/operationsInterfaces/siteNetworkServices.ts +0 -127
  1093. package/src/operationsInterfaces/sites.ts +0 -124
  1094. package/src/pagingHelper.ts +0 -39
  1095. package/tsconfig.json +0 -33
  1096. package/types/arm-hybridnetwork.d.ts +0 -4231
  1097. package/types/tsdoc-metadata.json +0 -11
  1098. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  1099. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  1100. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  1101. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  1102. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  1103. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  1104. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  1105. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  1106. /package/{dist-esm/src → dist/browser}/operationsInterfaces/artifactManifests.js +0 -0
  1107. /package/{dist-esm/src → dist/browser}/operationsInterfaces/artifactStores.js +0 -0
  1108. /package/{dist-esm/src → dist/browser}/operationsInterfaces/components.js +0 -0
  1109. /package/{dist-esm/src → dist/browser}/operationsInterfaces/configurationGroupSchemas.js +0 -0
  1110. /package/{dist-esm/src → dist/browser}/operationsInterfaces/configurationGroupValues.js +0 -0
  1111. /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkFunctionDefinitionGroups.js +0 -0
  1112. /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkFunctionDefinitionVersions.js +0 -0
  1113. /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkFunctions.js +0 -0
  1114. /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkServiceDesignGroups.js +0 -0
  1115. /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkServiceDesignVersions.js +0 -0
  1116. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  1117. /package/{dist-esm/src → dist/browser}/operationsInterfaces/proxyArtifact.js +0 -0
  1118. /package/{dist-esm/src → dist/browser}/operationsInterfaces/publishers.js +0 -0
  1119. /package/{dist-esm/src → dist/browser}/operationsInterfaces/siteNetworkServices.js +0 -0
  1120. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sites.js +0 -0
  1121. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  1122. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  1123. /package/review/{arm-hybridnetwork.api.md → arm-hybridnetwork-node.api.md} +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const ConfigurationGroupSchemaListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfigurationGroupSchemaListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConfigurationGroupSchema\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConfigurationGroupSchemaPropertiesFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfigurationGroupSchemaPropertiesFormat\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n versionState: {\n serializedName: \"versionState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n schemaDefinition: {\n serializedName: \"schemaDefinition\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n }\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const TagsObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TagsObject\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const ConfigurationGroupSchemaVersionUpdateState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfigurationGroupSchemaVersionUpdateState\",\n modelProperties: {\n versionState: {\n serializedName: \"versionState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConfigurationGroupValuePropertiesFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfigurationGroupValuePropertiesFormat\",\n uberParent: \"ConfigurationGroupValuePropertiesFormat\",\n polymorphicDiscriminator: {\n serializedName: \"configurationType\",\n clientName: \"configurationType\"\n },\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n publisherName: {\n serializedName: \"publisherName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n publisherScope: {\n serializedName: \"publisherScope\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n configurationGroupSchemaName: {\n serializedName: \"configurationGroupSchemaName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n configurationGroupSchemaOfferingLocation: {\n serializedName: \"configurationGroupSchemaOfferingLocation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n configurationGroupSchemaResourceReference: {\n serializedName: \"configurationGroupSchemaResourceReference\",\n type: {\n name: \"Composite\",\n className: \"DeploymentResourceIdReference\"\n }\n },\n configurationType: {\n serializedName: \"configurationType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DeploymentResourceIdReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeploymentResourceIdReference\",\n uberParent: \"DeploymentResourceIdReference\",\n polymorphicDiscriminator: {\n serializedName: \"idType\",\n clientName: \"idType\"\n },\n modelProperties: {\n idType: {\n defaultValue: \"Open\",\n serializedName: \"idType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConfigurationGroupValueListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfigurationGroupValueListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConfigurationGroupValue\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkFunctionPropertiesFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkFunctionPropertiesFormat\",\n uberParent: \"NetworkFunctionPropertiesFormat\",\n polymorphicDiscriminator: {\n serializedName: \"configurationType\",\n clientName: \"configurationType\"\n },\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n publisherName: {\n serializedName: \"publisherName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n publisherScope: {\n serializedName: \"publisherScope\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n networkFunctionDefinitionGroupName: {\n serializedName: \"networkFunctionDefinitionGroupName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n networkFunctionDefinitionVersion: {\n serializedName: \"networkFunctionDefinitionVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n networkFunctionDefinitionOfferingLocation: {\n serializedName: \"networkFunctionDefinitionOfferingLocation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n networkFunctionDefinitionVersionResourceReference: {\n serializedName: \"networkFunctionDefinitionVersionResourceReference\",\n type: {\n name: \"Composite\",\n className: \"DeploymentResourceIdReference\"\n }\n },\n nfviType: {\n serializedName: \"nfviType\",\n type: {\n name: \"String\"\n }\n },\n nfviId: {\n serializedName: \"nfviId\",\n type: {\n name: \"String\"\n }\n },\n allowSoftwareUpdate: {\n serializedName: \"allowSoftwareUpdate\",\n type: {\n name: \"Boolean\"\n }\n },\n configurationType: {\n serializedName: \"configurationType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n roleOverrideValues: {\n serializedName: \"roleOverrideValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ManagedServiceIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"UserAssignedIdentity\" }\n }\n }\n }\n }\n }\n};\n\nexport const UserAssignedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n clientId: {\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n }\n }\n }\n};\n\nexport const NetworkFunctionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkFunctionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NetworkFunction\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ExecuteRequestParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExecuteRequestParameters\",\n modelProperties: {\n serviceEndpoint: {\n serializedName: \"serviceEndpoint\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n requestMetadata: {\n serializedName: \"requestMetadata\",\n type: {\n name: \"Composite\",\n className: \"RequestMetadata\"\n }\n }\n }\n }\n};\n\nexport const RequestMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RequestMetadata\",\n modelProperties: {\n relativePath: {\n serializedName: \"relativePath\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n httpMethod: {\n serializedName: \"httpMethod\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n serializedBody: {\n serializedName: \"serializedBody\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n apiVersion: {\n serializedName: \"apiVersion\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ComponentProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ComponentProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n deploymentProfile: {\n serializedName: \"deploymentProfile\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n deploymentStatus: {\n serializedName: \"deploymentStatus\",\n type: {\n name: \"Composite\",\n className: \"DeploymentStatusProperties\"\n }\n }\n }\n }\n};\n\nexport const DeploymentStatusProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeploymentStatusProperties\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n resources: {\n serializedName: \"resources\",\n type: {\n name: \"Composite\",\n className: \"Resources\"\n }\n },\n nextExpectedUpdateAt: {\n serializedName: \"nextExpectedUpdateAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const Resources: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resources\",\n modelProperties: {\n deployments: {\n serializedName: \"deployments\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Deployment\"\n }\n }\n }\n },\n pods: {\n serializedName: \"pods\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Pod\"\n }\n }\n }\n },\n replicaSets: {\n serializedName: \"replicaSets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReplicaSet\"\n }\n }\n }\n },\n statefulSets: {\n serializedName: \"statefulSets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StatefulSet\"\n }\n }\n }\n },\n daemonSets: {\n serializedName: \"daemonSets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DaemonSet\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Deployment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Deployment\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n namespace: {\n serializedName: \"namespace\",\n type: {\n name: \"String\"\n }\n },\n desired: {\n serializedName: \"desired\",\n type: {\n name: \"Number\"\n }\n },\n ready: {\n serializedName: \"ready\",\n type: {\n name: \"Number\"\n }\n },\n upToDate: {\n serializedName: \"upToDate\",\n type: {\n name: \"Number\"\n }\n },\n available: {\n serializedName: \"available\",\n type: {\n name: \"Number\"\n }\n },\n creationTime: {\n serializedName: \"creationTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const Pod: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Pod\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n namespace: {\n serializedName: \"namespace\",\n type: {\n name: \"String\"\n }\n },\n desired: {\n serializedName: \"desired\",\n type: {\n name: \"Number\"\n }\n },\n ready: {\n serializedName: \"ready\",\n type: {\n name: \"Number\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n serializedName: \"creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n events: {\n serializedName: \"events\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PodEvent\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PodEvent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PodEvent\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n reason: {\n serializedName: \"reason\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n lastSeenTime: {\n serializedName: \"lastSeenTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ReplicaSet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReplicaSet\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n namespace: {\n serializedName: \"namespace\",\n type: {\n name: \"String\"\n }\n },\n desired: {\n serializedName: \"desired\",\n type: {\n name: \"Number\"\n }\n },\n ready: {\n serializedName: \"ready\",\n type: {\n name: \"Number\"\n }\n },\n current: {\n serializedName: \"current\",\n type: {\n name: \"Number\"\n }\n },\n creationTime: {\n serializedName: \"creationTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const StatefulSet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StatefulSet\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n namespace: {\n serializedName: \"namespace\",\n type: {\n name: \"String\"\n }\n },\n desired: {\n serializedName: \"desired\",\n type: {\n name: \"Number\"\n }\n },\n ready: {\n serializedName: \"ready\",\n type: {\n name: \"Number\"\n }\n },\n creationTime: {\n serializedName: \"creationTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const DaemonSet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaemonSet\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n namespace: {\n serializedName: \"namespace\",\n type: {\n name: \"String\"\n }\n },\n desired: {\n serializedName: \"desired\",\n type: {\n name: \"Number\"\n }\n },\n current: {\n serializedName: \"current\",\n type: {\n name: \"Number\"\n }\n },\n ready: {\n serializedName: \"ready\",\n type: {\n name: \"Number\"\n }\n },\n upToDate: {\n serializedName: \"upToDate\",\n type: {\n name: \"Number\"\n }\n },\n available: {\n serializedName: \"available\",\n type: {\n name: \"Number\"\n }\n },\n creationTime: {\n serializedName: \"creationTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ComponentListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ComponentListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Component\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkFunctionDefinitionGroupListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkFunctionDefinitionGroupListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NetworkFunctionDefinitionGroup\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkFunctionDefinitionGroupPropertiesFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkFunctionDefinitionGroupPropertiesFormat\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkFunctionDefinitionVersionPropertiesFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkFunctionDefinitionVersionPropertiesFormat\",\n uberParent: \"NetworkFunctionDefinitionVersionPropertiesFormat\",\n polymorphicDiscriminator: {\n serializedName: \"networkFunctionType\",\n clientName: \"networkFunctionType\"\n },\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n versionState: {\n serializedName: \"versionState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n deployParameters: {\n serializedName: \"deployParameters\",\n type: {\n name: \"String\"\n }\n },\n networkFunctionType: {\n serializedName: \"networkFunctionType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkFunctionDefinitionVersionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkFunctionDefinitionVersionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NetworkFunctionDefinitionVersion\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkFunctionDefinitionVersionUpdateState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkFunctionDefinitionVersionUpdateState\",\n modelProperties: {\n versionState: {\n serializedName: \"versionState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkServiceDesignGroupListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkServiceDesignGroupListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NetworkServiceDesignGroup\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkServiceDesignGroupPropertiesFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkServiceDesignGroupPropertiesFormat\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkServiceDesignVersionPropertiesFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkServiceDesignVersionPropertiesFormat\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n versionState: {\n serializedName: \"versionState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n configurationGroupSchemaReferences: {\n serializedName: \"configurationGroupSchemaReferences\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"ReferencedResource\" }\n }\n }\n },\n nfvisFromSite: {\n serializedName: \"nfvisFromSite\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"NfviDetails\" } }\n }\n },\n resourceElementTemplates: {\n serializedName: \"resourceElementTemplates\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceElementTemplate\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ReferencedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReferencedResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NfviDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NfviDetails\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceElementTemplate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceElementTemplate\",\n uberParent: \"ResourceElementTemplate\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"resourceElementType\"\n },\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n resourceElementType: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n dependsOnProfile: {\n serializedName: \"dependsOnProfile\",\n type: {\n name: \"Composite\",\n className: \"DependsOnProfile\"\n }\n }\n }\n }\n};\n\nexport const DependsOnProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DependsOnProfile\",\n modelProperties: {\n installDependsOn: {\n serializedName: \"installDependsOn\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n uninstallDependsOn: {\n serializedName: \"uninstallDependsOn\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n updateDependsOn: {\n serializedName: \"updateDependsOn\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const NetworkServiceDesignVersionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkServiceDesignVersionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NetworkServiceDesignVersion\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkServiceDesignVersionUpdateState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkServiceDesignVersionUpdateState\",\n modelProperties: {\n versionState: {\n serializedName: \"versionState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n actionType: {\n serializedName: \"actionType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PublisherListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PublisherListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Publisher\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PublisherPropertiesFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PublisherPropertiesFormat\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n scope: {\n serializedName: \"scope\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArtifactStoreListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArtifactStoreListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ArtifactStore\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArtifactStorePropertiesFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArtifactStorePropertiesFormat\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n storeType: {\n serializedName: \"storeType\",\n type: {\n name: \"String\"\n }\n },\n replicationStrategy: {\n serializedName: \"replicationStrategy\",\n type: {\n name: \"String\"\n }\n },\n managedResourceGroupConfiguration: {\n serializedName: \"managedResourceGroupConfiguration\",\n type: {\n name: \"Composite\",\n className:\n \"ArtifactStorePropertiesFormatManagedResourceGroupConfiguration\"\n }\n },\n storageResourceId: {\n serializedName: \"storageResourceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArtifactStorePropertiesFormatManagedResourceGroupConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArtifactStorePropertiesFormatManagedResourceGroupConfiguration\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArtifactManifestListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArtifactManifestListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ArtifactManifest\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArtifactManifestPropertiesFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArtifactManifestPropertiesFormat\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n artifactManifestState: {\n serializedName: \"artifactManifestState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n artifacts: {\n serializedName: \"artifacts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManifestArtifactFormat\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ManifestArtifactFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManifestArtifactFormat\",\n modelProperties: {\n artifactName: {\n serializedName: \"artifactName\",\n type: {\n name: \"String\"\n }\n },\n artifactType: {\n serializedName: \"artifactType\",\n type: {\n name: \"String\"\n }\n },\n artifactVersion: {\n serializedName: \"artifactVersion\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArtifactAccessCredential: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArtifactAccessCredential\",\n uberParent: \"ArtifactAccessCredential\",\n polymorphicDiscriminator: {\n serializedName: \"credentialType\",\n clientName: \"credentialType\"\n },\n modelProperties: {\n credentialType: {\n serializedName: \"credentialType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArtifactManifestUpdateState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArtifactManifestUpdateState\",\n modelProperties: {\n artifactManifestState: {\n serializedName: \"artifactManifestState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProxyArtifactOverviewListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyArtifactOverviewListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProxyArtifactListOverview\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProxyArtifactVersionsOverviewListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyArtifactVersionsOverviewListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProxyArtifactVersionsListOverview\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProxyArtifactOverviewPropertiesValue: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyArtifactOverviewPropertiesValue\",\n modelProperties: {\n artifactType: {\n serializedName: \"artifactType\",\n type: {\n name: \"String\"\n }\n },\n artifactVersion: {\n serializedName: \"artifactVersion\",\n type: {\n name: \"String\"\n }\n },\n artifactState: {\n serializedName: \"artifactState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArtifactChangeState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArtifactChangeState\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ArtifactChangeStateProperties\"\n }\n }\n }\n }\n};\n\nexport const ArtifactChangeStateProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArtifactChangeStateProperties\",\n modelProperties: {\n artifactState: {\n serializedName: \"artifactState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SitePropertiesFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SitePropertiesFormat\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n nfvis: {\n serializedName: \"nfvis\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NFVIs\"\n }\n }\n }\n },\n siteNetworkServiceReferences: {\n serializedName: \"siteNetworkServiceReferences\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReferencedResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const NFVIs: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NFVIs\",\n uberParent: \"NFVIs\",\n polymorphicDiscriminator: {\n serializedName: \"nfviType\",\n clientName: \"nfviType\"\n },\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n nfviType: {\n serializedName: \"nfviType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SiteListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SiteListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Site\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SiteNetworkServicePropertiesFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SiteNetworkServicePropertiesFormat\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n managedResourceGroupConfiguration: {\n serializedName: \"managedResourceGroupConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ManagedResourceGroupConfiguration\"\n }\n },\n siteReference: {\n serializedName: \"siteReference\",\n type: {\n name: \"Composite\",\n className: \"ReferencedResource\"\n }\n },\n publisherName: {\n serializedName: \"publisherName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n publisherScope: {\n serializedName: \"publisherScope\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n networkServiceDesignGroupName: {\n serializedName: \"networkServiceDesignGroupName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n networkServiceDesignVersionName: {\n serializedName: \"networkServiceDesignVersionName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n networkServiceDesignVersionOfferingLocation: {\n serializedName: \"networkServiceDesignVersionOfferingLocation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n networkServiceDesignVersionResourceReference: {\n serializedName: \"networkServiceDesignVersionResourceReference\",\n type: {\n name: \"Composite\",\n className: \"DeploymentResourceIdReference\"\n }\n },\n desiredStateConfigurationGroupValueReferences: {\n serializedName: \"desiredStateConfigurationGroupValueReferences\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"ReferencedResource\" }\n }\n }\n },\n lastStateNetworkServiceDesignVersionName: {\n serializedName: \"lastStateNetworkServiceDesignVersionName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n lastStateConfigurationGroupValueReferences: {\n serializedName: \"lastStateConfigurationGroupValueReferences\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"ReferencedResource\" }\n }\n }\n }\n }\n }\n};\n\nexport const ManagedResourceGroupConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedResourceGroupConfiguration\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Sku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n tier: {\n serializedName: \"tier\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SiteNetworkServiceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SiteNetworkServiceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SiteNetworkService\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomLocationResourceId: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomLocationResourceId\",\n modelProperties: {\n id: {\n constraints: {\n Pattern: new RegExp(\n \"^\\\\/[sS][uU][bB][sS][cC][rR][iI][pP][tT][iI][oO][nN][sS]\\\\/[^/?#]+\\\\/[rR][eE][sS][oO][uU][rR][cC][eE][gG][rR][oO][uU][pP][sS]\\\\/[^/?#]+\\\\/[pP][rR][oO][vV][iI][dD][eE][rR][sS]\\\\/[mM][iI][cC][rR][oO][sS][oO][fF][tT]\\\\.[eE][xX][tT][eE][nN][dD][eE][dD][lL][oO][cC][aA][tT][iI][oO][nN]\\\\/[cC][uU][sS][tT][oO][mM][lL][oO][cC][aA][tT][iI][oO][nN][sS]\\\\/[^/?#]+$\"\n )\n },\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkFunctionApplication: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkFunctionApplication\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n dependsOnProfile: {\n serializedName: \"dependsOnProfile\",\n type: {\n name: \"Composite\",\n className: \"DependsOnProfile\"\n }\n }\n }\n }\n};\n\nexport const ArtifactProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArtifactProfile\",\n modelProperties: {\n artifactStore: {\n serializedName: \"artifactStore\",\n type: {\n name: \"Composite\",\n className: \"ReferencedResource\"\n }\n }\n }\n }\n};\n\nexport const MappingRuleProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MappingRuleProfile\",\n modelProperties: {\n applicationEnablement: {\n serializedName: \"applicationEnablement\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureStorageAccountContainerCredential: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureStorageAccountContainerCredential\",\n modelProperties: {\n containerName: {\n serializedName: \"containerName\",\n type: {\n name: \"String\"\n }\n },\n containerSasUri: {\n serializedName: \"containerSasUri\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContainerizedNetworkFunctionTemplate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerizedNetworkFunctionTemplate\",\n uberParent: \"ContainerizedNetworkFunctionTemplate\",\n polymorphicDiscriminator: {\n serializedName: \"nfviType\",\n clientName: \"nfviType\"\n },\n modelProperties: {\n nfviType: {\n serializedName: \"nfviType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualNetworkFunctionTemplate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkFunctionTemplate\",\n uberParent: \"VirtualNetworkFunctionTemplate\",\n polymorphicDiscriminator: {\n serializedName: \"nfviType\",\n clientName: \"nfviType\"\n },\n modelProperties: {\n nfviType: {\n serializedName: \"nfviType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HelmArtifactProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HelmArtifactProfile\",\n modelProperties: {\n helmPackageName: {\n serializedName: \"helmPackageName\",\n type: {\n name: \"String\"\n }\n },\n helmPackageVersionRange: {\n serializedName: \"helmPackageVersionRange\",\n type: {\n name: \"String\"\n }\n },\n registryValuesPaths: {\n serializedName: \"registryValuesPaths\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n imagePullSecretsValuesPaths: {\n serializedName: \"imagePullSecretsValuesPaths\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const HelmMappingRuleProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HelmMappingRuleProfile\",\n modelProperties: {\n releaseNamespace: {\n serializedName: \"releaseNamespace\",\n type: {\n name: \"String\"\n }\n },\n releaseName: {\n serializedName: \"releaseName\",\n type: {\n name: \"String\"\n }\n },\n helmPackageVersion: {\n serializedName: \"helmPackageVersion\",\n type: {\n name: \"String\"\n }\n },\n values: {\n serializedName: \"values\",\n type: {\n name: \"String\"\n }\n },\n options: {\n serializedName: \"options\",\n type: {\n name: \"Composite\",\n className: \"HelmMappingRuleProfileOptions\"\n }\n }\n }\n }\n};\n\nexport const HelmMappingRuleProfileOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HelmMappingRuleProfileOptions\",\n modelProperties: {\n installOptions: {\n serializedName: \"installOptions\",\n type: {\n name: \"Composite\",\n className: \"HelmInstallOptions\"\n }\n },\n upgradeOptions: {\n serializedName: \"upgradeOptions\",\n type: {\n name: \"Composite\",\n className: \"HelmUpgradeOptions\"\n }\n }\n }\n }\n};\n\nexport const HelmInstallOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HelmInstallOptions\",\n modelProperties: {\n atomic: {\n serializedName: \"atomic\",\n type: {\n name: \"String\"\n }\n },\n wait: {\n serializedName: \"wait\",\n type: {\n name: \"String\"\n }\n },\n timeout: {\n serializedName: \"timeout\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HelmUpgradeOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HelmUpgradeOptions\",\n modelProperties: {\n atomic: {\n serializedName: \"atomic\",\n type: {\n name: \"String\"\n }\n },\n wait: {\n serializedName: \"wait\",\n type: {\n name: \"String\"\n }\n },\n timeout: {\n serializedName: \"timeout\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VhdImageArtifactProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VhdImageArtifactProfile\",\n modelProperties: {\n vhdName: {\n serializedName: \"vhdName\",\n type: {\n name: \"String\"\n }\n },\n vhdVersion: {\n serializedName: \"vhdVersion\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VhdImageMappingRuleProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VhdImageMappingRuleProfile\",\n modelProperties: {\n userConfiguration: {\n serializedName: \"userConfiguration\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArmTemplateArtifactProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArmTemplateArtifactProfile\",\n modelProperties: {\n templateName: {\n serializedName: \"templateName\",\n type: {\n name: \"String\"\n }\n },\n templateVersion: {\n serializedName: \"templateVersion\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArmTemplateMappingRuleProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArmTemplateMappingRuleProfile\",\n modelProperties: {\n templateParameters: {\n serializedName: \"templateParameters\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ImageArtifactProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImageArtifactProfile\",\n modelProperties: {\n imageName: {\n serializedName: \"imageName\",\n type: {\n name: \"String\"\n }\n },\n imageVersion: {\n serializedName: \"imageVersion\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ImageMappingRuleProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImageMappingRuleProfile\",\n modelProperties: {\n userConfiguration: {\n serializedName: \"userConfiguration\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArmResourceDefinitionResourceElementTemplate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArmResourceDefinitionResourceElementTemplate\",\n modelProperties: {\n templateType: {\n serializedName: \"templateType\",\n type: {\n name: \"String\"\n }\n },\n parameterValues: {\n serializedName: \"parameterValues\",\n type: {\n name: \"String\"\n }\n },\n artifactProfile: {\n serializedName: \"artifactProfile\",\n type: {\n name: \"Composite\",\n className: \"NSDArtifactProfile\"\n }\n }\n }\n }\n};\n\nexport const NSDArtifactProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NSDArtifactProfile\",\n modelProperties: {\n artifactStoreReference: {\n serializedName: \"artifactStoreReference\",\n type: {\n name: \"Composite\",\n className: \"ReferencedResource\"\n }\n },\n artifactName: {\n serializedName: \"artifactName\",\n type: {\n name: \"String\"\n }\n },\n artifactVersion: {\n serializedName: \"artifactVersion\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProxyArtifactOverviewPropertiesFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyArtifactOverviewPropertiesFormat\",\n modelProperties: {\n artifactVersions: {\n serializedName: \"artifactVersions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProxyArtifactOverviewPropertiesValue\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties\n }\n }\n};\n\nexport const ConfigurationValueWithSecrets: coreClient.CompositeMapper = {\n serializedName: \"Secret\",\n type: {\n name: \"Composite\",\n className: \"ConfigurationValueWithSecrets\",\n uberParent: \"ConfigurationGroupValuePropertiesFormat\",\n polymorphicDiscriminator:\n ConfigurationGroupValuePropertiesFormat.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConfigurationGroupValuePropertiesFormat.type.modelProperties,\n secretConfigurationValue: {\n serializedName: \"secretConfigurationValue\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConfigurationValueWithoutSecrets: coreClient.CompositeMapper = {\n serializedName: \"Open\",\n type: {\n name: \"Composite\",\n className: \"ConfigurationValueWithoutSecrets\",\n uberParent: \"ConfigurationGroupValuePropertiesFormat\",\n polymorphicDiscriminator:\n ConfigurationGroupValuePropertiesFormat.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConfigurationGroupValuePropertiesFormat.type.modelProperties,\n configurationValue: {\n serializedName: \"configurationValue\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecretDeploymentResourceReference: coreClient.CompositeMapper = {\n serializedName: \"Secret\",\n type: {\n name: \"Composite\",\n className: \"SecretDeploymentResourceReference\",\n uberParent: \"DeploymentResourceIdReference\",\n polymorphicDiscriminator:\n DeploymentResourceIdReference.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeploymentResourceIdReference.type.modelProperties,\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OpenDeploymentResourceReference: coreClient.CompositeMapper = {\n serializedName: \"Open\",\n type: {\n name: \"Composite\",\n className: \"OpenDeploymentResourceReference\",\n uberParent: \"DeploymentResourceIdReference\",\n polymorphicDiscriminator:\n DeploymentResourceIdReference.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeploymentResourceIdReference.type.modelProperties,\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkFunctionValueWithSecrets: coreClient.CompositeMapper = {\n serializedName: \"Secret\",\n type: {\n name: \"Composite\",\n className: \"NetworkFunctionValueWithSecrets\",\n uberParent: \"NetworkFunctionPropertiesFormat\",\n polymorphicDiscriminator:\n NetworkFunctionPropertiesFormat.type.polymorphicDiscriminator,\n modelProperties: {\n ...NetworkFunctionPropertiesFormat.type.modelProperties,\n secretDeploymentValues: {\n serializedName: \"secretDeploymentValues\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkFunctionValueWithoutSecrets: coreClient.CompositeMapper = {\n serializedName: \"Open\",\n type: {\n name: \"Composite\",\n className: \"NetworkFunctionValueWithoutSecrets\",\n uberParent: \"NetworkFunctionPropertiesFormat\",\n polymorphicDiscriminator:\n NetworkFunctionPropertiesFormat.type.polymorphicDiscriminator,\n modelProperties: {\n ...NetworkFunctionPropertiesFormat.type.modelProperties,\n deploymentValues: {\n serializedName: \"deploymentValues\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContainerizedNetworkFunctionDefinitionVersion: coreClient.CompositeMapper = {\n serializedName: \"ContainerizedNetworkFunction\",\n type: {\n name: \"Composite\",\n className: \"ContainerizedNetworkFunctionDefinitionVersion\",\n uberParent: \"NetworkFunctionDefinitionVersionPropertiesFormat\",\n polymorphicDiscriminator:\n NetworkFunctionDefinitionVersionPropertiesFormat.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...NetworkFunctionDefinitionVersionPropertiesFormat.type.modelProperties,\n networkFunctionTemplate: {\n serializedName: \"networkFunctionTemplate\",\n type: {\n name: \"Composite\",\n className: \"ContainerizedNetworkFunctionTemplate\"\n }\n }\n }\n }\n};\n\nexport const VirtualNetworkFunctionDefinitionVersion: coreClient.CompositeMapper = {\n serializedName: \"VirtualNetworkFunction\",\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkFunctionDefinitionVersion\",\n uberParent: \"NetworkFunctionDefinitionVersionPropertiesFormat\",\n polymorphicDiscriminator:\n NetworkFunctionDefinitionVersionPropertiesFormat.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...NetworkFunctionDefinitionVersionPropertiesFormat.type.modelProperties,\n networkFunctionTemplate: {\n serializedName: \"networkFunctionTemplate\",\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkFunctionTemplate\"\n }\n }\n }\n }\n};\n\nexport const ArmResourceDefinitionResourceElementTemplateDetails: coreClient.CompositeMapper = {\n serializedName: \"ArmResourceDefinition\",\n type: {\n name: \"Composite\",\n className: \"ArmResourceDefinitionResourceElementTemplateDetails\",\n uberParent: \"ResourceElementTemplate\",\n polymorphicDiscriminator:\n ResourceElementTemplate.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceElementTemplate.type.modelProperties,\n configuration: {\n serializedName: \"configuration\",\n type: {\n name: \"Composite\",\n className: \"ArmResourceDefinitionResourceElementTemplate\"\n }\n }\n }\n }\n};\n\nexport const NetworkFunctionDefinitionResourceElementTemplateDetails: coreClient.CompositeMapper = {\n serializedName: \"NetworkFunctionDefinition\",\n type: {\n name: \"Composite\",\n className: \"NetworkFunctionDefinitionResourceElementTemplateDetails\",\n uberParent: \"ResourceElementTemplate\",\n polymorphicDiscriminator:\n ResourceElementTemplate.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceElementTemplate.type.modelProperties,\n configuration: {\n serializedName: \"configuration\",\n type: {\n name: \"Composite\",\n className: \"ArmResourceDefinitionResourceElementTemplate\"\n }\n }\n }\n }\n};\n\nexport const AzureContainerRegistryScopedTokenCredential: coreClient.CompositeMapper = {\n serializedName: \"AzureContainerRegistryScopedToken\",\n type: {\n name: \"Composite\",\n className: \"AzureContainerRegistryScopedTokenCredential\",\n uberParent: \"ArtifactAccessCredential\",\n polymorphicDiscriminator:\n ArtifactAccessCredential.type.polymorphicDiscriminator,\n modelProperties: {\n ...ArtifactAccessCredential.type.modelProperties,\n username: {\n serializedName: \"username\",\n type: {\n name: \"String\"\n }\n },\n acrToken: {\n serializedName: \"acrToken\",\n type: {\n name: \"String\"\n }\n },\n acrServerUrl: {\n serializedName: \"acrServerUrl\",\n type: {\n name: \"String\"\n }\n },\n repositories: {\n serializedName: \"repositories\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n expiry: {\n serializedName: \"expiry\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const AzureStorageAccountCredential: coreClient.CompositeMapper = {\n serializedName: \"AzureStorageAccountToken\",\n type: {\n name: \"Composite\",\n className: \"AzureStorageAccountCredential\",\n uberParent: \"ArtifactAccessCredential\",\n polymorphicDiscriminator:\n ArtifactAccessCredential.type.polymorphicDiscriminator,\n modelProperties: {\n ...ArtifactAccessCredential.type.modelProperties,\n storageAccountId: {\n serializedName: \"storageAccountId\",\n type: {\n name: \"String\"\n }\n },\n containerCredentials: {\n serializedName: \"containerCredentials\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureStorageAccountContainerCredential\"\n }\n }\n }\n },\n expiry: {\n serializedName: \"expiry\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const AzureCoreNfviDetails: coreClient.CompositeMapper = {\n serializedName: \"AzureCore\",\n type: {\n name: \"Composite\",\n className: \"AzureCoreNfviDetails\",\n uberParent: \"NFVIs\",\n polymorphicDiscriminator: NFVIs.type.polymorphicDiscriminator,\n modelProperties: {\n ...NFVIs.type.modelProperties,\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureArcK8SClusterNfviDetails: coreClient.CompositeMapper = {\n serializedName: \"AzureArcKubernetes\",\n type: {\n name: \"Composite\",\n className: \"AzureArcK8SClusterNfviDetails\",\n uberParent: \"NFVIs\",\n polymorphicDiscriminator: NFVIs.type.polymorphicDiscriminator,\n modelProperties: {\n ...NFVIs.type.modelProperties,\n customLocationReference: {\n serializedName: \"customLocationReference\",\n type: {\n name: \"Composite\",\n className: \"ReferencedResource\"\n }\n }\n }\n }\n};\n\nexport const AzureOperatorNexusClusterNfviDetails: coreClient.CompositeMapper = {\n serializedName: \"AzureOperatorNexus\",\n type: {\n name: \"Composite\",\n className: \"AzureOperatorNexusClusterNfviDetails\",\n uberParent: \"NFVIs\",\n polymorphicDiscriminator: NFVIs.type.polymorphicDiscriminator,\n modelProperties: {\n ...NFVIs.type.modelProperties,\n customLocationReference: {\n serializedName: \"customLocationReference\",\n type: {\n name: \"Composite\",\n className: \"ReferencedResource\"\n }\n }\n }\n }\n};\n\nexport const AzureArcKubernetesNetworkFunctionApplication: coreClient.CompositeMapper = {\n serializedName: \"AzureArcKubernetesNetworkFunctionApplication\",\n type: {\n name: \"Composite\",\n className: \"AzureArcKubernetesNetworkFunctionApplication\",\n uberParent: \"NetworkFunctionApplication\",\n polymorphicDiscriminator: {\n serializedName: \"artifactType\",\n clientName: \"artifactType\"\n },\n modelProperties: {\n ...NetworkFunctionApplication.type.modelProperties,\n artifactType: {\n serializedName: \"artifactType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureCoreNetworkFunctionApplication: coreClient.CompositeMapper = {\n serializedName: \"AzureCoreNetworkFunctionApplication\",\n type: {\n name: \"Composite\",\n className: \"AzureCoreNetworkFunctionApplication\",\n uberParent: \"NetworkFunctionApplication\",\n polymorphicDiscriminator: {\n serializedName: \"artifactType\",\n clientName: \"artifactType\"\n },\n modelProperties: {\n ...NetworkFunctionApplication.type.modelProperties,\n artifactType: {\n serializedName: \"artifactType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureOperatorNexusNetworkFunctionApplication: coreClient.CompositeMapper = {\n serializedName: \"AzureOperatorNexusNetworkFunctionApplication\",\n type: {\n name: \"Composite\",\n className: \"AzureOperatorNexusNetworkFunctionApplication\",\n uberParent: \"NetworkFunctionApplication\",\n polymorphicDiscriminator: {\n serializedName: \"artifactType\",\n clientName: \"artifactType\"\n },\n modelProperties: {\n ...NetworkFunctionApplication.type.modelProperties,\n artifactType: {\n serializedName: \"artifactType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureArcKubernetesArtifactProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureArcKubernetesArtifactProfile\",\n modelProperties: {\n ...ArtifactProfile.type.modelProperties,\n helmArtifactProfile: {\n serializedName: \"helmArtifactProfile\",\n type: {\n name: \"Composite\",\n className: \"HelmArtifactProfile\"\n }\n }\n }\n }\n};\n\nexport const AzureCoreVhdImageArtifactProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureCoreVhdImageArtifactProfile\",\n modelProperties: {\n ...ArtifactProfile.type.modelProperties,\n vhdArtifactProfile: {\n serializedName: \"vhdArtifactProfile\",\n type: {\n name: \"Composite\",\n className: \"VhdImageArtifactProfile\"\n }\n }\n }\n }\n};\n\nexport const AzureCoreArmTemplateArtifactProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureCoreArmTemplateArtifactProfile\",\n modelProperties: {\n ...ArtifactProfile.type.modelProperties,\n templateArtifactProfile: {\n serializedName: \"templateArtifactProfile\",\n type: {\n name: \"Composite\",\n className: \"ArmTemplateArtifactProfile\"\n }\n }\n }\n }\n};\n\nexport const AzureOperatorNexusImageArtifactProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureOperatorNexusImageArtifactProfile\",\n modelProperties: {\n ...ArtifactProfile.type.modelProperties,\n imageArtifactProfile: {\n serializedName: \"imageArtifactProfile\",\n type: {\n name: \"Composite\",\n className: \"ImageArtifactProfile\"\n }\n }\n }\n }\n};\n\nexport const AzureOperatorNexusArmTemplateArtifactProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureOperatorNexusArmTemplateArtifactProfile\",\n modelProperties: {\n ...ArtifactProfile.type.modelProperties,\n templateArtifactProfile: {\n serializedName: \"templateArtifactProfile\",\n type: {\n name: \"Composite\",\n className: \"ArmTemplateArtifactProfile\"\n }\n }\n }\n }\n};\n\nexport const AzureArcKubernetesDeployMappingRuleProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureArcKubernetesDeployMappingRuleProfile\",\n modelProperties: {\n ...MappingRuleProfile.type.modelProperties,\n helmMappingRuleProfile: {\n serializedName: \"helmMappingRuleProfile\",\n type: {\n name: \"Composite\",\n className: \"HelmMappingRuleProfile\"\n }\n }\n }\n }\n};\n\nexport const AzureCoreVhdImageDeployMappingRuleProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureCoreVhdImageDeployMappingRuleProfile\",\n modelProperties: {\n ...MappingRuleProfile.type.modelProperties,\n vhdImageMappingRuleProfile: {\n serializedName: \"vhdImageMappingRuleProfile\",\n type: {\n name: \"Composite\",\n className: \"VhdImageMappingRuleProfile\"\n }\n }\n }\n }\n};\n\nexport const AzureCoreArmTemplateDeployMappingRuleProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureCoreArmTemplateDeployMappingRuleProfile\",\n modelProperties: {\n ...MappingRuleProfile.type.modelProperties,\n templateMappingRuleProfile: {\n serializedName: \"templateMappingRuleProfile\",\n type: {\n name: \"Composite\",\n className: \"ArmTemplateMappingRuleProfile\"\n }\n }\n }\n }\n};\n\nexport const AzureOperatorNexusImageDeployMappingRuleProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureOperatorNexusImageDeployMappingRuleProfile\",\n modelProperties: {\n ...MappingRuleProfile.type.modelProperties,\n imageMappingRuleProfile: {\n serializedName: \"imageMappingRuleProfile\",\n type: {\n name: \"Composite\",\n className: \"ImageMappingRuleProfile\"\n }\n }\n }\n }\n};\n\nexport const AzureOperatorNexusArmTemplateDeployMappingRuleProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureOperatorNexusArmTemplateDeployMappingRuleProfile\",\n modelProperties: {\n ...MappingRuleProfile.type.modelProperties,\n templateMappingRuleProfile: {\n serializedName: \"templateMappingRuleProfile\",\n type: {\n name: \"Composite\",\n className: \"ArmTemplateMappingRuleProfile\"\n }\n }\n }\n }\n};\n\nexport const AzureArcKubernetesNetworkFunctionTemplate: coreClient.CompositeMapper = {\n serializedName: \"AzureArcKubernetes\",\n type: {\n name: \"Composite\",\n className: \"AzureArcKubernetesNetworkFunctionTemplate\",\n uberParent: \"ContainerizedNetworkFunctionTemplate\",\n polymorphicDiscriminator:\n ContainerizedNetworkFunctionTemplate.type.polymorphicDiscriminator,\n modelProperties: {\n ...ContainerizedNetworkFunctionTemplate.type.modelProperties,\n networkFunctionApplications: {\n serializedName: \"networkFunctionApplications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureArcKubernetesNetworkFunctionApplication\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AzureCoreNetworkFunctionTemplate: coreClient.CompositeMapper = {\n serializedName: \"AzureCore\",\n type: {\n name: \"Composite\",\n className: \"AzureCoreNetworkFunctionTemplate\",\n uberParent: \"VirtualNetworkFunctionTemplate\",\n polymorphicDiscriminator:\n VirtualNetworkFunctionTemplate.type.polymorphicDiscriminator,\n modelProperties: {\n ...VirtualNetworkFunctionTemplate.type.modelProperties,\n networkFunctionApplications: {\n serializedName: \"networkFunctionApplications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureCoreNetworkFunctionApplication\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AzureOperatorNexusNetworkFunctionTemplate: coreClient.CompositeMapper = {\n serializedName: \"AzureOperatorNexus\",\n type: {\n name: \"Composite\",\n className: \"AzureOperatorNexusNetworkFunctionTemplate\",\n uberParent: \"VirtualNetworkFunctionTemplate\",\n polymorphicDiscriminator:\n VirtualNetworkFunctionTemplate.type.polymorphicDiscriminator,\n modelProperties: {\n ...VirtualNetworkFunctionTemplate.type.modelProperties,\n networkFunctionApplications: {\n serializedName: \"networkFunctionApplications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureOperatorNexusNetworkFunctionApplication\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConfigurationGroupSchema: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfigurationGroupSchema\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ConfigurationGroupSchemaPropertiesFormat\"\n }\n }\n }\n }\n};\n\nexport const ConfigurationGroupValue: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfigurationGroupValue\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ConfigurationGroupValuePropertiesFormat\"\n }\n }\n }\n }\n};\n\nexport const NetworkFunction: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkFunction\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"NetworkFunctionPropertiesFormat\"\n }\n },\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\"\n }\n }\n }\n }\n};\n\nexport const NetworkFunctionDefinitionGroup: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkFunctionDefinitionGroup\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"NetworkFunctionDefinitionGroupPropertiesFormat\"\n }\n }\n }\n }\n};\n\nexport const NetworkFunctionDefinitionVersion: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkFunctionDefinitionVersion\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"NetworkFunctionDefinitionVersionPropertiesFormat\"\n }\n }\n }\n }\n};\n\nexport const NetworkServiceDesignGroup: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkServiceDesignGroup\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"NetworkServiceDesignGroupPropertiesFormat\"\n }\n }\n }\n }\n};\n\nexport const NetworkServiceDesignVersion: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkServiceDesignVersion\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"NetworkServiceDesignVersionPropertiesFormat\"\n }\n }\n }\n }\n};\n\nexport const Publisher: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Publisher\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"PublisherPropertiesFormat\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\"\n }\n }\n }\n }\n};\n\nexport const ArtifactStore: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArtifactStore\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ArtifactStorePropertiesFormat\"\n }\n }\n }\n }\n};\n\nexport const ArtifactManifest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArtifactManifest\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ArtifactManifestPropertiesFormat\"\n }\n }\n }\n }\n};\n\nexport const Site: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Site\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SitePropertiesFormat\"\n }\n }\n }\n }\n};\n\nexport const SiteNetworkService: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SiteNetworkService\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SiteNetworkServicePropertiesFormat\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\"\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n }\n }\n }\n};\n\nexport const Component: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Component\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ComponentProperties\"\n }\n }\n }\n }\n};\n\nexport const ProxyArtifactListOverview: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyArtifactListOverview\",\n modelProperties: {\n ...ProxyResource.type.modelProperties\n }\n }\n};\n\nexport const ProxyArtifactVersionsListOverview: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyArtifactVersionsListOverview\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ProxyArtifactOverviewPropertiesValue\"\n }\n }\n }\n }\n};\n\nexport const ProxyArtifactOverview: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyArtifactOverview\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ProxyArtifactOverviewPropertiesFormat\"\n }\n }\n }\n }\n};\n\nexport const AzureArcKubernetesHelmApplication: coreClient.CompositeMapper = {\n serializedName: \"HelmPackage\",\n type: {\n name: \"Composite\",\n className: \"AzureArcKubernetesHelmApplication\",\n uberParent: \"AzureArcKubernetesNetworkFunctionApplication\",\n polymorphicDiscriminator:\n AzureArcKubernetesNetworkFunctionApplication.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...AzureArcKubernetesNetworkFunctionApplication.type.modelProperties,\n artifactProfile: {\n serializedName: \"artifactProfile\",\n type: {\n name: \"Composite\",\n className: \"AzureArcKubernetesArtifactProfile\"\n }\n },\n deployParametersMappingRuleProfile: {\n serializedName: \"deployParametersMappingRuleProfile\",\n type: {\n name: \"Composite\",\n className: \"AzureArcKubernetesDeployMappingRuleProfile\"\n }\n }\n }\n }\n};\n\nexport const AzureCoreNetworkFunctionVhdApplication: coreClient.CompositeMapper = {\n serializedName: \"VhdImageFile\",\n type: {\n name: \"Composite\",\n className: \"AzureCoreNetworkFunctionVhdApplication\",\n uberParent: \"AzureCoreNetworkFunctionApplication\",\n polymorphicDiscriminator:\n AzureCoreNetworkFunctionApplication.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureCoreNetworkFunctionApplication.type.modelProperties,\n artifactProfile: {\n serializedName: \"artifactProfile\",\n type: {\n name: \"Composite\",\n className: \"AzureCoreVhdImageArtifactProfile\"\n }\n },\n deployParametersMappingRuleProfile: {\n serializedName: \"deployParametersMappingRuleProfile\",\n type: {\n name: \"Composite\",\n className: \"AzureCoreVhdImageDeployMappingRuleProfile\"\n }\n }\n }\n }\n};\n\nexport const AzureCoreNetworkFunctionArmTemplateApplication: coreClient.CompositeMapper = {\n serializedName: \"ArmTemplate\",\n type: {\n name: \"Composite\",\n className: \"AzureCoreNetworkFunctionArmTemplateApplication\",\n uberParent: \"AzureCoreNetworkFunctionApplication\",\n polymorphicDiscriminator:\n AzureCoreNetworkFunctionApplication.type.polymorphicDiscriminator,\n modelProperties: {\n ...AzureCoreNetworkFunctionApplication.type.modelProperties,\n artifactProfile: {\n serializedName: \"artifactProfile\",\n type: {\n name: \"Composite\",\n className: \"AzureCoreArmTemplateArtifactProfile\"\n }\n },\n deployParametersMappingRuleProfile: {\n serializedName: \"deployParametersMappingRuleProfile\",\n type: {\n name: \"Composite\",\n className: \"AzureCoreArmTemplateDeployMappingRuleProfile\"\n }\n }\n }\n }\n};\n\nexport const AzureOperatorNexusNetworkFunctionImageApplication: coreClient.CompositeMapper = {\n serializedName: \"ImageFile\",\n type: {\n name: \"Composite\",\n className: \"AzureOperatorNexusNetworkFunctionImageApplication\",\n uberParent: \"AzureOperatorNexusNetworkFunctionApplication\",\n polymorphicDiscriminator:\n AzureOperatorNexusNetworkFunctionApplication.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...AzureOperatorNexusNetworkFunctionApplication.type.modelProperties,\n artifactProfile: {\n serializedName: \"artifactProfile\",\n type: {\n name: \"Composite\",\n className: \"AzureOperatorNexusImageArtifactProfile\"\n }\n },\n deployParametersMappingRuleProfile: {\n serializedName: \"deployParametersMappingRuleProfile\",\n type: {\n name: \"Composite\",\n className: \"AzureOperatorNexusImageDeployMappingRuleProfile\"\n }\n }\n }\n }\n};\n\nexport const AzureOperatorNexusNetworkFunctionArmTemplateApplication: coreClient.CompositeMapper = {\n serializedName: \"ArmTemplate\",\n type: {\n name: \"Composite\",\n className: \"AzureOperatorNexusNetworkFunctionArmTemplateApplication\",\n uberParent: \"AzureOperatorNexusNetworkFunctionApplication\",\n polymorphicDiscriminator:\n AzureOperatorNexusNetworkFunctionApplication.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...AzureOperatorNexusNetworkFunctionApplication.type.modelProperties,\n artifactProfile: {\n serializedName: \"artifactProfile\",\n type: {\n name: \"Composite\",\n className: \"AzureOperatorNexusArmTemplateArtifactProfile\"\n }\n },\n deployParametersMappingRuleProfile: {\n serializedName: \"deployParametersMappingRuleProfile\",\n type: {\n name: \"Composite\",\n className: \"AzureOperatorNexusArmTemplateDeployMappingRuleProfile\"\n }\n }\n }\n }\n};\n\nexport const ConfigurationGroupSchemasDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfigurationGroupSchemasDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConfigurationGroupSchemasUpdateStateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfigurationGroupSchemasUpdateStateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConfigurationGroupValuesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfigurationGroupValuesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkFunctionsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkFunctionsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkFunctionsExecuteRequestHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkFunctionsExecuteRequestHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkFunctionDefinitionGroupsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkFunctionDefinitionGroupsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkFunctionDefinitionVersionsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkFunctionDefinitionVersionsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkFunctionDefinitionVersionsUpdateStateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkFunctionDefinitionVersionsUpdateStateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkServiceDesignGroupsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkServiceDesignGroupsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkServiceDesignVersionsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkServiceDesignVersionsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkServiceDesignVersionsUpdateStateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkServiceDesignVersionsUpdateStateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PublishersDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PublishersDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArtifactStoresDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArtifactStoresDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArtifactManifestsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArtifactManifestsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArtifactManifestsUpdateStateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArtifactManifestsUpdateStateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProxyArtifactUpdateStateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyArtifactUpdateStateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SitesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SitesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SiteNetworkServicesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SiteNetworkServicesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport let discriminators = {\n ConfigurationGroupValuePropertiesFormat: ConfigurationGroupValuePropertiesFormat,\n DeploymentResourceIdReference: DeploymentResourceIdReference,\n NetworkFunctionPropertiesFormat: NetworkFunctionPropertiesFormat,\n NetworkFunctionDefinitionVersionPropertiesFormat: NetworkFunctionDefinitionVersionPropertiesFormat,\n ResourceElementTemplate: ResourceElementTemplate,\n ArtifactAccessCredential: ArtifactAccessCredential,\n NFVIs: NFVIs,\n ContainerizedNetworkFunctionTemplate: ContainerizedNetworkFunctionTemplate,\n VirtualNetworkFunctionTemplate: VirtualNetworkFunctionTemplate,\n \"ConfigurationGroupValuePropertiesFormat.Secret\": ConfigurationValueWithSecrets,\n \"ConfigurationGroupValuePropertiesFormat.Open\": ConfigurationValueWithoutSecrets,\n \"DeploymentResourceIdReference.Secret\": SecretDeploymentResourceReference,\n \"DeploymentResourceIdReference.Open\": OpenDeploymentResourceReference,\n \"NetworkFunctionPropertiesFormat.Secret\": NetworkFunctionValueWithSecrets,\n \"NetworkFunctionPropertiesFormat.Open\": NetworkFunctionValueWithoutSecrets,\n \"NetworkFunctionDefinitionVersionPropertiesFormat.ContainerizedNetworkFunction\": ContainerizedNetworkFunctionDefinitionVersion,\n \"NetworkFunctionDefinitionVersionPropertiesFormat.VirtualNetworkFunction\": VirtualNetworkFunctionDefinitionVersion,\n \"ResourceElementTemplate.ArmResourceDefinition\": ArmResourceDefinitionResourceElementTemplateDetails,\n \"ResourceElementTemplate.NetworkFunctionDefinition\": NetworkFunctionDefinitionResourceElementTemplateDetails,\n \"ArtifactAccessCredential.AzureContainerRegistryScopedToken\": AzureContainerRegistryScopedTokenCredential,\n \"ArtifactAccessCredential.AzureStorageAccountToken\": AzureStorageAccountCredential,\n \"NFVIs.AzureCore\": AzureCoreNfviDetails,\n \"NFVIs.AzureArcKubernetes\": AzureArcK8SClusterNfviDetails,\n \"NFVIs.AzureOperatorNexus\": AzureOperatorNexusClusterNfviDetails,\n \"NetworkFunctionApplication.AzureArcKubernetesNetworkFunctionApplication\": AzureArcKubernetesNetworkFunctionApplication,\n \"NetworkFunctionApplication.AzureCoreNetworkFunctionApplication\": AzureCoreNetworkFunctionApplication,\n \"NetworkFunctionApplication.AzureOperatorNexusNetworkFunctionApplication\": AzureOperatorNexusNetworkFunctionApplication,\n \"ContainerizedNetworkFunctionTemplate.AzureArcKubernetes\": AzureArcKubernetesNetworkFunctionTemplate,\n \"VirtualNetworkFunctionTemplate.AzureCore\": AzureCoreNetworkFunctionTemplate,\n \"VirtualNetworkFunctionTemplate.AzureOperatorNexus\": AzureOperatorNexusNetworkFunctionTemplate,\n \"AzureArcKubernetesNetworkFunctionApplication.HelmPackage\": AzureArcKubernetesHelmApplication,\n \"AzureCoreNetworkFunctionApplication.VhdImageFile\": AzureCoreNetworkFunctionVhdApplication,\n \"AzureCoreNetworkFunctionApplication.ArmTemplate\": AzureCoreNetworkFunctionArmTemplateApplication,\n \"AzureOperatorNexusNetworkFunctionApplication.ImageFile\": AzureOperatorNexusNetworkFunctionImageApplication,\n \"AzureOperatorNexusNetworkFunctionApplication.ArmTemplate\": AzureOperatorNexusNetworkFunctionArmTemplateApplication\n};\n"]}
@@ -0,0 +1,45 @@
1
+ import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
+ export declare const accept: OperationParameter;
3
+ export declare const $host: OperationURLParameter;
4
+ export declare const resourceGroupName: OperationURLParameter;
5
+ export declare const publisherName: OperationURLParameter;
6
+ export declare const apiVersion: OperationQueryParameter;
7
+ export declare const subscriptionId: OperationURLParameter;
8
+ export declare const configurationGroupSchemaName: OperationURLParameter;
9
+ export declare const contentType: OperationParameter;
10
+ export declare const parameters: OperationParameter;
11
+ export declare const parameters1: OperationParameter;
12
+ export declare const parameters2: OperationParameter;
13
+ export declare const nextLink: OperationURLParameter;
14
+ export declare const configurationGroupValueName: OperationURLParameter;
15
+ export declare const parameters3: OperationParameter;
16
+ export declare const networkFunctionName: OperationURLParameter;
17
+ export declare const networkFunctionName1: OperationURLParameter;
18
+ export declare const parameters4: OperationParameter;
19
+ export declare const parameters5: OperationParameter;
20
+ export declare const componentName: OperationURLParameter;
21
+ export declare const networkFunctionDefinitionGroupName: OperationURLParameter;
22
+ export declare const parameters6: OperationParameter;
23
+ export declare const networkFunctionDefinitionVersionName: OperationURLParameter;
24
+ export declare const parameters7: OperationParameter;
25
+ export declare const parameters8: OperationParameter;
26
+ export declare const networkServiceDesignGroupName: OperationURLParameter;
27
+ export declare const parameters9: OperationParameter;
28
+ export declare const networkServiceDesignVersionName: OperationURLParameter;
29
+ export declare const parameters10: OperationParameter;
30
+ export declare const parameters11: OperationParameter;
31
+ export declare const parameters12: OperationParameter;
32
+ export declare const parameters13: OperationParameter;
33
+ export declare const artifactStoreName: OperationURLParameter;
34
+ export declare const parameters14: OperationParameter;
35
+ export declare const artifactManifestName: OperationURLParameter;
36
+ export declare const parameters15: OperationParameter;
37
+ export declare const parameters16: OperationParameter;
38
+ export declare const artifactName: OperationQueryParameter;
39
+ export declare const parameters17: OperationParameter;
40
+ export declare const artifactVersionName: OperationURLParameter;
41
+ export declare const siteName: OperationURLParameter;
42
+ export declare const parameters18: OperationParameter;
43
+ export declare const siteNetworkServiceName: OperationURLParameter;
44
+ export declare const parameters19: OperationParameter;
45
+ //# sourceMappingURL=parameters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAuB5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAa/B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,qBAa3B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAY5B,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,qBAa1C,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,qBAazC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,qBAajC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,qBASlC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,qBAa3B,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,qBAahD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,qBAelD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,qBAa3C,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,qBAe7C,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAG1B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAG1B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAG1B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAG1B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAa/B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAG1B,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,qBAalC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAG1B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAG1B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,uBAa1B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAG1B,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,qBAajC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAatB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAG1B,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,qBAapC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAG1B,CAAC"}