@azure/arm-paloaltonetworksngfw 1.1.2-alpha.20251110.1 → 1.2.0-alpha.20251112.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (654) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +3 -2
  3. package/dist/browser/index.d.ts.map +1 -1
  4. package/dist/browser/index.js +4 -7
  5. package/dist/browser/index.js.map +1 -1
  6. package/dist/browser/lroImpl.d.ts +1 -1
  7. package/dist/browser/lroImpl.d.ts.map +1 -1
  8. package/dist/browser/lroImpl.js +4 -2
  9. package/dist/browser/lroImpl.js.map +1 -1
  10. package/dist/browser/models/index.d.ts +457 -73
  11. package/dist/browser/models/index.d.ts.map +1 -1
  12. package/dist/browser/models/index.js +18 -7
  13. package/dist/browser/models/index.js.map +1 -1
  14. package/dist/browser/models/mappers.d.ts +37 -3
  15. package/dist/browser/models/mappers.d.ts.map +1 -1
  16. package/dist/browser/models/mappers.js +2011 -1186
  17. package/dist/browser/models/mappers.js.map +1 -1
  18. package/dist/browser/models/parameters.d.ts +2 -1
  19. package/dist/browser/models/parameters.d.ts.map +1 -1
  20. package/dist/browser/models/parameters.js +89 -87
  21. package/dist/browser/models/parameters.js.map +1 -1
  22. package/dist/browser/operations/certificateObjectGlobalRulestack.d.ts +5 -5
  23. package/dist/browser/operations/certificateObjectGlobalRulestack.d.ts.map +1 -1
  24. package/dist/browser/operations/certificateObjectGlobalRulestack.js +43 -64
  25. package/dist/browser/operations/certificateObjectGlobalRulestack.js.map +1 -1
  26. package/dist/browser/operations/certificateObjectLocalRulestack.d.ts +5 -5
  27. package/dist/browser/operations/certificateObjectLocalRulestack.d.ts.map +1 -1
  28. package/dist/browser/operations/certificateObjectLocalRulestack.js +45 -50
  29. package/dist/browser/operations/certificateObjectLocalRulestack.js.map +1 -1
  30. package/dist/browser/operations/firewallStatus.d.ts +4 -4
  31. package/dist/browser/operations/firewallStatus.d.ts.map +1 -1
  32. package/dist/browser/operations/firewallStatus.js +20 -25
  33. package/dist/browser/operations/firewallStatus.js.map +1 -1
  34. package/dist/browser/operations/firewalls.d.ts +5 -5
  35. package/dist/browser/operations/firewalls.d.ts.map +1 -1
  36. package/dist/browser/operations/firewalls.js +80 -93
  37. package/dist/browser/operations/firewalls.js.map +1 -1
  38. package/dist/browser/operations/fqdnListGlobalRulestack.d.ts +5 -5
  39. package/dist/browser/operations/fqdnListGlobalRulestack.d.ts.map +1 -1
  40. package/dist/browser/operations/fqdnListGlobalRulestack.js +43 -64
  41. package/dist/browser/operations/fqdnListGlobalRulestack.js.map +1 -1
  42. package/dist/browser/operations/fqdnListLocalRulestack.d.ts +5 -5
  43. package/dist/browser/operations/fqdnListLocalRulestack.d.ts.map +1 -1
  44. package/dist/browser/operations/fqdnListLocalRulestack.js +45 -50
  45. package/dist/browser/operations/fqdnListLocalRulestack.js.map +1 -1
  46. package/dist/browser/operations/globalRulestack.d.ts +5 -5
  47. package/dist/browser/operations/globalRulestack.d.ts.map +1 -1
  48. package/dist/browser/operations/globalRulestack.js +86 -101
  49. package/dist/browser/operations/globalRulestack.js.map +1 -1
  50. package/dist/browser/operations/index.d.ts +3 -1
  51. package/dist/browser/operations/index.d.ts.map +1 -1
  52. package/dist/browser/operations/index.js +7 -8
  53. package/dist/browser/operations/index.js.map +1 -1
  54. package/dist/browser/operations/localRules.d.ts +5 -5
  55. package/dist/browser/operations/localRules.d.ts.map +1 -1
  56. package/dist/browser/operations/localRules.js +60 -65
  57. package/dist/browser/operations/localRules.js.map +1 -1
  58. package/dist/browser/operations/localRulestacks.d.ts +60 -8
  59. package/dist/browser/operations/localRulestacks.d.ts.map +1 -1
  60. package/dist/browser/operations/localRulestacks.js +350 -141
  61. package/dist/browser/operations/localRulestacks.js.map +1 -1
  62. package/dist/browser/operations/metricsObjectFirewall.d.ts +76 -0
  63. package/dist/browser/operations/metricsObjectFirewall.d.ts.map +1 -0
  64. package/dist/browser/operations/metricsObjectFirewall.js +338 -0
  65. package/dist/browser/operations/metricsObjectFirewall.js.map +1 -0
  66. package/dist/browser/operations/operations.d.ts +4 -4
  67. package/dist/browser/operations/operations.d.ts.map +1 -1
  68. package/dist/browser/operations/operations.js +13 -18
  69. package/dist/browser/operations/operations.js.map +1 -1
  70. package/dist/browser/operations/paloAltoNetworksCloudngfwOperations.d.ts +21 -0
  71. package/dist/browser/operations/paloAltoNetworksCloudngfwOperations.d.ts.map +1 -0
  72. package/dist/browser/operations/paloAltoNetworksCloudngfwOperations.js +100 -0
  73. package/dist/browser/operations/paloAltoNetworksCloudngfwOperations.js.map +1 -0
  74. package/dist/browser/operations/postRules.d.ts +5 -5
  75. package/dist/browser/operations/postRules.d.ts.map +1 -1
  76. package/dist/browser/operations/postRules.js +57 -90
  77. package/dist/browser/operations/postRules.js.map +1 -1
  78. package/dist/browser/operations/preRules.d.ts +5 -5
  79. package/dist/browser/operations/preRules.d.ts.map +1 -1
  80. package/dist/browser/operations/preRules.js +58 -91
  81. package/dist/browser/operations/preRules.js.map +1 -1
  82. package/dist/browser/operations/prefixListGlobalRulestack.d.ts +5 -5
  83. package/dist/browser/operations/prefixListGlobalRulestack.d.ts.map +1 -1
  84. package/dist/browser/operations/prefixListGlobalRulestack.js +44 -65
  85. package/dist/browser/operations/prefixListGlobalRulestack.js.map +1 -1
  86. package/dist/browser/operations/prefixListLocalRulestack.d.ts +5 -5
  87. package/dist/browser/operations/prefixListLocalRulestack.d.ts.map +1 -1
  88. package/dist/browser/operations/prefixListLocalRulestack.js +45 -50
  89. package/dist/browser/operations/prefixListLocalRulestack.js.map +1 -1
  90. package/dist/browser/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +3 -3
  91. package/dist/browser/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +1 -1
  92. package/dist/browser/operationsInterfaces/certificateObjectGlobalRulestack.js +2 -7
  93. package/dist/browser/operationsInterfaces/certificateObjectGlobalRulestack.js.map +1 -1
  94. package/dist/browser/operationsInterfaces/certificateObjectLocalRulestack.d.ts +3 -3
  95. package/dist/browser/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +1 -1
  96. package/dist/browser/operationsInterfaces/certificateObjectLocalRulestack.js +2 -7
  97. package/dist/browser/operationsInterfaces/certificateObjectLocalRulestack.js.map +1 -1
  98. package/dist/browser/operationsInterfaces/firewallStatus.d.ts +2 -2
  99. package/dist/browser/operationsInterfaces/firewallStatus.d.ts.map +1 -1
  100. package/dist/browser/operationsInterfaces/firewallStatus.js +2 -7
  101. package/dist/browser/operationsInterfaces/firewallStatus.js.map +1 -1
  102. package/dist/browser/operationsInterfaces/firewalls.d.ts +3 -3
  103. package/dist/browser/operationsInterfaces/firewalls.d.ts.map +1 -1
  104. package/dist/browser/operationsInterfaces/firewalls.js +2 -7
  105. package/dist/browser/operationsInterfaces/firewalls.js.map +1 -1
  106. package/dist/browser/operationsInterfaces/fqdnListGlobalRulestack.d.ts +3 -3
  107. package/dist/browser/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +1 -1
  108. package/dist/browser/operationsInterfaces/fqdnListGlobalRulestack.js +2 -7
  109. package/dist/browser/operationsInterfaces/fqdnListGlobalRulestack.js.map +1 -1
  110. package/dist/browser/operationsInterfaces/fqdnListLocalRulestack.d.ts +3 -3
  111. package/dist/browser/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +1 -1
  112. package/dist/browser/operationsInterfaces/fqdnListLocalRulestack.js +2 -7
  113. package/dist/browser/operationsInterfaces/fqdnListLocalRulestack.js.map +1 -1
  114. package/dist/browser/operationsInterfaces/globalRulestack.d.ts +3 -3
  115. package/dist/browser/operationsInterfaces/globalRulestack.d.ts.map +1 -1
  116. package/dist/browser/operationsInterfaces/globalRulestack.js +2 -7
  117. package/dist/browser/operationsInterfaces/globalRulestack.js.map +1 -1
  118. package/dist/browser/operationsInterfaces/index.d.ts +3 -1
  119. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  120. package/dist/browser/operationsInterfaces/index.js +7 -8
  121. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  122. package/dist/browser/operationsInterfaces/localRules.d.ts +3 -3
  123. package/dist/browser/operationsInterfaces/localRules.d.ts.map +1 -1
  124. package/dist/browser/operationsInterfaces/localRules.js +2 -7
  125. package/dist/browser/operationsInterfaces/localRules.js.map +1 -1
  126. package/dist/browser/operationsInterfaces/localRulestacks.d.ts +24 -24
  127. package/dist/browser/operationsInterfaces/localRulestacks.d.ts.map +1 -1
  128. package/dist/browser/operationsInterfaces/localRulestacks.js +2 -7
  129. package/dist/browser/operationsInterfaces/localRulestacks.js.map +1 -1
  130. package/dist/browser/operationsInterfaces/metricsObjectFirewall.d.ts +51 -0
  131. package/dist/browser/operationsInterfaces/metricsObjectFirewall.d.ts.map +1 -0
  132. package/dist/browser/operationsInterfaces/metricsObjectFirewall.js +4 -0
  133. package/dist/browser/operationsInterfaces/metricsObjectFirewall.js.map +1 -0
  134. package/dist/browser/operationsInterfaces/operations.d.ts +2 -2
  135. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
  136. package/dist/browser/operationsInterfaces/operations.js +2 -7
  137. package/dist/browser/operationsInterfaces/operations.js.map +1 -1
  138. package/dist/browser/operationsInterfaces/paloAltoNetworksCloudngfwOperations.d.ts +13 -0
  139. package/dist/browser/operationsInterfaces/paloAltoNetworksCloudngfwOperations.d.ts.map +1 -0
  140. package/dist/browser/operationsInterfaces/paloAltoNetworksCloudngfwOperations.js +4 -0
  141. package/dist/browser/operationsInterfaces/paloAltoNetworksCloudngfwOperations.js.map +1 -0
  142. package/dist/browser/operationsInterfaces/postRules.d.ts +3 -3
  143. package/dist/browser/operationsInterfaces/postRules.d.ts.map +1 -1
  144. package/dist/browser/operationsInterfaces/postRules.js +2 -7
  145. package/dist/browser/operationsInterfaces/postRules.js.map +1 -1
  146. package/dist/browser/operationsInterfaces/preRules.d.ts +3 -3
  147. package/dist/browser/operationsInterfaces/preRules.d.ts.map +1 -1
  148. package/dist/browser/operationsInterfaces/preRules.js +2 -7
  149. package/dist/browser/operationsInterfaces/preRules.js.map +1 -1
  150. package/dist/browser/operationsInterfaces/prefixListGlobalRulestack.d.ts +3 -3
  151. package/dist/browser/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +1 -1
  152. package/dist/browser/operationsInterfaces/prefixListGlobalRulestack.js +2 -7
  153. package/dist/browser/operationsInterfaces/prefixListGlobalRulestack.js.map +1 -1
  154. package/dist/browser/operationsInterfaces/prefixListLocalRulestack.d.ts +3 -3
  155. package/dist/browser/operationsInterfaces/prefixListLocalRulestack.d.ts.map +1 -1
  156. package/dist/browser/operationsInterfaces/prefixListLocalRulestack.js +2 -7
  157. package/dist/browser/operationsInterfaces/prefixListLocalRulestack.js.map +1 -1
  158. package/dist/browser/pagingHelper.d.ts.map +1 -1
  159. package/dist/browser/pagingHelper.js +2 -7
  160. package/dist/browser/pagingHelper.js.map +1 -1
  161. package/dist/browser/paloAltoNetworksCloudngfw.d.ts +6 -4
  162. package/dist/browser/paloAltoNetworksCloudngfw.d.ts.map +1 -1
  163. package/dist/browser/paloAltoNetworksCloudngfw.js +22 -23
  164. package/dist/browser/paloAltoNetworksCloudngfw.js.map +1 -1
  165. package/dist/commonjs/index.d.ts.map +1 -1
  166. package/dist/commonjs/index.js +4 -7
  167. package/dist/commonjs/index.js.map +1 -1
  168. package/dist/commonjs/lroImpl.d.ts +1 -1
  169. package/dist/commonjs/lroImpl.d.ts.map +1 -1
  170. package/dist/commonjs/lroImpl.js +4 -2
  171. package/dist/commonjs/lroImpl.js.map +1 -1
  172. package/dist/commonjs/models/index.d.ts +457 -73
  173. package/dist/commonjs/models/index.d.ts.map +1 -1
  174. package/dist/commonjs/models/index.js +19 -8
  175. package/dist/commonjs/models/index.js.map +1 -1
  176. package/dist/commonjs/models/mappers.d.ts +37 -3
  177. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  178. package/dist/commonjs/models/mappers.js +2014 -1188
  179. package/dist/commonjs/models/mappers.js.map +1 -1
  180. package/dist/commonjs/models/parameters.d.ts +2 -1
  181. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  182. package/dist/commonjs/models/parameters.js +89 -87
  183. package/dist/commonjs/models/parameters.js.map +1 -1
  184. package/dist/commonjs/operations/certificateObjectGlobalRulestack.d.ts +5 -5
  185. package/dist/commonjs/operations/certificateObjectGlobalRulestack.d.ts.map +1 -1
  186. package/dist/commonjs/operations/certificateObjectGlobalRulestack.js +43 -64
  187. package/dist/commonjs/operations/certificateObjectGlobalRulestack.js.map +1 -1
  188. package/dist/commonjs/operations/certificateObjectLocalRulestack.d.ts +5 -5
  189. package/dist/commonjs/operations/certificateObjectLocalRulestack.d.ts.map +1 -1
  190. package/dist/commonjs/operations/certificateObjectLocalRulestack.js +45 -50
  191. package/dist/commonjs/operations/certificateObjectLocalRulestack.js.map +1 -1
  192. package/dist/commonjs/operations/firewallStatus.d.ts +4 -4
  193. package/dist/commonjs/operations/firewallStatus.d.ts.map +1 -1
  194. package/dist/commonjs/operations/firewallStatus.js +20 -25
  195. package/dist/commonjs/operations/firewallStatus.js.map +1 -1
  196. package/dist/commonjs/operations/firewalls.d.ts +5 -5
  197. package/dist/commonjs/operations/firewalls.d.ts.map +1 -1
  198. package/dist/commonjs/operations/firewalls.js +80 -93
  199. package/dist/commonjs/operations/firewalls.js.map +1 -1
  200. package/dist/commonjs/operations/fqdnListGlobalRulestack.d.ts +5 -5
  201. package/dist/commonjs/operations/fqdnListGlobalRulestack.d.ts.map +1 -1
  202. package/dist/commonjs/operations/fqdnListGlobalRulestack.js +43 -64
  203. package/dist/commonjs/operations/fqdnListGlobalRulestack.js.map +1 -1
  204. package/dist/commonjs/operations/fqdnListLocalRulestack.d.ts +5 -5
  205. package/dist/commonjs/operations/fqdnListLocalRulestack.d.ts.map +1 -1
  206. package/dist/commonjs/operations/fqdnListLocalRulestack.js +45 -50
  207. package/dist/commonjs/operations/fqdnListLocalRulestack.js.map +1 -1
  208. package/dist/commonjs/operations/globalRulestack.d.ts +5 -5
  209. package/dist/commonjs/operations/globalRulestack.d.ts.map +1 -1
  210. package/dist/commonjs/operations/globalRulestack.js +86 -101
  211. package/dist/commonjs/operations/globalRulestack.js.map +1 -1
  212. package/dist/commonjs/operations/index.d.ts +3 -1
  213. package/dist/commonjs/operations/index.d.ts.map +1 -1
  214. package/dist/commonjs/operations/index.js +7 -8
  215. package/dist/commonjs/operations/index.js.map +1 -1
  216. package/dist/commonjs/operations/localRules.d.ts +5 -5
  217. package/dist/commonjs/operations/localRules.d.ts.map +1 -1
  218. package/dist/commonjs/operations/localRules.js +60 -65
  219. package/dist/commonjs/operations/localRules.js.map +1 -1
  220. package/dist/commonjs/operations/localRulestacks.d.ts +60 -8
  221. package/dist/commonjs/operations/localRulestacks.d.ts.map +1 -1
  222. package/dist/commonjs/operations/localRulestacks.js +350 -141
  223. package/dist/commonjs/operations/localRulestacks.js.map +1 -1
  224. package/dist/commonjs/operations/metricsObjectFirewall.d.ts +76 -0
  225. package/dist/commonjs/operations/metricsObjectFirewall.d.ts.map +1 -0
  226. package/dist/commonjs/operations/metricsObjectFirewall.js +343 -0
  227. package/dist/commonjs/operations/metricsObjectFirewall.js.map +1 -0
  228. package/dist/commonjs/operations/operations.d.ts +4 -4
  229. package/dist/commonjs/operations/operations.d.ts.map +1 -1
  230. package/dist/commonjs/operations/operations.js +13 -18
  231. package/dist/commonjs/operations/operations.js.map +1 -1
  232. package/dist/commonjs/operations/paloAltoNetworksCloudngfwOperations.d.ts +21 -0
  233. package/dist/commonjs/operations/paloAltoNetworksCloudngfwOperations.d.ts.map +1 -0
  234. package/dist/commonjs/operations/paloAltoNetworksCloudngfwOperations.js +105 -0
  235. package/dist/commonjs/operations/paloAltoNetworksCloudngfwOperations.js.map +1 -0
  236. package/dist/commonjs/operations/postRules.d.ts +5 -5
  237. package/dist/commonjs/operations/postRules.d.ts.map +1 -1
  238. package/dist/commonjs/operations/postRules.js +57 -90
  239. package/dist/commonjs/operations/postRules.js.map +1 -1
  240. package/dist/commonjs/operations/preRules.d.ts +5 -5
  241. package/dist/commonjs/operations/preRules.d.ts.map +1 -1
  242. package/dist/commonjs/operations/preRules.js +58 -91
  243. package/dist/commonjs/operations/preRules.js.map +1 -1
  244. package/dist/commonjs/operations/prefixListGlobalRulestack.d.ts +5 -5
  245. package/dist/commonjs/operations/prefixListGlobalRulestack.d.ts.map +1 -1
  246. package/dist/commonjs/operations/prefixListGlobalRulestack.js +44 -65
  247. package/dist/commonjs/operations/prefixListGlobalRulestack.js.map +1 -1
  248. package/dist/commonjs/operations/prefixListLocalRulestack.d.ts +5 -5
  249. package/dist/commonjs/operations/prefixListLocalRulestack.d.ts.map +1 -1
  250. package/dist/commonjs/operations/prefixListLocalRulestack.js +45 -50
  251. package/dist/commonjs/operations/prefixListLocalRulestack.js.map +1 -1
  252. package/dist/commonjs/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +3 -3
  253. package/dist/commonjs/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +1 -1
  254. package/dist/commonjs/operationsInterfaces/certificateObjectGlobalRulestack.js +2 -7
  255. package/dist/commonjs/operationsInterfaces/certificateObjectGlobalRulestack.js.map +1 -1
  256. package/dist/commonjs/operationsInterfaces/certificateObjectLocalRulestack.d.ts +3 -3
  257. package/dist/commonjs/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +1 -1
  258. package/dist/commonjs/operationsInterfaces/certificateObjectLocalRulestack.js +2 -7
  259. package/dist/commonjs/operationsInterfaces/certificateObjectLocalRulestack.js.map +1 -1
  260. package/dist/commonjs/operationsInterfaces/firewallStatus.d.ts +2 -2
  261. package/dist/commonjs/operationsInterfaces/firewallStatus.d.ts.map +1 -1
  262. package/dist/commonjs/operationsInterfaces/firewallStatus.js +2 -7
  263. package/dist/commonjs/operationsInterfaces/firewallStatus.js.map +1 -1
  264. package/dist/commonjs/operationsInterfaces/firewalls.d.ts +3 -3
  265. package/dist/commonjs/operationsInterfaces/firewalls.d.ts.map +1 -1
  266. package/dist/commonjs/operationsInterfaces/firewalls.js +2 -7
  267. package/dist/commonjs/operationsInterfaces/firewalls.js.map +1 -1
  268. package/dist/commonjs/operationsInterfaces/fqdnListGlobalRulestack.d.ts +3 -3
  269. package/dist/commonjs/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +1 -1
  270. package/dist/commonjs/operationsInterfaces/fqdnListGlobalRulestack.js +2 -7
  271. package/dist/commonjs/operationsInterfaces/fqdnListGlobalRulestack.js.map +1 -1
  272. package/dist/commonjs/operationsInterfaces/fqdnListLocalRulestack.d.ts +3 -3
  273. package/dist/commonjs/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +1 -1
  274. package/dist/commonjs/operationsInterfaces/fqdnListLocalRulestack.js +2 -7
  275. package/dist/commonjs/operationsInterfaces/fqdnListLocalRulestack.js.map +1 -1
  276. package/dist/commonjs/operationsInterfaces/globalRulestack.d.ts +3 -3
  277. package/dist/commonjs/operationsInterfaces/globalRulestack.d.ts.map +1 -1
  278. package/dist/commonjs/operationsInterfaces/globalRulestack.js +2 -7
  279. package/dist/commonjs/operationsInterfaces/globalRulestack.js.map +1 -1
  280. package/dist/commonjs/operationsInterfaces/index.d.ts +3 -1
  281. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  282. package/dist/commonjs/operationsInterfaces/index.js +7 -8
  283. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  284. package/dist/commonjs/operationsInterfaces/localRules.d.ts +3 -3
  285. package/dist/commonjs/operationsInterfaces/localRules.d.ts.map +1 -1
  286. package/dist/commonjs/operationsInterfaces/localRules.js +2 -7
  287. package/dist/commonjs/operationsInterfaces/localRules.js.map +1 -1
  288. package/dist/commonjs/operationsInterfaces/localRulestacks.d.ts +24 -24
  289. package/dist/commonjs/operationsInterfaces/localRulestacks.d.ts.map +1 -1
  290. package/dist/commonjs/operationsInterfaces/localRulestacks.js +2 -7
  291. package/dist/commonjs/operationsInterfaces/localRulestacks.js.map +1 -1
  292. package/dist/commonjs/operationsInterfaces/metricsObjectFirewall.d.ts +51 -0
  293. package/dist/commonjs/operationsInterfaces/metricsObjectFirewall.d.ts.map +1 -0
  294. package/dist/commonjs/operationsInterfaces/metricsObjectFirewall.js +5 -0
  295. package/dist/commonjs/operationsInterfaces/metricsObjectFirewall.js.map +1 -0
  296. package/dist/commonjs/operationsInterfaces/operations.d.ts +2 -2
  297. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
  298. package/dist/commonjs/operationsInterfaces/operations.js +2 -7
  299. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
  300. package/dist/commonjs/operationsInterfaces/paloAltoNetworksCloudngfwOperations.d.ts +13 -0
  301. package/dist/commonjs/operationsInterfaces/paloAltoNetworksCloudngfwOperations.d.ts.map +1 -0
  302. package/dist/commonjs/operationsInterfaces/paloAltoNetworksCloudngfwOperations.js +5 -0
  303. package/dist/commonjs/operationsInterfaces/paloAltoNetworksCloudngfwOperations.js.map +1 -0
  304. package/dist/commonjs/operationsInterfaces/postRules.d.ts +3 -3
  305. package/dist/commonjs/operationsInterfaces/postRules.d.ts.map +1 -1
  306. package/dist/commonjs/operationsInterfaces/postRules.js +2 -7
  307. package/dist/commonjs/operationsInterfaces/postRules.js.map +1 -1
  308. package/dist/commonjs/operationsInterfaces/preRules.d.ts +3 -3
  309. package/dist/commonjs/operationsInterfaces/preRules.d.ts.map +1 -1
  310. package/dist/commonjs/operationsInterfaces/preRules.js +2 -7
  311. package/dist/commonjs/operationsInterfaces/preRules.js.map +1 -1
  312. package/dist/commonjs/operationsInterfaces/prefixListGlobalRulestack.d.ts +3 -3
  313. package/dist/commonjs/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +1 -1
  314. package/dist/commonjs/operationsInterfaces/prefixListGlobalRulestack.js +2 -7
  315. package/dist/commonjs/operationsInterfaces/prefixListGlobalRulestack.js.map +1 -1
  316. package/dist/commonjs/operationsInterfaces/prefixListLocalRulestack.d.ts +3 -3
  317. package/dist/commonjs/operationsInterfaces/prefixListLocalRulestack.d.ts.map +1 -1
  318. package/dist/commonjs/operationsInterfaces/prefixListLocalRulestack.js +2 -7
  319. package/dist/commonjs/operationsInterfaces/prefixListLocalRulestack.js.map +1 -1
  320. package/dist/commonjs/pagingHelper.d.ts.map +1 -1
  321. package/dist/commonjs/pagingHelper.js +2 -7
  322. package/dist/commonjs/pagingHelper.js.map +1 -1
  323. package/dist/commonjs/paloAltoNetworksCloudngfw.d.ts +6 -4
  324. package/dist/commonjs/paloAltoNetworksCloudngfw.d.ts.map +1 -1
  325. package/dist/commonjs/paloAltoNetworksCloudngfw.js +21 -22
  326. package/dist/commonjs/paloAltoNetworksCloudngfw.js.map +1 -1
  327. package/dist/commonjs/tsdoc-metadata.json +1 -1
  328. package/dist/esm/index.d.ts.map +1 -1
  329. package/dist/esm/index.js +4 -7
  330. package/dist/esm/index.js.map +1 -1
  331. package/dist/esm/lroImpl.d.ts +1 -1
  332. package/dist/esm/lroImpl.d.ts.map +1 -1
  333. package/dist/esm/lroImpl.js +4 -2
  334. package/dist/esm/lroImpl.js.map +1 -1
  335. package/dist/esm/models/index.d.ts +457 -73
  336. package/dist/esm/models/index.d.ts.map +1 -1
  337. package/dist/esm/models/index.js +18 -7
  338. package/dist/esm/models/index.js.map +1 -1
  339. package/dist/esm/models/mappers.d.ts +37 -3
  340. package/dist/esm/models/mappers.d.ts.map +1 -1
  341. package/dist/esm/models/mappers.js +2011 -1186
  342. package/dist/esm/models/mappers.js.map +1 -1
  343. package/dist/esm/models/parameters.d.ts +2 -1
  344. package/dist/esm/models/parameters.d.ts.map +1 -1
  345. package/dist/esm/models/parameters.js +89 -87
  346. package/dist/esm/models/parameters.js.map +1 -1
  347. package/dist/esm/operations/certificateObjectGlobalRulestack.d.ts +5 -5
  348. package/dist/esm/operations/certificateObjectGlobalRulestack.d.ts.map +1 -1
  349. package/dist/esm/operations/certificateObjectGlobalRulestack.js +43 -64
  350. package/dist/esm/operations/certificateObjectGlobalRulestack.js.map +1 -1
  351. package/dist/esm/operations/certificateObjectLocalRulestack.d.ts +5 -5
  352. package/dist/esm/operations/certificateObjectLocalRulestack.d.ts.map +1 -1
  353. package/dist/esm/operations/certificateObjectLocalRulestack.js +45 -50
  354. package/dist/esm/operations/certificateObjectLocalRulestack.js.map +1 -1
  355. package/dist/esm/operations/firewallStatus.d.ts +4 -4
  356. package/dist/esm/operations/firewallStatus.d.ts.map +1 -1
  357. package/dist/esm/operations/firewallStatus.js +20 -25
  358. package/dist/esm/operations/firewallStatus.js.map +1 -1
  359. package/dist/esm/operations/firewalls.d.ts +5 -5
  360. package/dist/esm/operations/firewalls.d.ts.map +1 -1
  361. package/dist/esm/operations/firewalls.js +80 -93
  362. package/dist/esm/operations/firewalls.js.map +1 -1
  363. package/dist/esm/operations/fqdnListGlobalRulestack.d.ts +5 -5
  364. package/dist/esm/operations/fqdnListGlobalRulestack.d.ts.map +1 -1
  365. package/dist/esm/operations/fqdnListGlobalRulestack.js +43 -64
  366. package/dist/esm/operations/fqdnListGlobalRulestack.js.map +1 -1
  367. package/dist/esm/operations/fqdnListLocalRulestack.d.ts +5 -5
  368. package/dist/esm/operations/fqdnListLocalRulestack.d.ts.map +1 -1
  369. package/dist/esm/operations/fqdnListLocalRulestack.js +45 -50
  370. package/dist/esm/operations/fqdnListLocalRulestack.js.map +1 -1
  371. package/dist/esm/operations/globalRulestack.d.ts +5 -5
  372. package/dist/esm/operations/globalRulestack.d.ts.map +1 -1
  373. package/dist/esm/operations/globalRulestack.js +86 -101
  374. package/dist/esm/operations/globalRulestack.js.map +1 -1
  375. package/dist/esm/operations/index.d.ts +3 -1
  376. package/dist/esm/operations/index.d.ts.map +1 -1
  377. package/dist/esm/operations/index.js +7 -8
  378. package/dist/esm/operations/index.js.map +1 -1
  379. package/dist/esm/operations/localRules.d.ts +5 -5
  380. package/dist/esm/operations/localRules.d.ts.map +1 -1
  381. package/dist/esm/operations/localRules.js +60 -65
  382. package/dist/esm/operations/localRules.js.map +1 -1
  383. package/dist/esm/operations/localRulestacks.d.ts +60 -8
  384. package/dist/esm/operations/localRulestacks.d.ts.map +1 -1
  385. package/dist/esm/operations/localRulestacks.js +350 -141
  386. package/dist/esm/operations/localRulestacks.js.map +1 -1
  387. package/dist/esm/operations/metricsObjectFirewall.d.ts +76 -0
  388. package/dist/esm/operations/metricsObjectFirewall.d.ts.map +1 -0
  389. package/dist/esm/operations/metricsObjectFirewall.js +338 -0
  390. package/dist/esm/operations/metricsObjectFirewall.js.map +1 -0
  391. package/dist/esm/operations/operations.d.ts +4 -4
  392. package/dist/esm/operations/operations.d.ts.map +1 -1
  393. package/dist/esm/operations/operations.js +13 -18
  394. package/dist/esm/operations/operations.js.map +1 -1
  395. package/dist/esm/operations/paloAltoNetworksCloudngfwOperations.d.ts +21 -0
  396. package/dist/esm/operations/paloAltoNetworksCloudngfwOperations.d.ts.map +1 -0
  397. package/dist/esm/operations/paloAltoNetworksCloudngfwOperations.js +100 -0
  398. package/dist/esm/operations/paloAltoNetworksCloudngfwOperations.js.map +1 -0
  399. package/dist/esm/operations/postRules.d.ts +5 -5
  400. package/dist/esm/operations/postRules.d.ts.map +1 -1
  401. package/dist/esm/operations/postRules.js +57 -90
  402. package/dist/esm/operations/postRules.js.map +1 -1
  403. package/dist/esm/operations/preRules.d.ts +5 -5
  404. package/dist/esm/operations/preRules.d.ts.map +1 -1
  405. package/dist/esm/operations/preRules.js +58 -91
  406. package/dist/esm/operations/preRules.js.map +1 -1
  407. package/dist/esm/operations/prefixListGlobalRulestack.d.ts +5 -5
  408. package/dist/esm/operations/prefixListGlobalRulestack.d.ts.map +1 -1
  409. package/dist/esm/operations/prefixListGlobalRulestack.js +44 -65
  410. package/dist/esm/operations/prefixListGlobalRulestack.js.map +1 -1
  411. package/dist/esm/operations/prefixListLocalRulestack.d.ts +5 -5
  412. package/dist/esm/operations/prefixListLocalRulestack.d.ts.map +1 -1
  413. package/dist/esm/operations/prefixListLocalRulestack.js +45 -50
  414. package/dist/esm/operations/prefixListLocalRulestack.js.map +1 -1
  415. package/dist/esm/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +3 -3
  416. package/dist/esm/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +1 -1
  417. package/dist/esm/operationsInterfaces/certificateObjectGlobalRulestack.js +2 -7
  418. package/dist/esm/operationsInterfaces/certificateObjectGlobalRulestack.js.map +1 -1
  419. package/dist/esm/operationsInterfaces/certificateObjectLocalRulestack.d.ts +3 -3
  420. package/dist/esm/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +1 -1
  421. package/dist/esm/operationsInterfaces/certificateObjectLocalRulestack.js +2 -7
  422. package/dist/esm/operationsInterfaces/certificateObjectLocalRulestack.js.map +1 -1
  423. package/dist/esm/operationsInterfaces/firewallStatus.d.ts +2 -2
  424. package/dist/esm/operationsInterfaces/firewallStatus.d.ts.map +1 -1
  425. package/dist/esm/operationsInterfaces/firewallStatus.js +2 -7
  426. package/dist/esm/operationsInterfaces/firewallStatus.js.map +1 -1
  427. package/dist/esm/operationsInterfaces/firewalls.d.ts +3 -3
  428. package/dist/esm/operationsInterfaces/firewalls.d.ts.map +1 -1
  429. package/dist/esm/operationsInterfaces/firewalls.js +2 -7
  430. package/dist/esm/operationsInterfaces/firewalls.js.map +1 -1
  431. package/dist/esm/operationsInterfaces/fqdnListGlobalRulestack.d.ts +3 -3
  432. package/dist/esm/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +1 -1
  433. package/dist/esm/operationsInterfaces/fqdnListGlobalRulestack.js +2 -7
  434. package/dist/esm/operationsInterfaces/fqdnListGlobalRulestack.js.map +1 -1
  435. package/dist/esm/operationsInterfaces/fqdnListLocalRulestack.d.ts +3 -3
  436. package/dist/esm/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +1 -1
  437. package/dist/esm/operationsInterfaces/fqdnListLocalRulestack.js +2 -7
  438. package/dist/esm/operationsInterfaces/fqdnListLocalRulestack.js.map +1 -1
  439. package/dist/esm/operationsInterfaces/globalRulestack.d.ts +3 -3
  440. package/dist/esm/operationsInterfaces/globalRulestack.d.ts.map +1 -1
  441. package/dist/esm/operationsInterfaces/globalRulestack.js +2 -7
  442. package/dist/esm/operationsInterfaces/globalRulestack.js.map +1 -1
  443. package/dist/esm/operationsInterfaces/index.d.ts +3 -1
  444. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  445. package/dist/esm/operationsInterfaces/index.js +7 -8
  446. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  447. package/dist/esm/operationsInterfaces/localRules.d.ts +3 -3
  448. package/dist/esm/operationsInterfaces/localRules.d.ts.map +1 -1
  449. package/dist/esm/operationsInterfaces/localRules.js +2 -7
  450. package/dist/esm/operationsInterfaces/localRules.js.map +1 -1
  451. package/dist/esm/operationsInterfaces/localRulestacks.d.ts +24 -24
  452. package/dist/esm/operationsInterfaces/localRulestacks.d.ts.map +1 -1
  453. package/dist/esm/operationsInterfaces/localRulestacks.js +2 -7
  454. package/dist/esm/operationsInterfaces/localRulestacks.js.map +1 -1
  455. package/dist/esm/operationsInterfaces/metricsObjectFirewall.d.ts +51 -0
  456. package/dist/esm/operationsInterfaces/metricsObjectFirewall.d.ts.map +1 -0
  457. package/dist/esm/operationsInterfaces/metricsObjectFirewall.js +4 -0
  458. package/dist/esm/operationsInterfaces/metricsObjectFirewall.js.map +1 -0
  459. package/dist/esm/operationsInterfaces/operations.d.ts +2 -2
  460. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
  461. package/dist/esm/operationsInterfaces/operations.js +2 -7
  462. package/dist/esm/operationsInterfaces/operations.js.map +1 -1
  463. package/dist/esm/operationsInterfaces/paloAltoNetworksCloudngfwOperations.d.ts +13 -0
  464. package/dist/esm/operationsInterfaces/paloAltoNetworksCloudngfwOperations.d.ts.map +1 -0
  465. package/dist/esm/operationsInterfaces/paloAltoNetworksCloudngfwOperations.js +4 -0
  466. package/dist/esm/operationsInterfaces/paloAltoNetworksCloudngfwOperations.js.map +1 -0
  467. package/dist/esm/operationsInterfaces/postRules.d.ts +3 -3
  468. package/dist/esm/operationsInterfaces/postRules.d.ts.map +1 -1
  469. package/dist/esm/operationsInterfaces/postRules.js +2 -7
  470. package/dist/esm/operationsInterfaces/postRules.js.map +1 -1
  471. package/dist/esm/operationsInterfaces/preRules.d.ts +3 -3
  472. package/dist/esm/operationsInterfaces/preRules.d.ts.map +1 -1
  473. package/dist/esm/operationsInterfaces/preRules.js +2 -7
  474. package/dist/esm/operationsInterfaces/preRules.js.map +1 -1
  475. package/dist/esm/operationsInterfaces/prefixListGlobalRulestack.d.ts +3 -3
  476. package/dist/esm/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +1 -1
  477. package/dist/esm/operationsInterfaces/prefixListGlobalRulestack.js +2 -7
  478. package/dist/esm/operationsInterfaces/prefixListGlobalRulestack.js.map +1 -1
  479. package/dist/esm/operationsInterfaces/prefixListLocalRulestack.d.ts +3 -3
  480. package/dist/esm/operationsInterfaces/prefixListLocalRulestack.d.ts.map +1 -1
  481. package/dist/esm/operationsInterfaces/prefixListLocalRulestack.js +2 -7
  482. package/dist/esm/operationsInterfaces/prefixListLocalRulestack.js.map +1 -1
  483. package/dist/esm/pagingHelper.d.ts.map +1 -1
  484. package/dist/esm/pagingHelper.js +2 -7
  485. package/dist/esm/pagingHelper.js.map +1 -1
  486. package/dist/esm/paloAltoNetworksCloudngfw.d.ts +6 -4
  487. package/dist/esm/paloAltoNetworksCloudngfw.d.ts.map +1 -1
  488. package/dist/esm/paloAltoNetworksCloudngfw.js +22 -23
  489. package/dist/esm/paloAltoNetworksCloudngfw.js.map +1 -1
  490. package/dist/react-native/index.d.ts.map +1 -1
  491. package/dist/react-native/index.js +4 -7
  492. package/dist/react-native/index.js.map +1 -1
  493. package/dist/react-native/lroImpl.d.ts +1 -1
  494. package/dist/react-native/lroImpl.d.ts.map +1 -1
  495. package/dist/react-native/lroImpl.js +4 -2
  496. package/dist/react-native/lroImpl.js.map +1 -1
  497. package/dist/react-native/models/index.d.ts +457 -73
  498. package/dist/react-native/models/index.d.ts.map +1 -1
  499. package/dist/react-native/models/index.js +18 -7
  500. package/dist/react-native/models/index.js.map +1 -1
  501. package/dist/react-native/models/mappers.d.ts +37 -3
  502. package/dist/react-native/models/mappers.d.ts.map +1 -1
  503. package/dist/react-native/models/mappers.js +2011 -1186
  504. package/dist/react-native/models/mappers.js.map +1 -1
  505. package/dist/react-native/models/parameters.d.ts +2 -1
  506. package/dist/react-native/models/parameters.d.ts.map +1 -1
  507. package/dist/react-native/models/parameters.js +89 -87
  508. package/dist/react-native/models/parameters.js.map +1 -1
  509. package/dist/react-native/operations/certificateObjectGlobalRulestack.d.ts +5 -5
  510. package/dist/react-native/operations/certificateObjectGlobalRulestack.d.ts.map +1 -1
  511. package/dist/react-native/operations/certificateObjectGlobalRulestack.js +43 -64
  512. package/dist/react-native/operations/certificateObjectGlobalRulestack.js.map +1 -1
  513. package/dist/react-native/operations/certificateObjectLocalRulestack.d.ts +5 -5
  514. package/dist/react-native/operations/certificateObjectLocalRulestack.d.ts.map +1 -1
  515. package/dist/react-native/operations/certificateObjectLocalRulestack.js +45 -50
  516. package/dist/react-native/operations/certificateObjectLocalRulestack.js.map +1 -1
  517. package/dist/react-native/operations/firewallStatus.d.ts +4 -4
  518. package/dist/react-native/operations/firewallStatus.d.ts.map +1 -1
  519. package/dist/react-native/operations/firewallStatus.js +20 -25
  520. package/dist/react-native/operations/firewallStatus.js.map +1 -1
  521. package/dist/react-native/operations/firewalls.d.ts +5 -5
  522. package/dist/react-native/operations/firewalls.d.ts.map +1 -1
  523. package/dist/react-native/operations/firewalls.js +80 -93
  524. package/dist/react-native/operations/firewalls.js.map +1 -1
  525. package/dist/react-native/operations/fqdnListGlobalRulestack.d.ts +5 -5
  526. package/dist/react-native/operations/fqdnListGlobalRulestack.d.ts.map +1 -1
  527. package/dist/react-native/operations/fqdnListGlobalRulestack.js +43 -64
  528. package/dist/react-native/operations/fqdnListGlobalRulestack.js.map +1 -1
  529. package/dist/react-native/operations/fqdnListLocalRulestack.d.ts +5 -5
  530. package/dist/react-native/operations/fqdnListLocalRulestack.d.ts.map +1 -1
  531. package/dist/react-native/operations/fqdnListLocalRulestack.js +45 -50
  532. package/dist/react-native/operations/fqdnListLocalRulestack.js.map +1 -1
  533. package/dist/react-native/operations/globalRulestack.d.ts +5 -5
  534. package/dist/react-native/operations/globalRulestack.d.ts.map +1 -1
  535. package/dist/react-native/operations/globalRulestack.js +86 -101
  536. package/dist/react-native/operations/globalRulestack.js.map +1 -1
  537. package/dist/react-native/operations/index.d.ts +3 -1
  538. package/dist/react-native/operations/index.d.ts.map +1 -1
  539. package/dist/react-native/operations/index.js +7 -8
  540. package/dist/react-native/operations/index.js.map +1 -1
  541. package/dist/react-native/operations/localRules.d.ts +5 -5
  542. package/dist/react-native/operations/localRules.d.ts.map +1 -1
  543. package/dist/react-native/operations/localRules.js +60 -65
  544. package/dist/react-native/operations/localRules.js.map +1 -1
  545. package/dist/react-native/operations/localRulestacks.d.ts +60 -8
  546. package/dist/react-native/operations/localRulestacks.d.ts.map +1 -1
  547. package/dist/react-native/operations/localRulestacks.js +350 -141
  548. package/dist/react-native/operations/localRulestacks.js.map +1 -1
  549. package/dist/react-native/operations/metricsObjectFirewall.d.ts +76 -0
  550. package/dist/react-native/operations/metricsObjectFirewall.d.ts.map +1 -0
  551. package/dist/react-native/operations/metricsObjectFirewall.js +338 -0
  552. package/dist/react-native/operations/metricsObjectFirewall.js.map +1 -0
  553. package/dist/react-native/operations/operations.d.ts +4 -4
  554. package/dist/react-native/operations/operations.d.ts.map +1 -1
  555. package/dist/react-native/operations/operations.js +13 -18
  556. package/dist/react-native/operations/operations.js.map +1 -1
  557. package/dist/react-native/operations/paloAltoNetworksCloudngfwOperations.d.ts +21 -0
  558. package/dist/react-native/operations/paloAltoNetworksCloudngfwOperations.d.ts.map +1 -0
  559. package/dist/react-native/operations/paloAltoNetworksCloudngfwOperations.js +100 -0
  560. package/dist/react-native/operations/paloAltoNetworksCloudngfwOperations.js.map +1 -0
  561. package/dist/react-native/operations/postRules.d.ts +5 -5
  562. package/dist/react-native/operations/postRules.d.ts.map +1 -1
  563. package/dist/react-native/operations/postRules.js +57 -90
  564. package/dist/react-native/operations/postRules.js.map +1 -1
  565. package/dist/react-native/operations/preRules.d.ts +5 -5
  566. package/dist/react-native/operations/preRules.d.ts.map +1 -1
  567. package/dist/react-native/operations/preRules.js +58 -91
  568. package/dist/react-native/operations/preRules.js.map +1 -1
  569. package/dist/react-native/operations/prefixListGlobalRulestack.d.ts +5 -5
  570. package/dist/react-native/operations/prefixListGlobalRulestack.d.ts.map +1 -1
  571. package/dist/react-native/operations/prefixListGlobalRulestack.js +44 -65
  572. package/dist/react-native/operations/prefixListGlobalRulestack.js.map +1 -1
  573. package/dist/react-native/operations/prefixListLocalRulestack.d.ts +5 -5
  574. package/dist/react-native/operations/prefixListLocalRulestack.d.ts.map +1 -1
  575. package/dist/react-native/operations/prefixListLocalRulestack.js +45 -50
  576. package/dist/react-native/operations/prefixListLocalRulestack.js.map +1 -1
  577. package/dist/react-native/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +3 -3
  578. package/dist/react-native/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +1 -1
  579. package/dist/react-native/operationsInterfaces/certificateObjectGlobalRulestack.js +2 -7
  580. package/dist/react-native/operationsInterfaces/certificateObjectGlobalRulestack.js.map +1 -1
  581. package/dist/react-native/operationsInterfaces/certificateObjectLocalRulestack.d.ts +3 -3
  582. package/dist/react-native/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +1 -1
  583. package/dist/react-native/operationsInterfaces/certificateObjectLocalRulestack.js +2 -7
  584. package/dist/react-native/operationsInterfaces/certificateObjectLocalRulestack.js.map +1 -1
  585. package/dist/react-native/operationsInterfaces/firewallStatus.d.ts +2 -2
  586. package/dist/react-native/operationsInterfaces/firewallStatus.d.ts.map +1 -1
  587. package/dist/react-native/operationsInterfaces/firewallStatus.js +2 -7
  588. package/dist/react-native/operationsInterfaces/firewallStatus.js.map +1 -1
  589. package/dist/react-native/operationsInterfaces/firewalls.d.ts +3 -3
  590. package/dist/react-native/operationsInterfaces/firewalls.d.ts.map +1 -1
  591. package/dist/react-native/operationsInterfaces/firewalls.js +2 -7
  592. package/dist/react-native/operationsInterfaces/firewalls.js.map +1 -1
  593. package/dist/react-native/operationsInterfaces/fqdnListGlobalRulestack.d.ts +3 -3
  594. package/dist/react-native/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +1 -1
  595. package/dist/react-native/operationsInterfaces/fqdnListGlobalRulestack.js +2 -7
  596. package/dist/react-native/operationsInterfaces/fqdnListGlobalRulestack.js.map +1 -1
  597. package/dist/react-native/operationsInterfaces/fqdnListLocalRulestack.d.ts +3 -3
  598. package/dist/react-native/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +1 -1
  599. package/dist/react-native/operationsInterfaces/fqdnListLocalRulestack.js +2 -7
  600. package/dist/react-native/operationsInterfaces/fqdnListLocalRulestack.js.map +1 -1
  601. package/dist/react-native/operationsInterfaces/globalRulestack.d.ts +3 -3
  602. package/dist/react-native/operationsInterfaces/globalRulestack.d.ts.map +1 -1
  603. package/dist/react-native/operationsInterfaces/globalRulestack.js +2 -7
  604. package/dist/react-native/operationsInterfaces/globalRulestack.js.map +1 -1
  605. package/dist/react-native/operationsInterfaces/index.d.ts +3 -1
  606. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  607. package/dist/react-native/operationsInterfaces/index.js +7 -8
  608. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  609. package/dist/react-native/operationsInterfaces/localRules.d.ts +3 -3
  610. package/dist/react-native/operationsInterfaces/localRules.d.ts.map +1 -1
  611. package/dist/react-native/operationsInterfaces/localRules.js +2 -7
  612. package/dist/react-native/operationsInterfaces/localRules.js.map +1 -1
  613. package/dist/react-native/operationsInterfaces/localRulestacks.d.ts +24 -24
  614. package/dist/react-native/operationsInterfaces/localRulestacks.d.ts.map +1 -1
  615. package/dist/react-native/operationsInterfaces/localRulestacks.js +2 -7
  616. package/dist/react-native/operationsInterfaces/localRulestacks.js.map +1 -1
  617. package/dist/react-native/operationsInterfaces/metricsObjectFirewall.d.ts +51 -0
  618. package/dist/react-native/operationsInterfaces/metricsObjectFirewall.d.ts.map +1 -0
  619. package/dist/react-native/operationsInterfaces/metricsObjectFirewall.js +4 -0
  620. package/dist/react-native/operationsInterfaces/metricsObjectFirewall.js.map +1 -0
  621. package/dist/react-native/operationsInterfaces/operations.d.ts +2 -2
  622. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
  623. package/dist/react-native/operationsInterfaces/operations.js +2 -7
  624. package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
  625. package/dist/react-native/operationsInterfaces/paloAltoNetworksCloudngfwOperations.d.ts +13 -0
  626. package/dist/react-native/operationsInterfaces/paloAltoNetworksCloudngfwOperations.d.ts.map +1 -0
  627. package/dist/react-native/operationsInterfaces/paloAltoNetworksCloudngfwOperations.js +4 -0
  628. package/dist/react-native/operationsInterfaces/paloAltoNetworksCloudngfwOperations.js.map +1 -0
  629. package/dist/react-native/operationsInterfaces/postRules.d.ts +3 -3
  630. package/dist/react-native/operationsInterfaces/postRules.d.ts.map +1 -1
  631. package/dist/react-native/operationsInterfaces/postRules.js +2 -7
  632. package/dist/react-native/operationsInterfaces/postRules.js.map +1 -1
  633. package/dist/react-native/operationsInterfaces/preRules.d.ts +3 -3
  634. package/dist/react-native/operationsInterfaces/preRules.d.ts.map +1 -1
  635. package/dist/react-native/operationsInterfaces/preRules.js +2 -7
  636. package/dist/react-native/operationsInterfaces/preRules.js.map +1 -1
  637. package/dist/react-native/operationsInterfaces/prefixListGlobalRulestack.d.ts +3 -3
  638. package/dist/react-native/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +1 -1
  639. package/dist/react-native/operationsInterfaces/prefixListGlobalRulestack.js +2 -7
  640. package/dist/react-native/operationsInterfaces/prefixListGlobalRulestack.js.map +1 -1
  641. package/dist/react-native/operationsInterfaces/prefixListLocalRulestack.d.ts +3 -3
  642. package/dist/react-native/operationsInterfaces/prefixListLocalRulestack.d.ts.map +1 -1
  643. package/dist/react-native/operationsInterfaces/prefixListLocalRulestack.js +2 -7
  644. package/dist/react-native/operationsInterfaces/prefixListLocalRulestack.js.map +1 -1
  645. package/dist/react-native/pagingHelper.d.ts.map +1 -1
  646. package/dist/react-native/pagingHelper.js +2 -7
  647. package/dist/react-native/pagingHelper.js.map +1 -1
  648. package/dist/react-native/paloAltoNetworksCloudngfw.d.ts +6 -4
  649. package/dist/react-native/paloAltoNetworksCloudngfw.d.ts.map +1 -1
  650. package/dist/react-native/paloAltoNetworksCloudngfw.js +22 -23
  651. package/dist/react-native/paloAltoNetworksCloudngfw.js.map +1 -1
  652. package/package.json +35 -34
  653. package/CHANGELOG.md +0 -28
  654. package/review/arm-paloaltonetworksngfw-node.api.md +0 -2026
