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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 +37 -36
  653. package/CHANGELOG.md +0 -28
  654. package/review/arm-paloaltonetworksngfw-node.api.md +0 -2026
@@ -1,7 +1,7 @@
1
- import * as coreClient from "@azure/core-client";
1
+ import type * as coreClient from "@azure/core-client";
2
2
  /** The response of a GlobalRulestackResource list operation. */
3
3
  export interface GlobalRulestackResourceListResult {
4
- /** The items on this page */
4
+ /** The GlobalRulestackResource items on this page */
5
5
  value: GlobalRulestackResource[];
6
6
  /** The link to the next page of items */
7
7
  nextLink?: string;
@@ -165,14 +165,14 @@ export interface GlobalRulestackResourceUpdateProperties {
165
165
  }
166
166
  /** The response of a CertificateObjectGlobalRulestackResource list operation. */
167
167
  export interface CertificateObjectGlobalRulestackResourceListResult {
168
- /** The items on this page */
168
+ /** The CertificateObjectGlobalRulestackResource items on this page */
169
169
  value: CertificateObjectGlobalRulestackResource[];
170
170
  /** The link to the next page of items */
171
171
  nextLink?: string;
172
172
  }
173
173
  /** The response of a FqdnListGlobalRulestackResource list operation. */
174
174
  export interface FqdnListGlobalRulestackResourceListResult {
175
- /** The items on this page */
175
+ /** The FqdnListGlobalRulestackResource items on this page */
176
176
  value: FqdnListGlobalRulestackResource[];
177
177
  /** The link to the next page of items */
178
178
  nextLink?: string;
@@ -208,16 +208,14 @@ export interface NameDescriptionObject {
208
208
  description?: string;
209
209
  }
210
210
  export interface ListAppIdResponse {
211
- /** List of AppIds */
212
211
  value: string[];
213
- /** next Link */
214
212
  nextLink?: string;
215
213
  }
216
214
  /** Countries Response Object */
217
215
  export interface CountriesResponse {
218
- /** List of countries */
216
+ /** The Country items on this page */
219
217
  value: Country[];
220
- /** next link */
218
+ /** The link to the next page of items */
221
219
  nextLink?: string;
222
220
  }
223
221
  /** Country Description */
@@ -236,9 +234,9 @@ export interface ListFirewallsResponse {
236
234
  }
237
235
  /** predefined url categories response */
238
236
  export interface PredefinedUrlCategoriesResponse {
239
- /** predefined url categories */
237
+ /** The PredefinedUrlCategory items on this page */
240
238
  value: PredefinedUrlCategory[];
241
- /** next link */
239
+ /** The link to the next page of items */
242
240
  nextLink?: string;
243
241
  }
244
242
  /** Predefined URL category object */
@@ -262,7 +260,7 @@ export interface SecurityServicesTypeList {
262
260
  }
263
261
  /** The response of a PostRulesResource list operation. */
264
262
  export interface PostRulesResourceListResult {
265
- /** The items on this page */
263
+ /** The PostRulesResource items on this page */
266
264
  value: PostRulesResource[];
267
265
  /** The link to the next page of items */
268
266
  nextLink?: string;
@@ -368,20 +366,20 @@ export interface RuleCounterReset {
368
366
  /** rule name */
369
367
  ruleName?: string;
370
368
  }
371
- /** The response of a PrefixListGlobalRulestackResource list operation. */
372
- export interface PrefixListGlobalRulestackResourceListResult {
373
- /** The items on this page */
374
- value: PrefixListGlobalRulestackResource[];
375
- /** The link to the next page of items */
376
- nextLink?: string;
377
- }
378
369
  /** The response of a PreRulesResource list operation. */
379
370
  export interface PreRulesResourceListResult {
380
- /** The items on this page */
371
+ /** The PreRulesResource items on this page */
381
372
  value: PreRulesResource[];
382
373
  /** The link to the next page of items */
383
374
  nextLink?: string;
384
375
  }
376
+ /** The response of a PrefixListGlobalRulestackResource list operation. */
377
+ export interface PrefixListGlobalRulestackResourceListResult {
378
+ /** The PrefixListGlobalRulestackResource items on this page */
379
+ value: PrefixListGlobalRulestackResource[];
380
+ /** The link to the next page of items */
381
+ nextLink?: string;
382
+ }
385
383
  /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
386
384
  export interface OperationListResult {
387
385
  /**
@@ -443,9 +441,14 @@ export interface OperationDisplay {
443
441
  */
444
442
  readonly description?: string;
445
443
  }
444
+ /** Create Product Serial Number Request status */
445
+ export interface ProductSerialNumberRequestStatus {
446
+ /** allocation status of the product serial number */
447
+ status: string;
448
+ }
446
449
  /** The response of a FirewallResource list operation. */
447
450
  export interface FirewallResourceListResult {
448
- /** The items on this page */
451
+ /** The FirewallResource items on this page */
449
452
  value: FirewallResource[];
450
453
  /** The link to the next page of items */
451
454
  nextLink?: string;
@@ -466,6 +469,8 @@ export interface NetworkProfile {
466
469
  egressNatIp?: IPAddress[];
467
470
  /** Non-RFC 1918 address */
468
471
  trustedRanges?: string[];
472
+ /** Array of ipv4 destination address for which source NAT is to be performed */
473
+ privateSourceNatRulesDestination?: string[];
469
474
  }
470
475
  /** VnetInfo for Firewall Networking */
471
476
  export interface VnetConfiguration {
@@ -545,6 +550,11 @@ export interface PanoramaConfig {
545
550
  */
546
551
  readonly hostName?: string;
547
552
  }
553
+ /** This field is only present if Strata Cloud Manager is managing the policy for this firewall */
554
+ export interface StrataCloudManagerConfig {
555
+ /** Strata Cloud Manager name which is intended to manage the policy for this firewall. */
556
+ cloudManagerName: string;
557
+ }
548
558
  /** Associated rulestack details */
549
559
  export interface RulestackDetails {
550
560
  /** Resource Id */
@@ -609,9 +619,54 @@ export interface MarketplaceDetails {
609
619
  /** Marketplace Subscription Status */
610
620
  marketplaceSubscriptionStatus?: MarketplaceSubscriptionStatus;
611
621
  }
622
+ /** Cloud Manager Tenant */
623
+ export interface CloudManagerTenantList {
624
+ /** List of Cloud Manager Tenants */
625
+ value: string[];
626
+ }
627
+ /** Product serial and status for the service */
628
+ export interface ProductSerialNumberStatus {
629
+ /** product Serial associated with given resource */
630
+ serialNumber?: string;
631
+ /** allocation status of the product serial number */
632
+ status: ProductSerialStatusValues;
633
+ }
634
+ /** Support information for the service */
635
+ export interface SupportInfoModel {
636
+ /** product SKU associated with given resource */
637
+ productSku?: string;
638
+ /** product Serial associated with given resource */
639
+ productSerial?: string;
640
+ /** account registered in Customer Support Portal */
641
+ accountRegistrationStatus?: RegistrationStatus;
642
+ /** Support account associated with given resource */
643
+ accountId?: string;
644
+ /** Product usage is in free trial period */
645
+ freeTrial?: EnableStatus;
646
+ /** Free trial days remaining */
647
+ freeTrialDaysLeft?: number;
648
+ /** Free trial credit remaining */
649
+ freeTrialCreditLeft?: number;
650
+ /** URL for paloaltonetworks live community */
651
+ helpURL?: string;
652
+ /** URL for paloaltonetworks Customer Service Portal */
653
+ supportURL?: string;
654
+ /** URL for registering product in paloaltonetworks Customer Service Portal */
655
+ registerURL?: string;
656
+ /** URL for Strata Cloud Manager */
657
+ hubUrl?: string;
658
+ /** credits purchased, unit per hour */
659
+ credits?: number;
660
+ /** monthly credit is computed as credits * days in calendar month */
661
+ monthlyCreditLeft?: number;
662
+ /** date in format yyyy-mm-dd */
663
+ startDateForCredits?: string;
664
+ /** date in format yyyy-mm-dd */
665
+ endDateForCredits?: string;
666
+ }
612
667
  /** The response of a LocalRulestackResource list operation. */
613
668
  export interface LocalRulestackResourceListResult {
614
- /** The items on this page */
669
+ /** The LocalRulestackResource items on this page */
615
670
  value: LocalRulestackResource[];
616
671
  /** The link to the next page of items */
617
672
  nextLink?: string;
@@ -635,8 +690,12 @@ export interface FirewallResourceUpdateProperties {
635
690
  networkProfile?: NetworkProfile;
636
691
  /** Panorama Managed: Default is False. Default will be CloudSec managed */
637
692
  isPanoramaManaged?: BooleanEnum;
693
+ /** Strata Cloud Managed: Default is False. Default will be CloudSec managed */
694
+ isStrataCloudManaged?: BooleanEnum;
638
695
  /** Panorama Configuration */
639
696
  panoramaConfig?: PanoramaConfig;
697
+ /** Strata Cloud Manager Configuration, only applicable if Strata Cloud Manager is selected. */
698
+ strataCloudManagerConfig?: StrataCloudManagerConfig;
640
699
  /** Associated Rulestack */
641
700
  associatedRulestack?: RulestackDetails;
642
701
  /** DNS settings for Firewall */
@@ -748,9 +807,16 @@ export interface SupportInfo {
748
807
  /** URL for registering product in paloaltonetworks Customer Service Portal */
749
808
  registerURL?: string;
750
809
  }
810
+ /** The response of a MetricsObjectFirewallResource list operation. */
811
+ export interface MetricsObjectFirewallResourceListResult {
812
+ /** The MetricsObjectFirewallResource items on this page */
813
+ value: MetricsObjectFirewallResource[];
814
+ /** The link to the next page of items */
815
+ nextLink?: string;
816
+ }
751
817
  /** The response of a FirewallStatusResource list operation. */
752
818
  export interface FirewallStatusResourceListResult {
753
- /** The items on this page */
819
+ /** The FirewallStatusResource items on this page */
754
820
  value: FirewallStatusResource[];
755
821
  /** The link to the next page of items */
756
822
  nextLink?: string;
@@ -768,6 +834,13 @@ export interface PanoramaStatus {
768
834
  */
769
835
  readonly panoramaServer2Status?: ServerStatus;
770
836
  }
837
+ /** Strata Cloud Manager Info */
838
+ export interface StrataCloudManagerInfo {
839
+ /** Strata Cloud Manager folder in which this firewall has been placed */
840
+ folderName?: string;
841
+ /** URL for Strata Cloud Manager */
842
+ hubUrl?: string;
843
+ }
771
844
  /** The type used for update operations of the LocalRulestackResource. */
772
845
  export interface LocalRulestackResourceUpdate {
773
846
  /** The managed service identities assigned to this resource. */
@@ -800,28 +873,28 @@ export interface LocalRulestackResourceUpdateProperties {
800
873
  }
801
874
  /** The response of a CertificateObjectLocalRulestackResource list operation. */
802
875
  export interface CertificateObjectLocalRulestackResourceListResult {
803
- /** The items on this page */
876
+ /** The CertificateObjectLocalRulestackResource items on this page */
804
877
  value: CertificateObjectLocalRulestackResource[];
805
878
  /** The link to the next page of items */
806
879
  nextLink?: string;
807
880
  }
808
881
  /** The response of a FqdnListLocalRulestackResource list operation. */
809
882
  export interface FqdnListLocalRulestackResourceListResult {
810
- /** The items on this page */
883
+ /** The FqdnListLocalRulestackResource items on this page */
811
884
  value: FqdnListLocalRulestackResource[];
812
885
  /** The link to the next page of items */
813
886
  nextLink?: string;
814
887
  }
815
888
  /** The response of a LocalRulesResource list operation. */
816
889
  export interface LocalRulesResourceListResult {
817
- /** The items on this page */
890
+ /** The LocalRulesResource items on this page */
818
891
  value: LocalRulesResource[];
819
892
  /** The link to the next page of items */
820
893
  nextLink?: string;
821
894
  }
822
895
  /** The response of a PrefixListResource list operation. */
823
896
  export interface PrefixListResourceListResult {
824
- /** The items on this page */
897
+ /** The PrefixListResource items on this page */
825
898
  value: PrefixListResource[];
826
899
  /** The link to the next page of items */
827
900
  nextLink?: string;
@@ -946,22 +1019,6 @@ export interface PostRulesResource extends ProxyResource {
946
1019
  */
947
1020
  readonly provisioningState?: ProvisioningState;
948
1021
  }
949
- /** GlobalRulestack prefixList */
950
- export interface PrefixListGlobalRulestackResource extends ProxyResource {
951
- /** prefix description */
952
- description?: string;
953
- /** prefix list */
954
- prefixList: string[];
955
- /** etag info */
956
- etag?: string;
957
- /** comment for this object */
958
- auditComment?: string;
959
- /**
960
- * Provisioning state of the resource.
961
- * NOTE: This property will not be serialized. It can only be populated by the server.
962
- */
963
- readonly provisioningState?: ProvisioningState;
964
- }
965
1022
  /** PreRulestack rule list */
966
1023
  export interface PreRulesResource extends ProxyResource {
967
1024
  /** etag info */
@@ -1008,6 +1065,36 @@ export interface PreRulesResource extends ProxyResource {
1008
1065
  */
1009
1066
  readonly provisioningState?: ProvisioningState;
1010
1067
  }
1068
+ /** GlobalRulestack prefixList */
1069
+ export interface PrefixListGlobalRulestackResource extends ProxyResource {
1070
+ /** prefix description */
1071
+ description?: string;
1072
+ /** prefix list */
1073
+ prefixList: string[];
1074
+ /** etag info */
1075
+ etag?: string;
1076
+ /** comment for this object */
1077
+ auditComment?: string;
1078
+ /**
1079
+ * Provisioning state of the resource.
1080
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1081
+ */
1082
+ readonly provisioningState?: ProvisioningState;
1083
+ }
1084
+ /** Firewall Metrics Object */
1085
+ export interface MetricsObjectFirewallResource extends ProxyResource {
1086
+ /** Resource Id of application insights resource */
1087
+ applicationInsightsResourceId: string;
1088
+ /** Connection string of application insights resource */
1089
+ applicationInsightsConnectionString: string;
1090
+ /** read only string representing last create or update */
1091
+ panEtag?: string;
1092
+ /**
1093
+ * Provisioning state of the resource.
1094
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1095
+ */
1096
+ readonly provisioningState?: ProvisioningState;
1097
+ }
1011
1098
  /** Firewall Status */
1012
1099
  export interface FirewallStatusResource extends ProxyResource {
1013
1100
  /**
@@ -1035,6 +1122,13 @@ export interface FirewallStatusResource extends ProxyResource {
1035
1122
  * NOTE: This property will not be serialized. It can only be populated by the server.
1036
1123
  */
1037
1124
  readonly provisioningState?: ReadOnlyProvisioningState;
1125
+ /**
1126
+ * Strata Cloud Manager
1127
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1128
+ */
1129
+ readonly isStrataCloudManaged?: BooleanEnum;
1130
+ /** This field is only present if Strata Cloud Manager is managing the policy for this firewall */
1131
+ strataCloudManagerInfo?: StrataCloudManagerInfo;
1038
1132
  }
1039
1133
  /** LocalRulestack Certificate Object */
1040
1134
  export interface CertificateObjectLocalRulestackResource extends ProxyResource {
@@ -1142,8 +1236,12 @@ export interface FirewallResource extends TrackedResource {
1142
1236
  networkProfile: NetworkProfile;
1143
1237
  /** Panorama Managed: Default is False. Default will be CloudSec managed */
1144
1238
  isPanoramaManaged?: BooleanEnum;
1239
+ /** Strata Cloud Managed: Default is False. Default will be CloudSec managed */
1240
+ isStrataCloudManaged?: BooleanEnum;
1145
1241
  /** Panorama Configuration */
1146
1242
  panoramaConfig?: PanoramaConfig;
1243
+ /** Strata Cloud Manager Configuration, only applicable if Strata Cloud Manager is selected. */
1244
+ strataCloudManagerConfig?: StrataCloudManagerConfig;
1147
1245
  /** Associated Rulestack */
1148
1246
  associatedRulestack?: RulestackDetails;
1149
1247
  /** DNS settings for Firewall */
@@ -1186,6 +1284,190 @@ export interface LocalRulestackResource extends TrackedResource {
1186
1284
  /** Security Profile */
1187
1285
  securityServices?: SecurityServices;
1188
1286
  }
1287
+ /** Defines headers for GlobalRulestack_createOrUpdate operation. */
1288
+ export interface GlobalRulestackCreateOrUpdateHeaders {
1289
+ /** A link to the status monitor */
1290
+ azureAsyncOperation?: string;
1291
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1292
+ retryAfter?: number;
1293
+ }
1294
+ /** Defines headers for GlobalRulestack_delete operation. */
1295
+ export interface GlobalRulestackDeleteHeaders {
1296
+ /** A link to the status monitor */
1297
+ azureAsyncOperation?: string;
1298
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1299
+ retryAfter?: number;
1300
+ }
1301
+ /** Defines headers for CertificateObjectGlobalRulestack_createOrUpdate operation. */
1302
+ export interface CertificateObjectGlobalRulestackCreateOrUpdateHeaders {
1303
+ /** A link to the status monitor */
1304
+ azureAsyncOperation?: string;
1305
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1306
+ retryAfter?: number;
1307
+ }
1308
+ /** Defines headers for CertificateObjectGlobalRulestack_delete operation. */
1309
+ export interface CertificateObjectGlobalRulestackDeleteHeaders {
1310
+ /** A link to the status monitor */
1311
+ azureAsyncOperation?: string;
1312
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1313
+ retryAfter?: number;
1314
+ }
1315
+ /** Defines headers for FqdnListGlobalRulestack_createOrUpdate operation. */
1316
+ export interface FqdnListGlobalRulestackCreateOrUpdateHeaders {
1317
+ /** A link to the status monitor */
1318
+ azureAsyncOperation?: string;
1319
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1320
+ retryAfter?: number;
1321
+ }
1322
+ /** Defines headers for FqdnListGlobalRulestack_delete operation. */
1323
+ export interface FqdnListGlobalRulestackDeleteHeaders {
1324
+ /** A link to the status monitor */
1325
+ azureAsyncOperation?: string;
1326
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1327
+ retryAfter?: number;
1328
+ }
1329
+ /** Defines headers for PostRules_createOrUpdate operation. */
1330
+ export interface PostRulesCreateOrUpdateHeaders {
1331
+ /** A link to the status monitor */
1332
+ azureAsyncOperation?: string;
1333
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1334
+ retryAfter?: number;
1335
+ }
1336
+ /** Defines headers for PostRules_delete operation. */
1337
+ export interface PostRulesDeleteHeaders {
1338
+ /** A link to the status monitor */
1339
+ azureAsyncOperation?: string;
1340
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1341
+ retryAfter?: number;
1342
+ }
1343
+ /** Defines headers for PreRules_createOrUpdate operation. */
1344
+ export interface PreRulesCreateOrUpdateHeaders {
1345
+ /** A link to the status monitor */
1346
+ azureAsyncOperation?: string;
1347
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1348
+ retryAfter?: number;
1349
+ }
1350
+ /** Defines headers for PreRules_delete operation. */
1351
+ export interface PreRulesDeleteHeaders {
1352
+ /** A link to the status monitor */
1353
+ azureAsyncOperation?: string;
1354
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1355
+ retryAfter?: number;
1356
+ }
1357
+ /** Defines headers for PrefixListGlobalRulestack_createOrUpdate operation. */
1358
+ export interface PrefixListGlobalRulestackCreateOrUpdateHeaders {
1359
+ /** A link to the status monitor */
1360
+ azureAsyncOperation?: string;
1361
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1362
+ retryAfter?: number;
1363
+ }
1364
+ /** Defines headers for PrefixListGlobalRulestack_delete operation. */
1365
+ export interface PrefixListGlobalRulestackDeleteHeaders {
1366
+ /** A link to the status monitor */
1367
+ azureAsyncOperation?: string;
1368
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1369
+ retryAfter?: number;
1370
+ }
1371
+ /** Defines headers for Firewalls_createOrUpdate operation. */
1372
+ export interface FirewallsCreateOrUpdateHeaders {
1373
+ /** A link to the status monitor */
1374
+ azureAsyncOperation?: string;
1375
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1376
+ retryAfter?: number;
1377
+ }
1378
+ /** Defines headers for Firewalls_delete operation. */
1379
+ export interface FirewallsDeleteHeaders {
1380
+ /** A link to the status monitor */
1381
+ azureAsyncOperation?: string;
1382
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1383
+ retryAfter?: number;
1384
+ }
1385
+ /** Defines headers for LocalRulestacks_createOrUpdate operation. */
1386
+ export interface LocalRulestacksCreateOrUpdateHeaders {
1387
+ /** A link to the status monitor */
1388
+ azureAsyncOperation?: string;
1389
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1390
+ retryAfter?: number;
1391
+ }
1392
+ /** Defines headers for LocalRulestacks_delete operation. */
1393
+ export interface LocalRulestacksDeleteHeaders {
1394
+ /** A link to the status monitor */
1395
+ azureAsyncOperation?: string;
1396
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1397
+ retryAfter?: number;
1398
+ }
1399
+ /** Defines headers for MetricsObjectFirewall_createOrUpdate operation. */
1400
+ export interface MetricsObjectFirewallCreateOrUpdateHeaders {
1401
+ /** A link to the status monitor */
1402
+ azureAsyncOperation?: string;
1403
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1404
+ retryAfter?: number;
1405
+ }
1406
+ /** Defines headers for MetricsObjectFirewall_delete operation. */
1407
+ export interface MetricsObjectFirewallDeleteHeaders {
1408
+ /** A link to the status monitor */
1409
+ azureAsyncOperation?: string;
1410
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
1411
+ location?: string;
1412
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1413
+ retryAfter?: number;
1414
+ }
1415
+ /** Defines headers for CertificateObjectLocalRulestack_createOrUpdate operation. */
1416
+ export interface CertificateObjectLocalRulestackCreateOrUpdateHeaders {
1417
+ /** A link to the status monitor */
1418
+ azureAsyncOperation?: string;
1419
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1420
+ retryAfter?: number;
1421
+ }
1422
+ /** Defines headers for CertificateObjectLocalRulestack_delete operation. */
1423
+ export interface CertificateObjectLocalRulestackDeleteHeaders {
1424
+ /** A link to the status monitor */
1425
+ azureAsyncOperation?: string;
1426
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1427
+ retryAfter?: number;
1428
+ }
1429
+ /** Defines headers for FqdnListLocalRulestack_createOrUpdate operation. */
1430
+ export interface FqdnListLocalRulestackCreateOrUpdateHeaders {
1431
+ /** A link to the status monitor */
1432
+ azureAsyncOperation?: string;
1433
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1434
+ retryAfter?: number;
1435
+ }
1436
+ /** Defines headers for FqdnListLocalRulestack_delete operation. */
1437
+ export interface FqdnListLocalRulestackDeleteHeaders {
1438
+ /** A link to the status monitor */
1439
+ azureAsyncOperation?: string;
1440
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1441
+ retryAfter?: number;
1442
+ }
1443
+ /** Defines headers for LocalRules_createOrUpdate operation. */
1444
+ export interface LocalRulesCreateOrUpdateHeaders {
1445
+ /** A link to the status monitor */
1446
+ azureAsyncOperation?: string;
1447
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1448
+ retryAfter?: number;
1449
+ }
1450
+ /** Defines headers for LocalRules_delete operation. */
1451
+ export interface LocalRulesDeleteHeaders {
1452
+ /** A link to the status monitor */
1453
+ azureAsyncOperation?: string;
1454
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1455
+ retryAfter?: number;
1456
+ }
1457
+ /** Defines headers for PrefixListLocalRulestack_createOrUpdate operation. */
1458
+ export interface PrefixListLocalRulestackCreateOrUpdateHeaders {
1459
+ /** A link to the status monitor */
1460
+ azureAsyncOperation?: string;
1461
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1462
+ retryAfter?: number;
1463
+ }
1464
+ /** Defines headers for PrefixListLocalRulestack_delete operation. */
1465
+ export interface PrefixListLocalRulestackDeleteHeaders {
1466
+ /** A link to the status monitor */
1467
+ azureAsyncOperation?: string;
1468
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1469
+ retryAfter?: number;
1470
+ }
1189
1471
  /** Known values of {@link ScopeType} that the service accepts. */
1190
1472
  export declare enum KnownScopeType {
1191
1473
  /** Local */
@@ -1591,6 +1873,38 @@ export declare enum KnownMarketplaceSubscriptionStatus {
1591
1873
  * **FulfillmentRequested**
1592
1874
  */
1593
1875
  export type MarketplaceSubscriptionStatus = string;
1876
+ /** Known values of {@link RegistrationStatus} that the service accepts. */
1877
+ export declare enum KnownRegistrationStatus {
1878
+ /** Registered */
1879
+ Registered = "Registered",
1880
+ /** NotRegistered */
1881
+ NotRegistered = "Not Registered"
1882
+ }
1883
+ /**
1884
+ * Defines values for RegistrationStatus. \
1885
+ * {@link KnownRegistrationStatus} can be used interchangeably with RegistrationStatus,
1886
+ * this enum contains the known values that the service supports.
1887
+ * ### Known values supported by the service
1888
+ * **Registered** \
1889
+ * **Not Registered**
1890
+ */
1891
+ export type RegistrationStatus = string;
1892
+ /** Known values of {@link EnableStatus} that the service accepts. */
1893
+ export declare enum KnownEnableStatus {
1894
+ /** Enabled */
1895
+ Enabled = "Enabled",
1896
+ /** Disabled */
1897
+ Disabled = "Disabled"
1898
+ }
1899
+ /**
1900
+ * Defines values for EnableStatus. \
1901
+ * {@link KnownEnableStatus} can be used interchangeably with EnableStatus,
1902
+ * this enum contains the known values that the service supports.
1903
+ * ### Known values supported by the service
1904
+ * **Enabled** \
1905
+ * **Disabled**
1906
+ */
1907
+ export type EnableStatus = string;
1594
1908
  /** Known values of {@link LogType} that the service accepts. */
1595
1909
  export declare enum KnownLogType {
1596
1910
  /** Traffic */
@@ -1692,6 +2006,8 @@ export declare enum KnownReadOnlyProvisioningState {
1692
2006
  * **Deleted**
1693
2007
  */
1694
2008
  export type ReadOnlyProvisioningState = string;
2009
+ /** Defines values for ProductSerialStatusValues. */
2010
+ export type ProductSerialStatusValues = "Allocated" | "InProgress";
1695
2011
  /** Optional parameters. */
1696
2012
  export interface GlobalRulestackListOptionalParams extends coreClient.OperationOptions {
1697
2013
  }
@@ -1895,37 +2211,6 @@ export interface PostRulesListNextOptionalParams extends coreClient.OperationOpt
1895
2211
  /** Contains response data for the listNext operation. */
1896
2212
  export type PostRulesListNextResponse = PostRulesResourceListResult;
1897
2213
  /** Optional parameters. */
1898
- export interface PrefixListGlobalRulestackListOptionalParams extends coreClient.OperationOptions {
1899
- }
1900
- /** Contains response data for the list operation. */
1901
- export type PrefixListGlobalRulestackListResponse = PrefixListGlobalRulestackResourceListResult;
1902
- /** Optional parameters. */
1903
- export interface PrefixListGlobalRulestackGetOptionalParams extends coreClient.OperationOptions {
1904
- }
1905
- /** Contains response data for the get operation. */
1906
- export type PrefixListGlobalRulestackGetResponse = PrefixListGlobalRulestackResource;
1907
- /** Optional parameters. */
1908
- export interface PrefixListGlobalRulestackCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1909
- /** Delay to wait until next poll, in milliseconds. */
1910
- updateIntervalInMs?: number;
1911
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1912
- resumeFrom?: string;
1913
- }
1914
- /** Contains response data for the createOrUpdate operation. */
1915
- export type PrefixListGlobalRulestackCreateOrUpdateResponse = PrefixListGlobalRulestackResource;
1916
- /** Optional parameters. */
1917
- export interface PrefixListGlobalRulestackDeleteOptionalParams extends coreClient.OperationOptions {
1918
- /** Delay to wait until next poll, in milliseconds. */
1919
- updateIntervalInMs?: number;
1920
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1921
- resumeFrom?: string;
1922
- }
1923
- /** Optional parameters. */
1924
- export interface PrefixListGlobalRulestackListNextOptionalParams extends coreClient.OperationOptions {
1925
- }
1926
- /** Contains response data for the listNext operation. */
1927
- export type PrefixListGlobalRulestackListNextResponse = PrefixListGlobalRulestackResourceListResult;
1928
- /** Optional parameters. */
1929
2214
  export interface PreRulesListOptionalParams extends coreClient.OperationOptions {
1930
2215
  }
1931
2216
  /** Contains response data for the list operation. */
@@ -1973,6 +2258,37 @@ export interface PreRulesListNextOptionalParams extends coreClient.OperationOpti
1973
2258
  /** Contains response data for the listNext operation. */
1974
2259
  export type PreRulesListNextResponse = PreRulesResourceListResult;
1975
2260
  /** Optional parameters. */
2261
+ export interface PrefixListGlobalRulestackListOptionalParams extends coreClient.OperationOptions {
2262
+ }
2263
+ /** Contains response data for the list operation. */
2264
+ export type PrefixListGlobalRulestackListResponse = PrefixListGlobalRulestackResourceListResult;
2265
+ /** Optional parameters. */
2266
+ export interface PrefixListGlobalRulestackGetOptionalParams extends coreClient.OperationOptions {
2267
+ }
2268
+ /** Contains response data for the get operation. */
2269
+ export type PrefixListGlobalRulestackGetResponse = PrefixListGlobalRulestackResource;
2270
+ /** Optional parameters. */
2271
+ export interface PrefixListGlobalRulestackCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2272
+ /** Delay to wait until next poll, in milliseconds. */
2273
+ updateIntervalInMs?: number;
2274
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2275
+ resumeFrom?: string;
2276
+ }
2277
+ /** Contains response data for the createOrUpdate operation. */
2278
+ export type PrefixListGlobalRulestackCreateOrUpdateResponse = PrefixListGlobalRulestackResource;
2279
+ /** Optional parameters. */
2280
+ export interface PrefixListGlobalRulestackDeleteOptionalParams extends coreClient.OperationOptions {
2281
+ /** Delay to wait until next poll, in milliseconds. */
2282
+ updateIntervalInMs?: number;
2283
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2284
+ resumeFrom?: string;
2285
+ }
2286
+ /** Optional parameters. */
2287
+ export interface PrefixListGlobalRulestackListNextOptionalParams extends coreClient.OperationOptions {
2288
+ }
2289
+ /** Contains response data for the listNext operation. */
2290
+ export type PrefixListGlobalRulestackListNextResponse = PrefixListGlobalRulestackResourceListResult;
2291
+ /** Optional parameters. */
1976
2292
  export interface OperationsListOptionalParams extends coreClient.OperationOptions {
1977
2293
  }
1978
2294
  /** Contains response data for the list operation. */
@@ -1983,6 +2299,26 @@ export interface OperationsListNextOptionalParams extends coreClient.OperationOp
1983
2299
  /** Contains response data for the listNext operation. */
1984
2300
  export type OperationsListNextResponse = OperationListResult;
1985
2301
  /** Optional parameters. */
2302
+ export interface PaloAltoNetworksCloudngfwOperationsCreateProductSerialNumberOptionalParams extends coreClient.OperationOptions {
2303
+ }
2304
+ /** Contains response data for the createProductSerialNumber operation. */
2305
+ export type PaloAltoNetworksCloudngfwOperationsCreateProductSerialNumberResponse = ProductSerialNumberRequestStatus;
2306
+ /** Optional parameters. */
2307
+ export interface PaloAltoNetworksCloudngfwOperationsListCloudManagerTenantsOptionalParams extends coreClient.OperationOptions {
2308
+ }
2309
+ /** Contains response data for the listCloudManagerTenants operation. */
2310
+ export type PaloAltoNetworksCloudngfwOperationsListCloudManagerTenantsResponse = CloudManagerTenantList;
2311
+ /** Optional parameters. */
2312
+ export interface PaloAltoNetworksCloudngfwOperationsListProductSerialNumberStatusOptionalParams extends coreClient.OperationOptions {
2313
+ }
2314
+ /** Contains response data for the listProductSerialNumberStatus operation. */
2315
+ export type PaloAltoNetworksCloudngfwOperationsListProductSerialNumberStatusResponse = ProductSerialNumberStatus;
2316
+ /** Optional parameters. */
2317
+ export interface PaloAltoNetworksCloudngfwOperationsListSupportInfoOptionalParams extends coreClient.OperationOptions {
2318
+ }
2319
+ /** Contains response data for the listSupportInfo operation. */
2320
+ export type PaloAltoNetworksCloudngfwOperationsListSupportInfoResponse = SupportInfoModel;
2321
+ /** Optional parameters. */
1986
2322
  export interface FirewallsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1987
2323
  }
1988
2324
  /** Contains response data for the listBySubscription operation. */
@@ -2161,6 +2497,54 @@ export interface LocalRulestacksListByResourceGroupNextOptionalParams extends co
2161
2497
  /** Contains response data for the listByResourceGroupNext operation. */
2162
2498
  export type LocalRulestacksListByResourceGroupNextResponse = LocalRulestackResourceListResult;
2163
2499
  /** Optional parameters. */
2500
+ export interface LocalRulestacksListAppIdsNextOptionalParams extends coreClient.OperationOptions {
2501
+ }
2502
+ /** Contains response data for the listAppIdsNext operation. */
2503
+ export type LocalRulestacksListAppIdsNextResponse = ListAppIdResponse;
2504
+ /** Optional parameters. */
2505
+ export interface LocalRulestacksListCountriesNextOptionalParams extends coreClient.OperationOptions {
2506
+ }
2507
+ /** Contains response data for the listCountriesNext operation. */
2508
+ export type LocalRulestacksListCountriesNextResponse = CountriesResponse;
2509
+ /** Optional parameters. */
2510
+ export interface LocalRulestacksListPredefinedUrlCategoriesNextOptionalParams extends coreClient.OperationOptions {
2511
+ }
2512
+ /** Contains response data for the listPredefinedUrlCategoriesNext operation. */
2513
+ export type LocalRulestacksListPredefinedUrlCategoriesNextResponse = PredefinedUrlCategoriesResponse;
2514
+ /** Optional parameters. */
2515
+ export interface MetricsObjectFirewallListByFirewallsOptionalParams extends coreClient.OperationOptions {
2516
+ }
2517
+ /** Contains response data for the listByFirewalls operation. */
2518
+ export type MetricsObjectFirewallListByFirewallsResponse = MetricsObjectFirewallResourceListResult;
2519
+ /** Optional parameters. */
2520
+ export interface MetricsObjectFirewallGetOptionalParams extends coreClient.OperationOptions {
2521
+ }
2522
+ /** Contains response data for the get operation. */
2523
+ export type MetricsObjectFirewallGetResponse = MetricsObjectFirewallResource;
2524
+ /** Optional parameters. */
2525
+ export interface MetricsObjectFirewallCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2526
+ /** Delay to wait until next poll, in milliseconds. */
2527
+ updateIntervalInMs?: number;
2528
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2529
+ resumeFrom?: string;
2530
+ }
2531
+ /** Contains response data for the createOrUpdate operation. */
2532
+ export type MetricsObjectFirewallCreateOrUpdateResponse = MetricsObjectFirewallResource;
2533
+ /** Optional parameters. */
2534
+ export interface MetricsObjectFirewallDeleteOptionalParams extends coreClient.OperationOptions {
2535
+ /** Delay to wait until next poll, in milliseconds. */
2536
+ updateIntervalInMs?: number;
2537
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2538
+ resumeFrom?: string;
2539
+ }
2540
+ /** Contains response data for the delete operation. */
2541
+ export type MetricsObjectFirewallDeleteResponse = MetricsObjectFirewallDeleteHeaders;
2542
+ /** Optional parameters. */
2543
+ export interface MetricsObjectFirewallListByFirewallsNextOptionalParams extends coreClient.OperationOptions {
2544
+ }
2545
+ /** Contains response data for the listByFirewallsNext operation. */
2546
+ export type MetricsObjectFirewallListByFirewallsNextResponse = MetricsObjectFirewallResourceListResult;
2547
+ /** Optional parameters. */
2164
2548
  export interface FirewallStatusListByFirewallsOptionalParams extends coreClient.OperationOptions {
2165
2549
  }
2166
2550
  /** Contains response data for the listByFirewalls operation. */