hfortix-fortios 0.5.0__py3-none-any.whl → 0.5.2__py3-none-any.whl

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 (307) hide show
  1. hfortix_fortios/__init__.py +1 -1
  2. hfortix_fortios/__init__.pyi +83 -0
  3. hfortix_fortios/api/__init__.pyi +45 -0
  4. hfortix_fortios/api/v2/cmdb/__init__.pyi +37 -0
  5. hfortix_fortios/api/v2/cmdb/alertemail/__init__.pyi +17 -0
  6. hfortix_fortios/api/v2/cmdb/antivirus/__init__.pyi +23 -0
  7. hfortix_fortios/api/v2/cmdb/application/__init__.pyi +25 -0
  8. hfortix_fortios/api/v2/cmdb/authentication/__init__.pyi +21 -0
  9. hfortix_fortios/api/v2/cmdb/automation/__init__.pyi +17 -0
  10. hfortix_fortios/api/v2/cmdb/casb/__init__.pyi +23 -0
  11. hfortix_fortios/api/v2/cmdb/certificate/__init__.pyi +25 -0
  12. hfortix_fortios/api/v2/cmdb/diameter_filter/__init__.pyi +17 -0
  13. hfortix_fortios/api/v2/cmdb/dlp/__init__.pyi +31 -0
  14. hfortix_fortios/api/v2/cmdb/dnsfilter/__init__.pyi +19 -0
  15. hfortix_fortios/api/v2/cmdb/emailfilter/__init__.pyi +31 -0
  16. hfortix_fortios/api/v2/cmdb/endpoint_control/__init__.pyi +21 -0
  17. hfortix_fortios/api/v2/cmdb/ethernet_oam/__init__.pyi +17 -0
  18. hfortix_fortios/api/v2/cmdb/extension_controller/__init__.pyi +27 -0
  19. hfortix_fortios/api/v2/cmdb/file_filter/__init__.pyi +17 -0
  20. hfortix_fortios/api/v2/cmdb/firewall/__init__.pyi +173 -0
  21. hfortix_fortios/api/v2/cmdb/firewall/ipmacbinding/__init__.pyi +19 -0
  22. hfortix_fortios/api/v2/cmdb/firewall/policy.pyi +336 -0
  23. hfortix_fortios/api/v2/cmdb/firewall/schedule/__init__.pyi +21 -0
  24. hfortix_fortios/api/v2/cmdb/firewall/service/__init__.pyi +21 -0
  25. hfortix_fortios/api/v2/cmdb/firewall/shaper/__init__.pyi +19 -0
  26. hfortix_fortios/api/v2/cmdb/firewall/ssh/__init__.pyi +23 -0
  27. hfortix_fortios/api/v2/cmdb/firewall/ssl/__init__.pyi +17 -0
  28. hfortix_fortios/api/v2/cmdb/firewall/wildcard_fqdn/__init__.pyi +19 -0
  29. hfortix_fortios/api/v2/cmdb/ftp_proxy/__init__.pyi +17 -0
  30. hfortix_fortios/api/v2/cmdb/icap/__init__.pyi +21 -0
  31. hfortix_fortios/api/v2/cmdb/ips/__init__.pyi +31 -0
  32. hfortix_fortios/api/v2/cmdb/log/__init__.pyi +57 -0
  33. hfortix_fortios/api/v2/cmdb/log/disk/__init__.pyi +19 -0
  34. hfortix_fortios/api/v2/cmdb/log/fortianalyzer/__init__.pyi +23 -0
  35. hfortix_fortios/api/v2/cmdb/log/fortianalyzer2/__init__.pyi +23 -0
  36. hfortix_fortios/api/v2/cmdb/log/fortianalyzer3/__init__.pyi +23 -0
  37. hfortix_fortios/api/v2/cmdb/log/fortianalyzer_cloud/__init__.pyi +23 -0
  38. hfortix_fortios/api/v2/cmdb/log/fortiguard/__init__.pyi +23 -0
  39. hfortix_fortios/api/v2/cmdb/log/memory/__init__.pyi +21 -0
  40. hfortix_fortios/api/v2/cmdb/log/null_device/__init__.pyi +19 -0
  41. hfortix_fortios/api/v2/cmdb/log/syslogd/__init__.pyi +23 -0
  42. hfortix_fortios/api/v2/cmdb/log/syslogd2/__init__.pyi +23 -0
  43. hfortix_fortios/api/v2/cmdb/log/syslogd3/__init__.pyi +23 -0
  44. hfortix_fortios/api/v2/cmdb/log/syslogd4/__init__.pyi +23 -0
  45. hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting/__init__.pyi +19 -0
  46. hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting2/__init__.pyi +19 -0
  47. hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting3/__init__.pyi +19 -0
  48. hfortix_fortios/api/v2/cmdb/log/webtrends/__init__.pyi +19 -0
  49. hfortix_fortios/api/v2/cmdb/monitoring/__init__.pyi +17 -0
  50. hfortix_fortios/api/v2/cmdb/report/__init__.pyi +19 -0
  51. hfortix_fortios/api/v2/cmdb/router/__init__.pyi +67 -0
  52. hfortix_fortios/api/v2/cmdb/rule/__init__.pyi +23 -0
  53. hfortix_fortios/api/v2/cmdb/sctp_filter/__init__.pyi +17 -0
  54. hfortix_fortios/api/v2/cmdb/switch_controller/__init__.pyi +93 -0
  55. hfortix_fortios/api/v2/cmdb/switch_controller/acl/__init__.pyi +19 -0
  56. hfortix_fortios/api/v2/cmdb/switch_controller/auto_config/__init__.pyi +21 -0
  57. hfortix_fortios/api/v2/cmdb/switch_controller/initial_config/__init__.pyi +19 -0
  58. hfortix_fortios/api/v2/cmdb/switch_controller/ptp/__init__.pyi +19 -0
  59. hfortix_fortios/api/v2/cmdb/switch_controller/qos/__init__.pyi +23 -0
  60. hfortix_fortios/api/v2/cmdb/switch_controller/security_policy/__init__.pyi +19 -0
  61. hfortix_fortios/api/v2/cmdb/system/__init__.pyi +275 -0
  62. hfortix_fortios/api/v2/cmdb/system/autoupdate/__init__.pyi +17 -0
  63. hfortix_fortios/api/v2/cmdb/system/dhcp/__init__.pyi +17 -0
  64. hfortix_fortios/api/v2/cmdb/system/dhcp6/__init__.pyi +17 -0
  65. hfortix_fortios/api/v2/cmdb/system/lldp/__init__.pyi +17 -0
  66. hfortix_fortios/api/v2/cmdb/system/replacemsg/__init__.pyi +39 -0
  67. hfortix_fortios/api/v2/cmdb/system/security_rating/__init__.pyi +19 -0
  68. hfortix_fortios/api/v2/cmdb/system/snmp/__init__.pyi +25 -0
  69. hfortix_fortios/api/v2/cmdb/system/x3g_modem/__init__.pyi +17 -0
  70. hfortix_fortios/api/v2/cmdb/user/__init__.pyi +63 -0
  71. hfortix_fortios/api/v2/cmdb/videofilter/__init__.pyi +21 -0
  72. hfortix_fortios/api/v2/cmdb/virtual_patch/__init__.pyi +17 -0
  73. hfortix_fortios/api/v2/cmdb/voip/__init__.pyi +17 -0
  74. hfortix_fortios/api/v2/cmdb/vpn/__init__.pyi +27 -0
  75. hfortix_fortios/api/v2/cmdb/vpn/certificate/__init__.pyi +29 -0
  76. hfortix_fortios/api/v2/cmdb/vpn/ipsec/__init__.pyi +31 -0
  77. hfortix_fortios/api/v2/cmdb/waf/__init__.pyi +21 -0
  78. hfortix_fortios/api/v2/cmdb/web_proxy/__init__.pyi +35 -0
  79. hfortix_fortios/api/v2/cmdb/webfilter/__init__.pyi +43 -0
  80. hfortix_fortios/api/v2/cmdb/wireless_controller/__init__.pyi +71 -0
  81. hfortix_fortios/api/v2/cmdb/wireless_controller/hotspot20/__init__.pyi +49 -0
  82. hfortix_fortios/api/v2/cmdb/ztna/__init__.pyi +25 -0
  83. hfortix_fortios/api/v2/log/__init__.pyi +13 -11
  84. hfortix_fortios/api/v2/monitor/__init__.pyi +32 -0
  85. hfortix_fortios/api/v2/monitor/azure/__init__.pyi +17 -0
  86. hfortix_fortios/api/v2/monitor/azure/application_list/__init__.pyi +17 -0
  87. hfortix_fortios/api/v2/monitor/azure/application_list.pyi +19 -0
  88. hfortix_fortios/api/v2/monitor/casb/__init__.pyi +17 -0
  89. hfortix_fortios/api/v2/monitor/endpoint_control/__init__.pyi +25 -0
  90. hfortix_fortios/api/v2/monitor/endpoint_control/avatar/__init__.pyi +17 -0
  91. hfortix_fortios/api/v2/monitor/endpoint_control/ems/__init__.pyi +23 -0
  92. hfortix_fortios/api/v2/monitor/endpoint_control/ems.pyi +19 -0
  93. hfortix_fortios/api/v2/monitor/endpoint_control/installer/__init__.pyi +17 -0
  94. hfortix_fortios/api/v2/monitor/endpoint_control/installer.pyi +87 -0
  95. hfortix_fortios/api/v2/monitor/extender_controller/__init__.pyi +17 -0
  96. hfortix_fortios/api/v2/monitor/extender_controller/extender/__init__.pyi +23 -0
  97. hfortix_fortios/api/v2/monitor/extender_controller/extender.pyi +19 -0
  98. hfortix_fortios/api/v2/monitor/extension_controller/__init__.pyi +19 -0
  99. hfortix_fortios/api/v2/monitor/firewall/__init__.pyi +101 -0
  100. hfortix_fortios/api/v2/monitor/firewall/acl/__init__.pyi +17 -0
  101. hfortix_fortios/api/v2/monitor/firewall/acl.pyi +19 -0
  102. hfortix_fortios/api/v2/monitor/firewall/acl6/__init__.pyi +17 -0
  103. hfortix_fortios/api/v2/monitor/firewall/acl6.pyi +19 -0
  104. hfortix_fortios/api/v2/monitor/firewall/central_snat_map/__init__.pyi +19 -0
  105. hfortix_fortios/api/v2/monitor/firewall/central_snat_map.pyi +19 -0
  106. hfortix_fortios/api/v2/monitor/firewall/clearpass_address/__init__.pyi +19 -0
  107. hfortix_fortios/api/v2/monitor/firewall/dnat/__init__.pyi +19 -0
  108. hfortix_fortios/api/v2/monitor/firewall/dnat.pyi +19 -0
  109. hfortix_fortios/api/v2/monitor/firewall/gtp/__init__.pyi +17 -0
  110. hfortix_fortios/api/v2/monitor/firewall/gtp.pyi +19 -0
  111. hfortix_fortios/api/v2/monitor/firewall/ippool/__init__.pyi +17 -0
  112. hfortix_fortios/api/v2/monitor/firewall/ippool.pyi +19 -0
  113. hfortix_fortios/api/v2/monitor/firewall/multicast_policy/__init__.pyi +19 -0
  114. hfortix_fortios/api/v2/monitor/firewall/multicast_policy.pyi +19 -0
  115. hfortix_fortios/api/v2/monitor/firewall/multicast_policy6/__init__.pyi +19 -0
  116. hfortix_fortios/api/v2/monitor/firewall/multicast_policy6.pyi +19 -0
  117. hfortix_fortios/api/v2/monitor/firewall/per_ip_shaper/__init__.pyi +17 -0
  118. hfortix_fortios/api/v2/monitor/firewall/per_ip_shaper.pyi +19 -0
  119. hfortix_fortios/api/v2/monitor/firewall/policy/__init__.pyi +21 -0
  120. hfortix_fortios/api/v2/monitor/firewall/policy.pyi +19 -0
  121. hfortix_fortios/api/v2/monitor/firewall/proxy/__init__.pyi +17 -0
  122. hfortix_fortios/api/v2/monitor/firewall/proxy_policy/__init__.pyi +17 -0
  123. hfortix_fortios/api/v2/monitor/firewall/proxy_policy.pyi +19 -0
  124. hfortix_fortios/api/v2/monitor/firewall/security_policy/__init__.pyi +19 -0
  125. hfortix_fortios/api/v2/monitor/firewall/security_policy.pyi +19 -0
  126. hfortix_fortios/api/v2/monitor/firewall/session/__init__.pyi +21 -0
  127. hfortix_fortios/api/v2/monitor/firewall/session6/__init__.pyi +17 -0
  128. hfortix_fortios/api/v2/monitor/firewall/shaper/__init__.pyi +17 -0
  129. hfortix_fortios/api/v2/monitor/firewall/shaper.pyi +19 -0
  130. hfortix_fortios/api/v2/monitor/firewall/ztna_firewall_policy/__init__.pyi +17 -0
  131. hfortix_fortios/api/v2/monitor/firmware/__init__.pyi +17 -0
  132. hfortix_fortios/api/v2/monitor/fortiguard/__init__.pyi +21 -0
  133. hfortix_fortios/api/v2/monitor/fortiview/__init__.pyi +23 -0
  134. hfortix_fortios/api/v2/monitor/fortiview/session/__init__.pyi +17 -0
  135. hfortix_fortios/api/v2/monitor/geoip/__init__.pyi +17 -0
  136. hfortix_fortios/api/v2/monitor/geoip/geoip_query/__init__.pyi +17 -0
  137. hfortix_fortios/api/v2/monitor/ips/__init__.pyi +25 -0
  138. hfortix_fortios/api/v2/monitor/license/__init__.pyi +25 -0
  139. hfortix_fortios/api/v2/monitor/license/database/__init__.pyi +17 -0
  140. hfortix_fortios/api/v2/monitor/log/__init__.pyi +45 -0
  141. hfortix_fortios/api/v2/monitor/log/av_archive/__init__.pyi +17 -0
  142. hfortix_fortios/api/v2/monitor/log/forticloud_report/__init__.pyi +17 -0
  143. hfortix_fortios/api/v2/monitor/log/local_report/__init__.pyi +19 -0
  144. hfortix_fortios/api/v2/monitor/log/policy_archive/__init__.pyi +17 -0
  145. hfortix_fortios/api/v2/monitor/log/stats/__init__.pyi +17 -0
  146. hfortix_fortios/api/v2/monitor/log/stats.pyi +87 -0
  147. hfortix_fortios/api/v2/monitor/network/__init__.pyi +29 -0
  148. hfortix_fortios/api/v2/monitor/network/ddns/__init__.pyi +17 -0
  149. hfortix_fortios/api/v2/monitor/network/debug_flow/__init__.pyi +19 -0
  150. hfortix_fortios/api/v2/monitor/registration/__init__.pyi +21 -0
  151. hfortix_fortios/api/v2/monitor/registration/forticare/__init__.pyi +27 -0
  152. hfortix_fortios/api/v2/monitor/registration/forticloud/__init__.pyi +27 -0
  153. hfortix_fortios/api/v2/monitor/registration/vdom/__init__.pyi +17 -0
  154. hfortix_fortios/api/v2/monitor/router/__init__.pyi +37 -0
  155. hfortix_fortios/api/v2/monitor/router/bgp/__init__.pyi +21 -0
  156. hfortix_fortios/api/v2/monitor/router/bgp.pyi +87 -0
  157. hfortix_fortios/api/v2/monitor/router/lookup/__init__.pyi +17 -0
  158. hfortix_fortios/api/v2/monitor/router/lookup.pyi +87 -0
  159. hfortix_fortios/api/v2/monitor/sdwan/__init__.pyi +17 -0
  160. hfortix_fortios/api/v2/monitor/sdwan/link_monitor_metrics/__init__.pyi +17 -0
  161. hfortix_fortios/api/v2/monitor/service/__init__.pyi +17 -0
  162. hfortix_fortios/api/v2/monitor/switch_controller/__init__.pyi +33 -0
  163. hfortix_fortios/api/v2/monitor/switch_controller/fsw_firmware/__init__.pyi +21 -0
  164. hfortix_fortios/api/v2/monitor/switch_controller/fsw_firmware.pyi +19 -0
  165. hfortix_fortios/api/v2/monitor/switch_controller/isl_lockdown/__init__.pyi +19 -0
  166. hfortix_fortios/api/v2/monitor/switch_controller/managed_switch/__init__.pyi +33 -0
  167. hfortix_fortios/api/v2/monitor/switch_controller/mclag_icl/__init__.pyi +23 -0
  168. hfortix_fortios/api/v2/monitor/switch_controller/recommendation/__init__.pyi +17 -0
  169. hfortix_fortios/api/v2/monitor/system/__init__.pyi +177 -0
  170. hfortix_fortios/api/v2/monitor/system/admin/__init__.pyi +17 -0
  171. hfortix_fortios/api/v2/monitor/system/api_user/__init__.pyi +17 -0
  172. hfortix_fortios/api/v2/monitor/system/automation_stitch/__init__.pyi +19 -0
  173. hfortix_fortios/api/v2/monitor/system/certificate/__init__.pyi +19 -0
  174. hfortix_fortios/api/v2/monitor/system/change_password/__init__.pyi +17 -0
  175. hfortix_fortios/api/v2/monitor/system/cluster/__init__.pyi +17 -0
  176. hfortix_fortios/api/v2/monitor/system/com_log/__init__.pyi +21 -0
  177. hfortix_fortios/api/v2/monitor/system/config/__init__.pyi +21 -0
  178. hfortix_fortios/api/v2/monitor/system/config.pyi +87 -0
  179. hfortix_fortios/api/v2/monitor/system/config_error_log/__init__.pyi +17 -0
  180. hfortix_fortios/api/v2/monitor/system/config_revision/__init__.pyi +25 -0
  181. hfortix_fortios/api/v2/monitor/system/config_revision.pyi +87 -0
  182. hfortix_fortios/api/v2/monitor/system/config_script/__init__.pyi +21 -0
  183. hfortix_fortios/api/v2/monitor/system/config_script.pyi +87 -0
  184. hfortix_fortios/api/v2/monitor/system/config_sync/__init__.pyi +17 -0
  185. hfortix_fortios/api/v2/monitor/system/crash_log/__init__.pyi +19 -0
  186. hfortix_fortios/api/v2/monitor/system/csf/__init__.pyi +17 -0
  187. hfortix_fortios/api/v2/monitor/system/csf.pyi +87 -0
  188. hfortix_fortios/api/v2/monitor/system/debug/__init__.pyi +17 -0
  189. hfortix_fortios/api/v2/monitor/system/dhcp/__init__.pyi +17 -0
  190. hfortix_fortios/api/v2/monitor/system/dhcp.pyi +87 -0
  191. hfortix_fortios/api/v2/monitor/system/dhcp6/__init__.pyi +17 -0
  192. hfortix_fortios/api/v2/monitor/system/disconnect_admins/__init__.pyi +17 -0
  193. hfortix_fortios/api/v2/monitor/system/external_resource/__init__.pyi +25 -0
  194. hfortix_fortios/api/v2/monitor/system/firmware/__init__.pyi +19 -0
  195. hfortix_fortios/api/v2/monitor/system/firmware.pyi +87 -0
  196. hfortix_fortios/api/v2/monitor/system/fortiguard/__init__.pyi +23 -0
  197. hfortix_fortios/api/v2/monitor/system/fortimanager/__init__.pyi +21 -0
  198. hfortix_fortios/api/v2/monitor/system/fsck/__init__.pyi +17 -0
  199. hfortix_fortios/api/v2/monitor/system/ha_peer/__init__.pyi +19 -0
  200. hfortix_fortios/api/v2/monitor/system/ha_peer.pyi +87 -0
  201. hfortix_fortios/api/v2/monitor/system/hscalefw_license/__init__.pyi +17 -0
  202. hfortix_fortios/api/v2/monitor/system/interface/__init__.pyi +31 -0
  203. hfortix_fortios/api/v2/monitor/system/interface.pyi +87 -0
  204. hfortix_fortios/api/v2/monitor/system/ipam/__init__.pyi +17 -0
  205. hfortix_fortios/api/v2/monitor/system/logdisk/__init__.pyi +17 -0
  206. hfortix_fortios/api/v2/monitor/system/lte_modem/__init__.pyi +21 -0
  207. hfortix_fortios/api/v2/monitor/system/modem/__init__.pyi +23 -0
  208. hfortix_fortios/api/v2/monitor/system/modem.pyi +87 -0
  209. hfortix_fortios/api/v2/monitor/system/object/__init__.pyi +17 -0
  210. hfortix_fortios/api/v2/monitor/system/os/__init__.pyi +19 -0
  211. hfortix_fortios/api/v2/monitor/system/password_policy_conform/__init__.pyi +17 -0
  212. hfortix_fortios/api/v2/monitor/system/private_data_encryption/__init__.pyi +17 -0
  213. hfortix_fortios/api/v2/monitor/system/process/__init__.pyi +17 -0
  214. hfortix_fortios/api/v2/monitor/system/sdn_connector/__init__.pyi +19 -0
  215. hfortix_fortios/api/v2/monitor/system/time/__init__.pyi +17 -0
  216. hfortix_fortios/api/v2/monitor/system/time.pyi +87 -0
  217. hfortix_fortios/api/v2/monitor/system/traffic_history/__init__.pyi +21 -0
  218. hfortix_fortios/api/v2/monitor/system/upgrade_report/__init__.pyi +19 -0
  219. hfortix_fortios/api/v2/monitor/system/usb_device/__init__.pyi +17 -0
  220. hfortix_fortios/api/v2/monitor/system/usb_log/__init__.pyi +19 -0
  221. hfortix_fortios/api/v2/monitor/system/usb_log.pyi +87 -0
  222. hfortix_fortios/api/v2/monitor/system/vmlicense/__init__.pyi +21 -0
  223. hfortix_fortios/api/v2/monitor/system/x5g_modem/__init__.pyi +17 -0
  224. hfortix_fortios/api/v2/monitor/user/__init__.pyi +47 -0
  225. hfortix_fortios/api/v2/monitor/user/banned/__init__.pyi +23 -0
  226. hfortix_fortios/api/v2/monitor/user/banned.pyi +87 -0
  227. hfortix_fortios/api/v2/monitor/user/device/__init__.pyi +23 -0
  228. hfortix_fortios/api/v2/monitor/user/firewall/__init__.pyi +19 -0
  229. hfortix_fortios/api/v2/monitor/user/firewall.pyi +87 -0
  230. hfortix_fortios/api/v2/monitor/user/fortitoken/__init__.pyi +29 -0
  231. hfortix_fortios/api/v2/monitor/user/fortitoken.pyi +87 -0
  232. hfortix_fortios/api/v2/monitor/user/fortitoken_cloud/__init__.pyi +17 -0
  233. hfortix_fortios/api/v2/monitor/user/fsso/__init__.pyi +17 -0
  234. hfortix_fortios/api/v2/monitor/user/fsso.pyi +87 -0
  235. hfortix_fortios/api/v2/monitor/user/guest/__init__.pyi +19 -0
  236. hfortix_fortios/api/v2/monitor/user/info/__init__.pyi +21 -0
  237. hfortix_fortios/api/v2/monitor/user/local/__init__.pyi +17 -0
  238. hfortix_fortios/api/v2/monitor/user/password_policy_conform/__init__.pyi +17 -0
  239. hfortix_fortios/api/v2/monitor/user/query/__init__.pyi +17 -0
  240. hfortix_fortios/api/v2/monitor/user/radius/__init__.pyi +19 -0
  241. hfortix_fortios/api/v2/monitor/user/scim/__init__.pyi +19 -0
  242. hfortix_fortios/api/v2/monitor/user/tacacs_plus/__init__.pyi +17 -0
  243. hfortix_fortios/api/v2/monitor/utm/__init__.pyi +25 -0
  244. hfortix_fortios/api/v2/monitor/utm/rating_lookup/__init__.pyi +17 -0
  245. hfortix_fortios/api/v2/monitor/videofilter/__init__.pyi +17 -0
  246. hfortix_fortios/api/v2/monitor/virtual_wan/__init__.pyi +25 -0
  247. hfortix_fortios/api/v2/monitor/vpn/__init__.pyi +21 -0
  248. hfortix_fortios/api/v2/monitor/vpn/ike/__init__.pyi +17 -0
  249. hfortix_fortios/api/v2/monitor/vpn/ipsec/__init__.pyi +21 -0
  250. hfortix_fortios/api/v2/monitor/vpn/ipsec.pyi +19 -0
  251. hfortix_fortios/api/v2/monitor/vpn/ssl/__init__.pyi +19 -0
  252. hfortix_fortios/api/v2/monitor/vpn/ssl.pyi +19 -0
  253. hfortix_fortios/api/v2/monitor/vpn_certificate/__init__.pyi +27 -0
  254. hfortix_fortios/api/v2/monitor/vpn_certificate/ca/__init__.pyi +17 -0
  255. hfortix_fortios/api/v2/monitor/vpn_certificate/crl/__init__.pyi +17 -0
  256. hfortix_fortios/api/v2/monitor/vpn_certificate/csr/__init__.pyi +17 -0
  257. hfortix_fortios/api/v2/monitor/vpn_certificate/local/__init__.pyi +19 -0
  258. hfortix_fortios/api/v2/monitor/vpn_certificate/remote/__init__.pyi +17 -0
  259. hfortix_fortios/api/v2/monitor/wanopt/__init__.pyi +21 -0
  260. hfortix_fortios/api/v2/monitor/wanopt/history/__init__.pyi +17 -0
  261. hfortix_fortios/api/v2/monitor/wanopt/history.pyi +19 -0
  262. hfortix_fortios/api/v2/monitor/wanopt/peer_stats/__init__.pyi +17 -0
  263. hfortix_fortios/api/v2/monitor/wanopt/peer_stats.pyi +19 -0
  264. hfortix_fortios/api/v2/monitor/wanopt/webcache/__init__.pyi +17 -0
  265. hfortix_fortios/api/v2/monitor/wanopt/webcache.pyi +19 -0
  266. hfortix_fortios/api/v2/monitor/web_ui/__init__.pyi +19 -0
  267. hfortix_fortios/api/v2/monitor/web_ui/custom_language/__init__.pyi +21 -0
  268. hfortix_fortios/api/v2/monitor/web_ui/language/__init__.pyi +17 -0
  269. hfortix_fortios/api/v2/monitor/webcache/__init__.pyi +17 -0
  270. hfortix_fortios/api/v2/monitor/webcache/stats/__init__.pyi +17 -0
  271. hfortix_fortios/api/v2/monitor/webcache/stats.pyi +19 -0
  272. hfortix_fortios/api/v2/monitor/webfilter/__init__.pyi +25 -0
  273. hfortix_fortios/api/v2/monitor/webfilter/category_quota/__init__.pyi +17 -0
  274. hfortix_fortios/api/v2/monitor/webfilter/category_quota.pyi +87 -0
  275. hfortix_fortios/api/v2/monitor/webfilter/override/__init__.pyi +17 -0
  276. hfortix_fortios/api/v2/monitor/webfilter/override.pyi +87 -0
  277. hfortix_fortios/api/v2/monitor/webproxy/__init__.pyi +17 -0
  278. hfortix_fortios/api/v2/monitor/webproxy/pacfile/__init__.pyi +19 -0
  279. hfortix_fortios/api/v2/monitor/wifi/__init__.pyi +57 -0
  280. hfortix_fortios/api/v2/monitor/wifi/ap_profile/__init__.pyi +17 -0
  281. hfortix_fortios/api/v2/monitor/wifi/client/__init__.pyi +17 -0
  282. hfortix_fortios/api/v2/monitor/wifi/client.pyi +19 -0
  283. hfortix_fortios/api/v2/monitor/wifi/euclid/__init__.pyi +17 -0
  284. hfortix_fortios/api/v2/monitor/wifi/euclid.pyi +19 -0
  285. hfortix_fortios/api/v2/monitor/wifi/firmware/__init__.pyi +21 -0
  286. hfortix_fortios/api/v2/monitor/wifi/firmware.pyi +19 -0
  287. hfortix_fortios/api/v2/monitor/wifi/managed_ap/__init__.pyi +21 -0
  288. hfortix_fortios/api/v2/monitor/wifi/managed_ap.pyi +19 -0
  289. hfortix_fortios/api/v2/monitor/wifi/network/__init__.pyi +23 -0
  290. hfortix_fortios/api/v2/monitor/wifi/region_image/__init__.pyi +17 -0
  291. hfortix_fortios/api/v2/monitor/wifi/region_image.pyi +19 -0
  292. hfortix_fortios/api/v2/monitor/wifi/rogue_ap/__init__.pyi +19 -0
  293. hfortix_fortios/api/v2/monitor/wifi/rogue_ap.pyi +19 -0
  294. hfortix_fortios/api/v2/monitor/wifi/spectrum/__init__.pyi +21 -0
  295. hfortix_fortios/api/v2/monitor/wifi/spectrum.pyi +19 -0
  296. hfortix_fortios/api/v2/monitor/wifi/ssid/__init__.pyi +17 -0
  297. hfortix_fortios/api/v2/monitor/wifi/vlan_probe/__init__.pyi +19 -0
  298. hfortix_fortios/api/v2/monitor/wifi/vlan_probe.pyi +19 -0
  299. hfortix_fortios/api/v2/service/__init__.pyi +3 -0
  300. hfortix_fortios/api/v2/service/security_rating/__init__.pyi +19 -0
  301. hfortix_fortios/api/v2/service/sniffer/__init__.pyi +27 -0
  302. hfortix_fortios/api/v2/service/system/__init__.pyi +21 -0
  303. hfortix_fortios/client.pyi +1 -51
  304. {hfortix_fortios-0.5.0.dist-info → hfortix_fortios-0.5.2.dist-info}/METADATA +2 -2
  305. {hfortix_fortios-0.5.0.dist-info → hfortix_fortios-0.5.2.dist-info}/RECORD +307 -11
  306. {hfortix_fortios-0.5.0.dist-info → hfortix_fortios-0.5.2.dist-info}/WHEEL +0 -0
  307. {hfortix_fortios-0.5.0.dist-info → hfortix_fortios-0.5.2.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,7 @@
1
- hfortix_fortios/__init__.py,sha256=esr1f41cYAINb90k5szBQmbXv_-zdTPDyQFNhBYahRQ,6577
1
+ hfortix_fortios/__init__.py,sha256=PGXVcpnOcwmUoBL1eVJzJC4OHvgoCSUdaurODYeOgNQ,6577
2
+ hfortix_fortios/__init__.pyi,sha256=2FntlCqg0DUUSB5rGGx4UWQ1IaHRuN_FWAR986uB2mE,2441
2
3
  hfortix_fortios/client.py,sha256=jZiLl2WGUpMPh4rgusvinWZpp_EUqm27xYpvbY4enpE,70368
3
- hfortix_fortios/client.pyi,sha256=H055wDyyHjrFCX_3g9JzGUv7LhP4lr3ca7iB8m6Hf0g,7785
4
+ hfortix_fortios/client.pyi,sha256=cNi47kumK2KM7uOEJQ7VJQPuEuqNjoI27G-M44kJy_4,6526
4
5
  hfortix_fortios/performance_test.py,sha256=1QEJciju9llxBWAveJB-qBDEENTNvjDtgONHZQgB9i0,23105
5
6
  hfortix_fortios/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
7
  hfortix_fortios/_helpers/__init__.py,sha256=yJi64_bUVnvJ6cwgQKh9Nsx2zbsEFi-UuWeP4c9qR8Q,3318
@@ -10,17 +11,20 @@ hfortix_fortios/_helpers/normalizers.py,sha256=eOB7gG3LY_ONz7hhLmne9FJQfZVITGSiU
10
11
  hfortix_fortios/_helpers/response.py,sha256=NPJn-CeeH5oVrpAFierF-3_aAwnr-cg6aOaoe3hTG_M,3076
11
12
  hfortix_fortios/_helpers/validators.py,sha256=JgL3DSv_9ef01E1t1BLWIDKqCQdWfJunPZqoRGQRMew,20143
12
13
  hfortix_fortios/api/__init__.py,sha256=W6c2badEeCNbK_fVCfS7EkUykDS9seURMU-wbfjAf8k,5558
14
+ hfortix_fortios/api/__init__.pyi,sha256=MXLq_We0JrEZz15QwtDGDX8zrQASqR_PjftnlxgXopM,1120
13
15
  hfortix_fortios/api/utils.py,sha256=yy0ie0MebvEDz9VCtsM517Iwi0rNnjWI67a_esXWbkg,16050
14
16
  hfortix_fortios/api/v2/__init__.pyi,sha256=pPbo88mMqr0ZDmSAaT0j5pTu9ZV4QgrCP07UdeObVDA,245
15
17
  hfortix_fortios/api/v2/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
18
  hfortix_fortios/api/v2/cmdb/__init__.py,sha256=zU5f3-uBKXCh3Pc97OpJkE9sDa8XKK_Z29ZatnwnT6c,3733
17
- hfortix_fortios/api/v2/cmdb/__init__.pyi,sha256=q_a35fbsFkJpMnaCu2_xvJya9hq775gyu9Z5ugoVTTk,285
19
+ hfortix_fortios/api/v2/cmdb/__init__.pyi,sha256=vWCn1oGpKjSBVciaK8c9iZqtnPebiZGUS6cXQ1uP5w4,1320
18
20
  hfortix_fortios/api/v2/cmdb/alertemail/__init__.py,sha256=KffKaZSqfRIyuo5jUxkNye2m33TfHpsGVVHJhO73i8Y,395
21
+ hfortix_fortios/api/v2/cmdb/alertemail/__init__.pyi,sha256=gGZjonsijn9du1h_cRUTlpnDHOnSKgLppcoDTU81BHo,356
19
22
  hfortix_fortios/api/v2/cmdb/alertemail/setting.py,sha256=XrKrfTrw0S0cyg-J_3u_bKliwRwtBt5YwdtBL7NjCRA,16413
20
23
  hfortix_fortios/api/v2/cmdb/alertemail/setting.pyi,sha256=NtdVqkmxWcQv1yAeucrUUUrzypLh9jeS-zLdGKVsNw8,9018
21
24
  hfortix_fortios/api/v2/cmdb/alertemail/_helpers/setting.py,sha256=XHq-frlQLqeg9Z186Y3spm2DsIi_sYDzQ6SykTZWnt4,46901
22
25
  hfortix_fortios/api/v2/cmdb/alertemail/_helpers/setting.pyi,sha256=YH80YtwRJHWTY3gWAgU-uJ2X-b0TCsFlPSKHwh2Q_Vg,3384
23
26
  hfortix_fortios/api/v2/cmdb/antivirus/__init__.py,sha256=lH2nb675NdFn9Kp_9oowtpY_d0pAzJYd5HMJS-H9OkI,676
27
+ hfortix_fortios/api/v2/cmdb/antivirus/__init__.pyi,sha256=t3UY6uCNLiW9ebRECSo6SQacFGMsMUx8ppx5FL0isVw,545
24
28
  hfortix_fortios/api/v2/cmdb/antivirus/exempt_list.py,sha256=b3FPCbZ1k54e7HyNn-rcCnJtIQ51DQszWsks6uNFME0,21837
25
29
  hfortix_fortios/api/v2/cmdb/antivirus/exempt_list.pyi,sha256=iLf-_x_KHkzSHe6gko-hvl0JNu7yCC6MK5dOvw4WK-U,3452
26
30
  hfortix_fortios/api/v2/cmdb/antivirus/profile.py,sha256=XuAZPctI8o2frBgNFMsSLDoYHEdNwegFhDdG7q7tmis,26434
@@ -38,6 +42,7 @@ hfortix_fortios/api/v2/cmdb/antivirus/_helpers/quarantine.pyi,sha256=C5cg3vLfwRR
38
42
  hfortix_fortios/api/v2/cmdb/antivirus/_helpers/settings.py,sha256=5nQZhbb8IoazGWmbeIEWRx6mqpU64dmokt0aFoRSA60,22721
39
43
  hfortix_fortios/api/v2/cmdb/antivirus/_helpers/settings.pyi,sha256=Xrpxg0idxTViFgd1nKlDkfcZM66D9zt87WR1LK9ElYg,1645
40
44
  hfortix_fortios/api/v2/cmdb/application/__init__.py,sha256=eYj3lN_t3lzKUDV7r8SGscmqpW25trEabVMXTypaKfc,714
45
+ hfortix_fortios/api/v2/cmdb/application/__init__.pyi,sha256=ohrftZXS6awSPJqwncuPiR6alcDx_MdwWaglaatjsZc,561
41
46
  hfortix_fortios/api/v2/cmdb/application/custom.py,sha256=Hw9hmY0zfWKknwnp_v7J6-h4p-kYoOeWK1MPWFLJ7Q0,22298
42
47
  hfortix_fortios/api/v2/cmdb/application/custom.pyi,sha256=6rV0LkNOp689PhFkZj9uv2R1HFhoI0-jMqBGdsc0o7I,3936
43
48
  hfortix_fortios/api/v2/cmdb/application/group.py,sha256=myyweCI4pCj32X7l83S1A7KYdn0mN50sHXposo0T2B4,22394
@@ -59,6 +64,7 @@ hfortix_fortios/api/v2/cmdb/application/_helpers/name.pyi,sha256=7jiEgh0gRuNQ2YW
59
64
  hfortix_fortios/api/v2/cmdb/application/_helpers/rule_settings.py,sha256=Jy78QqKHHJB_nCeSv5Cs3_gBFsxCUfLiM5paO3y3a-s,17316
60
65
  hfortix_fortios/api/v2/cmdb/application/_helpers/rule_settings.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
61
66
  hfortix_fortios/api/v2/cmdb/authentication/__init__.py,sha256=QqkxM4anG01JfJBV0gxftZIB7Q0dL99Bhw-H7xqohiA,561
67
+ hfortix_fortios/api/v2/cmdb/authentication/__init__.pyi,sha256=H7AQBhGgocrNY4sgmctbzE_P47wiCYgSEsmhTp19eGA,460
62
68
  hfortix_fortios/api/v2/cmdb/authentication/rule.py,sha256=NTFL5Cm_lR5wBY-mR_4hRHOxy_WeYWnqU4qVk6xoGms,23932
63
69
  hfortix_fortios/api/v2/cmdb/authentication/rule.pyi,sha256=Uf5jRK3yXhvUjUk1lrG6W51sjmcOmPQyqKTDQ-l8dwQ,6519
64
70
  hfortix_fortios/api/v2/cmdb/authentication/scheme.py,sha256=34oXzx1PiqwVp-Pm0QuYtvp__7VzEwRefeNni6PxgiA,23972
@@ -72,11 +78,13 @@ hfortix_fortios/api/v2/cmdb/authentication/_helpers/scheme.pyi,sha256=4NrM1ciht_
72
78
  hfortix_fortios/api/v2/cmdb/authentication/_helpers/setting.py,sha256=ycD4WRTm7fMvv7mFykTHoFOMJ2vt9BANDjIwAAhyPmI,27391
73
79
  hfortix_fortios/api/v2/cmdb/authentication/_helpers/setting.pyi,sha256=IcpjqpjWzZ9ZEjCgYQKjiH7gQef2cbxd3gAhWATlZBM,1688
74
80
  hfortix_fortios/api/v2/cmdb/automation/__init__.py,sha256=lN3PKgG40MHb6-9rZGRnGg8u_f3cp7TB0rGg3LlCXhk,395
81
+ hfortix_fortios/api/v2/cmdb/automation/__init__.pyi,sha256=OaffaVrjRInZ5C7VMoXmBdHkH3OmcX1P-jWsxb1Lt6E,356
75
82
  hfortix_fortios/api/v2/cmdb/automation/setting.py,sha256=BKsYUyLh4VyKAm8A-J44VZNiLjL9pL3iayhXJmLlL3g,13255
76
83
  hfortix_fortios/api/v2/cmdb/automation/setting.pyi,sha256=oog59TQiKUwMLgbZTm5G1pcDKLgD3YCIlHAMHfveyOA,3352
77
84
  hfortix_fortios/api/v2/cmdb/automation/_helpers/setting.py,sha256=-iQcYQH5-GzV8BDERFyl6udiyafLD4Ki9Kl7zZTCF0I,19942
78
85
  hfortix_fortios/api/v2/cmdb/automation/_helpers/setting.pyi,sha256=GahrALehCYcL1XU0tb76guha1fdd6B0M6i9Rt44uSyM,1418
79
86
  hfortix_fortios/api/v2/cmdb/casb/__init__.py,sha256=GqM5MZDB0CBATrtSK1EiOepMAZL5JnOmNom1aKk6g_w,720
87
+ hfortix_fortios/api/v2/cmdb/casb/__init__.pyi,sha256=XxCqYRmH1yxkTCwDt_65PCnYhyqCwbjAgwuVKBCFaVs,586
80
88
  hfortix_fortios/api/v2/cmdb/casb/attribute_match.py,sha256=9GBac2ps-cYAbNyfwbm85pmiKkcORwBFIqNkumPby0s,21788
81
89
  hfortix_fortios/api/v2/cmdb/casb/attribute_match.pyi,sha256=vdQpVYyE2m6EnzxjcX7A1kbLdbIX3UVVdbixttGmVnM,3368
82
90
  hfortix_fortios/api/v2/cmdb/casb/profile.py,sha256=H6CyDf0cqFeq6k7D270D6xv47jMOVo8HyE407K6CwOU,20961
@@ -94,6 +102,7 @@ hfortix_fortios/api/v2/cmdb/casb/_helpers/saas_application.pyi,sha256=zlNFbJRFJf
94
102
  hfortix_fortios/api/v2/cmdb/casb/_helpers/user_activity.py,sha256=C9nPHR9cM1fwyYjbOgzC7pV0G-G-jP9NR089zURiwws,24245
95
103
  hfortix_fortios/api/v2/cmdb/casb/_helpers/user_activity.pyi,sha256=-vaJB8CAbXMwCyPrH1mfA5ZLK0UBTCOoQLEc3IrJkcw,1651
96
104
  hfortix_fortios/api/v2/cmdb/certificate/__init__.py,sha256=R7SM_7NoCFLijyHstFGyW_Wu9kmrIpNXyXsZ7KTJ-dg,679
105
+ hfortix_fortios/api/v2/cmdb/certificate/__init__.pyi,sha256=G9JKf5uWoUXgW0bM4Z_FUG1Knq9T-yiwR_xPt0QNdag,533
97
106
  hfortix_fortios/api/v2/cmdb/certificate/ca.py,sha256=Om1AZImaLQZFvzVwcfVN_Zx3z8yZ60cTAmx2v0D_Rc8,22853
98
107
  hfortix_fortios/api/v2/cmdb/certificate/ca.pyi,sha256=WaJu5guuNoiHHvi22qP2jcGhiBD21-nHW31yM7IlOeE,5121
99
108
  hfortix_fortios/api/v2/cmdb/certificate/crl.py,sha256=H7Z4eFmViLn-loR2w7_y5LykBWKHwqhs6xzjiIFcz-4,22704
@@ -115,11 +124,13 @@ hfortix_fortios/api/v2/cmdb/certificate/_helpers/local.pyi,sha256=YWdGmsx2WghUjj
115
124
  hfortix_fortios/api/v2/cmdb/certificate/_helpers/remote.py,sha256=5MEAM1i2Mga7A7DhZeBNTbTw3TTgPStfB3xmM_0TQDI,19897
116
125
  hfortix_fortios/api/v2/cmdb/certificate/_helpers/remote.pyi,sha256=O_LmVxf4N8fpBZ4LDhVcSKlpT9Q9bxMbOg3jItvlXwY,1401
117
126
  hfortix_fortios/api/v2/cmdb/diameter_filter/__init__.py,sha256=HwdqE5MZMFaE8HTuiA2HNOlA0i5JO5Khzb-daHjjIPA,415
127
+ hfortix_fortios/api/v2/cmdb/diameter_filter/__init__.pyi,sha256=cSe2nkeJnoBo7qdQcV6vVN3OLT7SxqeUhmTv3vVoFWY,369
118
128
  hfortix_fortios/api/v2/cmdb/diameter_filter/profile.py,sha256=0todeQbgqXEiyXuOL1RSci7fAPo_bGf6Wa3f8r425DE,23786
119
129
  hfortix_fortios/api/v2/cmdb/diameter_filter/profile.pyi,sha256=KFAC4Kfk9RlBzR9yyrYLWv6DRhELxOPYhm7qIvgZXOA,5856
120
130
  hfortix_fortios/api/v2/cmdb/diameter_filter/_helpers/profile.py,sha256=fh-uZ8wjLI1ayX5KaGCMVDajsENxmkj9XVtu2uLXsYE,29820
121
131
  hfortix_fortios/api/v2/cmdb/diameter_filter/_helpers/profile.pyi,sha256=gHeyTutQSz91JTnQpK1piBrw_ytkUl-Lx-c81tM07u8,2269
122
132
  hfortix_fortios/api/v2/cmdb/dlp/__init__.py,sha256=8AI-GOWDSW007d-IO-3ADqfTp_DDx-FPRy55hABx4fs,1012
133
+ hfortix_fortios/api/v2/cmdb/dlp/__init__.pyi,sha256=b8t95WhQteP3VNH039HQmwzAqykvQqi_xAyP9ypEXjY,771
123
134
  hfortix_fortios/api/v2/cmdb/dlp/data_type.py,sha256=HYR_AyMFm4yDUBoGMk4DjIuL6lIZcCk-FKdZJVWrMaI,23113
124
135
  hfortix_fortios/api/v2/cmdb/dlp/data_type.pyi,sha256=_ZUKc-UUnTqK6qNU9AozYjkOpZB9TxumjlmK5_sXzIM,4690
125
136
  hfortix_fortios/api/v2/cmdb/dlp/dictionary.py,sha256=a4SE3pz9l2xPfMFoW6silfXxxtlQRVhTlV5EJoFc2pw,22001
@@ -153,6 +164,7 @@ hfortix_fortios/api/v2/cmdb/dlp/_helpers/sensor.pyi,sha256=ZGsCuTwVR7I6pDKRZBXK3
153
164
  hfortix_fortios/api/v2/cmdb/dlp/_helpers/settings.py,sha256=p-FqrQ2XUASny4RVSCwPHt6VP4uf6XtyPUDYhIC57YA,19757
154
165
  hfortix_fortios/api/v2/cmdb/dlp/_helpers/settings.pyi,sha256=dGtlwnWxztTRixsJvtl-m-ZWSpaHyNX5ReQUREgR7HA,1369
155
166
  hfortix_fortios/api/v2/cmdb/dnsfilter/__init__.py,sha256=f2dOFfsLPIwkKq8lUw4vW3ioDKIDI8ACDpGy1J8EDGg,500
167
+ hfortix_fortios/api/v2/cmdb/dnsfilter/__init__.pyi,sha256=P_HkCGGYBd6CStFb5KVZazHCGoHqJgrhnHYrDNTcZdA,429
156
168
  hfortix_fortios/api/v2/cmdb/dnsfilter/domain_filter.py,sha256=5D0-PwX52I8gghsVQPU6p3QSN60hdoTSiFDjoWW-I08,21534
157
169
  hfortix_fortios/api/v2/cmdb/dnsfilter/domain_filter.pyi,sha256=KPG1ZB-fMczW8bVTOewbcLrXkrZ3f68fmFGhU0w0Fuk,3173
158
170
  hfortix_fortios/api/v2/cmdb/dnsfilter/profile.py,sha256=Oop_AXuLRBVrW-nuAaCA453Iv0lhzwLrs3Xa78XKdXw,23954
@@ -162,6 +174,7 @@ hfortix_fortios/api/v2/cmdb/dnsfilter/_helpers/domain_filter.pyi,sha256=7jiEgh0g
162
174
  hfortix_fortios/api/v2/cmdb/dnsfilter/_helpers/profile.py,sha256=y-77zmEu7pHao8YBgnaIg9AK9EZcvXXgrGno9KotvDY,31627
163
175
  hfortix_fortios/api/v2/cmdb/dnsfilter/_helpers/profile.pyi,sha256=Erq47GOAB206jk-cz2bYIP5UQlpTmasrISUudbPqe68,1979
164
176
  hfortix_fortios/api/v2/cmdb/emailfilter/__init__.py,sha256=QWTcVdwvswnwKCw1uEA5gv6k-y_j8rJOQfMF7bRO0nE,1020
177
+ hfortix_fortios/api/v2/cmdb/emailfilter/__init__.pyi,sha256=oB5mTDYWek7XoNa4SbNsuYPtHyhrSOfKaaXW7f53qk4,769
165
178
  hfortix_fortios/api/v2/cmdb/emailfilter/block_allow_list.py,sha256=55Vn_GE54NfZUDzlLnd9oGkbOnB_OHUd_kXecRLiKz4,21826
166
179
  hfortix_fortios/api/v2/cmdb/emailfilter/block_allow_list.pyi,sha256=pg7UpfShVX9uONdrAUpgy2igXgc6X_ZAqXWb6VSGSa4,3211
167
180
  hfortix_fortios/api/v2/cmdb/emailfilter/bword.py,sha256=gEg-YENigz74u-ojQ3sGAVOFS5UM08HVWwhK6ZO0wPU,21147
@@ -195,6 +208,7 @@ hfortix_fortios/api/v2/cmdb/emailfilter/_helpers/options.pyi,sha256=7jiEgh0gRuNQ
195
208
  hfortix_fortios/api/v2/cmdb/emailfilter/_helpers/profile.py,sha256=FNCluETV0URTq8H-OedDZ4f_Zj1ukITZfuiJV3TBQjQ,31101
196
209
  hfortix_fortios/api/v2/cmdb/emailfilter/_helpers/profile.pyi,sha256=3hGylYYKcplXrohNsp7xaiUwqd5nD-ttKSxNxZ3fYug,1900
197
210
  hfortix_fortios/api/v2/cmdb/endpoint_control/__init__.py,sha256=ApTJH738VSgTClutcdJxSNmU5XhoKosUVPEyoWiilzQ,623
211
+ hfortix_fortios/api/v2/cmdb/endpoint_control/__init__.pyi,sha256=kIYqb5nNtyTT6HghPIocLGvDlPatVv9oQ8KWDoZE29c,510
198
212
  hfortix_fortios/api/v2/cmdb/endpoint_control/fctems.py,sha256=umDL6w528ZEUt8A38KROOpBM0HxvIKZEYodk8VEFigM,25783
199
213
  hfortix_fortios/api/v2/cmdb/endpoint_control/fctems.pyi,sha256=ap75sSc-61BalEMRlQKImgAfwmd6orw_zKxp9AqVu9o,7856
200
214
  hfortix_fortios/api/v2/cmdb/endpoint_control/fctems_override.py,sha256=HrQD2sma_FLh3S4pjZIA9HQ3gyTkHl4Vw9JcP8w_zrM,26335
@@ -208,11 +222,13 @@ hfortix_fortios/api/v2/cmdb/endpoint_control/_helpers/fctems_override.pyi,sha256
208
222
  hfortix_fortios/api/v2/cmdb/endpoint_control/_helpers/settings.py,sha256=P03GwIMnf3yxnvh0vGYVXB1hXcD2rvs5H0j7yeXvXKA,18523
209
223
  hfortix_fortios/api/v2/cmdb/endpoint_control/_helpers/settings.pyi,sha256=sNM4KG2wJ1OopbsCO1eccQ0Iji_AtkDfKfyLu-CTP54,1329
210
224
  hfortix_fortios/api/v2/cmdb/ethernet_oam/__init__.py,sha256=3ry__DOgmaMax1Bz5lJ9NLfkesN9K6StwmLAVv2EBa8,380
225
+ hfortix_fortios/api/v2/cmdb/ethernet_oam/__init__.pyi,sha256=pW6uns_hMOomwM2NZqS0-5gqCmTmoO02NzYgW0U1Glc,344
211
226
  hfortix_fortios/api/v2/cmdb/ethernet_oam/cfm.py,sha256=HDwmAkath9U3O6FSpt5HEmJV8kemzVbDNhYExP8FXco,12519
212
227
  hfortix_fortios/api/v2/cmdb/ethernet_oam/cfm.pyi,sha256=OYAKa0SXqaJLhsZHqwckMu_aS1hewj41U9sdOFrZb48,2279
213
228
  hfortix_fortios/api/v2/cmdb/ethernet_oam/_helpers/cfm.py,sha256=YUChGOV1aiEYq8anNSmECnSk7NhI-jXpwH8k_iBVl3s,16838
214
229
  hfortix_fortios/api/v2/cmdb/ethernet_oam/_helpers/cfm.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
215
230
  hfortix_fortios/api/v2/cmdb/extension_controller/__init__.py,sha256=5UZyX7H5bvCtWR9_rTdMQ8rhllygznkB_suIXPvBKZM,986
231
+ hfortix_fortios/api/v2/cmdb/extension_controller/__init__.pyi,sha256=U6pcZRgzCeWAMFmrzPrwJgfNzMjLCkStx0UYgGL5-1s,760
216
232
  hfortix_fortios/api/v2/cmdb/extension_controller/dataplan.py,sha256=IOgI8LP_eTSuN8i_lcQ3KotntH35m8BmzF3ir1vTtGE,24122
217
233
  hfortix_fortios/api/v2/cmdb/extension_controller/dataplan.pyi,sha256=OKHNIhxYre__lp93WYcKs9ZDSfnU0xB_CPvnomc7zk4,5892
218
234
  hfortix_fortios/api/v2/cmdb/extension_controller/extender.py,sha256=-RMiqZPTqJzp13SysR6RXl15y6h5XJdDg1Rk-vmLXo8,24608
@@ -238,6 +254,7 @@ hfortix_fortios/api/v2/cmdb/extension_controller/_helpers/fortigate.pyi,sha256=q
238
254
  hfortix_fortios/api/v2/cmdb/extension_controller/_helpers/fortigate_profile.py,sha256=ZqL9reMmArHvcVICxi3Vjzq8TsNFy2Jaepb7NeNA-Zw,20238
239
255
  hfortix_fortios/api/v2/cmdb/extension_controller/_helpers/fortigate_profile.pyi,sha256=oK6RpUNToD09gz9UguOHYr5u2U8aMTHZj8eLUDGyILM,1327
240
256
  hfortix_fortios/api/v2/cmdb/file_filter/__init__.py,sha256=cY68Kd6NbTsQPbP4DRy8-DNfZ7LykrUeMs2FeTS_0FY,395
257
+ hfortix_fortios/api/v2/cmdb/file_filter/__init__.pyi,sha256=p36jRCYcz_UaisIAm54tkbf2a8ndkyYhot8_gk8V6xk,357
241
258
  hfortix_fortios/api/v2/cmdb/file_filter/profile.py,sha256=T0_DIBx7xMgNg-jvpKbU9hcdIwQKAEcx1wTXjMfu974,22204
242
259
  hfortix_fortios/api/v2/cmdb/file_filter/profile.pyi,sha256=qCTdJNaYBmK1OTJ0MENk3DAuGTXrUbTdZFS2x5XD6pM,4101
243
260
  hfortix_fortios/api/v2/cmdb/file_filter/_helpers/profile.py,sha256=lG4mHEW9pcLHVPXL-eWUiuiMKU2pFU754APRtkS4m_w,23891
@@ -247,6 +264,7 @@ hfortix_fortios/api/v2/cmdb/firewall/DoS_policy.pyi,sha256=V4Y_h3NW-OWcTUr5ZkP6Y
247
264
  hfortix_fortios/api/v2/cmdb/firewall/DoS_policy6.py,sha256=E-k2t85WbAlOBrRiOakcDNGbI2XBxDr2R4VumxA02M0,22503
248
265
  hfortix_fortios/api/v2/cmdb/firewall/DoS_policy6.pyi,sha256=4LzuOhOZD1u-25bgpHWkPbn98wb1rtbUC-KRfGibqWA,4125
249
266
  hfortix_fortios/api/v2/cmdb/firewall/__init__.py,sha256=ngY1YxiUOFTs2_q4UzLjUI_mwLxrfBxVz-nI0d9riog,9741
267
+ hfortix_fortios/api/v2/cmdb/firewall/__init__.pyi,sha256=nnXyrNtmy_UY9tYpBB3z-PnXufR8nMFnxz9mi2NfRwg,6898
250
268
  hfortix_fortios/api/v2/cmdb/firewall/access_proxy.py,sha256=BrCKYNrMUg8Fq_MfwrE-N6hNp0QWoLslouZD640uRRs,23801
251
269
  hfortix_fortios/api/v2/cmdb/firewall/access_proxy.pyi,sha256=mlBWyiKTuVOskW-V5P8M8Z-P4FEXPsSw-5Nj04jngJA,5353
252
270
  hfortix_fortios/api/v2/cmdb/firewall/access_proxy6.py,sha256=9ebDeB9Y-RzZKbMZ0NRQF7mZ6W_jCF9_rZIki6eCFsY,23864
@@ -346,7 +364,7 @@ hfortix_fortios/api/v2/cmdb/firewall/network_service_dynamic.pyi,sha256=PwEX1CNP
346
364
  hfortix_fortios/api/v2/cmdb/firewall/on_demand_sniffer.py,sha256=wSuIDG0s1apDLmj8DB28eI1KB6F5nJ1btIfsnH7T574,23007
347
365
  hfortix_fortios/api/v2/cmdb/firewall/on_demand_sniffer.pyi,sha256=A4ZCc2UZVouls27-GiymUwJRpEJ7XmM0agLV-ci_vIQ,4220
348
366
  hfortix_fortios/api/v2/cmdb/firewall/policy.py,sha256=YW3VPF7QRUNScQTNPJw8og9Ryapn3W1Ok1nXlJwrjIY,55429
349
- hfortix_fortios/api/v2/cmdb/firewall/policy.pyi,sha256=Evdp9PrkHwNJLz-m6GU1LMIdf_LjEwuamc7zDg8QrL0,23732
367
+ hfortix_fortios/api/v2/cmdb/firewall/policy.pyi,sha256=jEzVG1HBVCIzk7aZJfTbJn1eR1ciqaMMjYJteojGqws,43750
350
368
  hfortix_fortios/api/v2/cmdb/firewall/profile_group.py,sha256=L0dL2Aeq5IdPvTc1P-lDFXb8MBZ4P51pq19omaen8GE,25228
351
369
  hfortix_fortios/api/v2/cmdb/firewall/profile_group.pyi,sha256=oxtBB_zZG7h_KR0UwNh4CHoQ0dZtAJp1Gvp9ytJ8ub8,6133
352
370
  hfortix_fortios/api/v2/cmdb/firewall/profile_protocol_options.py,sha256=ddacw8Fm8K1xI-SShAHcw8f-x2-WZ24-2nSrQmhZJ_k,24384
@@ -532,6 +550,7 @@ hfortix_fortios/api/v2/cmdb/firewall/_helpers/vipgrp.pyi,sha256=7jiEgh0gRuNQ2YWP
532
550
  hfortix_fortios/api/v2/cmdb/firewall/_helpers/vipgrp6.py,sha256=3e4fIAnIAUSCbJSoMussLhdp1SXrz-_qH8Qxu-s_wI0,18358
533
551
  hfortix_fortios/api/v2/cmdb/firewall/_helpers/vipgrp6.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
534
552
  hfortix_fortios/api/v2/cmdb/firewall/ipmacbinding/__init__.py,sha256=p7ciqH-jv9L0_J_f0ZvAsl4KJkMAmeImMews7JVoOnI,478
553
+ hfortix_fortios/api/v2/cmdb/firewall/ipmacbinding/__init__.pyi,sha256=7MWbzq1zq73vIgarNFyQOVtoRCAIPLtTC0_t74wDdR0,408
535
554
  hfortix_fortios/api/v2/cmdb/firewall/ipmacbinding/setting.py,sha256=FuAyZjd3suvkq2DHVrb_sa1dmjzg1whdfPS1e-hvKNE,13521
536
555
  hfortix_fortios/api/v2/cmdb/firewall/ipmacbinding/setting.pyi,sha256=ZbFr4WDh1-91u_MwP0KM63GtBH61pGrBVdM4taA7S2I,3408
537
556
  hfortix_fortios/api/v2/cmdb/firewall/ipmacbinding/table.py,sha256=hmI_Nj3dDOU50eYNE4_C57uCMKKNxWa-HLdCQqO1ziA,22318
@@ -541,6 +560,7 @@ hfortix_fortios/api/v2/cmdb/firewall/ipmacbinding/_helpers/setting.pyi,sha256=bn
541
560
  hfortix_fortios/api/v2/cmdb/firewall/ipmacbinding/_helpers/table.py,sha256=MSyKlZxiM-j4u86qxjRj_7FouaXWezBOu8CuJ4f8dTg,19537
542
561
  hfortix_fortios/api/v2/cmdb/firewall/ipmacbinding/_helpers/table.pyi,sha256=an7u-nsfqv09gWW_5Q-ptxfHzP3mqiepFVL4oXw4paA,1325
543
562
  hfortix_fortios/api/v2/cmdb/firewall/schedule/__init__.py,sha256=doIRXnfvNwnQld_ngKJ4rI4ZAVI5r3RIHaxjThvcNFw,551
563
+ hfortix_fortios/api/v2/cmdb/firewall/schedule/__init__.pyi,sha256=9VtQwH-9G5aM0_DygrjftL-OX1YxJzhTqQWOPEV94Us,458
544
564
  hfortix_fortios/api/v2/cmdb/firewall/schedule/group.py,sha256=R1AwytdB9lg2QIQ00V3Ym9CjOPh16ONKyVCb4anYA9Q,21946
545
565
  hfortix_fortios/api/v2/cmdb/firewall/schedule/group.pyi,sha256=w9fiGLWh4YNGYBKBRGhKHbwrbwRcguGzE9D1CndTeAU,3452
546
566
  hfortix_fortios/api/v2/cmdb/firewall/schedule/onetime.py,sha256=kJQ9vFOrRHslYyZTFmsugaIG9_KsgzSyNt8KHiENMZY,22708
@@ -554,6 +574,7 @@ hfortix_fortios/api/v2/cmdb/firewall/schedule/_helpers/onetime.pyi,sha256=-pcT0r
554
574
  hfortix_fortios/api/v2/cmdb/firewall/schedule/_helpers/recurring.py,sha256=l91-M5hxwmuEa4FxaILsHNE1mgLXe2QsPI4fBXeS1Ak,21160
555
575
  hfortix_fortios/api/v2/cmdb/firewall/schedule/_helpers/recurring.pyi,sha256=xQN1mc6AGaO5oLi72LG7S8zJXRWAVrdTty_TCu4rULo,1471
556
576
  hfortix_fortios/api/v2/cmdb/firewall/service/__init__.py,sha256=qg7nU9qsQ3okuPJIceVG75kaaUiRb-ZMzbeUtBZnISY,536
577
+ hfortix_fortios/api/v2/cmdb/firewall/service/__init__.pyi,sha256=AAdsflvwmG3nEPSqsKNiUlQ-3ZdnNk4Yts6_zSqrs6w,447
557
578
  hfortix_fortios/api/v2/cmdb/firewall/service/category.py,sha256=MhUgvy-C0wf-2VLEYQOGAW8xBdDVEF28d5K5q-HETOo,21826
558
579
  hfortix_fortios/api/v2/cmdb/firewall/service/category.pyi,sha256=SEWJcJ1Q1gK__cvHoWgkUhTOa-5GK6CmVMN224wvjKs,3307
559
580
  hfortix_fortios/api/v2/cmdb/firewall/service/custom.py,sha256=DP_DbJxgOTTjmhfJP0SZ5wUU4jfzezzn5MHbHRzPOAs,25616
@@ -567,6 +588,7 @@ hfortix_fortios/api/v2/cmdb/firewall/service/_helpers/custom.pyi,sha256=LLSHtTH8
567
588
  hfortix_fortios/api/v2/cmdb/firewall/service/_helpers/group.py,sha256=QF2E2iz8-ekxielsTa3kfGemukLxHbOId0o3SwGi3P8,20821
568
589
  hfortix_fortios/api/v2/cmdb/firewall/service/_helpers/group.pyi,sha256=VbJCABsNb_loGbHZXCs9AplhD9nenfYeURc6FKv2ZM8,1410
569
590
  hfortix_fortios/api/v2/cmdb/firewall/shaper/__init__.py,sha256=H4Fv0Em4aOOXNZducOor18XS5bBijVFsWS-OoLRky5Q,514
591
+ hfortix_fortios/api/v2/cmdb/firewall/shaper/__init__.pyi,sha256=Fctj1LrCDVzJNMw_SNvtSLoXnDV6zNbioeOKV5F3ucM,444
570
592
  hfortix_fortios/api/v2/cmdb/firewall/shaper/per_ip_shaper.py,sha256=99LqRAXA6axBHIVFlehtbjXwgkpJIVvvKjxJx9OOGE4,24128
571
593
  hfortix_fortios/api/v2/cmdb/firewall/shaper/per_ip_shaper.pyi,sha256=jyYYLYQ21B34VISZ-lGEDf-6JKc3qVcQLMVtmOgqRYU,4866
572
594
  hfortix_fortios/api/v2/cmdb/firewall/shaper/traffic_shaper.py,sha256=Wj8HqwEyQmsReWYtc11gvNwk3stCdCC1W7rflycxZKc,25392
@@ -576,6 +598,7 @@ hfortix_fortios/api/v2/cmdb/firewall/shaper/_helpers/per_ip_shaper.pyi,sha256=Ny
576
598
  hfortix_fortios/api/v2/cmdb/firewall/shaper/_helpers/traffic_shaper.py,sha256=26__HkgnODGaJ_FpJnc71D5v5UIQgvcsqpwqqWqJkoE,28696
577
599
  hfortix_fortios/api/v2/cmdb/firewall/shaper/_helpers/traffic_shaper.pyi,sha256=3m8ZtGBExaApHKD2FwdMFxw7n6x7fB2-GlUndE5M068,1870
578
600
  hfortix_fortios/api/v2/cmdb/firewall/ssh/__init__.py,sha256=19vvCSDSxuTc1ftwchQdlEqOSl8c6T5fYtn9AuGx7Q4,620
601
+ hfortix_fortios/api/v2/cmdb/firewall/ssh/__init__.pyi,sha256=9Az7nI94T8ZQWL7LOAVYmNaUxExdoS1WLXSZ7_Q-WC8,507
579
602
  hfortix_fortios/api/v2/cmdb/firewall/ssh/host_key.py,sha256=Ed6FCUTqp0Qq4W5l6_zFZ6ymct0mU2c5D8nn0k1lZVI,22193
580
603
  hfortix_fortios/api/v2/cmdb/firewall/ssh/host_key.pyi,sha256=ICfewjX1VEw5ncYSLIljkmCfWPyMcY60BJQh1OpFKME,4355
581
604
  hfortix_fortios/api/v2/cmdb/firewall/ssh/local_ca.py,sha256=xeYs7HhpuzwIlDMsOd00UJLw0AuRAr83l6P2wjwvMHE,21819
@@ -593,11 +616,13 @@ hfortix_fortios/api/v2/cmdb/firewall/ssh/_helpers/local_key.pyi,sha256=curTeuZcp
593
616
  hfortix_fortios/api/v2/cmdb/firewall/ssh/_helpers/setting.py,sha256=cM-xOOaPc3S5QjYDn94Pr0xTVBbPcveXPsTll-1kBwg,20491
594
617
  hfortix_fortios/api/v2/cmdb/firewall/ssh/_helpers/setting.pyi,sha256=-4fMC9NoJvqXoMsFUG5PGIfLMTEVrszM8LPnYyHKIYU,1355
595
618
  hfortix_fortios/api/v2/cmdb/firewall/ssl/__init__.py,sha256=p19KwO3sV8j9RaDCJ3ZVSq5fTyiwO3CfUjjjX7gE4XQ,360
619
+ hfortix_fortios/api/v2/cmdb/firewall/ssl/__init__.pyi,sha256=cU9JCvSlTof9oTW4UqL6DMCHD7yzAmqRDHq60HDSiEw,335
596
620
  hfortix_fortios/api/v2/cmdb/firewall/ssl/setting.py,sha256=y2MZJ5S9-u-yZbAubul0cvEqqs4grhi9mbfyD27_C9M,14532
597
621
  hfortix_fortios/api/v2/cmdb/firewall/ssl/setting.pyi,sha256=vpkc9oiDs6w6-8i1li-6SyVXy_mzHFHEg12cr4Qnl4s,5149
598
622
  hfortix_fortios/api/v2/cmdb/firewall/ssl/_helpers/setting.py,sha256=pw8vfzkBtzjJOZdzOtnpoWhrw4qiRFB22Tz-RBEGg7k,25859
599
623
  hfortix_fortios/api/v2/cmdb/firewall/ssl/_helpers/setting.pyi,sha256=3cfUYK8bhOYykuTRqCFaP7i38cfAHT9a1CpzILa_bYg,1780
600
624
  hfortix_fortios/api/v2/cmdb/firewall/wildcard_fqdn/__init__.py,sha256=Mtt3oK-nlHr4C27Yt__UYbBSOEnWl7SWTeuUrnkK-U4,473
625
+ hfortix_fortios/api/v2/cmdb/firewall/wildcard_fqdn/__init__.pyi,sha256=Wv1D7MYA4xNulDRBMxJOKDk9I9EX32WuTVBwATAfMsE,405
601
626
  hfortix_fortios/api/v2/cmdb/firewall/wildcard_fqdn/custom.py,sha256=VBoYlmryHYlEqNZC84GiBqeLqE7onbS56JlfTSodH0s,22104
602
627
  hfortix_fortios/api/v2/cmdb/firewall/wildcard_fqdn/custom.pyi,sha256=0fQz39mPFWCSrKzNVfT1iYGeuUHKMHHHboPSMugsr1M,3316
603
628
  hfortix_fortios/api/v2/cmdb/firewall/wildcard_fqdn/group.py,sha256=bmSk3xruM0ACaSMZHXxh6fb4jryXyguW6MFVrkqMep8,22035
@@ -607,11 +632,13 @@ hfortix_fortios/api/v2/cmdb/firewall/wildcard_fqdn/_helpers/custom.pyi,sha256=7j
607
632
  hfortix_fortios/api/v2/cmdb/firewall/wildcard_fqdn/_helpers/group.py,sha256=Gy3M7yiHbjhjcewoVRW7P3HAy-NS97FvIlZLgsdfYXA,18211
608
633
  hfortix_fortios/api/v2/cmdb/firewall/wildcard_fqdn/_helpers/group.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
609
634
  hfortix_fortios/api/v2/cmdb/ftp_proxy/__init__.py,sha256=dNHithXKJmfU2DqIknzPJR1CBXUdXvDvRmzUpLqEhQE,390
635
+ hfortix_fortios/api/v2/cmdb/ftp_proxy/__init__.pyi,sha256=06eusfAoOFdHXrXrt6ARbVfBhn8ewkt9yb6pW449ZYs,355
610
636
  hfortix_fortios/api/v2/cmdb/ftp_proxy/explicit.py,sha256=K2zD-myuXlB56ta_lJgKAu0z6whL3Qbz7UBFNNQcyFw,13944
611
637
  hfortix_fortios/api/v2/cmdb/ftp_proxy/explicit.pyi,sha256=9Qm9zfwWw7KuDGaXqqqSlRcHfBqQXi4helvGfDL-KGM,4892
612
638
  hfortix_fortios/api/v2/cmdb/ftp_proxy/_helpers/explicit.py,sha256=piJ54pUcBITvs30sow_woTqRkEgFoDjZj6j-7WBybW8,25126
613
639
  hfortix_fortios/api/v2/cmdb/ftp_proxy/_helpers/explicit.pyi,sha256=1eZ_m65kashRlrlFWqzdmeRx4OFD5Jfp6sq1BMgrOEQ,1763
614
640
  hfortix_fortios/api/v2/cmdb/icap/__init__.py,sha256=TpKc-uEcofdqzdLVCxgihozTTzb_dQTT6ccdd-JlxuA,548
641
+ hfortix_fortios/api/v2/cmdb/icap/__init__.pyi,sha256=Llrjepb7kow_E_8Lb-7TocA9GAB5nZ-cYrlsoIhn9pc,460
615
642
  hfortix_fortios/api/v2/cmdb/icap/profile.py,sha256=DIfq2kCFdz-mMLH8Q6zEwcsc9hGRaLlTs2QoMxwGCMo,26261
616
643
  hfortix_fortios/api/v2/cmdb/icap/profile.pyi,sha256=HbeDxku5OLZqEU7aRL4feGZbnPFgoZJKD6YVx-NQrd0,8018
617
644
  hfortix_fortios/api/v2/cmdb/icap/server.py,sha256=YrO8QAgnWStHYwhhwZDxAx2ID3OmKmAavOA26lyWPxY,22380
@@ -625,6 +652,7 @@ hfortix_fortios/api/v2/cmdb/icap/_helpers/server.pyi,sha256=R92K2V0HV8nocbQnA288
625
652
  hfortix_fortios/api/v2/cmdb/icap/_helpers/server_group.py,sha256=zu_MXznRY64EYdnV9dOcSjLiEFXeX9WNDOLr7jjVOd8,19648
626
653
  hfortix_fortios/api/v2/cmdb/icap/_helpers/server_group.pyi,sha256=I5bv3kypoIV5HkWOkD6agl4m44oqBI_MzsETD_FmOB8,1359
627
654
  hfortix_fortios/api/v2/cmdb/ips/__init__.py,sha256=m0C8DmcIbh6Az4VHa22JbsIZC7k_osudBJ2jQsizsVU,982
655
+ hfortix_fortios/api/v2/cmdb/ips/__init__.pyi,sha256=PAxPeEpRKglQcKBgS65dDLj2dJe8y9PbHEZ7O40Kn_s,747
628
656
  hfortix_fortios/api/v2/cmdb/ips/custom.py,sha256=kdT_XUsaPRVwxtHBzqqpn0VOOh_kI7HtEfjoeuh-yPQ,22492
629
657
  hfortix_fortios/api/v2/cmdb/ips/custom.pyi,sha256=JBPxSp2GCbDyhk46ii2CperrrxwKTNp0ORhcq0bqwLM,4752
630
658
  hfortix_fortios/api/v2/cmdb/ips/decoder.py,sha256=XehNAY0qI29ylM-ifFUXNicnRnwUzxED-HB_8knitak,23010
@@ -658,6 +686,7 @@ hfortix_fortios/api/v2/cmdb/ips/_helpers/settings.pyi,sha256=AzYR1oNt5PDPYU_kfM7
658
686
  hfortix_fortios/api/v2/cmdb/ips/_helpers/view_map.py,sha256=MQEkdCGJtc1IPGAbzI9x5ePaFT2DELvfpzp9i7YAGHA,19064
659
687
  hfortix_fortios/api/v2/cmdb/ips/_helpers/view_map.pyi,sha256=MDhnvARYdBoL2XmYZFYO0eAfurmKR82Lh6uvwRsDTGQ,1376
660
688
  hfortix_fortios/api/v2/cmdb/log/__init__.py,sha256=ciAoTFQJjnygvazWdFCPJ3tC-rGavdeY4XXegzj9Cbc,2541
689
+ hfortix_fortios/api/v2/cmdb/log/__init__.pyi,sha256=ugnRi_eDM7aBota167cLmwb3qWsO3muulH3G5gnBcuo,1817
661
690
  hfortix_fortios/api/v2/cmdb/log/custom_field.py,sha256=fKaCyIlWNfbDuXZkfCH5u0iIEkH-j5ran95Zel6aVMI,21068
662
691
  hfortix_fortios/api/v2/cmdb/log/custom_field.pyi,sha256=zaCpIwdNCQTDYSAV8pETs578RmT9MgXAZxQj6Ebs__w,3022
663
692
  hfortix_fortios/api/v2/cmdb/log/eventfilter.py,sha256=sSH3KGxA5w6jj23E7NU2NRKse7EEYKEGc9MadUZVcWY,14089
@@ -679,6 +708,7 @@ hfortix_fortios/api/v2/cmdb/log/_helpers/setting.pyi,sha256=kJCIuu5BlKJdRe0jRBgC
679
708
  hfortix_fortios/api/v2/cmdb/log/_helpers/threat_weight.py,sha256=-1wHseJVcVWEZWo43a07M6mNUp3eFGni-HIVJBOnxEw,32373
680
709
  hfortix_fortios/api/v2/cmdb/log/_helpers/threat_weight.pyi,sha256=JK3jOj_b9G_jxAHE-yFN0CdVqZNyIoe-90Z2Yai6pBQ,1835
681
710
  hfortix_fortios/api/v2/cmdb/log/disk/__init__.py,sha256=3kZ8gh3-0z8uv3iQT2ufYpzIYqVRK1GQ9ZfqxzrmJdU,443
711
+ hfortix_fortios/api/v2/cmdb/log/disk/__init__.pyi,sha256=5Fyyp9wjibw9tOT_Fa-8Whkpapfla-Zn7QFBbrvvbOI,388
682
712
  hfortix_fortios/api/v2/cmdb/log/disk/filter.py,sha256=MfT0GUshh9xqlHViIjqEfakWjXVASha4EU4eYWDqbPk,14205
683
713
  hfortix_fortios/api/v2/cmdb/log/disk/filter.pyi,sha256=OnPHnDjBxTRxxJRwMgOdF9XFeW7R5YrKL_iLAXxyHfM,6104
684
714
  hfortix_fortios/api/v2/cmdb/log/disk/setting.py,sha256=Wl9OZJccQHdVXE4Ed0si_-Chpba5MciIQlyvEIbgfVc,15637
@@ -688,6 +718,7 @@ hfortix_fortios/api/v2/cmdb/log/disk/_helpers/filter.pyi,sha256=K43M3Q9wTc2g2kLd
688
718
  hfortix_fortios/api/v2/cmdb/log/disk/_helpers/setting.py,sha256=KVRhWTf3dQ0w3KRYR94NWb72Ab49KqJw8dO-0NqOlS4,36450
689
719
  hfortix_fortios/api/v2/cmdb/log/disk/_helpers/setting.pyi,sha256=W7ArBfvIKH1tlNUo0O9fcdvsRCpNID1uCaDWOrr2OUE,2532
690
720
  hfortix_fortios/api/v2/cmdb/log/fortianalyzer/__init__.py,sha256=F9cQ6FY2AVdlxP5NyTlEym6xBftStNcgcceCNPuXoOY,733
721
+ hfortix_fortios/api/v2/cmdb/log/fortianalyzer/__init__.pyi,sha256=ikXrHyrIGQPXmF--zm6xHXNwgq796fA4GKwi4eBDabw,587
691
722
  hfortix_fortios/api/v2/cmdb/log/fortianalyzer/filter.py,sha256=_TEWKYsQ-LL5G2U2HaXbiytUFKAPcI6v66LNiShj2os,14097
692
723
  hfortix_fortios/api/v2/cmdb/log/fortianalyzer/filter.pyi,sha256=j6RaJ_JPi18le3KH-Cg5RAO1y8Wzgt19irLN9aElo6Q,5784
693
724
  hfortix_fortios/api/v2/cmdb/log/fortianalyzer/override_filter.py,sha256=DodJrW_qVquhk9vSn0_CYJsuvs7JOJqzw2xO3IbhPTk,14481
@@ -705,6 +736,7 @@ hfortix_fortios/api/v2/cmdb/log/fortianalyzer/_helpers/override_setting.pyi,sha2
705
736
  hfortix_fortios/api/v2/cmdb/log/fortianalyzer/_helpers/setting.py,sha256=dXwUQlDcEt9fCNXFcHiZnQF3DT2Dks-AlbG-mPJDb4k,36706
706
737
  hfortix_fortios/api/v2/cmdb/log/fortianalyzer/_helpers/setting.pyi,sha256=YWQT4cXrkqeBi9ghU5ISJ7jPzxXk4RXHgo-VNytxLgg,2508
707
738
  hfortix_fortios/api/v2/cmdb/log/fortianalyzer2/__init__.py,sha256=_b0NQD_wwxRkE-AAwTYOvHFbpgdCZwWD8ZmTfkMzCfs,738
739
+ hfortix_fortios/api/v2/cmdb/log/fortianalyzer2/__init__.pyi,sha256=xiRDxzw8tUn2Ab9r7XeJ9QphP3UjY0LQgRfi6WeH0QI,590
708
740
  hfortix_fortios/api/v2/cmdb/log/fortianalyzer2/filter.py,sha256=LjMzbISr2kLEV6hw99SBY-EUQuZYMwfcLcwHNWdD6jQ,14148
709
741
  hfortix_fortios/api/v2/cmdb/log/fortianalyzer2/filter.pyi,sha256=fNKzJGz7VGxFiTZDkXqcDF6A5SE8XD75_a2JHldz4NQ,5815
710
742
  hfortix_fortios/api/v2/cmdb/log/fortianalyzer2/override_filter.py,sha256=L5ZoXez7x2P0SGn0z9xSTIwPYoUULFTwgIVPVmVYfDU,14532
@@ -722,6 +754,7 @@ hfortix_fortios/api/v2/cmdb/log/fortianalyzer2/_helpers/override_setting.pyi,sha
722
754
  hfortix_fortios/api/v2/cmdb/log/fortianalyzer2/_helpers/setting.py,sha256=HjPBY_m0tjLJ-xGrKWD0ZtG-ZpKg_A-gOb9-QJ3TGEY,36723
723
755
  hfortix_fortios/api/v2/cmdb/log/fortianalyzer2/_helpers/setting.pyi,sha256=YWQT4cXrkqeBi9ghU5ISJ7jPzxXk4RXHgo-VNytxLgg,2508
724
756
  hfortix_fortios/api/v2/cmdb/log/fortianalyzer3/__init__.py,sha256=IT8Y8c93PB3_e09-V-XamU9Wo6ZwVlJCz7a2ZJaTKns,738
757
+ hfortix_fortios/api/v2/cmdb/log/fortianalyzer3/__init__.pyi,sha256=5LfbdY0xMNc1111cRce1AKsQh-hIu2UTIA-rMVWF-EQ,590
725
758
  hfortix_fortios/api/v2/cmdb/log/fortianalyzer3/filter.py,sha256=-vASNFFnia4t2Er-OeP4n4MtnxfKU2rMGUxuQIIL894,14119
726
759
  hfortix_fortios/api/v2/cmdb/log/fortianalyzer3/filter.pyi,sha256=UevgBTtuxUKmexeN9F2wQS7N1S0f4Udv-2qJgrvvR3I,5786
727
760
  hfortix_fortios/api/v2/cmdb/log/fortianalyzer3/override_filter.py,sha256=DcV507rCq_SNbCGg6piEXN2aDDRGH6gA8mo60WOjEYY,14503
@@ -739,6 +772,7 @@ hfortix_fortios/api/v2/cmdb/log/fortianalyzer3/_helpers/override_setting.pyi,sha
739
772
  hfortix_fortios/api/v2/cmdb/log/fortianalyzer3/_helpers/setting.py,sha256=4KOCKcLsbw1twTvmsB7TQ3BgiG_EWqx_QWN8ApeOq6w,36723
740
773
  hfortix_fortios/api/v2/cmdb/log/fortianalyzer3/_helpers/setting.pyi,sha256=YWQT4cXrkqeBi9ghU5ISJ7jPzxXk4RXHgo-VNytxLgg,2508
741
774
  hfortix_fortios/api/v2/cmdb/log/fortianalyzer_cloud/__init__.py,sha256=ki6Is5r2kXOUmEZY1NAkjDrDY-RBO206vf4hJ984Mso,758
775
+ hfortix_fortios/api/v2/cmdb/log/fortianalyzer_cloud/__init__.pyi,sha256=lMGRSDdmS5KULqAA1oMX435jHMjGvTg7GB7_323LHDs,603
742
776
  hfortix_fortios/api/v2/cmdb/log/fortianalyzer_cloud/filter.py,sha256=VOISEF8hGGD65c8BUZClc4ZNUGpXsEJZQy01BB_-ixI,14241
743
777
  hfortix_fortios/api/v2/cmdb/log/fortianalyzer_cloud/filter.pyi,sha256=xN1T68AT7O7X5bHaM7ds366wCP0B7LPRyDEScv6kgks,5802
744
778
  hfortix_fortios/api/v2/cmdb/log/fortianalyzer_cloud/override_filter.py,sha256=kYOV57XUatS9kuoWrUDjWHbQuJpndClB0vH8eMYof_0,14625
@@ -756,6 +790,7 @@ hfortix_fortios/api/v2/cmdb/log/fortianalyzer_cloud/_helpers/override_setting.py
756
790
  hfortix_fortios/api/v2/cmdb/log/fortianalyzer_cloud/_helpers/setting.py,sha256=DW9WtfPTNu4arSaQLpNeBNCV6ANyEoAcGUBloWhlOAU,33761
757
791
  hfortix_fortios/api/v2/cmdb/log/fortianalyzer_cloud/_helpers/setting.pyi,sha256=rR7kvY8zMRikNEeNVoXJhaJwMJ1MQNjiQGqw36p6nho,2332
758
792
  hfortix_fortios/api/v2/cmdb/log/fortiguard/__init__.py,sha256=Z2gR_Fcw9j0hYSEsQ7TaysWfG-GlOPrFO_H_TRP33ZI,718
793
+ hfortix_fortios/api/v2/cmdb/log/fortiguard/__init__.pyi,sha256=qLIcKuNxXJIMmotS7fqni-f-45XM-kT0EmIZ9VrjS6E,578
759
794
  hfortix_fortios/api/v2/cmdb/log/fortiguard/filter.py,sha256=rdWwwVInMGEce85HjWHkfnvvXqCtwS79p_MgIlNpvV8,13948
760
795
  hfortix_fortios/api/v2/cmdb/log/fortiguard/filter.pyi,sha256=MliwIIWwuRLgLASGGmvplT82iwHPczeyfnbRpjEGVgA,5549
761
796
  hfortix_fortios/api/v2/cmdb/log/fortiguard/override_filter.py,sha256=GfYD_C_LYNzNHM8doYIIX13owQN3w2ObDNvtkJtHdxA,14332
@@ -773,6 +808,7 @@ hfortix_fortios/api/v2/cmdb/log/fortiguard/_helpers/override_setting.pyi,sha256=
773
808
  hfortix_fortios/api/v2/cmdb/log/fortiguard/_helpers/setting.py,sha256=NME7_Mubln3r1ZFxHVVjroa5-u_3khZx7573A0HAa3s,28388
774
809
  hfortix_fortios/api/v2/cmdb/log/fortiguard/_helpers/setting.pyi,sha256=s94HBGiJQ_CBhtA97o-TA6UXIECn5v2QPxKyipbhR28,2062
775
810
  hfortix_fortios/api/v2/cmdb/log/memory/__init__.py,sha256=miVhtnoiAoVDVpB2sUWR-ewkrl-xb4_Lbd6a5Re_ASM,568
811
+ hfortix_fortios/api/v2/cmdb/log/memory/__init__.pyi,sha256=8ZqpyeOY5eKnDwMeCdkjN-D9j3yYX--YIuPdUUE-N1Y,474
776
812
  hfortix_fortios/api/v2/cmdb/log/memory/filter.py,sha256=qQjW8t3UCykVFwXVySs2TncCLTnpcRDd-UmO6wKwZOY,13954
777
813
  hfortix_fortios/api/v2/cmdb/log/memory/filter.pyi,sha256=w-4ZIREVWq_QwEiVqMPdCrk5WYWx_YSO989VTlut1tU,5775
778
814
  hfortix_fortios/api/v2/cmdb/log/memory/global_setting.py,sha256=KAwz7zWmyfgzUE1X0T74by9xbRzHk2tK1lq_4iAz_no,13826
@@ -786,6 +822,7 @@ hfortix_fortios/api/v2/cmdb/log/memory/_helpers/global_setting.pyi,sha256=7jiEgh
786
822
  hfortix_fortios/api/v2/cmdb/log/memory/_helpers/setting.py,sha256=pWDnMugy0JM3rjEdEDLwLwmeX9qUnDFG613CbgYAHec,18375
787
823
  hfortix_fortios/api/v2/cmdb/log/memory/_helpers/setting.pyi,sha256=an7u-nsfqv09gWW_5Q-ptxfHzP3mqiepFVL4oXw4paA,1325
788
824
  hfortix_fortios/api/v2/cmdb/log/null_device/__init__.py,sha256=6wioPItU9izZBXWbPj4SN2uXDaHiwol3TB_PkQZnL9Y,473
825
+ hfortix_fortios/api/v2/cmdb/log/null_device/__init__.pyi,sha256=St3p6TmclzNEs-eb3AXpil9CK6qnp9C1KPcv95jX2ZY,407
789
826
  hfortix_fortios/api/v2/cmdb/log/null_device/filter.py,sha256=9bL_GrjL6qWe4qFSKoi28FvmhCpF1z-soA6ZWIJs_Sg,14047
790
827
  hfortix_fortios/api/v2/cmdb/log/null_device/filter.pyi,sha256=BiJlYjJ-dBJeEN4e8Ih9TX43ORtCAozes35NJfHCgNM,5762
791
828
  hfortix_fortios/api/v2/cmdb/log/null_device/setting.py,sha256=_n6oZ1KujesXQNHk203e0CfosGjc5TOkYwte2NziHk8,12973
@@ -795,6 +832,7 @@ hfortix_fortios/api/v2/cmdb/log/null_device/_helpers/filter.pyi,sha256=lhWjU7bLP
795
832
  hfortix_fortios/api/v2/cmdb/log/null_device/_helpers/setting.py,sha256=_ZwMIl3O0xhst0xh92mbGAs0XJScnATET-3IJRolJ_M,18561
796
833
  hfortix_fortios/api/v2/cmdb/log/null_device/_helpers/setting.pyi,sha256=an7u-nsfqv09gWW_5Q-ptxfHzP3mqiepFVL4oXw4paA,1325
797
834
  hfortix_fortios/api/v2/cmdb/log/syslogd/__init__.py,sha256=Wdwjf1YC7nL50VfM0he7R4r1Qb70lqKdtNNsESdEq4k,703
835
+ hfortix_fortios/api/v2/cmdb/log/syslogd/__init__.pyi,sha256=HTgajYRtBEwe2PL6X52wBtIZneVwVY5v3tTaGwf5KhY,569
798
836
  hfortix_fortios/api/v2/cmdb/log/syslogd/filter.py,sha256=sHAIY8QWbZrl0dAEvTWxhTlOIErwn3e2gka7z9uebK8,13961
799
837
  hfortix_fortios/api/v2/cmdb/log/syslogd/filter.pyi,sha256=t51xez5gVkCqxmvxsQ-GNFARAgeVuSGvSEVzpmip-lk,5755
800
838
  hfortix_fortios/api/v2/cmdb/log/syslogd/override_filter.py,sha256=E8Pgsy3EDq5EawpF1p_Grx5ZVhOPgPTmWAFTJPnI_pw,14345
@@ -812,6 +850,7 @@ hfortix_fortios/api/v2/cmdb/log/syslogd/_helpers/override_setting.pyi,sha256=LS8
812
850
  hfortix_fortios/api/v2/cmdb/log/syslogd/_helpers/setting.py,sha256=1y_di0J6HOJyxnxYlumd5-klkOQyguD9BDUFaIRNEoM,29231
813
851
  hfortix_fortios/api/v2/cmdb/log/syslogd/_helpers/setting.pyi,sha256=pGmBatkHbCM8GRIOcI1WdJqVPl_gLp5RJyUAwurOPao,2220
814
852
  hfortix_fortios/api/v2/cmdb/log/syslogd2/__init__.py,sha256=FcTVXIDgrnm-zzZ63sfdfHw157eszwyLTKeRc3EMgMQ,708
853
+ hfortix_fortios/api/v2/cmdb/log/syslogd2/__init__.pyi,sha256=KB3DblEu6Mf_QSSg-QSfsZnZhYGSgMRka2e_vqn7CTs,572
815
854
  hfortix_fortios/api/v2/cmdb/log/syslogd2/filter.py,sha256=rZbgTXcXiiqeo5C-k-L3ClxBJHJXs_vb7ozQfLRJ1gE,13983
816
855
  hfortix_fortios/api/v2/cmdb/log/syslogd2/filter.pyi,sha256=H7ELZXBjSQrdnn86miWuubnDeRoSHfFKM_fVHgHfGPI,5757
817
856
  hfortix_fortios/api/v2/cmdb/log/syslogd2/override_filter.py,sha256=EYORyD-bO8F-TUOa2NJ7wL_j_UYG0VGu-CvjykELC6Q,14367
@@ -829,6 +868,7 @@ hfortix_fortios/api/v2/cmdb/log/syslogd2/_helpers/override_setting.pyi,sha256=LS
829
868
  hfortix_fortios/api/v2/cmdb/log/syslogd2/_helpers/setting.py,sha256=rVolyot_4MXdAl43GFY36-3zxuqZ6y9uPYNJUk0bEEM,29248
830
869
  hfortix_fortios/api/v2/cmdb/log/syslogd2/_helpers/setting.pyi,sha256=pGmBatkHbCM8GRIOcI1WdJqVPl_gLp5RJyUAwurOPao,2220
831
870
  hfortix_fortios/api/v2/cmdb/log/syslogd3/__init__.py,sha256=In3naLDk7kd7Jau5IabzZ3Te50myUo6Vgx9ettC1ORE,708
871
+ hfortix_fortios/api/v2/cmdb/log/syslogd3/__init__.pyi,sha256=6QjXs0YcEfXsNyTCXMS74odeNxcm8EqI8GnEL8Jtzds,572
832
872
  hfortix_fortios/api/v2/cmdb/log/syslogd3/filter.py,sha256=gRzhJRQ0bqxrXzPR04Gk4NkcAzsK-Zvmjs3CDFaxQOQ,13983
833
873
  hfortix_fortios/api/v2/cmdb/log/syslogd3/filter.pyi,sha256=a5Oenm5ajBOuLJEQ2b8fWHSOFQWYagulvXO8YNCJ5Po,5757
834
874
  hfortix_fortios/api/v2/cmdb/log/syslogd3/override_filter.py,sha256=Sk28YxvKfsyG9gzzLkKujzZ_OVp_hHZWvuQ1LJDDL7Q,14367
@@ -846,6 +886,7 @@ hfortix_fortios/api/v2/cmdb/log/syslogd3/_helpers/override_setting.pyi,sha256=LS
846
886
  hfortix_fortios/api/v2/cmdb/log/syslogd3/_helpers/setting.py,sha256=IJV_8OPLMheOjoMjnZ-0moOXFz4-40nY1FQxHXGePCs,29248
847
887
  hfortix_fortios/api/v2/cmdb/log/syslogd3/_helpers/setting.pyi,sha256=pGmBatkHbCM8GRIOcI1WdJqVPl_gLp5RJyUAwurOPao,2220
848
888
  hfortix_fortios/api/v2/cmdb/log/syslogd4/__init__.py,sha256=3tPuOsf5h4V9dTeaDz9BzrfXvbLo_R5CXcKgNMNB7ug,708
889
+ hfortix_fortios/api/v2/cmdb/log/syslogd4/__init__.pyi,sha256=PnFaO9z7tPBLJwUPxq_fBHENDmD0eRHtRablJ4W6TcA,572
849
890
  hfortix_fortios/api/v2/cmdb/log/syslogd4/filter.py,sha256=yreIFh3v4Ve9uxQmJgYhpEO3gkcSlCliAlhJxBITdKY,13983
850
891
  hfortix_fortios/api/v2/cmdb/log/syslogd4/filter.pyi,sha256=KOl5k01Qx9babanBKqEstf3iyX1OYGv_ISKzY0XnJSs,5757
851
892
  hfortix_fortios/api/v2/cmdb/log/syslogd4/override_filter.py,sha256=7LOHbmCzAAIaFCB6wTx72CK2u7a7SBbB_kjFlC49O-8,14367
@@ -863,6 +904,7 @@ hfortix_fortios/api/v2/cmdb/log/syslogd4/_helpers/override_setting.pyi,sha256=LS
863
904
  hfortix_fortios/api/v2/cmdb/log/syslogd4/_helpers/setting.py,sha256=E_Q9QZNqsLZJxeRjiOLHfAOVZBMTpHvpg8xMLVV1FRw,29248
864
905
  hfortix_fortios/api/v2/cmdb/log/syslogd4/_helpers/setting.pyi,sha256=pGmBatkHbCM8GRIOcI1WdJqVPl_gLp5RJyUAwurOPao,2220
865
906
  hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting/__init__.py,sha256=Q6KiR4VVyUu71QCaUOJa8bLHEC25_F3z_a_xQLYpobk,523
907
+ hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting/__init__.pyi,sha256=auYXG8io_S6EIo64X4bz69PaZRhvoH62f12O4HH__h4,438
866
908
  hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting/filter.py,sha256=OWmsDZIeYIciyLGj4hZopO_HE_h22kNs17D7oHQJRe8,13518
867
909
  hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting/filter.pyi,sha256=pp-R9BFS1P0mIi2qsd_StnO6IItHqcejMFFE5KJNKm0,3460
868
910
  hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting/setting.py,sha256=OqVwA-qDk7UUXqQt-4JJ5n6H-HDTfoY-DI-pIOPg49s,13842
@@ -872,6 +914,7 @@ hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting/_helpers/filter.pyi,sha25
872
914
  hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting/_helpers/setting.py,sha256=XSlW4Syyg0sjFZltjoF4P77ebtzVAvNdQn_mCJbJ79E,21180
873
915
  hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting/_helpers/setting.pyi,sha256=k9pz4PsXZgvqKSd1WfeVvgloaT3aFYO4lSO8Q4Z8U3Y,1439
874
916
  hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting2/__init__.py,sha256=bCMyO3NBtg_lSKVFn44oR5H7tZ3OTKkE7HlIEoAIlwQ,528
917
+ hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting2/__init__.pyi,sha256=uiVmXFjkwQw0_7FWtziauYXnUFsxvri96ntaV9kAkKQ,441
875
918
  hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting2/filter.py,sha256=C1vATKLbHZ1-womCA34pNq5V1rlxA_6tct3FZNK_FD0,13540
876
919
  hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting2/filter.pyi,sha256=1O1nc7h9B1y-wABn94mzEeuoTVeiSWLUKPZzAw5obSA,3462
877
920
  hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting2/setting.py,sha256=ygqcDe3Q-wL-aRZukuKKOQb9e3Yx4G-dS_eeS9G4kXw,13864
@@ -881,6 +924,7 @@ hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting2/_helpers/filter.pyi,sha2
881
924
  hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting2/_helpers/setting.py,sha256=UMQWjuybCyJghLCB-RmtklCrWru16GQ4a3aCUz5hMWM,21197
882
925
  hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting2/_helpers/setting.pyi,sha256=k9pz4PsXZgvqKSd1WfeVvgloaT3aFYO4lSO8Q4Z8U3Y,1439
883
926
  hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting3/__init__.py,sha256=eCr4godL2ngz8afGmfbfOrl-cB0MIZyFG35dSVa-ixk,528
927
+ hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting3/__init__.pyi,sha256=Bem6TZlqa-QQigfJssDAr1B05M4eMfCli3ET8-4FbXc,441
884
928
  hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting3/filter.py,sha256=53Adqcpjz7lV-DuMwqponpmlqeX-dbpYvha0Vz0C2G8,13540
885
929
  hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting3/filter.pyi,sha256=XlJyv-8x7qMKxPjewc7kGJJHWFzg7rCokYEsg7-TBAI,3462
886
930
  hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting3/setting.py,sha256=wXZFVu3iD6EbUCYpAwdQfZp_be-5YsWPbDLSL6n07Ww,13864
@@ -890,6 +934,7 @@ hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting3/_helpers/filter.pyi,sha2
890
934
  hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting3/_helpers/setting.py,sha256=2JdpkhkaKJZGhQP1XzS-aydfeAjFPSHDUK3ETtpqGsE,21197
891
935
  hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting3/_helpers/setting.pyi,sha256=k9pz4PsXZgvqKSd1WfeVvgloaT3aFYO4lSO8Q4Z8U3Y,1439
892
936
  hfortix_fortios/api/v2/cmdb/log/webtrends/__init__.py,sha256=kNpucqjeL4nppEZ2UqFnH66t8708BaSAw2DfrP5rsXg,468
937
+ hfortix_fortios/api/v2/cmdb/log/webtrends/__init__.pyi,sha256=kVXGk8cOS4FtjZWwxqcQiB0IBxSZW2be_ndIlqbkAdw,403
893
938
  hfortix_fortios/api/v2/cmdb/log/webtrends/filter.py,sha256=bCk9OdCGB238arGiSgNQAfcCQr_ECJqH5q5Fdhsr0EE,13996
894
939
  hfortix_fortios/api/v2/cmdb/log/webtrends/filter.pyi,sha256=DhnSjleXsKse_tjvrhilfU0YNPctI_S6RD6_uyqMDl4,5761
895
940
  hfortix_fortios/api/v2/cmdb/log/webtrends/setting.py,sha256=I1zsLkSy17PEbqpSzEenDRamU0zAEbzYSyoFTrYEkUY,12934
@@ -899,11 +944,13 @@ hfortix_fortios/api/v2/cmdb/log/webtrends/_helpers/filter.pyi,sha256=lhWjU7bLPID
899
944
  hfortix_fortios/api/v2/cmdb/log/webtrends/_helpers/setting.py,sha256=O1St3O3AfDdvR0AweGnq85O4RhbRjTtqhW9L2M-90xU,18590
900
945
  hfortix_fortios/api/v2/cmdb/log/webtrends/_helpers/setting.pyi,sha256=an7u-nsfqv09gWW_5Q-ptxfHzP3mqiepFVL4oXw4paA,1325
901
946
  hfortix_fortios/api/v2/cmdb/monitoring/__init__.py,sha256=zBDv1oC0jVrJ9TELlsPSFiBlIy7o6BXto8Orfr5IhTM,392
947
+ hfortix_fortios/api/v2/cmdb/monitoring/__init__.pyi,sha256=SZGL5vy1fRJ05-aMOnsggT3nFENZJlJBGMHxPIo_01g,354
902
948
  hfortix_fortios/api/v2/cmdb/monitoring/npu_hpe.py,sha256=ZczJ0rMj8jYOjklsHYsDTFhnWW7oXsJKs9f454C-ur0,12635
903
949
  hfortix_fortios/api/v2/cmdb/monitoring/npu_hpe.pyi,sha256=9W4IcGUpY8iEKHVlBADFolUJnrPGXbykybnVzdB-iMc,2289
904
950
  hfortix_fortios/api/v2/cmdb/monitoring/_helpers/npu_hpe.py,sha256=GxFpvkxDZre0ffYkpe-vbRwW7njY-QQVmv0TuX2caB8,16870
905
951
  hfortix_fortios/api/v2/cmdb/monitoring/_helpers/npu_hpe.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
906
952
  hfortix_fortios/api/v2/cmdb/report/__init__.py,sha256=38hJvVQpZF9JVlItydVhIns-29Q2W988O6_J54c3xSk,453
953
+ hfortix_fortios/api/v2/cmdb/report/__init__.pyi,sha256=LUt_wKjVUpfJQQSzlSKphOqUa8DaoAo-fmI-iSbDMxo,394
907
954
  hfortix_fortios/api/v2/cmdb/report/layout.py,sha256=2YwkeQQGVEEIL3pI-BiR2S0kq5-udRjkooioPnSnYU4,23090
908
955
  hfortix_fortios/api/v2/cmdb/report/layout.pyi,sha256=rBuInx3ILEevhAEVoX9xGH1P1o8bGZZTholTLwcpsD4,6007
909
956
  hfortix_fortios/api/v2/cmdb/report/setting.py,sha256=cUOsjLFKQqFGfU7Rh0QI_3Q5okhh1tDbFsUQ9ynte0Q,13270
@@ -913,6 +960,7 @@ hfortix_fortios/api/v2/cmdb/report/_helpers/layout.pyi,sha256=hWG3lOK4IAiNSGMkJ3
913
960
  hfortix_fortios/api/v2/cmdb/report/_helpers/setting.py,sha256=ZNnppTvizpgFm0V7T9uGIzNk-sWUtTwh9b0wYeCdXI4,21001
914
961
  hfortix_fortios/api/v2/cmdb/report/_helpers/setting.pyi,sha256=dy4nlzBduotuPdP7iCKr5d5Ri7i23DcxEl4k0_2gRAc,1538
915
962
  hfortix_fortios/api/v2/cmdb/router/__init__.py,sha256=uM7uvzX1gWcQx-J0WLpKb2MR8zVIxt4YDO-2_UuMKVQ,2567
963
+ hfortix_fortios/api/v2/cmdb/router/__init__.pyi,sha256=iX2Ksw6o_r34By4sSkhGjUa0raPU3e-vKOvAiRl5_Vw,1792
916
964
  hfortix_fortios/api/v2/cmdb/router/access_list.py,sha256=loC_rR8cZiBhL0nCKV39gZT2C1egPZaYAByL6rNFriM,21112
917
965
  hfortix_fortios/api/v2/cmdb/router/access_list.pyi,sha256=F848H3dXfSAwxsAe1cZaTcektTLVlQ3hSbq2A6P6Ams,3037
918
966
  hfortix_fortios/api/v2/cmdb/router/access_list6.py,sha256=xpdnVEmgYtDsMT0JTHucLmxL3RwhRTZ67FmdrMW6MYs,21195
@@ -1018,6 +1066,7 @@ hfortix_fortios/api/v2/cmdb/router/_helpers/static.pyi,sha256=55d9nimfRo_56xJQWw
1018
1066
  hfortix_fortios/api/v2/cmdb/router/_helpers/static6.py,sha256=472EGhnqwmt81hf49U4o90smB7KvYexHekywKu81j28,25397
1019
1067
  hfortix_fortios/api/v2/cmdb/router/_helpers/static6.pyi,sha256=55d9nimfRo_56xJQWw9s4dnepwQY4CTI3VCBytQIQXs,1661
1020
1068
  hfortix_fortios/api/v2/cmdb/rule/__init__.py,sha256=PMn8jbUeNROnvCSjpziGmrsdxJjbIQb5AikpIJn2N3c,554
1069
+ hfortix_fortios/api/v2/cmdb/rule/__init__.pyi,sha256=YkWiF-Q_V6sNdmlcaAwslKOzbwXQeFGsHabeug3rbqU,452
1021
1070
  hfortix_fortios/api/v2/cmdb/rule/fmwp.py,sha256=ggnZuUH8uYY9DzWRAqjPkdpcogkKzcGGvtiRaSK9BLM,24492
1022
1071
  hfortix_fortios/api/v2/cmdb/rule/fmwp.pyi,sha256=_u_kBg5o3Y84G37Ynshy_Vs2gR1DsuQjTJ98R0EZZ8I,4718
1023
1072
  hfortix_fortios/api/v2/cmdb/rule/iotd.py,sha256=mut8hSgL0gyd9fkqZu9uYNOkA-QkRaGnaMFQ7ADr29E,24338
@@ -1035,11 +1084,13 @@ hfortix_fortios/api/v2/cmdb/rule/_helpers/otdt.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJP
1035
1084
  hfortix_fortios/api/v2/cmdb/rule/_helpers/otvp.py,sha256=MdJrY_1__trY1jJaF_WzEFeeIyTbnhH3ckAxqx14KaA,23114
1036
1085
  hfortix_fortios/api/v2/cmdb/rule/_helpers/otvp.pyi,sha256=NafLAHW2MGU786V6TVwWUWGM34L1EU6uqcBsYB9kuy4,1542
1037
1086
  hfortix_fortios/api/v2/cmdb/sctp_filter/__init__.py,sha256=RpmkkjwK0xbEVTZ28gvPGWOrCZcleHG_k0IIfYKA0E0,395
1087
+ hfortix_fortios/api/v2/cmdb/sctp_filter/__init__.pyi,sha256=TjjN7i4ZDG8tmEMxkSqYZx7R3bxDFLV-XBciqkQaFAk,357
1038
1088
  hfortix_fortios/api/v2/cmdb/sctp_filter/profile.py,sha256=ywSIPcmNCzVyzv9Q8Ow3IR6p1KYSpK_URjqS-9w9_Ic,21200
1039
1089
  hfortix_fortios/api/v2/cmdb/sctp_filter/profile.pyi,sha256=6g0asHFnFSVNgo1boM6McXbHn-UVL_5A2q6cW1CEXeQ,3065
1040
1090
  hfortix_fortios/api/v2/cmdb/sctp_filter/_helpers/profile.py,sha256=v8Sw-MV3UQw6Th-WO51Ksyews3VyV0N9LT-0iLKa9wQ,18236
1041
1091
  hfortix_fortios/api/v2/cmdb/sctp_filter/_helpers/profile.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
1042
1092
  hfortix_fortios/api/v2/cmdb/switch_controller/__init__.py,sha256=UVQgktfnZ1Tw935mygg_Ca85IxJg_F_Wq4yCOF_EdMg,4602
1093
+ hfortix_fortios/api/v2/cmdb/switch_controller/__init__.pyi,sha256=hPxxw6HuzAq_WeGDucin5teFW-Lfe3sluuYPaVimjxY,3255
1043
1094
  hfortix_fortios/api/v2/cmdb/switch_controller/custom_command.py,sha256=caCceD-k-TYLYi7x1Vtv5mv02lfD4PmfchQ_h6zpQnA,22918
1044
1095
  hfortix_fortios/api/v2/cmdb/switch_controller/custom_command.pyi,sha256=RXEeON17PYJbcv6Ot-4lBHeGiiqjEcniFHEuOJkNkXc,3300
1045
1096
  hfortix_fortios/api/v2/cmdb/switch_controller/dynamic_port_policy.py,sha256=t3NWHh3FzAMeWR-zsFObsTC3CUHuFVfYVEkEXu4vXWk,22876
@@ -1173,6 +1224,7 @@ hfortix_fortios/api/v2/cmdb/switch_controller/_helpers/vlan_policy.pyi,sha256=kR
1173
1224
  hfortix_fortios/api/v2/cmdb/switch_controller/_helpers/x802_1X_settings.py,sha256=HQjNoibJcZ9iMcm-bbwPKonJNSRdF8HBkB9ft_ZQuC4,27254
1174
1225
  hfortix_fortios/api/v2/cmdb/switch_controller/_helpers/x802_1X_settings.pyi,sha256=JehT83Oc26GdZgApC3y401ViLHCUoPxv5iqJb_Nk68A,2048
1175
1226
  hfortix_fortios/api/v2/cmdb/switch_controller/acl/__init__.py,sha256=qXcpMfwc78k4emw9bbQ8g4Wwch2gm_hE04wqjZT2GeA,433
1227
+ hfortix_fortios/api/v2/cmdb/switch_controller/acl/__init__.pyi,sha256=5q23qiL69y1lb9p2ryfJ2_A_jSZB5CVtxjJI5G7vZ_M,381
1176
1228
  hfortix_fortios/api/v2/cmdb/switch_controller/acl/group.py,sha256=nA4nVJOzMUm_jCMSF-GN3uv7v-2VeHaoe8eqy2oKbVM,21406
1177
1229
  hfortix_fortios/api/v2/cmdb/switch_controller/acl/group.pyi,sha256=DqHNJsZmP8QfA1l3_3U3Pp7CGd6BVaVpnD0aGuoT1jI,2991
1178
1230
  hfortix_fortios/api/v2/cmdb/switch_controller/acl/ingress.py,sha256=lA5t98tCKaqnpWGKL_-bhsqOSh-1bibCUmSN9_ICoFA,21887
@@ -1182,6 +1234,7 @@ hfortix_fortios/api/v2/cmdb/switch_controller/acl/_helpers/group.pyi,sha256=7jiE
1182
1234
  hfortix_fortios/api/v2/cmdb/switch_controller/acl/_helpers/ingress.py,sha256=dKo6QrXneP_Pd7FEqzI1Wk7W9HfNvQwu2PAlUM2tMys,19071
1183
1235
  hfortix_fortios/api/v2/cmdb/switch_controller/acl/_helpers/ingress.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
1184
1236
  hfortix_fortios/api/v2/cmdb/switch_controller/auto_config/__init__.py,sha256=nuE4WY6C61tP1LlApHpY1tsEZntk6XWLx2V7LrKMOr0,551
1237
+ hfortix_fortios/api/v2/cmdb/switch_controller/auto_config/__init__.pyi,sha256=eJh0IaREaC_G3ZoRggJcHU31BOtPji5Zn1iene2X8Sc,457
1185
1238
  hfortix_fortios/api/v2/cmdb/switch_controller/auto_config/custom.py,sha256=ZSgqK4tAPZqL_r3GviPyDkZyPJiInF2_FKbaB0pvUcs,21947
1186
1239
  hfortix_fortios/api/v2/cmdb/switch_controller/auto_config/custom.pyi,sha256=mFGG7cWqPU6pf7_uEQWvs_l554-gM3AL_8qRFt6zYuk,3074
1187
1240
  hfortix_fortios/api/v2/cmdb/switch_controller/auto_config/default.py,sha256=5Y9TOlehCw9uTAZMierJp4bxQrYJSY1lyQudutBS26w,13561
@@ -1195,6 +1248,7 @@ hfortix_fortios/api/v2/cmdb/switch_controller/auto_config/_helpers/default.pyi,s
1195
1248
  hfortix_fortios/api/v2/cmdb/switch_controller/auto_config/_helpers/policy.py,sha256=mkP6dRpZvZrYrYLz8I34qxO_Wiq8IuEElLFkXix_uU4,22068
1196
1249
  hfortix_fortios/api/v2/cmdb/switch_controller/auto_config/_helpers/policy.pyi,sha256=_45DHYnvivk5OqiElYsuORilRFKTJZBaKOtlRysQVP4,1525
1197
1250
  hfortix_fortios/api/v2/cmdb/switch_controller/initial_config/__init__.py,sha256=5zjGYrM0ULt_a1sRLkNt1mMcSRtuK7NwSLnwUNf9FiY,488
1251
+ hfortix_fortios/api/v2/cmdb/switch_controller/initial_config/__init__.pyi,sha256=jq0X70Tu7xtuYb2nTn4pYvejDCkfyyYsfk-_Uf6OV3E,416
1198
1252
  hfortix_fortios/api/v2/cmdb/switch_controller/initial_config/template.py,sha256=auiRC1SCN3DriLPdtkXflfRXbOmI0vW1-4hq1o8fWSY,22880
1199
1253
  hfortix_fortios/api/v2/cmdb/switch_controller/initial_config/template.pyi,sha256=cJXtvLYQjia5PrDrd_gnUYRF2JF4Dlr14Qs_QXCzz3M,4059
1200
1254
  hfortix_fortios/api/v2/cmdb/switch_controller/initial_config/vlans.py,sha256=pw_0rqxehOlwzyDWmIs8a_x8QTNeXakSFQdQSO9a01E,14021
@@ -1204,6 +1258,7 @@ hfortix_fortios/api/v2/cmdb/switch_controller/initial_config/_helpers/template.p
1204
1258
  hfortix_fortios/api/v2/cmdb/switch_controller/initial_config/_helpers/vlans.py,sha256=DIScHpppP5M5iABtJsha2_bjktXlEaWxOIb_Tpz17fI,20355
1205
1259
  hfortix_fortios/api/v2/cmdb/switch_controller/initial_config/_helpers/vlans.pyi,sha256=LRl29jLCs8KAjSQTrgEIkhDpWqziHY8g8NCnLHaIPlY,1341
1206
1260
  hfortix_fortios/api/v2/cmdb/switch_controller/ptp/__init__.py,sha256=zsLJZ0TMa2vRZjwGRL1HKVhYAHwb2uYqi9Z5HX_G5dc,485
1261
+ hfortix_fortios/api/v2/cmdb/switch_controller/ptp/__init__.pyi,sha256=jc0xOE-I_MEMLXtsBlBtX_KAKbXDS4q8Kq-jsRa7JlM,423
1207
1262
  hfortix_fortios/api/v2/cmdb/switch_controller/ptp/interface_policy.py,sha256=T8iwQl-A-xVUsRI-z2K_vXMDbJHq-5r9Aawd8wdKOWw,22380
1208
1263
  hfortix_fortios/api/v2/cmdb/switch_controller/ptp/interface_policy.pyi,sha256=_AehJkD6a6vQCubrq_x0ULCWMx3WZD4s-5R6dbFmEXw,3258
1209
1264
  hfortix_fortios/api/v2/cmdb/switch_controller/ptp/profile.py,sha256=pbsohFUF8Fr6ydbO7SK8YllHFrPTCFBCCtcA11_12wA,22336
@@ -1213,6 +1268,7 @@ hfortix_fortios/api/v2/cmdb/switch_controller/ptp/_helpers/interface_policy.pyi,
1213
1268
  hfortix_fortios/api/v2/cmdb/switch_controller/ptp/_helpers/profile.py,sha256=6a5wkeUV5yljlwAPEk3C5byeoGesmpFeO74xyyF86e8,22665
1214
1269
  hfortix_fortios/api/v2/cmdb/switch_controller/ptp/_helpers/profile.pyi,sha256=ZIgXRsqa8eGI7WsZiEQ4WnFZb2lRNwUonCc3Lgjp6WM,1614
1215
1270
  hfortix_fortios/api/v2/cmdb/switch_controller/qos/__init__.py,sha256=ieS41eHWzNuJ_MfnG7kgP3QGrT3R59MEc7Rd3TMV85A,664
1271
+ hfortix_fortios/api/v2/cmdb/switch_controller/qos/__init__.pyi,sha256=dliCh6m46FkVXkLpNY6c0vJJMjZKwXgj-V1VhjW5VR4,543
1216
1272
  hfortix_fortios/api/v2/cmdb/switch_controller/qos/dot1p_map.py,sha256=bbgG_VWWE0J0A2lPAA5be-jiQYWzE2_GIgoZ3T4L87U,23323
1217
1273
  hfortix_fortios/api/v2/cmdb/switch_controller/qos/dot1p_map.pyi,sha256=_j2hTPNwzoqpupNNN6UYAzCX-MlhYJfQD3ofjBKTuhQ,6636
1218
1274
  hfortix_fortios/api/v2/cmdb/switch_controller/qos/ip_dscp_map.py,sha256=4feLT3cxX15Ij_TJBAdksmYtmHbpvkwThCak0knuTxM,21930
@@ -1230,6 +1286,7 @@ hfortix_fortios/api/v2/cmdb/switch_controller/qos/_helpers/qos_policy.pyi,sha256
1230
1286
  hfortix_fortios/api/v2/cmdb/switch_controller/qos/_helpers/queue_policy.py,sha256=VoXUT7ZCNkDctbjkpBNlEsiXxhk1qogHarNrTfo0-cc,22184
1231
1287
  hfortix_fortios/api/v2/cmdb/switch_controller/qos/_helpers/queue_policy.pyi,sha256=kuenVEVyy26sd1MgH-0CP-KuVCSlyQ_ITj-iAbGs4-g,1418
1232
1288
  hfortix_fortios/api/v2/cmdb/switch_controller/security_policy/__init__.py,sha256=taXPTU6p7piztlWqWonStb8-DsktIPo8xU9wkaUItYg,517
1289
+ hfortix_fortios/api/v2/cmdb/switch_controller/security_policy/__init__.pyi,sha256=_1fMBgx2sKEao-9vidRr4TkCTbybLzZxihGPuNkewvU,439
1233
1290
  hfortix_fortios/api/v2/cmdb/switch_controller/security_policy/local_access.py,sha256=wSGbHxDd5VCcLjaOvohyB6ytUNEM-YW2Yy2-_L7HJ8E,22854
1234
1291
  hfortix_fortios/api/v2/cmdb/switch_controller/security_policy/local_access.pyi,sha256=Lk5xN7AZEQSfQProAl-92CAnmkUpCV4Iu7yHUkgIqyM,3707
1235
1292
  hfortix_fortios/api/v2/cmdb/switch_controller/security_policy/x802_1X.py,sha256=5v3GCpjCWaHhIkypNWDx8DIsjBgPXVkiFfSKP1nUFiE,26366
@@ -1239,6 +1296,7 @@ hfortix_fortios/api/v2/cmdb/switch_controller/security_policy/_helpers/local_acc
1239
1296
  hfortix_fortios/api/v2/cmdb/switch_controller/security_policy/_helpers/x802_1X.py,sha256=KeAsIH59bdJTsRjn9B9Hxh8VRXpE-f9X6KoluOT2VmU,38486
1240
1297
  hfortix_fortios/api/v2/cmdb/switch_controller/security_policy/_helpers/x802_1X.pyi,sha256=rt7Jl6VLCKGZDOCWtPafOf2yfHLACUrRVBsNQu7KyLg,2646
1241
1298
  hfortix_fortios/api/v2/cmdb/system/__init__.py,sha256=nOt8mcNfnYps4g2WSXZ46DGvmBeZrWDIcYrSmAnNyAE,13633
1299
+ hfortix_fortios/api/v2/cmdb/system/__init__.pyi,sha256=OUs6CCSU7GIdZQ0k-X1LThxtvSKsFf8mtfESv6EnH88,9386
1242
1300
  hfortix_fortios/api/v2/cmdb/system/accprofile.py,sha256=3fwp-Bvid9bFkEgq_oCAEZNLzTO9UMC9Rp2r8NghUdw,25272
1243
1301
  hfortix_fortios/api/v2/cmdb/system/accprofile.pyi,sha256=el3qO-PF_tMV5MpuXaCXBn8DCvZIEUkj4fv0lGSNCQk,7946
1244
1302
  hfortix_fortios/api/v2/cmdb/system/acme.py,sha256=ZXDb-_4ISeeIuFHxWGi3kwdRwWQNHt1ObA9XUqMjnKA,13373
@@ -1728,26 +1786,31 @@ hfortix_fortios/api/v2/cmdb/system/_helpers/x3g_modem_custom.pyi,sha256=7jiEgh0g
1728
1786
  hfortix_fortios/api/v2/cmdb/system/_helpers/zone.py,sha256=f4veOc_WZQX8V6pIdIWNBxRvzqtq1VeGZod04fvkBS4,19969
1729
1787
  hfortix_fortios/api/v2/cmdb/system/_helpers/zone.pyi,sha256=G8IOVqh6Cw_7UtzTOFfPhTpq42OT3wtF7TfENkYSNBw,1327
1730
1788
  hfortix_fortios/api/v2/cmdb/system/autoupdate/__init__.py,sha256=DyNPiJ6B4Q9_XTJ9ghfxJYAityUEuf25fxBQaJX9Fu4,400
1789
+ hfortix_fortios/api/v2/cmdb/system/autoupdate/__init__.pyi,sha256=EadA7w4mpRWkmY1tVarepr6f6eCyO7j12wiew72KbqI,360
1731
1790
  hfortix_fortios/api/v2/cmdb/system/autoupdate/schedule.py,sha256=ov8CY3hweZhRTnkW5PM7023-JG_ainoOJDTYB37zJwk,13226
1732
1791
  hfortix_fortios/api/v2/cmdb/system/autoupdate/schedule.pyi,sha256=d6rV-hr77i9XkUg-vgT1JQ_3ib8UVUJ4-AdfMWAIbfA,3540
1733
1792
  hfortix_fortios/api/v2/cmdb/system/autoupdate/_helpers/schedule.py,sha256=KiXRj0yhysx9ia4tCVKqBsr1hN_9ty2pKparfOCKT7Y,20657
1734
1793
  hfortix_fortios/api/v2/cmdb/system/autoupdate/_helpers/schedule.pyi,sha256=CbFGBSE4x4HYTTt0_KBaUO1xJ-HAEMqnznpo5U6a0GA,1548
1735
1794
  hfortix_fortios/api/v2/cmdb/system/dhcp/__init__.py,sha256=XnIsJV4OdlOQexxwlpCf89MW2pROMwBsPZwktjNlmj8,360
1795
+ hfortix_fortios/api/v2/cmdb/system/dhcp/__init__.pyi,sha256=r__RroodgirBfCcg67AbvyIqsGNhdV2qaH65oVgxhSQ,334
1736
1796
  hfortix_fortios/api/v2/cmdb/system/dhcp/server.py,sha256=VV4cGPGboX0gQqrtyVLapUDYCBiZz1cJQPMudjDLuO8,29462
1737
1797
  hfortix_fortios/api/v2/cmdb/system/dhcp/server.pyi,sha256=-V_QLNTdw-w4o-NLCLLXrlaPzsdvqV0X4PfcdbZeJSw,9118
1738
1798
  hfortix_fortios/api/v2/cmdb/system/dhcp/_helpers/server.py,sha256=Xw-LCS1mpI4zDQPGlozQkgFn4CletiREiZ5iApsdQfU,51717
1739
1799
  hfortix_fortios/api/v2/cmdb/system/dhcp/_helpers/server.pyi,sha256=TUZ8JL4KaVl5VeX3VBgVc6HzlscAba6BZ6z3Wgpx82s,2813
1740
1800
  hfortix_fortios/api/v2/cmdb/system/dhcp6/__init__.py,sha256=l4e_9oA1wuIef36rr-xWR-wggyS4dWD61v_DEpaajdg,365
1801
+ hfortix_fortios/api/v2/cmdb/system/dhcp6/__init__.pyi,sha256=4IsMCdtANKRK6U2AhlVlWGNUkcezEmoXw7fhdfCb0mw,337
1741
1802
  hfortix_fortios/api/v2/cmdb/system/dhcp6/server.py,sha256=e5_qGr53-0ODPmZySy3eKeBunfxE9LuNZ6FKZ4i3g5Y,24285
1742
1803
  hfortix_fortios/api/v2/cmdb/system/dhcp6/server.pyi,sha256=W0Y8asae1Y2ahucfg2xstf9hqRMUR6MDYYY51RqoClk,6366
1743
1804
  hfortix_fortios/api/v2/cmdb/system/dhcp6/_helpers/server.py,sha256=GYJNK5ycP8uGPzvA-owRL0tvzPOM_sZiUCWOK8oZSwM,31327
1744
1805
  hfortix_fortios/api/v2/cmdb/system/dhcp6/_helpers/server.pyi,sha256=oGW4c6nUyM_HGAxb5uzpKtncR1z5STsZZf7Qi9sVhe0,1859
1745
1806
  hfortix_fortios/api/v2/cmdb/system/lldp/__init__.py,sha256=RehcrDNmrJWQ9NgJuwZEvw3OPll2w9n-wJ63gWJ_Z_4,397
1807
+ hfortix_fortios/api/v2/cmdb/system/lldp/__init__.pyi,sha256=uAwBvo8KmxEkau2G6Z56S-6DTlM0AoXpcI3qr-qmRKA,364
1746
1808
  hfortix_fortios/api/v2/cmdb/system/lldp/network_policy.py,sha256=8NkA0jrxrmLhryAFU48cJv3LoKePwmdUa5gXJRlZOvA,22900
1747
1809
  hfortix_fortios/api/v2/cmdb/system/lldp/network_policy.pyi,sha256=Ltke2Q0XEOoSD7GTd6a-7aaBmJc6OWcaKzhIuVDdo80,4034
1748
1810
  hfortix_fortios/api/v2/cmdb/system/lldp/_helpers/network_policy.py,sha256=DyogoLsr_IcDhK968ohXVaVy0pYgy7BXrLdErABy6nY,27357
1749
1811
  hfortix_fortios/api/v2/cmdb/system/lldp/_helpers/network_policy.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
1750
1812
  hfortix_fortios/api/v2/cmdb/system/replacemsg/__init__.py,sha256=mROAeut-tt6Xsw9jyZo5N7hD7klnPrZM85gNr7jU3P4,1294
1813
+ hfortix_fortios/api/v2/cmdb/system/replacemsg/__init__.pyi,sha256=sqW5XyeEuX_W9LJrtDUdK_p8gGvH7ungvmOyWsjGbAE,940
1751
1814
  hfortix_fortios/api/v2/cmdb/system/replacemsg/admin.py,sha256=5jKVjel7bjRtLKVMmnUGCCM-oWJ7moeEJnUguuI6F_o,23694
1752
1815
  hfortix_fortios/api/v2/cmdb/system/replacemsg/admin.pyi,sha256=BbI9XK1uS55J_eUe_CPtLihGQD_X9uF-aVzNzCUq7mk,3285
1753
1816
  hfortix_fortios/api/v2/cmdb/system/replacemsg/alertmail.py,sha256=_KkYW3SwbwFRZSFqPllE_LRmjC4i7BymPq3g2Gy_4Uw,23938
@@ -1797,6 +1860,7 @@ hfortix_fortios/api/v2/cmdb/system/replacemsg/_helpers/traffic_quota.pyi,sha256=
1797
1860
  hfortix_fortios/api/v2/cmdb/system/replacemsg/_helpers/utm.py,sha256=qClz8cwEBfmkJWzTRggAn9U1U1b9hSS5T16ckvblGjo,19867
1798
1861
  hfortix_fortios/api/v2/cmdb/system/replacemsg/_helpers/utm.pyi,sha256=JBpaHt6qT0nDCo2j_YPdX223m8ovRX5jkWJ1u-l8pQo,1404
1799
1862
  hfortix_fortios/api/v2/cmdb/system/security_rating/__init__.py,sha256=VFBQ-iPxV8YK-qTGi8sLTpSQ-DBNPFoQkgqOfoSXrWk,508
1863
+ hfortix_fortios/api/v2/cmdb/system/security_rating/__init__.pyi,sha256=4TZpX2ZZNT8RrhatxNEisw4cgnqakZJ3WVpVRJh0wEM,431
1800
1864
  hfortix_fortios/api/v2/cmdb/system/security_rating/controls.py,sha256=0EsV5G9hVOG9FmfGRFHLdpz_UuNGjXfQIj9t157elkA,22128
1801
1865
  hfortix_fortios/api/v2/cmdb/system/security_rating/controls.pyi,sha256=DKDWw-YYsBXeciikQceVkt0uRvuQDG5yJxFCO2rmQLw,3341
1802
1866
  hfortix_fortios/api/v2/cmdb/system/security_rating/settings.py,sha256=mDLU3T3Oc9A-4UQhueFEjBbmo1nVcI-adXBBSZyYhUM,13185
@@ -1806,6 +1870,7 @@ hfortix_fortios/api/v2/cmdb/system/security_rating/_helpers/controls.pyi,sha256=
1806
1870
  hfortix_fortios/api/v2/cmdb/system/security_rating/_helpers/settings.py,sha256=yaWtf_JR9_0dcHfg-nYn2AqaYLYVy13XjoJIojq28dc,18801
1807
1871
  hfortix_fortios/api/v2/cmdb/system/security_rating/_helpers/settings.pyi,sha256=Az4IEqnTe-DQnX01hh5B9EYA1Ttg-G7qPTn9mKSjTUw,1339
1808
1872
  hfortix_fortios/api/v2/cmdb/system/snmp/__init__.py,sha256=gi_aa_TVNrEPLE8kDDNglJuAbVXKwfOwI5kpmqteZDg,701
1873
+ hfortix_fortios/api/v2/cmdb/system/snmp/__init__.pyi,sha256=cLjeqIgLYEct4y_Q2RXQoF4UWHS8zHupfkPFP6ba-fw,558
1809
1874
  hfortix_fortios/api/v2/cmdb/system/snmp/community.py,sha256=q-IMmIhjwxbwHXlk9FJuTiKOPr3Y_I3o6YmwH2rerqM,23785
1810
1875
  hfortix_fortios/api/v2/cmdb/system/snmp/community.pyi,sha256=sSAyFwSlArzfBGE2ilp0Lsey4TRecFLqV4zkJ2jUsv4,7877
1811
1876
  hfortix_fortios/api/v2/cmdb/system/snmp/mib_view.py,sha256=_NgtY8oES8E_v8DHUfV6WTh3kkigj_vwZ3l2l6GAHkU,21432
@@ -1827,11 +1892,13 @@ hfortix_fortios/api/v2/cmdb/system/snmp/_helpers/sysinfo.pyi,sha256=aAAmTPz25xtq
1827
1892
  hfortix_fortios/api/v2/cmdb/system/snmp/_helpers/user.py,sha256=VkvwntzyINt9OdABGX475CRuev21sPhk4i-lZ7rODwo,31694
1828
1893
  hfortix_fortios/api/v2/cmdb/system/snmp/_helpers/user.pyi,sha256=aGmk1WYcJi9gsDDEvktyM3zuP_MpB8f4rZ0lM3bXuyM,2751
1829
1894
  hfortix_fortios/api/v2/cmdb/system/x3g_modem/__init__.py,sha256=hYfqucVNQyCA1RbIFOjjIfns58B6nJx6wkbDKJ3j42w,380
1895
+ hfortix_fortios/api/v2/cmdb/system/x3g_modem/__init__.pyi,sha256=fp1mIvG1RNYsqDmb2pcXrzz_juQecdisB65Vf28ajIQ,347
1830
1896
  hfortix_fortios/api/v2/cmdb/system/x3g_modem/custom.py,sha256=Zr_20cIzGVJw0aCdtbhM49J78hkwvw90GZOTcwAO75g,12742
1831
1897
  hfortix_fortios/api/v2/cmdb/system/x3g_modem/custom.pyi,sha256=yM1TkQUAos3Y-KS1ED_lKFFtMs8fphg0ulcPnyoTRss,2298
1832
1898
  hfortix_fortios/api/v2/cmdb/system/x3g_modem/_helpers/custom.py,sha256=aMUjtkSglbJKIi-x33v3eXUmJjR7nlUsHpR5CcbtLro,16948
1833
1899
  hfortix_fortios/api/v2/cmdb/system/x3g_modem/_helpers/custom.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
1834
1900
  hfortix_fortios/api/v2/cmdb/user/__init__.py,sha256=GhBhvSdsgVd9VzD7ldygwuD3FVM59uuqKe5CQJ1xMX4,2499
1901
+ hfortix_fortios/api/v2/cmdb/user/__init__.pyi,sha256=A0Umq51W_Cpjx56k49cV8IVzW3MyPZxe7bS7vx8dh-s,1764
1835
1902
  hfortix_fortios/api/v2/cmdb/user/adgrp.py,sha256=Be1Uw5VLLk5EHXIUP5AnspouQBlzetZg08LWYdub0Fk,20975
1836
1903
  hfortix_fortios/api/v2/cmdb/user/adgrp.pyi,sha256=UtwyhUS2P9kElA_-VbwfVq6WqMM9fZ6pezISMjmZgI0,3097
1837
1904
  hfortix_fortios/api/v2/cmdb/user/certificate.py,sha256=QpSJHAYusR6RjBFnyl1yeU2jDRfsLqxHDzIVwyPT2j8,21805
@@ -1929,6 +1996,7 @@ hfortix_fortios/api/v2/cmdb/user/_helpers/setting.pyi,sha256=nOfTlOXJS8Pvq78UPQ6
1929
1996
  hfortix_fortios/api/v2/cmdb/user/_helpers/tacacs_plus.py,sha256=9y2cAG5BXmQGvWavvGP5ujrYVxJVOurrL7pkMgJ-EhQ,23926
1930
1997
  hfortix_fortios/api/v2/cmdb/user/_helpers/tacacs_plus.pyi,sha256=138Ng7Lx1zBXmTs1fnMZ2QNCyLm8YEHaqsbgTN6Ddlc,1557
1931
1998
  hfortix_fortios/api/v2/cmdb/videofilter/__init__.py,sha256=dwljuFnM3quoueFzLbO_Bfie9q9bfMrX9ntklxocNug,583
1999
+ hfortix_fortios/api/v2/cmdb/videofilter/__init__.pyi,sha256=5WaWH77BHsM53BalDwlXNOAtMO6GhiGaKGSypAp11NE,481
1932
2000
  hfortix_fortios/api/v2/cmdb/videofilter/keyword.py,sha256=02psxUaxYwHZ4HhRb1U9gn8p3fiFVvwx0JXKAUnuneQ,21385
1933
2001
  hfortix_fortios/api/v2/cmdb/videofilter/keyword.pyi,sha256=3t6PGmMzgZ3IA7S-QOKWMjv108nA38JzUlVhMqNqDgA,3263
1934
2002
  hfortix_fortios/api/v2/cmdb/videofilter/profile.py,sha256=LSqd2yItUi64bdu3Rdn1eprYuvkTd4lXqlqLFiYJ6Gk,21960
@@ -1942,16 +2010,19 @@ hfortix_fortios/api/v2/cmdb/videofilter/_helpers/profile.pyi,sha256=yY67bfjY6Eun
1942
2010
  hfortix_fortios/api/v2/cmdb/videofilter/_helpers/youtube_key.py,sha256=qhTvrfyBmNNt0kXCu7WMjYhALXsUS6wQ6eWvNstYrQU,17433
1943
2011
  hfortix_fortios/api/v2/cmdb/videofilter/_helpers/youtube_key.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
1944
2012
  hfortix_fortios/api/v2/cmdb/virtual_patch/__init__.py,sha256=X5w9fvkP3IfUMxXxX3ZqnZD8xsX71SSloMpAFqHtK_I,405
2013
+ hfortix_fortios/api/v2/cmdb/virtual_patch/__init__.pyi,sha256=TQbFyhP3tvGGVGaKBujWQtcBPPW6o8vFn42CVbXXL84,363
1945
2014
  hfortix_fortios/api/v2/cmdb/virtual_patch/profile.py,sha256=zjjdoKnBH06SyUooQ2HFpy5p_PJK2Cmlo66_RasAcpY,21906
1946
2015
  hfortix_fortios/api/v2/cmdb/virtual_patch/profile.pyi,sha256=hEB47cK9EQ4eOVSAdTp_dKnFeYFmpIKwQETDjdsLyiw,3768
1947
2016
  hfortix_fortios/api/v2/cmdb/virtual_patch/_helpers/profile.py,sha256=VMGyWXT3tSQ4WFoUv3wLCL_vWPttbhUllhk8TdhP0Yg,21668
1948
2017
  hfortix_fortios/api/v2/cmdb/virtual_patch/_helpers/profile.pyi,sha256=ZSMp2NzzFKCIkqoMr_C-weeX3pcVmM9msWY6oSeOdgY,1489
1949
2018
  hfortix_fortios/api/v2/cmdb/voip/__init__.py,sha256=tRKarh5sKu54LU-f_hETQ5NIi8iaaDGNBRp19ZkWvOk,365
2019
+ hfortix_fortios/api/v2/cmdb/voip/__init__.pyi,sha256=RJRMrEwxI4NuLuKu5IcuJAiEQeVtWTAvn9zTh4yF-Ac,338
1950
2020
  hfortix_fortios/api/v2/cmdb/voip/profile.py,sha256=aBDShoVtX7e-TtpA2ffgEwUPvjSs8K2ERXBGKNbID9E,21355
1951
2021
  hfortix_fortios/api/v2/cmdb/voip/profile.pyi,sha256=I8W8L36NhTb5uZ95e13JdNSmEK3wF5ZkYvkkz6jRf3Q,3374
1952
2022
  hfortix_fortios/api/v2/cmdb/voip/_helpers/profile.py,sha256=Wz0RiGlmZ1xs4pNPkuYBFAswBM_eJKcMycEPEPrrheY,46878
1953
2023
  hfortix_fortios/api/v2/cmdb/voip/_helpers/profile.pyi,sha256=FGnCnaf-sxtUneGrLfrLUzvaAKpdVTfxbd0skML0s_k,1330
1954
2024
  hfortix_fortios/api/v2/cmdb/vpn/__init__.py,sha256=2fXtFamhMMJA4yeEesNH2xK1z41bsX_PWEMKNhHxyc0,754
2025
+ hfortix_fortios/api/v2/cmdb/vpn/__init__.pyi,sha256=NineM73oLlMEHpijoVHuQHiyyr4x6uXLrwaBstcuFeE,587
1955
2026
  hfortix_fortios/api/v2/cmdb/vpn/kmip_server.py,sha256=8EP4LDNGlMYlX6QGR7RbhvF9cNZ6tg0cHp17ngudU_w,22889
1956
2027
  hfortix_fortios/api/v2/cmdb/vpn/kmip_server.pyi,sha256=BEH1zjfUoCX19oDAKVW3cCvTQ9vlxph2pSj-AJgYW0s,4719
1957
2028
  hfortix_fortios/api/v2/cmdb/vpn/l2tp.py,sha256=gTSjdhoM_BRE5cPKvwRCIpVOgG_8dqdUAMvFIuzSSwA,13200
@@ -1969,6 +2040,7 @@ hfortix_fortios/api/v2/cmdb/vpn/_helpers/pptp.pyi,sha256=nOV7MbGLuM3YyEkszZmBsNz
1969
2040
  hfortix_fortios/api/v2/cmdb/vpn/_helpers/qkd.py,sha256=BbAd4_Mj-LFJjjbL6d0Kb8B0kD7WMY9SkWdXIIM2gMs,18756
1970
2041
  hfortix_fortios/api/v2/cmdb/vpn/_helpers/qkd.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
1971
2042
  hfortix_fortios/api/v2/cmdb/vpn/certificate/__init__.py,sha256=7ToxGGUcI2AgF0oYwhGq7kQ_wL59IrfcDrIPGPDrmmw,862
2043
+ hfortix_fortios/api/v2/cmdb/vpn/certificate/__init__.pyi,sha256=V22VkNN3bdXsKhNt_fTIq2-zgcV--H0zHdkydxvhCRc,655
1972
2044
  hfortix_fortios/api/v2/cmdb/vpn/certificate/ca.py,sha256=6dvID6bSl-BGoeTRclEnxCEukmpkSs0MwQHwWLHMY2A,23009
1973
2045
  hfortix_fortios/api/v2/cmdb/vpn/certificate/ca.pyi,sha256=ZSIZfpG5v93G8xjl0FaTXvYJ-fO2Wz3PmMOTT0f8RXw,5129
1974
2046
  hfortix_fortios/api/v2/cmdb/vpn/certificate/crl.py,sha256=mkQQLjQcJE9AFlgmCx9jTtmrR0kRCOppuokU6XcAmuM,22860
@@ -1998,6 +2070,7 @@ hfortix_fortios/api/v2/cmdb/vpn/certificate/_helpers/remote.pyi,sha256=O_LmVxf4N
1998
2070
  hfortix_fortios/api/v2/cmdb/vpn/certificate/_helpers/setting.py,sha256=vSm4CUVCAsS_gRBVRo7B0tC4BmDMn7dkXaMU9zaVWw8,39825
1999
2071
  hfortix_fortios/api/v2/cmdb/vpn/certificate/_helpers/setting.pyi,sha256=Re5jHVZeed7u24I-Q_UaXmBuLwoWo4AAN3e_Zd-c4Zg,2509
2000
2072
  hfortix_fortios/api/v2/cmdb/vpn/ipsec/__init__.py,sha256=MEWpM5mquAtePgva4ossCdZKc08KwJoI0IK_8iOXEvo,1097
2073
+ hfortix_fortios/api/v2/cmdb/vpn/ipsec/__init__.pyi,sha256=1Rw-I78PHrhnZqwlO4SdvzQejOgoaiHmd91rDY9GRms,837
2001
2074
  hfortix_fortios/api/v2/cmdb/vpn/ipsec/concentrator.py,sha256=92-iaz4LXaAg88UGYVRh5Fg64_dImxkYNFKRMlEQOeQ,21766
2002
2075
  hfortix_fortios/api/v2/cmdb/vpn/ipsec/concentrator.pyi,sha256=CJZH472xgJf_kMHsjLQMsQN6qcBeCvXFqaSg6buIuj8,3387
2003
2076
  hfortix_fortios/api/v2/cmdb/vpn/ipsec/fec.py,sha256=t20Zl-a5KzXzxttr6O6hmRoISGRGJ30zvfj9IJo3-xg,20778
@@ -2031,6 +2104,7 @@ hfortix_fortios/api/v2/cmdb/vpn/ipsec/_helpers/phase2.pyi,sha256=NJc_DiWhOAXNXZe
2031
2104
  hfortix_fortios/api/v2/cmdb/vpn/ipsec/_helpers/phase2_interface.py,sha256=K2B7_S2Pq7oK78ab0yeKK1pmgr1wUuPeiFjH7VPGS7g,53367
2032
2105
  hfortix_fortios/api/v2/cmdb/vpn/ipsec/_helpers/phase2_interface.pyi,sha256=96Qnn-eAw-73v226ISPMPnerloBgEMXhkYw0zKwDrdk,5306
2033
2106
  hfortix_fortios/api/v2/cmdb/waf/__init__.py,sha256=AA2IWWcFV1g7k741aHGBJeHG1akWKGY2tdYueMqwPJY,548
2107
+ hfortix_fortios/api/v2/cmdb/waf/__init__.pyi,sha256=ynhzYoclIxsjCOP1DkQX0e1P9rNNj9g_3XC3BMFSLyI,461
2034
2108
  hfortix_fortios/api/v2/cmdb/waf/main_class.py,sha256=JjUnQ1G0dM5BJ9cytxXSZ7ca5P6uB3gbYKqShiuwSKg,20729
2035
2109
  hfortix_fortios/api/v2/cmdb/waf/main_class.pyi,sha256=80mmkT4V3MrilXehM9QLSGAS48pXFKhqUMVvgE19mTw,2899
2036
2110
  hfortix_fortios/api/v2/cmdb/waf/profile.py,sha256=N3WsEJ9KW0CGmXiZfvZVkMAtRjOBrwlJ_uApp35DFpY,22110
@@ -2044,6 +2118,7 @@ hfortix_fortios/api/v2/cmdb/waf/_helpers/profile.pyi,sha256=wI5xJDZ1W1x7douUg_Ig
2044
2118
  hfortix_fortios/api/v2/cmdb/waf/_helpers/signature.py,sha256=4_JDrDteb7Q5sT7tCiHb7tlHhgad5DHBpIUHSp68HkQ,17279
2045
2119
  hfortix_fortios/api/v2/cmdb/waf/_helpers/signature.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2046
2120
  hfortix_fortios/api/v2/cmdb/web_proxy/__init__.py,sha256=cVaXVog0T2Lxgc-kSMy53FiVk9lhUadLMAUFtQ4ZjG0,1323
2121
+ hfortix_fortios/api/v2/cmdb/web_proxy/__init__.pyi,sha256=jKsn3MejyNKgjukz0t0oPhKukHFF27d0QO_2YCoW5ag,993
2047
2122
  hfortix_fortios/api/v2/cmdb/web_proxy/debug_url.py,sha256=QBAk-AbEUl6NyIB0h_xWRbNOqqqhD5h2UThQ9ZagbH0,21499
2048
2123
  hfortix_fortios/api/v2/cmdb/web_proxy/debug_url.pyi,sha256=NaGQNMi_wYl6y5QQVJ4zkr4nu0nQQFfR087j6G2dnVE,3334
2049
2124
  hfortix_fortios/api/v2/cmdb/web_proxy/explicit.py,sha256=pOTASek4uE5TZiMYudxt89-RUqrPbsGND5neFzj2OA4,16518
@@ -2085,6 +2160,7 @@ hfortix_fortios/api/v2/cmdb/web_proxy/_helpers/url_match.pyi,sha256=jdCLNDQSZDQj
2085
2160
  hfortix_fortios/api/v2/cmdb/web_proxy/_helpers/wisp.py,sha256=Npb6BBkFfZr4bz1-mX3qI9GEgzqvpjm2jxEWRWfzOSs,18383
2086
2161
  hfortix_fortios/api/v2/cmdb/web_proxy/_helpers/wisp.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2087
2162
  hfortix_fortios/api/v2/cmdb/webfilter/__init__.py,sha256=h5DIKegiVTjXSRB6spmt087PLFvj37qpZMhlU4OIXus,1923
2163
+ hfortix_fortios/api/v2/cmdb/webfilter/__init__.pyi,sha256=OOaQQNN5By23jLLTfdlmeqC31AcLUVQncrcxsWJhc8U,1425
2088
2164
  hfortix_fortios/api/v2/cmdb/webfilter/content.py,sha256=C91_UqQAoxzyQEytUOulRtR79LiLpZc10NR4UvrpuJg,21219
2089
2165
  hfortix_fortios/api/v2/cmdb/webfilter/content.pyi,sha256=YWEQrki3aDwzY2czg1rnyJxx9TN7-Rut0YLex1q9_Zo,3148
2090
2166
  hfortix_fortios/api/v2/cmdb/webfilter/content_header.py,sha256=tyyB6c3_wnjyKj0ijGx07nQYtZe_AZmiev_BB8RJU0k,21687
@@ -2142,6 +2218,7 @@ hfortix_fortios/api/v2/cmdb/webfilter/_helpers/search_engine.pyi,sha256=2L-6Iyz3
2142
2218
  hfortix_fortios/api/v2/cmdb/webfilter/_helpers/urlfilter.py,sha256=uQxAg13CHDZEML3GzOHi_2J0UewOPrP0g6-AGfSiQ_4,25543
2143
2219
  hfortix_fortios/api/v2/cmdb/webfilter/_helpers/urlfilter.pyi,sha256=b3RIvHYost6xYqGxbdfJG3iha2B1MSWlRyJ9JRwkV-4,1628
2144
2220
  hfortix_fortios/api/v2/cmdb/wireless_controller/__init__.py,sha256=Eg8RdNxPTXAJww3JhSZ6-r3_9UGJg9qI0deNTDLNMoI,3044
2221
+ hfortix_fortios/api/v2/cmdb/wireless_controller/__init__.pyi,sha256=fMvB7lCvQnwbygT9aB09BSqDWaBUvIMOutXjS1QO4r8,2141
2145
2222
  hfortix_fortios/api/v2/cmdb/wireless_controller/access_control_list.py,sha256=GUra8SDsY9L8R8QVuZhsq0jM0TjmwtFjRvi7iS8jFx0,22708
2146
2223
  hfortix_fortios/api/v2/cmdb/wireless_controller/access_control_list.pyi,sha256=lSJBkLjwNRdfLU_iYn2oSH60f_ZmrEaOoGFPdNhFEK4,3468
2147
2224
  hfortix_fortios/api/v2/cmdb/wireless_controller/ap_status.py,sha256=pOcdkMiyH9hW2Y0kFdWxa3pESzuag5ZaSMizfvi9JC0,21888
@@ -2251,6 +2328,7 @@ hfortix_fortios/api/v2/cmdb/wireless_controller/_helpers/wtp_group.pyi,sha256=Fx
2251
2328
  hfortix_fortios/api/v2/cmdb/wireless_controller/_helpers/wtp_profile.py,sha256=Fls0vW2nxe7IJDUROxsHXZo-VhcIQSeP_dSzqsW3h1Q,158489
2252
2329
  hfortix_fortios/api/v2/cmdb/wireless_controller/_helpers/wtp_profile.pyi,sha256=dWM4UAC899Gs61DD03KjR1XlsQ2YTWPkHzb9UdgL5so,5481
2253
2330
  hfortix_fortios/api/v2/cmdb/wireless_controller/hotspot20/__init__.py,sha256=1agKARrRWM3Hlr1v4XQWNsNVzhKRQ1CA_EkCG8qZIQQ,2438
2331
+ hfortix_fortios/api/v2/cmdb/wireless_controller/hotspot20/__init__.pyi,sha256=_s6jI3cUUMuwn-iJj1AEGVC2dJXD69dE7mA3Pxt-q4w,1807
2254
2332
  hfortix_fortios/api/v2/cmdb/wireless_controller/hotspot20/anqp_3gpp_cellular.py,sha256=pCBbSOGZcBMv_05gkK7dojVON5bBf9Rqki3C4pQagSg,22531
2255
2333
  hfortix_fortios/api/v2/cmdb/wireless_controller/hotspot20/anqp_3gpp_cellular.pyi,sha256=d1B9TOVGCe0nHWVQUzCPibPLLpXo7vxPf-cXnGtrwXA,3156
2256
2334
  hfortix_fortios/api/v2/cmdb/wireless_controller/hotspot20/anqp_ip_address_type.py,sha256=Y5c9_b7IhNFRGoP5a6k1JuLA3p5syl9jPNIC3JHqQGc,22834
@@ -2320,6 +2398,7 @@ hfortix_fortios/api/v2/cmdb/wireless_controller/hotspot20/_helpers/icon.pyi,sha2
2320
2398
  hfortix_fortios/api/v2/cmdb/wireless_controller/hotspot20/_helpers/qos_map.py,sha256=hJWgUZxUABLu_eM18qV1Pju2OcWx1-4B27m0Z6JM8Gg,19179
2321
2399
  hfortix_fortios/api/v2/cmdb/wireless_controller/hotspot20/_helpers/qos_map.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2322
2400
  hfortix_fortios/api/v2/cmdb/ztna/__init__.py,sha256=CvEIqyf9sbqOu1mAeIiXLRVKFeu4ghPweD7Y8C0RIng,881
2401
+ hfortix_fortios/api/v2/cmdb/ztna/__init__.pyi,sha256=wflfPW191cPzqex19zZq2P5UM4Q1cjcvmiM9TBwQWjA,704
2323
2402
  hfortix_fortios/api/v2/cmdb/ztna/reverse_connector.py,sha256=M977ex8rnsUMtW-Jh1y12u7i9zMvxrfwNvz4wuScfjA,22844
2324
2403
  hfortix_fortios/api/v2/cmdb/ztna/reverse_connector.pyi,sha256=Z_4Jvf8qeTGe_AFv0JsCDJ8Auivydk4eOhfQRJg9UtE,4202
2325
2404
  hfortix_fortios/api/v2/cmdb/ztna/traffic_forward_proxy.py,sha256=PBy34_BL43s_ZpWjgou0fO2OjpXa5X5p3uZ5qAGobYA,22901
@@ -2341,7 +2420,7 @@ hfortix_fortios/api/v2/cmdb/ztna/_helpers/web_portal_bookmark.pyi,sha256=7jiEgh0
2341
2420
  hfortix_fortios/api/v2/cmdb/ztna/_helpers/web_proxy.py,sha256=7wrALHsOF0OZzJTEnllD6PVz0j-wnQf8Czh29-wcoQg,34159
2342
2421
  hfortix_fortios/api/v2/cmdb/ztna/_helpers/web_proxy.pyi,sha256=3nRSHcOFOm4SP2WzKEJ02lwJf-WVEM8shmwVlleFUb0,1531
2343
2422
  hfortix_fortios/api/v2/log/__init__.py,sha256=YjOVXWf8V5LkrgfqYIlQe2UIkUQx9dB41IR0LPsPDlk,651
2344
- hfortix_fortios/api/v2/log/__init__.pyi,sha256=tk2phi5xy8xSxMGd8jAKg_bt5CyWCjiF2bP3sn4BqOg,581
2423
+ hfortix_fortios/api/v2/log/__init__.pyi,sha256=1WIbcB5ubIdYBf6qFMT7ui6StXMtBFwW0H5kO63rjCU,573
2345
2424
  hfortix_fortios/api/v2/log/disk.py,sha256=EVdqP3idcZQtlLQ-uQRAEia_K3aHPBCzA_TqBLMsQRc,18664
2346
2425
  hfortix_fortios/api/v2/log/disk.pyi,sha256=Z3X4hk-ZUeanMT9XhbtBuhwx7AowaMzYIYOEfJK3sNY,8176
2347
2426
  hfortix_fortios/api/v2/log/fortianalyzer.py,sha256=BJ7zzUVwztvLT1jvD0KG-nMoLzg8W1kM0x-ZAC_6u4E,20266
@@ -2353,28 +2432,35 @@ hfortix_fortios/api/v2/log/memory.pyi,sha256=ecOHz3zQf8KKOQ2_RY6XXTzY3cEnTPXStmb
2353
2432
  hfortix_fortios/api/v2/log/search.py,sha256=7x_y2wowNKJgrQypXAYTN_t7R8hFM4ZZOGjRjWf5bbo,811
2354
2433
  hfortix_fortios/api/v2/log/search.pyi,sha256=sUAzUWvnn0zL8OrlOYflXsQ9_AzLauxSXo_XglDHoDk,434
2355
2434
  hfortix_fortios/api/v2/monitor/__init__.py,sha256=LiZhFqd_NG2FtoSEX-JLU1jGaGEdoH5o0odomuLGrq4,3176
2356
- hfortix_fortios/api/v2/monitor/__init__.pyi,sha256=IpsxiS9r32P8cE9NE2gYhvfGH4SZLi5iO1_ppJsCd5Y,294
2435
+ hfortix_fortios/api/v2/monitor/__init__.pyi,sha256=LzcAx6nSfBlsAM4rgzaABhnANeOQPNmU-AEv9K4jlws,1167
2357
2436
  hfortix_fortios/api/v2/monitor/azure/__init__.py,sha256=brJapeoEdK22Tz5EPjLtqfixX7Iswd8Fx-PabKy2Y20,414
2437
+ hfortix_fortios/api/v2/monitor/azure/__init__.pyi,sha256=BY8XpadZ4-aFU1Ob_uCyw7nLgHtSNZ1b6rjlueh1fMA,375
2358
2438
  hfortix_fortios/api/v2/monitor/azure/application_list.py,sha256=elEoYbiJuVmw7LixXwZnSrD7TInuHw5rIjYXbUIAVpc,10608
2439
+ hfortix_fortios/api/v2/monitor/azure/application_list.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
2359
2440
  hfortix_fortios/api/v2/monitor/azure/application_list_base.py,sha256=elEoYbiJuVmw7LixXwZnSrD7TInuHw5rIjYXbUIAVpc,10608
2360
2441
  hfortix_fortios/api/v2/monitor/azure/application_list_base.pyi,sha256=M2FV-_GKNBmSaUJBtKJFrrVvj8Cf8ZJRxCMnBMMOIj8,2318
2361
2442
  hfortix_fortios/api/v2/monitor/azure/_helpers/application_list.py,sha256=CUDCIbJByrk_lRNus1ODv2oNxP9WW3yPXieelR4dWnU,16940
2362
2443
  hfortix_fortios/api/v2/monitor/azure/_helpers/application_list.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2363
2444
  hfortix_fortios/api/v2/monitor/azure/application_list/__init__.py,sha256=sz12dASC-OSgJD3Fgzi9l-Z-EwCH8yChrKLrYf2uV-I,420
2445
+ hfortix_fortios/api/v2/monitor/azure/application_list/__init__.pyi,sha256=Ea72mbBMwufkNT5mQC5pfmtWIRCu-hAMu4jSDYGMflI,372
2364
2446
  hfortix_fortios/api/v2/monitor/azure/application_list/refresh.py,sha256=lcxQLANbg_P8utXH9AOXzKOIhCUabL8Bhr5KAuitP3c,10593
2365
2447
  hfortix_fortios/api/v2/monitor/azure/application_list/refresh.pyi,sha256=U1GYjEGl6r68ke5h1I7Y8hyDEYMUeXzGzjQovS39Gmk,2318
2366
2448
  hfortix_fortios/api/v2/monitor/azure/application_list/_helpers/refresh.py,sha256=fev9xigUxGm1kt9MHwPDew2AptVXjgTEJ92pmiCCwfg,17068
2367
2449
  hfortix_fortios/api/v2/monitor/azure/application_list/_helpers/refresh.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2368
2450
  hfortix_fortios/api/v2/monitor/casb/__init__.py,sha256=vV9n4fjC2vlEj0iWasPNZk0ssvlh2sx5BdlkjfkZZCI,407
2451
+ hfortix_fortios/api/v2/monitor/casb/__init__.pyi,sha256=5GUMv1SoCxQbQbMnapXirCRTRb6fqOuOnSDEK89o3YY,372
2369
2452
  hfortix_fortios/api/v2/monitor/casb/saas_application.py,sha256=8G02IPLozmqQsLXtnbKAwrkwKSV8xbJgWSJkgkTJHVs,11782
2370
2453
  hfortix_fortios/api/v2/monitor/casb/saas_application.pyi,sha256=UdCMdnKIv25gWdkQm1uPuvTIPV7zDSCGAZ9ltFOe9lA,2327
2371
2454
  hfortix_fortios/api/v2/monitor/casb/_helpers/saas_application.py,sha256=7pS72QnwrTBUUXsWRQDkcPduCs7xndA1tRULk-Ds5KI,16935
2372
2455
  hfortix_fortios/api/v2/monitor/casb/_helpers/saas_application.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2373
2456
  hfortix_fortios/api/v2/monitor/endpoint_control/__init__.py,sha256=yrUUOI7YsvYazREFvxKJX3r6Yr12c4eqNTujUmqhWm8,757
2457
+ hfortix_fortios/api/v2/monitor/endpoint_control/__init__.pyi,sha256=rudFyr1M0KPWZPQcKBPguAk7Z-4fzBjAHDNoJztsEXg,590
2374
2458
  hfortix_fortios/api/v2/monitor/endpoint_control/ems.py,sha256=eRL-GgtsgUJlDLC5BNFP7RSW3U8yjAsIHrP_GTKv-xc,11538
2459
+ hfortix_fortios/api/v2/monitor/endpoint_control/ems.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
2375
2460
  hfortix_fortios/api/v2/monitor/endpoint_control/ems_base.py,sha256=KfkcdSw777OlZo_qoPVqWT7nOGD38bjXqvQI19DV-Ls,11536
2376
2461
  hfortix_fortios/api/v2/monitor/endpoint_control/ems_base.pyi,sha256=VNoQJgnVAmuJNj8RAg8PuBBOcUP07eY8wlt9tlL9mvs,2306
2377
2462
  hfortix_fortios/api/v2/monitor/endpoint_control/installer.py,sha256=JrDRFxcDCx8r2-FIoMu0H99VMTILaQdjtBLZJcjRitg,11733
2463
+ hfortix_fortios/api/v2/monitor/endpoint_control/installer.pyi,sha256=-vSqb61GJMvfU2jTjOB5E2jYgprBiZ2tTBlkXwxZWFw,2317
2378
2464
  hfortix_fortios/api/v2/monitor/endpoint_control/installer_base.py,sha256=JrDRFxcDCx8r2-FIoMu0H99VMTILaQdjtBLZJcjRitg,11733
2379
2465
  hfortix_fortios/api/v2/monitor/endpoint_control/installer_base.pyi,sha256=-vSqb61GJMvfU2jTjOB5E2jYgprBiZ2tTBlkXwxZWFw,2317
2380
2466
  hfortix_fortios/api/v2/monitor/endpoint_control/record_list.py,sha256=3o6-T9c4-58OyibQtE5n_7iSdrlhFqfvPhJXFxUBSnM,11791
@@ -2390,11 +2476,13 @@ hfortix_fortios/api/v2/monitor/endpoint_control/_helpers/record_list.pyi,sha256=
2390
2476
  hfortix_fortios/api/v2/monitor/endpoint_control/_helpers/summary.py,sha256=2Yi_felGVLQB_CyEqhynvnXRLCv7ZWXOTiw_Ed7PBic,16972
2391
2477
  hfortix_fortios/api/v2/monitor/endpoint_control/_helpers/summary.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2392
2478
  hfortix_fortios/api/v2/monitor/endpoint_control/avatar/__init__.py,sha256=6GLG1ET4PnbbzhhOK1R9kBHLWlqyx8tkRZepyEhyvBk,380
2479
+ hfortix_fortios/api/v2/monitor/endpoint_control/avatar/__init__.pyi,sha256=VNaRv4XL_0_3Cc5OYMpgqZ7AN3UbR34TOv__xP5_52k,348
2393
2480
  hfortix_fortios/api/v2/monitor/endpoint_control/avatar/download.py,sha256=Z8VEo7LDBeYWsF5F3gNeqfC5yl8sP3IV7q1CzRX7E3g,10648
2394
2481
  hfortix_fortios/api/v2/monitor/endpoint_control/avatar/download.pyi,sha256=sdSP8T3coEi9jmN4ghHydtGHOW6jwRk3db1a7h6WgB4,2324
2395
2482
  hfortix_fortios/api/v2/monitor/endpoint_control/avatar/_helpers/download.py,sha256=XAXPoZh4PvFlYDXGV5Jp3gT0FzH4plpH0mr01VbdT4c,17100
2396
2483
  hfortix_fortios/api/v2/monitor/endpoint_control/avatar/_helpers/download.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2397
2484
  hfortix_fortios/api/v2/monitor/endpoint_control/ems/__init__.py,sha256=dP6MHj2x7WWATwVhSzwHHY_Lqb3xvjOfOqhb5cdETJc,665
2485
+ hfortix_fortios/api/v2/monitor/endpoint_control/ems/__init__.pyi,sha256=MLrhfb_aZ1Y_elTMLQirepP3jVPRUSY0gvtUPw3IXzQ,543
2398
2486
  hfortix_fortios/api/v2/monitor/endpoint_control/ems/cert_status.py,sha256=0YcehR7lCQ_GPMkOuJxaqbiAYR2OubCOTOr6HJhdfjY,10693
2399
2487
  hfortix_fortios/api/v2/monitor/endpoint_control/ems/cert_status.pyi,sha256=WkWyVD32GH4xCj4ze6GJUSPGp40waqR8hGsOaw4Nd4M,2328
2400
2488
  hfortix_fortios/api/v2/monitor/endpoint_control/ems/status.py,sha256=RfhPEnmHzr9TGxM3BFgCA_mJLDH4x7g7G_6qhZX1lFw,10520
@@ -2412,17 +2500,21 @@ hfortix_fortios/api/v2/monitor/endpoint_control/ems/_helpers/unverify_cert.pyi,s
2412
2500
  hfortix_fortios/api/v2/monitor/endpoint_control/ems/_helpers/verify_cert.py,sha256=vQFpL7IypwdX96VIqL4YT5oLXW5OgOdN2u5uIbp5N1o,17100
2413
2501
  hfortix_fortios/api/v2/monitor/endpoint_control/ems/_helpers/verify_cert.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2414
2502
  hfortix_fortios/api/v2/monitor/endpoint_control/installer/__init__.py,sha256=7TFZJCj5IGhQIryI7MO6I51FF8WSjTbxBsN-JdUlquQ,395
2503
+ hfortix_fortios/api/v2/monitor/endpoint_control/installer/__init__.pyi,sha256=aAfXDOntpheU-2HC649CknxYUz5y64o0hTbvkrC7nXk,357
2415
2504
  hfortix_fortios/api/v2/monitor/endpoint_control/installer/download.py,sha256=wxRtlcqPBvmmQcij5iilfR2EQCNehV-0v5lN2Sh6r-0,10702
2416
2505
  hfortix_fortios/api/v2/monitor/endpoint_control/installer/download.pyi,sha256=lRunBwupu5F3AOiYtgYqISkBnMIxPEZBpP-1x8Dm6oY,2330
2417
2506
  hfortix_fortios/api/v2/monitor/endpoint_control/installer/_helpers/download.py,sha256=EmJGV9-nogjPC7L4m0wR4-2fdoN-Wxotfheao5CE580,17148
2418
2507
  hfortix_fortios/api/v2/monitor/endpoint_control/installer/_helpers/download.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2419
2508
  hfortix_fortios/api/v2/monitor/extender_controller/__init__.py,sha256=OSAiyjqxFnM5D70gfP47vmUCpofdOGaijE0QnkAPUOA,441
2509
+ hfortix_fortios/api/v2/monitor/extender_controller/__init__.pyi,sha256=lFPIcLom6evAd2YuRDIoBiSaXeb5m8o6iE25AtbLEss,385
2420
2510
  hfortix_fortios/api/v2/monitor/extender_controller/extender.py,sha256=LtbONfvfY_A__gNBLGyVY6mBw84FXWWoqKjtaMKL9p4,11746
2511
+ hfortix_fortios/api/v2/monitor/extender_controller/extender.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
2421
2512
  hfortix_fortios/api/v2/monitor/extender_controller/extender_base.py,sha256=LtbONfvfY_A__gNBLGyVY6mBw84FXWWoqKjtaMKL9p4,11746
2422
2513
  hfortix_fortios/api/v2/monitor/extender_controller/extender_base.pyi,sha256=nnmODexoxtQdhvT4XXskLbWZUkqC4PSs5Hn5mMMFyAk,2319
2423
2514
  hfortix_fortios/api/v2/monitor/extender_controller/_helpers/extender.py,sha256=XKTOVgO3_eoDN6iE0uCSmcYnyYQVAKySEbi50pu79nM,17039
2424
2515
  hfortix_fortios/api/v2/monitor/extender_controller/_helpers/extender.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2425
2516
  hfortix_fortios/api/v2/monitor/extender_controller/extender/__init__.py,sha256=GjRJUyTdyv9WRZczetUY90t4yevlFjtCrzKnW6e9aSU,661
2517
+ hfortix_fortios/api/v2/monitor/extender_controller/extender/__init__.pyi,sha256=-7zOj8sw24qHH0H4USzDCN-RA42E58dGiWMsQ11xIAA,534
2426
2518
  hfortix_fortios/api/v2/monitor/extender_controller/extender/diagnose.py,sha256=Hx4-V8hCRlPyxJ0qYu8lRK9DrK3xGhz1hbDKFgpmFDM,10738
2427
2519
  hfortix_fortios/api/v2/monitor/extender_controller/extender/diagnose.pyi,sha256=6mqzjV8leCHFhP0MfX49FWfVBB4-DatNnnobTJHjarU,2334
2428
2520
  hfortix_fortios/api/v2/monitor/extender_controller/extender/modem_firmware.py,sha256=XCy6T-v_LETQTh2dAVehjaEPFi5yJk0hq_b5FIm7cMo,10948
@@ -2440,6 +2532,7 @@ hfortix_fortios/api/v2/monitor/extender_controller/extender/_helpers/reset.pyi,s
2440
2532
  hfortix_fortios/api/v2/monitor/extender_controller/extender/_helpers/upgrade.py,sha256=dOfeISZZ538VrxCrKh_BPV2jfGJT-aVJM3UkUAvcOjI,17164
2441
2533
  hfortix_fortios/api/v2/monitor/extender_controller/extender/_helpers/upgrade.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2442
2534
  hfortix_fortios/api/v2/monitor/extension_controller/__init__.py,sha256=BrREStldPjqQJ2zCaV8Ih3vLcOUR6mSsHg0LRec1rks,614
2535
+ hfortix_fortios/api/v2/monitor/extension_controller/__init__.pyi,sha256=rPVB2I7vqWzl9ZQA0kQpHouriODunrRpW3sxt3nWQzc,512
2443
2536
  hfortix_fortios/api/v2/monitor/extension_controller/fortigate.py,sha256=fhReZ10PpSYIbWyReMlLJStGty_Sm4O8oze3k7735_4,10631
2444
2537
  hfortix_fortios/api/v2/monitor/extension_controller/fortigate.pyi,sha256=ncCWhv-sQNqh_IqPhmjDNx-bZGZPOqFAyTxCAXBYXms,2322
2445
2538
  hfortix_fortios/api/v2/monitor/extension_controller/lan_extension_vdom_status.py,sha256=RdppW5_Q5t64UHI4TLjSOFUl8ScyIi9dX52DZWcDam0,11187
@@ -2449,8 +2542,11 @@ hfortix_fortios/api/v2/monitor/extension_controller/_helpers/fortigate.pyi,sha25
2449
2542
  hfortix_fortios/api/v2/monitor/extension_controller/_helpers/lan_extension_vdom_status.py,sha256=lMXN45tD08QQfvLYt52lEkseY-sMkmPfNZbJy10e3C8,17324
2450
2543
  hfortix_fortios/api/v2/monitor/extension_controller/_helpers/lan_extension_vdom_status.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2451
2544
  hfortix_fortios/api/v2/monitor/firewall/__init__.py,sha256=_b04eq2NGWP-rs8pKC5L0zrd5uYlNBWALsYzFzQoWwo,5258
2545
+ hfortix_fortios/api/v2/monitor/firewall/__init__.pyi,sha256=66y6EjXcOBgsNtyaKLOiG0CHh2WgIPozRIbABI0V71g,3724
2452
2546
  hfortix_fortios/api/v2/monitor/firewall/acl.py,sha256=KVC5L60iTJrvHvJv5M_CdxOnJJC1qcvPHD9YFcpyPiA,10193
2547
+ hfortix_fortios/api/v2/monitor/firewall/acl.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
2453
2548
  hfortix_fortios/api/v2/monitor/firewall/acl6.py,sha256=evZvFj3jpA5zTzgLVSDnyOVzjFjWVXNhStkKa_FmGVE,10230
2549
+ hfortix_fortios/api/v2/monitor/firewall/acl6.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
2454
2550
  hfortix_fortios/api/v2/monitor/firewall/acl6_base.py,sha256=evZvFj3jpA5zTzgLVSDnyOVzjFjWVXNhStkKa_FmGVE,10230
2455
2551
  hfortix_fortios/api/v2/monitor/firewall/acl6_base.pyi,sha256=X4q1JPIb4THOdFfH1dgbE5Es72vp1NZxM1UTd_4-f7k,2278
2456
2552
  hfortix_fortios/api/v2/monitor/firewall/acl_base.py,sha256=KVC5L60iTJrvHvJv5M_CdxOnJJC1qcvPHD9YFcpyPiA,10193
@@ -2464,14 +2560,17 @@ hfortix_fortios/api/v2/monitor/firewall/address_fqdns.pyi,sha256=MRxp2zYYHqOqSnV
2464
2560
  hfortix_fortios/api/v2/monitor/firewall/address_fqdns6.py,sha256=hHBTSuNTo_jdEiQ9smfw0gYYVZ8zQM7OAtU9Tk0ishA,11768
2465
2561
  hfortix_fortios/api/v2/monitor/firewall/address_fqdns6.pyi,sha256=TAaQF-ViVXxi5U0y1_NReqk2y8OiSym8Ha2K4F3DPGU,2319
2466
2562
  hfortix_fortios/api/v2/monitor/firewall/central_snat_map.py,sha256=_XKs5G94Vl6YgLRM8-TOyhfrsFP5ob8Dh0F64yre0kw,11826
2563
+ hfortix_fortios/api/v2/monitor/firewall/central_snat_map.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
2467
2564
  hfortix_fortios/api/v2/monitor/firewall/central_snat_map_base.py,sha256=_XKs5G94Vl6YgLRM8-TOyhfrsFP5ob8Dh0F64yre0kw,11826
2468
2565
  hfortix_fortios/api/v2/monitor/firewall/central_snat_map_base.pyi,sha256=gL0IeDS1-OXw1NrwM-UlXpAY29peuZIEVj8K5VxBBp4,2325
2469
2566
  hfortix_fortios/api/v2/monitor/firewall/check_addrgrp_exclude_mac_member.py,sha256=wN4c4k1oJdKumTHJSgDAyQRJjxi3-hOcKeIwONpyrSI,11218
2470
2567
  hfortix_fortios/api/v2/monitor/firewall/check_addrgrp_exclude_mac_member.pyi,sha256=T6ibKef7HECKSGRsCta3byirRjw_QGAiPx48W77cmMo,2382
2471
2568
  hfortix_fortios/api/v2/monitor/firewall/dnat.py,sha256=dIESEl_Q_JIZiJxyZUvcIhSHRQtKSjhDG9FGOWYiItw,10230
2569
+ hfortix_fortios/api/v2/monitor/firewall/dnat.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
2472
2570
  hfortix_fortios/api/v2/monitor/firewall/dnat_base.py,sha256=dIESEl_Q_JIZiJxyZUvcIhSHRQtKSjhDG9FGOWYiItw,10230
2473
2571
  hfortix_fortios/api/v2/monitor/firewall/dnat_base.pyi,sha256=Lz2kc0_iTcw9dmhi1H-A1mxB5y7UGEFWhk7Becx8GV0,2278
2474
2572
  hfortix_fortios/api/v2/monitor/firewall/gtp.py,sha256=cxC8NW3JkCI2zIoaVUyDNc9RVUE_3wBr62Zfwpr2JeM,11395
2573
+ hfortix_fortios/api/v2/monitor/firewall/gtp.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
2475
2574
  hfortix_fortios/api/v2/monitor/firewall/gtp_base.py,sha256=cxC8NW3JkCI2zIoaVUyDNc9RVUE_3wBr62Zfwpr2JeM,11395
2476
2575
  hfortix_fortios/api/v2/monitor/firewall/gtp_base.pyi,sha256=vRs_lMoev0Vhg3HyFNv0hZvkzNr_rdhb3g2aGjoK4eE,2277
2477
2576
  hfortix_fortios/api/v2/monitor/firewall/gtp_runtime_statistics.py,sha256=MxgWmlFA76VGNRVKogvkXj6nWQp2F-l73BNPnr4G4MM,10872
@@ -2493,6 +2592,7 @@ hfortix_fortios/api/v2/monitor/firewall/internet_service_match.pyi,sha256=XKvLza
2493
2592
  hfortix_fortios/api/v2/monitor/firewall/internet_service_reputation.py,sha256=H2JR6owupQGBm6GFqO0M6B8_zyZy2wXcB83Q51GG9CI,11057
2494
2593
  hfortix_fortios/api/v2/monitor/firewall/internet_service_reputation.pyi,sha256=YPLeTb_O-GTEsOOt4h5Z-NLKgoAwK8DyzaP3KQ7UKa4,2366
2495
2594
  hfortix_fortios/api/v2/monitor/firewall/ippool.py,sha256=cW9BKc7oL62sJZWNwJIvw62_A7XrQBEcljrx-fqbASA,10304
2595
+ hfortix_fortios/api/v2/monitor/firewall/ippool.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
2496
2596
  hfortix_fortios/api/v2/monitor/firewall/ippool_base.py,sha256=cW9BKc7oL62sJZWNwJIvw62_A7XrQBEcljrx-fqbASA,10304
2497
2597
  hfortix_fortios/api/v2/monitor/firewall/ippool_base.pyi,sha256=BCccGXz71wDpAB0y3vCOLY5vx22AF7b3MvoL-2oB09s,2286
2498
2598
  hfortix_fortios/api/v2/monitor/firewall/load_balance.py,sha256=ttQct9MY9cQ3Y1HhR0uc73x5BGqBnmDB3jLjyEotGKg,10514
@@ -2502,7 +2602,9 @@ hfortix_fortios/api/v2/monitor/firewall/local_in.pyi,sha256=m6w7OdGKSTm4h48my-mD
2502
2602
  hfortix_fortios/api/v2/monitor/firewall/local_in6.py,sha256=aWsHZcUnEGL0ywa2Xha41Own964z0dFnoFVEQRNz4YI,10403
2503
2603
  hfortix_fortios/api/v2/monitor/firewall/local_in6.pyi,sha256=VC2sjWaJ0Jh_bGkl1WaU3EHkGmKM8Td8250fMOBX6OY,2296
2504
2604
  hfortix_fortios/api/v2/monitor/firewall/multicast_policy.py,sha256=I_rTI6kSH-27JQJidJGXZSlQxhWFl9Dwo-n9n-X8LLw,11838
2605
+ hfortix_fortios/api/v2/monitor/firewall/multicast_policy.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
2505
2606
  hfortix_fortios/api/v2/monitor/firewall/multicast_policy6.py,sha256=H7YqFL7QtAyQJ9ShVtCRk1XL9jb9zS8rOPtCrdSqo58,11873
2607
+ hfortix_fortios/api/v2/monitor/firewall/multicast_policy6.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
2506
2608
  hfortix_fortios/api/v2/monitor/firewall/multicast_policy6_base.py,sha256=H7YqFL7QtAyQJ9ShVtCRk1XL9jb9zS8rOPtCrdSqo58,11873
2507
2609
  hfortix_fortios/api/v2/monitor/firewall/multicast_policy6_base.pyi,sha256=A_j41esHXdzbiMENFJbjQPBQdOJ96-o2Bu65n6fozCs,2331
2508
2610
  hfortix_fortios/api/v2/monitor/firewall/multicast_policy_base.py,sha256=I_rTI6kSH-27JQJidJGXZSlQxhWFl9Dwo-n9n-X8LLw,11838
@@ -2510,14 +2612,17 @@ hfortix_fortios/api/v2/monitor/firewall/multicast_policy_base.pyi,sha256=JkmGBK1
2510
2612
  hfortix_fortios/api/v2/monitor/firewall/network_service_dynamic.py,sha256=0pkg0iPKsPKsYqNxXu6smHngbhaLpSftU79sz6uUxAA,10909
2511
2613
  hfortix_fortios/api/v2/monitor/firewall/network_service_dynamic.pyi,sha256=Kv-XghM2UjlqwXv8uGscDUw-MC2qve2xATad--7rXQ0,2350
2512
2614
  hfortix_fortios/api/v2/monitor/firewall/per_ip_shaper.py,sha256=brGKCrZjgnBRsQxRXBbcFCYaTneF6fIL7WPyJIejbY8,10539
2615
+ hfortix_fortios/api/v2/monitor/firewall/per_ip_shaper.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
2513
2616
  hfortix_fortios/api/v2/monitor/firewall/per_ip_shaper_base.py,sha256=brGKCrZjgnBRsQxRXBbcFCYaTneF6fIL7WPyJIejbY8,10539
2514
2617
  hfortix_fortios/api/v2/monitor/firewall/per_ip_shaper_base.pyi,sha256=dEOnRyzA5bdJ6nKAhLb9x0xO2Yw21_JJIxR8hhO9oy4,2310
2515
2618
  hfortix_fortios/api/v2/monitor/firewall/policy.py,sha256=3HWMxbMKR5Ed5jrPBAGVorEtU2jB6PPrGtQRrKrzRtM,11500
2619
+ hfortix_fortios/api/v2/monitor/firewall/policy.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
2516
2620
  hfortix_fortios/api/v2/monitor/firewall/policy_base.py,sha256=3HWMxbMKR5Ed5jrPBAGVorEtU2jB6PPrGtQRrKrzRtM,11500
2517
2621
  hfortix_fortios/api/v2/monitor/firewall/policy_base.pyi,sha256=7R2FAu5qGR-wm8RuJpRPFyKBYJIijDr-FNzFwPQRws4,2289
2518
2622
  hfortix_fortios/api/v2/monitor/firewall/policy_lookup.py,sha256=e_gDOxnsCduXLBJuUTrP5VSTP6nu24QXqo-NY1UBfbc,10551
2519
2623
  hfortix_fortios/api/v2/monitor/firewall/policy_lookup.pyi,sha256=vXsUVCdmHtyNTaCHS7Hq-cWOoS3qufjKC9u-JoU1wqY,2312
2520
2624
  hfortix_fortios/api/v2/monitor/firewall/proxy_policy.py,sha256=NN2BH4M79e51DRYnKVFmyHQJWNFAh41rq7YbCnjl328,11698
2625
+ hfortix_fortios/api/v2/monitor/firewall/proxy_policy.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
2521
2626
  hfortix_fortios/api/v2/monitor/firewall/proxy_policy_base.py,sha256=NN2BH4M79e51DRYnKVFmyHQJWNFAh41rq7YbCnjl328,11698
2522
2627
  hfortix_fortios/api/v2/monitor/firewall/proxy_policy_base.pyi,sha256=JKi1om9l66ck_nxT1QuP9JL0CsFZabc3FIHwtELq52U,2311
2523
2628
  hfortix_fortios/api/v2/monitor/firewall/saas_application.py,sha256=HlvVppS7QfdHS5ErbPMdsKNXsIkSZGxcnCAqqSEgNYA,11838
@@ -2525,11 +2630,13 @@ hfortix_fortios/api/v2/monitor/firewall/saas_application.pyi,sha256=FC_gxMpqo45i
2525
2630
  hfortix_fortios/api/v2/monitor/firewall/sdn_connector_filters.py,sha256=LjTJbenHAx448cRvbl_z5Uq3F4v4vkp56FooNUjWY1o,10835
2526
2631
  hfortix_fortios/api/v2/monitor/firewall/sdn_connector_filters.pyi,sha256=o1ag1mWawOE7vZ1ROgIgJH8C8xvaxnQiYH8pOCyW8JU,2342
2527
2632
  hfortix_fortios/api/v2/monitor/firewall/security_policy.py,sha256=-m1YudB5NUA0CnWsc2zJToIE_-1qUff4_3LxXRNnX-c,11803
2633
+ hfortix_fortios/api/v2/monitor/firewall/security_policy.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
2528
2634
  hfortix_fortios/api/v2/monitor/firewall/security_policy_base.py,sha256=-m1YudB5NUA0CnWsc2zJToIE_-1qUff4_3LxXRNnX-c,11803
2529
2635
  hfortix_fortios/api/v2/monitor/firewall/security_policy_base.pyi,sha256=bc6zDcisRf6UBIMaRNaUnR7gfUToorgxAvIMrTo_raI,2323
2530
2636
  hfortix_fortios/api/v2/monitor/firewall/sessions.py,sha256=inSAY74NmikxpXh1V7VDfRvA2fla_FHEcSqCCIBNRAg,10378
2531
2637
  hfortix_fortios/api/v2/monitor/firewall/sessions.pyi,sha256=5OjbfiAcujablLFnNvgzsxG-DRedRrEYdGHqY9B38Q0,2294
2532
2638
  hfortix_fortios/api/v2/monitor/firewall/shaper.py,sha256=-2yBZKHaeuc3h1Z-cfX-wgvaAKKO6Z0wT7YU0GTBr3w,11519
2639
+ hfortix_fortios/api/v2/monitor/firewall/shaper.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
2533
2640
  hfortix_fortios/api/v2/monitor/firewall/shaper_base.py,sha256=-2yBZKHaeuc3h1Z-cfX-wgvaAKKO6Z0wT7YU0GTBr3w,11519
2534
2641
  hfortix_fortios/api/v2/monitor/firewall/shaper_base.pyi,sha256=c9k43lAft6VckxGrbR91GyoALFDnF-t2-Bm6YqCwSUA,2308
2535
2642
  hfortix_fortios/api/v2/monitor/firewall/uuid_list.py,sha256=RzDtFddRl-9ggI57-XRq7FAgFhZ3iyp6hQuqdho4F6w,11593
@@ -2615,16 +2722,19 @@ hfortix_fortios/api/v2/monitor/firewall/_helpers/uuid_type_lookup.pyi,sha256=7ji
2615
2722
  hfortix_fortios/api/v2/monitor/firewall/_helpers/vip_overlap.py,sha256=Yq2C1ocqgvGxqnjUlWrUC1bdEiZ3e4-nqAghorkNQps,16911
2616
2723
  hfortix_fortios/api/v2/monitor/firewall/_helpers/vip_overlap.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2617
2724
  hfortix_fortios/api/v2/monitor/firewall/acl/__init__.py,sha256=9_43M0mIkiBF6RU4owcmG4hoHnRztV22wy9SXJdTriY,392
2725
+ hfortix_fortios/api/v2/monitor/firewall/acl/__init__.pyi,sha256=on43QaglxLhkB5MsN16LvdDjPAXOgmGL0WM4wPQpMuM,361
2618
2726
  hfortix_fortios/api/v2/monitor/firewall/acl/clear_counters.py,sha256=sUEcxBs6besPhlB6JcVioHsXcmqqQUpGZyVVy0vceio,10660
2619
2727
  hfortix_fortios/api/v2/monitor/firewall/acl/clear_counters.pyi,sha256=eS-ud4GoXD0GYDyMBkKcsPoAkuKPXo4oVAAqbWEcI2s,2324
2620
2728
  hfortix_fortios/api/v2/monitor/firewall/acl/_helpers/clear_counters.py,sha256=qrsITuZrZrF4bR883MWTaTo8sW7-IQuR6eCm254GCu4,17020
2621
2729
  hfortix_fortios/api/v2/monitor/firewall/acl/_helpers/clear_counters.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2622
2730
  hfortix_fortios/api/v2/monitor/firewall/acl6/__init__.py,sha256=7mD-gnHkW2mWAhXm8OYK27KrlCY-obrFLPif2rk8HSo,397
2731
+ hfortix_fortios/api/v2/monitor/firewall/acl6/__init__.pyi,sha256=plWRCMU26N1ss8uV1GHdqbJSd413xIOuCzfJA4wSHOA,364
2623
2732
  hfortix_fortios/api/v2/monitor/firewall/acl6/clear_counters.py,sha256=xSgFqL7L5RJnBBNbSxqCrbsVbGPo3Vq403-x6k_Nqs0,10678
2624
2733
  hfortix_fortios/api/v2/monitor/firewall/acl6/clear_counters.pyi,sha256=dXMiDs5c3a82o7WXAN2ce4K70vL91yD1dGuxRxluqRo,2326
2625
2734
  hfortix_fortios/api/v2/monitor/firewall/acl6/_helpers/clear_counters.py,sha256=joXsxUCFguocUK1DtAU1-qZYS76qlLb2f56d69jOT-k,17036
2626
2735
  hfortix_fortios/api/v2/monitor/firewall/acl6/_helpers/clear_counters.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2627
2736
  hfortix_fortios/api/v2/monitor/firewall/central_snat_map/__init__.py,sha256=JFs9NN1omMY6CTjN_4qIPlXaoQMJlSU70EWlayu8RXE,520
2737
+ hfortix_fortios/api/v2/monitor/firewall/central_snat_map/__init__.pyi,sha256=onxQCQ_Lp-mT1EMNCY2t1R3olkAQ5oEFirlOAyO9jb4,442
2628
2738
  hfortix_fortios/api/v2/monitor/firewall/central_snat_map/clear_counters.py,sha256=WnKdNktA8mAm6tJn9CdDz72-kC3Jm62pp2Ox7_sphhM,10894
2629
2739
  hfortix_fortios/api/v2/monitor/firewall/central_snat_map/clear_counters.pyi,sha256=q_xdM3CW9G6s8TfM7eWmGdqq7TnayOYukgUCidND9AQ,2350
2630
2740
  hfortix_fortios/api/v2/monitor/firewall/central_snat_map/reset.py,sha256=Kq_pz6Frc6wFqMvZHTQCUksmHx1FM88sXQMtQFZSz40,10573
@@ -2634,6 +2744,7 @@ hfortix_fortios/api/v2/monitor/firewall/central_snat_map/_helpers/clear_counters
2634
2744
  hfortix_fortios/api/v2/monitor/firewall/central_snat_map/_helpers/reset.py,sha256=a5cViBr-MICedcqpxHKi3sj_kxqgK7JQj4wQGa4L1js,17084
2635
2745
  hfortix_fortios/api/v2/monitor/firewall/central_snat_map/_helpers/reset.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2636
2746
  hfortix_fortios/api/v2/monitor/firewall/clearpass_address/__init__.py,sha256=MEJ0mfF2yhCi5KUsFETtVFhy0tEDnikAXI9BsJb7GFk,483
2747
+ hfortix_fortios/api/v2/monitor/firewall/clearpass_address/__init__.pyi,sha256=uHawTXRLGKHbUilYWbkkO09dCqEYFww8OCoXD-5lAmo,409
2637
2748
  hfortix_fortios/api/v2/monitor/firewall/clearpass_address/add.py,sha256=Pe-Kx88_WiR7a-JZ0YTlHA3MgATzrG6R1MP7BElwsOc,10517
2638
2749
  hfortix_fortios/api/v2/monitor/firewall/clearpass_address/add.pyi,sha256=huc_c77yBP3NA0EtxQFxa938vPFf-2eVDLa5iN2iuAQ,2310
2639
2750
  hfortix_fortios/api/v2/monitor/firewall/clearpass_address/delete.py,sha256=6vq5y4Vfb5rVSTdCg9dDDkseCc4Is6lNdVR4t_onTNc,10628
@@ -2643,6 +2754,7 @@ hfortix_fortios/api/v2/monitor/firewall/clearpass_address/_helpers/add.pyi,sha25
2643
2754
  hfortix_fortios/api/v2/monitor/firewall/clearpass_address/_helpers/delete.py,sha256=9CWihZTYWXnSeumXx-AnfkQ5Gn0C36HFnn6YLfIt-HQ,17116
2644
2755
  hfortix_fortios/api/v2/monitor/firewall/clearpass_address/_helpers/delete.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2645
2756
  hfortix_fortios/api/v2/monitor/firewall/dnat/__init__.py,sha256=XWW3mwzRdmi_rqNZ6mXoitCuoNwylAghVIRrLUCpB2I,470
2757
+ hfortix_fortios/api/v2/monitor/firewall/dnat/__init__.pyi,sha256=wwNjc02RMQ3_BV3IaqEo92NNTxsayb3Rg8i6aZ1pbtc,410
2646
2758
  hfortix_fortios/api/v2/monitor/firewall/dnat/clear_counters.py,sha256=qoAkWjUytCsfjYWqw4yVZZgaZf763j5J8X2mF1o02bw,10678
2647
2759
  hfortix_fortios/api/v2/monitor/firewall/dnat/clear_counters.pyi,sha256=s5ZG4rkUtf8yzPIO9K2zEYmylBIf-IWH_xyUUFxNhew,2326
2648
2760
  hfortix_fortios/api/v2/monitor/firewall/dnat/reset.py,sha256=z0swjx9ntnVgmsr0ogRRZtHOPlwILj_fXQAALEJ8HVQ,10357
@@ -2652,16 +2764,19 @@ hfortix_fortios/api/v2/monitor/firewall/dnat/_helpers/clear_counters.pyi,sha256=
2652
2764
  hfortix_fortios/api/v2/monitor/firewall/dnat/_helpers/reset.py,sha256=4GGUoEjXNk6ZijFOvp0zNdHOBcNkjzMwDdZTzxqC0qE,16892
2653
2765
  hfortix_fortios/api/v2/monitor/firewall/dnat/_helpers/reset.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2654
2766
  hfortix_fortios/api/v2/monitor/firewall/gtp/__init__.py,sha256=O-iOxfWm_IC_CTcQ65B5cgKHt9ktCPvCIMxuq0CubTo,350
2767
+ hfortix_fortios/api/v2/monitor/firewall/gtp/__init__.pyi,sha256=2N3_HuNc2iv4xPgHBFB3gfGLKq2dMruLJI_YwF1iu8k,327
2655
2768
  hfortix_fortios/api/v2/monitor/firewall/gtp/flush.py,sha256=D-YoyttQRwyVCybZm3ilFuC9DsJza9bwE68zS4dkdoM,10339
2656
2769
  hfortix_fortios/api/v2/monitor/firewall/gtp/flush.pyi,sha256=1aUt5NqeaoUtJqFKE63nX2VOHEhMXl9XLOcGcgsj3JQ,2290
2657
2770
  hfortix_fortios/api/v2/monitor/firewall/gtp/_helpers/flush.py,sha256=ybKzEo7YB7tgpP6_VSbY6QUSHF7tj8vNbwUWSwX8mHg,16876
2658
2771
  hfortix_fortios/api/v2/monitor/firewall/gtp/_helpers/flush.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2659
2772
  hfortix_fortios/api/v2/monitor/firewall/ippool/__init__.py,sha256=dsgydIfmuTTF_JfBj96y15_h1Iw1lo7xRBgFi_puaHw,375
2773
+ hfortix_fortios/api/v2/monitor/firewall/ippool/__init__.pyi,sha256=tDjlTTRevA0S0C-pByf4V3czWIDpOwKPQfvumOrvXnY,344
2660
2774
  hfortix_fortios/api/v2/monitor/firewall/ippool/mapping.py,sha256=B-ltBuzN5gnsm8LnfM400lrB_cD-FgOBXQReXD7mhLg,10467
2661
2775
  hfortix_fortios/api/v2/monitor/firewall/ippool/mapping.pyi,sha256=AoSIeJnaGAsUjBhsRwCq9lSy23G7_BDNnWcQVISzXis,2304
2662
2776
  hfortix_fortios/api/v2/monitor/firewall/ippool/_helpers/mapping.py,sha256=nPAZNr9bJOXiS1feiS5DznAVtmVscNDp7gtA06tmTyU,16956
2663
2777
  hfortix_fortios/api/v2/monitor/firewall/ippool/_helpers/mapping.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2664
2778
  hfortix_fortios/api/v2/monitor/firewall/multicast_policy/__init__.py,sha256=NtYe1o4CzidijvDeaYE-Zf0yQB5EZj5SVos62NYLAYk,525
2779
+ hfortix_fortios/api/v2/monitor/firewall/multicast_policy/__init__.pyi,sha256=Aj-RATuHDWEyVMq9RagR4E7WepgWR9LWyaUV4PJ8m8Y,444
2665
2780
  hfortix_fortios/api/v2/monitor/firewall/multicast_policy/clear_counters.py,sha256=_TQg_JxcDd6-CWf6IZYzok7-piSbcpjlf7iWEJkFIs4,10894
2666
2781
  hfortix_fortios/api/v2/monitor/firewall/multicast_policy/clear_counters.pyi,sha256=2VJgOhusddK7fZQqGkaD4eYBKyCNggYwTDi9RJP9dg0,2350
2667
2782
  hfortix_fortios/api/v2/monitor/firewall/multicast_policy/reset.py,sha256=ENvW-ncLYGTE4u5dYIivtvPL8iZ7cSiSGQsig4np6QI,10573
@@ -2671,6 +2786,7 @@ hfortix_fortios/api/v2/monitor/firewall/multicast_policy/_helpers/clear_counters
2671
2786
  hfortix_fortios/api/v2/monitor/firewall/multicast_policy/_helpers/reset.py,sha256=V1dAdYdYcNpNCXheSJV5V5gBUZM4qf-Je0EoLNqMuQU,17084
2672
2787
  hfortix_fortios/api/v2/monitor/firewall/multicast_policy/_helpers/reset.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2673
2788
  hfortix_fortios/api/v2/monitor/firewall/multicast_policy6/__init__.py,sha256=oLdHJaLFL1b_-DnOm3zpSLRbQvYauIhgzuQdokBN_bs,530
2789
+ hfortix_fortios/api/v2/monitor/firewall/multicast_policy6/__init__.pyi,sha256=UrUVaAb56xwbWGL4GnXUqgDSHhEVeqTcCYmXJNVmGBI,447
2674
2790
  hfortix_fortios/api/v2/monitor/firewall/multicast_policy6/clear_counters.py,sha256=EG1q1x078Vd7fa8plrHCdPANWunYUXvKFnsFvAM7rJ4,10912
2675
2791
  hfortix_fortios/api/v2/monitor/firewall/multicast_policy6/clear_counters.pyi,sha256=U73_VmxupGSJS8LliaMVRGit0lYZMfWWMeXeu2dwN74,2352
2676
2792
  hfortix_fortios/api/v2/monitor/firewall/multicast_policy6/reset.py,sha256=4J_hsQdbehlY-B0C6Dl66yy6LL6_ZOL4QQNoNJqRFnk,10591
@@ -2680,11 +2796,13 @@ hfortix_fortios/api/v2/monitor/firewall/multicast_policy6/_helpers/clear_counter
2680
2796
  hfortix_fortios/api/v2/monitor/firewall/multicast_policy6/_helpers/reset.py,sha256=n0YNJMsbPERWiWE7H9gWiZ9g_GCB5nr_e61YhKEu6NE,17100
2681
2797
  hfortix_fortios/api/v2/monitor/firewall/multicast_policy6/_helpers/reset.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2682
2798
  hfortix_fortios/api/v2/monitor/firewall/per_ip_shaper/__init__.py,sha256=8GGqExrYk3cdHfcSAad4h8j8DqIKVm9SuBASz3QIKLI,390
2799
+ hfortix_fortios/api/v2/monitor/firewall/per_ip_shaper/__init__.pyi,sha256=WG-W9xstrUKmgGHCW5mIm_c1XGiQIeoyCVwOvhEK3aU,353
2683
2800
  hfortix_fortios/api/v2/monitor/firewall/per_ip_shaper/reset.py,sha256=Qhwckl1YQbIvphninKeoHJra6YaJaph_zEe7l81IpFc,10519
2684
2801
  hfortix_fortios/api/v2/monitor/firewall/per_ip_shaper/reset.pyi,sha256=162d_a8G0RuG2MbrWpCc_zsjjIQXVu4rL9M-79znPUg,2310
2685
2802
  hfortix_fortios/api/v2/monitor/firewall/per_ip_shaper/_helpers/reset.py,sha256=1n6XgE3X-frm_FKV-MIaUG8pz4lci7ROHtCDEdAHdms,17036
2686
2803
  hfortix_fortios/api/v2/monitor/firewall/per_ip_shaper/_helpers/reset.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2687
2804
  hfortix_fortios/api/v2/monitor/firewall/policy/__init__.py,sha256=Qg9gXi1wSaFXN_LWDXQGUFEsYwIWYQ1J5RmhjUFp9JY,617
2805
+ hfortix_fortios/api/v2/monitor/firewall/policy/__init__.pyi,sha256=yt7sizNhouITWjAT2_YpoGERjY9Z3l3Umrsf3rEuFGw,514
2688
2806
  hfortix_fortios/api/v2/monitor/firewall/policy/clear_counters.py,sha256=4SEGzCHn-_YGSnOxrynZLKcAPTz1QpnWTEU9mQq_DAI,10714
2689
2807
  hfortix_fortios/api/v2/monitor/firewall/policy/clear_counters.pyi,sha256=qMBcuBEsKrzPsT8jRfAn39zs0SQRwYFgenV1Z_-MwCc,2330
2690
2808
  hfortix_fortios/api/v2/monitor/firewall/policy/reset.py,sha256=ySIu7eGHNLQHUNcIBiM8QU8Q1vZBq3IfHuS3lTw93tM,10393
@@ -2698,16 +2816,19 @@ hfortix_fortios/api/v2/monitor/firewall/policy/_helpers/reset.pyi,sha256=7jiEgh0
2698
2816
  hfortix_fortios/api/v2/monitor/firewall/policy/_helpers/update_global_label.py,sha256=NWKrZyjfPJaE8F3nqE-_-Afz86c3IF8LQmc37e-WHv0,17148
2699
2817
  hfortix_fortios/api/v2/monitor/firewall/policy/_helpers/update_global_label.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2700
2818
  hfortix_fortios/api/v2/monitor/firewall/proxy/__init__.py,sha256=JixtCRcOFD5vjCwnP7hmxJxeOexxBbfW-Wvxa4sL2as,375
2819
+ hfortix_fortios/api/v2/monitor/firewall/proxy/__init__.pyi,sha256=edhNPecjqCt01gnii0Q0e3Mdv2OLkOWHWcpKqsIQC2A,345
2701
2820
  hfortix_fortios/api/v2/monitor/firewall/proxy/sessions.py,sha256=av99634Lg3fgSbyaQoy9StPJqOL6ri-9cuQkq4_mIdI,10486
2702
2821
  hfortix_fortios/api/v2/monitor/firewall/proxy/sessions.pyi,sha256=Rc3ffJEeemb9sRVjd8kFZdKM-cCXYLFpp2Kvd1VILG0,2306
2703
2822
  hfortix_fortios/api/v2/monitor/firewall/proxy/_helpers/sessions.py,sha256=koEurVb3ZeNxGgdEX3TJ3cIXad3XARo3X0u1qzyUqOA,16956
2704
2823
  hfortix_fortios/api/v2/monitor/firewall/proxy/_helpers/sessions.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2705
2824
  hfortix_fortios/api/v2/monitor/firewall/proxy_policy/__init__.py,sha256=ikLhiFQGBd6ZH7bhfZeW-3fjaen4HYD3Vq8bJlNk2ZE,432
2825
+ hfortix_fortios/api/v2/monitor/firewall/proxy_policy/__init__.pyi,sha256=6hK70qYkNbL4QPMd-zRfO6pnP0i4ms1Etv2JArPbtGk,386
2706
2826
  hfortix_fortios/api/v2/monitor/firewall/proxy_policy/clear_counters.py,sha256=LlQOFYKvUHOdDgtrw8dTI8es94EjrhRLx3kRkZdf3sQ,10822
2707
2827
  hfortix_fortios/api/v2/monitor/firewall/proxy_policy/clear_counters.pyi,sha256=DkpDb1Km6CwelpiYgNUJLQ1AVMq-Q9Uk3NTWLsyOAHo,2342
2708
2828
  hfortix_fortios/api/v2/monitor/firewall/proxy_policy/_helpers/clear_counters.py,sha256=UgH8Jgz9DfNCFlPjtZXBIOkWbngO0Zse_PiVpVzXNZs,17164
2709
2829
  hfortix_fortios/api/v2/monitor/firewall/proxy_policy/_helpers/clear_counters.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2710
2830
  hfortix_fortios/api/v2/monitor/firewall/security_policy/__init__.py,sha256=bXTb0_eEV2yIxfLX0PLWSo4QAELXQfkw5IjnRMhDt_M,584
2831
+ hfortix_fortios/api/v2/monitor/firewall/security_policy/__init__.pyi,sha256=wwGsXD3Y6U7gyZz1ww-yQaySMNwU3qTrxo_sW7VLCj0,493
2711
2832
  hfortix_fortios/api/v2/monitor/firewall/security_policy/clear_counters.py,sha256=j_yHsrWN5anEkXo6wNc9aXsq_Bk8dyu_CP1HwMONgqY,10876
2712
2833
  hfortix_fortios/api/v2/monitor/firewall/security_policy/clear_counters.pyi,sha256=2rmiBZve1ke0FBqhkwB1HSssatxaj1y30BLlX5f8Qw0,2348
2713
2834
  hfortix_fortios/api/v2/monitor/firewall/security_policy/update_global_label.py,sha256=BaLJDB3fYMsKOiZqRE5N4L6OrX4uPZChELEvwIm34yg,11049
@@ -2717,6 +2838,7 @@ hfortix_fortios/api/v2/monitor/firewall/security_policy/_helpers/clear_counters.
2717
2838
  hfortix_fortios/api/v2/monitor/firewall/security_policy/_helpers/update_global_label.py,sha256=CG8kK4a6-gHQcj9VIi-OhgQ3aW_aa95XfJBzK85oxoU,17292
2718
2839
  hfortix_fortios/api/v2/monitor/firewall/security_policy/_helpers/update_global_label.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2719
2840
  hfortix_fortios/api/v2/monitor/firewall/session/__init__.py,sha256=7sqBVxJ7PkIQH6Eemwvwiw8XWySHB9soKIkwdQN4uXI,575
2841
+ hfortix_fortios/api/v2/monitor/firewall/session/__init__.pyi,sha256=B1QZg9uhrdq_yFFwVXXpGz9bN8otqT9LwCwM6t0JXR8,479
2720
2842
  hfortix_fortios/api/v2/monitor/firewall/session/close.py,sha256=_1YEjO4eC2y6m9s5-KhyFtGKutLtwROI3c0mEp3pzu8,10411
2721
2843
  hfortix_fortios/api/v2/monitor/firewall/session/close.pyi,sha256=Vyyw7q6lvgaXhVxvxFUiJu7nn2NGj4neSpSTx0PFAzw,2298
2722
2844
  hfortix_fortios/api/v2/monitor/firewall/session/close_all.py,sha256=DxRkwFIK8ad8wtvlIwkgXfHL6lo2M1YvTT95lcMF-oM,10547
@@ -2730,26 +2852,31 @@ hfortix_fortios/api/v2/monitor/firewall/session/_helpers/close_all.pyi,sha256=7j
2730
2852
  hfortix_fortios/api/v2/monitor/firewall/session/_helpers/close_multiple.py,sha256=0xWHOx-75tUMYeGs6m9XowvvvvtE_wZkIjC_0MOojb0,17084
2731
2853
  hfortix_fortios/api/v2/monitor/firewall/session/_helpers/close_multiple.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2732
2854
  hfortix_fortios/api/v2/monitor/firewall/session6/__init__.py,sha256=vmayLzixwCHmXISjXhYPJI2O8tgiw9AgJTbRoFyaQMo,417
2855
+ hfortix_fortios/api/v2/monitor/firewall/session6/__init__.pyi,sha256=XkTGMTzQydPg8W7wCP00vFqs9YsqbIoFq421G5wngHg,376
2733
2856
  hfortix_fortios/api/v2/monitor/firewall/session6/close_multiple.py,sha256=6BhHjyEDnFNQ97h0aVaHDshaih9YWgOIfLVZI_5nj-A,10750
2734
2857
  hfortix_fortios/api/v2/monitor/firewall/session6/close_multiple.pyi,sha256=71DBuRQIVtQFe9SmUp33VVTVxo_qlckPzD_ajUz6P7Y,2334
2735
2858
  hfortix_fortios/api/v2/monitor/firewall/session6/_helpers/close_multiple.py,sha256=IgzeMOqBTkHgEXK4cX8iZSrzFcKkBvG_i6N6PRADSS0,17100
2736
2859
  hfortix_fortios/api/v2/monitor/firewall/session6/_helpers/close_multiple.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2737
2860
  hfortix_fortios/api/v2/monitor/firewall/shaper/__init__.py,sha256=JF5XNMF9atnrIHAtw9jq6OfBVbpqsYTz45L6Nhu59cA,365
2861
+ hfortix_fortios/api/v2/monitor/firewall/shaper/__init__.pyi,sha256=IbmPQL2rQYSp5cu308i752aVBKJ9EsE_O1EuPS8fbFY,336
2738
2862
  hfortix_fortios/api/v2/monitor/firewall/shaper/reset.py,sha256=E-skQrFzWtu6WBHH98nXq2lSi1TYXOcCXbtSDrtwPF0,10393
2739
2863
  hfortix_fortios/api/v2/monitor/firewall/shaper/reset.pyi,sha256=bTWjqN0FKyR8hQOn53wlCxMYPTw7fu9po6kIrnfVhBY,2296
2740
2864
  hfortix_fortios/api/v2/monitor/firewall/shaper/_helpers/reset.py,sha256=vK6NeqoYFrmtzEjx6m26oMO40nNiSnkK5rK1ix56CqI,16924
2741
2865
  hfortix_fortios/api/v2/monitor/firewall/shaper/_helpers/reset.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2742
2866
  hfortix_fortios/api/v2/monitor/firewall/ztna_firewall_policy/__init__.py,sha256=RfT8A5tUjzg2_BpT1bHgS3e5QWEvwy21lA8YaLfqQR8,467
2867
+ hfortix_fortios/api/v2/monitor/firewall/ztna_firewall_policy/__init__.pyi,sha256=W1bpHl522BUhW-OUZINXZDQPAE1knn7va-G_8p9YWLU,408
2743
2868
  hfortix_fortios/api/v2/monitor/firewall/ztna_firewall_policy/clear_counters.py,sha256=GRMoMV6-pwgTb8xEZ5_oOnC7tYcUZ-47ljBCWOZ0MzM,10966
2744
2869
  hfortix_fortios/api/v2/monitor/firewall/ztna_firewall_policy/clear_counters.pyi,sha256=Qqo7uVpOqIiTFl2uleQ6ghYaAT5-eFyAxw6bSN5DtNI,2358
2745
2870
  hfortix_fortios/api/v2/monitor/firewall/ztna_firewall_policy/_helpers/clear_counters.py,sha256=AXefmCLGCd1OMVxqDYNvrRp9nCH7w5npf4V5yiLFnyc,17292
2746
2871
  hfortix_fortios/api/v2/monitor/firewall/ztna_firewall_policy/_helpers/clear_counters.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2747
2872
  hfortix_fortios/api/v2/monitor/firmware/__init__.py,sha256=wP8U_siXNPgz1Wv8caeMw4nE-J3tAT-hSVTa0j6NlR4,427
2873
+ hfortix_fortios/api/v2/monitor/firmware/__init__.pyi,sha256=gg5ceoBeK62-8wxgeu2cinRgu6aOQgXttQDxZm1Ya0k,384
2748
2874
  hfortix_fortios/api/v2/monitor/firmware/extension_device.py,sha256=8BTTY-tvVq1aQ5GYNVak-fs-ot6pifp3r1lmxQqMTpc,10662
2749
2875
  hfortix_fortios/api/v2/monitor/firmware/extension_device.pyi,sha256=tZXp9rWtSTwH9xqQ1uzne58mNn-TaBnsRjETneI8VuM,2324
2750
2876
  hfortix_fortios/api/v2/monitor/firmware/_helpers/extension_device.py,sha256=dgXbaJhCSOPMN-R_JpAViiopmc-Qh-ocqz7i_33uwAw,16988
2751
2877
  hfortix_fortios/api/v2/monitor/firmware/_helpers/extension_device.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2752
2878
  hfortix_fortios/api/v2/monitor/fortiguard/__init__.py,sha256=jAPaOdMR77os3yTAj_X3V7DtH7uYC3Z-WP7EIa_IPTo,692
2879
+ hfortix_fortios/api/v2/monitor/fortiguard/__init__.pyi,sha256=aQIv4t4WieAKc-vXWPVYQCYy5W_WoksWrUxx8tXoAX0,570
2753
2880
  hfortix_fortios/api/v2/monitor/fortiguard/answers.py,sha256=7VL1TCkioK4aCQA8CCe23MWraMRLxkTlGhAWsrzypiM,10377
2754
2881
  hfortix_fortios/api/v2/monitor/fortiguard/answers.pyi,sha256=wauPxyJtfYAaclVKRLHdv5et-opjC-H13Tln7co4iZY,2294
2755
2882
  hfortix_fortios/api/v2/monitor/fortiguard/redirect_portal.py,sha256=mCzs_LpIWdPll7CunRp1FCqEt_F0IjlphMZrkiwN-f8,10661
@@ -2763,6 +2890,7 @@ hfortix_fortios/api/v2/monitor/fortiguard/_helpers/redirect_portal.pyi,sha256=7j
2763
2890
  hfortix_fortios/api/v2/monitor/fortiguard/_helpers/service_communication_stats.py,sha256=5ksMxJnJIo0fRyuXTCANazcKq6xv0bU_sLSxQOtk9ec,17196
2764
2891
  hfortix_fortios/api/v2/monitor/fortiguard/_helpers/service_communication_stats.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2765
2892
  hfortix_fortios/api/v2/monitor/fortiview/__init__.py,sha256=_sdKgAphhg3TzgPw3K5XX98bApho4UrStedInk3Id7s,848
2893
+ hfortix_fortios/api/v2/monitor/fortiview/__init__.pyi,sha256=7MfIO3F064OEMdfZQEWR-upvUyjtFPTAbQ4eH3U0f1Y,683
2766
2894
  hfortix_fortios/api/v2/monitor/fortiview/historical_statistics.py,sha256=Va_f3wqooVchtmAutsAqPZj9OcIoEg2jSSBvIw_XHr0,10865
2767
2895
  hfortix_fortios/api/v2/monitor/fortiview/historical_statistics.pyi,sha256=r1Yz8aUdSBNk0LRcACy1C8FLOsFF6D8skToV4G9gwPk,2346
2768
2896
  hfortix_fortios/api/v2/monitor/fortiview/realtime_proxy_statistics.py,sha256=Vs4Da-rO4iYqT-5a1Go2ds6XZJBuiQZiLV-NSiej5ZQ,11001
@@ -2776,17 +2904,21 @@ hfortix_fortios/api/v2/monitor/fortiview/_helpers/realtime_proxy_statistics.pyi,
2776
2904
  hfortix_fortios/api/v2/monitor/fortiview/_helpers/realtime_statistics.py,sha256=TOhxJihJ0PkX_4NM0JWtvmit9Afpdk6QzpBcwz4DHFo,17052
2777
2905
  hfortix_fortios/api/v2/monitor/fortiview/_helpers/realtime_statistics.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2778
2906
  hfortix_fortios/api/v2/monitor/fortiview/session/__init__.py,sha256=LnkwKpH-7vkrn9kx8QjcxZRVyhvYZ8b0z46Vwp-Ssgc,375
2907
+ hfortix_fortios/api/v2/monitor/fortiview/session/__init__.pyi,sha256=x_EV4dX4vj-For07b8t9SnT_ocfa-cmhOIGOcA2PpCU,343
2779
2908
  hfortix_fortios/api/v2/monitor/fortiview/session/cancel.py,sha256=FZt0U2MIhn9NVG3o_H_PPKZsQGhHKxdOp_NS4zHtHKo,10466
2780
2909
  hfortix_fortios/api/v2/monitor/fortiview/session/cancel.pyi,sha256=VOyuv2Dyh_9uhWFmzGc9atqDAZnrllyhXXsy4naCXjw,2304
2781
2910
  hfortix_fortios/api/v2/monitor/fortiview/session/_helpers/cancel.py,sha256=AV7NbRwduU7XAD10mT5g09M9uX6te90UAgfbks1WNMU,16972
2782
2911
  hfortix_fortios/api/v2/monitor/fortiview/session/_helpers/cancel.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2783
2912
  hfortix_fortios/api/v2/monitor/geoip/__init__.py,sha256=nS5f5gPlCTAjO3n6vibq532jaAmrLatvJI-NSyIEGK0,389
2913
+ hfortix_fortios/api/v2/monitor/geoip/__init__.pyi,sha256=HPSaQHzmVpW75cYPdrwGT9N80c5W8L_Q6aQDJwxrqgw,355
2784
2914
  hfortix_fortios/api/v2/monitor/geoip/geoip_query/__init__.py,sha256=Wen6nzHWOk8TsNkZVBK2MRaq2zuUkFlSBw_R2xeu27w,390
2915
+ hfortix_fortios/api/v2/monitor/geoip/geoip_query/__init__.pyi,sha256=YBH_eDbQPsFjVmnV0VL4b_Ah3y0MPBCfUsbgRgNtmh0,353
2785
2916
  hfortix_fortios/api/v2/monitor/geoip/geoip_query/select.py,sha256=Dl0bNQ026No5srj49wvHEfStT9uU8Os1t9BNl4iQj-8,10466
2786
2917
  hfortix_fortios/api/v2/monitor/geoip/geoip_query/select.pyi,sha256=cH3zG0mQb_FaUYr-DBkpKdPVhAFD8cECRvF9ss_U6E8,2304
2787
2918
  hfortix_fortios/api/v2/monitor/geoip/geoip_query/_helpers/select.py,sha256=GXv9NDKm9BkUWeawtt3lOVzY1aFUrbeHDErdM5uwDUY,16972
2788
2919
  hfortix_fortios/api/v2/monitor/geoip/geoip_query/_helpers/select.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2789
2920
  hfortix_fortios/api/v2/monitor/ips/__init__.py,sha256=ZE1ymAjlr_7aLQWhJzvGbstc3hx8z9C8_gjlQxrzNXE,746
2921
+ hfortix_fortios/api/v2/monitor/ips/__init__.pyi,sha256=3qDy27nGf9UcUFf7Okex3LtUbo8v7ybrnTY6153Nprg,595
2790
2922
  hfortix_fortios/api/v2/monitor/ips/anomaly.py,sha256=JXgo7Z7UN13n9mqgT48yeUdoNU_uHRy7Bj8qGK1yOPw,11455
2791
2923
  hfortix_fortios/api/v2/monitor/ips/anomaly.pyi,sha256=xWHBEN_7FqbQ2wxXKv-O8jnZ21Jn0ab4ecVil0n_hPM,2283
2792
2924
  hfortix_fortios/api/v2/monitor/ips/hold_signatures.py,sha256=lPez4NIx_suNCD1rVm5Hr5ZrnjKvoYYiM_CB-efCbp8,11723
@@ -2808,6 +2940,7 @@ hfortix_fortios/api/v2/monitor/ips/_helpers/rate_based.pyi,sha256=7jiEgh0gRuNQ2Y
2808
2940
  hfortix_fortios/api/v2/monitor/ips/_helpers/session.py,sha256=p-0uios9OeIwLdUBV5BKT3WNaEpisZWLhL1X4bjO4r8,16779
2809
2941
  hfortix_fortios/api/v2/monitor/ips/_helpers/session.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2810
2942
  hfortix_fortios/api/v2/monitor/license/__init__.py,sha256=DVHe37fN4sQL4hcfFrsA9Nr7rCNTJJkHUf_O7HYqFWE,881
2943
+ hfortix_fortios/api/v2/monitor/license/__init__.pyi,sha256=bOXSzMLnsb4HiPxnZkc5LPCryMon_rJVZzBMLkkROsE,699
2811
2944
  hfortix_fortios/api/v2/monitor/license/fortianalyzer_status.py,sha256=5_IhXjZpvPgD5zqHjix2jklbj8CDjmhFnGs8ya8rw0E,10792
2812
2945
  hfortix_fortios/api/v2/monitor/license/fortianalyzer_status.pyi,sha256=AEHLH4nwzna2qUwfYsmmPzO6w98jNsdslH6JfqMk5Ig,2338
2813
2946
  hfortix_fortios/api/v2/monitor/license/forticare_org_list.py,sha256=5KSxNAtcgmjDSNUvcJlvl3V3VOCTpGHZ5e99VpcXq8U,10706
@@ -2825,11 +2958,13 @@ hfortix_fortios/api/v2/monitor/license/_helpers/forticare_resellers.pyi,sha256=7
2825
2958
  hfortix_fortios/api/v2/monitor/license/_helpers/status.py,sha256=e4duKMVyp10fIS4Wfd_RUQjD3ep8UfeuFBMdoORfLy8,16812
2826
2959
  hfortix_fortios/api/v2/monitor/license/_helpers/status.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2827
2960
  hfortix_fortios/api/v2/monitor/license/database/__init__.py,sha256=KyU9rYB7vrpJvBkYCmbfF470cS9KspSf0T4bw9by43g,385
2961
+ hfortix_fortios/api/v2/monitor/license/database/__init__.pyi,sha256=fA12MMgZHXyzKA1UWZf36uR8EsjR5HcBFW4_2qNjdUM,350
2828
2962
  hfortix_fortios/api/v2/monitor/license/database/upgrade.py,sha256=40gFd1y1gGdSp9z9DajBwkmXC48OjJeQ4hb1tQCsUT8,10485
2829
2963
  hfortix_fortios/api/v2/monitor/license/database/upgrade.pyi,sha256=1W36qfRNIoMZz30nLMV9WIjvKC2TL2rd9ODdmbWIQBQ,2306
2830
2964
  hfortix_fortios/api/v2/monitor/license/database/_helpers/upgrade.py,sha256=ZJyrUZ-VaXIp2oAw4oCNaONDqEmtsr0tEk7aULqcpM8,16972
2831
2965
  hfortix_fortios/api/v2/monitor/license/database/_helpers/upgrade.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2832
2966
  hfortix_fortios/api/v2/monitor/log/__init__.py,sha256=WuHoYo0vE09ea2Lxzojs8iTqhjRx2sV8evxczsZPGsA,2040
2967
+ hfortix_fortios/api/v2/monitor/log/__init__.pyi,sha256=MYrPtbxoLhHz6lyhTJvbbvoQ41JKQDlvNeLQ2b6CScc,1505
2833
2968
  hfortix_fortios/api/v2/monitor/log/current_disk_usage.py,sha256=u-OIViDOx39bq2BfYj_k122DxE5AJ5urMYF8Tyl2lHo,10634
2834
2969
  hfortix_fortios/api/v2/monitor/log/current_disk_usage.pyi,sha256=yGqlHvdPhowtaR3kY-LlviWoTwAUEbPXU4fNaJ8SVpQ,2320
2835
2970
  hfortix_fortios/api/v2/monitor/log/device.py,sha256=PmJ8WmdcjXez-aQB-OevndLv9IIchDjv_9nXvLXLxXk,10220
@@ -2851,6 +2986,7 @@ hfortix_fortios/api/v2/monitor/log/hourly_disk_usage.pyi,sha256=H0yEImO7vkovdd9p
2851
2986
  hfortix_fortios/api/v2/monitor/log/local_report_list.py,sha256=bnioUvdo_sJC9SzFh7kLuVgmROu9j6Y6Jqo4Qzdo6Jk,11781
2852
2987
  hfortix_fortios/api/v2/monitor/log/local_report_list.pyi,sha256=aIw3G_lDahG-RG7AiSrwZyqOk3fjUb5Yeuf0zTpHETg,2319
2853
2988
  hfortix_fortios/api/v2/monitor/log/stats.py,sha256=Lb7bLF6cCC_VoG_idm4a8AgftMVNZw7JpEqWMG4wDHQ,11385
2989
+ hfortix_fortios/api/v2/monitor/log/stats.pyi,sha256=0KOULNl454AhHrqnPPNtn1yhQwvE4tjoP-ks2MtJz50,2304
2854
2990
  hfortix_fortios/api/v2/monitor/log/stats_base.py,sha256=Lb7bLF6cCC_VoG_idm4a8AgftMVNZw7JpEqWMG4wDHQ,11385
2855
2991
  hfortix_fortios/api/v2/monitor/log/stats_base.pyi,sha256=GI0YOmhkn1cMrbYJk0oy16CTWG9936ELAYH9jDbUer0,2275
2856
2992
  hfortix_fortios/api/v2/monitor/log/_helpers/current_disk_usage.py,sha256=HkgqGsk66xpj12vlpdBnzXtTcC571fbvZaJ9bDPbcGE,16940
@@ -2876,16 +3012,19 @@ hfortix_fortios/api/v2/monitor/log/_helpers/local_report_list.pyi,sha256=7jiEgh0
2876
3012
  hfortix_fortios/api/v2/monitor/log/_helpers/stats.py,sha256=MA9-YKBB34h2ZkfDR1FIbj1fzpwtMDeJkupr5AoaTA0,16735
2877
3013
  hfortix_fortios/api/v2/monitor/log/_helpers/stats.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2878
3014
  hfortix_fortios/api/v2/monitor/log/av_archive/__init__.py,sha256=KVTY5vAl-bPC-vZCpdqX7RPvBcA2EDJuwdvaaZ1nXj8,395
3015
+ hfortix_fortios/api/v2/monitor/log/av_archive/__init__.pyi,sha256=544rs_waf5QPMek2CjgYSjQuOULOVKnwEZOOsU3OgXA,358
2879
3016
  hfortix_fortios/api/v2/monitor/log/av_archive/download.py,sha256=_5tJqvZ7C0sERuuBxjdYQQXsx3Dm18bf6hggMNW3eXE,10486
2880
3017
  hfortix_fortios/api/v2/monitor/log/av_archive/download.pyi,sha256=VTKxvkj589XboHgZWdPM3LD1zg_UUFs9jtxlTB0uib4,2306
2881
3018
  hfortix_fortios/api/v2/monitor/log/av_archive/_helpers/download.py,sha256=uGbbm3DAufL5uUXTtUG7sjwhBW8L8sPk-LVzH5ts7Ss,16956
2882
3019
  hfortix_fortios/api/v2/monitor/log/av_archive/_helpers/download.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2883
3020
  hfortix_fortios/api/v2/monitor/log/forticloud_report/__init__.py,sha256=hsmjS9a09Q9yt_etu7LTUAwJ7EU17ZP6LZoDAuTKC-4,430
3021
+ hfortix_fortios/api/v2/monitor/log/forticloud_report/__init__.pyi,sha256=6AO7Cv21CcaFwywBzc-QjALtquhLs8Ffbxl3a-hkBzU,379
2884
3022
  hfortix_fortios/api/v2/monitor/log/forticloud_report/download.py,sha256=29-lR53Cbb7yIc_fJ9JfgPFQyQyHHKU0wxvQRmlRN9M,10612
2885
3023
  hfortix_fortios/api/v2/monitor/log/forticloud_report/download.pyi,sha256=TbiEn9MMQRjh5_bBXL7sp33KlJ9rdG_NjVIhlAPW_so,2320
2886
3024
  hfortix_fortios/api/v2/monitor/log/forticloud_report/_helpers/download.py,sha256=vekdWhR_0TFhPC-WikzORVLHPbZyasPwIb2P_VECYVY,17068
2887
3025
  hfortix_fortios/api/v2/monitor/log/forticloud_report/_helpers/download.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2888
3026
  hfortix_fortios/api/v2/monitor/log/local_report/__init__.py,sha256=1NLVdNAoiC8jfiyxK0wYBdHqPxg8IbqSfVDhM-eRyeE,483
3027
+ hfortix_fortios/api/v2/monitor/log/local_report/__init__.pyi,sha256=di57AkdGMtx-bbl6qAesV6upq_bQBOcvocA6MR3zgdw,414
2889
3028
  hfortix_fortios/api/v2/monitor/log/local_report/delete.py,sha256=aBXAZccT0wOYYiEqQUn-DTind3qXSashyv8XC_IgpDg,10448
2890
3029
  hfortix_fortios/api/v2/monitor/log/local_report/delete.pyi,sha256=S635IoAmRBuz1c4b1CGjJ6FxJfD1VeQNWhI_VlpmWCE,2302
2891
3030
  hfortix_fortios/api/v2/monitor/log/local_report/download.py,sha256=J_-Fov8mWkYNqwo6leb2usZq-dH8GhiKcpX_TIGwPcg,10522
@@ -2895,16 +3034,19 @@ hfortix_fortios/api/v2/monitor/log/local_report/_helpers/delete.pyi,sha256=7jiEg
2895
3034
  hfortix_fortios/api/v2/monitor/log/local_report/_helpers/download.py,sha256=3D9cVwWZu1syjj1clXli0FD94-sDcBZfi1MU_59T9ks,16988
2896
3035
  hfortix_fortios/api/v2/monitor/log/local_report/_helpers/download.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2897
3036
  hfortix_fortios/api/v2/monitor/log/policy_archive/__init__.py,sha256=z0hGtM5IlhxFbqTNXaAMg2rFwHB-_c5X4gth0Vt7eNw,415
3037
+ hfortix_fortios/api/v2/monitor/log/policy_archive/__init__.pyi,sha256=glxFcFZ1PUIabQJ8ZFOHsJq47cSs4pMT3_tN_fOcMKk,370
2898
3038
  hfortix_fortios/api/v2/monitor/log/policy_archive/download.py,sha256=q-M3PmtTcgx2YP_BCM8IwuONbQWhJNqY0hsQJ11naXg,10558
2899
3039
  hfortix_fortios/api/v2/monitor/log/policy_archive/download.pyi,sha256=RUfgjcbw9WJLI2Xff3qlWY2deYbPmipO2fwSCzDKSBQ,2314
2900
3040
  hfortix_fortios/api/v2/monitor/log/policy_archive/_helpers/download.py,sha256=zUHYjEGnhbskAEz2ue4YULZvv-EOKztkeq-7eUeedJA,17020
2901
3041
  hfortix_fortios/api/v2/monitor/log/policy_archive/_helpers/download.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2902
3042
  hfortix_fortios/api/v2/monitor/log/stats/__init__.py,sha256=nIq6gGW_x7_3_qL8DTH-r7NF6JkYyq7_QmjJ2vg1od4,360
3043
+ hfortix_fortios/api/v2/monitor/log/stats/__init__.pyi,sha256=-YUDuJ2rMm_Za_gWhqXR8_QsS__nuFa91eDB55cYVGc,333
2903
3044
  hfortix_fortios/api/v2/monitor/log/stats/reset.py,sha256=TcpSXeDFo3ja-_wTiZcDgjEb0zq9HHh6CGFIVSO0njY,10285
2904
3045
  hfortix_fortios/api/v2/monitor/log/stats/reset.pyi,sha256=JL5ERGwc22j26y6F-TeVtsRYIgHI9jY0znWjjaZ0nVI,2284
2905
3046
  hfortix_fortios/api/v2/monitor/log/stats/_helpers/reset.py,sha256=bFfWIpTSbz5PoKzCRw5IzPf84JSktctSyR9HZaI7fbY,16828
2906
3047
  hfortix_fortios/api/v2/monitor/log/stats/_helpers/reset.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2907
3048
  hfortix_fortios/api/v2/monitor/network/__init__.py,sha256=CZTv9c9PxDSr4QeRoJCJchwDmw4gzosIpLbL02sycOU,882
3049
+ hfortix_fortios/api/v2/monitor/network/__init__.pyi,sha256=B3KdJ7symi-W-eBMbH92P_kydy_NWp4DVY4b7dDaT14,673
2908
3050
  hfortix_fortios/api/v2/monitor/network/arp.py,sha256=BZby6sR5PmsCVIC9vXVx4HhNbgfOmXPKWxPoqdUSWJU,11379
2909
3051
  hfortix_fortios/api/v2/monitor/network/arp.pyi,sha256=t5bPcodDK9brhzlarexdiKITBOBh_1tmo1fKKWTzYvI,2275
2910
3052
  hfortix_fortios/api/v2/monitor/network/ddns_base.py,sha256=NVlORLqmtLIyJf8iDJG5qdtNF49KLso51BL_toc6xtI,11422
@@ -2930,11 +3072,13 @@ hfortix_fortios/api/v2/monitor/network/_helpers/lldp.pyi,sha256=7jiEgh0gRuNQ2YWP
2930
3072
  hfortix_fortios/api/v2/monitor/network/_helpers/reverse_ip_lookup.py,sha256=_Mw1C8vMsz1lpV28xz_EXNoDHVnJkHbEkp6Lnrb5QAI,16988
2931
3073
  hfortix_fortios/api/v2/monitor/network/_helpers/reverse_ip_lookup.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2932
3074
  hfortix_fortios/api/v2/monitor/network/ddns/__init__.py,sha256=AqJSDRkVZgb-cCKkaUGmWFl9PfJlce6BxQnGJFuvSy8,360
3075
+ hfortix_fortios/api/v2/monitor/network/ddns/__init__.pyi,sha256=dPMS3oDsdQJr0RHzB6fwOlatEHmU3JBXpg4X6-v6Jbk,334
2933
3076
  hfortix_fortios/api/v2/monitor/network/ddns/lookup.py,sha256=oGpxosaj4I3xCnAQ-9T56jCVJysvg0MFkJAlAKdYrXk,10376
2934
3077
  hfortix_fortios/api/v2/monitor/network/ddns/lookup.pyi,sha256=qot85gxgHEcwV2gaLaiDc4APDMOvKasZOxnkGrvAo-Q,2294
2935
3078
  hfortix_fortios/api/v2/monitor/network/ddns/_helpers/lookup.py,sha256=YaHDe9FrhDRqtlTdpyRfaExEtH7JYy3kdUxm6V5cMa8,16892
2936
3079
  hfortix_fortios/api/v2/monitor/network/ddns/_helpers/lookup.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2937
3080
  hfortix_fortios/api/v2/monitor/network/debug_flow/__init__.py,sha256=oeiQGEwxsUN-O-j6cPJ-0lGkvJBkBNTD_NSw5oUnSjg,448
3081
+ hfortix_fortios/api/v2/monitor/network/debug_flow/__init__.pyi,sha256=GgLf4DmA-UvF5Yz9B2M3ELF8MO-4dvHo6ZXuk9X3op0,388
2938
3082
  hfortix_fortios/api/v2/monitor/network/debug_flow/start.py,sha256=5ypSxtvpV26LdVEwaQFxtfWSnOjT4lcUU5C-kZNof5E,10447
2939
3083
  hfortix_fortios/api/v2/monitor/network/debug_flow/start.pyi,sha256=ixJZJHEINL_xL34k584TQXHK7EBP0CP-iOeID-Rgk1g,2302
2940
3084
  hfortix_fortios/api/v2/monitor/network/debug_flow/stop.py,sha256=qYa4TXNswTFHsH0dHCtmGAgzzUsjc0qhjRKPGwzF0Ic,10410
@@ -2944,11 +3088,13 @@ hfortix_fortios/api/v2/monitor/network/debug_flow/_helpers/start.pyi,sha256=7jiE
2944
3088
  hfortix_fortios/api/v2/monitor/network/debug_flow/_helpers/stop.py,sha256=gayYbZ-BGRBOGWqv77NbmLvqDHujgHJeLAxiADwJoOo,16956
2945
3089
  hfortix_fortios/api/v2/monitor/network/debug_flow/_helpers/stop.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2946
3090
  hfortix_fortios/api/v2/monitor/registration/__init__.py,sha256=d6kkH-WoVUqrx1j82FGppVe0Fx-6g6Ob2JIy--HdI3E,584
3091
+ hfortix_fortios/api/v2/monitor/registration/__init__.pyi,sha256=QPBPhMhcYGz2LO9dM1r3i-SwTi955pWy5HOP59oiNrc,478
2947
3092
  hfortix_fortios/api/v2/monitor/registration/forticloud_base.py,sha256=Jozci-Tw16uuhjOC_rsnSDp4i0Uv4O7KaLViWexiNvE,11712
2948
3093
  hfortix_fortios/api/v2/monitor/registration/forticloud_base.pyi,sha256=9X-veXynsMjtt07A5mbEKSi6bj0IEGNFF9rsIbPKpJo,2321
2949
3094
  hfortix_fortios/api/v2/monitor/registration/_helpers/forticloud.py,sha256=_mIwqCzV3BVy3GIiPgcp_AzP0xNeCFP87kO5ms0NoJQ,16967
2950
3095
  hfortix_fortios/api/v2/monitor/registration/_helpers/forticloud.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2951
3096
  hfortix_fortios/api/v2/monitor/registration/forticare/__init__.py,sha256=--oHiuhshphs1y5eqrRA5o88Gj42EjieVa8z0gsP1TA,911
3097
+ hfortix_fortios/api/v2/monitor/registration/forticare/__init__.pyi,sha256=qYj7mPQNRr7XBrqQlQhFkvzXMhDxHKk2fJjHEvkQ0Rs,709
2952
3098
  hfortix_fortios/api/v2/monitor/registration/forticare/add_license.py,sha256=jwWXGN8m2gZxX8t3xTCglZfZ2DMfxhwxIfjVOGdsmXs,10729
2953
3099
  hfortix_fortios/api/v2/monitor/registration/forticare/add_license.pyi,sha256=Ay6aI0GlhxntLVwiOGq3xpgzYK62fyi5Cyqtlmo01Zk,2332
2954
3100
  hfortix_fortios/api/v2/monitor/registration/forticare/check_connectivity.py,sha256=WyJbfv0sSdGPnppcs6tiu8RDxXuu-lBQreYb4yCFTnY,10988
@@ -2974,6 +3120,7 @@ hfortix_fortios/api/v2/monitor/registration/forticare/_helpers/login.pyi,sha256=
2974
3120
  hfortix_fortios/api/v2/monitor/registration/forticare/_helpers/transfer.py,sha256=OyO6zUmKObj9QVfp-OfwWa7cjhmcB0HDpvj5cj2HBZM,17084
2975
3121
  hfortix_fortios/api/v2/monitor/registration/forticare/_helpers/transfer.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
2976
3122
  hfortix_fortios/api/v2/monitor/registration/forticloud/__init__.py,sha256=8cOyCa8NzuCtncI8d80I-U3824aYrqKU-OyHRGiSS_Y,874
3123
+ hfortix_fortios/api/v2/monitor/registration/forticloud/__init__.pyi,sha256=u9BsNlMd1stde1bUyS622yoWZUJwpcCvQYT_YaLiCoI,678
2977
3124
  hfortix_fortios/api/v2/monitor/registration/forticloud/device_status.py,sha256=xQl9QjVtxGWpueLju1mV2-68Hmc-jTxOCpL17a3kmok,10821
2978
3125
  hfortix_fortios/api/v2/monitor/registration/forticloud/device_status.pyi,sha256=FB7LcgkUSDmGjWGP2625ITxaa6XcxD5bAnHRYx9Yz-w,2342
2979
3126
  hfortix_fortios/api/v2/monitor/registration/forticloud/disclaimer.py,sha256=D-1g7hV-Aa_uf6pOWG0dg8GtfLLqSjpLabkhM8czmsY,10722
@@ -2999,12 +3146,15 @@ hfortix_fortios/api/v2/monitor/registration/forticloud/_helpers/migrate.pyi,sha2
2999
3146
  hfortix_fortios/api/v2/monitor/registration/forticloud/_helpers/register_device.py,sha256=S8rH14VeQAYh4cNjC7iryDD5cqhnMyw-swloapyknSE,17212
3000
3147
  hfortix_fortios/api/v2/monitor/registration/forticloud/_helpers/register_device.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3001
3148
  hfortix_fortios/api/v2/monitor/registration/vdom/__init__.py,sha256=W6PtQSDJ_c1VwifXzXnHbKEDi5kp9h9E9aJAzfsdCx0,382
3149
+ hfortix_fortios/api/v2/monitor/registration/vdom/__init__.pyi,sha256=nxy4aG0UVbUVW9ZoVqofXtoBKptDlEsTnW07M89Q-Kc,352
3002
3150
  hfortix_fortios/api/v2/monitor/registration/vdom/add_license.py,sha256=BT1zNm9NaRL40x0O6-XG5LibiZALyURXspSzsGvmWSg,10639
3003
3151
  hfortix_fortios/api/v2/monitor/registration/vdom/add_license.pyi,sha256=kNhHJS53oObpdkqpSx87MKJyd42qnAkW5vceiiZbQRs,2322
3004
3152
  hfortix_fortios/api/v2/monitor/registration/vdom/_helpers/add_license.py,sha256=BuhkW0Px3rUh0fl3kwh-zuAjCtMZ85wykwQRGwzjuR8,17052
3005
3153
  hfortix_fortios/api/v2/monitor/registration/vdom/_helpers/add_license.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3006
3154
  hfortix_fortios/api/v2/monitor/router/__init__.py,sha256=v2lL07ur57lwg9ut8SjnfMvX7ZM5Ov-xxsZrLM5vzE8,1159
3155
+ hfortix_fortios/api/v2/monitor/router/__init__.pyi,sha256=fhc3nIwXqqbW2w47QE7lmxs81dVFoktwpqQx1QsP2DU,846
3007
3156
  hfortix_fortios/api/v2/monitor/router/bgp.py,sha256=x6cob0ab68GoQQPGCRK2PpviyZEiojKZN91ZaoOKIr0,11369
3157
+ hfortix_fortios/api/v2/monitor/router/bgp.pyi,sha256=kowSn-EMsqhPpuqmqgdIltBA7XafP8Fkzlc5yk-UfMc,2282
3008
3158
  hfortix_fortios/api/v2/monitor/router/bgp_base.py,sha256=sYlgjlfex3m-RyASUw2TL3rqtqvmwsRan2IUArmGE6Q,11370
3009
3159
  hfortix_fortios/api/v2/monitor/router/bgp_base.pyi,sha256=eSNLAdXO6TU2JQMI9uG05QU5S_5wRdoinbAeFlYP37o,2280
3010
3160
  hfortix_fortios/api/v2/monitor/router/charts.py,sha256=hdOqoAhdUsb40JaIyL2wgfOTuyCm-CmTcT30_7q6_T0,10268
@@ -3014,6 +3164,7 @@ hfortix_fortios/api/v2/monitor/router/ipv4.pyi,sha256=lAt8zckvKxNAaS6D7UuscXu6sZ
3014
3164
  hfortix_fortios/api/v2/monitor/router/ipv6.py,sha256=rtsxVIBPbaju3uQd8lVZqMB-nD4J6IRhEfy48pUCkSU,11398
3015
3165
  hfortix_fortios/api/v2/monitor/router/ipv6.pyi,sha256=sJErFB62g1PUlUZxSLe8WGneHaXjA2VAp7xHhjP85Hg,2277
3016
3166
  hfortix_fortios/api/v2/monitor/router/lookup.py,sha256=9WGc8IVUBTm7ZdfcW2cBzv-tONPB4rSPVzDDDvt5yiI,10268
3167
+ hfortix_fortios/api/v2/monitor/router/lookup.pyi,sha256=kowSn-EMsqhPpuqmqgdIltBA7XafP8Fkzlc5yk-UfMc,2282
3017
3168
  hfortix_fortios/api/v2/monitor/router/lookup_base.py,sha256=9WGc8IVUBTm7ZdfcW2cBzv-tONPB4rSPVzDDDvt5yiI,10268
3018
3169
  hfortix_fortios/api/v2/monitor/router/lookup_base.pyi,sha256=mUPV3b9hQk6uRotMXsG0hM58Tr_TTL0ZsPUa7skWB8U,2282
3019
3170
  hfortix_fortios/api/v2/monitor/router/lookup_policy.py,sha256=AC0Nmi9GuYHgvf0v84gyqKmjOMz6_L8LILCKxS-rIOg,10515
@@ -3051,6 +3202,7 @@ hfortix_fortios/api/v2/monitor/router/_helpers/sdwan.pyi,sha256=7jiEgh0gRuNQ2YWP
3051
3202
  hfortix_fortios/api/v2/monitor/router/_helpers/statistics.py,sha256=Y-tdjcG-J_oVKVyvQ7ELudiEN1ubm-bjNYuCiXOpnkI,16860
3052
3203
  hfortix_fortios/api/v2/monitor/router/_helpers/statistics.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3053
3204
  hfortix_fortios/api/v2/monitor/router/bgp/__init__.py,sha256=NuW1JEp2HGWiTtKYL34X86d-0eZTDhJfUPhj8c51VrA,633
3205
+ hfortix_fortios/api/v2/monitor/router/bgp/__init__.pyi,sha256=4303rBLgThrNl_KQ3BMuPUW_i_4XdPQPI2YXVLxjuYM,531
3054
3206
  hfortix_fortios/api/v2/monitor/router/bgp/clear_soft_in.py,sha256=pCVzILgJQkWsHCNzQubTOfNNBo5DX-s1Bfnb7jSSJpE,10575
3055
3207
  hfortix_fortios/api/v2/monitor/router/bgp/clear_soft_in.pyi,sha256=_Vx7L_swyJ23eXLkZkeQ-1Jfxmd9sDgODf2GECQIArs,2314
3056
3208
  hfortix_fortios/api/v2/monitor/router/bgp/clear_soft_out.py,sha256=ooIR3astiZi1zHp185zIkbhXPJSovYtT71bhXIUhC-g,10612
@@ -3064,25 +3216,31 @@ hfortix_fortios/api/v2/monitor/router/bgp/_helpers/clear_soft_out.pyi,sha256=7ji
3064
3216
  hfortix_fortios/api/v2/monitor/router/bgp/_helpers/soft_reset_neighbor.py,sha256=JzytzHgzDWyt7HW1xGiVB_tuErQAvnftgcAXs44O8cs,17068
3065
3217
  hfortix_fortios/api/v2/monitor/router/bgp/_helpers/soft_reset_neighbor.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3066
3218
  hfortix_fortios/api/v2/monitor/router/lookup/__init__.py,sha256=dTkErm0hDHQ4sLfSdGmLQQp8HFfrRGIQB2myI5em-Mw,372
3219
+ hfortix_fortios/api/v2/monitor/router/lookup/__init__.pyi,sha256=ox64i4ES3HvbUsYrjjBqMsMTzs9rQ5UzcWDeG7hEtuQ,342
3067
3220
  hfortix_fortios/api/v2/monitor/router/lookup/ha_peer.py,sha256=rCc28gKZWohaNdWHMe_cL_KuaYnI6OItx9ol15Phaks,10419
3068
3221
  hfortix_fortios/api/v2/monitor/router/lookup/ha_peer.pyi,sha256=Jj3ZgP4be4TuJ5xezcbEvb_Aq4eukGMapk4eZCkd8VY,2298
3069
3222
  hfortix_fortios/api/v2/monitor/router/lookup/_helpers/ha_peer.py,sha256=DBtGdW1e5NBx1uCvH2UTg3drfoE1vd8KM5JP1I1MoMg,16924
3070
3223
  hfortix_fortios/api/v2/monitor/router/lookup/_helpers/ha_peer.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3071
3224
  hfortix_fortios/api/v2/monitor/sdwan/__init__.py,sha256=CYuQtB6yaOxp_NFoFs1hC5GpYZB6iYPsBvsOZEIzwlk,432
3225
+ hfortix_fortios/api/v2/monitor/sdwan/__init__.pyi,sha256=KbTR6IC3SvFYsala_twZ-ufRKIjDf6L7KIVCAV8y7yo,389
3072
3226
  hfortix_fortios/api/v2/monitor/sdwan/link_monitor_metrics/__init__.py,sha256=6LTVWPYimIKvwB9Ehb4yGYbpVXHYXa3H5ZK5qI2ZZ3s,430
3227
+ hfortix_fortios/api/v2/monitor/sdwan/link_monitor_metrics/__init__.pyi,sha256=mmFHa70eKnj7eqH7VeNLaknEk3vu-FBf5zsveBEzI08,378
3073
3228
  hfortix_fortios/api/v2/monitor/sdwan/link_monitor_metrics/report.py,sha256=HgIyNUNH3t9B5ivdmCZyQ395FTVk012S7BOtJTIIoiM,10628
3074
3229
  hfortix_fortios/api/v2/monitor/sdwan/link_monitor_metrics/report.pyi,sha256=kZ5s5nXGWN4O2PwiLhvG8IveRlWnac-hKHWIDfRSjnc,2322
3075
3230
  hfortix_fortios/api/v2/monitor/sdwan/link_monitor_metrics/_helpers/report.py,sha256=eZnjCM4ifYm7dRPWIfq6Aumb3kHPXGDDzKCXWCCgE1c,17116
3076
3231
  hfortix_fortios/api/v2/monitor/sdwan/link_monitor_metrics/_helpers/report.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3077
3232
  hfortix_fortios/api/v2/monitor/service/__init__.py,sha256=oFn28KQ16LWaOm07l8JWO1bG5GCDSQ5dN9HVHNZ1wKM,365
3233
+ hfortix_fortios/api/v2/monitor/service/__init__.pyi,sha256=WBgZlDGxDEWR1_MU0VmtY1WbefOHT2zm3_FH0NNPp5A,335
3078
3234
  hfortix_fortios/api/v2/monitor/service/ldap.py,sha256=pkh7auif1ZsrJkyqsScYNgO95_S_Nc2ihShLq-nrpuw,10218
3079
3235
  hfortix_fortios/api/v2/monitor/service/ldap.pyi,sha256=AAFLUVD1MdpIJINfQjfuvG9jSbaPoqFclQsYW3gTlwU,2282
3080
3236
  hfortix_fortios/api/v2/monitor/service/_helpers/ldap.py,sha256=amBo6MoE7cTsm7J331b76KeXIN_cTKZE2EPc8AAShoA,16786
3081
3237
  hfortix_fortios/api/v2/monitor/service/_helpers/ldap.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3082
3238
  hfortix_fortios/api/v2/monitor/switch_controller/__init__.py,sha256=jrbQyw7kUv1bJOf35bb5K4-NL0Lw5KEWHfhVjBvXW-M,1405
3239
+ hfortix_fortios/api/v2/monitor/switch_controller/__init__.pyi,sha256=BaySoYT_g96lWNCtLvruKBHMu7gsNXP5jtwXpFmpjP4,1057
3083
3240
  hfortix_fortios/api/v2/monitor/switch_controller/detected_device.py,sha256=YR7LEX-G338W4XPBuzFRdzTuCGuenveJubdU30OoYE8,11947
3084
3241
  hfortix_fortios/api/v2/monitor/switch_controller/detected_device.pyi,sha256=OJs53Dfss7zSYlJbIATi80Gt3M6TmCkTDi_1q11mL34,2341
3085
3242
  hfortix_fortios/api/v2/monitor/switch_controller/fsw_firmware.py,sha256=4zna3W_mPIWsnp-SkR0coWTJpGQHTgqX468GqkLAU3w,10676
3243
+ hfortix_fortios/api/v2/monitor/switch_controller/fsw_firmware.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
3086
3244
  hfortix_fortios/api/v2/monitor/switch_controller/fsw_firmware_base.py,sha256=4zna3W_mPIWsnp-SkR0coWTJpGQHTgqX468GqkLAU3w,10676
3087
3245
  hfortix_fortios/api/v2/monitor/switch_controller/fsw_firmware_base.pyi,sha256=ZiRh7t-Fb9he76vNNxdqnMahhyC_DXnOiC4c5TgoE0o,2326
3088
3246
  hfortix_fortios/api/v2/monitor/switch_controller/known_nac_device_criteria_list.py,sha256=m99FpLtWCFq3WNMyFai9oYuI1tjkocMY6DpvwSC3Cto,12436
@@ -3106,6 +3264,7 @@ hfortix_fortios/api/v2/monitor/switch_controller/_helpers/matched_devices.pyi,sh
3106
3264
  hfortix_fortios/api/v2/monitor/switch_controller/_helpers/nac_device.py,sha256=QnMFVXOMyI4vnKZMrUyobzsh324gDdVnVkj-KpBWCmY,17042
3107
3265
  hfortix_fortios/api/v2/monitor/switch_controller/_helpers/nac_device.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3108
3266
  hfortix_fortios/api/v2/monitor/switch_controller/fsw_firmware/__init__.py,sha256=2WxDhPSVMBJWITU7zyrL3UBERtkeE5IkVXqWQClnOX0,551
3267
+ hfortix_fortios/api/v2/monitor/switch_controller/fsw_firmware/__init__.pyi,sha256=OYCpE6FxryJCHlAEbBhV8krYRVGI1ysOGrl_b7eE1QY,456
3109
3268
  hfortix_fortios/api/v2/monitor/switch_controller/fsw_firmware/download.py,sha256=_mcTScoYX6k___JvKcZkSI52nC_38L3bFqgpxutymLQ,10774
3110
3269
  hfortix_fortios/api/v2/monitor/switch_controller/fsw_firmware/download.pyi,sha256=QYkSAXsNP68zLP42ygKIf51ttfi0sjgcdi2y99d09A0,2338
3111
3270
  hfortix_fortios/api/v2/monitor/switch_controller/fsw_firmware/push.py,sha256=kQcVcXfMtpAIhd5SGnu548_hOqnyxdI9SQu44eM1BKU,10626
@@ -3119,6 +3278,7 @@ hfortix_fortios/api/v2/monitor/switch_controller/fsw_firmware/_helpers/push.pyi,
3119
3278
  hfortix_fortios/api/v2/monitor/switch_controller/fsw_firmware/_helpers/upload.py,sha256=8yz5LQ_A_R4ElFVO40-DB8fKmkqoNi5cczr4dRN6dVs,17180
3120
3279
  hfortix_fortios/api/v2/monitor/switch_controller/fsw_firmware/_helpers/upload.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3121
3280
  hfortix_fortios/api/v2/monitor/switch_controller/isl_lockdown/__init__.py,sha256=f_V-Rknq3J-sh6oeb3txiPNEiRYBc81tB6jt529Ax9k,473
3281
+ hfortix_fortios/api/v2/monitor/switch_controller/isl_lockdown/__init__.pyi,sha256=APwoi3nDs5LdozhIh2sNVAO8HtYJ-AvX5wkiziDnZ-0,406
3122
3282
  hfortix_fortios/api/v2/monitor/switch_controller/isl_lockdown/status.py,sha256=HrzCJKa-fpSgsVgi1HouA3oT1kIf93cc-YgrRZpcpeg,10700
3123
3283
  hfortix_fortios/api/v2/monitor/switch_controller/isl_lockdown/status.pyi,sha256=QWxPtHPNYcXfcK8A1ULSnb3bpzSSR8Vag-EzYdbq8iQ,2330
3124
3284
  hfortix_fortios/api/v2/monitor/switch_controller/isl_lockdown/update.py,sha256=97kMudwE3M7R6f_BOtmEJ_H2_uZKpWv61_aKlsVD9SU,10700
@@ -3128,6 +3288,7 @@ hfortix_fortios/api/v2/monitor/switch_controller/isl_lockdown/_helpers/status.py
3128
3288
  hfortix_fortios/api/v2/monitor/switch_controller/isl_lockdown/_helpers/update.py,sha256=ltvfkubTdr-vAzo8gPwMdCAE5hIO9EuZo5foElAT5_o,17180
3129
3289
  hfortix_fortios/api/v2/monitor/switch_controller/isl_lockdown/_helpers/update.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3130
3290
  hfortix_fortios/api/v2/monitor/switch_controller/managed_switch/__init__.py,sha256=KZcJ-rrdp8PZ2U22Gky6nNkhr2B2lnnoKaHXO6HOhew,1195
3291
+ hfortix_fortios/api/v2/monitor/switch_controller/managed_switch/__init__.pyi,sha256=0ShV0rJxjot0IrnSb6QWtH-UDbi8u1VkT0c3AL73n58,898
3131
3292
  hfortix_fortios/api/v2/monitor/switch_controller/managed_switch/bounce_port.py,sha256=kez1MOnrwnfDY6lU5BLz7ffEM2LOwCuoKumT9Bayzfo,10909
3132
3293
  hfortix_fortios/api/v2/monitor/switch_controller/managed_switch/bounce_port.pyi,sha256=LGjs5AKTDamgWOdFMJ2ZNUW-peuh7qVAnBxLKdwgPCU,2352
3133
3294
  hfortix_fortios/api/v2/monitor/switch_controller/managed_switch/cable_status.py,sha256=rNJHYj_epfLDa9FnGUc27yzRRLFMBAHVueFBG3HDx78,10946
@@ -3165,6 +3326,7 @@ hfortix_fortios/api/v2/monitor/switch_controller/managed_switch/_helpers/tx_rx.p
3165
3326
  hfortix_fortios/api/v2/monitor/switch_controller/managed_switch/_helpers/update.py,sha256=zTMrMIH0yIXO0nteA-kDgP9byOUWRAAJXuOyN4mG9Gk,17212
3166
3327
  hfortix_fortios/api/v2/monitor/switch_controller/managed_switch/_helpers/update.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3167
3328
  hfortix_fortios/api/v2/monitor/switch_controller/mclag_icl/__init__.py,sha256=t9hB05o3-r97EjrQ28NsyXyJMw4Ldulpcf-0bf12yos,751
3329
+ hfortix_fortios/api/v2/monitor/switch_controller/mclag_icl/__init__.pyi,sha256=MnVHdvDl3aCqUjXsMrkNrNnrX8SQrPRlkiUWAVzyRw8,609
3168
3330
  hfortix_fortios/api/v2/monitor/switch_controller/mclag_icl/eligible_peer.py,sha256=J3r4F668N81O22JLVLN4CauP6e0nPbHlkqJ2XxkypsI,10893
3169
3331
  hfortix_fortios/api/v2/monitor/switch_controller/mclag_icl/eligible_peer.pyi,sha256=5fdhlR7lnNlzKRXrVBzMXTT1c3cMi28aidALCYa4vl8,2350
3170
3332
  hfortix_fortios/api/v2/monitor/switch_controller/mclag_icl/set_tier1.py,sha256=fjS46nrB0Adrz8WD030HNbpagCQ8OwJnyKBpwIyqmzo,10745
@@ -3182,11 +3344,13 @@ hfortix_fortios/api/v2/monitor/switch_controller/mclag_icl/_helpers/set_tier_plu
3182
3344
  hfortix_fortios/api/v2/monitor/switch_controller/mclag_icl/_helpers/tier_plus_candidates.py,sha256=4LgAZrrKitrls9iHD5MjB0LP5mZ2aGezO064DdKzsQo,17356
3183
3345
  hfortix_fortios/api/v2/monitor/switch_controller/mclag_icl/_helpers/tier_plus_candidates.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3184
3346
  hfortix_fortios/api/v2/monitor/switch_controller/recommendation/__init__.py,sha256=20l4DbpPonoEPFZMWlGnczTnAbZk9NKks93-tMp3GrI,427
3347
+ hfortix_fortios/api/v2/monitor/switch_controller/recommendation/__init__.pyi,sha256=gjn48tRo1aVqYEdyoCLOA0dKA56YIpnO8g1idVvfCqA,378
3185
3348
  hfortix_fortios/api/v2/monitor/switch_controller/recommendation/pse_config.py,sha256=_LdeXxSzPExTcTBim1gNu_56oWysFHCFkzWt2pK1wLw,10872
3186
3349
  hfortix_fortios/api/v2/monitor/switch_controller/recommendation/pse_config.pyi,sha256=8o9aYwRNPjZCmW02TUFgOZXu01qvzgnAUNlWPxvi4hE,2348
3187
3350
  hfortix_fortios/api/v2/monitor/switch_controller/recommendation/_helpers/pse_config.py,sha256=P6H56wI6TNWvM2Jb1KQYW__H8RLxv0D8zuVuy8Wz5TA,17276
3188
3351
  hfortix_fortios/api/v2/monitor/switch_controller/recommendation/_helpers/pse_config.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3189
3352
  hfortix_fortios/api/v2/monitor/system/__init__.py,sha256=Fdot8MkA9rT8waNTOvUOj_R5M8zg1MJxvz70VfK6xz0,8801
3353
+ hfortix_fortios/api/v2/monitor/system/__init__.pyi,sha256=yVyLt0TeywXWYmdV6_KaCWfyUX_rdfgFzp0rE3oEuxE,6064
3190
3354
  hfortix_fortios/api/v2/monitor/system/acme_certificate_status.py,sha256=q4nmiJVw0MkargPxw7NS9kyMQWTwsRGkzKr9fxBcCms,10873
3191
3355
  hfortix_fortios/api/v2/monitor/system/acme_certificate_status.pyi,sha256=lfcGkuHwGrYM_iKQ_7EL1kJaxCeZCFN5rBQjKn6iUYM,2346
3192
3356
  hfortix_fortios/api/v2/monitor/system/acquired_dns.py,sha256=mk5poZjagQua8qmVdHlIfyIq39d5rsSP4AiFj6EoSbU,11666
@@ -3208,23 +3372,29 @@ hfortix_fortios/api/v2/monitor/system/central_management.pyi,sha256=rAEeWLJG902L
3208
3372
  hfortix_fortios/api/v2/monitor/system/check_port_availability.py,sha256=Ib8i1cPiBfLzo3PnWB8Z_Xk4tafI1Er7wAWh1e8oEAY,10873
3209
3373
  hfortix_fortios/api/v2/monitor/system/check_port_availability.pyi,sha256=kx6dBF5dc35En4WG6QOPIiFBeEjV3dktbU3VDNtlB3w,2346
3210
3374
  hfortix_fortios/api/v2/monitor/system/config.py,sha256=TLxQSgLx9KFuwxs1HvR5QA9Yux67cKeA2LPjwzwTKsc,11481
3375
+ hfortix_fortios/api/v2/monitor/system/config.pyi,sha256=6kVLInI1XFrEI9UnHD6toVxVjIuXczz6d56rOV2AdM4,2309
3211
3376
  hfortix_fortios/api/v2/monitor/system/config_base.py,sha256=TLxQSgLx9KFuwxs1HvR5QA9Yux67cKeA2LPjwzwTKsc,11481
3212
3377
  hfortix_fortios/api/v2/monitor/system/config_base.pyi,sha256=hO69zGlWZCgK2Zoj6UmBahf-ORuXqzX_AppJSP5g7LY,2298
3213
3378
  hfortix_fortios/api/v2/monitor/system/config_revision.py,sha256=J8FNpWuO61kjTBnsRwttYmX_yXb7iehLw7OE_LzJFIY,10589
3379
+ hfortix_fortios/api/v2/monitor/system/config_revision.pyi,sha256=6kVLInI1XFrEI9UnHD6toVxVjIuXczz6d56rOV2AdM4,2309
3214
3380
  hfortix_fortios/api/v2/monitor/system/config_revision_base.py,sha256=J8FNpWuO61kjTBnsRwttYmX_yXb7iehLw7OE_LzJFIY,10589
3215
3381
  hfortix_fortios/api/v2/monitor/system/config_revision_base.pyi,sha256=D6bU7pgiG5EB7HmB3wUvC1b_GqTKSlVQotHn1I9FmWU,2316
3216
3382
  hfortix_fortios/api/v2/monitor/system/config_script.py,sha256=pFEQYqCz-mJNLlsiBxNlaUnfKO1QZe3lYh1e7rbfYeE,10515
3383
+ hfortix_fortios/api/v2/monitor/system/config_script.pyi,sha256=6kVLInI1XFrEI9UnHD6toVxVjIuXczz6d56rOV2AdM4,2309
3217
3384
  hfortix_fortios/api/v2/monitor/system/config_script_base.py,sha256=pFEQYqCz-mJNLlsiBxNlaUnfKO1QZe3lYh1e7rbfYeE,10515
3218
3385
  hfortix_fortios/api/v2/monitor/system/config_script_base.pyi,sha256=-MxdJmqpeUV7jnu4usL0FtAfyEzbYyktClrVULKxH1c,2308
3219
3386
  hfortix_fortios/api/v2/monitor/system/csf.py,sha256=UgoRLmt5gOnI9JigBkpioQXbTmXb9EpdyWhT1XC99fY,10157
3387
+ hfortix_fortios/api/v2/monitor/system/csf.pyi,sha256=6kVLInI1XFrEI9UnHD6toVxVjIuXczz6d56rOV2AdM4,2309
3220
3388
  hfortix_fortios/api/v2/monitor/system/csf_base.py,sha256=st6iWUk3uaQafLt2rYxMCLlKMFGpirwUDhsLUssk-SE,11386
3221
3389
  hfortix_fortios/api/v2/monitor/system/csf_base.pyi,sha256=m05IVhDaM6inNKKfC-pEFKJxKNImXAyd_A1w3fuB3Fo,2296
3222
3390
  hfortix_fortios/api/v2/monitor/system/current_admins.py,sha256=YKjgxT2K9zPfvAhyW_ZsOmcY6s0P-ukOkZ0mwfCAMlk,11736
3223
3391
  hfortix_fortios/api/v2/monitor/system/current_admins.pyi,sha256=5-QORMpcb6bKQ6gA9DCkd4bmw9DtlYDlEdWJpXd4ecI,2315
3224
3392
  hfortix_fortios/api/v2/monitor/system/dhcp.py,sha256=ARFB8GNSSGjErYrJYIvWpKHKy1UksEmHjthGLmxVo-s,11398
3393
+ hfortix_fortios/api/v2/monitor/system/dhcp.pyi,sha256=6kVLInI1XFrEI9UnHD6toVxVjIuXczz6d56rOV2AdM4,2309
3225
3394
  hfortix_fortios/api/v2/monitor/system/dhcp_base.py,sha256=ARFB8GNSSGjErYrJYIvWpKHKy1UksEmHjthGLmxVo-s,11398
3226
3395
  hfortix_fortios/api/v2/monitor/system/dhcp_base.pyi,sha256=SPh-V8jR-EjuDRhwThAgAAzZ-1pc9Nh0DqJlhN3TR0Y,2277
3227
3396
  hfortix_fortios/api/v2/monitor/system/firmware.py,sha256=QPZBUNIt25ZzNgi5SWyrhC3j9PhylJ-Tl_g2BY2H8EM,10342
3397
+ hfortix_fortios/api/v2/monitor/system/firmware.pyi,sha256=6kVLInI1XFrEI9UnHD6toVxVjIuXczz6d56rOV2AdM4,2309
3228
3398
  hfortix_fortios/api/v2/monitor/system/firmware_base.py,sha256=QPZBUNIt25ZzNgi5SWyrhC3j9PhylJ-Tl_g2BY2H8EM,10342
3229
3399
  hfortix_fortios/api/v2/monitor/system/firmware_base.pyi,sha256=DPHF7Plh3qT3wrf8oeE80ZqliNTqO6cmouwxxcNAVNk,2290
3230
3400
  hfortix_fortios/api/v2/monitor/system/fortiguard_base.py,sha256=qjxmGK2PPcF2K0d5Kvc8S6NSsx7WV-hsjcAnNTQ1yNQ,10428
@@ -3244,6 +3414,7 @@ hfortix_fortios/api/v2/monitor/system/ha_hw_interface.pyi,sha256=U0KF225WRa47iZm
3244
3414
  hfortix_fortios/api/v2/monitor/system/ha_nonsync_checksums.py,sha256=tszkIwPVhsFA3iaU2Fh3sHc1CGb6mKQrDuFxj9QOzZc,11934
3245
3415
  hfortix_fortios/api/v2/monitor/system/ha_nonsync_checksums.pyi,sha256=fDSZ_6YvBZ-uXx-cahMKxXIXPKfSzlMVcNya36j-8IA,2337
3246
3416
  hfortix_fortios/api/v2/monitor/system/ha_peer.py,sha256=RE1rEMo81MhW98fbBbvgvh7Lk-3kFSVKBOP1lrfo04s,11491
3417
+ hfortix_fortios/api/v2/monitor/system/ha_peer.pyi,sha256=6kVLInI1XFrEI9UnHD6toVxVjIuXczz6d56rOV2AdM4,2309
3247
3418
  hfortix_fortios/api/v2/monitor/system/ha_peer_base.py,sha256=RE1rEMo81MhW98fbBbvgvh7Lk-3kFSVKBOP1lrfo04s,11491
3248
3419
  hfortix_fortios/api/v2/monitor/system/ha_peer_base.pyi,sha256=iplD-VDCvvGMJOu4dmB_LWzksydpoe1wfYx3FCNRzXc,2287
3249
3420
  hfortix_fortios/api/v2/monitor/system/ha_statistics.py,sha256=tel834dcxJwOYH4VQ_6CkDDezd131RqH_Ag0qTcaDok,11701
@@ -3251,6 +3422,7 @@ hfortix_fortios/api/v2/monitor/system/ha_statistics.pyi,sha256=alnxTmYiZWCYFBf7p
3251
3422
  hfortix_fortios/api/v2/monitor/system/ha_table_checksums.py,sha256=kWaaSvhkirLa6KZsorcM-RH6_G_oWE_9tDTw22EY0ME,10688
3252
3423
  hfortix_fortios/api/v2/monitor/system/ha_table_checksums.pyi,sha256=6uL9_LHCW36mXxApJqotJnMg8OTFlbpVdw6vBdvtVa4,2326
3253
3424
  hfortix_fortios/api/v2/monitor/system/interface.py,sha256=AKOLO-wfNA-M1OIbgIjvSHPdvEbBElr-Nz1iC4DCM-A,10379
3425
+ hfortix_fortios/api/v2/monitor/system/interface.pyi,sha256=6kVLInI1XFrEI9UnHD6toVxVjIuXczz6d56rOV2AdM4,2309
3254
3426
  hfortix_fortios/api/v2/monitor/system/interface_base.py,sha256=gAE8Om-7lk9DInrXWJj21VRdOIkvfoeXhZLySxP26VI,11591
3255
3427
  hfortix_fortios/api/v2/monitor/system/interface_base.pyi,sha256=-1Rf0hv4PBOZmaN4H9R5k_swbjD3LMoAYkO3MHVCXgc,2315
3256
3428
  hfortix_fortios/api/v2/monitor/system/interface_connected_admins_info.py,sha256=QHMWmNT-DTjvZxhDruzo4BmR_hzsKEJNKQ2lYjYG05k,11157
@@ -3262,6 +3434,7 @@ hfortix_fortios/api/v2/monitor/system/ipconf.pyi,sha256=W9MALnke6UOm6YbqNo10xOD2
3262
3434
  hfortix_fortios/api/v2/monitor/system/link_monitor.py,sha256=yTp9JBhav1DvKbHLhL4UL8875N5fiURvnQ7Rt31eI4Q,10478
3263
3435
  hfortix_fortios/api/v2/monitor/system/link_monitor.pyi,sha256=HtsWCxHm9vxwBjjfvnoMjsw4is5TS-51o_M9RujpuiM,2304
3264
3436
  hfortix_fortios/api/v2/monitor/system/modem.py,sha256=Cn_I-HJ_ByergGCTmWKuRlfOPSnWbYzr_v2fcR55zow,10231
3437
+ hfortix_fortios/api/v2/monitor/system/modem.pyi,sha256=6kVLInI1XFrEI9UnHD6toVxVjIuXczz6d56rOV2AdM4,2309
3265
3438
  hfortix_fortios/api/v2/monitor/system/modem_base.py,sha256=Cn_I-HJ_ByergGCTmWKuRlfOPSnWbYzr_v2fcR55zow,10231
3266
3439
  hfortix_fortios/api/v2/monitor/system/modem_base.pyi,sha256=Q47S0RJ1lmFzLltq-fBJVIHbka8RutbIYREfcgCtsWc,2278
3267
3440
  hfortix_fortios/api/v2/monitor/system/monitor_sensor.py,sha256=qL3l6x6zMJuxUjQehkQapJrutiS-BUy3SjWzYjjtVWc,10552
@@ -3287,6 +3460,7 @@ hfortix_fortios/api/v2/monitor/system/status.pyi,sha256=JhdzMbeDeNuyQQnhE1Fc3NYd
3287
3460
  hfortix_fortios/api/v2/monitor/system/storage.py,sha256=aOnjMTvvDi_JTlRDlcw42Mu1tupK3fE0iACZykNwh80,11503
3288
3461
  hfortix_fortios/api/v2/monitor/system/storage.pyi,sha256=DyJkYu8s8sEG3anSaTjR6Gi4WfSMD6eANmQciCoqf1I,2289
3289
3462
  hfortix_fortios/api/v2/monitor/system/time.py,sha256=zN_0Ne-4lhmOzbUdNi8ntLb2JvILStGJOkZDFhbH5So,10194
3463
+ hfortix_fortios/api/v2/monitor/system/time.pyi,sha256=6kVLInI1XFrEI9UnHD6toVxVjIuXczz6d56rOV2AdM4,2309
3290
3464
  hfortix_fortios/api/v2/monitor/system/time_base.py,sha256=zN_0Ne-4lhmOzbUdNi8ntLb2JvILStGJOkZDFhbH5So,10194
3291
3465
  hfortix_fortios/api/v2/monitor/system/time_base.pyi,sha256=xtTuWQyJ6vzpdQCGBkyPx08U630t4FIHKDjmE45bbv0,2274
3292
3466
  hfortix_fortios/api/v2/monitor/system/timezone.py,sha256=sqa2lQ6tsV_SXdUXeStSZWiUH1cmSoo_7iqs5IkRrC8,11538
@@ -3296,6 +3470,7 @@ hfortix_fortios/api/v2/monitor/system/trusted_cert_authorities.pyi,sha256=yMHurt
3296
3470
  hfortix_fortios/api/v2/monitor/system/upgrade_report_base.py,sha256=ryNAeATM2syPW583r0TKFFxU4wyLGhHQXqO6S3SxgiQ,10560
3297
3471
  hfortix_fortios/api/v2/monitor/system/upgrade_report_base.pyi,sha256=KaMACEs_BmLuOighdvGdqPiMVIaDKML85YcppGGIR3k,2320
3298
3472
  hfortix_fortios/api/v2/monitor/system/usb_log.py,sha256=lxb1lTsXkj01zIr0QhZi5oLSlmhvnO3n4aGXP44Exgc,10293
3473
+ hfortix_fortios/api/v2/monitor/system/usb_log.pyi,sha256=6kVLInI1XFrEI9UnHD6toVxVjIuXczz6d56rOV2AdM4,2309
3299
3474
  hfortix_fortios/api/v2/monitor/system/usb_log_base.py,sha256=lxb1lTsXkj01zIr0QhZi5oLSlmhvnO3n4aGXP44Exgc,10293
3300
3475
  hfortix_fortios/api/v2/monitor/system/usb_log_base.pyi,sha256=GQn1_oLQ557-gtfQf7hhq6x8Gor7pKDsXIuvDHfXZMQ,2284
3301
3476
  hfortix_fortios/api/v2/monitor/system/vdom_link.py,sha256=thxs9EdH1AehLFKadxjo2OYbw62jsulkrc2cNMFpH90,11561
@@ -3415,16 +3590,19 @@ hfortix_fortios/api/v2/monitor/system/_helpers/vm_information.pyi,sha256=7jiEgh0
3415
3590
  hfortix_fortios/api/v2/monitor/system/_helpers/x3g_modem.py,sha256=YLWyBfUg6aW2O8t3BlyZUo9SA4Os38Ae41Uc1iHJfOs,16842
3416
3591
  hfortix_fortios/api/v2/monitor/system/_helpers/x3g_modem.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3417
3592
  hfortix_fortios/api/v2/monitor/system/admin/__init__.py,sha256=FzvmM9gEc_eaAVA5nbtl2OwuOXrrV2FCg2DSrNFJKJg,409
3593
+ hfortix_fortios/api/v2/monitor/system/admin/__init__.pyi,sha256=nzqEoh1sUZJgNNaAkokkub0c8vptMzP2F0eNEKUnQlw,373
3418
3594
  hfortix_fortios/api/v2/monitor/system/admin/change_vdom_mode.py,sha256=P5KqVmLgKlDnQcLHtofQKSH_LTkcBBDSqRHpaT4qsjI,10722
3419
3595
  hfortix_fortios/api/v2/monitor/system/admin/change_vdom_mode.pyi,sha256=nkLetGUZdcV_FkzYtYIDo8W35kUV-Ebl2iZqfcC5ad0,2330
3420
3596
  hfortix_fortios/api/v2/monitor/system/admin/_helpers/change_vdom_mode.py,sha256=pd-OohgcIavY8V-FOKQjjnteNotoYKh2gfzAk83MqZM,17052
3421
3597
  hfortix_fortios/api/v2/monitor/system/admin/_helpers/change_vdom_mode.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3422
3598
  hfortix_fortios/api/v2/monitor/system/api_user/__init__.py,sha256=qJZeEH91s8QwZeWEi5RNK7CU7bxeQcOV11MJD6yxbU8,402
3599
+ hfortix_fortios/api/v2/monitor/system/api_user/__init__.pyi,sha256=blDIQtekn9iRCywyvq1krmA0e8AXzZSRvfFUIL38ZD4,366
3423
3600
  hfortix_fortios/api/v2/monitor/system/api_user/generate_key.py,sha256=KrZ1ndYOXigdRgxLX3mREIiScZifCNJFKzSFNA1tUOs,10640
3424
3601
  hfortix_fortios/api/v2/monitor/system/api_user/generate_key.pyi,sha256=IGRemGa9uWAKl9NU2OzmYQxhJdYo6cow1md5crQdNBY,2322
3425
3602
  hfortix_fortios/api/v2/monitor/system/api_user/_helpers/generate_key.py,sha256=GmmZPrXd5pQkmav10QeMysCZu8OJMXTFBKqex1tJ1rw,17036
3426
3603
  hfortix_fortios/api/v2/monitor/system/api_user/_helpers/generate_key.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3427
3604
  hfortix_fortios/api/v2/monitor/system/automation_stitch/__init__.py,sha256=XTJJG7Btj4En-gtfRCUbdA5nfE9Yt18Lih6tgToYdhs,493
3605
+ hfortix_fortios/api/v2/monitor/system/automation_stitch/__init__.pyi,sha256=BLnsfqT1_F-3774S_2h_zuxbwzM5K3qzpWPEVJFKm20,417
3428
3606
  hfortix_fortios/api/v2/monitor/system/automation_stitch/test.py,sha256=K_1jTwuETmobIsqjGN_tfZ8O6BU2eDjWzz1LmNMn80s,10518
3429
3607
  hfortix_fortios/api/v2/monitor/system/automation_stitch/test.pyi,sha256=PjoI9ZeuQJF4pjifTUWzjJ6TiYQC3nMqtyN8uKOC-_w,2310
3430
3608
  hfortix_fortios/api/v2/monitor/system/automation_stitch/webhook.py,sha256=rQi3SrxlJoBpe5e6VbnHBpBjpl_S6YNVSMBkqgrqGb0,10629
@@ -3434,6 +3612,7 @@ hfortix_fortios/api/v2/monitor/system/automation_stitch/_helpers/test.pyi,sha256
3434
3612
  hfortix_fortios/api/v2/monitor/system/automation_stitch/_helpers/webhook.py,sha256=kcCKaaqVlV4eU-of1FZMcjIuiBXHXEhey25y0oGGebw,17100
3435
3613
  hfortix_fortios/api/v2/monitor/system/automation_stitch/_helpers/webhook.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3436
3614
  hfortix_fortios/api/v2/monitor/system/certificate/__init__.py,sha256=q2w-wP-c7jdfSYjp5Yw6DJWu764-lfn-S3aaKHowZP0,495
3615
+ hfortix_fortios/api/v2/monitor/system/certificate/__init__.pyi,sha256=P9yzeFqfikQSRe5cP0zCKeD-dV1RiK5YhZqpeNVhuVY,423
3437
3616
  hfortix_fortios/api/v2/monitor/system/certificate/download.py,sha256=OdYjNzNa_wwX5PLZSdcA3VHLui3Ko7pY-p8trapHhtk,10558
3438
3617
  hfortix_fortios/api/v2/monitor/system/certificate/download.pyi,sha256=Vpp7lrFaoGRP2_XiIKkEIv81T9AXFOOiTcOUe7GfGXw,2314
3439
3618
  hfortix_fortios/api/v2/monitor/system/certificate/read_info.py,sha256=yqQldLjRqzrQmHlU2lsc8f5e7vOB7pCMOFRBhImanJY,10583
@@ -3443,16 +3622,19 @@ hfortix_fortios/api/v2/monitor/system/certificate/_helpers/download.pyi,sha256=7
3443
3622
  hfortix_fortios/api/v2/monitor/system/certificate/_helpers/read_info.py,sha256=MyO9CT_x1gBAzEpeivLj6ghWPbSmn_EZf1VhjyCTXOA,17036
3444
3623
  hfortix_fortios/api/v2/monitor/system/certificate/_helpers/read_info.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3445
3624
  hfortix_fortios/api/v2/monitor/system/change_password/__init__.py,sha256=kZNvdSCx2qUu1s7baFnnpgRpsf5AyNcAxkPVtQV7x_E,410
3625
+ hfortix_fortios/api/v2/monitor/system/change_password/__init__.pyi,sha256=opwD0ePcXFw2t5Sg1ASI5MrgiAIIFUMmah9L2slxrhA,365
3446
3626
  hfortix_fortios/api/v2/monitor/system/change_password/select.py,sha256=hPo2YbyWxdhZGieCSvCG-Bj4GLsShePqpA2llt5WvbI,10556
3447
3627
  hfortix_fortios/api/v2/monitor/system/change_password/select.pyi,sha256=FK2z_ILTziHmB3TmV431H9wQfTOhZgO1HeocAtFVCQU,2314
3448
3628
  hfortix_fortios/api/v2/monitor/system/change_password/_helpers/select.py,sha256=bLfh5DAvyXYpod206tPfSB3poX9SOiyFwaxA0qnM6yo,17052
3449
3629
  hfortix_fortios/api/v2/monitor/system/change_password/_helpers/select.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3450
3630
  hfortix_fortios/api/v2/monitor/system/cluster/__init__.py,sha256=SV1QIDnV7p_k_6aqkh4QTMaAV3CwvVNvA09_paQT2uA,370
3631
+ hfortix_fortios/api/v2/monitor/system/cluster/__init__.pyi,sha256=yOT6bBImJH7ahW9Qxyh87OyTKECVwYKXebrs8X2d5B8,339
3451
3632
  hfortix_fortios/api/v2/monitor/system/cluster/state.py,sha256=3YU-5dkigi3LOkQWJPJOgK3Bq04PLHQhOgzXoRGV_j0,10375
3452
3633
  hfortix_fortios/api/v2/monitor/system/cluster/state.pyi,sha256=CQPcykMV_EfWXC37X0H9o-FNvkCVt3aYY4yLk_RKoZ8,2294
3453
3634
  hfortix_fortios/api/v2/monitor/system/cluster/_helpers/state.py,sha256=bGH0FaIshEvt6OIrXjO-SQGkhpmoC6wU_6_tkrVKMyk,16908
3454
3635
  hfortix_fortios/api/v2/monitor/system/cluster/_helpers/state.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3455
3636
  hfortix_fortios/api/v2/monitor/system/com_log/__init__.py,sha256=9iQ022dAB_Y-T3IiHP-uyhVKbuy37vkuOmLTgtw3uco,526
3637
+ hfortix_fortios/api/v2/monitor/system/com_log/__init__.pyi,sha256=rP3b_92Lc15zgWcB5WYsqfHfyem-WYUm__biKYJn9_k,441
3456
3638
  hfortix_fortios/api/v2/monitor/system/com_log/download.py,sha256=ISzRN2T9a78SAE1oxYHaBwwyKg9s4oYKsDaGL7IpEC8,10486
3457
3639
  hfortix_fortios/api/v2/monitor/system/com_log/download.pyi,sha256=V1a0cH8bAdkUBOuxP8CPzLUCFmP6CURNi45QzVCTSnQ,2306
3458
3640
  hfortix_fortios/api/v2/monitor/system/com_log/dump.py,sha256=ko3SSqC9XBzv7-pyNhVZ23-zPaj6khMQkI7DWx_R8jY,10338
@@ -3466,6 +3648,7 @@ hfortix_fortios/api/v2/monitor/system/com_log/_helpers/dump.pyi,sha256=7jiEgh0gR
3466
3648
  hfortix_fortios/api/v2/monitor/system/com_log/_helpers/update.py,sha256=r-WeF0OqxBeFLLUgoVYBUUPDnfcsQGAc3v9zhYlnK4s,16924
3467
3649
  hfortix_fortios/api/v2/monitor/system/com_log/_helpers/update.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3468
3650
  hfortix_fortios/api/v2/monitor/system/config/__init__.py,sha256=HrLJTnIAtNvof4V572bhZv8XaR1JNt6y1ZDSOpV_EuY,568
3651
+ hfortix_fortios/api/v2/monitor/system/config/__init__.pyi,sha256=M5oPhIO_RbrIgHHA6q-xVcxHChRiSLM4U_Xkld6txoA,474
3469
3652
  hfortix_fortios/api/v2/monitor/system/config/backup.py,sha256=Q1aaPFIt3iuEabZ7Puy0DVL4PlCWqoASsFe9015Kbz0,10394
3470
3653
  hfortix_fortios/api/v2/monitor/system/config/backup.pyi,sha256=JKvXXXdtGuLMTIcMnD7CK4Mm0owNWJaBnaX3_N8Iy18,2296
3471
3654
  hfortix_fortios/api/v2/monitor/system/config/restore.py,sha256=2dk8DMaBQnzSUBbvQe2MULIx2tVJ8tRZbb7C1flRTj0,10431
@@ -3479,11 +3662,13 @@ hfortix_fortios/api/v2/monitor/system/config/_helpers/restore.pyi,sha256=7jiEgh0
3479
3662
  hfortix_fortios/api/v2/monitor/system/config/_helpers/restore_status.py,sha256=n71qoAuZr_PRxQg9MnAjtW7TxNh_Gq5U_-5AUa5KQWw,17036
3480
3663
  hfortix_fortios/api/v2/monitor/system/config/_helpers/restore_status.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3481
3664
  hfortix_fortios/api/v2/monitor/system/config_error_log/__init__.py,sha256=SkkAuOnNgDhnpufTuei7WA8ZkcTnoW9niNwGPCGg6BY,420
3665
+ hfortix_fortios/api/v2/monitor/system/config_error_log/__init__.pyi,sha256=ujp_QEoQsbIrZt3-ACbrywV905qdh8h0CWOwpiv12G8,374
3482
3666
  hfortix_fortios/api/v2/monitor/system/config_error_log/download.py,sha256=1DEQFNeSb4anHtbTf61jiypS_3ZUy-7WOa1PFw2BwWk,10648
3483
3667
  hfortix_fortios/api/v2/monitor/system/config_error_log/download.pyi,sha256=1Rcwhlsy8e6HxtI9sKdvkbRdhh6-ZSeEKDFkYU40Icc,2324
3484
3668
  hfortix_fortios/api/v2/monitor/system/config_error_log/_helpers/download.py,sha256=Es6G4LRorWh2CXI2CAeIhHJZKrxBrHZIQsWWEfcIGjc,17100
3485
3669
  hfortix_fortios/api/v2/monitor/system/config_error_log/_helpers/download.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3486
3670
  hfortix_fortios/api/v2/monitor/system/config_revision/__init__.py,sha256=mSuQhFOOYLvAv6-VmwbLnvMpMHYeYNMWYfKBecxKRSM,734
3671
+ hfortix_fortios/api/v2/monitor/system/config_revision/__init__.pyi,sha256=x6mAsegWbjBM8SC8Yq3cN6eV927G7oI4Kqc1yKgiWc8,575
3487
3672
  hfortix_fortios/api/v2/monitor/system/config_revision/delete.py,sha256=-SG3YBlcqTmM1rCUixzIu1_MGqzwEhGEuPBhVkhSoF0,10556
3488
3673
  hfortix_fortios/api/v2/monitor/system/config_revision/delete.pyi,sha256=lwZM6z3xzd7-qr3TKotpX7OgHqSriocJxDYug3KTKy8,2314
3489
3674
  hfortix_fortios/api/v2/monitor/system/config_revision/file.py,sha256=VgxmOnfVoQY7as19kOSxIUAhzVUuPSSwFM9QyVLSjuM,10482
@@ -3505,6 +3690,7 @@ hfortix_fortios/api/v2/monitor/system/config_revision/_helpers/save.pyi,sha256=7
3505
3690
  hfortix_fortios/api/v2/monitor/system/config_revision/_helpers/update_comments.py,sha256=9QEwHmragrn7aacVohabeO0V8BSrwdXW3-K65kFdwLs,17196
3506
3691
  hfortix_fortios/api/v2/monitor/system/config_revision/_helpers/update_comments.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3507
3692
  hfortix_fortios/api/v2/monitor/system/config_script/__init__.py,sha256=KLGKXtx3gDXHZWRbddIx8iMTnYxxgiy9k3RhRELr4pA,541
3693
+ hfortix_fortios/api/v2/monitor/system/config_script/__init__.pyi,sha256=CAnL094eUIMATzy9lkZ05Ks7yxc2jj09UcxohW7o9S8,447
3508
3694
  hfortix_fortios/api/v2/monitor/system/config_script/delete.py,sha256=0IrIYrzE65aHHuwhtH0xIqgJd1VnnC-1vE3fXNnNRA0,10520
3509
3695
  hfortix_fortios/api/v2/monitor/system/config_script/delete.pyi,sha256=CBWBA9uKNnwnGSqmrGmselqs922h7_SE2t_bo9_25js,2310
3510
3696
  hfortix_fortios/api/v2/monitor/system/config_script/run.py,sha256=FgaDpp9PvB3EeUC8Nb3plCkvqEsxt920Fdn8ueK9Ghk,10409
@@ -3518,11 +3704,13 @@ hfortix_fortios/api/v2/monitor/system/config_script/_helpers/run.pyi,sha256=7jiE
3518
3704
  hfortix_fortios/api/v2/monitor/system/config_script/_helpers/upload.py,sha256=f-G9yHyqrFRbJYKdDWH-VcexNEIYGKXfUIIVycxWqII,17020
3519
3705
  hfortix_fortios/api/v2/monitor/system/config_script/_helpers/upload.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3520
3706
  hfortix_fortios/api/v2/monitor/system/config_sync/__init__.py,sha256=jdIqTfSwW-wMx4iBcv6QqduITj3dMhO3DCPOoHhELaA,390
3707
+ hfortix_fortios/api/v2/monitor/system/config_sync/__init__.pyi,sha256=4rabSpBZpx_Yj2a5OtNOpYGPNe87UlxT_eaOGKF1__I,353
3521
3708
  hfortix_fortios/api/v2/monitor/system/config_sync/status.py,sha256=iaSqgkJFzND9F9Kc8ImhG_uHLnSRG60rbojG6RFCk18,10484
3522
3709
  hfortix_fortios/api/v2/monitor/system/config_sync/status.pyi,sha256=3xqk8KnzHXEDD7Vz_s1spYzOHi-cz6IDwidw7Eyoy5s,2306
3523
3710
  hfortix_fortios/api/v2/monitor/system/config_sync/_helpers/status.py,sha256=Pj5Acs5cijSHGXRF3KZuiq5vJHKwM8Lt5Mvq4hM5MXw,16988
3524
3711
  hfortix_fortios/api/v2/monitor/system/config_sync/_helpers/status.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3525
3712
  hfortix_fortios/api/v2/monitor/system/crash_log/__init__.py,sha256=KugxbbEzzapqkI3wbPyzKu4x0TVp9z4uszq-NKZRO6k,463
3713
+ hfortix_fortios/api/v2/monitor/system/crash_log/__init__.pyi,sha256=EGweqRKeOQUuUbvbF39EH-KhciS6FNyl8CZPuNF_WXY,401
3526
3714
  hfortix_fortios/api/v2/monitor/system/crash_log/clear.py,sha256=aPD6MzmYG5W201RUCDUeqiMVKYikOGmpCcz16P_g4kY,10411
3527
3715
  hfortix_fortios/api/v2/monitor/system/crash_log/clear.pyi,sha256=ynC6sPSfcvtyZIa0Dzt87--jkgbpztlmL0Qroas7cB4,2298
3528
3716
  hfortix_fortios/api/v2/monitor/system/crash_log/download.py,sha256=-IETS9AV9YzUjUSW_1wNNmaTADkbb0HwOByM9FH1iWY,10522
@@ -3532,31 +3720,37 @@ hfortix_fortios/api/v2/monitor/system/crash_log/_helpers/clear.pyi,sha256=7jiEgh
3532
3720
  hfortix_fortios/api/v2/monitor/system/crash_log/_helpers/download.py,sha256=KYDWCmNsXIp0jtID9esMyguUkWDoFgkM_YS8lDWHKDw,16988
3533
3721
  hfortix_fortios/api/v2/monitor/system/crash_log/_helpers/download.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3534
3722
  hfortix_fortios/api/v2/monitor/system/csf/__init__.py,sha256=S03_TAsNoIqe3nb7oUY90hQVOt06y7Oabk9ad-1nQi8,412
3723
+ hfortix_fortios/api/v2/monitor/system/csf/__init__.pyi,sha256=oM1kjCI_sKt6fwHh5id_INbBRW5RZAXTFqnhaTTGu6s,377
3535
3724
  hfortix_fortios/api/v2/monitor/system/csf/register_appliance.py,sha256=PqDOCSKjbElon6zJyDAv_lgQv06fNwyv0N4kAZzXOew,10772
3536
3725
  hfortix_fortios/api/v2/monitor/system/csf/register_appliance.pyi,sha256=5FG2itXhrv0SS20YFjTjk3Km-IMNbEvLZIBZz7i5u0A,2336
3537
3726
  hfortix_fortios/api/v2/monitor/system/csf/_helpers/register_appliance.py,sha256=p2Rr_HNhYRE8Ct5Dg-SsQgS1BC7Mx13B9wPHkVJTtEA,17052
3538
3727
  hfortix_fortios/api/v2/monitor/system/csf/_helpers/register_appliance.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3539
3728
  hfortix_fortios/api/v2/monitor/system/debug/__init__.py,sha256=b5DxbQFc5fwaFyZU4imwU1IzMqEQDP7iboKgKENINAY,375
3729
+ hfortix_fortios/api/v2/monitor/system/debug/__init__.pyi,sha256=Y1j5R5Ngr5Jh8TzwtKv2WKj-QBvFl-oTWbso0USt7dA,345
3540
3730
  hfortix_fortios/api/v2/monitor/system/debug/download.py,sha256=r2ug3tmtZLUV9r88jcmrorbVZzs0zpLlffggo_5_Rds,10450
3541
3731
  hfortix_fortios/api/v2/monitor/system/debug/download.pyi,sha256=cI24p_t4ntrk0mf1uuq4YUq2MjYfv-o2SbnJU6h35NI,2302
3542
3732
  hfortix_fortios/api/v2/monitor/system/debug/_helpers/download.py,sha256=lKZC-DI5NgHxochBTuglZy2xTuE8LBXgl6SAhg96wiE,16924
3543
3733
  hfortix_fortios/api/v2/monitor/system/debug/_helpers/download.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3544
3734
  hfortix_fortios/api/v2/monitor/system/dhcp/__init__.py,sha256=_nNZWIp-lvC4qX2WjRFr8VMUS3Wj9dPrB911lNmx64E,360
3735
+ hfortix_fortios/api/v2/monitor/system/dhcp/__init__.pyi,sha256=sJR4UdQYtUv1VPZKLZZUsMfJKMt5ug8SQNXxnJVBH7E,334
3545
3736
  hfortix_fortios/api/v2/monitor/system/dhcp/revoke.py,sha256=7ZwKOnWZO96XvEa4E7NgHS9GSW53Ir26mVOfqWrknBI,10358
3546
3737
  hfortix_fortios/api/v2/monitor/system/dhcp/revoke.pyi,sha256=no7FKbLnf_BbwW5H-MAxkkQPLTbhA0fzw-sSz40feRM,2292
3547
3738
  hfortix_fortios/api/v2/monitor/system/dhcp/_helpers/revoke.py,sha256=Jb41wl0To-J31pkLjlQr-_Uo0OOolxdzgqqxq9T-MOg,16876
3548
3739
  hfortix_fortios/api/v2/monitor/system/dhcp/_helpers/revoke.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3549
3740
  hfortix_fortios/api/v2/monitor/system/dhcp6/__init__.py,sha256=5rguis3TkIFA9ZKb72dj0JPUwHf5Gg3_LbWKqvMljBY,365
3741
+ hfortix_fortios/api/v2/monitor/system/dhcp6/__init__.pyi,sha256=A1akQyzoCiAZkK7LLFKBt1l_NstYXW9rQc3d0zSm5TU,337
3550
3742
  hfortix_fortios/api/v2/monitor/system/dhcp6/revoke.py,sha256=9alo3ue_LuzFhkf7XBsbcQWGCcNEcSTdQI29wBxCTYc,10376
3551
3743
  hfortix_fortios/api/v2/monitor/system/dhcp6/revoke.pyi,sha256=u0nxYlS5Q7HV1tviVn0pj_XxNmncdHHBsAKMCAHHbhU,2294
3552
3744
  hfortix_fortios/api/v2/monitor/system/dhcp6/_helpers/revoke.py,sha256=cGLS3ALg8Scbck4lfV1Df0R3RsXEJPetXQDHpXL1XFU,16892
3553
3745
  hfortix_fortios/api/v2/monitor/system/dhcp6/_helpers/revoke.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3554
3746
  hfortix_fortios/api/v2/monitor/system/disconnect_admins/__init__.py,sha256=EUzC7zGvwI4OJCsvw9rSJtT73j_QknlBWKgelAmd690,420
3747
+ hfortix_fortios/api/v2/monitor/system/disconnect_admins/__init__.pyi,sha256=2J-j_agliDl67uzW1MAX5-VaFds7QdR8vHnNclcbV4o,371
3555
3748
  hfortix_fortios/api/v2/monitor/system/disconnect_admins/select.py,sha256=hBzkW6AzwuwykTSPN0xpOfPFkb5VrmUnvDZudQGtY4A,10592
3556
3749
  hfortix_fortios/api/v2/monitor/system/disconnect_admins/select.pyi,sha256=EF-qQwaUuTrs2SZifwJyQ351-45plvap_rEBgTqQI2g,2318
3557
3750
  hfortix_fortios/api/v2/monitor/system/disconnect_admins/_helpers/select.py,sha256=0MB_rkxiOz2mwrbFSPlj8nyBmPK80AE2hNHlpwptYj0,17084
3558
3751
  hfortix_fortios/api/v2/monitor/system/disconnect_admins/_helpers/select.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3559
3752
  hfortix_fortios/api/v2/monitor/system/external_resource/__init__.py,sha256=vOiVmlp2k7JJICexDW3dZSjYIX1uCVa8nn6d3fSFCHo,853
3753
+ hfortix_fortios/api/v2/monitor/system/external_resource/__init__.pyi,sha256=EDfAAFxCgYONhEnWxHRc11j66lCIAZynIYauCtcEdXM,669
3560
3754
  hfortix_fortios/api/v2/monitor/system/external_resource/dynamic.py,sha256=68g_Fq_EBmE1Nx3dSGUAXo3jRtYvkW9FOpnPwvjuixI,10629
3561
3755
  hfortix_fortios/api/v2/monitor/system/external_resource/dynamic.pyi,sha256=Y8LfoduMP6GtmaliLgI481mHMt388QIOyckK3I7eTf0,2322
3562
3756
  hfortix_fortios/api/v2/monitor/system/external_resource/entry_list.py,sha256=OTG0_B03B3byWqV9jpfhCywnL9Qsj0IcuVbg8dzSugM,10728
@@ -3578,6 +3772,7 @@ hfortix_fortios/api/v2/monitor/system/external_resource/_helpers/refresh.pyi,sha
3578
3772
  hfortix_fortios/api/v2/monitor/system/external_resource/_helpers/validate_jsonpath.py,sha256=6LGHeHpNBb4ZabuWVtfExf5Paav8f8r8xGS2g11jh44,17260
3579
3773
  hfortix_fortios/api/v2/monitor/system/external_resource/_helpers/validate_jsonpath.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3580
3774
  hfortix_fortios/api/v2/monitor/system/firmware/__init__.py,sha256=lz6RXqYjKjh2POtZneAvmEDVEkIPzNICl4Qav8zHAkg,495
3775
+ hfortix_fortios/api/v2/monitor/system/firmware/__init__.pyi,sha256=cLQLB9GiqsyD9N80UJPV-dpa8oJhC2kuzyoeRZA5D5c,426
3581
3776
  hfortix_fortios/api/v2/monitor/system/firmware/upgrade.py,sha256=r_QQAjzwzzGrjBhHErFbfdLlUzO-ilVAXdn7t7g9mjo,10467
3582
3777
  hfortix_fortios/api/v2/monitor/system/firmware/upgrade.pyi,sha256=KMwixCatss5r6ZHS_gZFCnRViehT5BlX-BHOQgeRkdk,2304
3583
3778
  hfortix_fortios/api/v2/monitor/system/firmware/upgrade_paths.py,sha256=7hJ79aMHFTPLyv1HPRWW6BcwIqJ6z1zJ6P4JSKd_I74,10677
@@ -3587,6 +3782,7 @@ hfortix_fortios/api/v2/monitor/system/firmware/_helpers/upgrade.pyi,sha256=7jiEg
3587
3782
  hfortix_fortios/api/v2/monitor/system/firmware/_helpers/upgrade_paths.py,sha256=vBMbGxLouoaa4XuO9iseRsbeeskICFWdC11emjABbw4,17052
3588
3783
  hfortix_fortios/api/v2/monitor/system/firmware/_helpers/upgrade_paths.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3589
3784
  hfortix_fortios/api/v2/monitor/system/fortiguard/__init__.py,sha256=YyHekTQhrwt3O1ncUb-Ie-kuMzwVKpFzxpohJU_8Ask,755
3785
+ hfortix_fortios/api/v2/monitor/system/fortiguard/__init__.pyi,sha256=GYrbD6PVTFhn15qvFA4k1SbgwLrDbwMrPSX_gh7Z2qE,608
3590
3786
  hfortix_fortios/api/v2/monitor/system/fortiguard/clear_statistics.py,sha256=1Mmu3ai9-koKP9CkTeaYhEXdC9BsB8Y2c4IymjxLlvE,10824
3591
3787
  hfortix_fortios/api/v2/monitor/system/fortiguard/clear_statistics.pyi,sha256=n3nYpe_DvC0W-DBLbeYtsxJ_YB81NhB1DjmQmfNL4U8,2342
3592
3788
  hfortix_fortios/api/v2/monitor/system/fortiguard/manual_update.py,sha256=aCbF1N8hnRAoUzL81crmxaSGKv_BMpcN-n0BvesS8wQ,10713
@@ -3604,6 +3800,7 @@ hfortix_fortios/api/v2/monitor/system/fortiguard/_helpers/test_availability.pyi,
3604
3800
  hfortix_fortios/api/v2/monitor/system/fortiguard/_helpers/update.py,sha256=xuTg3fMEdwha0SAQ40nDcUidKZYvUQyY4KQKlR5Vl6s,16972
3605
3801
  hfortix_fortios/api/v2/monitor/system/fortiguard/_helpers/update.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3606
3802
  hfortix_fortios/api/v2/monitor/system/fortimanager/__init__.py,sha256=0qjJdnCM8PkhiZa91KtE8PWuNLF4L1RuRHxeuz9nht4,662
3803
+ hfortix_fortios/api/v2/monitor/system/fortimanager/__init__.pyi,sha256=GQ2OXxf2xL0cfriBzWePumzW5fG5jBL69l7IX--t5nc,544
3607
3804
  hfortix_fortios/api/v2/monitor/system/fortimanager/backup_action.py,sha256=KfY9zPHd2S_xyIEzTQ1YDnSBzogydOAF7REtT8-xMuo,10749
3608
3805
  hfortix_fortios/api/v2/monitor/system/fortimanager/backup_action.pyi,sha256=csdALcGnmN2xtsPO56T28fHgA_9K0iugmJRhOPfDMxM,2334
3609
3806
  hfortix_fortios/api/v2/monitor/system/fortimanager/backup_details.py,sha256=YBMznTXaLE-zkfby5mBmcEgp-issNxe0fsyYj0SeP7I,10786
@@ -3617,11 +3814,13 @@ hfortix_fortios/api/v2/monitor/system/fortimanager/_helpers/backup_details.pyi,s
3617
3814
  hfortix_fortios/api/v2/monitor/system/fortimanager/_helpers/backup_summary.py,sha256=bcjtiVFAlwEPBiSUhUgXMQ7_W0bvp0ndPVKvzYOgv30,17132
3618
3815
  hfortix_fortios/api/v2/monitor/system/fortimanager/_helpers/backup_summary.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3619
3816
  hfortix_fortios/api/v2/monitor/system/fsck/__init__.py,sha256=EccV3UUfAMUj7WcEY6IWg6oxhd8HcGm-OPAu1aQikiU,355
3817
+ hfortix_fortios/api/v2/monitor/system/fsck/__init__.pyi,sha256=um-1yINMSKOMN8OZXOX1K-hMgFMCSDcODQgy5pkv2zM,330
3620
3818
  hfortix_fortios/api/v2/monitor/system/fsck/start.py,sha256=eQZO2sw9uRQIZ122ENzGIer4gEHfwmtoP_bk4LtyUE8,10321
3621
3819
  hfortix_fortios/api/v2/monitor/system/fsck/start.pyi,sha256=2Hjj8F8GLYQgqGaDSAvXFnxdhQpFnPP6mVlnO0hEjlc,2288
3622
3820
  hfortix_fortios/api/v2/monitor/system/fsck/_helpers/start.py,sha256=Fo_VB9qshyPcUXhR0QkdwMBCiFk6qtwSsdjUD8Kh5j0,16860
3623
3821
  hfortix_fortios/api/v2/monitor/system/fsck/_helpers/start.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3624
3822
  hfortix_fortios/api/v2/monitor/system/ha_peer/__init__.py,sha256=QAMjYaL5yqyxUiE4s4LD_BSN0u12JU7k2OaQAKvq-gE,468
3823
+ hfortix_fortios/api/v2/monitor/system/ha_peer/__init__.pyi,sha256=08I_rdrIVP8J2d_cs3AO689om4L6_KSj91aJYWorD8A,407
3625
3824
  hfortix_fortios/api/v2/monitor/system/ha_peer/disconnect.py,sha256=osQxQDNd3qbcg3lukCPYXDfFj8nhM2-nc7H3ru5SHNY,10560
3626
3825
  hfortix_fortios/api/v2/monitor/system/ha_peer/disconnect.pyi,sha256=e6hpkZuKPiwr21h69sYMjnmUGbYAu6pqTWkr-wFaNtk,2314
3627
3826
  hfortix_fortios/api/v2/monitor/system/ha_peer/update.py,sha256=ZcKg7BPtjcaQS9yjM8CCIQXytHlNeZqWe_ok6MoQrDA,10412
@@ -3631,11 +3830,13 @@ hfortix_fortios/api/v2/monitor/system/ha_peer/_helpers/disconnect.pyi,sha256=7ji
3631
3830
  hfortix_fortios/api/v2/monitor/system/ha_peer/_helpers/update.py,sha256=cZk2fOa8vkX70T1Z_oHbPhq0mdkqqewetiUqoUPqpZ0,16924
3632
3831
  hfortix_fortios/api/v2/monitor/system/ha_peer/_helpers/update.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3633
3832
  hfortix_fortios/api/v2/monitor/system/hscalefw_license/__init__.py,sha256=vOx_EpER_2esn_hBTjmKGNzkMkyefltBOAFKw1MwiBg,415
3833
+ hfortix_fortios/api/v2/monitor/system/hscalefw_license/__init__.pyi,sha256=V854RmG4noHu6MYk_ySC5qO6sTqf-eDPgxnyyzMr0hY,368
3634
3834
  hfortix_fortios/api/v2/monitor/system/hscalefw_license/upload.py,sha256=ZyS32_7gEP_J0vUMIqFhCVuDsPf2_HolP_rjYBIxu-w,10574
3635
3835
  hfortix_fortios/api/v2/monitor/system/hscalefw_license/upload.pyi,sha256=Sncz_ECv_9FlWIRiXNcMmIHNbDHn07dJ-qser64uWbY,2316
3636
3836
  hfortix_fortios/api/v2/monitor/system/hscalefw_license/_helpers/upload.py,sha256=0pi84-DpHc1y5XkkoWdN1WkXat6mkHR0iLxs_aSRL2I,17068
3637
3837
  hfortix_fortios/api/v2/monitor/system/hscalefw_license/_helpers/upload.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3638
3838
  hfortix_fortios/api/v2/monitor/system/interface/__init__.py,sha256=AHqYVnStfMqmioe7ZVWtDR0io6POCNonYIfsOaOeoNM,1119
3839
+ hfortix_fortios/api/v2/monitor/system/interface/__init__.pyi,sha256=G6f2xrunU5F1X8aOf27G_1o5uq_FPZbirGX5VYaZQsY,853
3639
3840
  hfortix_fortios/api/v2/monitor/system/interface/dhcp_renew.py,sha256=RsYm6qMIQeibN304kcvvkbQFEhlyOP-vr99Gqqio5mU,10584
3640
3841
  hfortix_fortios/api/v2/monitor/system/interface/dhcp_renew.pyi,sha256=s6JbKj4Ui1FAVLm0atmVZUjsw3PNerP3JujvQU5DcvM,2316
3641
3842
  hfortix_fortios/api/v2/monitor/system/interface/dhcp_status.py,sha256=qxrHY4h560KcLH94HM5J-XN4ZiRzU5OYubAUqLz6vZg,10621
@@ -3669,16 +3870,19 @@ hfortix_fortios/api/v2/monitor/system/interface/_helpers/transceivers.pyi,sha256
3669
3870
  hfortix_fortios/api/v2/monitor/system/interface/_helpers/wake_on_lan.py,sha256=Du3EhbAWfmscMNk6Qkyo5BukIHQ0n40wHUFpMpsvm6M,17036
3670
3871
  hfortix_fortios/api/v2/monitor/system/interface/_helpers/wake_on_lan.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3671
3872
  hfortix_fortios/api/v2/monitor/system/ipam/__init__.py,sha256=idZxyGmVkiKLfEAXsAi7zGHXa_zXr0ghe90QC_kB8T4,385
3873
+ hfortix_fortios/api/v2/monitor/system/ipam/__init__.pyi,sha256=IVk5IaSLTfaA_2f1bnBhN3pZ8YyrjoyLZlKEWcsBLEM,354
3672
3874
  hfortix_fortios/api/v2/monitor/system/ipam/utilization.py,sha256=NT6cC4RYGFhZBkcTLuTqeXE7xr-ljHQ2oL1gcUexb6o,10543
3673
3875
  hfortix_fortios/api/v2/monitor/system/ipam/utilization.pyi,sha256=QuUmd1r_KrpjWqBR2q26EfL3UcQ9ChELfsnba_9wXXo,2312
3674
3876
  hfortix_fortios/api/v2/monitor/system/ipam/_helpers/utilization.py,sha256=_7C4VambrnXTDN4MPZrUovN_rudbtz9gLDVR9wDx9Ow,16956
3675
3877
  hfortix_fortios/api/v2/monitor/system/ipam/_helpers/utilization.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3676
3878
  hfortix_fortios/api/v2/monitor/system/logdisk/__init__.py,sha256=JQsnO633zwfKiBCMI1WK_CSu8bU_mcwiaKBhq5_25lY,375
3879
+ hfortix_fortios/api/v2/monitor/system/logdisk/__init__.pyi,sha256=JX2QGLW_uX3n6KEcGTwqt0ROBrLo-fgMVQNDqKS59FA,343
3677
3880
  hfortix_fortios/api/v2/monitor/system/logdisk/format.py,sha256=suVz40MB7zm17tnO76enbaGCSkVT6zz8897QugUnIuc,10412
3678
3881
  hfortix_fortios/api/v2/monitor/system/logdisk/format.pyi,sha256=jnlcWxod0iQrqnKKzqjI3C5WHPK0sGkwJf55SV6f7V4,2298
3679
3882
  hfortix_fortios/api/v2/monitor/system/logdisk/_helpers/format.py,sha256=ALH0uV0WjUQUXvHNmtpkDJyMLv-prqRn5kwZb0n-1JY,16924
3680
3883
  hfortix_fortios/api/v2/monitor/system/logdisk/_helpers/format.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3681
3884
  hfortix_fortios/api/v2/monitor/system/lte_modem/__init__.py,sha256=ypSnqP_yuxDSTnxt3OkTW00ADaxS5TyKzvjdsQXQmU4,541
3885
+ hfortix_fortios/api/v2/monitor/system/lte_modem/__init__.pyi,sha256=1eVJdMcKLLsY8Fhf-YUvEjx0pnq-YCaPRQ9vEsIuUyU,451
3682
3886
  hfortix_fortios/api/v2/monitor/system/lte_modem/status.py,sha256=RG5BcJ5COnXO0DLU-0CqDmqMUVZgzMn1mZMA0xUxxF0,10448
3683
3887
  hfortix_fortios/api/v2/monitor/system/lte_modem/status.pyi,sha256=6Hn_wiQsgEOqygX-Yn3Ii-XOBZBNiCgkv_kMv8lk_Ns,2302
3684
3888
  hfortix_fortios/api/v2/monitor/system/lte_modem/upgrade.py,sha256=u2hzNgtPXLSk34knReWlyDrQmAr02F6PhWchuuoKMbk,10485
@@ -3692,6 +3896,7 @@ hfortix_fortios/api/v2/monitor/system/lte_modem/_helpers/upgrade.pyi,sha256=7jiE
3692
3896
  hfortix_fortios/api/v2/monitor/system/lte_modem/_helpers/upload.py,sha256=fYOFkszyyVsoluZAPyTmTgc5D78A2em7ZbYC9LROtUI,16956
3693
3897
  hfortix_fortios/api/v2/monitor/system/lte_modem/_helpers/upload.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3694
3898
  hfortix_fortios/api/v2/monitor/system/modem/__init__.py,sha256=4lhUWDEHKKGqdLhUbBltiSZ5fS-DqX2-9DHvrJGwa-c,619
3899
+ hfortix_fortios/api/v2/monitor/system/modem/__init__.pyi,sha256=yb-PLJTiPPAtaqZnt1pl-wB6lQ9q8crHh_xvcviW5MQ,503
3695
3900
  hfortix_fortios/api/v2/monitor/system/modem/connect.py,sha256=ceeeEtGPHfyLYCCppZIouE446vOGWQkNYFetKhyuWkQ,10413
3696
3901
  hfortix_fortios/api/v2/monitor/system/modem/connect.pyi,sha256=hQ3nw-BeyEczxRr6B_03fJm5l1tryjHiaHgyrB8vuW8,2298
3697
3902
  hfortix_fortios/api/v2/monitor/system/modem/disconnect.py,sha256=jQ3z9hboMhDwffYcSAQiKoz7lRphoGTvW6tk7XdM1NI,10524
@@ -3709,11 +3914,13 @@ hfortix_fortios/api/v2/monitor/system/modem/_helpers/reset.pyi,sha256=7jiEgh0gRu
3709
3914
  hfortix_fortios/api/v2/monitor/system/modem/_helpers/update.py,sha256=yoOelpHv-5ihPJr-1N0KSnef2-WWNO4LPHXSNmkHUb0,16892
3710
3915
  hfortix_fortios/api/v2/monitor/system/modem/_helpers/update.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3711
3916
  hfortix_fortios/api/v2/monitor/system/object/__init__.py,sha256=a0mWw0K5sFdOEkrsz9AZTAjZhd_Nv4iZDNM7NKfKyaM,365
3917
+ hfortix_fortios/api/v2/monitor/system/object/__init__.pyi,sha256=fArCVOksokmrfDISHkQPAOzx9OI9-CGKYxZX5zS-AYY,336
3712
3918
  hfortix_fortios/api/v2/monitor/system/object/usage.py,sha256=6Dq8RXG_myfclQXxANpEjSNg4jwG5ChDnw_ogcLVb3E,10357
3713
3919
  hfortix_fortios/api/v2/monitor/system/object/usage.pyi,sha256=mj4gLHM86N3w4qsyRoQ-X6uFPkGdJRTWeq86GWZoCso,2292
3714
3920
  hfortix_fortios/api/v2/monitor/system/object/_helpers/usage.py,sha256=35x3A5IKuZAUMfXZfWB7U0K8iWxVyGh_58qmIRMXqQ4,16892
3715
3921
  hfortix_fortios/api/v2/monitor/system/object/_helpers/usage.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3716
3922
  hfortix_fortios/api/v2/monitor/system/os/__init__.py,sha256=Na5bGC7lhA3mX0cPiT3fcuxLHhphFN397PgsH0azjN8,438
3923
+ hfortix_fortios/api/v2/monitor/system/os/__init__.pyi,sha256=YYzSLiDH_ZKJFZbVMh8k6iSb1tB1MCysczE865Xxxp4,386
3717
3924
  hfortix_fortios/api/v2/monitor/system/os/reboot.py,sha256=X1OGib7fsseBEPwVP_7f2mfL89XyfZno0z7VkZwoHlk,10322
3718
3925
  hfortix_fortios/api/v2/monitor/system/os/reboot.pyi,sha256=diZIt-poJR6O5UstB71Go2pGYRGM01Z0CsHnh5fxv3Q,2288
3719
3926
  hfortix_fortios/api/v2/monitor/system/os/shutdown.py,sha256=kF8D4LbahoCNcZ9tJcaUpZOoeeNjk14YUt7hIB4875Q,10396
@@ -3723,21 +3930,25 @@ hfortix_fortios/api/v2/monitor/system/os/_helpers/reboot.pyi,sha256=7jiEgh0gRuNQ
3723
3930
  hfortix_fortios/api/v2/monitor/system/os/_helpers/shutdown.py,sha256=oApI8nr1DHNg4Ci35VclrS9gdVeksvkPNh0mt-_ms2A,16876
3724
3931
  hfortix_fortios/api/v2/monitor/system/os/_helpers/shutdown.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3725
3932
  hfortix_fortios/api/v2/monitor/system/password_policy_conform/__init__.py,sha256=gyh9-YWQB7uiVrzJpUaNcmazx9k8h8QKUYMvXKsPUxY,445
3933
+ hfortix_fortios/api/v2/monitor/system/password_policy_conform/__init__.pyi,sha256=AYLnys8iDDhKVoCYGN_DNrleFlkLRoPU99WxgIAF-7c,387
3726
3934
  hfortix_fortios/api/v2/monitor/system/password_policy_conform/select.py,sha256=7GEVR5x536229eCUnMAjZG3AcXa_MUwNC7kvKkGRyic,10700
3727
3935
  hfortix_fortios/api/v2/monitor/system/password_policy_conform/select.pyi,sha256=Ji2pHWRjKc8PO0XOHBGSYY6kgB3VSppAwMrG7qLboCk,2330
3728
3936
  hfortix_fortios/api/v2/monitor/system/password_policy_conform/_helpers/select.py,sha256=ZJ3zMDrCGSB7SpbWi6Lh4eIoogXR3-whpk8zpZY_xLI,17180
3729
3937
  hfortix_fortios/api/v2/monitor/system/password_policy_conform/_helpers/select.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3730
3938
  hfortix_fortios/api/v2/monitor/system/private_data_encryption/__init__.py,sha256=pvGUMwS727aAkUqVS0Rz8tMZ_fR6IsN3SyIck2t53bk,430
3939
+ hfortix_fortios/api/v2/monitor/system/private_data_encryption/__init__.pyi,sha256=3SePBCmAGTZbJq3wI1XBVjVoCLnbm7Xi6CUFX1G-cMA,375
3731
3940
  hfortix_fortios/api/v2/monitor/system/private_data_encryption/set.py,sha256=WoQK5NVMXwF9trTB0kJ67eD_Se-2W5mBfM0Wg37MhQY,10589
3732
3941
  hfortix_fortios/api/v2/monitor/system/private_data_encryption/set.pyi,sha256=LAxplDnM_shuRwsTN0n4T-F6j7FayBddB5vl3DqY8zE,2318
3733
3942
  hfortix_fortios/api/v2/monitor/system/private_data_encryption/_helpers/set.py,sha256=xcF2wf3sAXqPm-MAObKjhdJGwxd4JEVK0qNzjwtJGhE,17132
3734
3943
  hfortix_fortios/api/v2/monitor/system/private_data_encryption/_helpers/set.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3735
3944
  hfortix_fortios/api/v2/monitor/system/process/__init__.py,sha256=Y7Cno1FWoZ_wWx1CEq6EoGE3mbaTxJatnv2zbqe_2mM,365
3945
+ hfortix_fortios/api/v2/monitor/system/process/__init__.pyi,sha256=Gq9hOwPw_TgNNhDu3TYc8oNTciZZua72AuObkXiesJE,335
3736
3946
  hfortix_fortios/api/v2/monitor/system/process/kill.py,sha256=72lz0WXWid4gMzgKbvuOpt2didp8Wh2s_AFdwNZUbcg,10338
3737
3947
  hfortix_fortios/api/v2/monitor/system/process/kill.pyi,sha256=4QbD7pR57I7J4MhdrzE9JAereoeel05YJ04ymM8Xiio,2290
3738
3948
  hfortix_fortios/api/v2/monitor/system/process/_helpers/kill.py,sha256=TtgbS91dSHZPR6CBSh-7btJ17MVZ5om3yn2cyVGJPB4,16892
3739
3949
  hfortix_fortios/api/v2/monitor/system/process/_helpers/kill.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3740
3950
  hfortix_fortios/api/v2/monitor/system/sdn_connector/__init__.py,sha256=1RP1sUhCdAWJpoSCgpKPdT-w5G5Z7Viic9AffhQefoU,522
3951
+ hfortix_fortios/api/v2/monitor/system/sdn_connector/__init__.pyi,sha256=gjsse_p75y6dsmcdAkG0NFOwQzP7Q1V8eDExbTeth9c,445
3741
3952
  hfortix_fortios/api/v2/monitor/system/sdn_connector/update.py,sha256=wId21doAiwEO5yOxhfHDxQWwQBbbtTvzsX3UrvZQAWY,10520
3742
3953
  hfortix_fortios/api/v2/monitor/system/sdn_connector/update.pyi,sha256=hpN87oUtgCMsAGN36oEQGUG4I6a9m5jiIFBpJ8HBwQw,2310
3743
3954
  hfortix_fortios/api/v2/monitor/system/sdn_connector/validate_gcp_key.py,sha256=t8crJhzB1iNytG2Q8GC5dN7tWbESrwZnCduk6gC59iA,10866
@@ -3747,11 +3958,13 @@ hfortix_fortios/api/v2/monitor/system/sdn_connector/_helpers/update.pyi,sha256=7
3747
3958
  hfortix_fortios/api/v2/monitor/system/sdn_connector/_helpers/validate_gcp_key.py,sha256=iBQoy7wye-SslnscwaQ4GLyIfYarowPcC_fgIsg5QJI,17180
3748
3959
  hfortix_fortios/api/v2/monitor/system/sdn_connector/_helpers/validate_gcp_key.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3749
3960
  hfortix_fortios/api/v2/monitor/system/time/__init__.py,sha256=kFi48ssjGv42XSKr3d_Nj6WfPqx8Ak9LxIQELuHQj8U,345
3961
+ hfortix_fortios/api/v2/monitor/system/time/__init__.pyi,sha256=PaSU-IZlNznD8_sDOiylxSFsCf9jQ2IX0po7vPWoPcA,322
3750
3962
  hfortix_fortios/api/v2/monitor/system/time/set.py,sha256=X540AMLSQE4QaiU25B5x5dkBjHZzfTvQEQdzE1f1ZiI,10247
3751
3963
  hfortix_fortios/api/v2/monitor/system/time/set.pyi,sha256=c2-0FMW18lEfwNBB_1VFysESGIdirJxTHL_Z45353TU,2280
3752
3964
  hfortix_fortios/api/v2/monitor/system/time/_helpers/set.py,sha256=vj5UbICyV1R3fv9l57dFQwWZFdOR4fhQL2ARoDCCv_4,16828
3753
3965
  hfortix_fortios/api/v2/monitor/system/time/_helpers/set.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3754
3966
  hfortix_fortios/api/v2/monitor/system/traffic_history/__init__.py,sha256=D7m5jNJxpOAOIJ-eQUPMLdZvB9ypqzI2snJEhJOgCZY,734
3967
+ hfortix_fortios/api/v2/monitor/system/traffic_history/__init__.pyi,sha256=DBnnHTNOZKP_tSey_H4usoBNnFOUa4mXVCRFhM9lHiI,601
3755
3968
  hfortix_fortios/api/v2/monitor/system/traffic_history/enable_app_bandwidth_tracking.py,sha256=g6_i9eagxc7GSh9rScNG4yErxuJBoV-NVxT-7Mow0Uc,11371
3756
3969
  hfortix_fortios/api/v2/monitor/system/traffic_history/enable_app_bandwidth_tracking.pyi,sha256=MiEMqObJQHvZzXzJhzGCboK_LzLkjF3-4H2d9ZOEcUQ,2400
3757
3970
  hfortix_fortios/api/v2/monitor/system/traffic_history/interface.py,sha256=2HzNj1p1_n5vPzN5pk4I39AXArUUAGt1MbvTG8nAF60,10667
@@ -3765,6 +3978,7 @@ hfortix_fortios/api/v2/monitor/system/traffic_history/_helpers/interface.pyi,sha
3765
3978
  hfortix_fortios/api/v2/monitor/system/traffic_history/_helpers/top_applications.py,sha256=NrXdU7Ov_kwjE6ZTzmrSu9-AhPkls8XgFMmsrVb5fP4,17212
3766
3979
  hfortix_fortios/api/v2/monitor/system/traffic_history/_helpers/top_applications.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3767
3980
  hfortix_fortios/api/v2/monitor/system/upgrade_report/__init__.py,sha256=pioyIRSEwzNAxCNrZpftQEbhoIIgGCe04uTIKD5UGEY,478
3981
+ hfortix_fortios/api/v2/monitor/system/upgrade_report/__init__.pyi,sha256=rFy1bCq0Lj3qeRaiZqQohBx5F2F7IYyS29keBv5o2cs,408
3768
3982
  hfortix_fortios/api/v2/monitor/system/upgrade_report/exists.py,sha256=_8lRgLkzPVy1nPUHD0biTkihMH-sXuxv1Fuf2EMMjsI,10538
3769
3983
  hfortix_fortios/api/v2/monitor/system/upgrade_report/exists.pyi,sha256=-LWjdsWW30TOqdQrTW5DlYIkoDcrMJY02aIUXY1pxOA,2312
3770
3984
  hfortix_fortios/api/v2/monitor/system/upgrade_report/saved.py,sha256=Aijy0QtM4wxf3hvq1pvnNyhVxV_kxdldooblCkAOkyM,10501
@@ -3774,11 +3988,13 @@ hfortix_fortios/api/v2/monitor/system/upgrade_report/_helpers/exists.pyi,sha256=
3774
3988
  hfortix_fortios/api/v2/monitor/system/upgrade_report/_helpers/saved.py,sha256=y5V6tnsF3ZWCDoLytcvQA5G88ALTztt0k4Lw_FlaiYk,17020
3775
3989
  hfortix_fortios/api/v2/monitor/system/upgrade_report/_helpers/saved.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3776
3990
  hfortix_fortios/api/v2/monitor/system/usb_device/__init__.py,sha256=Q3lSQutRyvsDMEAhIh7qVOMH8IZWxUMpIG0crAZObMg,380
3991
+ hfortix_fortios/api/v2/monitor/system/usb_device/__init__.pyi,sha256=d8ZHk8XBGt15PDWUaiZC-l4fpTwJXFvIvnATM0hnNE8,346
3777
3992
  hfortix_fortios/api/v2/monitor/system/usb_device/eject.py,sha256=NHXp2bn8i5PxzizNHfIcKhAc7-2WU7UqzzFXseW-yQE,10429
3778
3993
  hfortix_fortios/api/v2/monitor/system/usb_device/eject.pyi,sha256=kqGoYkuAZNUVnrTCr1BZhgUueQlAMwJ3hwSv6P1kzMw,2300
3779
3994
  hfortix_fortios/api/v2/monitor/system/usb_device/_helpers/eject.py,sha256=7t4t0gpUkSsu-6DGTAr6oX7E2HBCC2o5Uvb6JO8dpLs,16956
3780
3995
  hfortix_fortios/api/v2/monitor/system/usb_device/_helpers/eject.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3781
3996
  hfortix_fortios/api/v2/monitor/system/usb_log/__init__.py,sha256=ksEhzFTG5XcAK97LM-wZ482KoE55yp_tg9knXZai4Zc,433
3997
+ hfortix_fortios/api/v2/monitor/system/usb_log/__init__.pyi,sha256=Fw3X7inuymOBgd98gxT3-u6ZXEd8O2Apfoj1ba8o158,379
3782
3998
  hfortix_fortios/api/v2/monitor/system/usb_log/start.py,sha256=zC0cWtRp0dFqS70GQCjIZe3M1WiVMkREtYPmmnDt7v4,10375
3783
3999
  hfortix_fortios/api/v2/monitor/system/usb_log/start.pyi,sha256=zrv70H8_NGSuH4X7dfwTvmT_qmA2H6Q19hhjynZI7qM,2294
3784
4000
  hfortix_fortios/api/v2/monitor/system/usb_log/stop.py,sha256=dUBuKYHjJjhV22VunC8u0e1ajOOCgm_ffDMGC1b6DOg,10338
@@ -3788,6 +4004,7 @@ hfortix_fortios/api/v2/monitor/system/usb_log/_helpers/start.pyi,sha256=7jiEgh0g
3788
4004
  hfortix_fortios/api/v2/monitor/system/usb_log/_helpers/stop.py,sha256=34kIWUJPDSuitelzEy5rHeq4PjIPWfv21fSj45uT3kA,16892
3789
4005
  hfortix_fortios/api/v2/monitor/system/usb_log/_helpers/stop.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3790
4006
  hfortix_fortios/api/v2/monitor/system/vmlicense/__init__.py,sha256=jTeNOyN2Bo_AV2uUPmxt_VMagIOtnqowmWDzKXEmIpQ,583
4007
+ hfortix_fortios/api/v2/monitor/system/vmlicense/__init__.pyi,sha256=Orqclcak9g902_zCAUHjrtB5N-ZrV6z3cO623FHIjY4,483
3791
4008
  hfortix_fortios/api/v2/monitor/system/vmlicense/download.py,sha256=rnSEOLJ7UEGK5zAqHU4R2B2Jfa2-pmIruQL3T65JV3M,10522
3792
4009
  hfortix_fortios/api/v2/monitor/system/vmlicense/download.pyi,sha256=l44YXmNgGU1f4kTj9QfObuzDJynsvrwPp3Otb_VTiv0,2310
3793
4010
  hfortix_fortios/api/v2/monitor/system/vmlicense/download_eval.py,sha256=NMxy44vDm-Z_l15iOFy4JfPN7ZEdG4esK6bnQuWt-vo,10695
@@ -3801,25 +4018,31 @@ hfortix_fortios/api/v2/monitor/system/vmlicense/_helpers/download_eval.pyi,sha25
3801
4018
  hfortix_fortios/api/v2/monitor/system/vmlicense/_helpers/upload.py,sha256=nUkJMwSjmzsglkXiLGp8nToenEB2AHjpE6G-XJx6-ko,16956
3802
4019
  hfortix_fortios/api/v2/monitor/system/vmlicense/_helpers/upload.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3803
4020
  hfortix_fortios/api/v2/monitor/system/x5g_modem/__init__.py,sha256=6Yg9R05AdvPrRoMvT32BjtXCvB4AytAiOrC95loS7oE,380
4021
+ hfortix_fortios/api/v2/monitor/system/x5g_modem/__init__.pyi,sha256=P8XlCRSj2IO2SYZQTTHhECdoRRjVRD06z25a9bAcoCM,347
3804
4022
  hfortix_fortios/api/v2/monitor/system/x5g_modem/status.py,sha256=yWMTgU4sMD--M3xUTugiZklfD7iL2LTnEqcJ4JLcDXM,10445
3805
4023
  hfortix_fortios/api/v2/monitor/system/x5g_modem/status.pyi,sha256=Bg0938TPQX2KqBStHl6iKnByh2jm2TluzLDAOn56YII,2301
3806
4024
  hfortix_fortios/api/v2/monitor/system/x5g_modem/_helpers/status.py,sha256=UsCmk0_JinthAPFOwW-myLY0T-I4FUpIELny8SpDEZc,16954
3807
4025
  hfortix_fortios/api/v2/monitor/system/x5g_modem/_helpers/status.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3808
4026
  hfortix_fortios/api/v2/monitor/user/__init__.py,sha256=-URRCh5m95SY6J_hixoBcBti54NGiRgfr-1nmsfmeIw,1718
4027
+ hfortix_fortios/api/v2/monitor/user/__init__.pyi,sha256=yoEE0r2Iddr71UBpkx8g0fWM5QmtCxVJiGFu4X3L4QM,1222
3809
4028
  hfortix_fortios/api/v2/monitor/user/banned.py,sha256=-M8NCdHlnzxj7_46INdYrwdCa55BEXTJqcJhdXPPSWw,11436
4029
+ hfortix_fortios/api/v2/monitor/user/banned.pyi,sha256=aEylHwseT7jpbbZQBS7w5atVdtvlCR7pxCTqKPQuznU,2280
3810
4030
  hfortix_fortios/api/v2/monitor/user/banned_base.py,sha256=-M8NCdHlnzxj7_46INdYrwdCa55BEXTJqcJhdXPPSWw,11436
3811
4031
  hfortix_fortios/api/v2/monitor/user/banned_base.pyi,sha256=n--aHyCcoS5duzCTTk_EFEnSC1x7zeTF9M_Q5iCx5Mw,2281
3812
4032
  hfortix_fortios/api/v2/monitor/user/collected_email.py,sha256=pT1poa7JtHYhkGrHXXGvXDYZHUNEEHsIamn3terM2ZE,11739
3813
4033
  hfortix_fortios/api/v2/monitor/user/collected_email.pyi,sha256=4bGPl5KUVrvAzrJL7_Nlq1FgSLZ2Ig0HFRnhb3WH3z8,2315
3814
4034
  hfortix_fortios/api/v2/monitor/user/firewall.py,sha256=sOKpDcReqxrOYHF68hf7IsHmk-n1MNY6FvO9HC1lwtk,11506
4035
+ hfortix_fortios/api/v2/monitor/user/firewall.pyi,sha256=aEylHwseT7jpbbZQBS7w5atVdtvlCR7pxCTqKPQuznU,2280
3815
4036
  hfortix_fortios/api/v2/monitor/user/firewall_base.py,sha256=YozFLf9JrAsIzP4snbT6AOcFO4i5XoOwRGwnmoZAVa8,10312
3816
4037
  hfortix_fortios/api/v2/monitor/user/firewall_base.pyi,sha256=GdYIIlJW11lddCB2HtHKeVumrH23EJRgL_haLjWeP_E,2292
3817
4038
  hfortix_fortios/api/v2/monitor/user/fortitoken.py,sha256=coGW2-OTfu5Dtp9kTDHWQnipibL92pCY50SGORFYrjg,10380
4039
+ hfortix_fortios/api/v2/monitor/user/fortitoken.pyi,sha256=aEylHwseT7jpbbZQBS7w5atVdtvlCR7pxCTqKPQuznU,2280
3818
4040
  hfortix_fortios/api/v2/monitor/user/fortitoken_base.py,sha256=coGW2-OTfu5Dtp9kTDHWQnipibL92pCY50SGORFYrjg,10380
3819
4041
  hfortix_fortios/api/v2/monitor/user/fortitoken_base.pyi,sha256=ibCU5BBzhDLB1z6AQDq1Gt_X1BoAGLfqxs27slP5rPI,2294
3820
4042
  hfortix_fortios/api/v2/monitor/user/fortitoken_cloud_base.py,sha256=Xkt6weyD7OeUIU_dXfPce0WWANHURia84tM7yQOCyT8,10597
3821
4043
  hfortix_fortios/api/v2/monitor/user/fortitoken_cloud_base.pyi,sha256=OVlEWqYgg2oywsSo2vk1Bup6-1yL6U1Whf447lLVQP0,2323
3822
4044
  hfortix_fortios/api/v2/monitor/user/fsso.py,sha256=3eV77rsvbuLjjTFThJWgTEmjkh4AQToGaeXP2yQTzic,11366
4045
+ hfortix_fortios/api/v2/monitor/user/fsso.pyi,sha256=aEylHwseT7jpbbZQBS7w5atVdtvlCR7pxCTqKPQuznU,2280
3823
4046
  hfortix_fortios/api/v2/monitor/user/fsso_base.py,sha256=3eV77rsvbuLjjTFThJWgTEmjkh4AQToGaeXP2yQTzic,11366
3824
4047
  hfortix_fortios/api/v2/monitor/user/fsso_base.pyi,sha256=F9o4agNMfGc1e_dRMEtoezKWMaqRH0YPD-MoUXC3Hxo,2273
3825
4048
  hfortix_fortios/api/v2/monitor/user/proxy.py,sha256=21y9XMWndxSAVblLsF_qosMu9ZZq15PlzV7Ix5h9tHg,10201
@@ -3839,6 +4062,7 @@ hfortix_fortios/api/v2/monitor/user/_helpers/fsso.pyi,sha256=7jiEgh0gRuNQ2YWPg-_
3839
4062
  hfortix_fortios/api/v2/monitor/user/_helpers/proxy.py,sha256=EpulcbM_g5n08A84SsLry7rYQ0Utf1L-bueil4Z_sNk,16754
3840
4063
  hfortix_fortios/api/v2/monitor/user/_helpers/proxy.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3841
4064
  hfortix_fortios/api/v2/monitor/user/banned/__init__.py,sha256=rbPMolpPyRXxKinBYH9R2I2HMRDipuev9vqeznjnJHU,645
4065
+ hfortix_fortios/api/v2/monitor/user/banned/__init__.pyi,sha256=bSfyCl41lbFsz_uW6SlJDoXjblTCFjZvHcmKR7i3H_o,524
3842
4066
  hfortix_fortios/api/v2/monitor/user/banned/add_users.py,sha256=GOHOVsXmhSuqASotkt8CK04VBfkAf9Hhz5XN0m7T66Y,10457
3843
4067
  hfortix_fortios/api/v2/monitor/user/banned/add_users.pyi,sha256=-TnA-yVWcz8jopc9Mnlj-PptBViBgoMllIV4DCwPP5E,2302
3844
4068
  hfortix_fortios/api/v2/monitor/user/banned/check.py,sha256=Qr1I4Pz0NNnh_NXpIW4794UHjrfjOQydjBhP8R2ohj0,10321
@@ -3856,6 +4080,7 @@ hfortix_fortios/api/v2/monitor/user/banned/_helpers/clear_all.pyi,sha256=7jiEgh0
3856
4080
  hfortix_fortios/api/v2/monitor/user/banned/_helpers/clear_users.py,sha256=zDhE5zdhvc4cP5iUruqgPx0roqEo2FRl77f1wjj1llU,16956
3857
4081
  hfortix_fortios/api/v2/monitor/user/banned/_helpers/clear_users.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3858
4082
  hfortix_fortios/api/v2/monitor/user/device/__init__.py,sha256=zY-lHLThr4fJRBKaIfyxwS4xAPot1NmeaBYDcyC0LnI,633
4083
+ hfortix_fortios/api/v2/monitor/user/device/__init__.pyi,sha256=-I0PHvjXHbWlWScfDumKgCqbA-oZ9bwxSF-7pd79c_Q,514
3859
4084
  hfortix_fortios/api/v2/monitor/user/device/iot_query.py,sha256=HjH07I2icDGcjLx7Ad7SXnKRvKQKoQluXfvb-1L-uZU,10457
3860
4085
  hfortix_fortios/api/v2/monitor/user/device/iot_query.pyi,sha256=dLs-BUCSpYuDYcC3sCC9HrHaz7Cz0aBdvJUkOnVp3Us,2302
3861
4086
  hfortix_fortios/api/v2/monitor/user/device/purdue_level.py,sha256=oSGU7el5Uh3AplES63LPq2SE0c0tp7kl6Pb70pSBvaE,10568
@@ -3873,6 +4098,7 @@ hfortix_fortios/api/v2/monitor/user/device/_helpers/query.pyi,sha256=7jiEgh0gRuN
3873
4098
  hfortix_fortios/api/v2/monitor/user/device/_helpers/stats.py,sha256=8LYluxxTwB2Fluiv95TpFWEDjKKGfwQwsqAKFkvXma8,16860
3874
4099
  hfortix_fortios/api/v2/monitor/user/device/_helpers/stats.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3875
4100
  hfortix_fortios/api/v2/monitor/user/firewall/__init__.py,sha256=M1nmHJFAslgjB3JHHaH39pQy_4utpoFBVJwJ11PC2Mo,448
4101
+ hfortix_fortios/api/v2/monitor/user/firewall/__init__.pyi,sha256=l6V53wOFXZ2djvC6bSLXQFe2h_c0MLcWhsNJmn1KboI,388
3876
4102
  hfortix_fortios/api/v2/monitor/user/firewall/auth.py,sha256=mcRaAv4q0v4yzVeNt_x7rywNn2vvWGrqJgB3p-mWamo,10320
3877
4103
  hfortix_fortios/api/v2/monitor/user/firewall/auth.pyi,sha256=sCAIBPkP_RXq7se7Kcq6TxzzRC0vkowHCC3wVpyLHwU,2288
3878
4104
  hfortix_fortios/api/v2/monitor/user/firewall/deauth.py,sha256=eiMKqB3JD3JTXaC5xC3GBHRCgHlXQPi_2qrg_tK4Tck,10394
@@ -3882,6 +4108,7 @@ hfortix_fortios/api/v2/monitor/user/firewall/_helpers/auth.pyi,sha256=7jiEgh0gRu
3882
4108
  hfortix_fortios/api/v2/monitor/user/firewall/_helpers/deauth.py,sha256=HqSPUiP8YTGh43TCBq3rtcARHsJZd4CC9YFW_RUMcRE,16908
3883
4109
  hfortix_fortios/api/v2/monitor/user/firewall/_helpers/deauth.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3884
4110
  hfortix_fortios/api/v2/monitor/user/fortitoken/__init__.py,sha256=ehC5aOhMCx4uiLFC50lZ6DcXMcrYeko5ry3VyV89Edw,1011
4111
+ hfortix_fortios/api/v2/monitor/user/fortitoken/__init__.pyi,sha256=3ca487RR77W1W_HDlZuytZ7yCwP93ZBviYwCN-IJvW8,776
3885
4112
  hfortix_fortios/api/v2/monitor/user/fortitoken/activate.py,sha256=XRNobEP4LfulNupko79I_23kKWxtvy0zpu-8Po4zVWI,10504
3886
4113
  hfortix_fortios/api/v2/monitor/user/fortitoken/activate.pyi,sha256=7kgn1OBk9G1CageGsWDDkQjRMwBE9Rc5GwZrIzwOxGw,2308
3887
4114
  hfortix_fortios/api/v2/monitor/user/fortitoken/import_mobile.py,sha256=reE_MdnNlhI3pa0_0UOdl3iCZHa4gXkp-HZnoGFP5Go,10677
@@ -3911,16 +4138,19 @@ hfortix_fortios/api/v2/monitor/user/fortitoken/_helpers/refresh.pyi,sha256=7jiEg
3911
4138
  hfortix_fortios/api/v2/monitor/user/fortitoken/_helpers/send_activation.py,sha256=t2cUIQS-eXjLeh7qQS0MGzzF6K-D0FL-_cxZk7DGygQ,17084
3912
4139
  hfortix_fortios/api/v2/monitor/user/fortitoken/_helpers/send_activation.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3913
4140
  hfortix_fortios/api/v2/monitor/user/fortitoken_cloud/__init__.py,sha256=nRiaV3GSzM6Q_SQxXUToidfph0Xb_WB8SQeDZ-oK7aM,410
4141
+ hfortix_fortios/api/v2/monitor/user/fortitoken_cloud/__init__.pyi,sha256=NhUiM00F1KrroRMfB2Ll6G93JI2T0GIX1ExwDeofEI4,364
3914
4142
  hfortix_fortios/api/v2/monitor/user/fortitoken_cloud/trial.py,sha256=hQ4DQtzyhAdw1gtd8c2jblvZGPO7G5sgugsEwK_JGmE,10501
3915
4143
  hfortix_fortios/api/v2/monitor/user/fortitoken_cloud/trial.pyi,sha256=StcMjqFkOIfL2RyadNVNJudnHJx6XlLH42LfIAxpq0s,2308
3916
4144
  hfortix_fortios/api/v2/monitor/user/fortitoken_cloud/_helpers/trial.py,sha256=gHAbPGw2ReChUF7vV6Nunovo1aQWNuZGDtzbloEebvU,17020
3917
4145
  hfortix_fortios/api/v2/monitor/user/fortitoken_cloud/_helpers/trial.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3918
4146
  hfortix_fortios/api/v2/monitor/user/fsso/__init__.py,sha256=oIg267xr13ijGN4kWGlcVGjwUXt8AmBYBF2g3UDjQPg,397
4147
+ hfortix_fortios/api/v2/monitor/user/fsso/__init__.pyi,sha256=gbzKg0Djo_DJpLF9SWbwEQfBAxn2C_B_0YIkJF-mwdo,364
3919
4148
  hfortix_fortios/api/v2/monitor/user/fsso/refresh_server.py,sha256=IJEAFNjG_pnV37cwMnpz4O2zc9_EYTci99Ibg4gJlZY,10606
3920
4149
  hfortix_fortios/api/v2/monitor/user/fsso/refresh_server.pyi,sha256=c8fj7YGbdYCcvO8w7zY5hj44YaRXT5df4varmBw3O1M,2318
3921
4150
  hfortix_fortios/api/v2/monitor/user/fsso/_helpers/refresh_server.py,sha256=E3g5ojDxlJgtoSdVLALdQ3vka9mVLBYsshW0caPZRaI,16972
3922
4151
  hfortix_fortios/api/v2/monitor/user/fsso/_helpers/refresh_server.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3923
4152
  hfortix_fortios/api/v2/monitor/user/guest/__init__.py,sha256=lLeBdD1yC2BB5VZKZvON4m16tNFi3z2z4OHkFdS2FnY,423
4153
+ hfortix_fortios/api/v2/monitor/user/guest/__init__.pyi,sha256=Oza8e29k8Kwh17ehL_z_Hh51_qpsRtvbZQUsVm4xMaU,371
3924
4154
  hfortix_fortios/api/v2/monitor/user/guest/email.py,sha256=Aa5uBnvKzcU_UGlCsgdt1nVf8CM9sDtHE_bNxtc5uxg,10303
3925
4155
  hfortix_fortios/api/v2/monitor/user/guest/email.pyi,sha256=VSl2uIFdZ1jk3e7TXq2NmB6fcjDgTIsdH02UslDz5GI,2286
3926
4156
  hfortix_fortios/api/v2/monitor/user/guest/sms.py,sha256=Z01-SVyo7Hi0TZtfAIP29TYssJqv_xHelw92rWyP6KA,10229
@@ -3930,6 +4160,7 @@ hfortix_fortios/api/v2/monitor/user/guest/_helpers/email.pyi,sha256=7jiEgh0gRuNQ
3930
4160
  hfortix_fortios/api/v2/monitor/user/guest/_helpers/sms.py,sha256=boDA5KRY6caT6Lh1caDWhNiZyE7PkcJwCJbPYNr2V9M,16812
3931
4161
  hfortix_fortios/api/v2/monitor/user/guest/_helpers/sms.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3932
4162
  hfortix_fortios/api/v2/monitor/user/info/__init__.py,sha256=Egwbo01VbUufPyQcCpnAq-t1QUEMxmkGhCw3-_JTkYk,563
4163
+ hfortix_fortios/api/v2/monitor/user/info/__init__.pyi,sha256=bMWpC2vf581LG8azsFYF3upnbtDx_HBTyYbw3tf-KVE,472
3933
4164
  hfortix_fortios/api/v2/monitor/user/info/query.py,sha256=xWZSoowC_LNvcdoDYfEk_FGtuVF-G_aHG4Gq-Jv1Ar0,10285
3934
4165
  hfortix_fortios/api/v2/monitor/user/info/query.pyi,sha256=3oAl143Uv46YyeQlgCSd3Eu5O0lWiAHlbSH9Ew2s0tQ,2284
3935
4166
  hfortix_fortios/api/v2/monitor/user/info/thumbnail.py,sha256=xt_A6i9bWGb-RoC82CE8lIr_ZyD4Khx2vB4kt2p_MFY,10433
@@ -3943,21 +4174,25 @@ hfortix_fortios/api/v2/monitor/user/info/_helpers/thumbnail.pyi,sha256=7jiEgh0gR
3943
4174
  hfortix_fortios/api/v2/monitor/user/info/_helpers/thumbnail_file.py,sha256=NYrgh8E6wnAcYTyUUMdfMfzsoH3aJj9f5hGGAVOKoE4,16972
3944
4175
  hfortix_fortios/api/v2/monitor/user/info/_helpers/thumbnail_file.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3945
4176
  hfortix_fortios/api/v2/monitor/user/local/__init__.py,sha256=1eaAWMD7gef_HmY8Fky4ZvXSuz5ZAQHQ1Dh_cb9hTio,407
4177
+ hfortix_fortios/api/v2/monitor/user/local/__init__.pyi,sha256=JNNZFaGODBL0psBuke0WmBwbD9PG0gXqfTzYdJTJrqY,371
3946
4178
  hfortix_fortios/api/v2/monitor/user/local/change_password.py,sha256=MUsvXR-nKllGf-bJBI-KmNMCE89RTAgesn9TsPob6HU,10661
3947
4179
  hfortix_fortios/api/v2/monitor/user/local/change_password.pyi,sha256=mcCsKL-ctlxvgnOh0q5TuB57yQwpKYN-j8EN8X0Kvtc,2324
3948
4180
  hfortix_fortios/api/v2/monitor/user/local/_helpers/change_password.py,sha256=VojB1nvOMDj2WhQLEKWFelte8GmzulEADCeVOcTIC5c,17004
3949
4181
  hfortix_fortios/api/v2/monitor/user/local/_helpers/change_password.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3950
4182
  hfortix_fortios/api/v2/monitor/user/password_policy_conform/__init__.py,sha256=gyh9-YWQB7uiVrzJpUaNcmazx9k8h8QKUYMvXKsPUxY,445
4183
+ hfortix_fortios/api/v2/monitor/user/password_policy_conform/__init__.pyi,sha256=AYLnys8iDDhKVoCYGN_DNrleFlkLRoPU99WxgIAF-7c,387
3951
4184
  hfortix_fortios/api/v2/monitor/user/password_policy_conform/select.py,sha256=o4LugU_rcRG6vQN4TzlJObkwT9sT_38YQbAwqipOoas,10664
3952
4185
  hfortix_fortios/api/v2/monitor/user/password_policy_conform/select.pyi,sha256=JWR6E1p46ihJEwDVCkTKOthpmRDR-dVklvLBL6Pgid4,2326
3953
4186
  hfortix_fortios/api/v2/monitor/user/password_policy_conform/_helpers/select.py,sha256=HMei-2AkIsXg9WFD1Rx_taoWUrQoftkWTDAsMaOwCKQ,17148
3954
4187
  hfortix_fortios/api/v2/monitor/user/password_policy_conform/_helpers/select.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3955
4188
  hfortix_fortios/api/v2/monitor/user/query/__init__.py,sha256=xIU5DTKPl53F1auhcqDZ725j5i6SZ3HZETsZ22m4ekk,360
4189
+ hfortix_fortios/api/v2/monitor/user/query/__init__.pyi,sha256=WROxjHaFQpypFhHVQeZUb0D4SVb-_dq2HljR7s-RFsk,333
3956
4190
  hfortix_fortios/api/v2/monitor/user/query/abort.py,sha256=KtbYPPZvcJzSM0SaXArLaMJTUpzt42uNMEapTK6HoEI,10303
3957
4191
  hfortix_fortios/api/v2/monitor/user/query/abort.pyi,sha256=puudCjWJ4CDFDiHlrBwvyjmbd2kVxy5vykrHLnF5i2M,2286
3958
4192
  hfortix_fortios/api/v2/monitor/user/query/_helpers/abort.py,sha256=XZSU9aWCDXIEJFtBPWYQ56i-_czlh9KzsGnbmPR8UCA,16844
3959
4193
  hfortix_fortios/api/v2/monitor/user/query/_helpers/abort.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3960
4194
  hfortix_fortios/api/v2/monitor/user/radius/__init__.py,sha256=sxloK27zSmPZSK0i7GGDwRDcecgfIiLBjrSkjCNYKqc,519
4195
+ hfortix_fortios/api/v2/monitor/user/radius/__init__.pyi,sha256=V7fzWIhi1XCW_P0oIpwFcxpUpf-V4NNTeI4A7m4lWwQ,448
3961
4196
  hfortix_fortios/api/v2/monitor/user/radius/get_test_connect.py,sha256=s4_zAiFT_pFTRFHDY1BKIdYIDl6CBbQJZ4q_oshW8dI,10704
3962
4197
  hfortix_fortios/api/v2/monitor/user/radius/get_test_connect.pyi,sha256=TXNjfcdGDFAbYsbo5ibESrOuH2CTKrt1liywfyib0sw,2328
3963
4198
  hfortix_fortios/api/v2/monitor/user/radius/test_connect.py,sha256=xFS0zfEK2xtWlPwhoXGLEaq71_imtLBPLFvEduJQK8g,10568
@@ -3967,6 +4202,7 @@ hfortix_fortios/api/v2/monitor/user/radius/_helpers/get_test_connect.pyi,sha256=
3967
4202
  hfortix_fortios/api/v2/monitor/user/radius/_helpers/test_connect.py,sha256=CKSSAJO0rOJ5YG4UhB8K7cUbPh2M5Se36tdkpzcvtRE,16972
3968
4203
  hfortix_fortios/api/v2/monitor/user/radius/_helpers/test_connect.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3969
4204
  hfortix_fortios/api/v2/monitor/user/scim/__init__.py,sha256=x8LUAcO44dh6SuoiRIQovdAznbzpfGwF6dEW_8PBr_U,433
4205
+ hfortix_fortios/api/v2/monitor/user/scim/__init__.pyi,sha256=OfWJie4Mdhh7S-riYUcuZLmzRuv035nHFB0OSFQRz8M,380
3970
4206
  hfortix_fortios/api/v2/monitor/user/scim/groups.py,sha256=RPicZr2wwA-OvTBwJGmxwyPRj9Vw-fAff_kq6xD20J4,10322
3971
4207
  hfortix_fortios/api/v2/monitor/user/scim/groups.pyi,sha256=qpfnJvLglBsXrr8dmcVRPBoZxisoFDjn-Cok-Cg5XEM,2288
3972
4208
  hfortix_fortios/api/v2/monitor/user/scim/users.py,sha256=4YLLtxHmWZuqe-ZVrrcuYtdxYqOQ9uN0me8DRNEYeLM,10285
@@ -3976,11 +4212,13 @@ hfortix_fortios/api/v2/monitor/user/scim/_helpers/groups.pyi,sha256=7jiEgh0gRuNQ
3976
4212
  hfortix_fortios/api/v2/monitor/user/scim/_helpers/users.py,sha256=cyKE8EkbVbB2lO0QEQi5mYPjq369PCecyC3u2PzfqVE,16828
3977
4213
  hfortix_fortios/api/v2/monitor/user/scim/_helpers/users.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3978
4214
  hfortix_fortios/api/v2/monitor/user/tacacs_plus/__init__.py,sha256=HLto6_r1b3YVQJhE4c5JnlYqPtyQ4qRJV9ODMUYBROM,380
4215
+ hfortix_fortios/api/v2/monitor/user/tacacs_plus/__init__.pyi,sha256=IiTNo1d7-EELAOvo5l6ULeStM5QEWfdiL_JNO4krcwM,345
3979
4216
  hfortix_fortios/api/v2/monitor/user/tacacs_plus/test.py,sha256=yw6m2We8AW6YJ6wHo1eg5KwKE1PBywTWoY0Jt6UI1MU,10374
3980
4217
  hfortix_fortios/api/v2/monitor/user/tacacs_plus/test.pyi,sha256=-Ep69ZvnSjUFBzXrqNSDQyNGvy2NoPpwZyLK5VnqtXc,2294
3981
4218
  hfortix_fortios/api/v2/monitor/user/tacacs_plus/_helpers/test.py,sha256=_PS6wVWlSBFzYTLlHZeSTPfeI-raseOhsj05VgVB-mo,16924
3982
4219
  hfortix_fortios/api/v2/monitor/user/tacacs_plus/_helpers/test.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
3983
4220
  hfortix_fortios/api/v2/monitor/utm/__init__.py,sha256=G6hoI18rwG1D-oDmkGxrdL-wKcjSH_0K8O1f1Gxt7dw,897
4221
+ hfortix_fortios/api/v2/monitor/utm/__init__.pyi,sha256=Hi3ujQjj1qVzxPnLp8YYyPh-y_5iSSLzl_jGAYqyOsA,715
3984
4222
  hfortix_fortios/api/v2/monitor/utm/antivirus.py,sha256=6aH671fYhg5yd4PHaC55SCwWLbx9ROAWLrcTD2kFc0o,10331
3985
4223
  hfortix_fortios/api/v2/monitor/utm/antivirus.pyi,sha256=-fYlb4U_C9n-MG9uVetKDYiF9Y8BF3tk4ybyZxh0vLw,2294
3986
4224
  hfortix_fortios/api/v2/monitor/utm/app_lookup.py,sha256=Q9ds8S_F3b-xGBVcUG_L9qexroUApH-F6UF-OjTaQ7M,10350
@@ -3998,16 +4236,19 @@ hfortix_fortios/api/v2/monitor/utm/_helpers/application_categories.pyi,sha256=7j
3998
4236
  hfortix_fortios/api/v2/monitor/utm/_helpers/blacklisted_certificates.py,sha256=1pTzywqHJbdjN3ti3XI9rlZQq3fUKf6Pz2uCQ3RJR2w,17047
3999
4237
  hfortix_fortios/api/v2/monitor/utm/_helpers/blacklisted_certificates.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4000
4238
  hfortix_fortios/api/v2/monitor/utm/rating_lookup/__init__.py,sha256=wdqq7TqIkbG0qIawI3OV52emYDkjKoQql7FUkLAUpuQ,400
4239
+ hfortix_fortios/api/v2/monitor/utm/rating_lookup/__init__.pyi,sha256=HkyJOAu4_JJcjGHtFO4baB31BcRWgYVRpn2oj08fcMY,359
4001
4240
  hfortix_fortios/api/v2/monitor/utm/rating_lookup/select.py,sha256=xEyhuoGpfdC1ywiuInPYp8bY1RiXe2DtgFL62mGtwMU,10466
4002
4241
  hfortix_fortios/api/v2/monitor/utm/rating_lookup/select.pyi,sha256=3uQzjbEAPI97z4g1Tt-NyAjWvEqYcewYu7RypB6olmc,2304
4003
4242
  hfortix_fortios/api/v2/monitor/utm/rating_lookup/_helpers/select.py,sha256=VCrpAhlJJZ_bPWkJ9j11X5s4E5MvMzhPuuEhamhHfwo,16972
4004
4243
  hfortix_fortios/api/v2/monitor/utm/rating_lookup/_helpers/select.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4005
4244
  hfortix_fortios/api/v2/monitor/videofilter/__init__.py,sha256=qsdwUx4tZ4VkxLRXtqQhDJe91GV3amA7qk7cJddooO4,467
4245
+ hfortix_fortios/api/v2/monitor/videofilter/__init__.pyi,sha256=1yD6cDzhwi8Hpd1IKdbCX70CHXTXm16blrStEvHrPqA,413
4006
4246
  hfortix_fortios/api/v2/monitor/videofilter/fortiguard_categories.py,sha256=epL_74FRdKtqqBf2lR5-rj-n0tLbvUUMD23HNAqsPUA,12061
4007
4247
  hfortix_fortios/api/v2/monitor/videofilter/fortiguard_categories.pyi,sha256=_mXuWEMbi3p61RpvaLUjZJs6saRiNVysezq0_RPTOgU,2353
4008
4248
  hfortix_fortios/api/v2/monitor/videofilter/_helpers/fortiguard_categories.py,sha256=gBrhkyKKu3Jyr6sun8oknmTB-hJskINRY75qWp_oQ1E,17119
4009
4249
  hfortix_fortios/api/v2/monitor/videofilter/_helpers/fortiguard_categories.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4010
4250
  hfortix_fortios/api/v2/monitor/virtual_wan/__init__.py,sha256=i7sAhKzcO9WXaaHcbq8biCarBjoEnseeMME2tV_Ut94,763
4251
+ hfortix_fortios/api/v2/monitor/virtual_wan/__init__.pyi,sha256=VyeTb6c9gCxc9qhctUte865KAEztq-ngiMLf3JKY7lo,603
4011
4252
  hfortix_fortios/api/v2/monitor/virtual_wan/health_check.py,sha256=SUhJwD4cRRibfC5ZUyza5nrcBHNHPgJ73h3sLOIr67M,10568
4012
4253
  hfortix_fortios/api/v2/monitor/virtual_wan/health_check.pyi,sha256=ykB9o63G67Pnc5cCEBGCHx0Ox1JyllWAl2ID7ZLyzjk,2314
4013
4254
  hfortix_fortios/api/v2/monitor/virtual_wan/interface_log.py,sha256=eA0qRPc-VDIrQqke1KSuVdKYNTlenyGiGiTugVe4ZW8,11781
@@ -4029,10 +4270,13 @@ hfortix_fortios/api/v2/monitor/virtual_wan/_helpers/sla_log.pyi,sha256=7jiEgh0gR
4029
4270
  hfortix_fortios/api/v2/monitor/virtual_wan/_helpers/sladb.py,sha256=uZ0HYW8kzw9l_RpOtjFSYbumUlG3hE4kJ9WHyWpAvXI,16863
4030
4271
  hfortix_fortios/api/v2/monitor/virtual_wan/_helpers/sladb.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4031
4272
  hfortix_fortios/api/v2/monitor/vpn/__init__.py,sha256=rIk3_M9F3G1VzX_X-K4HnLf3S1XTxJWZLE4AGA1tlMw,479
4273
+ hfortix_fortios/api/v2/monitor/vpn/__init__.pyi,sha256=hHrei-TzzzQSzaP3kAeVHDk7aaQcRMvfCvLZ07OOEzI,403
4032
4274
  hfortix_fortios/api/v2/monitor/vpn/ipsec.py,sha256=aUMEqcSPb3N8Y2NsTzHFD6XOix6OzKt9U81P8BpCvXY,11385
4275
+ hfortix_fortios/api/v2/monitor/vpn/ipsec.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
4033
4276
  hfortix_fortios/api/v2/monitor/vpn/ipsec_base.py,sha256=Gvru2EcOksH8vtvno9XHx7fjW-_Nw4XkS9YApYWdaLE,11402
4034
4277
  hfortix_fortios/api/v2/monitor/vpn/ipsec_base.pyi,sha256=ahqRrUrxiR3QeQumoq0RcsC7Unjh2rsBlc5xc4TS76M,2292
4035
4278
  hfortix_fortios/api/v2/monitor/vpn/ssl.py,sha256=PhTf3Gs0MRNXhqdS4xoZEBdv2CPtIQ6ELrHQFWDwpNs,11315
4279
+ hfortix_fortios/api/v2/monitor/vpn/ssl.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
4036
4280
  hfortix_fortios/api/v2/monitor/vpn/ssl_base.py,sha256=cEhf3ZTdWaW8BDI-svLadrsnpsyukhwKj439k_cJ1mw,10109
4037
4281
  hfortix_fortios/api/v2/monitor/vpn/ssl_base.pyi,sha256=F8-OXn3IgvZnyjd1MG45PI2czNvm5kZl7GVip_5dSjA,2270
4038
4282
  hfortix_fortios/api/v2/monitor/vpn/_helpers/ipsec.py,sha256=M-YFV5b7tSJiwgIz7QCoDSTh_eURb71L5zNTF85tass,16752
@@ -4040,11 +4284,13 @@ hfortix_fortios/api/v2/monitor/vpn/_helpers/ipsec.pyi,sha256=7jiEgh0gRuNQ2YWPg-_
4040
4284
  hfortix_fortios/api/v2/monitor/vpn/_helpers/ssl.py,sha256=6xIRK1OrKdyMotwC3JQPPYMUof8nbheQDspZjC6MK2Q,16706
4041
4285
  hfortix_fortios/api/v2/monitor/vpn/_helpers/ssl.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4042
4286
  hfortix_fortios/api/v2/monitor/vpn/ike/__init__.py,sha256=Nz3WmSqsTY6PnCBoAhe4ed4Snushw6M6-5xG7AudO9s,350
4287
+ hfortix_fortios/api/v2/monitor/vpn/ike/__init__.pyi,sha256=owfZZYr53v_Hh6x85Akh7bLKHb_8L3d6vBWhJi_n6W8,327
4043
4288
  hfortix_fortios/api/v2/monitor/vpn/ike/clear.py,sha256=HsnAi6Yfl8znReEIhCcdexBtz52PsYhx_3KfiQzIXjE,10249
4044
4289
  hfortix_fortios/api/v2/monitor/vpn/ike/clear.pyi,sha256=OhMp_am3fvoIY3lFxFBMQHgmlfBI1LOItpMaoy5j3Pg,2280
4045
4290
  hfortix_fortios/api/v2/monitor/vpn/ike/_helpers/clear.py,sha256=UBQmKM7yMYVQahJTXphy3t23r44rbvzwnPRWnj27SKo,16796
4046
4291
  hfortix_fortios/api/v2/monitor/vpn/ike/_helpers/clear.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4047
4292
  hfortix_fortios/api/v2/monitor/vpn/ipsec/__init__.py,sha256=bElDnQ54DWc7hiqcPGSgsi5uTbe36vpIRGm4WzdQ76o,609
4293
+ hfortix_fortios/api/v2/monitor/vpn/ipsec/__init__.pyi,sha256=KC-4X1D822UYZWM2rEwBeK1rVDSwgh311qkq9QJNUOw,509
4048
4294
  hfortix_fortios/api/v2/monitor/vpn/ipsec/tunnel_down.py,sha256=UEtB1omPlJAOJbkpCR2DjfA05oKAXPrlDYIriTsvhs4,10495
4049
4295
  hfortix_fortios/api/v2/monitor/vpn/ipsec/tunnel_down.pyi,sha256=Wy6HXP6PSVplb3LWdQXFmE-dOEAO1PbgOJN8p6c6rW8,2306
4050
4296
  hfortix_fortios/api/v2/monitor/vpn/ipsec/tunnel_reset_stats.py,sha256=XhANbT34ytyfvQItb-XCJg9yDP5qQr9-Bu3zYwEA6Lc,10742
@@ -4058,6 +4304,7 @@ hfortix_fortios/api/v2/monitor/vpn/ipsec/_helpers/tunnel_reset_stats.pyi,sha256=
4058
4304
  hfortix_fortios/api/v2/monitor/vpn/ipsec/_helpers/tunnel_up.py,sha256=GaGOIuEFysfQ9OOvZcxTmPniYMdMhDa-NxqCMMxyhaw,16892
4059
4305
  hfortix_fortios/api/v2/monitor/vpn/ipsec/_helpers/tunnel_up.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4060
4306
  hfortix_fortios/api/v2/monitor/vpn/ssl/__init__.py,sha256=SrQ6uAzeT9xDekAnbR5xsiwYICXujyvz_CP0KgySx0g,460
4307
+ hfortix_fortios/api/v2/monitor/vpn/ssl/__init__.pyi,sha256=AbZeXH8sqiS1wABSez9mh9YdeWa1gZu6UN2mhLTwpmM,403
4061
4308
  hfortix_fortios/api/v2/monitor/vpn/ssl/clear_tunnel.py,sha256=aQgq48xVN5p2ezwke6vNy2mf4VDaSSkGrh8C5o3WgCI,10496
4062
4309
  hfortix_fortios/api/v2/monitor/vpn/ssl/clear_tunnel.pyi,sha256=id30gFC1D1smBkpzTZvkXxBC-oEIUs0RPz5K40nlqQI,2306
4063
4310
  hfortix_fortios/api/v2/monitor/vpn/ssl/delete.py,sha256=sn99OebDkvoxx5l55Pf5rBiwSA8IezFPD20cjuSQ2w4,10286
@@ -4067,26 +4314,31 @@ hfortix_fortios/api/v2/monitor/vpn/ssl/_helpers/clear_tunnel.pyi,sha256=7jiEgh0g
4067
4314
  hfortix_fortios/api/v2/monitor/vpn/ssl/_helpers/delete.py,sha256=uQ7v4lScQPxKuWJBoY43XWg_wj66UIw5RlYnGUzHPDs,16812
4068
4315
  hfortix_fortios/api/v2/monitor/vpn/ssl/_helpers/delete.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4069
4316
  hfortix_fortios/api/v2/monitor/vpn_certificate/__init__.py,sha256=tJzh927aT3-MK31sM3TYWtQic2AECHuANOdJ42ecEC8,809
4317
+ hfortix_fortios/api/v2/monitor/vpn_certificate/__init__.pyi,sha256=R0i3AiEabHqkDMbCaq6G4NCVyzsHunv5vjbDygc5HIk,619
4070
4318
  hfortix_fortios/api/v2/monitor/vpn_certificate/cert_name_available.py,sha256=enjw6cgLLS-y8JwCuvwuFOsJdHgVPc5bNXJBv_LR-CM,10887
4071
4319
  hfortix_fortios/api/v2/monitor/vpn_certificate/cert_name_available.pyi,sha256=-pHqC2b8Jo4tqw5OljR9QRIdkzNOJuLhjrx0HeHd0M8,2348
4072
4320
  hfortix_fortios/api/v2/monitor/vpn_certificate/_helpers/cert_name_available.py,sha256=f9370_9WqrgDCuq7hueb_sOBRRfdbaGaGh3sHbksng8,17148
4073
4321
  hfortix_fortios/api/v2/monitor/vpn_certificate/_helpers/cert_name_available.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4074
4322
  hfortix_fortios/api/v2/monitor/vpn_certificate/ca/__init__.py,sha256=ykb31qvbZggI2AZkSGmSZK3IMJfyuVDaz5MdE-4Syew,387
4323
+ hfortix_fortios/api/v2/monitor/vpn_certificate/ca/__init__.pyi,sha256=3zvibK5myExa0jWgvgBO_bAlOfaWAqkUzqSP36rgtUU,358
4075
4324
  hfortix_fortios/api/v2/monitor/vpn_certificate/ca/import_setting.py,sha256=PH6ODA_LJMTVXBtAmdrP1iYDtvpPDzgkBACv_IkdRDE,10744
4076
4325
  hfortix_fortios/api/v2/monitor/vpn_certificate/ca/import_setting.pyi,sha256=XHbjqiYsavvaB7aQ5SIggZar5MNy-TebWiNAQP5qLmc,2328
4077
4326
  hfortix_fortios/api/v2/monitor/vpn_certificate/ca/_helpers/import_setting.py,sha256=GNmCtWV_NhrW4AzltstIhDt1BrwP-pAVEPlGErnoMeM,17100
4078
4327
  hfortix_fortios/api/v2/monitor/vpn_certificate/ca/_helpers/import_setting.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4079
4328
  hfortix_fortios/api/v2/monitor/vpn_certificate/crl/__init__.py,sha256=i-RZ--m7YSL3781qsVGn2QZDhcH5uKZeM5i21642DsA,392
4329
+ hfortix_fortios/api/v2/monitor/vpn_certificate/crl/__init__.pyi,sha256=CkTi8XiASxkr73TT-bJ_8DT0kCOayqmduNEQbsP-oiw,361
4080
4330
  hfortix_fortios/api/v2/monitor/vpn_certificate/crl/import_setting.py,sha256=Y3yeLvPrFmDj2Pb-UxXDH90oseuD8vcHnH7SiNlR_Co,10762
4081
4331
  hfortix_fortios/api/v2/monitor/vpn_certificate/crl/import_setting.pyi,sha256=8VtF5XDwBhNV9wCdfmIclmaDtkxrWRt_vIKOi1AYqOA,2330
4082
4332
  hfortix_fortios/api/v2/monitor/vpn_certificate/crl/_helpers/import_setting.py,sha256=bICeiXZ0diufZnew7OWpNtGNnNaFYFwsDOf12PFciXE,17116
4083
4333
  hfortix_fortios/api/v2/monitor/vpn_certificate/crl/_helpers/import_setting.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4084
4334
  hfortix_fortios/api/v2/monitor/vpn_certificate/csr/__init__.py,sha256=u6549tzJxpwvCi-NDSLPtZRlLJNboby8tQy8jp9Oy9s,365
4335
+ hfortix_fortios/api/v2/monitor/vpn_certificate/csr/__init__.pyi,sha256=f-ZMsqwOhXLoG7isWUrBJFMbropj2_sUPwvIHIQHt0A,339
4085
4336
  hfortix_fortios/api/v2/monitor/vpn_certificate/csr/generate.py,sha256=tYZupJaHjyDXcAIKwLwOEBPqIIk7GsDbsaXxY9lNbms,10576
4086
4337
  hfortix_fortios/api/v2/monitor/vpn_certificate/csr/generate.pyi,sha256=V0PfKHnKvxKu_eFCp7TaZWQVUDcuIDG8dZT6GVisY1k,2316
4087
4338
  hfortix_fortios/api/v2/monitor/vpn_certificate/csr/_helpers/generate.py,sha256=e_juj5QtbIhb1c9dzOL1sHG5NLzWHsEryv6dtXK90Rw,17036
4088
4339
  hfortix_fortios/api/v2/monitor/vpn_certificate/csr/_helpers/generate.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4089
4340
  hfortix_fortios/api/v2/monitor/vpn_certificate/local/__init__.py,sha256=CVYD6lY91--pvRjGuxSSDZto23Lr6qSeQkrK8vHzlV4,480
4341
+ hfortix_fortios/api/v2/monitor/vpn_certificate/local/__init__.pyi,sha256=gUxFWWWURBUUUmtjqh0AbF6A0PN-DHrJtnZWqR_mDnU,417
4090
4342
  hfortix_fortios/api/v2/monitor/vpn_certificate/local/create.py,sha256=wmt4VH0Vg9df1hKpnw15hBihIv6xYBPsLzlVYFC8FTg,10538
4091
4343
  hfortix_fortios/api/v2/monitor/vpn_certificate/local/create.pyi,sha256=79yqSLKNjGNWX2IpOtQzNyQqOD6ZPiaH2AmWBGzXwM4,2312
4092
4344
  hfortix_fortios/api/v2/monitor/vpn_certificate/local/import_setting.py,sha256=YRTDYrTYPAFP3iPiUjtS6N7xQbUmDWUAnglcGVGWVHg,10798
@@ -4096,18 +4348,23 @@ hfortix_fortios/api/v2/monitor/vpn_certificate/local/_helpers/create.pyi,sha256=
4096
4348
  hfortix_fortios/api/v2/monitor/vpn_certificate/local/_helpers/import_setting.py,sha256=VfdtEXWAxOHqhSlJDB8RLAN7ZNFhBaEmpB3Jbj0CwCc,17148
4097
4349
  hfortix_fortios/api/v2/monitor/vpn_certificate/local/_helpers/import_setting.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4098
4350
  hfortix_fortios/api/v2/monitor/vpn_certificate/remote/__init__.py,sha256=Sb-FqgXixsRZSUcfz2NkfupapBK0GO5TOoOxQnoGP-U,407
4351
+ hfortix_fortios/api/v2/monitor/vpn_certificate/remote/__init__.pyi,sha256=4VbE_rk3ODA9g7KvylRmuB3_PCz1ecPUFM3VK8883Wo,370
4099
4352
  hfortix_fortios/api/v2/monitor/vpn_certificate/remote/import_setting.py,sha256=kUAjXZIqVGuc-RhAaqB7XGV9tuTY0Lk2nLeMdk336II,10816
4100
4353
  hfortix_fortios/api/v2/monitor/vpn_certificate/remote/import_setting.pyi,sha256=uaZ3KiR2Wz6R2oNyMyQxV4A4QB7CVakzmFKrEO8rqNo,2336
4101
4354
  hfortix_fortios/api/v2/monitor/vpn_certificate/remote/_helpers/import_setting.py,sha256=VTzviPuxm6gkey4y1EBqL7oem3cGlm7q65MHQqstxdc,17164
4102
4355
  hfortix_fortios/api/v2/monitor/vpn_certificate/remote/_helpers/import_setting.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4103
4356
  hfortix_fortios/api/v2/monitor/wanopt/__init__.py,sha256=TQpcC8-TlMXSh9l23qbrY6L-2-nW5iualrEUy9ynkKA,562
4357
+ hfortix_fortios/api/v2/monitor/wanopt/__init__.pyi,sha256=z-uavBviZzdrOr4BRNePnLRT1AynbPzVKhRjjte-Cik,466
4104
4358
  hfortix_fortios/api/v2/monitor/wanopt/history.py,sha256=guc2ZwHYUsX3-cVACLYM7am27_Kkso0KVViq0GOZhRQ,10305
4359
+ hfortix_fortios/api/v2/monitor/wanopt/history.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
4105
4360
  hfortix_fortios/api/v2/monitor/wanopt/history_base.py,sha256=guc2ZwHYUsX3-cVACLYM7am27_Kkso0KVViq0GOZhRQ,10305
4106
4361
  hfortix_fortios/api/v2/monitor/wanopt/history_base.pyi,sha256=5ySvbeHS49q4coHdoydXQTe04x8ISS3ujBJ8j3dFwZc,2286
4107
4362
  hfortix_fortios/api/v2/monitor/wanopt/peer_stats.py,sha256=jeGjiTlVwVy3__E5eV223b18TvF0gWlPMAhX15qY-Tc,10404
4363
+ hfortix_fortios/api/v2/monitor/wanopt/peer_stats.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
4108
4364
  hfortix_fortios/api/v2/monitor/wanopt/peer_stats_base.py,sha256=jeGjiTlVwVy3__E5eV223b18TvF0gWlPMAhX15qY-Tc,10404
4109
4365
  hfortix_fortios/api/v2/monitor/wanopt/peer_stats_base.pyi,sha256=lhSHXHggPIuLgUmWCqSEhjyvK_R4xBh3_CFI5VJEAGs,2296
4110
4366
  hfortix_fortios/api/v2/monitor/wanopt/webcache.py,sha256=n0rYsEZlpFzRk8dztGlyKQvATHDj-WxQCdZxhOXiNKg,10342
4367
+ hfortix_fortios/api/v2/monitor/wanopt/webcache.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
4111
4368
  hfortix_fortios/api/v2/monitor/wanopt/webcache_base.py,sha256=n0rYsEZlpFzRk8dztGlyKQvATHDj-WxQCdZxhOXiNKg,10342
4112
4369
  hfortix_fortios/api/v2/monitor/wanopt/webcache_base.pyi,sha256=bHyO_Ew31c08p6u67HawdGHczhEiEEqdeyfXLIHDwBE,2290
4113
4370
  hfortix_fortios/api/v2/monitor/wanopt/_helpers/history.py,sha256=hkM-lLjsiUOU5zwmBlbnoT06FtVUB6fXqnJ_QQSLJpw,16812
@@ -4117,22 +4374,27 @@ hfortix_fortios/api/v2/monitor/wanopt/_helpers/peer_stats.pyi,sha256=7jiEgh0gRuN
4117
4374
  hfortix_fortios/api/v2/monitor/wanopt/_helpers/webcache.py,sha256=XH8086OFRW6PtB4p-Xfjcly3ZAZKaKoTJ5WKVo59_JA,16828
4118
4375
  hfortix_fortios/api/v2/monitor/wanopt/_helpers/webcache.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4119
4376
  hfortix_fortios/api/v2/monitor/wanopt/history/__init__.py,sha256=zbNpITBWF3025710jX_2dp9RIQ2PQg38IrYgalpF-SU,370
4377
+ hfortix_fortios/api/v2/monitor/wanopt/history/__init__.pyi,sha256=ViBYJgD4cBgesEIYTGP2RYn_5dTQ0-RM52W31XnWeeU,339
4120
4378
  hfortix_fortios/api/v2/monitor/wanopt/history/reset.py,sha256=1yFEYA8M_eRUffISMoXNEnomqgPuX_RwGRRAmIN1glw,10375
4121
4379
  hfortix_fortios/api/v2/monitor/wanopt/history/reset.pyi,sha256=ExSjlu71oXtLAC0m19jldlu_iNWmwd-2gt0zchKU9zA,2294
4122
4380
  hfortix_fortios/api/v2/monitor/wanopt/history/_helpers/reset.py,sha256=o8fG-5p9o-kLO51ZB-nArFDPuXhNFi-HtFkhBipXgzc,16908
4123
4381
  hfortix_fortios/api/v2/monitor/wanopt/history/_helpers/reset.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4124
4382
  hfortix_fortios/api/v2/monitor/wanopt/peer_stats/__init__.py,sha256=KPofPrr6wjROCv4x17JVMHdqOAYxDV0ySBX-HEr0GqI,380
4383
+ hfortix_fortios/api/v2/monitor/wanopt/peer_stats/__init__.pyi,sha256=EnfXjZIdXDBnXxgPesabN_cV2GQjJxrWgyXjy1R5Qbo,346
4125
4384
  hfortix_fortios/api/v2/monitor/wanopt/peer_stats/reset.py,sha256=C757eWecwro4vcnm6tcCQYO0okgb_wIBGojR5ysaOr0,10429
4126
4385
  hfortix_fortios/api/v2/monitor/wanopt/peer_stats/reset.pyi,sha256=HUzpyX-9QO21gsY4e2SAdH8x5kTALBvFL_wZG7K541w,2300
4127
4386
  hfortix_fortios/api/v2/monitor/wanopt/peer_stats/_helpers/reset.py,sha256=qhQZCGv2fBD1pIPgY-WmUTLpsTLkHkOFOuhzgzh_VJA,16956
4128
4387
  hfortix_fortios/api/v2/monitor/wanopt/peer_stats/_helpers/reset.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4129
4388
  hfortix_fortios/api/v2/monitor/wanopt/webcache/__init__.py,sha256=qYXhiST9uoqmMOITGDuuCBj6jZkzghMbY5vB3z62CdI,375
4389
+ hfortix_fortios/api/v2/monitor/wanopt/webcache/__init__.pyi,sha256=iPPKnOLC1r_PzHqE_61T2XH8FdfqzUqVSsDgGCDWYGw,342
4130
4390
  hfortix_fortios/api/v2/monitor/wanopt/webcache/reset.py,sha256=aT58p2EbJCFmLgalkCHOGqRykZeXX06VDoOKlu7QXEM,10393
4131
4391
  hfortix_fortios/api/v2/monitor/wanopt/webcache/reset.pyi,sha256=_TgkwOd9pljSCJ9xCR0pRz7_hd4vPD7lbYyFWbYOnn0,2296
4132
4392
  hfortix_fortios/api/v2/monitor/wanopt/webcache/_helpers/reset.py,sha256=foL4Cs7_vKtPnfGkfzUraartFpyy2Z3HlESLFLziy9g,16924
4133
4393
  hfortix_fortios/api/v2/monitor/wanopt/webcache/_helpers/reset.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4134
4394
  hfortix_fortios/api/v2/monitor/web_ui/__init__.py,sha256=B4YLhOdZFaXWWH0i34xfaZgKQQaMhD21qrY_OXKsZrY,498
4395
+ hfortix_fortios/api/v2/monitor/web_ui/__init__.pyi,sha256=R6eJUoh7VmCJbOVfUs3nM5gZ8Dz1H5IB7jOaididEdU,430
4135
4396
  hfortix_fortios/api/v2/monitor/web_ui/custom_language/__init__.py,sha256=g4gzyr0vbu0c6t2Q55o9qaePndVfPRO4cK0tB4lVp-A,576
4397
+ hfortix_fortios/api/v2/monitor/web_ui/custom_language/__init__.pyi,sha256=IpVPw6vHDpfe_1buLFgVOp61kCSiOxqXaIF4PxvCUgs,473
4136
4398
  hfortix_fortios/api/v2/monitor/web_ui/custom_language/create.py,sha256=JOv_AiDb5CfTeg9wIukedv5eH59JO9jGfEHUvkVHisc,10556
4137
4399
  hfortix_fortios/api/v2/monitor/web_ui/custom_language/create.pyi,sha256=kzXJMCTcXtTk3bHKeDHWp0gAkWZI3AVVOkjvEn684ko,2314
4138
4400
  hfortix_fortios/api/v2/monitor/web_ui/custom_language/download.py,sha256=6wHmwSfyjPETBM8EM9itl2AU9mKW50xjl-uhqphBg7I,10630
@@ -4146,23 +4408,29 @@ hfortix_fortios/api/v2/monitor/web_ui/custom_language/_helpers/download.pyi,sha2
4146
4408
  hfortix_fortios/api/v2/monitor/web_ui/custom_language/_helpers/update.py,sha256=Pl7XcyVTj0rn6zO98Qx21XXVuelW7omrXjy35b8zW-4,17052
4147
4409
  hfortix_fortios/api/v2/monitor/web_ui/custom_language/_helpers/update.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4148
4410
  hfortix_fortios/api/v2/monitor/web_ui/language/__init__.py,sha256=VRgXhMv9zpwqSngQP_Aq6YIW5tiCMz5Tujteofqahkw,417
4411
+ hfortix_fortios/api/v2/monitor/web_ui/language/__init__.pyi,sha256=kzVkFlzQbLnZNDsI-mhwe8_EPD85T0LgvybWR_1ePSM,376
4149
4412
  hfortix_fortios/api/v2/monitor/web_ui/language/import_setting.py,sha256=vzT038oNmfnIrdh307Gzjb4N0hbYkEJDM-JsxKDZDXU,10690
4150
4413
  hfortix_fortios/api/v2/monitor/web_ui/language/import_setting.pyi,sha256=85OI1VqO1x_aiCDqbKVTAdlzzJdQbTI3x1eMvO3fqew,2322
4151
4414
  hfortix_fortios/api/v2/monitor/web_ui/language/_helpers/import_setting.py,sha256=_QAHufVtpwijNSMtIW202IrbR_-371EW5kg-cunkR_4,17052
4152
4415
  hfortix_fortios/api/v2/monitor/web_ui/language/_helpers/import_setting.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4153
4416
  hfortix_fortios/api/v2/monitor/webcache/__init__.py,sha256=FalgBugIPB25Z6oijs-of11X_MvyMNhJjct3YXoegRI,376
4417
+ hfortix_fortios/api/v2/monitor/webcache/__init__.pyi,sha256=xfCYrhCnwJmn8rAE0aJkKsOlVVu-ovAvj7Wgxfit_Cg,342
4154
4418
  hfortix_fortios/api/v2/monitor/webcache/stats.py,sha256=i1VY_06zLa9rjnNQj0YB9Q4svlW6iQGlb-kVzP5NI4U,10267
4419
+ hfortix_fortios/api/v2/monitor/webcache/stats.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
4155
4420
  hfortix_fortios/api/v2/monitor/webcache/stats_base.py,sha256=i1VY_06zLa9rjnNQj0YB9Q4svlW6iQGlb-kVzP5NI4U,10267
4156
4421
  hfortix_fortios/api/v2/monitor/webcache/stats_base.pyi,sha256=geWyzeXIrHvqN-fWBY_QoUZME2MucbktkuwcWrkeDas,2282
4157
4422
  hfortix_fortios/api/v2/monitor/webcache/_helpers/stats.py,sha256=91KeDtML5Jt7GAG8upX9Pgcb7Ot8aBpg-rQdC2gi_RA,16812
4158
4423
  hfortix_fortios/api/v2/monitor/webcache/_helpers/stats.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4159
4424
  hfortix_fortios/api/v2/monitor/webcache/stats/__init__.py,sha256=nIq6gGW_x7_3_qL8DTH-r7NF6JkYyq7_QmjJ2vg1od4,360
4425
+ hfortix_fortios/api/v2/monitor/webcache/stats/__init__.pyi,sha256=-YUDuJ2rMm_Za_gWhqXR8_QsS__nuFa91eDB55cYVGc,333
4160
4426
  hfortix_fortios/api/v2/monitor/webcache/stats/reset.py,sha256=0Cr5t-RDZlpee44VKAVALs0QvWw6exMRWAbq_kpkvcw,10375
4161
4427
  hfortix_fortios/api/v2/monitor/webcache/stats/reset.pyi,sha256=p7ufePdGXJ9X8KHhLOjzSvRL72U0rFWVOnZohrHaZxw,2294
4162
4428
  hfortix_fortios/api/v2/monitor/webcache/stats/_helpers/reset.py,sha256=Zebpiegp3ovJk6fJ2mCkE5kX3THgOYFGrj0qnS7Ccfs,16908
4163
4429
  hfortix_fortios/api/v2/monitor/webcache/stats/_helpers/reset.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4164
4430
  hfortix_fortios/api/v2/monitor/webfilter/__init__.py,sha256=W_96rTKojmBLB1S93dTjg78ctJq1YadL3M3RU3x99fE,883
4431
+ hfortix_fortios/api/v2/monitor/webfilter/__init__.pyi,sha256=n1FuUvuRGTdp6vdARCKaUdvKGBUKjK90DhA7pGULOfU,697
4165
4432
  hfortix_fortios/api/v2/monitor/webfilter/category_quota.py,sha256=D0bgNPMUWMyw_rWS_T5HNuH1f5qEBYixDS791AaMXmw,11784
4433
+ hfortix_fortios/api/v2/monitor/webfilter/category_quota.pyi,sha256=4HK13pA7OOgnv9-JaOodyMODI3Rm9MpZ8enKUi16i6o,2313
4166
4434
  hfortix_fortios/api/v2/monitor/webfilter/category_quota_base.py,sha256=D0bgNPMUWMyw_rWS_T5HNuH1f5qEBYixDS791AaMXmw,11784
4167
4435
  hfortix_fortios/api/v2/monitor/webfilter/category_quota_base.pyi,sha256=OAwOXyK4dUc0odggpYJmdJkqtCbu_NGG4ct6_vXLkIk,2321
4168
4436
  hfortix_fortios/api/v2/monitor/webfilter/fortiguard_categories.py,sha256=7AiUqaH3axlWtH95YQD25IrZ5kZiZdI7CZccCDUDvJw,12029
@@ -4170,6 +4438,7 @@ hfortix_fortios/api/v2/monitor/webfilter/fortiguard_categories.pyi,sha256=tJEra2
4170
4438
  hfortix_fortios/api/v2/monitor/webfilter/malicious_urls.py,sha256=s4GU8D9BOqxhNFmD3GnCuLiwPFWw-jM5DetGsSaNv2s,10611
4171
4439
  hfortix_fortios/api/v2/monitor/webfilter/malicious_urls.pyi,sha256=x5bqklckhVSwa9NfElmsAyklmIC1nBj-WkpMxcpfgiU,2323
4172
4440
  hfortix_fortios/api/v2/monitor/webfilter/override.py,sha256=yFrRFJnckIMdj4RUBRsvfGjk_WIrn2--BgI_s6ZjE_k,11586
4441
+ hfortix_fortios/api/v2/monitor/webfilter/override.pyi,sha256=4HK13pA7OOgnv9-JaOodyMODI3Rm9MpZ8enKUi16i6o,2313
4173
4442
  hfortix_fortios/api/v2/monitor/webfilter/override_base.py,sha256=yFrRFJnckIMdj4RUBRsvfGjk_WIrn2--BgI_s6ZjE_k,11586
4174
4443
  hfortix_fortios/api/v2/monitor/webfilter/override_base.pyi,sha256=r0oYPUprSKKej2dsgmay0FlueuWEDZWKxCwvceEsIKQ,2299
4175
4444
  hfortix_fortios/api/v2/monitor/webfilter/trusted_urls.py,sha256=qyBwcNQYlCwJFEbc3_VfUPC8EclbknZdChWwu1HSFis,11714
@@ -4185,17 +4454,21 @@ hfortix_fortios/api/v2/monitor/webfilter/_helpers/override.pyi,sha256=7jiEgh0gRu
4185
4454
  hfortix_fortios/api/v2/monitor/webfilter/_helpers/trusted_urls.py,sha256=duLSK74zntY29gepX3NJ6awXI7J2OINQcDWyARvV0tI,16943
4186
4455
  hfortix_fortios/api/v2/monitor/webfilter/_helpers/trusted_urls.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4187
4456
  hfortix_fortios/api/v2/monitor/webfilter/category_quota/__init__.py,sha256=gOUoxwgE_SjkGxRsHLDKDeE4avJckZDwVeluYIAFkG8,400
4457
+ hfortix_fortios/api/v2/monitor/webfilter/category_quota/__init__.pyi,sha256=qtZBAOQ-rInqS1ilRiDMzc8EmboOJkJFu6_mlSIVUHo,358
4188
4458
  hfortix_fortios/api/v2/monitor/webfilter/category_quota/reset.py,sha256=opJRPh449sWTigQUvjc_N_WlphMeOUQ5DozNxrhkocE,10555
4189
4459
  hfortix_fortios/api/v2/monitor/webfilter/category_quota/reset.pyi,sha256=M9gFvydAjlN6ZeNjXz-rjl0Ogs27kTJzhp7XgWFRbc4,2314
4190
4460
  hfortix_fortios/api/v2/monitor/webfilter/category_quota/_helpers/reset.py,sha256=OO1LRoaWwwuLUxK1y3InJwH4pz1QJLqz26t5BEWeo4w,17068
4191
4461
  hfortix_fortios/api/v2/monitor/webfilter/category_quota/_helpers/reset.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4192
4462
  hfortix_fortios/api/v2/monitor/webfilter/override/__init__.py,sha256=yIJ9_ATeR1YPduaBVoKwgFG6-KKbJoSqmnp5Tu49HNs,380
4463
+ hfortix_fortios/api/v2/monitor/webfilter/override/__init__.pyi,sha256=Wvt8ihgYRSas881xyphtNJF_wD5CaG4iMsOwT6y-Bc0,346
4193
4464
  hfortix_fortios/api/v2/monitor/webfilter/override/delete.py,sha256=twLF2RLv3taDAn8fsHv9nokkcDnnKcxMTTQwbqvjr4Q,10484
4194
4465
  hfortix_fortios/api/v2/monitor/webfilter/override/delete.pyi,sha256=RSf8frAzwNuKKheXmkToxr3eJkPW3PSbv5ZoRzCT3BI,2306
4195
4466
  hfortix_fortios/api/v2/monitor/webfilter/override/_helpers/delete.py,sha256=omJ8UZdv0ZQ-_Oqj4eA2i_2Nq2dYIuIldwHtx-sOZ_o,16988
4196
4467
  hfortix_fortios/api/v2/monitor/webfilter/override/_helpers/delete.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4197
4468
  hfortix_fortios/api/v2/monitor/webproxy/__init__.py,sha256=QRMZNfwzNuJ21Yud4j77LWZ6QzORTB89g8Kdoovgkyg,386
4469
+ hfortix_fortios/api/v2/monitor/webproxy/__init__.pyi,sha256=qLeC04cIIyRj9pdhD-OV2dKmscixjg4BLwkznhjwAuI,350
4198
4470
  hfortix_fortios/api/v2/monitor/webproxy/pacfile/__init__.py,sha256=FXP1LfpbnP1pfpkhcnLo0lvZ0zcHYU-irj2oEVjUq0k,463
4471
+ hfortix_fortios/api/v2/monitor/webproxy/pacfile/__init__.pyi,sha256=UnTo-nd_seZZhzD8uEn_lrZU57cQlF9pRjqn5F5RON4,401
4199
4472
  hfortix_fortios/api/v2/monitor/webproxy/pacfile/download.py,sha256=752h3DUKgJkPQdr3VkXeBv37CLPf1Z-A9sDRQIEK3N8,10522
4200
4473
  hfortix_fortios/api/v2/monitor/webproxy/pacfile/download.pyi,sha256=Hzf76dfHDIlj-qYYvGsPptiSkzaxnskdubSumj2OS7o,2310
4201
4474
  hfortix_fortios/api/v2/monitor/webproxy/pacfile/upload.py,sha256=Kuvog-VIWfMhZdHvSSNXBqqPTjN_PKJ-DpxefSsfq_s,10448
@@ -4205,6 +4478,7 @@ hfortix_fortios/api/v2/monitor/webproxy/pacfile/_helpers/download.pyi,sha256=7ji
4205
4478
  hfortix_fortios/api/v2/monitor/webproxy/pacfile/_helpers/upload.py,sha256=0dDSRU_9on_u-c4v9wMZrwc2uPS0c9es6WOL6gOwf3k,16956
4206
4479
  hfortix_fortios/api/v2/monitor/webproxy/pacfile/_helpers/upload.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4207
4480
  hfortix_fortios/api/v2/monitor/wifi/__init__.py,sha256=UTjUxE5Og1ozzGJHJTRNQ6rJ5wJq4bAHvzcMeUcAJek,2323
4481
+ hfortix_fortios/api/v2/monitor/wifi/__init__.pyi,sha256=x_c1XtapuMos8R-rrf1HaG7yFSdKD4NTSz_mBo4rScU,1636
4208
4482
  hfortix_fortios/api/v2/monitor/wifi/ap_channels.py,sha256=BKOTDNXoKoFpvME6yhuN0X_7G-gZI5DiTuvOfalT6KY,10405
4209
4483
  hfortix_fortios/api/v2/monitor/wifi/ap_channels.pyi,sha256=NtvY9OA2gO-tVxbIm3v4iGVYp0c2PBkx8Qw25-MnSVY,2296
4210
4484
  hfortix_fortios/api/v2/monitor/wifi/ap_names.py,sha256=BsanoMGd3-cz74D_IFAnZr4hvybvswvkukfiR3ZUrIk,11494
@@ -4212,17 +4486,21 @@ hfortix_fortios/api/v2/monitor/wifi/ap_names.pyi,sha256=roXooQ6hqexHfT_kDwzEvurm
4212
4486
  hfortix_fortios/api/v2/monitor/wifi/ap_status.py,sha256=VI8yWsrh0OeiyGy3TQEXgDlwN2JRgy9-1YNvsnEbCVU,10331
4213
4487
  hfortix_fortios/api/v2/monitor/wifi/ap_status.pyi,sha256=r0OVQomhQhCKJja_sFHO5uxaMUSkctcYa2j54CCwRKM,2288
4214
4488
  hfortix_fortios/api/v2/monitor/wifi/client.py,sha256=hQEh9g4ETbuI4NJVKrCE-W2uN3SjJaMWoUDDEeYrgwQ,11436
4489
+ hfortix_fortios/api/v2/monitor/wifi/client.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
4215
4490
  hfortix_fortios/api/v2/monitor/wifi/client_base.py,sha256=hQEh9g4ETbuI4NJVKrCE-W2uN3SjJaMWoUDDEeYrgwQ,11436
4216
4491
  hfortix_fortios/api/v2/monitor/wifi/client_base.pyi,sha256=Yfe4yQvLI8uN-PKxjvp9jK3k3r82L_4auIaXeWKBWc0,2281
4217
4492
  hfortix_fortios/api/v2/monitor/wifi/euclid.py,sha256=pgHTdMJ0Dqdg16OVUJzxrpIoLJov-aVBwT-x4VUA_GE,11436
4493
+ hfortix_fortios/api/v2/monitor/wifi/euclid.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
4218
4494
  hfortix_fortios/api/v2/monitor/wifi/euclid_base.py,sha256=pgHTdMJ0Dqdg16OVUJzxrpIoLJov-aVBwT-x4VUA_GE,11436
4219
4495
  hfortix_fortios/api/v2/monitor/wifi/euclid_base.pyi,sha256=xBjeqZON8itTOamXvc5Ejjy6MTpY1yrYv_S1kIv73mM,2281
4220
4496
  hfortix_fortios/api/v2/monitor/wifi/firmware.py,sha256=9wGdoHGDAcNG-bZcuPFZK9ukYkJsWvBE60kc6WKtTPM,10306
4497
+ hfortix_fortios/api/v2/monitor/wifi/firmware.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
4221
4498
  hfortix_fortios/api/v2/monitor/wifi/firmware_base.py,sha256=9wGdoHGDAcNG-bZcuPFZK9ukYkJsWvBE60kc6WKtTPM,10306
4222
4499
  hfortix_fortios/api/v2/monitor/wifi/firmware_base.pyi,sha256=sPkYe5JhLLxJ4YJhw92ljbL_SauGIXNbmUUpRHsKNLo,2286
4223
4500
  hfortix_fortios/api/v2/monitor/wifi/interfering_ap.py,sha256=-IBJDuXILqx_H0eXS7JGsV6P0QtkGBOgC3RzA5HR2kM,11704
4224
4501
  hfortix_fortios/api/v2/monitor/wifi/interfering_ap.pyi,sha256=_ojwmmjuHXoWqGUiY22G_x_iz5uepEASHjisPIZ0NsY,2311
4225
4502
  hfortix_fortios/api/v2/monitor/wifi/managed_ap.py,sha256=Yq0durE7VwLr5Q_XC8qvDCV1ptlfc0M1UKrur17h9N8,11564
4503
+ hfortix_fortios/api/v2/monitor/wifi/managed_ap.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
4226
4504
  hfortix_fortios/api/v2/monitor/wifi/managed_ap_base.py,sha256=Yq0durE7VwLr5Q_XC8qvDCV1ptlfc0M1UKrur17h9N8,11564
4227
4505
  hfortix_fortios/api/v2/monitor/wifi/managed_ap_base.pyi,sha256=Qib6xy3JmWPUMCUSDp1Kfusxvp4GEaaTLNsPcQavncc,2295
4228
4506
  hfortix_fortios/api/v2/monitor/wifi/matched_devices.py,sha256=r1gSOOYKy7HOek7_mz-vB6zhQnL7DPdSPXIu0jQbfHo,11739
@@ -4232,12 +4510,15 @@ hfortix_fortios/api/v2/monitor/wifi/meta.pyi,sha256=HBIRA7IYkr1S35vewYJBNtPF70kH
4232
4510
  hfortix_fortios/api/v2/monitor/wifi/nac_device.py,sha256=9hwfrgKWCv0MEilOMmigq5p2A-5zRnmDdNtZvEsCOag,10374
4233
4511
  hfortix_fortios/api/v2/monitor/wifi/nac_device.pyi,sha256=GV6ZnWGMjzDiqYETdqBXPLotc29KDE37KXd7-L9fmcw,2298
4234
4512
  hfortix_fortios/api/v2/monitor/wifi/region_image.py,sha256=NDQkgvJ658392WTtOx7LoWzjqrnwbQe8Wd_tQvg2gSs,10442
4513
+ hfortix_fortios/api/v2/monitor/wifi/region_image.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
4235
4514
  hfortix_fortios/api/v2/monitor/wifi/region_image_base.py,sha256=NDQkgvJ658392WTtOx7LoWzjqrnwbQe8Wd_tQvg2gSs,10442
4236
4515
  hfortix_fortios/api/v2/monitor/wifi/region_image_base.pyi,sha256=HftMjMAyV-_C1pVVIw1S0FPS6sJD01uLk6UHuAwJKSY,2300
4237
4516
  hfortix_fortios/api/v2/monitor/wifi/rogue_ap.py,sha256=Fmtwx9BY8EZ7KSkulyMFaSiXD78ZLpVtvMb9AeC1dm8,11494
4517
+ hfortix_fortios/api/v2/monitor/wifi/rogue_ap.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
4238
4518
  hfortix_fortios/api/v2/monitor/wifi/rogue_ap_base.py,sha256=Fmtwx9BY8EZ7KSkulyMFaSiXD78ZLpVtvMb9AeC1dm8,11494
4239
4519
  hfortix_fortios/api/v2/monitor/wifi/rogue_ap_base.pyi,sha256=ZDvS64ETLZJZg14P5vZOM-Oio2TGm3vxIl7TMIjHa5Y,2287
4240
4520
  hfortix_fortios/api/v2/monitor/wifi/spectrum.py,sha256=DuNLBULcj-nRDZJaSj0eJiYBbWvz7j2Spc4j5JHbU94,10306
4521
+ hfortix_fortios/api/v2/monitor/wifi/spectrum.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
4241
4522
  hfortix_fortios/api/v2/monitor/wifi/spectrum_base.py,sha256=DuNLBULcj-nRDZJaSj0eJiYBbWvz7j2Spc4j5JHbU94,10306
4242
4523
  hfortix_fortios/api/v2/monitor/wifi/spectrum_base.pyi,sha256=OQYwrU1h779HVUTtPuxZm36J8wKXhPovZG9N9uimjNY,2286
4243
4524
  hfortix_fortios/api/v2/monitor/wifi/station_capability.py,sha256=3XzMHDwNc_J1mZPql2Xd_HVnQYQsYSYIByLXkkZ-b8Q,11844
@@ -4247,6 +4528,7 @@ hfortix_fortios/api/v2/monitor/wifi/statistics.pyi,sha256=rZvPrizWSbYlSUpUIhH8_t
4247
4528
  hfortix_fortios/api/v2/monitor/wifi/unassociated_devices.py,sha256=jeIUui6EJ-Zo7-B9pxh7ZpEJooWKjuwQuXU1bXOPGqk,11914
4248
4529
  hfortix_fortios/api/v2/monitor/wifi/unassociated_devices.pyi,sha256=JRR90MFXhC5vhyYIyJnk1vqpx4EDHKALeSJykvBU2c8,2335
4249
4530
  hfortix_fortios/api/v2/monitor/wifi/vlan_probe.py,sha256=wtSlfdgmtEwQBUIGe1BbUvUPfI83OwFtTr8JfNJQQeE,10368
4531
+ hfortix_fortios/api/v2/monitor/wifi/vlan_probe.pyi,sha256=UXS3EIPMDeIVQrH2G2tMj6SQvMSAB_eOcYHkJJR5RCs,439
4250
4532
  hfortix_fortios/api/v2/monitor/wifi/vlan_probe_base.py,sha256=wtSlfdgmtEwQBUIGe1BbUvUPfI83OwFtTr8JfNJQQeE,10368
4251
4533
  hfortix_fortios/api/v2/monitor/wifi/vlan_probe_base.pyi,sha256=mHbi5x96wdgeaEqpvaM-r2obfwRSuLPL0fmR1ZC3HBs,2292
4252
4534
  hfortix_fortios/api/v2/monitor/wifi/_helpers/ap_channels.py,sha256=NIY8-brAXABqF_djnYo-sQo4TVldPSLvVriuwpeJz2k,16844
@@ -4286,21 +4568,25 @@ hfortix_fortios/api/v2/monitor/wifi/_helpers/unassociated_devices.pyi,sha256=7ji
4286
4568
  hfortix_fortios/api/v2/monitor/wifi/_helpers/vlan_probe.py,sha256=PoC65bJoTPRRefmVAmZ6dQE_g2F92v5ToWzfOIlbCrg,16828
4287
4569
  hfortix_fortios/api/v2/monitor/wifi/_helpers/vlan_probe.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4288
4570
  hfortix_fortios/api/v2/monitor/wifi/ap_profile/__init__.py,sha256=scuW5mnzQGEHFsLcxXgzsAfD2e0sIFpRTml-wIDSXu0,422
4571
+ hfortix_fortios/api/v2/monitor/wifi/ap_profile/__init__.pyi,sha256=f9LrVgm-NBUR0mjhYTmjjbgENP36cKnGEL387eMIJcM,380
4289
4572
  hfortix_fortios/api/v2/monitor/wifi/ap_profile/create_default.py,sha256=YuBJUD0_O4tvLPB-6vTKfatV7MMDJ2tc_-0euwpBX_A,10714
4290
4573
  hfortix_fortios/api/v2/monitor/wifi/ap_profile/create_default.pyi,sha256=dWhAShSJRDBeyleE4vx9SLdwy-T2LKDO3TJooPUeUq0,2330
4291
4574
  hfortix_fortios/api/v2/monitor/wifi/ap_profile/_helpers/create_default.py,sha256=-DhkEwOskoUvadn1A5tD2Wc8scE3B_5Hu0qmVf7zT8k,17068
4292
4575
  hfortix_fortios/api/v2/monitor/wifi/ap_profile/_helpers/create_default.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4293
4576
  hfortix_fortios/api/v2/monitor/wifi/client/__init__.py,sha256=U5XhlBuE4EBppMpZoE67ityWBhSFaeEwTob9Pxz-Zec,400
4577
+ hfortix_fortios/api/v2/monitor/wifi/client/__init__.pyi,sha256=P7JkhACUmUS8029zkrKAbinEtwiZEC-bS9R8WUmdQM0,364
4294
4578
  hfortix_fortios/api/v2/monitor/wifi/client/disassociate.py,sha256=TPu6z-datPoQS-yPRL_UrIj-pmaZb7NZVpyMAKAa3tg,10580
4295
4579
  hfortix_fortios/api/v2/monitor/wifi/client/disassociate.pyi,sha256=MDCqB8UY_5Zqz_Eeqj5hzuobOEUSdV06gtIILxyVBe4,2316
4296
4580
  hfortix_fortios/api/v2/monitor/wifi/client/_helpers/disassociate.py,sha256=giK5Asdu7L7qSPReCEsaI94FeKIPJiX4YSP-v45wMgY,16972
4297
4581
  hfortix_fortios/api/v2/monitor/wifi/client/_helpers/disassociate.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4298
4582
  hfortix_fortios/api/v2/monitor/wifi/euclid/__init__.py,sha256=bqKG9yte9oTbHHZ8zea1ca46PCoVxWTg0f7VYbKtw_A,365
4583
+ hfortix_fortios/api/v2/monitor/wifi/euclid/__init__.pyi,sha256=R-YLXfsr8qpQRva6MuDbUwGEvf3VUV6kymEsgEdNkks,336
4299
4584
  hfortix_fortios/api/v2/monitor/wifi/euclid/reset.py,sha256=qLfIpfcPbkSJz4m_TFvsDnyp5K_c8Iwg6ijnk43285c,10321
4300
4585
  hfortix_fortios/api/v2/monitor/wifi/euclid/reset.pyi,sha256=cSALIYT2X2sByiSOBn0Vk6v6U9WroBc4izCncitu9SE,2288
4301
4586
  hfortix_fortios/api/v2/monitor/wifi/euclid/_helpers/reset.py,sha256=7p655Irz1kjFo5bXvy_CpRt8PGUH44IiVnmrGjgc7w8,16860
4302
4587
  hfortix_fortios/api/v2/monitor/wifi/euclid/_helpers/reset.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4303
4588
  hfortix_fortios/api/v2/monitor/wifi/firmware/__init__.py,sha256=LtAxqBqUPREcy30NnKOCQi-4UnSJ_t1esQrmp2uhLWc,536
4589
+ hfortix_fortios/api/v2/monitor/wifi/firmware/__init__.pyi,sha256=Yq_c-pSi8yUvVsEJxOo_xQAR_zJpOpZGhbs0ENR_vzg,446
4304
4590
  hfortix_fortios/api/v2/monitor/wifi/firmware/download.py,sha256=yWc4SbZfzAnRsa4amqSAdELA9QlAVlDb_PffFj_T1Po,10468
4305
4591
  hfortix_fortios/api/v2/monitor/wifi/firmware/download.pyi,sha256=RxLQ-9xnVYjq4Dc-nrT5LxUnIcmbVHPXR1AERIZ0y5Q,2304
4306
4592
  hfortix_fortios/api/v2/monitor/wifi/firmware/push.py,sha256=7KK4uXbsmJDSVLNY1xeEBBwcqjtA4z9r0CNeFLnvo_o,10320
@@ -4314,6 +4600,7 @@ hfortix_fortios/api/v2/monitor/wifi/firmware/_helpers/push.pyi,sha256=7jiEgh0gRu
4314
4600
  hfortix_fortios/api/v2/monitor/wifi/firmware/_helpers/upload.py,sha256=f1YRqtKMOC1JuhFsQiHpFH7rp8wIJrTpY-oVYpIGESQ,16908
4315
4601
  hfortix_fortios/api/v2/monitor/wifi/firmware/_helpers/upload.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4316
4602
  hfortix_fortios/api/v2/monitor/wifi/managed_ap/__init__.py,sha256=6iSqRgWd5lCXHxmVptCEQs2gbRLkJrTsRvUB3_P2Ln4,575
4603
+ hfortix_fortios/api/v2/monitor/wifi/managed_ap/__init__.pyi,sha256=Dd8Z8sC2NLQEfcjnjLqc0c-Bc-ARNDYS_hHRDbWyIlM,478
4317
4604
  hfortix_fortios/api/v2/monitor/wifi/managed_ap/led_blink.py,sha256=duf9nWXV5KgFhpKZ_X9PdmnmEeXn9dlyJ6jWqxMqAHc,10529
4318
4605
  hfortix_fortios/api/v2/monitor/wifi/managed_ap/led_blink.pyi,sha256=HK0bX0bBaBxwucBNJuNpddIw1S4BbC4srTkNUuBfmuY,2310
4319
4606
  hfortix_fortios/api/v2/monitor/wifi/managed_ap/restart.py,sha256=wF2M1ne1DiuWGBFalaY6DarnGetC2X0A1TuoG-KHtFw,10467
@@ -4327,6 +4614,7 @@ hfortix_fortios/api/v2/monitor/wifi/managed_ap/_helpers/restart.pyi,sha256=7jiEg
4327
4614
  hfortix_fortios/api/v2/monitor/wifi/managed_ap/_helpers/set_status.py,sha256=FeG5BFv6VNFZ0Rs9JMyH9lRYkTX4L-qpV7duhWkIjCk,17004
4328
4615
  hfortix_fortios/api/v2/monitor/wifi/managed_ap/_helpers/set_status.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4329
4616
  hfortix_fortios/api/v2/monitor/wifi/network/__init__.py,sha256=icEB7_nhfPd811CkMfGaNiWkMU9H2M3gsa-Q73_sZJs,594
4617
+ hfortix_fortios/api/v2/monitor/wifi/network/__init__.pyi,sha256=MjMC-MU03ZZcsR16JhJgGsiIxodDYwS7nVOdvLCX1j0,481
4330
4618
  hfortix_fortios/api/v2/monitor/wifi/network/connect.py,sha256=bNqTlNYZXALmhBfCOpB1lgakJNVYjc7AVIwa1r42zUc,10413
4331
4619
  hfortix_fortios/api/v2/monitor/wifi/network/connect.pyi,sha256=vUT4h4kYnKVK-Z6Igxtb4FrVVUkq6FI1Nma5OfnKmTM,2298
4332
4620
  hfortix_fortios/api/v2/monitor/wifi/network/list.py,sha256=NY542fqvGfQ86BNK3pm81gcxIw_LPgeGOqiEeNjuTBI,10302
@@ -4344,11 +4632,13 @@ hfortix_fortios/api/v2/monitor/wifi/network/_helpers/scan.pyi,sha256=7jiEgh0gRuN
4344
4632
  hfortix_fortios/api/v2/monitor/wifi/network/_helpers/status.py,sha256=IcgKmVHUxDPCyAIkDJQILFxwR3l-pGCdiZcjrSC_Plw,16892
4345
4633
  hfortix_fortios/api/v2/monitor/wifi/network/_helpers/status.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4346
4634
  hfortix_fortios/api/v2/monitor/wifi/region_image/__init__.py,sha256=d1QrzD6MJPeBG-QnEWn19Qr_7Zh7lUBVAY9u_f0Q-Gk,395
4635
+ hfortix_fortios/api/v2/monitor/wifi/region_image/__init__.pyi,sha256=0Ixiei6wpLmpMOMFoQu0CIYBz5pUQtni0uGRrCzuCXM,356
4347
4636
  hfortix_fortios/api/v2/monitor/wifi/region_image/upload.py,sha256=N-RL0CLq2XaHDb3S1RFvI2ckW6P1XQkr8pSyIg1swAg,10466
4348
4637
  hfortix_fortios/api/v2/monitor/wifi/region_image/upload.pyi,sha256=SGDESPf-lDOxRn1EGES2uzpbBv7IQDvxzAU_EuGuoDY,2304
4349
4638
  hfortix_fortios/api/v2/monitor/wifi/region_image/_helpers/upload.py,sha256=vaGJEPETYAAE5wwXbMXVpp8QaBX48hhEx9iet2UlIeI,16972
4350
4639
  hfortix_fortios/api/v2/monitor/wifi/region_image/_helpers/upload.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4351
4640
  hfortix_fortios/api/v2/monitor/wifi/rogue_ap/__init__.py,sha256=KakqtVG7yNkmpyVccsqeYYDkwONF5dbNfX6IURx8WpI,482
4641
+ hfortix_fortios/api/v2/monitor/wifi/rogue_ap/__init__.pyi,sha256=0cojEUD4Go5-L7E-bju_Ir9dNcA1Ar88VdkP1NciLc8,418
4352
4642
  hfortix_fortios/api/v2/monitor/wifi/rogue_ap/clear_all.py,sha256=TVgMcRF0oMbV98E1vn8kv-wgxyNUK7_3uFXjWr8HCvM,10493
4353
4643
  hfortix_fortios/api/v2/monitor/wifi/rogue_ap/clear_all.pyi,sha256=aexIdzivC5qdX-TaSu7voyjDD7RqDbTfZG1kl19y02A,2306
4354
4644
  hfortix_fortios/api/v2/monitor/wifi/rogue_ap/set_status.py,sha256=9rEeuEvddmUUA48sW9PveZtKf07t9u3pIUblpnHSgoU,10530
@@ -4358,6 +4648,7 @@ hfortix_fortios/api/v2/monitor/wifi/rogue_ap/_helpers/clear_all.pyi,sha256=7jiEg
4358
4648
  hfortix_fortios/api/v2/monitor/wifi/rogue_ap/_helpers/set_status.py,sha256=y5P2Y-QsP6yEhqGAnDTCTw3tLt4F9RG19xych-iLIgk,16972
4359
4649
  hfortix_fortios/api/v2/monitor/wifi/rogue_ap/_helpers/set_status.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4360
4650
  hfortix_fortios/api/v2/monitor/wifi/spectrum/__init__.py,sha256=U9_s-WK6ympgpSDHn0jEhUsX-FOz3WkjPzRezxmmEGY,538
4651
+ hfortix_fortios/api/v2/monitor/wifi/spectrum/__init__.pyi,sha256=XRQt5HpT0_6tsZhh8mN859OfoPCsFm1AfKeBwswyBbw,448
4361
4652
  hfortix_fortios/api/v2/monitor/wifi/spectrum/keep_alive.py,sha256=u4lb1jh9K5e7q4-_UW0No0IJYwevig28_vJG-DRFabM,10530
4362
4653
  hfortix_fortios/api/v2/monitor/wifi/spectrum/keep_alive.pyi,sha256=DVZ3WYS7xWlHbzH-rm7D2MSk9DkWOXMI8TA45vj1hmQ,2310
4363
4654
  hfortix_fortios/api/v2/monitor/wifi/spectrum/start.py,sha256=PepN4Z0-bnTjqqgU_HLg8zcuxIAktOZBY7B_Pjytg4E,10357
@@ -4371,11 +4662,13 @@ hfortix_fortios/api/v2/monitor/wifi/spectrum/_helpers/start.pyi,sha256=7jiEgh0gR
4371
4662
  hfortix_fortios/api/v2/monitor/wifi/spectrum/_helpers/stop.py,sha256=43lIalnZT4Jb80TaKMZL0HSRG4qAWeeScuky20cj7hM,16876
4372
4663
  hfortix_fortios/api/v2/monitor/wifi/spectrum/_helpers/stop.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4373
4664
  hfortix_fortios/api/v2/monitor/wifi/ssid/__init__.py,sha256=uevia4Z1KiB8XHRtD9lTo43_Vayjx-cUUgx49alJREQ,392
4665
+ hfortix_fortios/api/v2/monitor/wifi/ssid/__init__.pyi,sha256=D8dlKY80hS_6dhtK4ua7wVi100TAGYLAY16H8ULJNP8,360
4374
4666
  hfortix_fortios/api/v2/monitor/wifi/ssid/generate_keys.py,sha256=MfaQM5KbzoaER16d2bvJfMARtwQScpx4T1wRBQyYu0A,10569
4375
4667
  hfortix_fortios/api/v2/monitor/wifi/ssid/generate_keys.pyi,sha256=Wi0YZ_GfbXeZ5Wf2lBFqJMsw1bC3U4U-3nlSLxavi1w,2314
4376
4668
  hfortix_fortios/api/v2/monitor/wifi/ssid/_helpers/generate_keys.py,sha256=gkWMSU1spA4bHLMQXpC8OxXN6p3Vcy_aUzPl1L5Cp9c,16956
4377
4669
  hfortix_fortios/api/v2/monitor/wifi/ssid/_helpers/generate_keys.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4378
4670
  hfortix_fortios/api/v2/monitor/wifi/vlan_probe/__init__.py,sha256=Xqy2K_ezhRbXz_ztQ8O_-bqRaodBH_N13EPjuTI0sE8,448
4671
+ hfortix_fortios/api/v2/monitor/wifi/vlan_probe/__init__.pyi,sha256=7ijQVu_ObvQY2wEypSBW4_3mkjCzV_5GGN0VktlKweQ,388
4379
4672
  hfortix_fortios/api/v2/monitor/wifi/vlan_probe/start.py,sha256=oxVfgGi2r42xQ-VoSbs0v2c60WrJzOI-QIjfIsNb-1A,10393
4380
4673
  hfortix_fortios/api/v2/monitor/wifi/vlan_probe/start.pyi,sha256=sLfD80lcQIhOLMslVWiYgKYHO1__12v0W22Vy5MWxYQ,2296
4381
4674
  hfortix_fortios/api/v2/monitor/wifi/vlan_probe/stop.py,sha256=nT-lkQzO76F0grBH1MARiHCXOXaPDkfHGuibMUu3LIk,10356
@@ -4385,8 +4678,9 @@ hfortix_fortios/api/v2/monitor/wifi/vlan_probe/_helpers/start.pyi,sha256=7jiEgh0
4385
4678
  hfortix_fortios/api/v2/monitor/wifi/vlan_probe/_helpers/stop.py,sha256=-vIziNNHL8p7awECgcio2wi-kU0pPZzL7pRdwwvTE9A,16908
4386
4679
  hfortix_fortios/api/v2/monitor/wifi/vlan_probe/_helpers/stop.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4387
4680
  hfortix_fortios/api/v2/service/__init__.py,sha256=w3o5CUFq6A4ICXDTkLpr7ppc2hMaVzGGappOSQ6JZWA,582
4388
- hfortix_fortios/api/v2/service/__init__.pyi,sha256=X8qncW9ywt8rX8qGxCtC0gcsAg9stO396azoKwCY2Mc,294
4681
+ hfortix_fortios/api/v2/service/__init__.pyi,sha256=nkbDF4a7MDtuQSLOFVwtMRi32rJDizxTKDKIH-8T6bQ,379
4389
4682
  hfortix_fortios/api/v2/service/security_rating/__init__.py,sha256=t6dD0JRDBj8H6U6ppDXAIpJDzekfsgNLAMqRMVlWOMI,533
4683
+ hfortix_fortios/api/v2/service/security_rating/__init__.pyi,sha256=Is1PS93un6xSmb_FIghBC6e2nn_Jw14W1yFpl7lTzJE,451
4390
4684
  hfortix_fortios/api/v2/service/security_rating/recommendations.py,sha256=2kkBeUXG7H8CdaS2fPyjEc4QBSpHvEXwVJAd4JT4q5Q,10763
4391
4685
  hfortix_fortios/api/v2/service/security_rating/recommendations.pyi,sha256=bouz9bqexI3a3NX58N0-NyhBadWdqzR2zx3rOOWSGs8,2336
4392
4686
  hfortix_fortios/api/v2/service/security_rating/report.py,sha256=dy7navHaCbmQxJzlfPlkRaqvrY3v9SIxGOmm4cxJKVs,10430
@@ -4396,6 +4690,7 @@ hfortix_fortios/api/v2/service/security_rating/_helpers/recommendations.pyi,sha2
4396
4690
  hfortix_fortios/api/v2/service/security_rating/_helpers/report.py,sha256=pJJnYdyZ8X5C-dCvNDeJCAeDHc7ZAW_gXAwmLulQG18,16940
4397
4691
  hfortix_fortios/api/v2/service/security_rating/_helpers/report.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4398
4692
  hfortix_fortios/api/v2/service/sniffer/__init__.py,sha256=0UaepmS0NM2aW9WJ6UOQ1i-yk33AwpayFfELnsMyNtM,740
4693
+ hfortix_fortios/api/v2/service/sniffer/__init__.pyi,sha256=qXtNkS9Kw_Stwa-UVWHZnNC42ve4UyY5CYyCNCCoeas,573
4399
4694
  hfortix_fortios/api/v2/service/sniffer/delete.py,sha256=F2G2-Zu9WcG7WwsBTUdAWLSDfBHuVS3jGcKiMpeArzg,10286
4400
4695
  hfortix_fortios/api/v2/service/sniffer/delete.pyi,sha256=SuudISaLLKCzHzwIcsJfYX3_BbM0Lc8UpZd8LBXJz-w,2284
4401
4696
  hfortix_fortios/api/v2/service/sniffer/download.py,sha256=AvcP1z4v5bILTW5fiTG2X9U_EfulfylRHuXIne7X_Xc,10360
@@ -4421,6 +4716,7 @@ hfortix_fortios/api/v2/service/sniffer/_helpers/start.pyi,sha256=7jiEgh0gRuNQ2YW
4421
4716
  hfortix_fortios/api/v2/service/sniffer/_helpers/stop.py,sha256=lHbANDRhm3l8K4QxLNKkppN3s3b3eFifLNkyCN4mZAU,16780
4422
4717
  hfortix_fortios/api/v2/service/sniffer/_helpers/stop.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4423
4718
  hfortix_fortios/api/v2/service/system/__init__.py,sha256=outymhNc3_EF7-h9eNpo-rymkSuUmjjW1BghF9muJOk,836
4719
+ hfortix_fortios/api/v2/service/system/__init__.pyi,sha256=kOPbKaB2122cG_mkSZQjliD4Av8fwE-0lC-qq-VmdP4,692
4424
4720
  hfortix_fortios/api/v2/service/system/fabric_admin_lockout_exists_on_firmware_update.py,sha256=NZsj7t4jBPRK1AKKChvcin2E0akq7WmEOSGPIxeKBSg,11676
4425
4721
  hfortix_fortios/api/v2/service/system/fabric_admin_lockout_exists_on_firmware_update.pyi,sha256=sOd4z689rBYLCYezGweiJoD3euxeYb4x-V8waYy4ADw,2430
4426
4722
  hfortix_fortios/api/v2/service/system/fabric_time_in_sync.py,sha256=1tkqf4jdgjyTV5n3nKy4btglHGO4ug0DSfKSne4Fq6U,10713
@@ -4433,7 +4729,7 @@ hfortix_fortios/api/v2/service/system/_helpers/fabric_time_in_sync.py,sha256=7hN
4433
4729
  hfortix_fortios/api/v2/service/system/_helpers/fabric_time_in_sync.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4434
4730
  hfortix_fortios/api/v2/service/system/_helpers/psirt_vulnerabilities.py,sha256=iqgCrdL0ehU73ntUTScSud5PlyzY22JZWGVwg1qiXWs,17036
4435
4731
  hfortix_fortios/api/v2/service/system/_helpers/psirt_vulnerabilities.pyi,sha256=7jiEgh0gRuNQ2YWPg-_oJPubIabYFKoHgtkBJy7SFic,1252
4436
- hfortix_fortios-0.5.0.dist-info/METADATA,sha256=h1zoOXn3spVcbZj58KiX0Wg8zioelkNEVNrUcNoNNro,13646
4437
- hfortix_fortios-0.5.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
4438
- hfortix_fortios-0.5.0.dist-info/top_level.txt,sha256=_5qKSWl_C6qhQTFLmAiPuXzBB6aZfWrta3OjJNdZJuE,16
4439
- hfortix_fortios-0.5.0.dist-info/RECORD,,
4732
+ hfortix_fortios-0.5.2.dist-info/METADATA,sha256=waEBAPtmDOV5pjfpjONi5x0ERRdxS-NRO_j5gw_6SHw,13646
4733
+ hfortix_fortios-0.5.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
4734
+ hfortix_fortios-0.5.2.dist-info/top_level.txt,sha256=_5qKSWl_C6qhQTFLmAiPuXzBB6aZfWrta3OjJNdZJuE,16
4735
+ hfortix_fortios-0.5.2.dist-info/RECORD,,