wxcli 1.2.0__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 (413) hide show
  1. wxcli/__init__.py +4 -0
  2. wxcli/_playbook/.claude/agents/migration-advisor.md +239 -0
  3. wxcli/_playbook/.claude/agents/wxc-calling-builder.md +946 -0
  4. wxcli/_playbook/.claude/rules/cleanup.md +29 -0
  5. wxcli/_playbook/.claude/rules/cucm-migration.md +58 -0
  6. wxcli/_playbook/.claude/rules/org-health.md +14 -0
  7. wxcli/_playbook/.claude/settings.json +8 -0
  8. wxcli/_playbook/.claude/skills/audit-compliance/SKILL.md +515 -0
  9. wxcli/_playbook/.claude/skills/call-control/SKILL.md +747 -0
  10. wxcli/_playbook/.claude/skills/configure-features/SKILL.md +623 -0
  11. wxcli/_playbook/.claude/skills/configure-routing/SKILL.md +627 -0
  12. wxcli/_playbook/.claude/skills/contact-center/SKILL.md +1181 -0
  13. wxcli/_playbook/.claude/skills/cucm-migrate/SKILL.md +820 -0
  14. wxcli/_playbook/.claude/skills/customer-assist/SKILL.md +443 -0
  15. wxcli/_playbook/.claude/skills/device-platform/SKILL.md +407 -0
  16. wxcli/_playbook/.claude/skills/manage-call-settings/SKILL.md +757 -0
  17. wxcli/_playbook/.claude/skills/manage-devices/SKILL.md +790 -0
  18. wxcli/_playbook/.claude/skills/manage-identity/SKILL.md +638 -0
  19. wxcli/_playbook/.claude/skills/manage-licensing/SKILL.md +528 -0
  20. wxcli/_playbook/.claude/skills/manage-meetings/SKILL.md +708 -0
  21. wxcli/_playbook/.claude/skills/messaging-bots/SKILL.md +365 -0
  22. wxcli/_playbook/.claude/skills/messaging-spaces/SKILL.md +520 -0
  23. wxcli/_playbook/.claude/skills/org-health/SKILL.md +159 -0
  24. wxcli/_playbook/.claude/skills/provision-calling/SKILL.md +421 -0
  25. wxcli/_playbook/.claude/skills/query-live/SKILL.md +183 -0
  26. wxcli/_playbook/.claude/skills/query-live/domains/call-flow-trace.md +223 -0
  27. wxcli/_playbook/.claude/skills/query-live/domains/call-history.md +44 -0
  28. wxcli/_playbook/.claude/skills/query-live/domains/features.md +169 -0
  29. wxcli/_playbook/.claude/skills/query-live/domains/numbers.md +93 -0
  30. wxcli/_playbook/.claude/skills/query-live/domains/people-and-settings.md +146 -0
  31. wxcli/_playbook/.claude/skills/query-live/domains/routing.md +124 -0
  32. wxcli/_playbook/.claude/skills/reporting/SKILL.md +501 -0
  33. wxcli/_playbook/.claude/skills/reporting/references/cdr-recipes.md +1628 -0
  34. wxcli/_playbook/.claude/skills/reporting-cc/SKILL.md +251 -0
  35. wxcli/_playbook/.claude/skills/reporting-meetings/SKILL.md +290 -0
  36. wxcli/_playbook/.claude/skills/teardown/SKILL.md +214 -0
  37. wxcli/_playbook/.claude/skills/video-mesh/SKILL.md +379 -0
  38. wxcli/_playbook/.claude/skills/wxc-calling-debug/SKILL.md +475 -0
  39. wxcli/_playbook/CLAUDE.md +373 -0
  40. wxcli/_playbook/docs/reference/CLAUDE.md +25 -0
  41. wxcli/_playbook/docs/reference/admin-apps-data.md +643 -0
  42. wxcli/_playbook/docs/reference/admin-audit-security.md +322 -0
  43. wxcli/_playbook/docs/reference/admin-hybrid.md +383 -0
  44. wxcli/_playbook/docs/reference/admin-identity-scim.md +1007 -0
  45. wxcli/_playbook/docs/reference/admin-licensing.md +414 -0
  46. wxcli/_playbook/docs/reference/admin-org-management.md +586 -0
  47. wxcli/_playbook/docs/reference/admin-partner.md +357 -0
  48. wxcli/_playbook/docs/reference/archive/wxc-sdk-patterns.md +1229 -0
  49. wxcli/_playbook/docs/reference/archive/wxcadm-advanced.md +835 -0
  50. wxcli/_playbook/docs/reference/archive/wxcadm-core.md +743 -0
  51. wxcli/_playbook/docs/reference/archive/wxcadm-devices-workspaces.md +1305 -0
  52. wxcli/_playbook/docs/reference/archive/wxcadm-features.md +849 -0
  53. wxcli/_playbook/docs/reference/archive/wxcadm-locations.md +938 -0
  54. wxcli/_playbook/docs/reference/archive/wxcadm-person.md +1255 -0
  55. wxcli/_playbook/docs/reference/archive/wxcadm-routing.md +1262 -0
  56. wxcli/_playbook/docs/reference/authentication.md +965 -0
  57. wxcli/_playbook/docs/reference/call-control.md +1205 -0
  58. wxcli/_playbook/docs/reference/call-features-additional.md +2541 -0
  59. wxcli/_playbook/docs/reference/call-features-major.md +1320 -0
  60. wxcli/_playbook/docs/reference/call-routing.md +2304 -0
  61. wxcli/_playbook/docs/reference/contact-center-analytics.md +1049 -0
  62. wxcli/_playbook/docs/reference/contact-center-core.md +1614 -0
  63. wxcli/_playbook/docs/reference/contact-center-journey.md +457 -0
  64. wxcli/_playbook/docs/reference/contact-center-routing.md +1138 -0
  65. wxcli/_playbook/docs/reference/devices-core.md +1869 -0
  66. wxcli/_playbook/docs/reference/devices-dect.md +1150 -0
  67. wxcli/_playbook/docs/reference/devices-platform.md +467 -0
  68. wxcli/_playbook/docs/reference/devices-workspaces.md +1426 -0
  69. wxcli/_playbook/docs/reference/emergency-services.md +1122 -0
  70. wxcli/_playbook/docs/reference/location-calling-core.md +2037 -0
  71. wxcli/_playbook/docs/reference/location-calling-media.md +1334 -0
  72. wxcli/_playbook/docs/reference/location-recording-advanced.md +1482 -0
  73. wxcli/_playbook/docs/reference/meetings-content.md +473 -0
  74. wxcli/_playbook/docs/reference/meetings-core.md +903 -0
  75. wxcli/_playbook/docs/reference/meetings-infrastructure.md +899 -0
  76. wxcli/_playbook/docs/reference/meetings-settings.md +850 -0
  77. wxcli/_playbook/docs/reference/messaging-bots.md +1091 -0
  78. wxcli/_playbook/docs/reference/messaging-spaces.md +695 -0
  79. wxcli/_playbook/docs/reference/person-call-settings-behavior.md +1639 -0
  80. wxcli/_playbook/docs/reference/person-call-settings-handling.md +1394 -0
  81. wxcli/_playbook/docs/reference/person-call-settings-media.md +1898 -0
  82. wxcli/_playbook/docs/reference/person-call-settings-permissions.md +1329 -0
  83. wxcli/_playbook/docs/reference/provisioning.md +1366 -0
  84. wxcli/_playbook/docs/reference/reporting-analytics.md +1318 -0
  85. wxcli/_playbook/docs/reference/self-service-call-settings.md +1020 -0
  86. wxcli/_playbook/docs/reference/virtual-lines.md +1132 -0
  87. wxcli/_playbook/docs/reference/webhooks-events.md +1444 -0
  88. wxcli/_playbook/docs/reference/wxcadm-xsi-realtime.md +953 -0
  89. wxcli/_version.py +24 -0
  90. wxcli/auth.py +137 -0
  91. wxcli/commands/__init__.py +0 -0
  92. wxcli/commands/_registry.py +181 -0
  93. wxcli/commands/activation_email.py +103 -0
  94. wxcli/commands/admin_recordings.py +585 -0
  95. wxcli/commands/analytics.py +105 -0
  96. wxcli/commands/announcement_playlists.py +219 -0
  97. wxcli/commands/announcements.py +519 -0
  98. wxcli/commands/archive_users.py +36 -0
  99. wxcli/commands/attachment_actions.py +60 -0
  100. wxcli/commands/audit_events.py +83 -0
  101. wxcli/commands/authorizations.py +113 -0
  102. wxcli/commands/auto_attendant.py +642 -0
  103. wxcli/commands/broadworks_billing_reports.py +126 -0
  104. wxcli/commands/broadworks_enterprises.py +160 -0
  105. wxcli/commands/broadworks_subscribers.py +319 -0
  106. wxcli/commands/broadworks_workspaces.py +108 -0
  107. wxcli/commands/call_controls.py +1304 -0
  108. wxcli/commands/call_park.py +494 -0
  109. wxcli/commands/call_pickup.py +229 -0
  110. wxcli/commands/call_queue.py +1878 -0
  111. wxcli/commands/call_recording.py +707 -0
  112. wxcli/commands/call_routing.py +1610 -0
  113. wxcli/commands/call_settings_for_me_phase_5.py +212 -0
  114. wxcli/commands/caller_reputation.py +169 -0
  115. wxcli/commands/calling_service.py +305 -0
  116. wxcli/commands/cc_address_book.py +770 -0
  117. wxcli/commands/cc_agent_greetings.py +242 -0
  118. wxcli/commands/cc_agent_summaries.py +39 -0
  119. wxcli/commands/cc_agent_wellbeing.py +216 -0
  120. wxcli/commands/cc_agents.py +425 -0
  121. wxcli/commands/cc_ai_assistant.py +55 -0
  122. wxcli/commands/cc_ai_feature.py +294 -0
  123. wxcli/commands/cc_audio_files.py +149 -0
  124. wxcli/commands/cc_auto_csat.py +311 -0
  125. wxcli/commands/cc_aux_code.py +458 -0
  126. wxcli/commands/cc_business_hour.py +353 -0
  127. wxcli/commands/cc_call_monitoring.py +228 -0
  128. wxcli/commands/cc_callbacks.py +194 -0
  129. wxcli/commands/cc_campaign.py +212 -0
  130. wxcli/commands/cc_captures.py +39 -0
  131. wxcli/commands/cc_contact_list.py +169 -0
  132. wxcli/commands/cc_contact_number.py +295 -0
  133. wxcli/commands/cc_data_sources.py +235 -0
  134. wxcli/commands/cc_desktop_layout.py +380 -0
  135. wxcli/commands/cc_desktop_profile.py +322 -0
  136. wxcli/commands/cc_dial_number.py +511 -0
  137. wxcli/commands/cc_dial_plan.py +347 -0
  138. wxcli/commands/cc_dnc.py +101 -0
  139. wxcli/commands/cc_entry_point.py +545 -0
  140. wxcli/commands/cc_ewt.py +51 -0
  141. wxcli/commands/cc_flow.py +477 -0
  142. wxcli/commands/cc_global_vars.py +430 -0
  143. wxcli/commands/cc_holiday_list.py +335 -0
  144. wxcli/commands/cc_journey.py +1261 -0
  145. wxcli/commands/cc_legacy_flows.py +49 -0
  146. wxcli/commands/cc_multimedia_profile.py +436 -0
  147. wxcli/commands/cc_notification.py +51 -0
  148. wxcli/commands/cc_outdial_ani.py +604 -0
  149. wxcli/commands/cc_overrides.py +341 -0
  150. wxcli/commands/cc_queue.py +1083 -0
  151. wxcli/commands/cc_queue_stats.py +55 -0
  152. wxcli/commands/cc_realtime.py +51 -0
  153. wxcli/commands/cc_resource_collection.py +312 -0
  154. wxcli/commands/cc_search.py +46 -0
  155. wxcli/commands/cc_site.py +400 -0
  156. wxcli/commands/cc_skill.py +350 -0
  157. wxcli/commands/cc_skill_profile.py +289 -0
  158. wxcli/commands/cc_subscriptions.py +426 -0
  159. wxcli/commands/cc_summaries.py +130 -0
  160. wxcli/commands/cc_tasks.py +844 -0
  161. wxcli/commands/cc_team.py +325 -0
  162. wxcli/commands/cc_user_profiles.py +349 -0
  163. wxcli/commands/cc_users.py +701 -0
  164. wxcli/commands/cc_work_types.py +363 -0
  165. wxcli/commands/cdr.py +89 -0
  166. wxcli/commands/classifications.py +38 -0
  167. wxcli/commands/cleanup.py +1427 -0
  168. wxcli/commands/client_settings.py +72 -0
  169. wxcli/commands/conference.py +328 -0
  170. wxcli/commands/configure.py +72 -0
  171. wxcli/commands/converged_recordings.py +347 -0
  172. wxcli/commands/converged_recordings_export.py +310 -0
  173. wxcli/commands/cq_playlists.py +42 -0
  174. wxcli/commands/cucm.py +2794 -0
  175. wxcli/commands/cucm_config.py +129 -0
  176. wxcli/commands/customer_assist.py +373 -0
  177. wxcli/commands/data_sources.py +227 -0
  178. wxcli/commands/dect_devices.py +787 -0
  179. wxcli/commands/device_configurations.py +77 -0
  180. wxcli/commands/device_dynamic_settings.py +320 -0
  181. wxcli/commands/device_settings.py +1489 -0
  182. wxcli/commands/devices.py +280 -0
  183. wxcli/commands/domains.py +142 -0
  184. wxcli/commands/ecm.py +178 -0
  185. wxcli/commands/emergency_services.py +827 -0
  186. wxcli/commands/events.py +83 -0
  187. wxcli/commands/external_voicemail.py +52 -0
  188. wxcli/commands/groups.py +206 -0
  189. wxcli/commands/guest_management.py +76 -0
  190. wxcli/commands/hds.py +340 -0
  191. wxcli/commands/hot_desk.py +67 -0
  192. wxcli/commands/hot_desking_members.py +118 -0
  193. wxcli/commands/hot_desking_portal.py +124 -0
  194. wxcli/commands/hunt_group.py +577 -0
  195. wxcli/commands/hybrid_clusters.py +71 -0
  196. wxcli/commands/hybrid_connectors.py +67 -0
  197. wxcli/commands/identity_org.py +159 -0
  198. wxcli/commands/init_playbook.py +155 -0
  199. wxcli/commands/licenses.py +106 -0
  200. wxcli/commands/live_monitoring.py +40 -0
  201. wxcli/commands/location_call_handling.py +577 -0
  202. wxcli/commands/location_schedules.py +341 -0
  203. wxcli/commands/location_settings.py +1297 -0
  204. wxcli/commands/location_voicemail.py +494 -0
  205. wxcli/commands/locations.py +336 -0
  206. wxcli/commands/meeting_captions.py +110 -0
  207. wxcli/commands/meeting_chats.py +63 -0
  208. wxcli/commands/meeting_invitees.py +234 -0
  209. wxcli/commands/meeting_messages.py +28 -0
  210. wxcli/commands/meeting_participants.py +278 -0
  211. wxcli/commands/meeting_polls.py +111 -0
  212. wxcli/commands/meeting_preferences.py +515 -0
  213. wxcli/commands/meeting_qa.py +78 -0
  214. wxcli/commands/meeting_qualities.py +43 -0
  215. wxcli/commands/meeting_reports.py +101 -0
  216. wxcli/commands/meeting_session_types.py +105 -0
  217. wxcli/commands/meeting_site.py +57 -0
  218. wxcli/commands/meeting_slido.py +44 -0
  219. wxcli/commands/meeting_summaries.py +92 -0
  220. wxcli/commands/meeting_tracking_codes.py +233 -0
  221. wxcli/commands/meeting_transcripts.py +230 -0
  222. wxcli/commands/meetings.py +1997 -0
  223. wxcli/commands/memberships.py +164 -0
  224. wxcli/commands/messages.py +213 -0
  225. wxcli/commands/mode_management.py +244 -0
  226. wxcli/commands/my_call_settings.py +3577 -0
  227. wxcli/commands/numbers.py +405 -0
  228. wxcli/commands/operating_modes.py +410 -0
  229. wxcli/commands/org_contacts.py +284 -0
  230. wxcli/commands/org_health_cli.py +55 -0
  231. wxcli/commands/org_settings.py +71 -0
  232. wxcli/commands/organizations.py +83 -0
  233. wxcli/commands/paging_group.py +257 -0
  234. wxcli/commands/partner_admins.py +141 -0
  235. wxcli/commands/partner_reports.py +188 -0
  236. wxcli/commands/partner_tags.py +216 -0
  237. wxcli/commands/people.py +279 -0
  238. wxcli/commands/person_call_settings.py +71 -0
  239. wxcli/commands/pstn.py +280 -0
  240. wxcli/commands/recording_report.py +154 -0
  241. wxcli/commands/report_templates.py +38 -0
  242. wxcli/commands/reports.py +144 -0
  243. wxcli/commands/resource_group_memberships.py +160 -0
  244. wxcli/commands/resource_groups.py +67 -0
  245. wxcli/commands/roles.py +63 -0
  246. wxcli/commands/room_tabs.py +160 -0
  247. wxcli/commands/rooms.py +225 -0
  248. wxcli/commands/scim_bulk.py +46 -0
  249. wxcli/commands/scim_groups.py +246 -0
  250. wxcli/commands/scim_schemas.py +82 -0
  251. wxcli/commands/scim_users.py +283 -0
  252. wxcli/commands/security_audit.py +54 -0
  253. wxcli/commands/service_apps.py +51 -0
  254. wxcli/commands/single_number_reach.py +209 -0
  255. wxcli/commands/team_memberships.py +155 -0
  256. wxcli/commands/teams.py +153 -0
  257. wxcli/commands/ucm_profile.py +42 -0
  258. wxcli/commands/update.py +219 -0
  259. wxcli/commands/user_settings.py +5116 -0
  260. wxcli/commands/video_mesh.py +1090 -0
  261. wxcli/commands/virtual_extensions.py +502 -0
  262. wxcli/commands/virtual_line_settings.py +2072 -0
  263. wxcli/commands/webhooks.py +176 -0
  264. wxcli/commands/wholesale_billing_reports.py +147 -0
  265. wxcli/commands/wholesale_provisioning.py +523 -0
  266. wxcli/commands/workspace_locations.py +339 -0
  267. wxcli/commands/workspace_metrics.py +103 -0
  268. wxcli/commands/workspace_personalization.py +70 -0
  269. wxcli/commands/workspace_settings.py +3347 -0
  270. wxcli/commands/workspaces.py +279 -0
  271. wxcli/commands/xapi.py +114 -0
  272. wxcli/config.py +139 -0
  273. wxcli/errors.py +77 -0
  274. wxcli/main.py +210 -0
  275. wxcli/migration/CLAUDE.md +106 -0
  276. wxcli/migration/__init__.py +1 -0
  277. wxcli/migration/advisory/CLAUDE.md +196 -0
  278. wxcli/migration/advisory/__init__.py +46 -0
  279. wxcli/migration/advisory/advisor.py +107 -0
  280. wxcli/migration/advisory/advisory_patterns.py +2552 -0
  281. wxcli/migration/advisory/recommendation_rules.py +835 -0
  282. wxcli/migration/cucm/CLAUDE.md +74 -0
  283. wxcli/migration/cucm/__init__.py +5 -0
  284. wxcli/migration/cucm/connection.py +265 -0
  285. wxcli/migration/cucm/discovery.py +225 -0
  286. wxcli/migration/cucm/extractors/__init__.py +1 -0
  287. wxcli/migration/cucm/extractors/announcements.py +92 -0
  288. wxcli/migration/cucm/extractors/base.py +90 -0
  289. wxcli/migration/cucm/extractors/device_profiles.py +98 -0
  290. wxcli/migration/cucm/extractors/devices.py +193 -0
  291. wxcli/migration/cucm/extractors/e911.py +103 -0
  292. wxcli/migration/cucm/extractors/features.py +309 -0
  293. wxcli/migration/cucm/extractors/helpers.py +73 -0
  294. wxcli/migration/cucm/extractors/informational.py +295 -0
  295. wxcli/migration/cucm/extractors/locations.py +221 -0
  296. wxcli/migration/cucm/extractors/moh.py +100 -0
  297. wxcli/migration/cucm/extractors/remote_destinations.py +96 -0
  298. wxcli/migration/cucm/extractors/routing.py +493 -0
  299. wxcli/migration/cucm/extractors/shared_lines.py +146 -0
  300. wxcli/migration/cucm/extractors/templates.py +229 -0
  301. wxcli/migration/cucm/extractors/tier4.py +173 -0
  302. wxcli/migration/cucm/extractors/users.py +240 -0
  303. wxcli/migration/cucm/extractors/voicemail.py +243 -0
  304. wxcli/migration/cucm/extractors/workspaces.py +88 -0
  305. wxcli/migration/cucm/unity_connection.py +304 -0
  306. wxcli/migration/execute/CLAUDE.md +372 -0
  307. wxcli/migration/execute/__init__.py +303 -0
  308. wxcli/migration/execute/batch.py +277 -0
  309. wxcli/migration/execute/dependency.py +483 -0
  310. wxcli/migration/execute/engine.py +964 -0
  311. wxcli/migration/execute/handlers.py +2232 -0
  312. wxcli/migration/execute/planner.py +1939 -0
  313. wxcli/migration/execute/runtime.py +571 -0
  314. wxcli/migration/export/CLAUDE.md +49 -0
  315. wxcli/migration/export/__init__.py +8 -0
  316. wxcli/migration/export/csv_export.py +126 -0
  317. wxcli/migration/export/deployment_plan.py +479 -0
  318. wxcli/migration/export/json_export.py +60 -0
  319. wxcli/migration/models.py +941 -0
  320. wxcli/migration/phone_models.py +50 -0
  321. wxcli/migration/preflight/CLAUDE.md +52 -0
  322. wxcli/migration/preflight/__init__.py +89 -0
  323. wxcli/migration/preflight/checks.py +911 -0
  324. wxcli/migration/preflight/runner.py +293 -0
  325. wxcli/migration/rate_limiter.py +144 -0
  326. wxcli/migration/report/CLAUDE.md +245 -0
  327. wxcli/migration/report/__init__.py +7 -0
  328. wxcli/migration/report/appendix.py +2437 -0
  329. wxcli/migration/report/assembler.py +183 -0
  330. wxcli/migration/report/charts.py +263 -0
  331. wxcli/migration/report/executive.py +776 -0
  332. wxcli/migration/report/explainer.py +704 -0
  333. wxcli/migration/report/helpers.py +74 -0
  334. wxcli/migration/report/ingest.py +152 -0
  335. wxcli/migration/report/notice_templates.py +192 -0
  336. wxcli/migration/report/score.py +375 -0
  337. wxcli/migration/report/styles.py +1052 -0
  338. wxcli/migration/report/user_diff.py +1052 -0
  339. wxcli/migration/report/user_notice.py +425 -0
  340. wxcli/migration/state.py +139 -0
  341. wxcli/migration/store.py +860 -0
  342. wxcli/migration/transform/CLAUDE.md +107 -0
  343. wxcli/migration/transform/__init__.py +12 -0
  344. wxcli/migration/transform/analysis_pipeline.py +453 -0
  345. wxcli/migration/transform/analyzers/__init__.py +142 -0
  346. wxcli/migration/transform/analyzers/css_permission.py +189 -0
  347. wxcli/migration/transform/analyzers/css_routing.py +335 -0
  348. wxcli/migration/transform/analyzers/device_compatibility.py +122 -0
  349. wxcli/migration/transform/analyzers/dn_ambiguity.py +131 -0
  350. wxcli/migration/transform/analyzers/duplicate_user.py +221 -0
  351. wxcli/migration/transform/analyzers/extension_conflict.py +173 -0
  352. wxcli/migration/transform/analyzers/feature_approximation.py +227 -0
  353. wxcli/migration/transform/analyzers/layout_overflow.py +174 -0
  354. wxcli/migration/transform/analyzers/location_ambiguity.py +184 -0
  355. wxcli/migration/transform/analyzers/missing_data.py +300 -0
  356. wxcli/migration/transform/analyzers/selective_call_handling.py +394 -0
  357. wxcli/migration/transform/analyzers/shared_line.py +170 -0
  358. wxcli/migration/transform/analyzers/voicemail_compatibility.py +267 -0
  359. wxcli/migration/transform/analyzers/workspace_license.py +212 -0
  360. wxcli/migration/transform/cross_reference.py +1136 -0
  361. wxcli/migration/transform/cucm_pattern.py +246 -0
  362. wxcli/migration/transform/decisions.py +301 -0
  363. wxcli/migration/transform/e164.py +145 -0
  364. wxcli/migration/transform/engine.py +256 -0
  365. wxcli/migration/transform/mappers/CLAUDE.md +123 -0
  366. wxcli/migration/transform/mappers/__init__.py +76 -0
  367. wxcli/migration/transform/mappers/announcement_mapper.py +122 -0
  368. wxcli/migration/transform/mappers/base.py +190 -0
  369. wxcli/migration/transform/mappers/button_template_mapper.py +186 -0
  370. wxcli/migration/transform/mappers/call_forwarding_mapper.py +228 -0
  371. wxcli/migration/transform/mappers/call_settings_mapper.py +144 -0
  372. wxcli/migration/transform/mappers/css_mapper.py +868 -0
  373. wxcli/migration/transform/mappers/dect_mapper.py +367 -0
  374. wxcli/migration/transform/mappers/device_layout_mapper.py +289 -0
  375. wxcli/migration/transform/mappers/device_mapper.py +227 -0
  376. wxcli/migration/transform/mappers/device_profile_mapper.py +190 -0
  377. wxcli/migration/transform/mappers/device_settings_mapper.py +464 -0
  378. wxcli/migration/transform/mappers/e911_mapper.py +129 -0
  379. wxcli/migration/transform/mappers/ecbn_mapper.py +263 -0
  380. wxcli/migration/transform/mappers/executive_assistant_mapper.py +156 -0
  381. wxcli/migration/transform/mappers/feature_mapper.py +1179 -0
  382. wxcli/migration/transform/mappers/line_mapper.py +310 -0
  383. wxcli/migration/transform/mappers/location_mapper.py +235 -0
  384. wxcli/migration/transform/mappers/moh_mapper.py +114 -0
  385. wxcli/migration/transform/mappers/monitoring_mapper.py +221 -0
  386. wxcli/migration/transform/mappers/receptionist_mapper.py +245 -0
  387. wxcli/migration/transform/mappers/routing_mapper.py +821 -0
  388. wxcli/migration/transform/mappers/snr_mapper.py +201 -0
  389. wxcli/migration/transform/mappers/softkey_mapper.py +205 -0
  390. wxcli/migration/transform/mappers/user_mapper.py +264 -0
  391. wxcli/migration/transform/mappers/voicemail_group_mapper.py +286 -0
  392. wxcli/migration/transform/mappers/voicemail_mapper.py +514 -0
  393. wxcli/migration/transform/mappers/workspace_mapper.py +464 -0
  394. wxcli/migration/transform/normalizers.py +2008 -0
  395. wxcli/migration/transform/pattern_converter.py +106 -0
  396. wxcli/migration/transform/pipeline.py +271 -0
  397. wxcli/migration/transform/rules.py +255 -0
  398. wxcli/org_health/CLAUDE.md +63 -0
  399. wxcli/org_health/__init__.py +7 -0
  400. wxcli/org_health/analyze.py +93 -0
  401. wxcli/org_health/checks.py +458 -0
  402. wxcli/org_health/collector.py +62 -0
  403. wxcli/org_health/models.py +78 -0
  404. wxcli/org_health/report.py +300 -0
  405. wxcli/output.py +101 -0
  406. wxcli-1.2.0.dist-info/METADATA +505 -0
  407. wxcli-1.2.0.dist-info/RECORD +413 -0
  408. wxcli-1.2.0.dist-info/WHEEL +5 -0
  409. wxcli-1.2.0.dist-info/entry_points.txt +2 -0
  410. wxcli-1.2.0.dist-info/licenses/LICENSE +191 -0
  411. wxcli-1.2.0.dist-info/scm_file_list.json +751 -0
  412. wxcli-1.2.0.dist-info/scm_version.json +8 -0
  413. wxcli-1.2.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,413 @@