@@ -1 +1 @@
1
- {"version":3,"file":"localRules.js","sourceRoot":"","sources":["../../../src/operations/localRules.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 { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { LocalRules } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { PaloAltoNetworksCloudngfw } from \"../paloAltoNetworksCloudngfw.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n LocalRulesResource,\n LocalRulesListByLocalRulestacksNextOptionalParams,\n LocalRulesListByLocalRulestacksOptionalParams,\n LocalRulesListByLocalRulestacksResponse,\n LocalRulesGetOptionalParams,\n LocalRulesGetResponse,\n LocalRulesCreateOrUpdateOptionalParams,\n LocalRulesCreateOrUpdateResponse,\n LocalRulesDeleteOptionalParams,\n LocalRulesGetCountersOptionalParams,\n LocalRulesGetCountersResponse,\n LocalRulesRefreshCountersOptionalParams,\n LocalRulesResetCountersOptionalParams,\n LocalRulesResetCountersResponse,\n LocalRulesListByLocalRulestacksNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing LocalRules operations. */\nexport class LocalRulesImpl implements LocalRules {\n private readonly client: PaloAltoNetworksCloudngfw;\n\n /**\n * Initialize a new instance of the class LocalRules class.\n * @param client Reference to the service client\n */\n constructor(client: PaloAltoNetworksCloudngfw) {\n this.client = client;\n }\n\n /**\n * List LocalRulesResource resources by LocalRulestacks\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param options The options parameters.\n */\n public listByLocalRulestacks(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulesListByLocalRulestacksOptionalParams\n ): PagedAsyncIterableIterator<LocalRulesResource> {\n const iter = this.listByLocalRulestacksPagingAll(\n resourceGroupName,\n localRulestackName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByLocalRulestacksPagingPage(\n resourceGroupName,\n localRulestackName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByLocalRulestacksPagingPage(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulesListByLocalRulestacksOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<LocalRulesResource[]> {\n let result: LocalRulesListByLocalRulestacksResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByLocalRulestacks(\n resourceGroupName,\n localRulestackName,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByLocalRulestacksNext(\n resourceGroupName,\n localRulestackName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByLocalRulestacksPagingAll(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulesListByLocalRulestacksOptionalParams\n ): AsyncIterableIterator<LocalRulesResource> {\n for await (const page of this.listByLocalRulestacksPagingPage(\n resourceGroupName,\n localRulestackName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List LocalRulesResource resources by LocalRulestacks\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param options The options parameters.\n */\n private _listByLocalRulestacks(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulesListByLocalRulestacksOptionalParams\n ): Promise<LocalRulesListByLocalRulestacksResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, options },\n listByLocalRulestacksOperationSpec\n );\n }\n\n /**\n * Get a LocalRulesResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param priority Local Rule priority\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n localRulestackName: string,\n priority: string,\n options?: LocalRulesGetOptionalParams\n ): Promise<LocalRulesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, priority, options },\n getOperationSpec\n );\n }\n\n /**\n * Create a LocalRulesResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param priority Local Rule priority\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n localRulestackName: string,\n priority: string,\n resource: LocalRulesResource,\n options?: LocalRulesCreateOrUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<LocalRulesCreateOrUpdateResponse>,\n LocalRulesCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<LocalRulesCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n localRulestackName,\n priority,\n resource,\n options\n },\n spec: createOrUpdateOperationSpec\n });\n const poller = await createHttpPoller<\n LocalRulesCreateOrUpdateResponse,\n OperationState<LocalRulesCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create a LocalRulesResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param priority Local Rule priority\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n localRulestackName: string,\n priority: string,\n resource: LocalRulesResource,\n options?: LocalRulesCreateOrUpdateOptionalParams\n ): Promise<LocalRulesCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n localRulestackName,\n priority,\n resource,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete a LocalRulesResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param priority Local Rule priority\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n localRulestackName: string,\n priority: string,\n options?: LocalRulesDeleteOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, localRulestackName, priority, options },\n spec: deleteOperationSpec\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Delete a LocalRulesResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param priority Local Rule priority\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n localRulestackName: string,\n priority: string,\n options?: LocalRulesDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n localRulestackName,\n priority,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Get counters\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param priority Local Rule priority\n * @param options The options parameters.\n */\n getCounters(\n resourceGroupName: string,\n localRulestackName: string,\n priority: string,\n options?: LocalRulesGetCountersOptionalParams\n ): Promise<LocalRulesGetCountersResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, priority, options },\n getCountersOperationSpec\n );\n }\n\n /**\n * Refresh counters\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param priority Local Rule priority\n * @param options The options parameters.\n */\n refreshCounters(\n resourceGroupName: string,\n localRulestackName: string,\n priority: string,\n options?: LocalRulesRefreshCountersOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, priority, options },\n refreshCountersOperationSpec\n );\n }\n\n /**\n * Reset counters\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param priority Local Rule priority\n * @param options The options parameters.\n */\n resetCounters(\n resourceGroupName: string,\n localRulestackName: string,\n priority: string,\n options?: LocalRulesResetCountersOptionalParams\n ): Promise<LocalRulesResetCountersResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, priority, options },\n resetCountersOperationSpec\n );\n }\n\n /**\n * ListByLocalRulestacksNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param nextLink The nextLink from the previous successful call to the ListByLocalRulestacks method.\n * @param options The options parameters.\n */\n private _listByLocalRulestacksNext(\n resourceGroupName: string,\n localRulestackName: string,\n nextLink: string,\n options?: LocalRulesListByLocalRulestacksNextOptionalParams\n ): Promise<LocalRulesListByLocalRulestacksNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, nextLink, options },\n listByLocalRulestacksNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByLocalRulestacksOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/localRules\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LocalRulesResourceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/localRules/{priority}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LocalRulesResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.priority,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/localRules/{priority}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.LocalRulesResource\n },\n 201: {\n bodyMapper: Mappers.LocalRulesResource\n },\n 202: {\n bodyMapper: Mappers.LocalRulesResource\n },\n 204: {\n bodyMapper: Mappers.LocalRulesResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.resource10,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.priority,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/localRules/{priority}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.priority,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getCountersOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/localRules/{priority}/getCounters\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.RuleCounter\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.firewallName],\n urlParameters: [\n Parameters.$host,\n Parameters.priority,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst refreshCountersOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/localRules/{priority}/refreshCounters\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.firewallName],\n urlParameters: [\n Parameters.$host,\n Parameters.priority,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst resetCountersOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/localRules/{priority}/resetCounters\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.RuleCounterReset\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.firewallName],\n urlParameters: [\n Parameters.$host,\n Parameters.priority,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByLocalRulestacksNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LocalRulesResourceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
1
+ {"version":3,"file":"localRules.js","sourceRoot":"","sources":["../../../src/operations/localRules.ts"],"names":[],"mappings":"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","sourcesContent":["// 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\nimport type { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport type { LocalRules } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { PaloAltoNetworksCloudngfw } from \"../paloAltoNetworksCloudngfw.js\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport { createHttpPoller } from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport type {\n LocalRulesResource,\n LocalRulesListByLocalRulestacksNextOptionalParams,\n LocalRulesListByLocalRulestacksOptionalParams,\n LocalRulesListByLocalRulestacksResponse,\n LocalRulesGetOptionalParams,\n LocalRulesGetResponse,\n LocalRulesCreateOrUpdateOptionalParams,\n LocalRulesCreateOrUpdateResponse,\n LocalRulesDeleteOptionalParams,\n LocalRulesGetCountersOptionalParams,\n LocalRulesGetCountersResponse,\n LocalRulesRefreshCountersOptionalParams,\n LocalRulesResetCountersOptionalParams,\n LocalRulesResetCountersResponse,\n LocalRulesListByLocalRulestacksNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing LocalRules operations. */\nexport class LocalRulesImpl implements LocalRules {\n private readonly client: PaloAltoNetworksCloudngfw;\n\n /**\n * Initialize a new instance of the class LocalRules class.\n * @param client Reference to the service client\n */\n constructor(client: PaloAltoNetworksCloudngfw) {\n this.client = client;\n }\n\n /**\n * List LocalRulesResource resources by LocalRulestacks\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param options The options parameters.\n */\n public listByLocalRulestacks(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulesListByLocalRulestacksOptionalParams,\n ): PagedAsyncIterableIterator<LocalRulesResource> {\n const iter = this.listByLocalRulestacksPagingAll(\n resourceGroupName,\n localRulestackName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByLocalRulestacksPagingPage(\n resourceGroupName,\n localRulestackName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listByLocalRulestacksPagingPage(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulesListByLocalRulestacksOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<LocalRulesResource[]> {\n let result: LocalRulesListByLocalRulestacksResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByLocalRulestacks(resourceGroupName, localRulestackName, options);\n const page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByLocalRulestacksNext(\n resourceGroupName,\n localRulestackName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByLocalRulestacksPagingAll(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulesListByLocalRulestacksOptionalParams,\n ): AsyncIterableIterator<LocalRulesResource> {\n for await (const page of this.listByLocalRulestacksPagingPage(\n resourceGroupName,\n localRulestackName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * List LocalRulesResource resources by LocalRulestacks\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param options The options parameters.\n */\n private _listByLocalRulestacks(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulesListByLocalRulestacksOptionalParams,\n ): Promise<LocalRulesListByLocalRulestacksResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, options },\n listByLocalRulestacksOperationSpec,\n );\n }\n\n /**\n * Get a LocalRulesResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param priority Local Rule priority\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n localRulestackName: string,\n priority: string,\n options?: LocalRulesGetOptionalParams,\n ): Promise<LocalRulesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, priority, options },\n getOperationSpec,\n );\n }\n\n /**\n * Create a LocalRulesResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param priority Local Rule priority\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n localRulestackName: string,\n priority: string,\n resource: LocalRulesResource,\n options?: LocalRulesCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<LocalRulesCreateOrUpdateResponse>,\n LocalRulesCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<LocalRulesCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n localRulestackName,\n priority,\n resource,\n options,\n },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n LocalRulesCreateOrUpdateResponse,\n OperationState<LocalRulesCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create a LocalRulesResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param priority Local Rule priority\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n localRulestackName: string,\n priority: string,\n resource: LocalRulesResource,\n options?: LocalRulesCreateOrUpdateOptionalParams,\n ): Promise<LocalRulesCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n localRulestackName,\n priority,\n resource,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete a LocalRulesResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param priority Local Rule priority\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n localRulestackName: string,\n priority: string,\n options?: LocalRulesDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, localRulestackName, priority, options },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Delete a LocalRulesResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param priority Local Rule priority\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n localRulestackName: string,\n priority: string,\n options?: LocalRulesDeleteOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDelete(resourceGroupName, localRulestackName, priority, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Get counters\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param priority Local Rule priority\n * @param options The options parameters.\n */\n getCounters(\n resourceGroupName: string,\n localRulestackName: string,\n priority: string,\n options?: LocalRulesGetCountersOptionalParams,\n ): Promise<LocalRulesGetCountersResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, priority, options },\n getCountersOperationSpec,\n );\n }\n\n /**\n * Refresh counters\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param priority Local Rule priority\n * @param options The options parameters.\n */\n refreshCounters(\n resourceGroupName: string,\n localRulestackName: string,\n priority: string,\n options?: LocalRulesRefreshCountersOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, priority, options },\n refreshCountersOperationSpec,\n );\n }\n\n /**\n * Reset counters\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param priority Local Rule priority\n * @param options The options parameters.\n */\n resetCounters(\n resourceGroupName: string,\n localRulestackName: string,\n priority: string,\n options?: LocalRulesResetCountersOptionalParams,\n ): Promise<LocalRulesResetCountersResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, priority, options },\n resetCountersOperationSpec,\n );\n }\n\n /**\n * ListByLocalRulestacksNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param nextLink The nextLink from the previous successful call to the ListByLocalRulestacks method.\n * @param options The options parameters.\n */\n private _listByLocalRulestacksNext(\n resourceGroupName: string,\n localRulestackName: string,\n nextLink: string,\n options?: LocalRulesListByLocalRulestacksNextOptionalParams,\n ): Promise<LocalRulesListByLocalRulestacksNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, nextLink, options },\n listByLocalRulestacksNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByLocalRulestacksOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/localRules\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LocalRulesResourceListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/localRules/{priority}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LocalRulesResource,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.priority,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/localRules/{priority}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.LocalRulesResource,\n },\n 201: {\n bodyMapper: Mappers.LocalRulesResource,\n },\n 202: {\n bodyMapper: Mappers.LocalRulesResource,\n },\n 204: {\n bodyMapper: Mappers.LocalRulesResource,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.resource11,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.priority,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/localRules/{priority}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.priority,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getCountersOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/localRules/{priority}/getCounters\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.RuleCounter,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion, Parameters.firewallName],\n urlParameters: [\n Parameters.$host,\n Parameters.priority,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst refreshCountersOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/localRules/{priority}/refreshCounters\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion, Parameters.firewallName],\n urlParameters: [\n Parameters.$host,\n Parameters.priority,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst resetCountersOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/localRules/{priority}/resetCounters\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.RuleCounterReset,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion, Parameters.firewallName],\n urlParameters: [\n Parameters.$host,\n Parameters.priority,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByLocalRulestacksNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LocalRulesResourceListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -1,8 +1,8 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { LocalRulestacks } from "../operationsInterfaces/index.js";
3
- import { PaloAltoNetworksCloudngfw } from "../paloAltoNetworksCloudngfw.js";
4
- import { SimplePollerLike, OperationState } from "@azure/core-lro";
5
- import { LocalRulestackResource, LocalRulestacksListBySubscriptionOptionalParams, LocalRulestacksListByResourceGroupOptionalParams, LocalRulestacksGetOptionalParams, LocalRulestacksGetResponse, LocalRulestacksCreateOrUpdateOptionalParams, LocalRulestacksCreateOrUpdateResponse, LocalRulestackResourceUpdate, LocalRulestacksUpdateOptionalParams, LocalRulestacksUpdateResponse, LocalRulestacksDeleteOptionalParams, LocalRulestacksCommitOptionalParams, LocalRulestacksGetChangeLogOptionalParams, LocalRulestacksGetChangeLogResponse, LocalRulestacksGetSupportInfoOptionalParams, LocalRulestacksGetSupportInfoResponse, AdvSecurityObjectTypeEnum, LocalRulestacksListAdvancedSecurityObjectsOptionalParams, LocalRulestacksListAdvancedSecurityObjectsResponse, LocalRulestacksListAppIdsOptionalParams, LocalRulestacksListAppIdsResponse, LocalRulestacksListCountriesOptionalParams, LocalRulestacksListCountriesResponse, LocalRulestacksListFirewallsOptionalParams, LocalRulestacksListFirewallsResponse, LocalRulestacksListPredefinedUrlCategoriesOptionalParams, LocalRulestacksListPredefinedUrlCategoriesResponse, SecurityServicesTypeEnum, LocalRulestacksListSecurityServicesOptionalParams, LocalRulestacksListSecurityServicesResponse, LocalRulestacksRevertOptionalParams } from "../models/index.js";
1
+ import type { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import type { LocalRulestacks } from "../operationsInterfaces/index.js";
3
+ import type { PaloAltoNetworksCloudngfw } from "../paloAltoNetworksCloudngfw.js";
4
+ import type { SimplePollerLike, OperationState } from "@azure/core-lro";
5
+ import type { LocalRulestackResource, LocalRulestacksListBySubscriptionOptionalParams, LocalRulestacksListByResourceGroupOptionalParams, LocalRulestacksListAppIdsOptionalParams, Country, LocalRulestacksListCountriesOptionalParams, PredefinedUrlCategory, LocalRulestacksListPredefinedUrlCategoriesOptionalParams, LocalRulestacksGetOptionalParams, LocalRulestacksGetResponse, LocalRulestacksCreateOrUpdateOptionalParams, LocalRulestacksCreateOrUpdateResponse, LocalRulestackResourceUpdate, LocalRulestacksUpdateOptionalParams, LocalRulestacksUpdateResponse, LocalRulestacksDeleteOptionalParams, LocalRulestacksCommitOptionalParams, LocalRulestacksGetChangeLogOptionalParams, LocalRulestacksGetChangeLogResponse, LocalRulestacksGetSupportInfoOptionalParams, LocalRulestacksGetSupportInfoResponse, AdvSecurityObjectTypeEnum, LocalRulestacksListAdvancedSecurityObjectsOptionalParams, LocalRulestacksListAdvancedSecurityObjectsResponse, LocalRulestacksListFirewallsOptionalParams, LocalRulestacksListFirewallsResponse, SecurityServicesTypeEnum, LocalRulestacksListSecurityServicesOptionalParams, LocalRulestacksListSecurityServicesResponse, LocalRulestacksRevertOptionalParams } from "../models/index.js";
6
6
  /** Class containing LocalRulestacks operations. */
7
7
  export declare class LocalRulestacksImpl implements LocalRulestacks {
8
8
  private readonly client;
@@ -26,6 +26,33 @@ export declare class LocalRulestacksImpl implements LocalRulestacks {
26
26
  listByResourceGroup(resourceGroupName: string, options?: LocalRulestacksListByResourceGroupOptionalParams): PagedAsyncIterableIterator<LocalRulestackResource>;
27
27
  private listByResourceGroupPagingPage;
28
28
  private listByResourceGroupPagingAll;
29
+ /**
30
+ * List of AppIds for LocalRulestack ApiVersion
31
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
32
+ * @param localRulestackName LocalRulestack resource name
33
+ * @param options The options parameters.
34
+ */
35
+ listAppIds(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksListAppIdsOptionalParams): PagedAsyncIterableIterator<string>;
36
+ private listAppIdsPagingPage;
37
+ private listAppIdsPagingAll;
38
+ /**
39
+ * List of countries for Rulestack
40
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
41
+ * @param localRulestackName LocalRulestack resource name
42
+ * @param options The options parameters.
43
+ */
44
+ listCountries(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksListCountriesOptionalParams): PagedAsyncIterableIterator<Country>;
45
+ private listCountriesPagingPage;
46
+ private listCountriesPagingAll;
47
+ /**
48
+ * List predefined URL categories for rulestack
49
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
50
+ * @param localRulestackName LocalRulestack resource name
51
+ * @param options The options parameters.
52
+ */
53
+ listPredefinedUrlCategories(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksListPredefinedUrlCategoriesOptionalParams): PagedAsyncIterableIterator<PredefinedUrlCategory>;
54
+ private listPredefinedUrlCategoriesPagingPage;
55
+ private listPredefinedUrlCategoriesPagingAll;
29
56
  /**
30
57
  * List LocalRulestackResource resources by subscription ID
31
58
  * @param options The options parameters.
@@ -124,14 +151,14 @@ export declare class LocalRulestacksImpl implements LocalRulestacks {
124
151
  * @param localRulestackName LocalRulestack resource name
125
152
  * @param options The options parameters.
126
153
  */
127
- listAppIds(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksListAppIdsOptionalParams): Promise<LocalRulestacksListAppIdsResponse>;
154
+ private _listAppIds;
128
155
  /**
129
156
  * List of countries for Rulestack
130
157
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
131
158
  * @param localRulestackName LocalRulestack resource name
132
159
  * @param options The options parameters.
133
160
  */
134
- listCountries(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksListCountriesOptionalParams): Promise<LocalRulestacksListCountriesResponse>;
161
+ private _listCountries;
135
162
  /**
136
163
  * List of Firewalls associated with Rulestack
137
164
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
@@ -145,7 +172,7 @@ export declare class LocalRulestacksImpl implements LocalRulestacks {
145
172
  * @param localRulestackName LocalRulestack resource name
146
173
  * @param options The options parameters.
147
174
  */
148
- listPredefinedUrlCategories(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksListPredefinedUrlCategoriesOptionalParams): Promise<LocalRulestacksListPredefinedUrlCategoriesResponse>;
175
+ private _listPredefinedUrlCategories;
149
176
  /**
150
177
  * List the security services for rulestack
151
178
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
@@ -174,5 +201,30 @@ export declare class LocalRulestacksImpl implements LocalRulestacks {
174
201
  * @param options The options parameters.
175
202
  */
176
203
  private _listByResourceGroupNext;
204
+ /**
205
+ * ListAppIdsNext
206
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
207
+ * @param localRulestackName LocalRulestack resource name
208
+ * @param nextLink The nextLink from the previous successful call to the ListAppIds method.
209
+ * @param options The options parameters.
210
+ */
211
+ private _listAppIdsNext;
212
+ /**
213
+ * ListCountriesNext
214
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
215
+ * @param localRulestackName LocalRulestack resource name
216
+ * @param nextLink The nextLink from the previous successful call to the ListCountries method.
217
+ * @param options The options parameters.
218
+ */
219
+ private _listCountriesNext;
220
+ /**
221
+ * ListPredefinedUrlCategoriesNext
222
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
223
+ * @param localRulestackName LocalRulestack resource name
224
+ * @param nextLink The nextLink from the previous successful call to the ListPredefinedUrlCategories
225
+ * method.
226
+ * @param options The options parameters.
227
+ */
228
+ private _listPredefinedUrlCategoriesNext;
177
229
  }
178
230
  //# sourceMappingURL=localRulestacks.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"localRulestacks.d.ts","sourceRoot":"","sources":["../../../src/operations/localRulestacks.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAInE,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,sBAAsB,EAEtB,+CAA+C,EAG/C,gDAAgD,EAEhD,gCAAgC,EAChC,0BAA0B,EAC1B,2CAA2C,EAC3C,qCAAqC,EACrC,4BAA4B,EAC5B,mCAAmC,EACnC,6BAA6B,EAC7B,mCAAmC,EACnC,mCAAmC,EACnC,yCAAyC,EACzC,mCAAmC,EACnC,2CAA2C,EAC3C,qCAAqC,EACrC,yBAAyB,EACzB,wDAAwD,EACxD,kDAAkD,EAClD,uCAAuC,EACvC,iCAAiC,EACjC,0CAA0C,EAC1C,oCAAoC,EACpC,0CAA0C,EAC1C,oCAAoC,EACpC,wDAAwD,EACxD,kDAAkD,EAClD,wBAAwB,EACxB,iDAAiD,EACjD,2CAA2C,EAC3C,mCAAmC,EAGpC,MAAM,oBAAoB,CAAC;AAG5B,mDAAmD;AACnD,qBAAa,mBAAoB,YAAW,eAAe;IACzD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4B;IAEnD;;;OAGG;gBACS,MAAM,EAAE,yBAAyB;IAI7C;;;OAGG;IACI,kBAAkB,CACvB,OAAO,CAAC,EAAE,+CAA+C,GACxD,0BAA0B,CAAC,sBAAsB,CAAC;YAkBtC,4BAA4B;YAsB5B,2BAA2B;IAQ1C;;;;OAIG;IACI,mBAAmB,CACxB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,gDAAgD,GACzD,0BAA0B,CAAC,sBAAsB,CAAC;YAsBtC,6BAA6B;YA2B7B,4BAA4B;IAY3C;;;OAGG;IACH,OAAO,CAAC,mBAAmB;IAS3B;;;;OAIG;IACH,OAAO,CAAC,oBAAoB;IAU5B;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC;IAOtC;;;;;;OAMG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,QAAQ,EAAE,sBAAsB,EAChC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,qCAAqC,CAAC,EACrD,qCAAqC,CACtC,CACF;IAyDD;;;;;;OAMG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,QAAQ,EAAE,sBAAsB,EAChC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC;IAUjD;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,UAAU,EAAE,4BAA4B,EACxC,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC;IAOzC;;;;;OAKG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAsDxD;;;;;OAKG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,IAAI,CAAC;IAShB;;;;;OAKG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAsDxD;;;;;OAKG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,IAAI,CAAC;IAShB;;;;;OAKG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,mCAAmC,CAAC;IAO/C;;;;;OAKG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC;IAOjD;;;;;;OAMG;IACH,2BAA2B,CACzB,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,SAAS,EAAE,yBAAyB,EACpC,OAAO,CAAC,EAAE,wDAAwD,GACjE,OAAO,CAAC,kDAAkD,CAAC;IAO9D;;;;;OAKG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC;IAO7C;;;;;OAKG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC;IAOhD;;;;;OAKG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC;IAOhD;;;;;OAKG;IACH,2BAA2B,CACzB,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,wDAAwD,GACjE,OAAO,CAAC,kDAAkD,CAAC;IAO9D;;;;;;OAMG;IACH,oBAAoB,CAClB,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,SAAS,EAAE,wBAAwB,EACnC,OAAO,CAAC,EAAE,iDAAiD,GAC1D,OAAO,CAAC,2CAA2C,CAAC;IAOvD;;;;;OAKG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;OAIG;IACH,OAAO,CAAC,uBAAuB;IAU/B;;;;;OAKG;IACH,OAAO,CAAC,wBAAwB;CAUjC"}
1
+ {"version":3,"file":"localRulestacks.d.ts","sourceRoot":"","sources":["../../../src/operations/localRulestacks.ts"],"names":[],"mappings":"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"}