1
+ wxcli/__init__.py,sha256=2RSB_ZMCwsAZJYSLNiC7rjH3NNk3odwha1PPWQLvMRc,103
2
+ wxcli/_version.py,sha256=SewWHxQ2iszz6imNAB6v_XpUebEg78bh18SmbYEYay8,520
3
+ wxcli/auth.py,sha256=tVefBqn8RBKBWwJOR8cs8e5vDrDf20iQZjOvbtrb9cM,5167
4
+ wxcli/config.py,sha256=S13wdhYdupjiUwkczF2XesoGjAoLLhPB0rNH079E2aQ,5094
5
+ wxcli/errors.py,sha256=caB28sSYCnGwQRIYftuMpHaIrMoPWfy0noyuSOtace8,3134
6
+ wxcli/main.py,sha256=kipZty5vap6C_i3AhxaJkY3NdOvXq2FTI4irAIQ-Jv0,8290
7
+ wxcli/output.py,sha256=iLlWarYL2PbK-LgQRh8qTVsX5FmcZXFrlrQpqDdDFVs,3458
8
+ wxcli/_playbook/CLAUDE.md,sha256=cpHKBcsLcmUAfBjUqFuIgHA7DlieMJzDCwpqZDDZkb0,33648
9
+ wxcli/_playbook/.claude/settings.json,sha256=ne86ybFu-UwNdWuOl88rS0PUgV8hLIIAGfJHEMuwzSw,93
10
+ wxcli/_playbook/.claude/agents/migration-advisor.md,sha256=wI71f86Vc2lblkljfDiZ0mXjwuWx8H9m_FWEd_z4SwU,10783
11
+ wxcli/_playbook/.claude/agents/wxc-calling-builder.md,sha256=U0pK6OatE0PYGP1hBlz-u2uc_oxiH2JNYv0LQcPX9Kk,51352
12
+ wxcli/_playbook/.claude/rules/cleanup.md,sha256=aVqjXgzxv7fU2YmM9Yu8Epb4cboGbmOgC0BOpSn_Dfs,1721
13
+ wxcli/_playbook/.claude/rules/cucm-migration.md,sha256=TXGqG3FVS89bAekR4O-5JoHmhukbU1DeHUsxrn9PGQU,5074
14
+ wxcli/_playbook/.claude/rules/org-health.md,sha256=mbHb_E7XIu73CG7dDZKoO1-G6Ta8KCpT3nmJRHX_9Aw,637
15
+ wxcli/_playbook/.claude/skills/audit-compliance/SKILL.md,sha256=e9hjYvL7G6rwKKdi2rXlgGnukciwhNuYPxmHHp9hr4U,19258
16
+ wxcli/_playbook/.claude/skills/call-control/SKILL.md,sha256=Lx0xJXghY2VeRIii1PLhpsT2y7CmPWkoSdOllTihoNA,29395
17
+ wxcli/_playbook/.claude/skills/configure-features/SKILL.md,sha256=yRBzYk99SX--zbyfGrcLH0o_1Jbx4cfbpZ4NSeI0Qw0,27365
18
+ wxcli/_playbook/.claude/skills/configure-routing/SKILL.md,sha256=x6rIg2VSNBg51RMBtAj8b_iEnOOns56v2s09X7hB4y8,22917
19
+ wxcli/_playbook/.claude/skills/contact-center/SKILL.md,sha256=Slkt1JgAvP7yqj2fTsaeUzNaW1aIxtAYYOvlLv7cSkk,37289
20
+ wxcli/_playbook/.claude/skills/cucm-migrate/SKILL.md,sha256=noZRPa9Nw2OWegMHg3BK_Igex41bURZ1JaCguhb-fqo,38204
21
+ wxcli/_playbook/.claude/skills/customer-assist/SKILL.md,sha256=JtXm3gPTKePhyfVagjeunuJ7vbdHyDAoAizSkhRTM-o,21234
22
+ wxcli/_playbook/.claude/skills/device-platform/SKILL.md,sha256=Rz3c-EVoKX1y_Hxr2v80A3sGlPQ2HE2aCyG6o8EC9YA,20424
23
+ wxcli/_playbook/.claude/skills/manage-call-settings/SKILL.md,sha256=svvijvPn42aRu6OCTzXyy3TeEyamh0hqEVNL5HcNniM,40305
24
+ wxcli/_playbook/.claude/skills/manage-devices/SKILL.md,sha256=ErCW9LY3XOiuLPXcArqDcqlFdL69FIG7NJIfuWR-bAo,33478
25
+ wxcli/_playbook/.claude/skills/manage-identity/SKILL.md,sha256=4rIEHePnQFmWt71KVvGWvfXuaU-7vMwlWIN583VfQkk,26506
26
+ wxcli/_playbook/.claude/skills/manage-licensing/SKILL.md,sha256=Xv1oUsxJmMHV8EUdzQ49U9Lita5MI4DvZDWq-wokIz0,19695
27
+ wxcli/_playbook/.claude/skills/manage-meetings/SKILL.md,sha256=OhndFiCcaqogIETTZygTCNxsDnmQkhMPBN4EqRR2PZQ,24687
28
+ wxcli/_playbook/.claude/skills/messaging-bots/SKILL.md,sha256=_6O2qZH_7qtBpO872r4-wCen1nMcV3Ck7syre4nMefo,16511
29
+ wxcli/_playbook/.claude/skills/messaging-spaces/SKILL.md,sha256=FcIkX0aEb1d9f7VXMJsVdntdHvO28yqfyvIsysxeLbc,18334
30
+ wxcli/_playbook/.claude/skills/org-health/SKILL.md,sha256=TfyNH2ESlMXx5qg-K2lCa3bjsOb9oq-MiJ2xDLQnMxE,5840
31
+ wxcli/_playbook/.claude/skills/provision-calling/SKILL.md,sha256=ui2CnBWDGhfG-sLbMyysosITdX5rAkshqVD4cGa2t3M,17922
32
+ wxcli/_playbook/.claude/skills/query-live/SKILL.md,sha256=l54WFUoaVCSBf0Jhik7btHOd6K-55gzOWGlolJGsVzA,8694
33
+ wxcli/_playbook/.claude/skills/query-live/domains/call-flow-trace.md,sha256=8cMDgRgVjeftTUA6tO47tMijCQjypN8CGfnb0cre3Eg,8948
34
+ wxcli/_playbook/.claude/skills/query-live/domains/call-history.md,sha256=u1yJietzzcCiZM3XkMmFYD8vzzdWnvqxE07qoiNv88Q,1885
35
+ wxcli/_playbook/.claude/skills/query-live/domains/features.md,sha256=J-hHcS2-VOR4m7mBjFuGEvmyP2vQO5UMydl-FZME-pA,6169
36
+ wxcli/_playbook/.claude/skills/query-live/domains/numbers.md,sha256=7jfGtxM6NTTslzJzFEPt1T_1RcfOgPVrShrExE3w8Sg,3119
37
+ wxcli/_playbook/.claude/skills/query-live/domains/people-and-settings.md,sha256=FNbJIHSVDiA_p8IldepOZiD0ljFCkzyAli5PPk8eulA,5053
38
+ wxcli/_playbook/.claude/skills/query-live/domains/routing.md,sha256=V_v5fPpyrakqIwIQH92h67DFpqtxzVFKa517Garngss,4979
39
+ wxcli/_playbook/.claude/skills/reporting/SKILL.md,sha256=4wPW3ptjiJP-1IFtcIR8450R3Cz55ZR4AP-I2W4x_wk,29920
40
+ wxcli/_playbook/.claude/skills/reporting/references/cdr-recipes.md,sha256=Kcy4UXIWCXY6dhLoNy3D8Vz54hTD76vtS6DhPYWkxcw,66986
41
+ wxcli/_playbook/.claude/skills/reporting-cc/SKILL.md,sha256=dIkqWNOuf9AUjhykdKIZWPG8LFIPEKE9NcrxItp7uM8,9459
42
+ wxcli/_playbook/.claude/skills/reporting-meetings/SKILL.md,sha256=7gt9Jsie6yqZYKFdB8SImYJludz7tY5AL5YY-BjDeE8,11239
43
+ wxcli/_playbook/.claude/skills/teardown/SKILL.md,sha256=OLCk0miivUx6XtZRtZNEjeUzs35iH5GXEYEN-wDUyHc,13467
44
+ wxcli/_playbook/.claude/skills/video-mesh/SKILL.md,sha256=1AaQYL6VrshKiSoXfZr7zLOUJaFJ1zxKuFqHX-VD_DA,13162
45
+ wxcli/_playbook/.claude/skills/wxc-calling-debug/SKILL.md,sha256=0waygqBQVJ40kEwsfLYFQV5Hgccv-RjOHpKHosTJS7U,25031
46
+ wxcli/_playbook/docs/reference/CLAUDE.md,sha256=YWcsk7bIZMTX4AzKrKhlQYB8EfYVH3z1hkl6f8H7knM,1953
47
+ wxcli/_playbook/docs/reference/admin-apps-data.md,sha256=JdzG7Ov3k8f5KJ4tD95tTo_cP_9ORWpJygh5Wm-T9ls,24497
48
+ wxcli/_playbook/docs/reference/admin-audit-security.md,sha256=ZM9MPz0ISB6d5DDOrSBX6t-_IZyFoZLcBe1fbgxww9I,12401
49
+ wxcli/_playbook/docs/reference/admin-hybrid.md,sha256=umXw79Dhgldf14hKlvx6cCDtQdSu-SfBEORCCBvkHgg,14874
50
+ wxcli/_playbook/docs/reference/admin-identity-scim.md,sha256=EyoFNtABNWopCt7gJu1jAxD7Jwn8ryzqy-lbyao6bLo,41560
51
+ wxcli/_playbook/docs/reference/admin-licensing.md,sha256=jz3tX0O4hyx88r3ysr0ZK-Xklv0A6kVzWJKDkqGWQJk,14257
52
+ wxcli/_playbook/docs/reference/admin-org-management.md,sha256=YzTajm6VTMStbjIw-slYqX8CvF8eYsPCdWUzCQj_jXk,20929
53
+ wxcli/_playbook/docs/reference/admin-partner.md,sha256=X12ZnRy7Hw3ex7aIT_ZP8mWX8jEeojtR1Z_jem-zVHY,16226
54
+ wxcli/_playbook/docs/reference/authentication.md,sha256=SIaH-BUSITb-a6xboMcFaUu5U7g7l6gtKbvfcAuPOas,41081
55
+ wxcli/_playbook/docs/reference/call-control.md,sha256=TDwAj1nhMfGvVAEgtncWrynP_cFzqtXylUd0p-ycUpE,40652
56
+ wxcli/_playbook/docs/reference/call-features-additional.md,sha256=pJq5C7Th223z1i-8fQvtGSebFQKZzZjUydo2cy9IHzY,83618
57
+ wxcli/_playbook/docs/reference/call-features-major.md,sha256=JTY99ReTun4ik7NSfSS0nwz_c-i0wp3n8dc_RDcH63g,57273
58
+ wxcli/_playbook/docs/reference/call-routing.md,sha256=qDfswwY1wmgTjrbKtd31x6YLzG1iK4liJKlpYdHSn_s,77041
59
+ wxcli/_playbook/docs/reference/contact-center-analytics.md,sha256=a8dXJiqZ73duUGORbcVDqMg_38C8iF4mFZERMBUthTM,38269
60
+ wxcli/_playbook/docs/reference/contact-center-core.md,sha256=H726lcxGqTHpKfBK1k3lZ06f5DMfczRbX49kbgyL3Uc,72141
61
+ wxcli/_playbook/docs/reference/contact-center-journey.md,sha256=cOmRWWr7xBJ2FDqHPSa_i8v2S8FdHl-sfJpMJPNDRg0,21406
62
+ wxcli/_playbook/docs/reference/contact-center-routing.md,sha256=dQORJCIqX__tJ2_Hn_bPwEZQWh2peof7qJe3onlFt_c,49071
63
+ wxcli/_playbook/docs/reference/devices-core.md,sha256=ISlCa9L_pxI56gdu6G5byWfUTyu8kgk3u6LDinXRGbM,70350
64
+ wxcli/_playbook/docs/reference/devices-dect.md,sha256=yF9OJTuyGwN2_lopCzYm7SKFuiPWUxgBYzUAA2kC3xQ,35952
65
+ wxcli/_playbook/docs/reference/devices-platform.md,sha256=eThl3s-trd7Re2o_ss7TtyZr9RqGcIV8YTYzrChBhV8,20885
66
+ wxcli/_playbook/docs/reference/devices-workspaces.md,sha256=iOk9nvMhi2_0ItkVPx8neWd3-JMGF0oT5STJ4be9UuM,55300
67
+ wxcli/_playbook/docs/reference/emergency-services.md,sha256=AUpTqO3PQEjHCbWDxNLpaSm-oCprTaVRGP4zBVBFN6g,37859
68
+ wxcli/_playbook/docs/reference/location-calling-core.md,sha256=l2iCPwlu2XFkeqYsGcfQamh1eW56-dsTE9NCa7cQ6ek,63032
69
+ wxcli/_playbook/docs/reference/location-calling-media.md,sha256=8HLnQ-OVU0iqRdVemldPj9cB1-X1rMIAKUK3H7PKxAk,45555
70
+ wxcli/_playbook/docs/reference/location-recording-advanced.md,sha256=NazbY65UkKWRY9jAQPTbe5gBZl2ib239DTD8dbJVRf0,58799
71
+ wxcli/_playbook/docs/reference/meetings-content.md,sha256=YTI-6XH8-qeFVoWylAr6VXhLEMqwYzEbfqguT63j0Pg,22135
72
+ wxcli/_playbook/docs/reference/meetings-core.md,sha256=2kdCbLFxQ9FJ5m4RtyhNTmBeRZz3yHMXQBn7vAcZv8A,44722
73
+ wxcli/_playbook/docs/reference/meetings-infrastructure.md,sha256=0eAXAsxeaoZ0F7bx2pC7oeVU0aDcKA35OHTOqDEjV88,41531
74
+ wxcli/_playbook/docs/reference/meetings-settings.md,sha256=TqbSNpjZMVVHtCWhAx3LSx8wrKMqtzVdp53SecWd1Z0,41074
75
+ wxcli/_playbook/docs/reference/messaging-bots.md,sha256=eqJPMMC5328WenyLBlbUuVaO8_AY2cFJsW-ela7XNIg,37748
76
+ wxcli/_playbook/docs/reference/messaging-spaces.md,sha256=-cmkImr-XYT9fsKKsgDAUAdZABJptNzCVjuWXdKY8-8,31521
77
+ wxcli/_playbook/docs/reference/person-call-settings-behavior.md,sha256=SLcF29C_osiiqdzzTddJxofNEjW6wlYfMSS09H9CJ7w,62303
78
+ wxcli/_playbook/docs/reference/person-call-settings-handling.md,sha256=EBwGvoKEJYN7J4MrctyqHSEYlvQZ8v4e4JIGZyFt610,57277
79
+ wxcli/_playbook/docs/reference/person-call-settings-media.md,sha256=z7PJGEaZ47AoaL5xiBzoNOLtpge3oGd6kUuhsJ7iOWA,65938
80
+ wxcli/_playbook/docs/reference/person-call-settings-permissions.md,sha256=p0H-OYgn29YKtaWPLXDY_C3brP0FNCMdyXlFhJTEeFo,53137
81
+ wxcli/_playbook/docs/reference/provisioning.md,sha256=7oQcFOS1TkTY-TRn5XkJVA4avhUlJlbHCm5vrqwY3B0,61552
82
+ wxcli/_playbook/docs/reference/reporting-analytics.md,sha256=lELvIG3iexEkro6SpsVyIvAnwqcb8qnVEoH0QZ_slSw,53621
83
+ wxcli/_playbook/docs/reference/self-service-call-settings.md,sha256=34lUMtW_Zyq22gpFmKPLR_oJrgHFcRy4vTfX8gh3juQ,49310
84
+ wxcli/_playbook/docs/reference/virtual-lines.md,sha256=8OpID7dvmJBkJ_pK6ZUTUN-wLdliM5iINmRi3u6njNM,47188
85
+ wxcli/_playbook/docs/reference/webhooks-events.md,sha256=4vYUvAkngkxNH0Yh8u5vYD1VwBY2LTIm4LhfAD_vfKg,58449
86
+ wxcli/_playbook/docs/reference/wxcadm-xsi-realtime.md,sha256=KvQRY80ZvicQKjVtxth22mAEZX_9vZ6dPlg81_gTT_I,34793
87
+ wxcli/_playbook/docs/reference/archive/wxc-sdk-patterns.md,sha256=PyUX0rc_fRck9iHThBwisK7kSXoGtikxBMPMFOjCwR4,43058
88
+ wxcli/_playbook/docs/reference/archive/wxcadm-advanced.md,sha256=NVt89pT78SGImIRnC7A0atGe5ck2mc7dyMSxER5ZQYs,30051
89
+ wxcli/_playbook/docs/reference/archive/wxcadm-core.md,sha256=pldpclNYXh7og5JG7LTp-UzC-GVKJavdREkHd8D8bxE,29561
90
+ wxcli/_playbook/docs/reference/archive/wxcadm-devices-workspaces.md,sha256=8pDJatZFt0ynzDuUxmMVX0MDEMpdXIa2L6rUHJdVXjE,40657
91
+ wxcli/_playbook/docs/reference/archive/wxcadm-features.md,sha256=KDE1OlLtpQ2ZoTIgzRjUcwq0pViA2LLcRL9aqm4sNZI,39226
92
+ wxcli/_playbook/docs/reference/archive/wxcadm-locations.md,sha256=G6PNkCg-K7zR2-A6qGngeBvERcJZbEXSIDTvkQilmvo,30407
93
+ wxcli/_playbook/docs/reference/archive/wxcadm-person.md,sha256=_g0VZBerGvKYR8Eynjv-xgDPafE_YhNTKr867dTc6lU,40413
94
+ wxcli/_playbook/docs/reference/archive/wxcadm-routing.md,sha256=zKTc74BGY4Vo2n34ULanT2jwARmK65UFmUxvYXN8ykc,37576
95
+ wxcli/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
96
+ wxcli/commands/_registry.py,sha256=yHS7kFwLma0FNr0GeMK8SZPzWtu67Dn8xnCphaRFp_E,7474
97
+ wxcli/commands/activation_email.py,sha256=NSTfT9TUN2DD2Ezx6F14KQUxVIwpTFGMcy9lumdmTsg,3920
98
+ wxcli/commands/admin_recordings.py,sha256=nBx8tIveHE3HEM4buRTQqrFgh_7xvPFigSG_dcj3m48,26384
99
+ wxcli/commands/analytics.py,sha256=0oj7sjDYuBz64KR8mpO25pO9ALlUf4qz65hh96N-RUk,3935
100
+ wxcli/commands/announcement_playlists.py,sha256=CadIrMrV-GT8bMjtmAYUW1wrAeYL1d5zB9Pyi-ODR2U,7816
101
+ wxcli/commands/announcements.py,sha256=6sz0fl6VH06O0O6c2PNegwpKNXmR5a7sXXCG3P5Knhg,20375
102
+ wxcli/commands/archive_users.py,sha256=PaYOqonk1t2vJBWAX7cVfh5vbQjbxiMKldHJbfMoiEE,1147
103
+ wxcli/commands/attachment_actions.py,sha256=MufUscvChOLoMmz_KS0Jg03uB6PI5sskVVjK216Yi40,2065
104
+ wxcli/commands/audit_events.py,sha256=QBrN7DHgEzduYbXHfi4OIB7noF3plP84jJ1OWZxAAwU,3330
105
+ wxcli/commands/authorizations.py,sha256=nOEBnF5GDtTAq0SNZk88xIgq5QHYEUfT10gBNdbiIxg,3989
106
+ wxcli/commands/auto_attendant.py,sha256=1FG_EeNDs2bxxyQ8rgQgTgwFdQVyLZ-NATAgmNENzXQ,30574
107
+ wxcli/commands/broadworks_billing_reports.py,sha256=u137RbiPNR904j_Pox4TKYYpmk_aBgnuPDMZC2STRvE,4616
108
+ wxcli/commands/broadworks_enterprises.py,sha256=0gFM5B68jl4pyCBBerWkvGyFwNC4pYXtfvcNZkGtweA,6007
109
+ wxcli/commands/broadworks_subscribers.py,sha256=kqDX8UHP-PfqkMQpZgeJJgjj7EduEe7DBd3rzst6hIo,15320
110
+ wxcli/commands/broadworks_workspaces.py,sha256=bSbIjK91NaA6nh-misllWVwDLoq6BHh4h4FghxzBdW8,4573
111
+ wxcli/commands/call_controls.py,sha256=j6_y7xXWAnIj2sMxGgDEYrJaDyZS6RCznH1aQH27WR4,53576
112
+ wxcli/commands/call_park.py,sha256=8qzlIZjA8MUIPhoYOE5Ae1f0QaqaRC1D7xEd5e5nAYo,20402
113
+ wxcli/commands/call_pickup.py,sha256=8bnDJrIHNI8Mt3T1mtH5rhzIoNJrLh_Ecnt2Oq0XDpU,9701
114
+ wxcli/commands/call_queue.py,sha256=lWcCf7B2ezb0MLd6-zpdCpfmqHn2UL9HFM4FI9cOMys,90733
115
+ wxcli/commands/call_recording.py,sha256=feE_7U8X5_yyq6ZBmUV7pfnYv2c_I_WHxpWbrOHsnG0,30790
116
+ wxcli/commands/call_routing.py,sha256=7OhkSF93lu86IxKWYgp0BIlGc_5XqBTwUMiRkJCyFGw,67826
117
+ wxcli/commands/call_settings_for_me_phase_5.py,sha256=tZbWe3zdZH5hNDk25sKBUxPca5MD5ADObqKV26A5src,8765
118
+ wxcli/commands/caller_reputation.py,sha256=-I7W62rcStvDUYs1Z_ZEa3wuFPTYfcMH9TOtlzzV26Q,7067
119
+ wxcli/commands/calling_service.py,sha256=MqZvGMRKZ5XLLQlRX4LrfrEPYlCUq_nlreFWwdUZnDQ,11891
120
+ wxcli/commands/cc_address_book.py,sha256=SHSLqoLC-NKDNrtt59s2McNjebhR9_lO2AwB_W1v2TQ,34660
121
+ wxcli/commands/cc_agent_greetings.py,sha256=tZXQtYJd0NRW3dS5kXoIVPMADXsEYmDmNoDz3en26gE,9839
122
+ wxcli/commands/cc_agent_summaries.py,sha256=jrjxqMimf9oxQVMpBGiAnX_KvqL3twsm_bgfgmYnZTs,1170
123
+ wxcli/commands/cc_agent_wellbeing.py,sha256=dNMOvT2wv7hQ03Tyg1mbuehhjIc-lKoVLHkaD3SROk8,9685
124
+ wxcli/commands/cc_agents.py,sha256=XN9WAEn9psaVhckS5GBpZ07YG-DPsZfL5bEa5mdAoYY,17848
125
+ wxcli/commands/cc_ai_assistant.py,sha256=pM-WtPMlf51JOJVbrLhsNR_yO6YFDkbSdVGjksZIKiA,2360
126
+ wxcli/commands/cc_ai_feature.py,sha256=J0fmOt-YagQsfPrJOsv55OYE_0kEm6COAofCyoRSUsE,12886
127
+ wxcli/commands/cc_audio_files.py,sha256=OBAgPSKrE6EPMBmoPjJzhCMRevSbAbfBxNYLduIHtKE,6008
128
+ wxcli/commands/cc_auto_csat.py,sha256=9Pp1GNjh6Q9ZHe9gzk_ACj6k1_OChZkINGFvwEfqQNY,13460
129
+ wxcli/commands/cc_aux_code.py,sha256=q_e6-8UOAqv0sY5zI-x86IEqqZi4y_zFmwTStQGqYik,20847
130
+ wxcli/commands/cc_business_hour.py,sha256=h7PduG8P2_2h7oTQzAKJXwChcZ5cE1Mu5ya87DPZp0A,16363
131
+ wxcli/commands/cc_call_monitoring.py,sha256=H7fcLuEqkAalzaFlCX1TD3dfrtYNlt5qCStR8gK17Ic,8185
132
+ wxcli/commands/cc_callbacks.py,sha256=27j5svt9PL8AQY1diKc_Nl13DJd_LMNK1JjyTAVK_L4,8304
133
+ wxcli/commands/cc_campaign.py,sha256=dz19gYvdrzoiUxANSKUVLrZlmkUHiomPYbntJQ7M7wE,11955
134
+ wxcli/commands/cc_captures.py,sha256=20U0gi_4pMv2ExdgGoWPx4Y__fMzeK6way1Emid6TBQ,1322
135
+ wxcli/commands/cc_contact_list.py,sha256=Ghn_Nzgb72kBZuTAzkBIHaOT0m-RMA0dxgwMfKxV7Y0,6888
136
+ wxcli/commands/cc_contact_number.py,sha256=3VfX38ixgKYh1w5JANU9vG4uB5jT2_qHiar7TgU2yL8,12115
137
+ wxcli/commands/cc_data_sources.py,sha256=pEE_ltsi37NXfZyGe7uCLD0o8Bjzph5O1AX1izkKV3o,9198
138
+ wxcli/commands/cc_desktop_layout.py,sha256=b8-3aWN_C3LMwIUVDpRP-Ae-q1Pw3sbdwWXZ6iNelY8,18691
139
+ wxcli/commands/cc_desktop_profile.py,sha256=7gwtxbUiAnZ_GZSqc4iy_YihSXE_DBItKS9fMKX_tjA,13007
140
+ wxcli/commands/cc_dial_number.py,sha256=CUBjUwUDTtQ2btr-0uX89sSKFQM_IpZ-itWAWW_GOdc,23534
141
+ wxcli/commands/cc_dial_plan.py,sha256=nM2gz1V1X1yYUIxmuip65NzTB0O7fKvWjEktXpOobXo,15574
142
+ wxcli/commands/cc_dnc.py,sha256=Eqk8HOAhLcVnRKCv1LxNUvSQKdOFgQQV2Pxl3S6sebA,3804
143
+ wxcli/commands/cc_entry_point.py,sha256=VrbhkG2PcEQW9ZaBCZXl6vxoWMOcU2h6UTbwZh-hCa0,28558
144
+ wxcli/commands/cc_ewt.py,sha256=ey3WaAEPPg5zfy0hjlqWLd5zrvHW41921SHDQpWCgjk,1996
145
+ wxcli/commands/cc_flow.py,sha256=S74fQiU3Idw5Qn6YP7b1UOa682RzQr_PInngfCcaUYM,20956
146
+ wxcli/commands/cc_global_vars.py,sha256=UyBlkMkvvIgx8qbLd5hWAW2c6BV6xKTrGUxSwlw5gBs,19809
147
+ wxcli/commands/cc_holiday_list.py,sha256=pPxk6FWy4kOfxokI59V08AHsYdlGIEHpBTovLd-Gvco,15278
148
+ wxcli/commands/cc_journey.py,sha256=1KQ5Up7z76faiWy25ImZzdYhKmKYW2_DNkEbZUimEGQ,51129
149
+ wxcli/commands/cc_legacy_flows.py,sha256=asfUGWSlbexZ5v_dCVkYQDVBf4vLznKerKLsneoJcqE,1989
150
+ wxcli/commands/cc_multimedia_profile.py,sha256=LQH_9CtwNw7SIKToqnhg3mIFj-D_Kt3OjzcTMR3xF9o,20377
151
+ wxcli/commands/cc_notification.py,sha256=4vqfV2mGy9LGED_oaTrWRPoDR_IxJXbc8cEZbZ5F2TY,2135
152
+ wxcli/commands/cc_outdial_ani.py,sha256=UR8qC8mgSMcxLbHpJ3XCQQukOEjpbME8_l899LewVmY,27204
153
+ wxcli/commands/cc_overrides.py,sha256=s0srKXiyTiPxF7KzIuXIicHSxbAa3cafmWFhZtd3ONo,16159
154
+ wxcli/commands/cc_queue.py,sha256=QANTOsjXyPrzMtIrauUwpbSOhxK63SqN2AqzjJx3PW4,58217
155
+ wxcli/commands/cc_queue_stats.py,sha256=dMoPF-WeSDNk-eWcGV-6MyEt8_aBYdl5cj3VIRasMac,2240
156
+ wxcli/commands/cc_realtime.py,sha256=ioQ6ywQMQEkHCYLOqDJkwi-2Gepukc64lVmqhNqyfhk,2136
157
+ wxcli/commands/cc_resource_collection.py,sha256=0k4tsHbTnd17SBnkbq3zQNY8MyILxkWoCDSFLmUCGEg,13877
158
+ wxcli/commands/cc_search.py,sha256=nA2YHAZWbm52biVtNKrskUrNq6qPIWHk5zy4CuyrY8U,1524
159
+ wxcli/commands/cc_site.py,sha256=qDAJ2HeAonDKRIUVp1m0_dzWblympqq1aXiZ97vGNlU,17214
160
+ wxcli/commands/cc_skill.py,sha256=y4L1euee58vISp_UCCO9mkK-N-ItjAe9UF-7LDuB9fo,13610
161
+ wxcli/commands/cc_skill_profile.py,sha256=Y1mQ8R54u19PuJXDRvZA7MlKxD9swFHVOyMIvwpiCt0,11750
162
+ wxcli/commands/cc_subscriptions.py,sha256=QRr2fi2p2g61dCK5xeWfveIsr7nkYW6r27my1b4q1Bo,16989
163
+ wxcli/commands/cc_summaries.py,sha256=DVY0ArBKEVqvqg_q1OYkMEjpVMhnuGMhmQ45oUaedxg,6210
164
+ wxcli/commands/cc_tasks.py,sha256=_IkYBBkTNHYDLBeuBa8kZbcPmRfEQMOPjNE0Qn1Y_38,31593
165
+ wxcli/commands/cc_team.py,sha256=LnopnFbBIRonBn1vDaicgcQTgjpW1_gFffdkdBp2Vus,12858
166
+ wxcli/commands/cc_user_profiles.py,sha256=pmM6_Gz78j_5boTac6pDESjWXmQ5ZSkhtVZPRLG0O3s,16692
167
+ wxcli/commands/cc_users.py,sha256=x_CgHg7lzoiKWQwr3oqPc-EPips6MomcctsfcWq10Rg,34789
168
+ wxcli/commands/cc_work_types.py,sha256=2okCUVrRo0Uu6YPdzabskuBYye2WIVf57nuBbifIaXk,15661
169
+ wxcli/commands/cdr.py,sha256=PaX-eQ-en5_ljqMzx3EXiGvRH1U2CdVWXpCNVTj0R3U,4207
170
+ wxcli/commands/classifications.py,sha256=CKRHDqrbMvrELPljiPJWKmFjicCfSM602i726vx6bso,1325
171
+ wxcli/commands/cleanup.py,sha256=bN-wPTibWBLKp09b1rNvWMqM2meTHjVoM7e-NeHCXHc,54777
172
+ wxcli/commands/client_settings.py,sha256=M_3zsPnfC4-nuiMbPo9CJkQy193OF_5sfjgkrSb9oRk,2573
173
+ wxcli/commands/conference.py,sha256=K7u_C5H8yEJEyfseWaJCmbl8g57rV5jt_jLqNzI02ug,11930
174
+ wxcli/commands/configure.py,sha256=idk-1Epzi-WWK8qfIEOOVa381Q_fIyzno7ExeDhFnLU,2601
175
+ wxcli/commands/converged_recordings.py,sha256=kXvqkL-Viot3_fDM381vBw2rNhy33z0evgxJt4CXjUU,14970
176
+ wxcli/commands/converged_recordings_export.py,sha256=Q2nzYK6Dad4u1vsYZek70NaZYAJsJdNKcsqLb3jyh7w,13321
177
+ wxcli/commands/cq_playlists.py,sha256=OJhRYUp8ovBcjnjZDIQKQVkpFQRg6tRT3UwgoYYoN_E,1638
178
+ wxcli/commands/cucm.py,sha256=9uIqczl20Bboxsjycr6GSP7coN9LWFm9efCNFBXqRgM,109480
179
+ wxcli/commands/cucm_config.py,sha256=I6m23EJMoD8MH-MqCh3mDdMktZH3aWLCvl76OR1sBXw,5371
180
+ wxcli/commands/customer_assist.py,sha256=8HurRUTrmJha3qq40y1ZFhvurL58i4qFtZK-3XKXyIo,15734
181
+ wxcli/commands/data_sources.py,sha256=JDz1WCw412Cq0C5V7pyg38webYhXDXc8S5yduAJblT0,8972
182
+ wxcli/commands/dect_devices.py,sha256=_oH5w5xcH3NzUqtvz5_vrWDpVxJimjfq_Vgd2_XCzuI,32706
183
+ wxcli/commands/device_configurations.py,sha256=i81ucOPlTI3472f4rr-RlVRu9RZhpQxsiLK-Lgf_N4E,2836
184
+ wxcli/commands/device_dynamic_settings.py,sha256=6vRjcxTw6mF4Q3BjIMbkXQ97NzNmYs8qZ3Iar8Rn1JQ,12748
185
+ wxcli/commands/device_settings.py,sha256=k_ETcUYaPNdmA0fTqo9HaVAEcZ2qAcbT3L38kchHGB4,61336
186
+ wxcli/commands/devices.py,sha256=0hCPTsBwmLaERT9hkW3wJl1DAh51Yw4qRmEj-ntqYYk,11720
187
+ wxcli/commands/domains.py,sha256=OK9ZgDbu409rMGAvNGXuwuMvl13xRQaGZiv_INhn9B4,5148
188
+ wxcli/commands/ecm.py,sha256=HW1kgm2Das4o0i6g7DqFsoy0Hju0GxzAqEWpIJh0HWI,7187
189
+ wxcli/commands/emergency_services.py,sha256=ctLUcqZBPcWQCe6pn4RrT3YhdQ00LGxa61j_4bB0N_Y,33711
190
+ wxcli/commands/events.py,sha256=7WJG3slCbLcvkXgghUtB52dhvOzyICEkY6d4EoWKCbs,3294
191
+ wxcli/commands/external_voicemail.py,sha256=VOPQxEsjTSg4z8IfT0X-fJPIrTGtAyUl7IghyDtjBp8,1832
192
+ wxcli/commands/groups.py,sha256=PKd25hGxbTi1EkGxQmpahktnSsVOpGmmqcTfUHyhsdk,8407
193
+ wxcli/commands/guest_management.py,sha256=IInivyqNbCAbQ_PXnB6hQwZjvih2TrKvZ-6VCTFtQMc,2814
194
+ wxcli/commands/hds.py,sha256=Qx79bS9O7PHddfmuhY4_e7eFAF-_QKi1f2wmUpK8I2M,13415
195
+ wxcli/commands/hot_desk.py,sha256=yPTO7MT5Mt5ucNBFLJ554NXhpOi541eL2B4SPlTYkiM,2349
196
+ wxcli/commands/hot_desking_members.py,sha256=oPw6Th-78ugF-Jh5P6iTfUG3DNOJmMfUILQJtF6RE5Q,4917
197
+ wxcli/commands/hot_desking_portal.py,sha256=X8jaJyHIayahB8zJm3TCMWBSM-9Z32T9yppmWBRFpEw,4660
198
+ wxcli/commands/hunt_group.py,sha256=n6JdSPj7FIMZ-VPQoxlEdpzKpnQ_lX9UVJmXeBUSgvQ,27435
199
+ wxcli/commands/hybrid_clusters.py,sha256=Uz2C0hhN0-9_tSkILmDWxV00qZRwQTYK34xUJ92hRqw,2411
200
+ wxcli/commands/hybrid_connectors.py,sha256=4XqJzeiyS3w8u5A_6LYPF5TiHSlZD5soBfTQA4rVaaU,2290
201
+ wxcli/commands/identity_org.py,sha256=0luQBl8PfI7OD1wk-Advx0d8vkxE7AmfpBmbUA4fhsU,7205
202
+ wxcli/commands/init_playbook.py,sha256=MKxynQJipMqfDzt9hU5Xytj3w4_nkJQLIEbFFAM_KLw,5773
203
+ wxcli/commands/licenses.py,sha256=aWqtrjCPavCttWsG-12wcvXdr8hX-F-LjwNUHP4VB6w,4135
204
+ wxcli/commands/live_monitoring.py,sha256=Kee4RWCMbSArGMixe32N7Zgae4r75O9TBVc9DKueF7Y,1344
205
+ wxcli/commands/location_call_handling.py,sha256=PAcDum6YF9_-Qb1wy95MRjUiOQKQsc8q7lUNIEDSYU4,22942
206
+ wxcli/commands/location_schedules.py,sha256=Y37nhS_2kTSkLufaieTYmEMyhVsUYg0HPtMoCg33i90,14617
207
+ wxcli/commands/location_settings.py,sha256=-JZCFSvknsICwnUxrQwFl_D4lYN46TqF1IiUgGDk1Hw,54602
208
+ wxcli/commands/location_voicemail.py,sha256=U3JFx_NXHSYGA9mnB5JiBi974JdRnBVrTI5fZtneCJM,21745
209
+ wxcli/commands/locations.py,sha256=RJmAJyRL7KqgowVTXFWP6-uzwnkyuMShZ0BWDsiv4Kg,13134
210
+ wxcli/commands/meeting_captions.py,sha256=jHunTcXxzj9T-ptChw_rReFK9tgUXZQk82OVHTyDKqI,4558
211
+ wxcli/commands/meeting_chats.py,sha256=wMEoO9lOlj4DBDP27XYM7viEjtsQW04DD6PDfUOwKNM,2261
212
+ wxcli/commands/meeting_invitees.py,sha256=UG-_3AE8I-pKWg8ty9n2V6R-qdhUjIOcuxVWyKHsxCo,10249
213
+ wxcli/commands/meeting_messages.py,sha256=kJpc36MdWRVdsppE-2MEULZ14fNCLItx-Me5-xAhLdQ,847
214
+ wxcli/commands/meeting_participants.py,sha256=LAnARc-iprS-6dbxGIZjGsPqOQ8dvvVWQOgIyIYnl7c,12381
215
+ wxcli/commands/meeting_polls.py,sha256=BKB_GhCwJeooxngC7WKYu_QEokSvq2etDpqTxknJayQ,4596
216
+ wxcli/commands/meeting_preferences.py,sha256=seAklnLg3SiCABx6btq6d3M27e_l317V0bQ8_KfaCYY,24625
217
+ wxcli/commands/meeting_qa.py,sha256=upj3kDUl9GLP0FX6h1PC0WSDyDqFlyprDt4IWOiy3_0,3187
218
+ wxcli/commands/meeting_qualities.py,sha256=VVxTKc_VkeD2nHt18NupN09NwbZZZG1twDubqxQDkS0,1666
219
+ wxcli/commands/meeting_reports.py,sha256=gP_SmCGZTMWgBOwqH0ttcr7PsmD6CodhgTvZMoW2lZk,4653
220
+ wxcli/commands/meeting_session_types.py,sha256=Obwg-0U4q4LYxS6jxbw5rck1-CeIJSR11mEfKI_6apg,4206
221
+ wxcli/commands/meeting_site.py,sha256=7yElGZvLvVcuZSRsHo44H8dEA9GBwiKhD8nYtxClrdU,2498
222
+ wxcli/commands/meeting_slido.py,sha256=Zal05Z7esS6QrijlNvq1PKyr-yiPiG6UFs4ucSNTWEw,1713
223
+ wxcli/commands/meeting_summaries.py,sha256=T5PE3fvJGCJ9_gqcavcRyvMRRjjAKqgG5iMHJjYBAag,3454
224
+ wxcli/commands/meeting_tracking_codes.py,sha256=eyJYcZuTR109OAHxWtzTMoc1GqYSBzOUZSXF3joMkhA,10076
225
+ wxcli/commands/meeting_transcripts.py,sha256=dBnajMsGIgSIr9IHkW9nqcb75b3hPEJIYYcZYnAUr0Q,9423
226
+ wxcli/commands/meetings.py,sha256=Jxb8ebYzgd7ZvnvqVD52QobbhJ8d0w0uWBv7F5NcA30,103754
227
+ wxcli/commands/memberships.py,sha256=BFrV01zVJ5HNkAYNdZycrb34yvyrmzH3EfAv-cvqSsE,6392
228
+ wxcli/commands/messages.py,sha256=u2scq2LmgpDMHQLSbGBePIG-jtmAJn5CUfCjg829s0E,8749
229
+ wxcli/commands/mode_management.py,sha256=oRcFbjZ7aYwdKd375zPXdV4tY40ZbbIYJPZ_svK71J4,9532
230
+ wxcli/commands/my_call_settings.py,sha256=4PMrpnFCBfbcxONojCL_vRraIklmCJSM3WETj3MMNMA,162390
231
+ wxcli/commands/numbers.py,sha256=C0_nUV5Myho_aY1wRy8dHT0OlpUBTiUu0aJVqv01vVI,17013
232
+ wxcli/commands/operating_modes.py,sha256=PLDtJXGhRAyLXjOVA2PYVO0wiWLJtEy4U5S_Y8BAEaY,19455
233
+ wxcli/commands/org_contacts.py,sha256=NmOVDOR5sxL0CYRZA6Dk2YlFEQfq_7VOsTjdJjjzRkg,12267
234
+ wxcli/commands/org_health_cli.py,sha256=JZHH3W6bocEWrWG0dkcb2h-t-drcyBDmLokmIhqezdI,2280
235
+ wxcli/commands/org_settings.py,sha256=LXNK_pynr6A_UGPuE0k7PO-imTzdzfbULn-uXHVVdOo,2393
236
+ wxcli/commands/organizations.py,sha256=6SS1Yv9PJFvVrkxJhi9Mo6SXNx_kZ-K0AE6Ak1YHRv0,2722
237
+ wxcli/commands/paging_group.py,sha256=us5P7V7J_yaQieC_7MhHWBBxQLEJexsKp4l3LLjjrVk,11844
238
+ wxcli/commands/partner_admins.py,sha256=FKieOsTzRWrmN123oFxbIDB0ChMS5njE1FIrlJGGbIM,5132
239
+ wxcli/commands/partner_reports.py,sha256=--J6ZwF_5y0VtRsaZooYCEFyBGjx_3LQQMi5bD7SEtI,8156
240
+ wxcli/commands/partner_tags.py,sha256=bdt7PJPgwV2oi2qVLldY8P2h0L9yfEfDDhW5gUZ4tiQ,8157
241
+ wxcli/commands/people.py,sha256=3cmFROgDibURLmpsoKfusEH1Z3U_xDLh2yjayIxi7cE,12696
242
+ wxcli/commands/person_call_settings.py,sha256=_wPBFXiH7cncNfsyLuGdkYMqux4_S5hu6rDF1_qtxoI,2730
243
+ wxcli/commands/pstn.py,sha256=q1p3-XoLJms1HekxiluiikQDorHdC5vIctCJLSb6luQ,11540
244
+ wxcli/commands/recording_report.py,sha256=Du9_AlCxdZ4BTmfMjXM_P-KzxK5gcYvvfgFHSmLFe5g,6598
245
+ wxcli/commands/report_templates.py,sha256=dJ5lFMmmf58ZoL_83VLPH74pKgH-qSpHk6dzgfLIfRI,1379
246
+ wxcli/commands/reports.py,sha256=bub1lH8A3Z_-3Dezq-OPay0WxOQSCkJBeb5s8faK434,5561
247
+ wxcli/commands/resource_group_memberships.py,sha256=bw0AEfL17jYx60VuSBmV0UwaDaAvR_kqwCrnJIU1SYI,6733
248
+ wxcli/commands/resource_groups.py,sha256=LOFcypRCnEBaHGJPolZVzSti4tVmelVpcXsbosorIiw,2292
249
+ wxcli/commands/roles.py,sha256=Yr4CjBhJRrPyB7ZjO3Hmp6I-y9b_5IjMZk3cRGM13QQ,2093
250
+ wxcli/commands/room_tabs.py,sha256=PgJgkLCN2SxaBWdq_CS7TNRZEG2YnYzNIirlXIb0CqY,5854
251
+ wxcli/commands/rooms.py,sha256=Legwy8rgckujJgy8gx3-C7_RPueaAipzDMngOhxHaYY,9482
252
+ wxcli/commands/scim_bulk.py,sha256=eAAQRkJHkIfq1lBsm_ZbC0ZGUYJm27VdexsjlypdRQA,1771
253
+ wxcli/commands/scim_groups.py,sha256=9kJkAMl0Pxm9Rj15c7jnLyMsXdIVL3iWzzMGeb5_AHg,10641
254
+ wxcli/commands/scim_schemas.py,sha256=LQqC-TpN2IOydAF10a80zBLzNrsEXmUVthd7gKYU6xM,2567
255
+ wxcli/commands/scim_users.py,sha256=NUuQtxb80YoTCZgbtgq7ZFWfSSbMKoYJyu2CIYb33Rk,13244
256
+ wxcli/commands/security_audit.py,sha256=wrJdQkguF5X-KP0cXn0czHByqjXjEbhtLOAgVR6qME8,2221
257
+ wxcli/commands/service_apps.py,sha256=9uBY6k6C5NV8i6if4F9vRLceT-PHy0D4Sqm0Au-GQWw,2064
258
+ wxcli/commands/single_number_reach.py,sha256=NU1Zi5z4E9jCwQPSqdJ5CYoFqSxS5zCYV9J2YAjRPUM,9411
259
+ wxcli/commands/team_memberships.py,sha256=MVIne1b3IjN-tA469UzHpjk7JEiLl8l00ZFb6bk-2hI,5715
260
+ wxcli/commands/teams.py,sha256=AnZrXjrtkVG_cej4eEuxPzsW5NOm5QMdALOBIoJ3NuU,5279
261
+ wxcli/commands/ucm_profile.py,sha256=kV6Guc5pEuMEldpEHhfKvtJmpwdHE_qH91IDoM4Kmao,1486
262
+ wxcli/commands/update.py,sha256=kTPcRq2adU3izk15HAMMOzxZ4Yo3iOWC4U9V5X5xljk,7332
263
+ wxcli/commands/user_settings.py,sha256=uEv0dQVi0AR0W5x2ZAj06nDYoU3L-hTITBpBHcajlxs,224179
264
+ wxcli/commands/video_mesh.py,sha256=IQyRf_aaMflNlYkmIQgbAYcbpkozONMpnCfbdpEUZ_Y,45913
265
+ wxcli/commands/virtual_extensions.py,sha256=CJnZsFR-m-hUohi37wfLSjKX2ouDkocsI4GSgdS844w,20499
266
+ wxcli/commands/virtual_line_settings.py,sha256=Obpe99aVRHQ0fkLqpGuTYKi6q2I3y2WnH3-ItWNy51g,90095
267
+ wxcli/commands/webhooks.py,sha256=fopc5e8kfYXNuhEXfXmp5GxXRtb9B-eessqRF4qO-fU,7030
268
+ wxcli/commands/wholesale_billing_reports.py,sha256=cvPMTOlJcfhzMsF_n0E3pW-cIfSNagj4m5i4LyVdGhg,6200
269
+ wxcli/commands/wholesale_provisioning.py,sha256=pZOJwD7lKJSpGuc6P3u-EMs43Xui7w09Ssx1oxShQqU,25533
270
+ wxcli/commands/workspace_locations.py,sha256=5iRMh1wj6Uxvu5h7myRT0OENl22LEddXUf8-KeyYBds,13379
271
+ wxcli/commands/workspace_metrics.py,sha256=FiWAC1bH_-IINCgspCpnuyCGwddfGPX5tfT7rg03Gfk,4665
272
+ wxcli/commands/workspace_personalization.py,sha256=U_350T8BzmR4GZ9WEqzL_t3NpL-51NBtLbJgYG46dko,2438
273
+ wxcli/commands/workspace_settings.py,sha256=DXze8L7UyNTosKorFTx4c43oHRROw-Q3aczsGVxq23U,152071
274
+ wxcli/commands/workspaces.py,sha256=sT2IYggiAyW9oTLxKvgt7iKMNzxkZE5G94RkzB59smc,13689
275
+ wxcli/commands/xapi.py,sha256=9x2ezemGC1N6NykNOLvQK0CHe8197PHD4BETKyRaavU,4518
276
+ wxcli/migration/CLAUDE.md,sha256=nZ08BvTIxAzkpgwdr2Kb8-mVlD6Hu_vmyhbnY5OyIVI,9753
277
+ wxcli/migration/__init__.py,sha256=kXnjGZ-RTISKcsxiaYTcnbKrF6U0l2NVlvp3HwZd1JQ,44
278
+ wxcli/migration/models.py,sha256=ocg_ZGsavIpE-fcRr6xEIEosOYf8Fx4R_8KxE55pHuI,39637
279
+ wxcli/migration/phone_models.py,sha256=T9CQFXovdkue-J_m8dhS3chcg27_DkJsIPV-5_ubkkM,2267
280
+ wxcli/migration/rate_limiter.py,sha256=yXfNS4glPsAYyA5z11DE7M41P-syZWZvykkFRJwOJ4M,5045
281
+ wxcli/migration/state.py,sha256=eHkSXiZX4JQMMhVxdd-0HkRNLs2fbN4F9b8knvY3AIo,4890
282
+ wxcli/migration/store.py,sha256=URX8kg4L5-de_mIVNr0ywXIhEIDaZcY8DMR75qzHJog,34640
283
+ wxcli/migration/advisory/CLAUDE.md,sha256=0lo4IsWJXF2EKXrj6Lpfvc6F2NC-7pfOMov6_jzrf_g,13034
284
+ wxcli/migration/advisory/__init__.py,sha256=JtacLVMPK1kE0KhkEO-guW0odRxvK7-2ysRD0RGQ87s,1584
285
+ wxcli/migration/advisory/advisor.py,sha256=EdME09X3wbGWI-VO7l7wnI_oexgEgno0HB7HVUUEixA,3877
286
+ wxcli/migration/advisory/advisory_patterns.py,sha256=yFFSwH5k9CH0YJJ7YIsz3NZyf6z0qDo9i7NdGwswmY0,103265
287
+ wxcli/migration/advisory/recommendation_rules.py,sha256=b4AuLFXi94Vg0XUfvgNjky9Z43DS1Iud4AKEZ9-Dx_o,37027
288
+ wxcli/migration/cucm/CLAUDE.md,sha256=SsboPQT_ffuzvKmxj2ysfFLTacUIxsDoh-VwysW3_iw,6328
289
+ wxcli/migration/cucm/__init__.py,sha256=SHsKDUPWOgBR29giM68a7OYuIOMWtd8n-pFFu7SZF_4,198
290
+ wxcli/migration/cucm/connection.py,sha256=_0RsEA_T2eOgahqNdTJyMYS3OSy_AZn-NazcAiLa1Gg,9566
291
+ wxcli/migration/cucm/discovery.py,sha256=2e2BWgCZS1qBBkePS4d43GCwp7Z08Fug9tdDw6w9fbQ,9611
292
+ wxcli/migration/cucm/unity_connection.py,sha256=bsAl_NEqWTnZHjQjGxOuUtacLWRjWBfTtGai8pdPANY,10368
293
+ wxcli/migration/cucm/extractors/__init__.py,sha256=i-8SH1QJnS6HM2T0H89VCxhqLL7v0pGkgUFDA3c8MkA,60
294
+ wxcli/migration/cucm/extractors/announcements.py,sha256=MH_H9Vy2PrMjK5YEGDfbTpjjaDud8FlNPT5uUeTW3FE,2789
295
+ wxcli/migration/cucm/extractors/base.py,sha256=dDiCAjU7M5gKItvdCrtiB7iWUu37qJtmM5QSkSeZ0Ts,2427
296
+ wxcli/migration/cucm/extractors/device_profiles.py,sha256=0uAzVytue_4EGLVF2CK1t5rEQvHmVc4qRnTjaU68hdE,3134
297
+ wxcli/migration/cucm/extractors/devices.py,sha256=UbrCDErhEQ6CyIHJNtEfQ2JbPBpRFdplaqfbQT2I6Jo,7609
298
+ wxcli/migration/cucm/extractors/e911.py,sha256=hcXgtI6mvIGj4zv919RzLnB4MtlEMT3RaS-ZWFbPWJo,3251
299
+ wxcli/migration/cucm/extractors/features.py,sha256=4wufHuSmBLr7S8GSYQq2MvALcOE5b5vAUW4J_njpEos,12452
300
+ wxcli/migration/cucm/extractors/helpers.py,sha256=sL1_ic1dOGLH5n4v2jjvtJsQH9VrBSU4j0raj2ANJP4,2001
301
+ wxcli/migration/cucm/extractors/informational.py,sha256=GyxfWJwK3t5mrBK6MpkCTjxIuCgrjxnoVflylBjy23c,12842
302
+ wxcli/migration/cucm/extractors/locations.py,sha256=bHmILh_NPmmUGyhky3hosjS0hMjpZA65muzITP9Y69c,8374
303
+ wxcli/migration/cucm/extractors/moh.py,sha256=4fC4ta4pcFLdN7Jk8DjZ3-XqXSXYqnbV75ytSwTcOFI,3109
304
+ wxcli/migration/cucm/extractors/remote_destinations.py,sha256=1ejqrcr46IGBuRu2XyBnuth0k0ZmexXzKIOPOXFqC5M,3053
305
+ wxcli/migration/cucm/extractors/routing.py,sha256=uIMA0iB_mLY-_CHF30uUCCxF4ZFirf6YaQlsZ47Nivo,20758
306
+ wxcli/migration/cucm/extractors/shared_lines.py,sha256=BS3mvh37Gg8o1x3bnosXfNpsiUxgTUJSXQ36fjmpKgk,5432
307
+ wxcli/migration/cucm/extractors/templates.py,sha256=t6lkKmKXnPjtpM7uf3HlLeVcSlbAiYnss-E6fijCugo,8873
308
+ wxcli/migration/cucm/extractors/tier4.py,sha256=b2M5Z5OPOK51HQlhpuffSqaBLOXj2TM0UL5KkTwaFXk,6659
309
+ wxcli/migration/cucm/extractors/users.py,sha256=UKLj2HsIj40g8U-Ok_bdgbg1NZVSM5rCW2Jspw9LNao,10033
310
+ wxcli/migration/cucm/extractors/voicemail.py,sha256=qKgFPVVsPLdnSUF6Qpqq6mx6E1iOt1gIsnsQsvfk8uQ,8392
311
+ wxcli/migration/cucm/extractors/workspaces.py,sha256=5A7c3Ukzz5isiPxWjk1E91uQLoiQSuMxAoKlPwUc1c4,2807
312
+ wxcli/migration/execute/CLAUDE.md,sha256=pBrmGr6bX4jwfo8xifQdgaiFnBi_A9bMlzPCIXLLP4M,27596
313
+ wxcli/migration/execute/__init__.py,sha256=myUoanFhYZwVZFIvioTNEx7qus2gQqPcKxAWGyi2gzA,17132
314
+ wxcli/migration/execute/batch.py,sha256=nj-X7Mjoh80ukN_rFDnL71F0lNZWwhfRi-02XS3n9DU,8948
315
+ wxcli/migration/execute/dependency.py,sha256=DEhGdahIxLGxvtmrY4HKmFCiL-G8nOLU1LRKyZV8sJY,17060
316
+ wxcli/migration/execute/engine.py,sha256=LP_HK6v-ch7JPLOY3jQpRmni-aBceTXZKjX1PLymUrU,38214
317
+ wxcli/migration/execute/handlers.py,sha256=w4eMdH0wOJv4rLcpMdzjwrwGqF4HWeR7SV45FSabq1M,88553
318
+ wxcli/migration/execute/planner.py,sha256=wPIJbL_4oGFisJl34ovK9EhPWT7rdoTeigPuZov7diU,78970
319
+ wxcli/migration/execute/runtime.py,sha256=fGlfS-QbhbBa6YJq7ClV5oIZ_seXWdLpDdyL7n5eYYI,20702
320
+ wxcli/migration/export/CLAUDE.md,sha256=kleD7ZVmNFAiJq-JiCV8atde4amrWx21H_GC-w_cFUQ,2120
321
+ wxcli/migration/export/__init__.py,sha256=TnMfOMZv8QYI8t1-SiwH-k_Z3SmDiOOiAxceG2q0VgY,353
322
+ wxcli/migration/export/csv_export.py,sha256=wwJiW1HMbJqoV4nuCHgyXf-tUDkzlEkADBegMKeRBog,4049
323
+ wxcli/migration/export/deployment_plan.py,sha256=9VfFWHgySNffjFDQWGBC8A5v4xc8FN5UMTnOJ6WcvSc,15663
324
+ wxcli/migration/export/json_export.py,sha256=SGZrJyWqJpvepPdXAV0OcnyHYLnA22cfYyjXm-S7XiU,1763
325
+ wxcli/migration/preflight/CLAUDE.md,sha256=yuYR4S93j2F5iBtn4m9B-i1QnpEk6QCSAzwOLjGdwoA,2978
326
+ wxcli/migration/preflight/__init__.py,sha256=4U00-RxPt3jj4nc0KiFCzDd9ZopemfZxLowfqkHrohc,2433
327
+ wxcli/migration/preflight/checks.py,sha256=-BL4cOw6-glVH0YjHnufN1l1vVPreTwRovccXUdaVkQ,34745
328
+ wxcli/migration/preflight/runner.py,sha256=SECFafjh3KgJtai-vFBI84zAV98s40tc7SgIaRYZtBg,11775
329
+ wxcli/migration/report/CLAUDE.md,sha256=eg9aP7Cv6ZF3OEttDLtYNqsso-HExPr2c9ChNe7lDF0,18007
330
+ wxcli/migration/report/__init__.py,sha256=kr3ggzpPu4JYPl75S9bk1QkFliS7QUiMnF9_Lv33Yws,322
331
+ wxcli/migration/report/appendix.py,sha256=W_5gGNPlnE3epZoHvPPyBowxTiU75eHX19aqGyTd_yw,97054
332
+ wxcli/migration/report/assembler.py,sha256=gTBrvH9waq7Z4VJQK94LXlxhxOH1pMy4qW67rqJJNFk,6238
333
+ wxcli/migration/report/charts.py,sha256=3dQWuoxa6EXBf5p_WinIQg1OPtYFAzrnqN5Q67fRXu0,9275
334
+ wxcli/migration/report/executive.py,sha256=jLakWKPJw8tVMxVj-aEi-ePriMquCZUTr82iLuhBVgQ,29331
335
+ wxcli/migration/report/explainer.py,sha256=JfpqMftf0V82FRs1WqgFsWAwL6zYFx8aoX1S22mTITM,31668
336
+ wxcli/migration/report/helpers.py,sha256=AIXUT5r8IHKOnf-yyZx03LIqRcZ-F3fG5f77fKe7uKA,2251
337
+ wxcli/migration/report/ingest.py,sha256=R6lgGeDFKfx-RALnrIGLRP0OiZt4MOfw8SKguUTq1D8,6413
338
+ wxcli/migration/report/notice_templates.py,sha256=9y2p6k5pm_ORO6gbVdd-My3iWKy1rOoi6bGyjyioj8g,9086
339
+ wxcli/migration/report/score.py,sha256=vmUWJv8rJEYQ6Nqqd-93J_awPzL8ZHTHEygf6V3MNqQ,13757
340
+ wxcli/migration/report/styles.py,sha256=pdSRDGFn7MbpP1Vw_tUzkDR9UwlxqJAleV7MwlbIifQ,25553
341
+ wxcli/migration/report/user_diff.py,sha256=KUrZmwMRS7wBN6C7UUOogbDDdv5Q-dNunHq7u7tx4b0,38424
342
+ wxcli/migration/report/user_notice.py,sha256=wxRjAuh9Uf-DCpbkLBMufvZzUC-HSrwje3EnLFUVWCQ,13460
343
+ wxcli/migration/transform/CLAUDE.md,sha256=ULONoQAJ2jRyqwNyo53mJmCsiv8KnC5EP0wjjoCwQhA,8619
344
+ wxcli/migration/transform/__init__.py,sha256=MhjjRONGM99UxSVnwlt4krgP-1irD4QpQ_7rRU4ZOVY,636
345
+ wxcli/migration/transform/analysis_pipeline.py,sha256=bSEpXE8MKwx0NhDj_QzW3b57Sv9gJIlEVmoD0g0zIzg,18615
346
+ wxcli/migration/transform/cross_reference.py,sha256=vcQsoyybKVuxh4zgRIoWLl_r_P70HVAH_ux4s5JY90Q,49111
347
+ wxcli/migration/transform/cucm_pattern.py,sha256=l26_1P5f0-3Lo0T4_Qf56WpagX74-vxepmNKLX23Hl8,8789
348
+ wxcli/migration/transform/decisions.py,sha256=9i4DUTr9DsdTdYMnWVOpPXrKjiEAIppX1FxBvKHQFTw,10830
349
+ wxcli/migration/transform/e164.py,sha256=T13RNpzVU9ByqTIDtYF9TviGyTnDl_wDebW2GljHfN8,5010
350
+ wxcli/migration/transform/engine.py,sha256=Y1gjK_NnRAJleubHW-odB0VbSTvWtgrhMoVw7n0QwE0,11313
351
+ wxcli/migration/transform/normalizers.py,sha256=QPEcyi2C_QZTOeSqkCnwm6x7vMLJRcgdwaoXzMrNi6I,79115
352
+ wxcli/migration/transform/pattern_converter.py,sha256=vKfytc5SBq-XZ0e6lEjsQJec-qlhFz7Q0aySgx8M1jE,4455
353
+ wxcli/migration/transform/pipeline.py,sha256=H9oyvr-tgeX4-oKuYJIGLdDBBzXsqSRFh_5hzhDUFK0,11292
354
+ wxcli/migration/transform/rules.py,sha256=1VpGRwthcl2mEk7FkB6f891elg-xigRkUMrTrDntc0E,9004
355
+ wxcli/migration/transform/analyzers/__init__.py,sha256=G8lQOyp4mkILw2gtcv0JL5HbyrHjA__daAo4GorgnP8,4751
356
+ wxcli/migration/transform/analyzers/css_permission.py,sha256=tJDCdxeWOHhp9k7Si9Yf2vX6N6F8wwi8HNIDu_KAUf4,7499
357
+ wxcli/migration/transform/analyzers/css_routing.py,sha256=sLQf2un7uG0iXES4BISVFC_5GK0jUk5SRjSUiNnoNaQ,13850
358
+ wxcli/migration/transform/analyzers/device_compatibility.py,sha256=azYPHTrnVOQZTnYMcPGEn7Tkloin3azGLyv5Gz2phHg,4763
359
+ wxcli/migration/transform/analyzers/dn_ambiguity.py,sha256=KesY-6Gsdgrb_iLddJV0SGBQ0bfDmKXx6bjRrGCYDxI,4981
360
+ wxcli/migration/transform/analyzers/duplicate_user.py,sha256=Drf-iZaljxB8h3kmrZpBVfMC16qKvS1oZi1Rnf0NlX4,8204
361
+ wxcli/migration/transform/analyzers/extension_conflict.py,sha256=lNzDHU9HhmBmF-piM77kUjjagq2JzFJ8MrklHgWHc40,6876
362
+ wxcli/migration/transform/analyzers/feature_approximation.py,sha256=x-ViSQ9PWhXS_DbDIxCQkoBOIHkbQy7dRxpp46RcHG8,8737
363
+ wxcli/migration/transform/analyzers/layout_overflow.py,sha256=2YIKsg-SjLbC-QaKswsy0g_r64J2CvFnFSmjtsB6vNI,6816
364
+ wxcli/migration/transform/analyzers/location_ambiguity.py,sha256=zPlEPRdgiNg-yVFrjyeK3jIUtNHSLi_pUYP9FnB7Dqo,7592
365
+ wxcli/migration/transform/analyzers/missing_data.py,sha256=ibCkXEsahxEkLZjXy77LQhk89EEhK1K3TKPjCg6IVgU,12671
366
+ wxcli/migration/transform/analyzers/selective_call_handling.py,sha256=Cfm2G0nWVdysk5UCdzYnvon1tM2-qSQtDgOgIl_kBzY,15476
367
+ wxcli/migration/transform/analyzers/shared_line.py,sha256=t4j4U8zESlD8SdaxGk5RJg8IUnKecCcwpvljM_P_I5o,6334
368
+ wxcli/migration/transform/analyzers/voicemail_compatibility.py,sha256=UyDPGj7Wn44D3kr91K2Xq1HPcrVBtMVtA-L85iqHSG0,10352
369
+ wxcli/migration/transform/analyzers/workspace_license.py,sha256=8Q5OPT97PM2ZxQ69mkCzdqGa2C5K7XmZgDNPRKDFXi8,8452
370
+ wxcli/migration/transform/mappers/CLAUDE.md,sha256=cPUE_hHfYlknyErhhdpU3WMOCsIO_G9yaZLAyVD5mg4,13120
371
+ wxcli/migration/transform/mappers/__init__.py,sha256=lRh0FFF1BIJbSawTvwuBtw5VznTFSrtXiUSRHz1p9Ds,3274
372
+ wxcli/migration/transform/mappers/announcement_mapper.py,sha256=AV5LdiyiJIK9ObSb2hmex_py5GJD7DHJcz-rv8PgV3M,4059
373
+ wxcli/migration/transform/mappers/base.py,sha256=5PfVd_OrNqSXKoQG_yy-LvlTd_C1nacDhKaKtmHgTrE,6735
374
+ wxcli/migration/transform/mappers/button_template_mapper.py,sha256=EwosYDsvWerT_mBjI9dWr79UNMwYlwDCwiShuv-twlc,6693
375
+ wxcli/migration/transform/mappers/call_forwarding_mapper.py,sha256=R3SRLkZVRb3yQ7o9bFjiK5_FbCWq-1iMtv6mftdXAac,9205
376
+ wxcli/migration/transform/mappers/call_settings_mapper.py,sha256=tLQ-IcgrIorEC9X7EK1MLQ4nGkiXzamIBBiEcVxtG8s,5447
377
+ wxcli/migration/transform/mappers/css_mapper.py,sha256=8K6smEG9CLjxCM1trRJT_zAYWWQ_nUWTFUXVBTBbfIY,35974
378
+ wxcli/migration/transform/mappers/dect_mapper.py,sha256=eKIzMXy6rVE6YNGFAiwc57M4M05-zSEXUlugGfMMpws,18274
379
+ wxcli/migration/transform/mappers/device_layout_mapper.py,sha256=aGvRwHGGQQvcJHZuR_9QkeX1iwreNfeZDQajVwlpepY,11381
380
+ wxcli/migration/transform/mappers/device_mapper.py,sha256=DR1sYr0jR1ZLQp_ru2DUM4Dw2q0OD5vtRpP6hG9m_b4,10116
381
+ wxcli/migration/transform/mappers/device_profile_mapper.py,sha256=eZj3H4ANWeiVbSO8bT7uaHPc34tr3wp4iisiXkErTD0,7672
382
+ wxcli/migration/transform/mappers/device_settings_mapper.py,sha256=ySBxLzm2vwSS75uCNRoeNTZ-t_5pkN_WJwJ3ZvldasI,16405
383
+ wxcli/migration/transform/mappers/e911_mapper.py,sha256=RZZD3ERw7URLcolLkBSKKEaUrlxqvRt4KQiFQAbvpf8,4805
384
+ wxcli/migration/transform/mappers/ecbn_mapper.py,sha256=kRufz1lLPN7VKBXnzcLk92fREq4lTGYxLP-lSrNSclg,9617
385
+ wxcli/migration/transform/mappers/executive_assistant_mapper.py,sha256=DsfeRNmXfXXNcQA6SCs8diULGpdvIqpvRO4d4YX99bg,6257
386
+ wxcli/migration/transform/mappers/feature_mapper.py,sha256=o7JMIawKB4efEcK92r30_0iPA6cEBYpnMA09_jGRM8A,50052
387
+ wxcli/migration/transform/mappers/line_mapper.py,sha256=sx0YqY57AMijdN03JJ4OSxPSE8dZMRnDaA3t-YQhX5k,12949
388
+ wxcli/migration/transform/mappers/location_mapper.py,sha256=6gjeNw6ygXnYTAZkQmtCERMoxwMUPqXpW6fzB1-9djs,9242
389
+ wxcli/migration/transform/mappers/moh_mapper.py,sha256=C2jrNX6aD7zj9Y_I0rJkWjPUysxBvnCwx0sGHJ5n3ug,3879
390
+ wxcli/migration/transform/mappers/monitoring_mapper.py,sha256=kkEvCsadv3ul4kLbUT-G9p1oXv58XrMqPYfO13pXEp8,8368
391
+ wxcli/migration/transform/mappers/receptionist_mapper.py,sha256=z4TuCrOszQPQYAaSPF8YoIscd0TTOIgcK7PREUOKSNc,8639
392
+ wxcli/migration/transform/mappers/routing_mapper.py,sha256=GUdThn1Y3w7WEdFOqicaBu1Pr1i3xDzfB6mgGlHNUus,36617
393
+ wxcli/migration/transform/mappers/snr_mapper.py,sha256=o8GGbGPu4G58ljfMmitP1rkTQHxmP0qTDPxpLQKZ3PA,7183
394
+ wxcli/migration/transform/mappers/softkey_mapper.py,sha256=BNBUHxkzd1q6ZaHI-gYNVCs1B23GzG7X9Zjs_-QarWc,7979
395
+ wxcli/migration/transform/mappers/user_mapper.py,sha256=vl2zX3jSwTDYRL3ZiocCBVEfsOfLYSwJ190TOI02dK8,11323
396
+ wxcli/migration/transform/mappers/voicemail_group_mapper.py,sha256=BX5M7VTHhPHVRjFWbv7Ht6K3FiMYv_13JykpET7Q6aQ,11837
397
+ wxcli/migration/transform/mappers/voicemail_mapper.py,sha256=hWrpKCE7rIZEL2RcIcCBNQ6k4mzrGrpFt1DOL1Z4sbM,19451
398
+ wxcli/migration/transform/mappers/workspace_mapper.py,sha256=qYpUr19Z9cfSRkJNHzNh9bkSwmOLexxxGRUu8xL1Rmc,20361
399
+ wxcli/org_health/CLAUDE.md,sha256=fkVfNO7dsQXEANLefhS-nR_VaR9UlY5CYflWJBxmHwU,4145
400
+ wxcli/org_health/__init__.py,sha256=ynYafzEN9FMRK8Ud-87953mf4TKRtP8B5e-xRwWEBzo,262
401
+ wxcli/org_health/analyze.py,sha256=Bi1liUzU2l-ASRpBmWcv6Dj0D1gJAFy7xRFjOoSNJoY,3412
402
+ wxcli/org_health/checks.py,sha256=kdUdGvzSnA5MsArfLdVngpm3x5mvXzgch-MBfySh3_U,19750
403
+ wxcli/org_health/collector.py,sha256=7JHKJGy51-HQ4UJaiwa3hTtSMTGAvPZlziCWbEz3pIk,1858
404
+ wxcli/org_health/models.py,sha256=7zT4wufcOc7LFJ8RsMWY1yVcyYM_OvBM9NCvZqwStuA,1945
405
+ wxcli/org_health/report.py,sha256=C00ghnzJH_oOxSFIqDN_kdxEGKC2wBxZn2-rB5p9WNk,11984
406
+ wxcli-1.2.0.dist-info/licenses/LICENSE,sha256=SuuxOrrNB0R98J45HC7qHUvQYf-KTuTr2dGWmgALsHg,10764
407
+ wxcli-1.2.0.dist-info/METADATA,sha256=qpcDCzcr3LTw9gIj6OMvgg8luil9V-8x_7cXqvrGGjU,26849
408
+ wxcli-1.2.0.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
409
+ wxcli-1.2.0.dist-info/entry_points.txt,sha256=bathmcAqp9aNU5mpp9SI_8BCP7zzv2f8bFBRHdfNJL0,41
410
+ wxcli-1.2.0.dist-info/scm_file_list.json,sha256=tra6qHrY5EXqlmAKyBa8o0M0YsQaIbv8sD4Hcj6ZqUM,38404
411
+ wxcli-1.2.0.dist-info/scm_version.json,sha256=8uhywno353AzK2KmwoSbeyOGhRklquomDXv9n7wgGb8,160
412
+ wxcli-1.2.0.dist-info/top_level.txt,sha256=9XAfW1sC-ZBTZOySZDad_IyNG6gOmq8e2Kuz3uYseto,6
413
+ wxcli-1.2.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (83.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ wxcli = wxcli.main:app
@@ -0,0 +1,191 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to the Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by the Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding any notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ Copyright 2026 Adam Hobgood
180
+
181
+ Licensed under the Apache License, Version 2.0 (the "License");
182
+ you may not use this file except in compliance with the License.
183
+ You may obtain a copy of the License at
184
+
185
+ http://www.apache.org/licenses/LICENSE-2.0
186
+
187
+ Unless required by applicable law or agreed to in writing, software
188
+ distributed under the License is distributed on an "AS IS" BASIS,
189
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
190
+ See the License for the specific language governing permissions and
191
+ limitations under the License.