auth0-python 6.5.0__tar.gz → 6.6.0__tar.gz

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 (4310) hide show
  1. {auth0_python-6.5.0 → auth0_python-6.6.0}/PKG-INFO +1 -1
  2. {auth0_python-6.5.0 → auth0_python-6.6.0}/pyproject.toml +1 -1
  3. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/__init__.py +18 -0
  4. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/connections/client.py +18 -0
  5. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/connections/raw_client.py +18 -0
  6. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/resource_servers/client.py +17 -0
  7. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/resource_servers/raw_client.py +25 -0
  8. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/tenants/settings/client.py +9 -0
  9. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/tenants/settings/raw_client.py +13 -0
  10. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/__init__.py +20 -0
  11. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_my_organization_patch_configuration.py +10 -0
  12. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_my_organization_post_configuration.py +10 -0
  13. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_my_organization_response_configuration.py +10 -0
  14. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_organization_all_connection_response_content.py +2 -0
  15. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_resource_server_response_content.py +2 -0
  16. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_organization_all_connection_response_content.py +2 -0
  17. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_resource_server_response_content.py +2 -0
  18. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_tenant_settings_response_content.py +2 -0
  19. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_all_connection_post.py +2 -0
  20. auth0_python-6.6.0/src/auth0/management/types/organization_member_access_level_enum.py +5 -0
  21. auth0_python-6.6.0/src/auth0/management/types/organization_member_access_level_enum_with_null.py +7 -0
  22. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/resource_server.py +2 -0
  23. auth0_python-6.6.0/src/auth0/management/types/resource_server_access_token.py +24 -0
  24. auth0_python-6.6.0/src/auth0/management/types/resource_server_access_token_claims_mapping.py +24 -0
  25. auth0_python-6.6.0/src/auth0/management/types/resource_server_access_token_custom_claims_mapping.py +10 -0
  26. auth0_python-6.6.0/src/auth0/management/types/resource_server_access_token_custom_claims_mapping_rule.py +27 -0
  27. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/resource_server_search_response.py +2 -0
  28. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_organization_all_connection_response_content.py +2 -0
  29. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_resource_server_response_content.py +2 -0
  30. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_tenant_settings_response_content.py +2 -0
  31. {auth0_python-6.5.0 → auth0_python-6.6.0}/LICENSE +0 -0
  32. {auth0_python-6.5.0 → auth0_python-6.6.0}/README.md +0 -0
  33. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/__init__.py +0 -0
  34. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/authentication/__init__.py +0 -0
  35. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/authentication/async_token_verifier.py +0 -0
  36. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/authentication/back_channel_login.py +0 -0
  37. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/authentication/base.py +0 -0
  38. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/authentication/client_authentication.py +0 -0
  39. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/authentication/database.py +0 -0
  40. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/authentication/delegated.py +0 -0
  41. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/authentication/enterprise.py +0 -0
  42. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/authentication/exceptions.py +0 -0
  43. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/authentication/get_token.py +0 -0
  44. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/authentication/passwordless.py +0 -0
  45. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/authentication/pushed_authorization_requests.py +0 -0
  46. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/authentication/rest.py +0 -0
  47. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/authentication/rest_async.py +0 -0
  48. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/authentication/revoke_token.py +0 -0
  49. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/authentication/social.py +0 -0
  50. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/authentication/token_verifier.py +0 -0
  51. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/authentication/types.py +0 -0
  52. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/authentication/users.py +0 -0
  53. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/_default_clients.py +0 -0
  54. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/actions/__init__.py +0 -0
  55. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/actions/client.py +0 -0
  56. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/actions/executions/__init__.py +0 -0
  57. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/actions/executions/client.py +0 -0
  58. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/actions/executions/raw_client.py +0 -0
  59. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/actions/modules/__init__.py +0 -0
  60. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/actions/modules/client.py +0 -0
  61. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/actions/modules/raw_client.py +0 -0
  62. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/actions/modules/versions/__init__.py +0 -0
  63. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/actions/modules/versions/client.py +0 -0
  64. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/actions/modules/versions/raw_client.py +0 -0
  65. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/actions/raw_client.py +0 -0
  66. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/actions/triggers/__init__.py +0 -0
  67. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/actions/triggers/bindings/__init__.py +0 -0
  68. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/actions/triggers/bindings/client.py +0 -0
  69. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/actions/triggers/bindings/raw_client.py +0 -0
  70. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/actions/triggers/client.py +0 -0
  71. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/actions/triggers/raw_client.py +0 -0
  72. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/actions/versions/__init__.py +0 -0
  73. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/actions/versions/client.py +0 -0
  74. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/actions/versions/raw_client.py +0 -0
  75. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/agents/__init__.py +0 -0
  76. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/agents/client.py +0 -0
  77. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/agents/raw_client.py +0 -0
  78. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/anomaly/__init__.py +0 -0
  79. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/anomaly/blocks/__init__.py +0 -0
  80. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/anomaly/blocks/client.py +0 -0
  81. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/anomaly/blocks/raw_client.py +0 -0
  82. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/anomaly/client.py +0 -0
  83. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/anomaly/raw_client.py +0 -0
  84. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/attack_protection/__init__.py +0 -0
  85. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/attack_protection/bot_detection/__init__.py +0 -0
  86. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/attack_protection/bot_detection/client.py +0 -0
  87. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/attack_protection/bot_detection/raw_client.py +0 -0
  88. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/attack_protection/breached_password_detection/__init__.py +0 -0
  89. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/attack_protection/breached_password_detection/client.py +0 -0
  90. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/attack_protection/breached_password_detection/raw_client.py +0 -0
  91. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/attack_protection/brute_force_protection/__init__.py +0 -0
  92. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/attack_protection/brute_force_protection/client.py +0 -0
  93. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/attack_protection/brute_force_protection/raw_client.py +0 -0
  94. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/attack_protection/captcha/__init__.py +0 -0
  95. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/attack_protection/captcha/client.py +0 -0
  96. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/attack_protection/captcha/raw_client.py +0 -0
  97. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/attack_protection/client.py +0 -0
  98. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/attack_protection/phone_provider_protection/__init__.py +0 -0
  99. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/attack_protection/phone_provider_protection/client.py +0 -0
  100. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/attack_protection/phone_provider_protection/raw_client.py +0 -0
  101. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/attack_protection/raw_client.py +0 -0
  102. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/attack_protection/suspicious_ip_throttling/__init__.py +0 -0
  103. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/attack_protection/suspicious_ip_throttling/client.py +0 -0
  104. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/attack_protection/suspicious_ip_throttling/raw_client.py +0 -0
  105. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/branding/__init__.py +0 -0
  106. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/branding/client.py +0 -0
  107. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/branding/phone/__init__.py +0 -0
  108. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/branding/phone/client.py +0 -0
  109. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/branding/phone/providers/__init__.py +0 -0
  110. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/branding/phone/providers/client.py +0 -0
  111. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/branding/phone/providers/raw_client.py +0 -0
  112. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/branding/phone/raw_client.py +0 -0
  113. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/branding/phone/templates/__init__.py +0 -0
  114. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/branding/phone/templates/client.py +0 -0
  115. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/branding/phone/templates/raw_client.py +0 -0
  116. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/branding/raw_client.py +0 -0
  117. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/branding/templates/__init__.py +0 -0
  118. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/branding/templates/client.py +0 -0
  119. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/branding/templates/raw_client.py +0 -0
  120. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/branding/themes/__init__.py +0 -0
  121. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/branding/themes/client.py +0 -0
  122. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/branding/themes/raw_client.py +0 -0
  123. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/client.py +0 -0
  124. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/client_grants/__init__.py +0 -0
  125. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/client_grants/client.py +0 -0
  126. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/client_grants/organizations/__init__.py +0 -0
  127. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/client_grants/organizations/client.py +0 -0
  128. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/client_grants/organizations/raw_client.py +0 -0
  129. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/client_grants/raw_client.py +0 -0
  130. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/clients/__init__.py +0 -0
  131. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/clients/client.py +0 -0
  132. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/clients/connections/__init__.py +0 -0
  133. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/clients/connections/client.py +0 -0
  134. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/clients/connections/raw_client.py +0 -0
  135. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/clients/credentials/__init__.py +0 -0
  136. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/clients/credentials/client.py +0 -0
  137. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/clients/credentials/raw_client.py +0 -0
  138. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/clients/raw_client.py +0 -0
  139. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/connection_profiles/__init__.py +0 -0
  140. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/connection_profiles/client.py +0 -0
  141. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/connection_profiles/raw_client.py +0 -0
  142. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/connections/__init__.py +0 -0
  143. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/connections/client.py +0 -0
  144. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/connections/clients/__init__.py +0 -0
  145. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/connections/clients/client.py +0 -0
  146. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/connections/clients/raw_client.py +0 -0
  147. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/connections/directory_provisioning/__init__.py +0 -0
  148. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/connections/directory_provisioning/client.py +0 -0
  149. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/connections/directory_provisioning/raw_client.py +0 -0
  150. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/connections/directory_provisioning/synchronizations/__init__.py +0 -0
  151. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/connections/directory_provisioning/synchronizations/client.py +0 -0
  152. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/connections/directory_provisioning/synchronizations/raw_client.py +0 -0
  153. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/connections/keys/__init__.py +0 -0
  154. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/connections/keys/client.py +0 -0
  155. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/connections/keys/raw_client.py +0 -0
  156. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/connections/raw_client.py +0 -0
  157. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/connections/scim_configuration/__init__.py +0 -0
  158. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/connections/scim_configuration/client.py +0 -0
  159. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/connections/scim_configuration/raw_client.py +0 -0
  160. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/connections/scim_configuration/tokens/__init__.py +0 -0
  161. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/connections/scim_configuration/tokens/client.py +0 -0
  162. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/connections/scim_configuration/tokens/raw_client.py +0 -0
  163. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/connections/users/__init__.py +0 -0
  164. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/connections/users/client.py +0 -0
  165. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/connections/users/raw_client.py +0 -0
  166. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/core/__init__.py +0 -0
  167. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/core/api_error.py +0 -0
  168. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/core/client_wrapper.py +0 -0
  169. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/core/datetime_utils.py +0 -0
  170. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/core/file.py +0 -0
  171. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/core/force_multipart.py +0 -0
  172. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/core/http_client.py +0 -0
  173. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/core/http_response.py +0 -0
  174. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/core/http_sse/__init__.py +0 -0
  175. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/core/http_sse/_api.py +0 -0
  176. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/core/http_sse/_decoders.py +0 -0
  177. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/core/http_sse/_exceptions.py +0 -0
  178. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/core/http_sse/_models.py +0 -0
  179. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/core/jsonable_encoder.py +0 -0
  180. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/core/logging.py +0 -0
  181. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/core/pagination.py +0 -0
  182. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/core/parse_error.py +0 -0
  183. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/core/pydantic_utilities.py +0 -0
  184. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/core/query_encoder.py +0 -0
  185. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/core/remove_none_from_dict.py +0 -0
  186. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/core/request_options.py +0 -0
  187. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/core/serialization.py +0 -0
  188. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/custom_domains/__init__.py +0 -0
  189. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/custom_domains/client.py +0 -0
  190. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/custom_domains/raw_client.py +0 -0
  191. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/device_credentials/__init__.py +0 -0
  192. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/device_credentials/client.py +0 -0
  193. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/device_credentials/raw_client.py +0 -0
  194. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/email_templates/__init__.py +0 -0
  195. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/email_templates/client.py +0 -0
  196. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/email_templates/raw_client.py +0 -0
  197. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/emails/__init__.py +0 -0
  198. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/emails/client.py +0 -0
  199. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/emails/provider/__init__.py +0 -0
  200. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/emails/provider/client.py +0 -0
  201. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/emails/provider/raw_client.py +0 -0
  202. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/emails/raw_client.py +0 -0
  203. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/environment.py +0 -0
  204. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/errors/__init__.py +0 -0
  205. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/errors/bad_request_error.py +0 -0
  206. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/errors/conflict_error.py +0 -0
  207. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/errors/content_too_large_error.py +0 -0
  208. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/errors/forbidden_error.py +0 -0
  209. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/errors/gateway_timeout_error.py +0 -0
  210. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/errors/gone_error.py +0 -0
  211. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/errors/internal_server_error.py +0 -0
  212. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/errors/not_found_error.py +0 -0
  213. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/errors/payment_required_error.py +0 -0
  214. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/errors/precondition_failed_error.py +0 -0
  215. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/errors/service_unavailable_error.py +0 -0
  216. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/errors/too_many_requests_error.py +0 -0
  217. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/errors/unauthorized_error.py +0 -0
  218. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/errors/unprocessable_entity_error.py +0 -0
  219. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/event_streams/__init__.py +0 -0
  220. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/event_streams/client.py +0 -0
  221. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/event_streams/deliveries/__init__.py +0 -0
  222. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/event_streams/deliveries/client.py +0 -0
  223. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/event_streams/deliveries/raw_client.py +0 -0
  224. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/event_streams/raw_client.py +0 -0
  225. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/event_streams/redeliveries/__init__.py +0 -0
  226. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/event_streams/redeliveries/client.py +0 -0
  227. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/event_streams/redeliveries/raw_client.py +0 -0
  228. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/event_streams/types/__init__.py +0 -0
  229. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/event_streams/types/event_streams_create_request.py +0 -0
  230. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/events/__init__.py +0 -0
  231. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/events/client.py +0 -0
  232. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/events/raw_client.py +0 -0
  233. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/experimentation/__init__.py +0 -0
  234. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/experimentation/client.py +0 -0
  235. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/experimentation/experiments/__init__.py +0 -0
  236. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/experimentation/experiments/client.py +0 -0
  237. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/experimentation/experiments/raw_client.py +0 -0
  238. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/experimentation/raw_client.py +0 -0
  239. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/flows/__init__.py +0 -0
  240. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/flows/client.py +0 -0
  241. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/flows/executions/__init__.py +0 -0
  242. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/flows/executions/client.py +0 -0
  243. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/flows/executions/raw_client.py +0 -0
  244. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/flows/raw_client.py +0 -0
  245. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/flows/vault/__init__.py +0 -0
  246. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/flows/vault/client.py +0 -0
  247. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/flows/vault/connections/__init__.py +0 -0
  248. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/flows/vault/connections/client.py +0 -0
  249. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/flows/vault/connections/raw_client.py +0 -0
  250. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/flows/vault/raw_client.py +0 -0
  251. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/forms/__init__.py +0 -0
  252. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/forms/client.py +0 -0
  253. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/forms/raw_client.py +0 -0
  254. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/groups/__init__.py +0 -0
  255. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/groups/client.py +0 -0
  256. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/groups/members/__init__.py +0 -0
  257. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/groups/members/client.py +0 -0
  258. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/groups/members/raw_client.py +0 -0
  259. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/groups/raw_client.py +0 -0
  260. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/groups/roles/__init__.py +0 -0
  261. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/groups/roles/client.py +0 -0
  262. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/groups/roles/raw_client.py +0 -0
  263. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/__init__.py +0 -0
  264. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/client.py +0 -0
  265. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/enrollments/__init__.py +0 -0
  266. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/enrollments/client.py +0 -0
  267. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/enrollments/raw_client.py +0 -0
  268. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/factors/__init__.py +0 -0
  269. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/factors/client.py +0 -0
  270. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/factors/duo/__init__.py +0 -0
  271. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/factors/duo/client.py +0 -0
  272. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/factors/duo/raw_client.py +0 -0
  273. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/factors/duo/settings/__init__.py +0 -0
  274. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/factors/duo/settings/client.py +0 -0
  275. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/factors/duo/settings/raw_client.py +0 -0
  276. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/factors/email/__init__.py +0 -0
  277. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/factors/email/client.py +0 -0
  278. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/factors/email/raw_client.py +0 -0
  279. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/factors/phone/__init__.py +0 -0
  280. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/factors/phone/client.py +0 -0
  281. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/factors/phone/raw_client.py +0 -0
  282. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/factors/push_notification/__init__.py +0 -0
  283. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/factors/push_notification/client.py +0 -0
  284. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/factors/push_notification/raw_client.py +0 -0
  285. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/factors/raw_client.py +0 -0
  286. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/factors/sms/__init__.py +0 -0
  287. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/factors/sms/client.py +0 -0
  288. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/factors/sms/raw_client.py +0 -0
  289. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/policies/__init__.py +0 -0
  290. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/policies/client.py +0 -0
  291. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/policies/raw_client.py +0 -0
  292. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/guardian/raw_client.py +0 -0
  293. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/hooks/__init__.py +0 -0
  294. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/hooks/client.py +0 -0
  295. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/hooks/raw_client.py +0 -0
  296. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/hooks/secrets/__init__.py +0 -0
  297. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/hooks/secrets/client.py +0 -0
  298. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/hooks/secrets/raw_client.py +0 -0
  299. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/jobs/__init__.py +0 -0
  300. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/jobs/client.py +0 -0
  301. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/jobs/errors/__init__.py +0 -0
  302. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/jobs/errors/client.py +0 -0
  303. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/jobs/errors/raw_client.py +0 -0
  304. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/jobs/errors/types/__init__.py +0 -0
  305. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/jobs/errors/types/errors_get_response.py +0 -0
  306. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/jobs/raw_client.py +0 -0
  307. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/jobs/users_exports/__init__.py +0 -0
  308. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/jobs/users_exports/client.py +0 -0
  309. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/jobs/users_exports/raw_client.py +0 -0
  310. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/jobs/users_imports/__init__.py +0 -0
  311. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/jobs/users_imports/client.py +0 -0
  312. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/jobs/users_imports/raw_client.py +0 -0
  313. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/jobs/verification_email/__init__.py +0 -0
  314. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/jobs/verification_email/client.py +0 -0
  315. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/jobs/verification_email/raw_client.py +0 -0
  316. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/keys/__init__.py +0 -0
  317. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/keys/client.py +0 -0
  318. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/keys/custom_signing/__init__.py +0 -0
  319. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/keys/custom_signing/client.py +0 -0
  320. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/keys/custom_signing/raw_client.py +0 -0
  321. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/keys/encryption/__init__.py +0 -0
  322. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/keys/encryption/client.py +0 -0
  323. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/keys/encryption/raw_client.py +0 -0
  324. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/keys/network_acls/__init__.py +0 -0
  325. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/keys/network_acls/client.py +0 -0
  326. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/keys/network_acls/raw_client.py +0 -0
  327. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/keys/raw_client.py +0 -0
  328. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/keys/signing/__init__.py +0 -0
  329. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/keys/signing/client.py +0 -0
  330. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/keys/signing/raw_client.py +0 -0
  331. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/log_streams/__init__.py +0 -0
  332. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/log_streams/client.py +0 -0
  333. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/log_streams/raw_client.py +0 -0
  334. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/logs/__init__.py +0 -0
  335. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/logs/client.py +0 -0
  336. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/logs/raw_client.py +0 -0
  337. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/management_client.py +0 -0
  338. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/network_acls/__init__.py +0 -0
  339. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/network_acls/client.py +0 -0
  340. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/network_acls/raw_client.py +0 -0
  341. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/__init__.py +0 -0
  342. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/client.py +0 -0
  343. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/client_grants/__init__.py +0 -0
  344. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/client_grants/client.py +0 -0
  345. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/client_grants/raw_client.py +0 -0
  346. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/clients/__init__.py +0 -0
  347. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/clients/client.py +0 -0
  348. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/clients/raw_client.py +0 -0
  349. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/connections/__init__.py +0 -0
  350. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/discovery_domains/__init__.py +0 -0
  351. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/discovery_domains/client.py +0 -0
  352. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/discovery_domains/raw_client.py +0 -0
  353. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/enabled_connections/__init__.py +0 -0
  354. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/enabled_connections/client.py +0 -0
  355. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/enabled_connections/raw_client.py +0 -0
  356. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/groups/__init__.py +0 -0
  357. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/groups/client.py +0 -0
  358. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/groups/raw_client.py +0 -0
  359. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/groups/roles/__init__.py +0 -0
  360. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/groups/roles/client.py +0 -0
  361. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/groups/roles/raw_client.py +0 -0
  362. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/invitations/__init__.py +0 -0
  363. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/invitations/client.py +0 -0
  364. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/invitations/raw_client.py +0 -0
  365. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/members/__init__.py +0 -0
  366. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/members/client.py +0 -0
  367. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/members/effective_roles/__init__.py +0 -0
  368. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/members/effective_roles/client.py +0 -0
  369. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/members/effective_roles/raw_client.py +0 -0
  370. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/members/effective_roles/sources/__init__.py +0 -0
  371. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/members/effective_roles/sources/client.py +0 -0
  372. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/members/effective_roles/sources/groups/__init__.py +0 -0
  373. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/members/effective_roles/sources/groups/client.py +0 -0
  374. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/members/effective_roles/sources/groups/raw_client.py +0 -0
  375. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/members/effective_roles/sources/raw_client.py +0 -0
  376. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/members/raw_client.py +0 -0
  377. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/members/roles/__init__.py +0 -0
  378. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/members/roles/client.py +0 -0
  379. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/members/roles/raw_client.py +0 -0
  380. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/organization_template/__init__.py +0 -0
  381. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/organization_template/client.py +0 -0
  382. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/organization_template/raw_client.py +0 -0
  383. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/raw_client.py +0 -0
  384. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/roles/__init__.py +0 -0
  385. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/roles/client.py +0 -0
  386. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/roles/groups/__init__.py +0 -0
  387. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/roles/groups/client.py +0 -0
  388. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/roles/groups/raw_client.py +0 -0
  389. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/roles/members/__init__.py +0 -0
  390. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/roles/members/client.py +0 -0
  391. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/roles/members/raw_client.py +0 -0
  392. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/organizations/roles/raw_client.py +0 -0
  393. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/prompts/__init__.py +0 -0
  394. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/prompts/client.py +0 -0
  395. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/prompts/custom_text/__init__.py +0 -0
  396. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/prompts/custom_text/client.py +0 -0
  397. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/prompts/custom_text/raw_client.py +0 -0
  398. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/prompts/partials/__init__.py +0 -0
  399. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/prompts/partials/client.py +0 -0
  400. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/prompts/partials/raw_client.py +0 -0
  401. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/prompts/raw_client.py +0 -0
  402. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/prompts/rendering/__init__.py +0 -0
  403. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/prompts/rendering/client.py +0 -0
  404. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/prompts/rendering/raw_client.py +0 -0
  405. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/py.typed +0 -0
  406. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/rate_limit_policies/__init__.py +0 -0
  407. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/rate_limit_policies/client.py +0 -0
  408. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/rate_limit_policies/raw_client.py +0 -0
  409. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/refresh_tokens/__init__.py +0 -0
  410. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/refresh_tokens/client.py +0 -0
  411. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/refresh_tokens/raw_client.py +0 -0
  412. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/resource_servers/__init__.py +0 -0
  413. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/risk_assessments/__init__.py +0 -0
  414. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/risk_assessments/client.py +0 -0
  415. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/risk_assessments/raw_client.py +0 -0
  416. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/risk_assessments/settings/__init__.py +0 -0
  417. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/risk_assessments/settings/client.py +0 -0
  418. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/risk_assessments/settings/new_device/__init__.py +0 -0
  419. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/risk_assessments/settings/new_device/client.py +0 -0
  420. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/risk_assessments/settings/new_device/raw_client.py +0 -0
  421. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/risk_assessments/settings/raw_client.py +0 -0
  422. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/roles/__init__.py +0 -0
  423. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/roles/client.py +0 -0
  424. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/roles/groups/__init__.py +0 -0
  425. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/roles/groups/client.py +0 -0
  426. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/roles/groups/raw_client.py +0 -0
  427. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/roles/permissions/__init__.py +0 -0
  428. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/roles/permissions/client.py +0 -0
  429. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/roles/permissions/raw_client.py +0 -0
  430. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/roles/raw_client.py +0 -0
  431. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/roles/users/__init__.py +0 -0
  432. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/roles/users/client.py +0 -0
  433. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/roles/users/raw_client.py +0 -0
  434. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/rules/__init__.py +0 -0
  435. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/rules/client.py +0 -0
  436. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/rules/raw_client.py +0 -0
  437. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/rules_configs/__init__.py +0 -0
  438. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/rules_configs/client.py +0 -0
  439. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/rules_configs/raw_client.py +0 -0
  440. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/self_service_profiles/__init__.py +0 -0
  441. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/self_service_profiles/client.py +0 -0
  442. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/self_service_profiles/custom_text/__init__.py +0 -0
  443. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/self_service_profiles/custom_text/client.py +0 -0
  444. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/self_service_profiles/custom_text/raw_client.py +0 -0
  445. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/self_service_profiles/raw_client.py +0 -0
  446. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/self_service_profiles/sso_ticket/__init__.py +0 -0
  447. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/self_service_profiles/sso_ticket/client.py +0 -0
  448. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/self_service_profiles/sso_ticket/raw_client.py +0 -0
  449. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/sessions/__init__.py +0 -0
  450. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/sessions/client.py +0 -0
  451. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/sessions/raw_client.py +0 -0
  452. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/stats/__init__.py +0 -0
  453. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/stats/client.py +0 -0
  454. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/stats/raw_client.py +0 -0
  455. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/supplemental_signals/__init__.py +0 -0
  456. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/supplemental_signals/client.py +0 -0
  457. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/supplemental_signals/raw_client.py +0 -0
  458. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/tenants/__init__.py +0 -0
  459. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/tenants/client.py +0 -0
  460. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/tenants/raw_client.py +0 -0
  461. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/tenants/settings/__init__.py +0 -0
  462. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/tickets/__init__.py +0 -0
  463. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/tickets/client.py +0 -0
  464. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/tickets/raw_client.py +0 -0
  465. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/token_exchange_profiles/__init__.py +0 -0
  466. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/token_exchange_profiles/client.py +0 -0
  467. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/token_exchange_profiles/raw_client.py +0 -0
  468. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/token_provider.py +0 -0
  469. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action.py +0 -0
  470. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action_base.py +0 -0
  471. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action_binding.py +0 -0
  472. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action_binding_ref.py +0 -0
  473. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action_binding_ref_type_enum.py +0 -0
  474. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action_binding_type_enum.py +0 -0
  475. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action_binding_with_ref.py +0 -0
  476. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action_build_status_enum.py +0 -0
  477. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action_deployed_version.py +0 -0
  478. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action_error.py +0 -0
  479. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action_execution_result.py +0 -0
  480. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action_execution_status_enum.py +0 -0
  481. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action_module_action.py +0 -0
  482. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action_module_dependency.py +0 -0
  483. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action_module_dependency_request.py +0 -0
  484. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action_module_list_item.py +0 -0
  485. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action_module_reference.py +0 -0
  486. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action_module_secret.py +0 -0
  487. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action_module_secret_request.py +0 -0
  488. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action_module_version.py +0 -0
  489. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action_module_version_reference.py +0 -0
  490. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action_secret_request.py +0 -0
  491. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action_secret_response.py +0 -0
  492. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action_trigger.py +0 -0
  493. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action_trigger_compatible_trigger.py +0 -0
  494. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action_trigger_type_enum.py +0 -0
  495. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action_version.py +0 -0
  496. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action_version_build_status_enum.py +0 -0
  497. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/action_version_dependency.py +0 -0
  498. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/acul_client_filter.py +0 -0
  499. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/acul_client_filter_by_id.py +0 -0
  500. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/acul_client_filter_by_metadata.py +0 -0
  501. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/acul_client_metadata.py +0 -0
  502. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/acul_configs.py +0 -0
  503. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/acul_configs_item.py +0 -0
  504. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/acul_context_configuration.py +0 -0
  505. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/acul_context_configuration_item.py +0 -0
  506. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/acul_context_enum.py +0 -0
  507. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/acul_domain_filter.py +0 -0
  508. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/acul_domain_filter_by_id.py +0 -0
  509. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/acul_domain_filter_by_metadata.py +0 -0
  510. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/acul_domain_metadata.py +0 -0
  511. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/acul_filters.py +0 -0
  512. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/acul_head_tag.py +0 -0
  513. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/acul_head_tag_attributes.py +0 -0
  514. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/acul_head_tag_content.py +0 -0
  515. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/acul_match_type_enum.py +0 -0
  516. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/acul_organization_filter.py +0 -0
  517. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/acul_organization_filter_by_id.py +0 -0
  518. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/acul_organization_filter_by_metadata.py +0 -0
  519. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/acul_organization_metadata.py +0 -0
  520. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/acul_rendering_mode_enum.py +0 -0
  521. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/add_organization_connection_response_content.py +0 -0
  522. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/advance_ramp_response_content.py +0 -0
  523. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/agent_metadata.py +0 -0
  524. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/agent_response_content.py +0 -0
  525. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/anomaly_ip_format.py +0 -0
  526. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/anonymous_sessions.py +0 -0
  527. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/app_metadata.py +0 -0
  528. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/assessors_type_enum.py +0 -0
  529. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/associate_organization_client_grant_response_content.py +0 -0
  530. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/async_approval_notifications_channels_enum.py +0 -0
  531. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/attack_protection_captcha_arkose_response_content.py +0 -0
  532. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/attack_protection_captcha_auth_challenge_request.py +0 -0
  533. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/attack_protection_captcha_auth_challenge_response_content.py +0 -0
  534. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/attack_protection_captcha_friendly_captcha_response_content.py +0 -0
  535. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/attack_protection_captcha_hcaptcha_response_content.py +0 -0
  536. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/attack_protection_captcha_provider_id.py +0 -0
  537. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/attack_protection_captcha_recaptcha_enterprise_response_content.py +0 -0
  538. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/attack_protection_captcha_recaptcha_v_2_response_content.py +0 -0
  539. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/attack_protection_captcha_simple_captcha_response_content.py +0 -0
  540. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/attack_protection_update_captcha_arkose.py +0 -0
  541. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/attack_protection_update_captcha_friendly_captcha.py +0 -0
  542. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/attack_protection_update_captcha_hcaptcha.py +0 -0
  543. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/attack_protection_update_captcha_recaptcha_enterprise.py +0 -0
  544. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/attack_protection_update_captcha_recaptcha_v_2.py +0 -0
  545. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/authentication_method_type_enum.py +0 -0
  546. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/authentication_type_enum.py +0 -0
  547. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/b_2_b_integration_configuration.py +0 -0
  548. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/b_2_b_integration_configuration_integration_type_enum.py +0 -0
  549. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/bad_request_schema.py +0 -0
  550. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/bad_request_schema_error.py +0 -0
  551. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/bot_detection_allowlist.py +0 -0
  552. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/bot_detection_challenge_policy_password_flow_enum.py +0 -0
  553. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/bot_detection_challenge_policy_password_reset_flow_enum.py +0 -0
  554. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/bot_detection_challenge_policy_passwordless_flow_enum.py +0 -0
  555. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/bot_detection_cidr_block.py +0 -0
  556. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/bot_detection_i_pv_4.py +0 -0
  557. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/bot_detection_i_pv_6.py +0 -0
  558. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/bot_detection_i_pv_6_cidr_block.py +0 -0
  559. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/bot_detection_ip_address_or_cidr_block.py +0 -0
  560. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/bot_detection_level_enum.py +0 -0
  561. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/bot_detection_monitoring_mode_enabled.py +0 -0
  562. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/branding_colors.py +0 -0
  563. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/branding_font.py +0 -0
  564. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/branding_page_background.py +0 -0
  565. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/branding_theme_borders.py +0 -0
  566. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/branding_theme_borders_buttons_style_enum.py +0 -0
  567. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/branding_theme_borders_inputs_style_enum.py +0 -0
  568. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/branding_theme_colors.py +0 -0
  569. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/branding_theme_colors_captcha_widget_theme_enum.py +0 -0
  570. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/branding_theme_font_body_text.py +0 -0
  571. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/branding_theme_font_buttons_text.py +0 -0
  572. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/branding_theme_font_input_labels.py +0 -0
  573. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/branding_theme_font_links.py +0 -0
  574. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/branding_theme_font_links_style_enum.py +0 -0
  575. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/branding_theme_font_subtitle.py +0 -0
  576. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/branding_theme_font_title.py +0 -0
  577. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/branding_theme_fonts.py +0 -0
  578. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/branding_theme_identifiers.py +0 -0
  579. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/branding_theme_identifiers_login_display_enum.py +0 -0
  580. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/branding_theme_identifiers_phone_display.py +0 -0
  581. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/branding_theme_identifiers_phone_display_formatting_enum.py +0 -0
  582. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/branding_theme_identifiers_phone_display_masking_enum.py +0 -0
  583. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/branding_theme_page_background.py +0 -0
  584. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/branding_theme_page_background_page_layout_enum.py +0 -0
  585. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/branding_theme_widget.py +0 -0
  586. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/branding_theme_widget_header_text_alignment_enum.py +0 -0
  587. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/branding_theme_widget_logo_position_enum.py +0 -0
  588. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/branding_theme_widget_social_buttons_layout_enum.py +0 -0
  589. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/breached_password_detection_admin_notification_frequency_enum.py +0 -0
  590. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/breached_password_detection_method_enum.py +0 -0
  591. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/breached_password_detection_pre_change_password_shields_enum.py +0 -0
  592. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/breached_password_detection_pre_change_password_stage.py +0 -0
  593. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/breached_password_detection_pre_user_registration_shields_enum.py +0 -0
  594. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/breached_password_detection_pre_user_registration_stage.py +0 -0
  595. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/breached_password_detection_shields_enum.py +0 -0
  596. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/breached_password_detection_stage.py +0 -0
  597. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/brute_force_protection_mode_enum.py +0 -0
  598. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/brute_force_protection_shields_enum.py +0 -0
  599. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/bulk_update_acul_response_content.py +0 -0
  600. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/certificate_subject_dn_credential.py +0 -0
  601. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/certificate_subject_dn_credential_type_enum.py +0 -0
  602. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/change_password_ticket_identity.py +0 -0
  603. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/change_password_ticket_response_content.py +0 -0
  604. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/cimd_mapped_client_authentication_methods.py +0 -0
  605. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/cimd_mapped_client_authentication_methods_private_key_jwt.py +0 -0
  606. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/cimd_mapped_client_fields.py +0 -0
  607. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/cimd_mapped_private_key_jwt_credential.py +0 -0
  608. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/cimd_validation_result.py +0 -0
  609. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client.py +0 -0
  610. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_aws.py +0 -0
  611. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_azure_blob.py +0 -0
  612. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_azure_sb.py +0 -0
  613. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_box.py +0 -0
  614. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_cloud_bees.py +0 -0
  615. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_concur.py +0 -0
  616. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_dropbox.py +0 -0
  617. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_echo_sign.py +0 -0
  618. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_egnyte.py +0 -0
  619. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_firebase.py +0 -0
  620. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_layer.py +0 -0
  621. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_mscrm.py +0 -0
  622. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_new_relic.py +0 -0
  623. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_oag.py +0 -0
  624. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_office_365.py +0 -0
  625. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_rms.py +0 -0
  626. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_salesforce.py +0 -0
  627. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_salesforce_api.py +0 -0
  628. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_salesforce_sandbox_api.py +0 -0
  629. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_saml.py +0 -0
  630. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_saml_mapping.py +0 -0
  631. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_sapapi.py +0 -0
  632. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_sentry.py +0 -0
  633. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_share_point.py +0 -0
  634. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_share_point_external_url.py +0 -0
  635. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_slack.py +0 -0
  636. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_spring_cm.py +0 -0
  637. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_sso_integration.py +0 -0
  638. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_wams.py +0 -0
  639. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_ws_fed.py +0 -0
  640. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_zendesk.py +0 -0
  641. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addon_zoom.py +0 -0
  642. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_addons.py +0 -0
  643. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_app_type_enum.py +0 -0
  644. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_async_approval_notifications_channels_api_patch_configuration.py +0 -0
  645. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_async_approval_notifications_channels_api_post_configuration.py +0 -0
  646. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_authentication_method.py +0 -0
  647. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_authentication_method_private_key_jwt.py +0 -0
  648. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_authentication_method_private_key_jwt_credentials.py +0 -0
  649. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_authentication_method_self_signed_tls_client_auth.py +0 -0
  650. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_authentication_method_self_signed_tls_client_auth_credentials.py +0 -0
  651. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_authentication_method_tls_client_auth.py +0 -0
  652. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_authentication_method_tls_client_auth_credentials.py +0 -0
  653. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_compliance_level_enum.py +0 -0
  654. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_create_authentication_method.py +0 -0
  655. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_create_authentication_method_private_key_jwt.py +0 -0
  656. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_create_authentication_method_private_key_jwt_credentials.py +0 -0
  657. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_create_authentication_method_tls_client_auth.py +0 -0
  658. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_create_authentication_method_tls_client_auth_credentials.py +0 -0
  659. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_credential.py +0 -0
  660. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_credential_algorithm_enum.py +0 -0
  661. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_credential_type_enum.py +0 -0
  662. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_default_organization.py +0 -0
  663. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_default_organization_flows_enum.py +0 -0
  664. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_encryption_key.py +0 -0
  665. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_external_metadata_created_by_enum.py +0 -0
  666. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_external_metadata_type_enum.py +0 -0
  667. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_grant_allow_any_organization_enum.py +0 -0
  668. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_grant_default_for_enum.py +0 -0
  669. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_grant_organization_nullable_usage_enum.py +0 -0
  670. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_grant_organization_usage_enum.py +0 -0
  671. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_grant_response_content.py +0 -0
  672. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_grant_subject_type_enum.py +0 -0
  673. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_jwt_configuration.py +0 -0
  674. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_jwt_configuration_scopes.py +0 -0
  675. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_metadata.py +0 -0
  676. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_mobile.py +0 -0
  677. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_mobile_android.py +0 -0
  678. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_mobilei_os.py +0 -0
  679. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_my_organization_configuration_allowed_strategies_enum.py +0 -0
  680. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_my_organization_configuration_third_party_client_access_allowed_values_enum.py +0 -0
  681. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_my_organization_configuration_third_party_client_access_default_value_enum.py +0 -0
  682. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_my_organization_deletion_behavior_enum.py +0 -0
  683. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_my_organization_third_party_client_access_configuration.py +0 -0
  684. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_oidc_backchannel_logout_initiators.py +0 -0
  685. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_oidc_backchannel_logout_initiators_enum.py +0 -0
  686. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_oidc_backchannel_logout_initiators_mode_enum.py +0 -0
  687. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_oidc_backchannel_logout_session_metadata.py +0 -0
  688. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_oidc_backchannel_logout_settings.py +0 -0
  689. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_organization_discovery_enum.py +0 -0
  690. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_organization_require_behavior_enum.py +0 -0
  691. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_organization_require_behavior_patch_enum.py +0 -0
  692. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_organization_usage_enum.py +0 -0
  693. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_organization_usage_patch_enum.py +0 -0
  694. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_redirection_policy_enum.py +0 -0
  695. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_refresh_token_configuration.py +0 -0
  696. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_refresh_token_policy.py +0 -0
  697. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_session_transfer_allowed_authentication_methods_enum.py +0 -0
  698. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_session_transfer_configuration.py +0 -0
  699. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_session_transfer_delegation_configuration.py +0 -0
  700. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_session_transfer_delegation_device_binding_enum.py +0 -0
  701. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_session_transfer_device_binding_enum.py +0 -0
  702. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_signed_request_object_with_credential_id.py +0 -0
  703. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_signed_request_object_with_public_key.py +0 -0
  704. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_signing_key.py +0 -0
  705. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_signing_keys.py +0 -0
  706. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_third_party_security_mode_enum.py +0 -0
  707. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_token_endpoint_auth_method_enum.py +0 -0
  708. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_token_endpoint_auth_method_or_null_enum.py +0 -0
  709. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_token_exchange_configuration.py +0 -0
  710. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_token_exchange_configuration_or_null.py +0 -0
  711. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_token_exchange_type_enum.py +0 -0
  712. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_token_vault_privileged_access_with_credential_id.py +0 -0
  713. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/client_token_vault_privileged_access_with_public_key.py +0 -0
  714. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/conflict_schema.py +0 -0
  715. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/conflict_schema_error.py +0 -0
  716. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connected_account.py +0 -0
  717. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connected_account_access_type_enum.py +0 -0
  718. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_access_token_urlo_auth_1.py +0 -0
  719. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_acr_values_supported.py +0 -0
  720. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_admin_access_token_expires_in_google_apps.py +0 -0
  721. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_admin_access_token_google_apps.py +0 -0
  722. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_admin_refresh_token_google_apps.py +0 -0
  723. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_agent_ipad.py +0 -0
  724. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_agent_mode_ad.py +0 -0
  725. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_agent_version_ad.py +0 -0
  726. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_allowed_audiences_google_o_auth_2.py +0 -0
  727. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_api_behavior_enum.py +0 -0
  728. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_api_enable_groups.py +0 -0
  729. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_api_enable_groups_google_apps.py +0 -0
  730. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_api_enable_users.py +0 -0
  731. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_api_enable_users_google_apps.py +0 -0
  732. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_app_domain_azure_ad.py +0 -0
  733. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_assertion_decryption_algorithm_profile_enum.py +0 -0
  734. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_assertion_decryption_settings.py +0 -0
  735. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_attribute_map_attributes.py +0 -0
  736. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_attribute_map_oidc.py +0 -0
  737. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_attribute_map_okta.py +0 -0
  738. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_attribute_map_userinfo_scope.py +0 -0
  739. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_attributes.py +0 -0
  740. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_auth_params_additional_properties_o_auth_2.py +0 -0
  741. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_auth_params_email.py +0 -0
  742. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_auth_params_map.py +0 -0
  743. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_auth_params_o_auth_2.py +0 -0
  744. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_authentication_methods.py +0 -0
  745. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_authentication_purpose.py +0 -0
  746. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_authorization_endpoint.py +0 -0
  747. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_base_url_exact.py +0 -0
  748. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_brute_force_protection.py +0 -0
  749. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_calculated_thumbprint_saml.py +0 -0
  750. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_certs_ad.py +0 -0
  751. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_claim_types_supported.py +0 -0
  752. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_claims_locales_supported.py +0 -0
  753. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_claims_parameter_supported.py +0 -0
  754. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_claims_supported.py +0 -0
  755. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_id.py +0 -0
  756. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_id_amazon.py +0 -0
  757. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_id_azure_ad.py +0 -0
  758. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_id_bitbucket.py +0 -0
  759. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_id_exact.py +0 -0
  760. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_id_facebook.py +0 -0
  761. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_id_google_apps.py +0 -0
  762. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_id_google_o_auth_2.py +0 -0
  763. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_id_line.py +0 -0
  764. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_id_linkedin.py +0 -0
  765. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_id_o_auth_1.py +0 -0
  766. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_id_o_auth_2.py +0 -0
  767. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_id_oidc.py +0 -0
  768. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_id_paypal.py +0 -0
  769. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_id_salesforce.py +0 -0
  770. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_id_windows_live.py +0 -0
  771. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_protocol_saml.py +0 -0
  772. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_secret.py +0 -0
  773. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_secret_amazon.py +0 -0
  774. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_secret_azure_ad.py +0 -0
  775. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_secret_bitbucket.py +0 -0
  776. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_secret_exact.py +0 -0
  777. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_secret_facebook.py +0 -0
  778. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_secret_google_apps.py +0 -0
  779. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_secret_google_o_auth_2.py +0 -0
  780. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_secret_line.py +0 -0
  781. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_secret_linkedin.py +0 -0
  782. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_secret_o_auth_1.py +0 -0
  783. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_secret_o_auth_2.py +0 -0
  784. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_secret_oidc.py +0 -0
  785. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_secret_paypal.py +0 -0
  786. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_secret_salesforce.py +0 -0
  787. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_client_secret_windows_live.py +0 -0
  788. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_common.py +0 -0
  789. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_community_base_url_salesforce.py +0 -0
  790. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_configuration.py +0 -0
  791. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_connected_accounts_purpose.py +0 -0
  792. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_connected_accounts_purpose_xaa.py +0 -0
  793. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_connection_settings.py +0 -0
  794. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_connection_settings_pkce_enum.py +0 -0
  795. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_cross_app_access_resource_app.py +0 -0
  796. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_cross_app_access_resource_app_status_enum.py +0 -0
  797. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_custom_headers_o_auth_2.py +0 -0
  798. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_custom_scripts.py +0 -0
  799. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_debug_saml.py +0 -0
  800. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_decryption_key_saml.py +0 -0
  801. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_decryption_key_saml_cert.py +0 -0
  802. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_deletion_behavior_enum.py +0 -0
  803. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_destination_url_saml.py +0 -0
  804. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_digest_algorithm_enum_saml.py +0 -0
  805. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_digest_algorithm_saml.py +0 -0
  806. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_disable_self_service_change_password.py +0 -0
  807. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_disable_signup.py +0 -0
  808. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_disable_signup_sms.py +0 -0
  809. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_discovery_url.py +0 -0
  810. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_display_name.py +0 -0
  811. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_display_values_supported.py +0 -0
  812. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_domain_aliases.py +0 -0
  813. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_domain_aliases_ad.py +0 -0
  814. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_domain_aliases_azure_ad.py +0 -0
  815. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_domain_aliases_items_one.py +0 -0
  816. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_domain_aliases_saml.py +0 -0
  817. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_domain_google_apps.py +0 -0
  818. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_domain_okta.py +0 -0
  819. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_dpop_signing_alg_enum.py +0 -0
  820. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_dpop_signing_alg_values_supported.py +0 -0
  821. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_email_body_email.py +0 -0
  822. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_email_email.py +0 -0
  823. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_email_email_syntax.py +0 -0
  824. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_email_from_email.py +0 -0
  825. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_email_otp_authentication_method.py +0 -0
  826. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_email_subject_email.py +0 -0
  827. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_enable_pushed_authorization_requests.py +0 -0
  828. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_enable_script_context.py +0 -0
  829. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_enabled_client.py +0 -0
  830. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_enabled_clients.py +0 -0
  831. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_enabled_database_customization.py +0 -0
  832. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_end_session_endpoint.py +0 -0
  833. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_entity_id_saml.py +0 -0
  834. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_ext_admin.py +0 -0
  835. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_ext_agreed_terms.py +0 -0
  836. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_ext_agreed_terms_google_apps.py +0 -0
  837. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_ext_assigned_plans.py +0 -0
  838. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_ext_groups.py +0 -0
  839. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_ext_groups_azure_ad.py +0 -0
  840. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_ext_groups_google_apps.py +0 -0
  841. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_ext_is_admin_google_apps.py +0 -0
  842. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_ext_is_suspended.py +0 -0
  843. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_ext_is_suspended_google_apps.py +0 -0
  844. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_ext_profile.py +0 -0
  845. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_fields_map.py +0 -0
  846. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_fields_map_saml.py +0 -0
  847. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_fields_map_saml_value.py +0 -0
  848. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_for_list.py +0 -0
  849. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_for_organization.py +0 -0
  850. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_forward_req_info_sms.py +0 -0
  851. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_freeform_scopes_amazon.py +0 -0
  852. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_freeform_scopes_google_o_auth_2.py +0 -0
  853. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_freeform_scopes_linkedin.py +0 -0
  854. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_freeform_scopes_paypal.py +0 -0
  855. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_freeform_scopes_salesforce.py +0 -0
  856. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_freeform_scopes_windows_live.py +0 -0
  857. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_from_sms.py +0 -0
  858. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_gateway_authentication.py +0 -0
  859. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_gateway_authentication_audience_sms.py +0 -0
  860. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_gateway_authentication_method_sms.py +0 -0
  861. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_gateway_authentication_sms.py +0 -0
  862. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_gateway_authentication_subject_sms.py +0 -0
  863. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_gateway_url_sms.py +0 -0
  864. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_global_token_revocation_jwt_iss_saml.py +0 -0
  865. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_global_token_revocation_jwt_sub_saml.py +0 -0
  866. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_grant_types_supported.py +0 -0
  867. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_handle_login_from_social_google_apps.py +0 -0
  868. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_https_url_with_http_fallback.py +0 -0
  869. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_https_url_with_http_fallback_2048.py +0 -0
  870. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_https_url_with_http_fallback_255.py +0 -0
  871. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_icon_url.py +0 -0
  872. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_icon_url_adfs.py +0 -0
  873. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_icon_url_azure_ad.py +0 -0
  874. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_icon_url_google_apps.py +0 -0
  875. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_icon_url_google_o_auth_2.py +0 -0
  876. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_icon_url_saml.py +0 -0
  877. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_id.py +0 -0
  878. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_id_token_encryption_alg_values_supported.py +0 -0
  879. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_id_token_encryption_enc_values_supported.py +0 -0
  880. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_id_token_session_expiry_supported.py +0 -0
  881. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_id_token_signed_response_alg_enum.py +0 -0
  882. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_id_token_signed_response_algs.py +0 -0
  883. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_id_token_signing_alg_values_supported.py +0 -0
  884. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_identifier_precedence.py +0 -0
  885. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_identifier_precedence_enum.py +0 -0
  886. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_identity_api_azure_ad.py +0 -0
  887. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_identity_api_enum_azure_ad.py +0 -0
  888. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_identity_provider_enum.py +0 -0
  889. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_import_mode.py +0 -0
  890. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_ips_ad.py +0 -0
  891. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_is_domain_connection.py +0 -0
  892. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_issuer.py +0 -0
  893. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_jwks_uri.py +0 -0
  894. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_key.py +0 -0
  895. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_key_use_enum.py +0 -0
  896. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_mapping_mode_enum_oidc.py +0 -0
  897. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_mapping_mode_enum_okta.py +0 -0
  898. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_max_groups_to_retrieve.py +0 -0
  899. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_messaging_service_sid_sms.py +0 -0
  900. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_metadata_url_saml.py +0 -0
  901. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_metadata_xml.py +0 -0
  902. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_metadata_xml_adfs.py +0 -0
  903. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_metadata_xml_saml.py +0 -0
  904. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_mfa.py +0 -0
  905. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_name.py +0 -0
  906. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_name_prefix_template.py +0 -0
  907. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_non_persistent_attrs.py +0 -0
  908. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_op_policy_uri.py +0 -0
  909. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_op_tos_uri.py +0 -0
  910. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options.py +0 -0
  911. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_ad.py +0 -0
  912. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_adfs.py +0 -0
  913. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_amazon.py +0 -0
  914. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_apple.py +0 -0
  915. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_auth_0.py +0 -0
  916. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_auth_0_oidc.py +0 -0
  917. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_azure_ad.py +0 -0
  918. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_baidu.py +0 -0
  919. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_bitbucket.py +0 -0
  920. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_bitly.py +0 -0
  921. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_box.py +0 -0
  922. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_client_id_github.py +0 -0
  923. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_client_id_twitter.py +0 -0
  924. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_client_secret_github.py +0 -0
  925. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_client_secret_twitter.py +0 -0
  926. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_common.py +0 -0
  927. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_common_oidc.py +0 -0
  928. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_common_saml.py +0 -0
  929. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_custom.py +0 -0
  930. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_daccount.py +0 -0
  931. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_deflate_saml.py +0 -0
  932. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_dropbox.py +0 -0
  933. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_dwolla.py +0 -0
  934. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_email.py +0 -0
  935. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_evernote.py +0 -0
  936. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_exact.py +0 -0
  937. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_facebook.py +0 -0
  938. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_fitbit.py +0 -0
  939. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_freeform_scopes_github.py +0 -0
  940. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_git_hub.py +0 -0
  941. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_google_apps.py +0 -0
  942. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_google_o_auth_2.py +0 -0
  943. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_idp_initiated_client_protocol_enum_saml.py +0 -0
  944. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_idpinitiated_saml.py +0 -0
  945. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_instagram.py +0 -0
  946. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_ip.py +0 -0
  947. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_line.py +0 -0
  948. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_linkedin.py +0 -0
  949. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_o_auth_1.py +0 -0
  950. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_o_auth_1_common.py +0 -0
  951. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_o_auth_2.py +0 -0
  952. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_o_auth_2_common.py +0 -0
  953. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_office_365.py +0 -0
  954. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_oidc.py +0 -0
  955. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_oidc_metadata.py +0 -0
  956. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_okta.py +0 -0
  957. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_paypal.py +0 -0
  958. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_ping_federate.py +0 -0
  959. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_planning_center.py +0 -0
  960. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_protocol_enum_twitter.py +0 -0
  961. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_salesforce.py +0 -0
  962. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_salesforce_community.py +0 -0
  963. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_saml.py +0 -0
  964. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_scope_github.py +0 -0
  965. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_scope_twitter.py +0 -0
  966. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_sharepoint.py +0 -0
  967. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_shop.py +0 -0
  968. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_shopify.py +0 -0
  969. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_sms.py +0 -0
  970. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_soundcloud.py +0 -0
  971. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_thirty_seven_signals.py +0 -0
  972. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_twitter.py +0 -0
  973. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_untappd.py +0 -0
  974. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_vkontakte.py +0 -0
  975. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_weibo.py +0 -0
  976. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_windows_live.py +0 -0
  977. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_wordpress.py +0 -0
  978. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_yahoo.py +0 -0
  979. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_options_yandex.py +0 -0
  980. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_passkey_authentication_method.py +0 -0
  981. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_passkey_challenge_ui_enum.py +0 -0
  982. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_passkey_options.py +0 -0
  983. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_password_authentication_method.py +0 -0
  984. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_password_complexity_options.py +0 -0
  985. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_password_dictionary_options.py +0 -0
  986. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_password_history_options.py +0 -0
  987. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_password_no_personal_info_options.py +0 -0
  988. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_password_options.py +0 -0
  989. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_password_options_complexity.py +0 -0
  990. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_password_options_dictionary.py +0 -0
  991. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_password_options_history.py +0 -0
  992. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_password_options_profile_data.py +0 -0
  993. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_password_policy_enum.py +0 -0
  994. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_phone_otp_authentication_method.py +0 -0
  995. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_ping_federate_base_url.py +0 -0
  996. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_ping_federate_base_url_ping_federate.py +0 -0
  997. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_profile.py +0 -0
  998. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_profile_bitbucket.py +0 -0
  999. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_profile_config.py +0 -0
  1000. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_profile_cross_app_access_resource_app.py +0 -0
  1001. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_profile_cross_app_access_resource_app_status.py +0 -0
  1002. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_profile_cross_app_access_resource_app_status_allowed_values_enum.py +0 -0
  1003. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_profile_cross_app_access_resource_app_status_default_value_enum.py +0 -0
  1004. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_profile_cross_app_access_resource_app_status_value_enum.py +0 -0
  1005. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_profile_enabled_features.py +0 -0
  1006. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_profile_id.py +0 -0
  1007. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_profile_name.py +0 -0
  1008. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_profile_organization.py +0 -0
  1009. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_profile_organization_assign_membership_on_login_enum.py +0 -0
  1010. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_profile_organization_show_as_button_enum.py +0 -0
  1011. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_profile_provisioning.py +0 -0
  1012. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_profile_provisioning_scim.py +0 -0
  1013. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_profile_provisioning_scim_token_default_expiry.py +0 -0
  1014. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_profile_provisioning_scim_token_max_allowed_expiry.py +0 -0
  1015. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_profile_provisioning_scim_token_scope_enum.py +0 -0
  1016. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_profile_provisioning_scim_token_scopes.py +0 -0
  1017. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_profile_provisioning_scim_tokens.py +0 -0
  1018. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_profile_strategy_override.py +0 -0
  1019. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_profile_strategy_overrides.py +0 -0
  1020. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_profile_strategy_overrides_connection_config.py +0 -0
  1021. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_profile_strategy_overrides_enabled_features.py +0 -0
  1022. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_profile_strategy_overrides_provisioning.py +0 -0
  1023. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_profile_template.py +0 -0
  1024. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_profile_template_item.py +0 -0
  1025. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_properties_options.py +0 -0
  1026. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_protocol_binding_enum_saml.py +0 -0
  1027. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_protocol_binding_saml.py +0 -0
  1028. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_provider_enum_sms.py +0 -0
  1029. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_provider_sms.py +0 -0
  1030. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_provisioning_ticket_url.py +0 -0
  1031. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_purposes.py +0 -0
  1032. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_pushed_authorization_request_endpoint.py +0 -0
  1033. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_realm_fallback.py +0 -0
  1034. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_realms.py +0 -0
  1035. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_recipient_url_saml.py +0 -0
  1036. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_registration_endpoint.py +0 -0
  1037. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_request_object_encryption_alg_values_supported.py +0 -0
  1038. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_request_object_encryption_enc_values_supported.py +0 -0
  1039. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_request_object_signing_alg_values_supported.py +0 -0
  1040. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_request_parameter_supported.py +0 -0
  1041. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_request_template_saml.py +0 -0
  1042. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_request_token_urlo_auth_1.py +0 -0
  1043. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_request_uri_parameter_supported.py +0 -0
  1044. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_require_pushed_authorization_requests.py +0 -0
  1045. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_require_request_uri_registration.py +0 -0
  1046. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_requires_username.py +0 -0
  1047. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_common.py +0 -0
  1048. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_ad.py +0 -0
  1049. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_ad_strategy.py +0 -0
  1050. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_adfs.py +0 -0
  1051. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_adfs_strategy.py +0 -0
  1052. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_amazon.py +0 -0
  1053. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_amazon_strategy.py +0 -0
  1054. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_apple.py +0 -0
  1055. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_apple_strategy.py +0 -0
  1056. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_auth_0.py +0 -0
  1057. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_auth_0_oidc.py +0 -0
  1058. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_auth_0_oidc_strategy.py +0 -0
  1059. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_auth_0_strategy.py +0 -0
  1060. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_azure_ad.py +0 -0
  1061. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_azure_ad_strategy.py +0 -0
  1062. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_baidu.py +0 -0
  1063. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_baidu_strategy.py +0 -0
  1064. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_bitbucket.py +0 -0
  1065. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_bitbucket_strategy.py +0 -0
  1066. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_bitly.py +0 -0
  1067. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_bitly_strategy.py +0 -0
  1068. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_box.py +0 -0
  1069. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_box_strategy.py +0 -0
  1070. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_custom.py +0 -0
  1071. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_custom_strategy.py +0 -0
  1072. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_daccount.py +0 -0
  1073. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_daccount_strategy.py +0 -0
  1074. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_dropbox.py +0 -0
  1075. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_dropbox_strategy.py +0 -0
  1076. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_dwolla.py +0 -0
  1077. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_dwolla_strategy.py +0 -0
  1078. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_email.py +0 -0
  1079. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_email_strategy.py +0 -0
  1080. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_evernote.py +0 -0
  1081. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_evernote_sandbox.py +0 -0
  1082. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_evernote_sandbox_strategy.py +0 -0
  1083. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_evernote_strategy.py +0 -0
  1084. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_exact.py +0 -0
  1085. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_exact_strategy.py +0 -0
  1086. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_facebook.py +0 -0
  1087. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_facebook_strategy.py +0 -0
  1088. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_fitbit.py +0 -0
  1089. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_fitbit_strategy.py +0 -0
  1090. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_git_hub.py +0 -0
  1091. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_git_hub_strategy.py +0 -0
  1092. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_google_apps.py +0 -0
  1093. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_google_apps_strategy.py +0 -0
  1094. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_google_o_auth_2.py +0 -0
  1095. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_google_o_auth_2_strategy.py +0 -0
  1096. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_instagram.py +0 -0
  1097. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_instagram_strategy.py +0 -0
  1098. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_ip.py +0 -0
  1099. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_ip_strategy.py +0 -0
  1100. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_line.py +0 -0
  1101. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_line_strategy.py +0 -0
  1102. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_linkedin.py +0 -0
  1103. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_linkedin_strategy.py +0 -0
  1104. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_o_auth_1.py +0 -0
  1105. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_o_auth_1_strategy.py +0 -0
  1106. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_o_auth_2.py +0 -0
  1107. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_o_auth_2_strategy.py +0 -0
  1108. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_office_365.py +0 -0
  1109. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_office_365_strategy.py +0 -0
  1110. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_oidc.py +0 -0
  1111. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_oidc_strategy.py +0 -0
  1112. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_okta.py +0 -0
  1113. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_okta_strategy.py +0 -0
  1114. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_paypal.py +0 -0
  1115. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_paypal_sandbox.py +0 -0
  1116. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_paypal_sandbox_strategy.py +0 -0
  1117. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_paypal_strategy.py +0 -0
  1118. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_ping_federate.py +0 -0
  1119. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_ping_federate_strategy.py +0 -0
  1120. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_planning_center.py +0 -0
  1121. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_planning_center_strategy.py +0 -0
  1122. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_salesforce.py +0 -0
  1123. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_salesforce_community.py +0 -0
  1124. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_salesforce_community_strategy.py +0 -0
  1125. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_salesforce_sandbox.py +0 -0
  1126. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_salesforce_sandbox_strategy.py +0 -0
  1127. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_salesforce_strategy.py +0 -0
  1128. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_saml.py +0 -0
  1129. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_saml_strategy.py +0 -0
  1130. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_sharepoint.py +0 -0
  1131. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_sharepoint_strategy.py +0 -0
  1132. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_shop.py +0 -0
  1133. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_shop_strategy.py +0 -0
  1134. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_shopify.py +0 -0
  1135. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_shopify_strategy.py +0 -0
  1136. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_sms.py +0 -0
  1137. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_sms_strategy.py +0 -0
  1138. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_soundcloud.py +0 -0
  1139. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_soundcloud_strategy.py +0 -0
  1140. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_thirty_seven_signals.py +0 -0
  1141. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_thirty_seven_signals_strategy.py +0 -0
  1142. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_twitter.py +0 -0
  1143. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_twitter_strategy.py +0 -0
  1144. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_untappd.py +0 -0
  1145. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_untappd_strategy.py +0 -0
  1146. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_vkontakte.py +0 -0
  1147. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_vkontakte_strategy.py +0 -0
  1148. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_weibo.py +0 -0
  1149. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_weibo_strategy.py +0 -0
  1150. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_windows_live.py +0 -0
  1151. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_windows_live_strategy.py +0 -0
  1152. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_wordpress.py +0 -0
  1153. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_wordpress_strategy.py +0 -0
  1154. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_yahoo.py +0 -0
  1155. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_yahoo_strategy.py +0 -0
  1156. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_yandex.py +0 -0
  1157. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_content_yandex_strategy.py +0 -0
  1158. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_modes_supported.py +0 -0
  1159. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_response_types_supported.py +0 -0
  1160. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_scope_amazon.py +0 -0
  1161. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_scope_array.py +0 -0
  1162. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_scope_array_facebook.py +0 -0
  1163. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_scope_array_windows_live.py +0 -0
  1164. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_scope_azure_ad.py +0 -0
  1165. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_scope_facebook.py +0 -0
  1166. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_scope_google_apps.py +0 -0
  1167. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_scope_google_o_auth_2.py +0 -0
  1168. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_scope_item.py +0 -0
  1169. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_scope_item_google_apps.py +0 -0
  1170. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_scope_linkedin.py +0 -0
  1171. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_scope_o_auth_2.py +0 -0
  1172. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_scope_oidc.py +0 -0
  1173. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_scope_paypal.py +0 -0
  1174. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_scope_salesforce.py +0 -0
  1175. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_scopes_supported.py +0 -0
  1176. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_scripts_o_auth_1.py +0 -0
  1177. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_scripts_o_auth_2.py +0 -0
  1178. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_send_back_channel_nonce.py +0 -0
  1179. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_service_documentation.py +0 -0
  1180. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_set_user_root_attributes_enum.py +0 -0
  1181. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_sha_1_thumbprint.py +0 -0
  1182. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_should_trust_email_verified_connection_enum.py +0 -0
  1183. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_show_as_button.py +0 -0
  1184. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_sign_in_endpoint_ad.py +0 -0
  1185. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_sign_in_endpoint_adfs.py +0 -0
  1186. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_sign_in_endpoint_saml.py +0 -0
  1187. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_sign_out_endpoint_saml.py +0 -0
  1188. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_sign_saml_request_saml.py +0 -0
  1189. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_signature_algorithm_enum_saml.py +0 -0
  1190. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_signature_algorithm_saml.py +0 -0
  1191. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_signature_method_o_auth_1.py +0 -0
  1192. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_signing_cert_saml.py +0 -0
  1193. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_signing_certificate_der_saml.py +0 -0
  1194. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_signing_certificate_pem_ping_federate.py +0 -0
  1195. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_signing_certificate_pem_saml.py +0 -0
  1196. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_signing_key_saml.py +0 -0
  1197. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_signup_behavior_enum.py +0 -0
  1198. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_strategy_enum.py +0 -0
  1199. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_strategy_version_enum_linkedin.py +0 -0
  1200. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_strategy_version_enum_windows_live.py +0 -0
  1201. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_subject_types_supported.py +0 -0
  1202. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_template_sms.py +0 -0
  1203. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_template_syntax_enum_sms.py +0 -0
  1204. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_tenant_domain.py +0 -0
  1205. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_tenant_domain_ad.py +0 -0
  1206. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_tenant_domain_azure_ad_one.py +0 -0
  1207. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_tenant_domain_google_apps.py +0 -0
  1208. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_tenant_domain_saml.py +0 -0
  1209. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_tenant_id_azure_ad.py +0 -0
  1210. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_thumbprints.py +0 -0
  1211. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_thumbprints_ad.py +0 -0
  1212. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_thumbprints_saml.py +0 -0
  1213. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_token_endpoint.py +0 -0
  1214. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_token_endpoint_auth_method_enum.py +0 -0
  1215. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_token_endpoint_auth_methods_supported.py +0 -0
  1216. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_token_endpoint_auth_signing_alg_enum.py +0 -0
  1217. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_token_endpoint_auth_signing_alg_values_supported.py +0 -0
  1218. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_token_endpoint_jwtca_aud_format_enum_oidc.py +0 -0
  1219. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_totp_email.py +0 -0
  1220. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_totp_length_email.py +0 -0
  1221. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_totp_length_passwordless.py +0 -0
  1222. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_totp_length_sms.py +0 -0
  1223. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_totp_sms.py +0 -0
  1224. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_totp_time_step_email.py +0 -0
  1225. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_totp_time_step_passwordless.py +0 -0
  1226. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_totp_time_step_sms.py +0 -0
  1227. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_twilio_sid_sms.py +0 -0
  1228. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_twilio_token_sms.py +0 -0
  1229. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_type_enum_oidc.py +0 -0
  1230. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_type_enum_okta.py +0 -0
  1231. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_ui_locales_supported.py +0 -0
  1232. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_upstream_additional_properties.py +0 -0
  1233. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_upstream_alias.py +0 -0
  1234. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_upstream_alias_enum.py +0 -0
  1235. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_upstream_params.py +0 -0
  1236. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_upstream_params_facebook.py +0 -0
  1237. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_upstream_value.py +0 -0
  1238. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_use_common_endpoint_azure_ad.py +0 -0
  1239. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_use_oauth_spec_scope.py +0 -0
  1240. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_user_authorization_urlo_auth_1.py +0 -0
  1241. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_user_id_attribute_saml.py +0 -0
  1242. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_userid_attribute_azure_ad.py +0 -0
  1243. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_userid_attribute_enum_azure_ad.py +0 -0
  1244. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_userinfo_encryption_alg_values_supported.py +0 -0
  1245. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_userinfo_encryption_enc_values_supported.py +0 -0
  1246. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_userinfo_endpoint.py +0 -0
  1247. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_userinfo_signing_alg_values_supported.py +0 -0
  1248. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_username_validation_options.py +0 -0
  1249. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_validation_options.py +0 -0
  1250. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_waad_protocol.py +0 -0
  1251. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connection_waad_protocol_enum_azure_ad.py +0 -0
  1252. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connections_discovery_url.py +0 -0
  1253. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connections_metadata.py +0 -0
  1254. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/connections_oidc_metadata.py +0 -0
  1255. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/content_security_policy_config.py +0 -0
  1256. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_action_module_response_content.py +0 -0
  1257. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_action_module_version_response_content.py +0 -0
  1258. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_action_response_content.py +0 -0
  1259. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_anonymous_sessions.py +0 -0
  1260. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_branding_phone_provider_response_content.py +0 -0
  1261. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_branding_theme_response_content.py +0 -0
  1262. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_client_authentication_method_self_signed_tls_client_auth.py +0 -0
  1263. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_client_authentication_method_self_signed_tls_client_auth_credentials.py +0 -0
  1264. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_client_grant_response_content.py +0 -0
  1265. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_client_response_content.py +0 -0
  1266. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_common.py +0 -0
  1267. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_profile_response_content.py +0 -0
  1268. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_ad.py +0 -0
  1269. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_ad_strategy.py +0 -0
  1270. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_adfs.py +0 -0
  1271. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_adfs_strategy.py +0 -0
  1272. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_amazon.py +0 -0
  1273. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_amazon_strategy.py +0 -0
  1274. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_apple.py +0 -0
  1275. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_apple_strategy.py +0 -0
  1276. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_auth_0.py +0 -0
  1277. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_auth_0_oidc.py +0 -0
  1278. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_auth_0_oidc_strategy.py +0 -0
  1279. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_auth_0_strategy.py +0 -0
  1280. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_azure_ad.py +0 -0
  1281. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_azure_ad_strategy.py +0 -0
  1282. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_baidu.py +0 -0
  1283. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_baidu_strategy.py +0 -0
  1284. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_bitbucket.py +0 -0
  1285. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_bitbucket_strategy.py +0 -0
  1286. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_bitly.py +0 -0
  1287. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_bitly_strategy.py +0 -0
  1288. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_box.py +0 -0
  1289. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_box_strategy.py +0 -0
  1290. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_custom.py +0 -0
  1291. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_custom_strategy.py +0 -0
  1292. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_daccount.py +0 -0
  1293. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_daccount_strategy.py +0 -0
  1294. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_dropbox.py +0 -0
  1295. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_dropbox_strategy.py +0 -0
  1296. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_dwolla.py +0 -0
  1297. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_dwolla_strategy.py +0 -0
  1298. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_email.py +0 -0
  1299. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_email_strategy.py +0 -0
  1300. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_evernote.py +0 -0
  1301. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_evernote_sandbox.py +0 -0
  1302. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_evernote_sandbox_strategy.py +0 -0
  1303. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_evernote_strategy.py +0 -0
  1304. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_exact.py +0 -0
  1305. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_exact_strategy.py +0 -0
  1306. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_facebook.py +0 -0
  1307. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_facebook_strategy.py +0 -0
  1308. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_fitbit.py +0 -0
  1309. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_fitbit_strategy.py +0 -0
  1310. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_git_hub.py +0 -0
  1311. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_git_hub_strategy.py +0 -0
  1312. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_google_apps.py +0 -0
  1313. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_google_apps_strategy.py +0 -0
  1314. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_google_o_auth_2.py +0 -0
  1315. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_google_o_auth_2_strategy.py +0 -0
  1316. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_instagram.py +0 -0
  1317. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_instagram_strategy.py +0 -0
  1318. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_ip.py +0 -0
  1319. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_ip_strategy.py +0 -0
  1320. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_line.py +0 -0
  1321. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_line_strategy.py +0 -0
  1322. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_linkedin.py +0 -0
  1323. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_linkedin_strategy.py +0 -0
  1324. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_o_auth_1.py +0 -0
  1325. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_o_auth_1_strategy.py +0 -0
  1326. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_o_auth_2.py +0 -0
  1327. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_o_auth_2_strategy.py +0 -0
  1328. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_office_365.py +0 -0
  1329. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_office_365_strategy.py +0 -0
  1330. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_oidc.py +0 -0
  1331. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_oidc_strategy.py +0 -0
  1332. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_okta.py +0 -0
  1333. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_okta_strategy.py +0 -0
  1334. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_paypal.py +0 -0
  1335. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_paypal_sandbox.py +0 -0
  1336. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_paypal_sandbox_strategy.py +0 -0
  1337. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_paypal_strategy.py +0 -0
  1338. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_ping_federate.py +0 -0
  1339. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_ping_federate_strategy.py +0 -0
  1340. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_planning_center.py +0 -0
  1341. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_planning_center_strategy.py +0 -0
  1342. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_salesforce.py +0 -0
  1343. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_salesforce_community.py +0 -0
  1344. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_salesforce_community_strategy.py +0 -0
  1345. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_salesforce_sandbox.py +0 -0
  1346. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_salesforce_sandbox_strategy.py +0 -0
  1347. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_salesforce_strategy.py +0 -0
  1348. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_saml.py +0 -0
  1349. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_saml_strategy.py +0 -0
  1350. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_sharepoint.py +0 -0
  1351. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_sharepoint_strategy.py +0 -0
  1352. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_shop.py +0 -0
  1353. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_shop_strategy.py +0 -0
  1354. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_shopify.py +0 -0
  1355. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_shopify_strategy.py +0 -0
  1356. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_sms.py +0 -0
  1357. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_sms_strategy.py +0 -0
  1358. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_soundcloud.py +0 -0
  1359. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_soundcloud_strategy.py +0 -0
  1360. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_thirty_seven_signals.py +0 -0
  1361. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_thirty_seven_signals_strategy.py +0 -0
  1362. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_twitter.py +0 -0
  1363. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_twitter_strategy.py +0 -0
  1364. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_untappd.py +0 -0
  1365. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_untappd_strategy.py +0 -0
  1366. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_vkontakte.py +0 -0
  1367. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_vkontakte_strategy.py +0 -0
  1368. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_weibo.py +0 -0
  1369. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_weibo_strategy.py +0 -0
  1370. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_windows_live.py +0 -0
  1371. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_windows_live_strategy.py +0 -0
  1372. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_wordpress.py +0 -0
  1373. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_wordpress_strategy.py +0 -0
  1374. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_yahoo.py +0 -0
  1375. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_yahoo_strategy.py +0 -0
  1376. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_yandex.py +0 -0
  1377. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_request_content_yandex_strategy.py +0 -0
  1378. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_connection_response_content.py +0 -0
  1379. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_cross_app_access_resource_app.py +0 -0
  1380. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_custom_domain_response_content.py +0 -0
  1381. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_directory_provisioning_request_content.py +0 -0
  1382. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_directory_provisioning_response_content.py +0 -0
  1383. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_directory_synchronization_response_content.py +0 -0
  1384. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_email_provider_response_content.py +0 -0
  1385. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_email_template_response_content.py +0 -0
  1386. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_encryption_key_public_wrapping_response_content.py +0 -0
  1387. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_encryption_key_response_content.py +0 -0
  1388. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_encryption_key_type.py +0 -0
  1389. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_event_stream_action_request_content.py +0 -0
  1390. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_event_stream_event_bridge_request_content.py +0 -0
  1391. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_event_stream_redelivery_response_content.py +0 -0
  1392. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_event_stream_response_content.py +0 -0
  1393. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_event_stream_test_event_response_content.py +0 -0
  1394. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_event_stream_web_hook_request_content.py +0 -0
  1395. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_export_users_fields.py +0 -0
  1396. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_export_users_response_content.py +0 -0
  1397. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flow_response_content.py +0 -0
  1398. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_activecampaign.py +0 -0
  1399. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_activecampaign_api_key.py +0 -0
  1400. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_activecampaign_uninitialized.py +0 -0
  1401. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_airtable.py +0 -0
  1402. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_airtable_api_key.py +0 -0
  1403. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_airtable_uninitialized.py +0 -0
  1404. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_auth_0.py +0 -0
  1405. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_auth_0_oauth_app.py +0 -0
  1406. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_auth_0_uninitialized.py +0 -0
  1407. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_bigquery.py +0 -0
  1408. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_bigquery_jwt.py +0 -0
  1409. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_bigquery_uninitialized.py +0 -0
  1410. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_clearbit.py +0 -0
  1411. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_clearbit_api_key.py +0 -0
  1412. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_clearbit_uninitialized.py +0 -0
  1413. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_docusign.py +0 -0
  1414. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_docusign_oauth_code.py +0 -0
  1415. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_docusign_uninitialized.py +0 -0
  1416. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_google_sheets.py +0 -0
  1417. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_google_sheets_oauth_code.py +0 -0
  1418. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_google_sheets_uninitialized.py +0 -0
  1419. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_http.py +0 -0
  1420. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_http_api_key.py +0 -0
  1421. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_http_basic_auth.py +0 -0
  1422. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_http_bearer.py +0 -0
  1423. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_http_oauth_client_credentials.py +0 -0
  1424. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_http_uninitialized.py +0 -0
  1425. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_hubspot.py +0 -0
  1426. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_hubspot_api_key.py +0 -0
  1427. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_hubspot_oauth_code.py +0 -0
  1428. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_hubspot_uninitialized.py +0 -0
  1429. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_jwt.py +0 -0
  1430. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_jwt_jwt.py +0 -0
  1431. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_jwt_uninitialized.py +0 -0
  1432. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_mailchimp.py +0 -0
  1433. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_mailchimp_api_key.py +0 -0
  1434. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_mailchimp_oauth_code.py +0 -0
  1435. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_mailchimp_uninitialized.py +0 -0
  1436. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_mailjet.py +0 -0
  1437. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_mailjet_api_key.py +0 -0
  1438. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_mailjet_uninitialized.py +0 -0
  1439. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_pipedrive.py +0 -0
  1440. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_pipedrive_oauth_code.py +0 -0
  1441. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_pipedrive_token.py +0 -0
  1442. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_pipedrive_uninitialized.py +0 -0
  1443. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_request_content.py +0 -0
  1444. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_response_content.py +0 -0
  1445. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_salesforce.py +0 -0
  1446. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_salesforce_oauth_code.py +0 -0
  1447. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_salesforce_uninitialized.py +0 -0
  1448. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_sendgrid.py +0 -0
  1449. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_sendgrid_api_key.py +0 -0
  1450. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_sendgrid_uninitialized.py +0 -0
  1451. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_slack.py +0 -0
  1452. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_slack_oauth_code.py +0 -0
  1453. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_slack_uninitialized.py +0 -0
  1454. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_slack_webhook.py +0 -0
  1455. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_stripe.py +0 -0
  1456. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_stripe_key_pair.py +0 -0
  1457. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_stripe_oauth_code.py +0 -0
  1458. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_stripe_uninitialized.py +0 -0
  1459. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_telegram.py +0 -0
  1460. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_telegram_token.py +0 -0
  1461. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_telegram_uninitialized.py +0 -0
  1462. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_twilio.py +0 -0
  1463. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_twilio_api_key.py +0 -0
  1464. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_twilio_uninitialized.py +0 -0
  1465. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_whatsapp.py +0 -0
  1466. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_whatsapp_token.py +0 -0
  1467. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_whatsapp_uninitialized.py +0 -0
  1468. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_zapier.py +0 -0
  1469. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_zapier_uninitialized.py +0 -0
  1470. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_flows_vault_connection_zapier_webhook.py +0 -0
  1471. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_form_response_content.py +0 -0
  1472. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_guardian_enrollment_ticket_response_content.py +0 -0
  1473. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_hook_response_content.py +0 -0
  1474. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_hook_secret_request_content.py +0 -0
  1475. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_identity_assertion_authorization_grant.py +0 -0
  1476. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_import_users_response_content.py +0 -0
  1477. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_keys_network_acls_response_content.py +0 -0
  1478. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_log_stream_datadog_request_body.py +0 -0
  1479. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_log_stream_event_bridge_request_body.py +0 -0
  1480. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_log_stream_event_grid_request_body.py +0 -0
  1481. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_log_stream_http_request_body.py +0 -0
  1482. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_log_stream_mixpanel_request_body.py +0 -0
  1483. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_log_stream_request_content.py +0 -0
  1484. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_log_stream_response_content.py +0 -0
  1485. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_log_stream_segment_request_body.py +0 -0
  1486. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_log_stream_splunk_request_body.py +0 -0
  1487. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_log_stream_sumo_request_body.py +0 -0
  1488. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_organization_client_request_item.py +0 -0
  1489. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_organization_clients_response_content.py +0 -0
  1490. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_organization_discovery_domain_response_content.py +0 -0
  1491. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_organization_invitation_response_content.py +0 -0
  1492. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_organization_response_content.py +0 -0
  1493. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_phone_provider_send_test_response_content.py +0 -0
  1494. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_phone_template_response_content.py +0 -0
  1495. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_phone_template_test_notification_response_content.py +0 -0
  1496. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_public_key_device_credential_response_content.py +0 -0
  1497. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_rate_limit_policy_response_content.py +0 -0
  1498. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_role_response_content.py +0 -0
  1499. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_rule_response_content.py +0 -0
  1500. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_scim_configuration_request_content.py +0 -0
  1501. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_scim_configuration_response_content.py +0 -0
  1502. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_scim_token_response_content.py +0 -0
  1503. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_self_service_profile_response_content.py +0 -0
  1504. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_self_service_profile_sso_ticket_response_content.py +0 -0
  1505. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_token_exchange_profile_response_content.py +0 -0
  1506. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_token_quota.py +0 -0
  1507. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_user_attribute_profile_response_content.py +0 -0
  1508. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_user_authentication_method_response_content.py +0 -0
  1509. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_user_response_content.py +0 -0
  1510. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_verifiable_credential_template_response_content.py +0 -0
  1511. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/create_verification_email_response_content.py +0 -0
  1512. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/created_authentication_method_type_enum.py +0 -0
  1513. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/created_user_authentication_method_type_enum.py +0 -0
  1514. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/credential_device_type_enum.py +0 -0
  1515. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/credential_id.py +0 -0
  1516. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/cross_app_access_requesting_app.py +0 -0
  1517. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/cross_app_access_resource_app.py +0 -0
  1518. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/cross_app_access_resource_app_status_enum.py +0 -0
  1519. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/csp_directives.py +0 -0
  1520. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/csp_flag.py +0 -0
  1521. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/csp_flags.py +0 -0
  1522. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/csp_policies.py +0 -0
  1523. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/csp_policy.py +0 -0
  1524. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/csp_policy_mode.py +0 -0
  1525. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/csp_policy_reporting.py +0 -0
  1526. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/csp_report_to.py +0 -0
  1527. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/csp_report_to_endpoint.py +0 -0
  1528. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/csp_report_to_endpoints.py +0 -0
  1529. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/csp_reporting_endpoints.py +0 -0
  1530. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/csp_reporting_infrastructure.py +0 -0
  1531. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/custom_domain.py +0 -0
  1532. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/custom_domain_custom_client_ip_header.py +0 -0
  1533. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/custom_domain_custom_client_ip_header_enum.py +0 -0
  1534. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/custom_domain_provisioning_type_enum.py +0 -0
  1535. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/custom_domain_status_filter_enum.py +0 -0
  1536. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/custom_domain_tls_policy_enum.py +0 -0
  1537. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/custom_domain_type_enum.py +0 -0
  1538. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/custom_domain_verification_method_enum.py +0 -0
  1539. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/custom_provider_configuration.py +0 -0
  1540. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/custom_provider_credentials.py +0 -0
  1541. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/custom_provider_delivery_method_enum.py +0 -0
  1542. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/custom_signing_key_algorithm_enum.py +0 -0
  1543. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/custom_signing_key_curve_enum.py +0 -0
  1544. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/custom_signing_key_jwk.py +0 -0
  1545. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/custom_signing_key_operation_enum.py +0 -0
  1546. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/custom_signing_key_type_enum.py +0 -0
  1547. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/custom_signing_key_use_enum.py +0 -0
  1548. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/daily_stats.py +0 -0
  1549. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/default_method_email_identifier_enum.py +0 -0
  1550. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/default_method_phone_number_identifier_enum.py +0 -0
  1551. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/default_token_quota.py +0 -0
  1552. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/delete_hook_secret_request_content.py +0 -0
  1553. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/delete_user_identity_response_content.py +0 -0
  1554. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/delete_user_identity_response_content_item.py +0 -0
  1555. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/deploy_action_response_content.py +0 -0
  1556. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/deploy_action_version_request_content.py +0 -0
  1557. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/deploy_action_version_response_content.py +0 -0
  1558. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/device_credential.py +0 -0
  1559. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/device_credential_public_key_type_enum.py +0 -0
  1560. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/device_credential_type_enum.py +0 -0
  1561. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/directory_provisioning.py +0 -0
  1562. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/directory_provisioning_mapping_item.py +0 -0
  1563. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/domain_certificate.py +0 -0
  1564. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/domain_certificate_authority_enum.py +0 -0
  1565. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/domain_certificate_status_enum.py +0 -0
  1566. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/domain_metadata.py +0 -0
  1567. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/domain_verification.py +0 -0
  1568. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/domain_verification_method.py +0 -0
  1569. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/domain_verification_method_name_enum.py +0 -0
  1570. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/domain_verification_status_enum.py +0 -0
  1571. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/email_attribute.py +0 -0
  1572. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/email_attribute_identifier.py +0 -0
  1573. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/email_mailgun_region_enum.py +0 -0
  1574. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/email_provider_credentials.py +0 -0
  1575. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/email_provider_credentials_schema.py +0 -0
  1576. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/email_provider_credentials_schema_access_key_id.py +0 -0
  1577. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/email_provider_credentials_schema_api_key.py +0 -0
  1578. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/email_provider_credentials_schema_client_id.py +0 -0
  1579. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/email_provider_credentials_schema_connection_string.py +0 -0
  1580. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/email_provider_credentials_schema_smtp_host.py +0 -0
  1581. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/email_provider_credentials_schema_three.py +0 -0
  1582. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/email_provider_credentials_schema_zero.py +0 -0
  1583. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/email_provider_name_enum.py +0 -0
  1584. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/email_provider_settings.py +0 -0
  1585. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/email_smtp_host.py +0 -0
  1586. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/email_spark_post_region_enum.py +0 -0
  1587. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/email_specific_provider_settings_with_additional_properties.py +0 -0
  1588. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/email_template_name_enum.py +0 -0
  1589. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/enabled_features_enum.py +0 -0
  1590. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/encryption_key.py +0 -0
  1591. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/encryption_key_public_wrapping_algorithm.py +0 -0
  1592. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/encryption_key_state.py +0 -0
  1593. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/encryption_key_type.py +0 -0
  1594. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_action_configuration.py +0 -0
  1595. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_action_destination.py +0 -0
  1596. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_action_destination_type_enum.py +0 -0
  1597. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_action_response_content.py +0 -0
  1598. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event.py +0 -0
  1599. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_a_0_purpose_enum.py +0 -0
  1600. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created.py +0 -0
  1601. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_cloud_event.py +0 -0
  1602. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_cloud_event_type_enum.py +0 -0
  1603. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_data.py +0 -0
  1604. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object.py +0 -0
  1605. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_0.py +0 -0
  1606. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_0_authentication.py +0 -0
  1607. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_0_connected_accounts.py +0 -0
  1608. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_0_metadata.py +0 -0
  1609. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_0_options.py +0 -0
  1610. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_0_options_attribute_map.py +0 -0
  1611. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_0_options_attribute_map_attributes.py +0 -0
  1612. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_0_options_attribute_map_mapping_mode_enum.py +0 -0
  1613. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_0_options_connection_settings.py +0 -0
  1614. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_0_options_connection_settings_pkce_enum.py +0 -0
  1615. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_0_options_dpop_signing_alg_enum.py +0 -0
  1616. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_0_options_federated_connections_access_tokens.py +0 -0
  1617. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_0_options_id_token_signed_response_algs_item_enum.py +0 -0
  1618. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_0_options_oidc_metadata.py +0 -0
  1619. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_0_options_schema_version_enum.py +0 -0
  1620. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_0_options_set_user_root_attributes_enum.py +0 -0
  1621. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_0_options_token_endpoint_auth_method_enum.py +0 -0
  1622. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_0_options_token_endpoint_auth_signing_alg_enum.py +0 -0
  1623. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_0_options_token_endpoint_jwtca_aud_format_enum.py +0 -0
  1624. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_0_options_type_enum.py +0 -0
  1625. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_0_options_upstream_params.py +0 -0
  1626. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_0_strategy_enum.py +0 -0
  1627. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_1.py +0 -0
  1628. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_1_authentication.py +0 -0
  1629. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_1_connected_accounts.py +0 -0
  1630. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_1_metadata.py +0 -0
  1631. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_1_options.py +0 -0
  1632. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_1_options_attribute_map.py +0 -0
  1633. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_1_options_attribute_map_attributes.py +0 -0
  1634. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_1_options_attribute_map_mapping_mode_enum.py +0 -0
  1635. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_1_options_connection_settings.py +0 -0
  1636. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_1_options_connection_settings_pkce_enum.py +0 -0
  1637. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_1_options_dpop_signing_alg_enum.py +0 -0
  1638. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_1_options_federated_connections_access_tokens.py +0 -0
  1639. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_1_options_id_token_signed_response_algs_item_enum.py +0 -0
  1640. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_1_options_oidc_metadata.py +0 -0
  1641. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_1_options_schema_version_enum.py +0 -0
  1642. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_1_options_set_user_root_attributes_enum.py +0 -0
  1643. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_1_options_token_endpoint_auth_method_enum.py +0 -0
  1644. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_1_options_token_endpoint_auth_signing_alg_enum.py +0 -0
  1645. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_1_options_token_endpoint_jwtca_aud_format_enum.py +0 -0
  1646. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_1_options_type_enum.py +0 -0
  1647. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_1_options_upstream_params.py +0 -0
  1648. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_1_strategy_enum.py +0 -0
  1649. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_2.py +0 -0
  1650. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_2_authentication.py +0 -0
  1651. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_2_connected_accounts.py +0 -0
  1652. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_2_metadata.py +0 -0
  1653. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_2_options.py +0 -0
  1654. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_2_options_assertion_decryption_settings.py +0 -0
  1655. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_2_options_assertion_decryption_settings_algorithm_profile_enum.py +0 -0
  1656. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_2_options_digest_algorithm_enum.py +0 -0
  1657. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_2_options_fields_map.py +0 -0
  1658. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_2_options_idpinitiated.py +0 -0
  1659. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_2_options_idpinitiated_client_protocol_enum.py +0 -0
  1660. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_2_options_oidc_metadata.py +0 -0
  1661. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_2_options_protocol_binding_enum.py +0 -0
  1662. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_2_options_set_user_root_attributes_enum.py +0 -0
  1663. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_2_options_signature_algorithm_enum.py +0 -0
  1664. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_2_options_subject.py +0 -0
  1665. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_2_options_upstream_params.py +0 -0
  1666. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_2_strategy_enum.py +0 -0
  1667. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_3.py +0 -0
  1668. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_3_authentication.py +0 -0
  1669. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_3_connected_accounts.py +0 -0
  1670. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_3_metadata.py +0 -0
  1671. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_3_options.py +0 -0
  1672. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_3_options_assertion_decryption_settings.py +0 -0
  1673. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_3_options_assertion_decryption_settings_algorithm_profile_enum.py +0 -0
  1674. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_3_options_digest_algorithm_enum.py +0 -0
  1675. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_3_options_idpinitiated.py +0 -0
  1676. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_3_options_idpinitiated_client_protocol_enum.py +0 -0
  1677. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_3_options_protocol_binding_enum.py +0 -0
  1678. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_3_options_set_user_root_attributes_enum.py +0 -0
  1679. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_3_options_signature_algorithm_enum.py +0 -0
  1680. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_3_options_subject.py +0 -0
  1681. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_3_options_upstream_params.py +0 -0
  1682. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_3_strategy_enum.py +0 -0
  1683. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_4.py +0 -0
  1684. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_4_authentication.py +0 -0
  1685. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_4_connected_accounts.py +0 -0
  1686. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_4_metadata.py +0 -0
  1687. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_4_options.py +0 -0
  1688. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_4_options_set_user_root_attributes_enum.py +0 -0
  1689. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_4_options_should_trust_email_verified_connection_enum.py +0 -0
  1690. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_4_options_upstream_params.py +0 -0
  1691. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_4_strategy_enum.py +0 -0
  1692. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_5.py +0 -0
  1693. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_5_authentication.py +0 -0
  1694. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_5_connected_accounts.py +0 -0
  1695. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_5_metadata.py +0 -0
  1696. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_5_options.py +0 -0
  1697. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_5_options_set_user_root_attributes_enum.py +0 -0
  1698. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_5_options_upstream_params.py +0 -0
  1699. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_5_strategy_enum.py +0 -0
  1700. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_6.py +0 -0
  1701. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_6_authentication.py +0 -0
  1702. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_6_connected_accounts.py +0 -0
  1703. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_6_metadata.py +0 -0
  1704. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_6_options.py +0 -0
  1705. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_6_options_federated_connections_access_tokens.py +0 -0
  1706. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_6_options_set_user_root_attributes_enum.py +0 -0
  1707. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_6_options_upstream_params.py +0 -0
  1708. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_6_strategy_enum.py +0 -0
  1709. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_7.py +0 -0
  1710. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_7_authentication.py +0 -0
  1711. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_7_connected_accounts.py +0 -0
  1712. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_7_metadata.py +0 -0
  1713. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_7_options.py +0 -0
  1714. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_7_options_federated_connections_access_tokens.py +0 -0
  1715. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_7_options_identity_api_enum.py +0 -0
  1716. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_7_options_set_user_root_attributes_enum.py +0 -0
  1717. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_7_options_should_trust_email_verified_connection_enum.py +0 -0
  1718. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_7_options_tenant_domain_one.py +0 -0
  1719. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_7_options_upstream_params.py +0 -0
  1720. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_7_options_userid_attribute_enum.py +0 -0
  1721. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_7_options_waad_protocol_enum.py +0 -0
  1722. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_object_7_strategy_enum.py +0 -0
  1723. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object.py +0 -0
  1724. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_0.py +0 -0
  1725. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_0_authentication.py +0 -0
  1726. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_0_connected_accounts.py +0 -0
  1727. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_0_metadata.py +0 -0
  1728. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_0_options.py +0 -0
  1729. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_0_options_attribute_map.py +0 -0
  1730. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_0_options_attribute_map_attributes.py +0 -0
  1731. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_0_options_attribute_map_mapping_mode_enum.py +0 -0
  1732. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_0_options_connection_settings.py +0 -0
  1733. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_0_options_connection_settings_pkce_enum.py +0 -0
  1734. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_0_options_dpop_signing_alg_enum.py +0 -0
  1735. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_0_options_federated_connections_access_tokens.py +0 -0
  1736. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_0_options_id_token_signed_response_algs_item_enum.py +0 -0
  1737. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_0_options_oidc_metadata.py +0 -0
  1738. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_0_options_schema_version_enum.py +0 -0
  1739. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_0_options_set_user_root_attributes_enum.py +0 -0
  1740. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_0_options_token_endpoint_auth_method_enum.py +0 -0
  1741. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_0_options_token_endpoint_auth_signing_alg_enum.py +0 -0
  1742. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_0_options_token_endpoint_jwtca_aud_format_enum.py +0 -0
  1743. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_0_options_type_enum.py +0 -0
  1744. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_0_options_upstream_params.py +0 -0
  1745. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_0_strategy_enum.py +0 -0
  1746. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_1.py +0 -0
  1747. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_1_authentication.py +0 -0
  1748. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_1_connected_accounts.py +0 -0
  1749. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_1_metadata.py +0 -0
  1750. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_1_options.py +0 -0
  1751. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_1_options_attribute_map.py +0 -0
  1752. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_1_options_attribute_map_attributes.py +0 -0
  1753. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_1_options_attribute_map_mapping_mode_enum.py +0 -0
  1754. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_1_options_connection_settings.py +0 -0
  1755. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_1_options_connection_settings_pkce_enum.py +0 -0
  1756. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_1_options_dpop_signing_alg_enum.py +0 -0
  1757. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_1_options_federated_connections_access_tokens.py +0 -0
  1758. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_1_options_id_token_signed_response_algs_item_enum.py +0 -0
  1759. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_1_options_oidc_metadata.py +0 -0
  1760. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_1_options_schema_version_enum.py +0 -0
  1761. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_1_options_set_user_root_attributes_enum.py +0 -0
  1762. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_1_options_token_endpoint_auth_method_enum.py +0 -0
  1763. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_1_options_token_endpoint_auth_signing_alg_enum.py +0 -0
  1764. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_1_options_token_endpoint_jwtca_aud_format_enum.py +0 -0
  1765. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_1_options_type_enum.py +0 -0
  1766. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_1_options_upstream_params.py +0 -0
  1767. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_1_strategy_enum.py +0 -0
  1768. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_2.py +0 -0
  1769. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_2_authentication.py +0 -0
  1770. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_2_connected_accounts.py +0 -0
  1771. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_2_metadata.py +0 -0
  1772. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_2_options.py +0 -0
  1773. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_2_options_assertion_decryption_settings.py +0 -0
  1774. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_2_options_assertion_decryption_settings_algorithm_profile_enum.py +0 -0
  1775. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_2_options_digest_algorithm_enum.py +0 -0
  1776. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_2_options_fields_map.py +0 -0
  1777. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_2_options_idpinitiated.py +0 -0
  1778. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_2_options_idpinitiated_client_protocol_enum.py +0 -0
  1779. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_2_options_oidc_metadata.py +0 -0
  1780. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_2_options_protocol_binding_enum.py +0 -0
  1781. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_2_options_set_user_root_attributes_enum.py +0 -0
  1782. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_2_options_signature_algorithm_enum.py +0 -0
  1783. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_2_options_subject.py +0 -0
  1784. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_2_options_upstream_params.py +0 -0
  1785. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_2_strategy_enum.py +0 -0
  1786. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_3.py +0 -0
  1787. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_3_authentication.py +0 -0
  1788. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_3_connected_accounts.py +0 -0
  1789. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_3_metadata.py +0 -0
  1790. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_3_options.py +0 -0
  1791. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_3_options_assertion_decryption_settings.py +0 -0
  1792. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_3_options_assertion_decryption_settings_algorithm_profile_enum.py +0 -0
  1793. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_3_options_digest_algorithm_enum.py +0 -0
  1794. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_3_options_idpinitiated.py +0 -0
  1795. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_3_options_idpinitiated_client_protocol_enum.py +0 -0
  1796. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_3_options_protocol_binding_enum.py +0 -0
  1797. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_3_options_set_user_root_attributes_enum.py +0 -0
  1798. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_3_options_signature_algorithm_enum.py +0 -0
  1799. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_3_options_subject.py +0 -0
  1800. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_3_options_upstream_params.py +0 -0
  1801. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_3_strategy_enum.py +0 -0
  1802. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_4.py +0 -0
  1803. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_4_authentication.py +0 -0
  1804. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_4_connected_accounts.py +0 -0
  1805. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_4_metadata.py +0 -0
  1806. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_4_options.py +0 -0
  1807. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_4_options_set_user_root_attributes_enum.py +0 -0
  1808. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_4_options_should_trust_email_verified_connection_enum.py +0 -0
  1809. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_4_options_upstream_params.py +0 -0
  1810. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_4_strategy_enum.py +0 -0
  1811. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_5.py +0 -0
  1812. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_5_authentication.py +0 -0
  1813. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_5_connected_accounts.py +0 -0
  1814. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_5_metadata.py +0 -0
  1815. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_5_options.py +0 -0
  1816. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_5_options_set_user_root_attributes_enum.py +0 -0
  1817. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_5_options_upstream_params.py +0 -0
  1818. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_5_strategy_enum.py +0 -0
  1819. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_6.py +0 -0
  1820. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_6_authentication.py +0 -0
  1821. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_6_connected_accounts.py +0 -0
  1822. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_6_metadata.py +0 -0
  1823. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_6_options.py +0 -0
  1824. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_6_options_federated_connections_access_tokens.py +0 -0
  1825. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_6_options_set_user_root_attributes_enum.py +0 -0
  1826. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_6_options_upstream_params.py +0 -0
  1827. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_6_strategy_enum.py +0 -0
  1828. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_7.py +0 -0
  1829. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_7_authentication.py +0 -0
  1830. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_7_connected_accounts.py +0 -0
  1831. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_7_metadata.py +0 -0
  1832. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_7_options.py +0 -0
  1833. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_7_options_federated_connections_access_tokens.py +0 -0
  1834. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_7_options_identity_api_enum.py +0 -0
  1835. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_7_options_set_user_root_attributes_enum.py +0 -0
  1836. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_7_options_should_trust_email_verified_connection_enum.py +0 -0
  1837. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_7_options_tenant_domain_one.py +0 -0
  1838. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_7_options_upstream_params.py +0 -0
  1839. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_7_options_userid_attribute_enum.py +0 -0
  1840. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_7_options_waad_protocol_enum.py +0 -0
  1841. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_previous_object_7_strategy_enum.py +0 -0
  1842. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_created_type_enum.py +0 -0
  1843. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted.py +0 -0
  1844. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_cloud_event.py +0 -0
  1845. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_cloud_event_type_enum.py +0 -0
  1846. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_data.py +0 -0
  1847. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object.py +0 -0
  1848. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_0.py +0 -0
  1849. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_0_authentication.py +0 -0
  1850. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_0_connected_accounts.py +0 -0
  1851. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_0_metadata.py +0 -0
  1852. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_0_options.py +0 -0
  1853. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_0_options_attribute_map.py +0 -0
  1854. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_0_options_attribute_map_attributes.py +0 -0
  1855. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_0_options_attribute_map_mapping_mode_enum.py +0 -0
  1856. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_0_options_connection_settings.py +0 -0
  1857. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_0_options_connection_settings_pkce_enum.py +0 -0
  1858. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_0_options_dpop_signing_alg_enum.py +0 -0
  1859. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_0_options_federated_connections_access_tokens.py +0 -0
  1860. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_0_options_id_token_signed_response_algs_item_enum.py +0 -0
  1861. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_0_options_oidc_metadata.py +0 -0
  1862. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_0_options_schema_version_enum.py +0 -0
  1863. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_0_options_set_user_root_attributes_enum.py +0 -0
  1864. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_0_options_token_endpoint_auth_method_enum.py +0 -0
  1865. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_0_options_token_endpoint_auth_signing_alg_enum.py +0 -0
  1866. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_0_options_token_endpoint_jwtca_aud_format_enum.py +0 -0
  1867. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_0_options_type_enum.py +0 -0
  1868. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_0_options_upstream_params.py +0 -0
  1869. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_0_strategy_enum.py +0 -0
  1870. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_1.py +0 -0
  1871. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_1_authentication.py +0 -0
  1872. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_1_connected_accounts.py +0 -0
  1873. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_1_metadata.py +0 -0
  1874. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_1_options.py +0 -0
  1875. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_1_options_attribute_map.py +0 -0
  1876. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_1_options_attribute_map_attributes.py +0 -0
  1877. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_1_options_attribute_map_mapping_mode_enum.py +0 -0
  1878. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_1_options_connection_settings.py +0 -0
  1879. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_1_options_connection_settings_pkce_enum.py +0 -0
  1880. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_1_options_dpop_signing_alg_enum.py +0 -0
  1881. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_1_options_federated_connections_access_tokens.py +0 -0
  1882. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_1_options_id_token_signed_response_algs_item_enum.py +0 -0
  1883. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_1_options_oidc_metadata.py +0 -0
  1884. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_1_options_schema_version_enum.py +0 -0
  1885. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_1_options_set_user_root_attributes_enum.py +0 -0
  1886. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_1_options_token_endpoint_auth_method_enum.py +0 -0
  1887. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_1_options_token_endpoint_auth_signing_alg_enum.py +0 -0
  1888. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_1_options_token_endpoint_jwtca_aud_format_enum.py +0 -0
  1889. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_1_options_type_enum.py +0 -0
  1890. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_1_options_upstream_params.py +0 -0
  1891. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_1_strategy_enum.py +0 -0
  1892. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_2.py +0 -0
  1893. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_2_authentication.py +0 -0
  1894. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_2_connected_accounts.py +0 -0
  1895. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_2_metadata.py +0 -0
  1896. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_2_options.py +0 -0
  1897. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_2_options_assertion_decryption_settings.py +0 -0
  1898. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_2_options_assertion_decryption_settings_algorithm_profile_enum.py +0 -0
  1899. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_2_options_digest_algorithm_enum.py +0 -0
  1900. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_2_options_fields_map.py +0 -0
  1901. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_2_options_idpinitiated.py +0 -0
  1902. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_2_options_idpinitiated_client_protocol_enum.py +0 -0
  1903. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_2_options_oidc_metadata.py +0 -0
  1904. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_2_options_protocol_binding_enum.py +0 -0
  1905. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_2_options_set_user_root_attributes_enum.py +0 -0
  1906. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_2_options_signature_algorithm_enum.py +0 -0
  1907. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_2_options_subject.py +0 -0
  1908. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_2_options_upstream_params.py +0 -0
  1909. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_2_strategy_enum.py +0 -0
  1910. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_3.py +0 -0
  1911. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_3_authentication.py +0 -0
  1912. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_3_connected_accounts.py +0 -0
  1913. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_3_metadata.py +0 -0
  1914. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_3_options.py +0 -0
  1915. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_3_options_assertion_decryption_settings.py +0 -0
  1916. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_3_options_assertion_decryption_settings_algorithm_profile_enum.py +0 -0
  1917. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_3_options_digest_algorithm_enum.py +0 -0
  1918. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_3_options_idpinitiated.py +0 -0
  1919. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_3_options_idpinitiated_client_protocol_enum.py +0 -0
  1920. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_3_options_protocol_binding_enum.py +0 -0
  1921. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_3_options_set_user_root_attributes_enum.py +0 -0
  1922. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_3_options_signature_algorithm_enum.py +0 -0
  1923. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_3_options_subject.py +0 -0
  1924. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_3_options_upstream_params.py +0 -0
  1925. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_3_strategy_enum.py +0 -0
  1926. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_4.py +0 -0
  1927. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_4_authentication.py +0 -0
  1928. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_4_connected_accounts.py +0 -0
  1929. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_4_metadata.py +0 -0
  1930. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_4_options.py +0 -0
  1931. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_4_options_set_user_root_attributes_enum.py +0 -0
  1932. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_4_options_should_trust_email_verified_connection_enum.py +0 -0
  1933. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_4_options_upstream_params.py +0 -0
  1934. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_4_strategy_enum.py +0 -0
  1935. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_5.py +0 -0
  1936. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_5_authentication.py +0 -0
  1937. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_5_connected_accounts.py +0 -0
  1938. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_5_metadata.py +0 -0
  1939. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_5_options.py +0 -0
  1940. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_5_options_set_user_root_attributes_enum.py +0 -0
  1941. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_5_options_upstream_params.py +0 -0
  1942. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_5_strategy_enum.py +0 -0
  1943. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_6.py +0 -0
  1944. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_6_authentication.py +0 -0
  1945. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_6_connected_accounts.py +0 -0
  1946. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_6_metadata.py +0 -0
  1947. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_6_options.py +0 -0
  1948. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_6_options_federated_connections_access_tokens.py +0 -0
  1949. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_6_options_set_user_root_attributes_enum.py +0 -0
  1950. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_6_options_upstream_params.py +0 -0
  1951. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_6_strategy_enum.py +0 -0
  1952. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_7.py +0 -0
  1953. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_7_authentication.py +0 -0
  1954. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_7_connected_accounts.py +0 -0
  1955. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_7_metadata.py +0 -0
  1956. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_7_options.py +0 -0
  1957. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_7_options_federated_connections_access_tokens.py +0 -0
  1958. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_7_options_identity_api_enum.py +0 -0
  1959. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_7_options_set_user_root_attributes_enum.py +0 -0
  1960. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_7_options_should_trust_email_verified_connection_enum.py +0 -0
  1961. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_7_options_tenant_domain_one.py +0 -0
  1962. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_7_options_upstream_params.py +0 -0
  1963. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_7_options_userid_attribute_enum.py +0 -0
  1964. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_7_options_waad_protocol_enum.py +0 -0
  1965. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_object_7_strategy_enum.py +0 -0
  1966. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object.py +0 -0
  1967. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_0.py +0 -0
  1968. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_0_authentication.py +0 -0
  1969. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_0_connected_accounts.py +0 -0
  1970. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_0_metadata.py +0 -0
  1971. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_0_options.py +0 -0
  1972. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_0_options_attribute_map.py +0 -0
  1973. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_0_options_attribute_map_attributes.py +0 -0
  1974. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_0_options_attribute_map_mapping_mode_enum.py +0 -0
  1975. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_0_options_connection_settings.py +0 -0
  1976. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_0_options_connection_settings_pkce_enum.py +0 -0
  1977. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_0_options_dpop_signing_alg_enum.py +0 -0
  1978. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_0_options_federated_connections_access_tokens.py +0 -0
  1979. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_0_options_id_token_signed_response_algs_item_enum.py +0 -0
  1980. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_0_options_oidc_metadata.py +0 -0
  1981. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_0_options_schema_version_enum.py +0 -0
  1982. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_0_options_set_user_root_attributes_enum.py +0 -0
  1983. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_0_options_token_endpoint_auth_method_enum.py +0 -0
  1984. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_0_options_token_endpoint_auth_signing_alg_enum.py +0 -0
  1985. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_0_options_token_endpoint_jwtca_aud_format_enum.py +0 -0
  1986. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_0_options_type_enum.py +0 -0
  1987. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_0_options_upstream_params.py +0 -0
  1988. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_0_strategy_enum.py +0 -0
  1989. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_1.py +0 -0
  1990. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_1_authentication.py +0 -0
  1991. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_1_connected_accounts.py +0 -0
  1992. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_1_metadata.py +0 -0
  1993. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_1_options.py +0 -0
  1994. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_1_options_attribute_map.py +0 -0
  1995. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_1_options_attribute_map_attributes.py +0 -0
  1996. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_1_options_attribute_map_mapping_mode_enum.py +0 -0
  1997. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_1_options_connection_settings.py +0 -0
  1998. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_1_options_connection_settings_pkce_enum.py +0 -0
  1999. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_1_options_dpop_signing_alg_enum.py +0 -0
  2000. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_1_options_federated_connections_access_tokens.py +0 -0
  2001. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_1_options_id_token_signed_response_algs_item_enum.py +0 -0
  2002. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_1_options_oidc_metadata.py +0 -0
  2003. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_1_options_schema_version_enum.py +0 -0
  2004. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_1_options_set_user_root_attributes_enum.py +0 -0
  2005. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_1_options_token_endpoint_auth_method_enum.py +0 -0
  2006. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_1_options_token_endpoint_auth_signing_alg_enum.py +0 -0
  2007. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_1_options_token_endpoint_jwtca_aud_format_enum.py +0 -0
  2008. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_1_options_type_enum.py +0 -0
  2009. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_1_options_upstream_params.py +0 -0
  2010. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_1_strategy_enum.py +0 -0
  2011. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_2.py +0 -0
  2012. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_2_authentication.py +0 -0
  2013. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_2_connected_accounts.py +0 -0
  2014. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_2_metadata.py +0 -0
  2015. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_2_options.py +0 -0
  2016. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_2_options_assertion_decryption_settings.py +0 -0
  2017. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_2_options_assertion_decryption_settings_algorithm_profile_enum.py +0 -0
  2018. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_2_options_digest_algorithm_enum.py +0 -0
  2019. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_2_options_fields_map.py +0 -0
  2020. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_2_options_idpinitiated.py +0 -0
  2021. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_2_options_idpinitiated_client_protocol_enum.py +0 -0
  2022. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_2_options_oidc_metadata.py +0 -0
  2023. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_2_options_protocol_binding_enum.py +0 -0
  2024. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_2_options_set_user_root_attributes_enum.py +0 -0
  2025. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_2_options_signature_algorithm_enum.py +0 -0
  2026. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_2_options_subject.py +0 -0
  2027. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_2_options_upstream_params.py +0 -0
  2028. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_2_strategy_enum.py +0 -0
  2029. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_3.py +0 -0
  2030. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_3_authentication.py +0 -0
  2031. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_3_connected_accounts.py +0 -0
  2032. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_3_metadata.py +0 -0
  2033. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_3_options.py +0 -0
  2034. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_3_options_assertion_decryption_settings.py +0 -0
  2035. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_3_options_assertion_decryption_settings_algorithm_profile_enum.py +0 -0
  2036. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_3_options_digest_algorithm_enum.py +0 -0
  2037. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_3_options_idpinitiated.py +0 -0
  2038. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_3_options_idpinitiated_client_protocol_enum.py +0 -0
  2039. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_3_options_protocol_binding_enum.py +0 -0
  2040. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_3_options_set_user_root_attributes_enum.py +0 -0
  2041. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_3_options_signature_algorithm_enum.py +0 -0
  2042. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_3_options_subject.py +0 -0
  2043. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_3_options_upstream_params.py +0 -0
  2044. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_3_strategy_enum.py +0 -0
  2045. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_4.py +0 -0
  2046. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_4_authentication.py +0 -0
  2047. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_4_connected_accounts.py +0 -0
  2048. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_4_metadata.py +0 -0
  2049. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_4_options.py +0 -0
  2050. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_4_options_set_user_root_attributes_enum.py +0 -0
  2051. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_4_options_should_trust_email_verified_connection_enum.py +0 -0
  2052. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_4_options_upstream_params.py +0 -0
  2053. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_4_strategy_enum.py +0 -0
  2054. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_5.py +0 -0
  2055. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_5_authentication.py +0 -0
  2056. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_5_connected_accounts.py +0 -0
  2057. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_5_metadata.py +0 -0
  2058. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_5_options.py +0 -0
  2059. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_5_options_set_user_root_attributes_enum.py +0 -0
  2060. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_5_options_upstream_params.py +0 -0
  2061. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_5_strategy_enum.py +0 -0
  2062. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_6.py +0 -0
  2063. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_6_authentication.py +0 -0
  2064. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_6_connected_accounts.py +0 -0
  2065. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_6_metadata.py +0 -0
  2066. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_6_options.py +0 -0
  2067. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_6_options_federated_connections_access_tokens.py +0 -0
  2068. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_6_options_set_user_root_attributes_enum.py +0 -0
  2069. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_6_options_upstream_params.py +0 -0
  2070. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_6_strategy_enum.py +0 -0
  2071. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_7.py +0 -0
  2072. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_7_authentication.py +0 -0
  2073. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_7_connected_accounts.py +0 -0
  2074. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_7_metadata.py +0 -0
  2075. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_7_options.py +0 -0
  2076. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_7_options_federated_connections_access_tokens.py +0 -0
  2077. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_7_options_identity_api_enum.py +0 -0
  2078. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_7_options_set_user_root_attributes_enum.py +0 -0
  2079. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_7_options_should_trust_email_verified_connection_enum.py +0 -0
  2080. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_7_options_tenant_domain_one.py +0 -0
  2081. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_7_options_upstream_params.py +0 -0
  2082. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_7_options_userid_attribute_enum.py +0 -0
  2083. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_7_options_waad_protocol_enum.py +0 -0
  2084. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_previous_object_7_strategy_enum.py +0 -0
  2085. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_deleted_type_enum.py +0 -0
  2086. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated.py +0 -0
  2087. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_cloud_event.py +0 -0
  2088. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_cloud_event_type_enum.py +0 -0
  2089. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_data.py +0 -0
  2090. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object.py +0 -0
  2091. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_0.py +0 -0
  2092. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_0_authentication.py +0 -0
  2093. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_0_connected_accounts.py +0 -0
  2094. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_0_metadata.py +0 -0
  2095. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_0_options.py +0 -0
  2096. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_0_options_attribute_map.py +0 -0
  2097. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_0_options_attribute_map_attributes.py +0 -0
  2098. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_0_options_attribute_map_mapping_mode_enum.py +0 -0
  2099. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_0_options_connection_settings.py +0 -0
  2100. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_0_options_connection_settings_pkce_enum.py +0 -0
  2101. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_0_options_dpop_signing_alg_enum.py +0 -0
  2102. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_0_options_federated_connections_access_tokens.py +0 -0
  2103. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_0_options_id_token_signed_response_algs_item_enum.py +0 -0
  2104. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_0_options_oidc_metadata.py +0 -0
  2105. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_0_options_schema_version_enum.py +0 -0
  2106. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_0_options_set_user_root_attributes_enum.py +0 -0
  2107. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_0_options_token_endpoint_auth_method_enum.py +0 -0
  2108. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_0_options_token_endpoint_auth_signing_alg_enum.py +0 -0
  2109. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_0_options_token_endpoint_jwtca_aud_format_enum.py +0 -0
  2110. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_0_options_type_enum.py +0 -0
  2111. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_0_options_upstream_params.py +0 -0
  2112. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_0_strategy_enum.py +0 -0
  2113. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_1.py +0 -0
  2114. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_1_authentication.py +0 -0
  2115. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_1_connected_accounts.py +0 -0
  2116. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_1_metadata.py +0 -0
  2117. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_1_options.py +0 -0
  2118. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_1_options_attribute_map.py +0 -0
  2119. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_1_options_attribute_map_attributes.py +0 -0
  2120. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_1_options_attribute_map_mapping_mode_enum.py +0 -0
  2121. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_1_options_connection_settings.py +0 -0
  2122. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_1_options_connection_settings_pkce_enum.py +0 -0
  2123. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_1_options_dpop_signing_alg_enum.py +0 -0
  2124. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_1_options_federated_connections_access_tokens.py +0 -0
  2125. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_1_options_id_token_signed_response_algs_item_enum.py +0 -0
  2126. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_1_options_oidc_metadata.py +0 -0
  2127. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_1_options_schema_version_enum.py +0 -0
  2128. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_1_options_set_user_root_attributes_enum.py +0 -0
  2129. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_1_options_token_endpoint_auth_method_enum.py +0 -0
  2130. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_1_options_token_endpoint_auth_signing_alg_enum.py +0 -0
  2131. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_1_options_token_endpoint_jwtca_aud_format_enum.py +0 -0
  2132. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_1_options_type_enum.py +0 -0
  2133. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_1_options_upstream_params.py +0 -0
  2134. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_1_strategy_enum.py +0 -0
  2135. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_2.py +0 -0
  2136. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_2_authentication.py +0 -0
  2137. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_2_connected_accounts.py +0 -0
  2138. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_2_metadata.py +0 -0
  2139. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_2_options.py +0 -0
  2140. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_2_options_assertion_decryption_settings.py +0 -0
  2141. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_2_options_assertion_decryption_settings_algorithm_profile_enum.py +0 -0
  2142. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_2_options_digest_algorithm_enum.py +0 -0
  2143. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_2_options_fields_map.py +0 -0
  2144. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_2_options_idpinitiated.py +0 -0
  2145. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_2_options_idpinitiated_client_protocol_enum.py +0 -0
  2146. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_2_options_oidc_metadata.py +0 -0
  2147. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_2_options_protocol_binding_enum.py +0 -0
  2148. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_2_options_set_user_root_attributes_enum.py +0 -0
  2149. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_2_options_signature_algorithm_enum.py +0 -0
  2150. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_2_options_subject.py +0 -0
  2151. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_2_options_upstream_params.py +0 -0
  2152. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_2_strategy_enum.py +0 -0
  2153. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_3.py +0 -0
  2154. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_3_authentication.py +0 -0
  2155. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_3_connected_accounts.py +0 -0
  2156. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_3_metadata.py +0 -0
  2157. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_3_options.py +0 -0
  2158. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_3_options_assertion_decryption_settings.py +0 -0
  2159. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_3_options_assertion_decryption_settings_algorithm_profile_enum.py +0 -0
  2160. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_3_options_digest_algorithm_enum.py +0 -0
  2161. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_3_options_idpinitiated.py +0 -0
  2162. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_3_options_idpinitiated_client_protocol_enum.py +0 -0
  2163. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_3_options_protocol_binding_enum.py +0 -0
  2164. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_3_options_set_user_root_attributes_enum.py +0 -0
  2165. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_3_options_signature_algorithm_enum.py +0 -0
  2166. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_3_options_subject.py +0 -0
  2167. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_3_options_upstream_params.py +0 -0
  2168. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_3_strategy_enum.py +0 -0
  2169. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_4.py +0 -0
  2170. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_4_authentication.py +0 -0
  2171. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_4_connected_accounts.py +0 -0
  2172. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_4_metadata.py +0 -0
  2173. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_4_options.py +0 -0
  2174. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_4_options_set_user_root_attributes_enum.py +0 -0
  2175. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_4_options_should_trust_email_verified_connection_enum.py +0 -0
  2176. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_4_options_upstream_params.py +0 -0
  2177. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_4_strategy_enum.py +0 -0
  2178. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_5.py +0 -0
  2179. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_5_authentication.py +0 -0
  2180. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_5_connected_accounts.py +0 -0
  2181. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_5_metadata.py +0 -0
  2182. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_5_options.py +0 -0
  2183. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_5_options_set_user_root_attributes_enum.py +0 -0
  2184. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_5_options_upstream_params.py +0 -0
  2185. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_5_strategy_enum.py +0 -0
  2186. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_6.py +0 -0
  2187. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_6_authentication.py +0 -0
  2188. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_6_connected_accounts.py +0 -0
  2189. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_6_metadata.py +0 -0
  2190. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_6_options.py +0 -0
  2191. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_6_options_federated_connections_access_tokens.py +0 -0
  2192. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_6_options_set_user_root_attributes_enum.py +0 -0
  2193. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_6_options_upstream_params.py +0 -0
  2194. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_6_strategy_enum.py +0 -0
  2195. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_7.py +0 -0
  2196. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_7_authentication.py +0 -0
  2197. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_7_connected_accounts.py +0 -0
  2198. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_7_metadata.py +0 -0
  2199. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_7_options.py +0 -0
  2200. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_7_options_federated_connections_access_tokens.py +0 -0
  2201. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_7_options_identity_api_enum.py +0 -0
  2202. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_7_options_set_user_root_attributes_enum.py +0 -0
  2203. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_7_options_should_trust_email_verified_connection_enum.py +0 -0
  2204. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_7_options_tenant_domain_one.py +0 -0
  2205. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_7_options_upstream_params.py +0 -0
  2206. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_7_options_userid_attribute_enum.py +0 -0
  2207. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_7_options_waad_protocol_enum.py +0 -0
  2208. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_object_7_strategy_enum.py +0 -0
  2209. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object.py +0 -0
  2210. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_0.py +0 -0
  2211. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_0_authentication.py +0 -0
  2212. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_0_connected_accounts.py +0 -0
  2213. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_0_metadata.py +0 -0
  2214. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_0_options.py +0 -0
  2215. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_0_options_attribute_map.py +0 -0
  2216. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_0_options_attribute_map_attributes.py +0 -0
  2217. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_0_options_attribute_map_mapping_mode_enum.py +0 -0
  2218. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_0_options_connection_settings.py +0 -0
  2219. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_0_options_connection_settings_pkce_enum.py +0 -0
  2220. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_0_options_dpop_signing_alg_enum.py +0 -0
  2221. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_0_options_federated_connections_access_tokens.py +0 -0
  2222. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_0_options_id_token_signed_response_algs_item_enum.py +0 -0
  2223. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_0_options_oidc_metadata.py +0 -0
  2224. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_0_options_schema_version_enum.py +0 -0
  2225. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_0_options_set_user_root_attributes_enum.py +0 -0
  2226. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_0_options_token_endpoint_auth_method_enum.py +0 -0
  2227. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_0_options_token_endpoint_auth_signing_alg_enum.py +0 -0
  2228. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_0_options_token_endpoint_jwtca_aud_format_enum.py +0 -0
  2229. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_0_options_type_enum.py +0 -0
  2230. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_0_options_upstream_params.py +0 -0
  2231. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_0_strategy_enum.py +0 -0
  2232. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_1.py +0 -0
  2233. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_1_authentication.py +0 -0
  2234. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_1_connected_accounts.py +0 -0
  2235. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_1_metadata.py +0 -0
  2236. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_1_options.py +0 -0
  2237. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_1_options_attribute_map.py +0 -0
  2238. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_1_options_attribute_map_attributes.py +0 -0
  2239. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_1_options_attribute_map_mapping_mode_enum.py +0 -0
  2240. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_1_options_connection_settings.py +0 -0
  2241. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_1_options_connection_settings_pkce_enum.py +0 -0
  2242. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_1_options_dpop_signing_alg_enum.py +0 -0
  2243. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_1_options_federated_connections_access_tokens.py +0 -0
  2244. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_1_options_id_token_signed_response_algs_item_enum.py +0 -0
  2245. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_1_options_oidc_metadata.py +0 -0
  2246. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_1_options_schema_version_enum.py +0 -0
  2247. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_1_options_set_user_root_attributes_enum.py +0 -0
  2248. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_1_options_token_endpoint_auth_method_enum.py +0 -0
  2249. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_1_options_token_endpoint_auth_signing_alg_enum.py +0 -0
  2250. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_1_options_token_endpoint_jwtca_aud_format_enum.py +0 -0
  2251. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_1_options_type_enum.py +0 -0
  2252. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_1_options_upstream_params.py +0 -0
  2253. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_1_strategy_enum.py +0 -0
  2254. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_2.py +0 -0
  2255. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_2_authentication.py +0 -0
  2256. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_2_connected_accounts.py +0 -0
  2257. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_2_metadata.py +0 -0
  2258. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_2_options.py +0 -0
  2259. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_2_options_assertion_decryption_settings.py +0 -0
  2260. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_2_options_assertion_decryption_settings_algorithm_profile_enum.py +0 -0
  2261. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_2_options_digest_algorithm_enum.py +0 -0
  2262. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_2_options_fields_map.py +0 -0
  2263. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_2_options_idpinitiated.py +0 -0
  2264. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_2_options_idpinitiated_client_protocol_enum.py +0 -0
  2265. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_2_options_oidc_metadata.py +0 -0
  2266. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_2_options_protocol_binding_enum.py +0 -0
  2267. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_2_options_set_user_root_attributes_enum.py +0 -0
  2268. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_2_options_signature_algorithm_enum.py +0 -0
  2269. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_2_options_subject.py +0 -0
  2270. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_2_options_upstream_params.py +0 -0
  2271. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_2_strategy_enum.py +0 -0
  2272. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_3.py +0 -0
  2273. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_3_authentication.py +0 -0
  2274. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_3_connected_accounts.py +0 -0
  2275. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_3_metadata.py +0 -0
  2276. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_3_options.py +0 -0
  2277. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_3_options_assertion_decryption_settings.py +0 -0
  2278. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_3_options_assertion_decryption_settings_algorithm_profile_enum.py +0 -0
  2279. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_3_options_digest_algorithm_enum.py +0 -0
  2280. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_3_options_idpinitiated.py +0 -0
  2281. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_3_options_idpinitiated_client_protocol_enum.py +0 -0
  2282. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_3_options_protocol_binding_enum.py +0 -0
  2283. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_3_options_set_user_root_attributes_enum.py +0 -0
  2284. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_3_options_signature_algorithm_enum.py +0 -0
  2285. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_3_options_subject.py +0 -0
  2286. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_3_options_upstream_params.py +0 -0
  2287. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_3_strategy_enum.py +0 -0
  2288. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_4.py +0 -0
  2289. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_4_authentication.py +0 -0
  2290. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_4_connected_accounts.py +0 -0
  2291. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_4_metadata.py +0 -0
  2292. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_4_options.py +0 -0
  2293. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_4_options_set_user_root_attributes_enum.py +0 -0
  2294. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_4_options_should_trust_email_verified_connection_enum.py +0 -0
  2295. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_4_options_upstream_params.py +0 -0
  2296. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_4_strategy_enum.py +0 -0
  2297. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_5.py +0 -0
  2298. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_5_authentication.py +0 -0
  2299. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_5_connected_accounts.py +0 -0
  2300. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_5_metadata.py +0 -0
  2301. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_5_options.py +0 -0
  2302. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_5_options_set_user_root_attributes_enum.py +0 -0
  2303. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_5_options_upstream_params.py +0 -0
  2304. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_5_strategy_enum.py +0 -0
  2305. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_6.py +0 -0
  2306. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_6_authentication.py +0 -0
  2307. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_6_connected_accounts.py +0 -0
  2308. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_6_metadata.py +0 -0
  2309. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_6_options.py +0 -0
  2310. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_6_options_federated_connections_access_tokens.py +0 -0
  2311. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_6_options_set_user_root_attributes_enum.py +0 -0
  2312. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_6_options_upstream_params.py +0 -0
  2313. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_6_strategy_enum.py +0 -0
  2314. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_7.py +0 -0
  2315. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_7_authentication.py +0 -0
  2316. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_7_connected_accounts.py +0 -0
  2317. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_7_metadata.py +0 -0
  2318. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_7_options.py +0 -0
  2319. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_7_options_federated_connections_access_tokens.py +0 -0
  2320. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_7_options_identity_api_enum.py +0 -0
  2321. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_7_options_set_user_root_attributes_enum.py +0 -0
  2322. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_7_options_should_trust_email_verified_connection_enum.py +0 -0
  2323. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_7_options_tenant_domain_one.py +0 -0
  2324. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_7_options_upstream_params.py +0 -0
  2325. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_7_options_userid_attribute_enum.py +0 -0
  2326. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_7_options_waad_protocol_enum.py +0 -0
  2327. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_previous_object_7_strategy_enum.py +0 -0
  2328. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_connection_updated_type_enum.py +0 -0
  2329. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_context.py +0 -0
  2330. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_context_client.py +0 -0
  2331. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_context_client_metadata.py +0 -0
  2332. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_context_connection.py +0 -0
  2333. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_context_request.py +0 -0
  2334. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_context_request_geo.py +0 -0
  2335. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_context_tenant.py +0 -0
  2336. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_data.py +0 -0
  2337. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_error_code_enum.py +0 -0
  2338. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_error_detail.py +0 -0
  2339. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_error_message.py +0 -0
  2340. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_error_message_type_enum.py +0 -0
  2341. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_created.py +0 -0
  2342. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_created_cloud_event.py +0 -0
  2343. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_created_cloud_event_type_enum.py +0 -0
  2344. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_created_data.py +0 -0
  2345. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_created_object.py +0 -0
  2346. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_created_object_0.py +0 -0
  2347. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_created_object_0_type_enum.py +0 -0
  2348. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_created_object_1.py +0 -0
  2349. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_created_object_1_type_enum.py +0 -0
  2350. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_created_object_2.py +0 -0
  2351. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_created_object_2_type_enum.py +0 -0
  2352. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_created_previous_object.py +0 -0
  2353. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_created_previous_object_0.py +0 -0
  2354. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_created_previous_object_0_type_enum.py +0 -0
  2355. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_created_previous_object_1.py +0 -0
  2356. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_created_previous_object_1_type_enum.py +0 -0
  2357. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_created_previous_object_2.py +0 -0
  2358. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_created_previous_object_2_type_enum.py +0 -0
  2359. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_created_type_enum.py +0 -0
  2360. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_deleted.py +0 -0
  2361. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_deleted_cloud_event.py +0 -0
  2362. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_deleted_cloud_event_type_enum.py +0 -0
  2363. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_deleted_data.py +0 -0
  2364. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_deleted_object.py +0 -0
  2365. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_deleted_object_0.py +0 -0
  2366. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_deleted_object_0_type_enum.py +0 -0
  2367. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_deleted_object_1.py +0 -0
  2368. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_deleted_object_1_type_enum.py +0 -0
  2369. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_deleted_object_2.py +0 -0
  2370. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_deleted_object_2_type_enum.py +0 -0
  2371. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_deleted_previous_object.py +0 -0
  2372. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_deleted_previous_object_0.py +0 -0
  2373. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_deleted_previous_object_0_type_enum.py +0 -0
  2374. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_deleted_previous_object_1.py +0 -0
  2375. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_deleted_previous_object_1_type_enum.py +0 -0
  2376. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_deleted_previous_object_2.py +0 -0
  2377. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_deleted_previous_object_2_type_enum.py +0 -0
  2378. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_deleted_type_enum.py +0 -0
  2379. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added.py +0 -0
  2380. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_cloud_event.py +0 -0
  2381. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_cloud_event_type_enum.py +0 -0
  2382. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_data.py +0 -0
  2383. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_object.py +0 -0
  2384. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_object_group.py +0 -0
  2385. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_object_group_0.py +0 -0
  2386. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_object_group_0_type_enum.py +0 -0
  2387. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_object_group_1.py +0 -0
  2388. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_object_group_1_type_enum.py +0 -0
  2389. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_object_group_2.py +0 -0
  2390. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_object_group_2_type_enum.py +0 -0
  2391. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_object_member.py +0 -0
  2392. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_object_member_0.py +0 -0
  2393. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_object_member_0_member_type_enum.py +0 -0
  2394. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_object_member_1.py +0 -0
  2395. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_object_member_1_member_type_enum.py +0 -0
  2396. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_previous_object.py +0 -0
  2397. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_previous_object_group.py +0 -0
  2398. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_previous_object_group_0.py +0 -0
  2399. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_previous_object_group_0_type_enum.py +0 -0
  2400. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_previous_object_group_1.py +0 -0
  2401. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_previous_object_group_1_type_enum.py +0 -0
  2402. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_previous_object_group_2.py +0 -0
  2403. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_previous_object_group_2_type_enum.py +0 -0
  2404. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_previous_object_member.py +0 -0
  2405. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_previous_object_member_0.py +0 -0
  2406. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_previous_object_member_0_member_type_enum.py +0 -0
  2407. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_previous_object_member_1.py +0 -0
  2408. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_previous_object_member_1_member_type_enum.py +0 -0
  2409. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_added_type_enum.py +0 -0
  2410. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted.py +0 -0
  2411. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_cloud_event.py +0 -0
  2412. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_cloud_event_type_enum.py +0 -0
  2413. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_data.py +0 -0
  2414. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_object.py +0 -0
  2415. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_object_group.py +0 -0
  2416. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_object_group_0.py +0 -0
  2417. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_object_group_0_type_enum.py +0 -0
  2418. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_object_group_1.py +0 -0
  2419. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_object_group_1_type_enum.py +0 -0
  2420. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_object_group_2.py +0 -0
  2421. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_object_group_2_type_enum.py +0 -0
  2422. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_object_member.py +0 -0
  2423. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_object_member_0.py +0 -0
  2424. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_object_member_0_member_type_enum.py +0 -0
  2425. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_object_member_1.py +0 -0
  2426. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_object_member_1_member_type_enum.py +0 -0
  2427. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_previous_object.py +0 -0
  2428. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_previous_object_group.py +0 -0
  2429. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_previous_object_group_0.py +0 -0
  2430. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_previous_object_group_0_type_enum.py +0 -0
  2431. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_previous_object_group_1.py +0 -0
  2432. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_previous_object_group_1_type_enum.py +0 -0
  2433. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_previous_object_group_2.py +0 -0
  2434. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_previous_object_group_2_type_enum.py +0 -0
  2435. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_previous_object_member.py +0 -0
  2436. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_previous_object_member_0.py +0 -0
  2437. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_previous_object_member_0_member_type_enum.py +0 -0
  2438. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_previous_object_member_1.py +0 -0
  2439. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_previous_object_member_1_member_type_enum.py +0 -0
  2440. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_member_deleted_type_enum.py +0 -0
  2441. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_assigned.py +0 -0
  2442. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_assigned_cloud_event.py +0 -0
  2443. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_assigned_cloud_event_type_enum.py +0 -0
  2444. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_assigned_data.py +0 -0
  2445. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_assigned_object.py +0 -0
  2446. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_assigned_object_group.py +0 -0
  2447. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_assigned_object_group_0.py +0 -0
  2448. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_assigned_object_group_0_type_enum.py +0 -0
  2449. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_assigned_object_group_1.py +0 -0
  2450. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_assigned_object_group_1_type_enum.py +0 -0
  2451. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_assigned_object_group_2.py +0 -0
  2452. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_assigned_object_group_2_type_enum.py +0 -0
  2453. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_assigned_object_role.py +0 -0
  2454. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_assigned_previous_object.py +0 -0
  2455. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_assigned_previous_object_group.py +0 -0
  2456. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_assigned_previous_object_group_0.py +0 -0
  2457. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_assigned_previous_object_group_0_type_enum.py +0 -0
  2458. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_assigned_previous_object_group_1.py +0 -0
  2459. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_assigned_previous_object_group_1_type_enum.py +0 -0
  2460. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_assigned_previous_object_group_2.py +0 -0
  2461. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_assigned_previous_object_group_2_type_enum.py +0 -0
  2462. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_assigned_previous_object_role.py +0 -0
  2463. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_assigned_type_enum.py +0 -0
  2464. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_deleted.py +0 -0
  2465. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_deleted_cloud_event.py +0 -0
  2466. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_deleted_cloud_event_type_enum.py +0 -0
  2467. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_deleted_data.py +0 -0
  2468. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_deleted_object.py +0 -0
  2469. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_deleted_object_group.py +0 -0
  2470. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_deleted_object_group_0.py +0 -0
  2471. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_deleted_object_group_0_type_enum.py +0 -0
  2472. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_deleted_object_group_1.py +0 -0
  2473. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_deleted_object_group_1_type_enum.py +0 -0
  2474. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_deleted_object_group_2.py +0 -0
  2475. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_deleted_object_group_2_type_enum.py +0 -0
  2476. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_deleted_object_role.py +0 -0
  2477. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_deleted_previous_object.py +0 -0
  2478. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_deleted_previous_object_group.py +0 -0
  2479. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_deleted_previous_object_group_0.py +0 -0
  2480. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_deleted_previous_object_group_0_type_enum.py +0 -0
  2481. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_deleted_previous_object_group_1.py +0 -0
  2482. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_deleted_previous_object_group_1_type_enum.py +0 -0
  2483. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_deleted_previous_object_group_2.py +0 -0
  2484. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_deleted_previous_object_group_2_type_enum.py +0 -0
  2485. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_deleted_previous_object_role.py +0 -0
  2486. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_role_deleted_type_enum.py +0 -0
  2487. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_updated.py +0 -0
  2488. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_updated_cloud_event.py +0 -0
  2489. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_updated_cloud_event_type_enum.py +0 -0
  2490. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_updated_data.py +0 -0
  2491. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_updated_object.py +0 -0
  2492. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_updated_object_0.py +0 -0
  2493. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_updated_object_0_type_enum.py +0 -0
  2494. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_updated_object_1.py +0 -0
  2495. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_updated_object_1_type_enum.py +0 -0
  2496. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_updated_object_2.py +0 -0
  2497. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_updated_object_2_type_enum.py +0 -0
  2498. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_updated_previous_object.py +0 -0
  2499. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_updated_previous_object_0.py +0 -0
  2500. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_updated_previous_object_0_type_enum.py +0 -0
  2501. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_updated_previous_object_1.py +0 -0
  2502. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_updated_previous_object_1_type_enum.py +0 -0
  2503. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_updated_previous_object_2.py +0 -0
  2504. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_updated_previous_object_2_type_enum.py +0 -0
  2505. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_group_updated_type_enum.py +0 -0
  2506. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_offset_only_message.py +0 -0
  2507. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_offset_only_message_type_enum.py +0 -0
  2508. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_added.py +0 -0
  2509. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_added_cloud_event.py +0 -0
  2510. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_added_cloud_event_type_enum.py +0 -0
  2511. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_added_data.py +0 -0
  2512. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_added_object.py +0 -0
  2513. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_added_object_connection.py +0 -0
  2514. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_added_object_organization.py +0 -0
  2515. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_added_object_organization_access_level.py +0 -0
  2516. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_added_object_organization_access_level_0_enum.py +0 -0
  2517. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_added_object_organization_access_level_1_enum.py +0 -0
  2518. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_added_object_organization_access_level_2_enum.py +0 -0
  2519. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_added_object_organization_access_level_3_enum.py +0 -0
  2520. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_added_previous_object.py +0 -0
  2521. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_added_previous_object_connection.py +0 -0
  2522. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_added_previous_object_organization.py +0 -0
  2523. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_added_previous_object_organization_access_level.py +0 -0
  2524. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_added_previous_object_organization_access_level_0_enum.py +0 -0
  2525. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_added_previous_object_organization_access_level_1_enum.py +0 -0
  2526. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_added_previous_object_organization_access_level_2_enum.py +0 -0
  2527. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_added_previous_object_organization_access_level_3_enum.py +0 -0
  2528. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_added_type_enum.py +0 -0
  2529. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_removed.py +0 -0
  2530. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_removed_cloud_event.py +0 -0
  2531. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_removed_cloud_event_type_enum.py +0 -0
  2532. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_removed_data.py +0 -0
  2533. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_removed_object.py +0 -0
  2534. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_removed_object_connection.py +0 -0
  2535. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_removed_object_organization.py +0 -0
  2536. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_removed_previous_object.py +0 -0
  2537. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_removed_previous_object_connection.py +0 -0
  2538. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_removed_previous_object_organization.py +0 -0
  2539. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_removed_type_enum.py +0 -0
  2540. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_updated.py +0 -0
  2541. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_updated_cloud_event.py +0 -0
  2542. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_updated_cloud_event_type_enum.py +0 -0
  2543. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_updated_data.py +0 -0
  2544. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_updated_object.py +0 -0
  2545. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_updated_object_connection.py +0 -0
  2546. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_updated_object_organization.py +0 -0
  2547. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_updated_object_organization_access_level.py +0 -0
  2548. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_updated_object_organization_access_level_0_enum.py +0 -0
  2549. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_updated_object_organization_access_level_1_enum.py +0 -0
  2550. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_updated_object_organization_access_level_2_enum.py +0 -0
  2551. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_updated_object_organization_access_level_3_enum.py +0 -0
  2552. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_updated_previous_object.py +0 -0
  2553. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_updated_previous_object_connection.py +0 -0
  2554. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_updated_previous_object_organization.py +0 -0
  2555. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_updated_previous_object_organization_access_level.py +0 -0
  2556. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_updated_previous_object_organization_access_level_0_enum.py +0 -0
  2557. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_updated_previous_object_organization_access_level_1_enum.py +0 -0
  2558. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_updated_previous_object_organization_access_level_2_enum.py +0 -0
  2559. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_updated_previous_object_organization_access_level_3_enum.py +0 -0
  2560. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_connection_updated_type_enum.py +0 -0
  2561. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_created.py +0 -0
  2562. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_created_cloud_event.py +0 -0
  2563. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_created_cloud_event_type_enum.py +0 -0
  2564. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_created_data.py +0 -0
  2565. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_created_object.py +0 -0
  2566. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_created_object_branding.py +0 -0
  2567. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_created_object_branding_colors.py +0 -0
  2568. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_created_object_metadata.py +0 -0
  2569. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_created_previous_object.py +0 -0
  2570. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_created_previous_object_branding.py +0 -0
  2571. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_created_previous_object_branding_colors.py +0 -0
  2572. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_created_previous_object_metadata.py +0 -0
  2573. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_created_type_enum.py +0 -0
  2574. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_deleted.py +0 -0
  2575. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_deleted_cloud_event.py +0 -0
  2576. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_deleted_cloud_event_type_enum.py +0 -0
  2577. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_deleted_data.py +0 -0
  2578. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_deleted_object.py +0 -0
  2579. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_deleted_object_metadata.py +0 -0
  2580. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_deleted_previous_object.py +0 -0
  2581. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_deleted_previous_object_metadata.py +0 -0
  2582. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_deleted_type_enum.py +0 -0
  2583. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_assigned.py +0 -0
  2584. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_assigned_cloud_event.py +0 -0
  2585. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_assigned_cloud_event_type_enum.py +0 -0
  2586. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_assigned_data.py +0 -0
  2587. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_assigned_object.py +0 -0
  2588. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_assigned_object_group.py +0 -0
  2589. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_assigned_object_group_0.py +0 -0
  2590. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_assigned_object_group_0_type_enum.py +0 -0
  2591. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_assigned_object_group_1.py +0 -0
  2592. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_assigned_object_group_1_type_enum.py +0 -0
  2593. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_assigned_object_group_2.py +0 -0
  2594. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_assigned_object_group_2_type_enum.py +0 -0
  2595. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_assigned_object_organization.py +0 -0
  2596. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_assigned_object_role.py +0 -0
  2597. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_assigned_previous_object.py +0 -0
  2598. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_assigned_previous_object_group.py +0 -0
  2599. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_assigned_previous_object_group_0.py +0 -0
  2600. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_assigned_previous_object_group_0_type_enum.py +0 -0
  2601. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_assigned_previous_object_group_1.py +0 -0
  2602. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_assigned_previous_object_group_1_type_enum.py +0 -0
  2603. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_assigned_previous_object_group_2.py +0 -0
  2604. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_assigned_previous_object_group_2_type_enum.py +0 -0
  2605. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_assigned_previous_object_organization.py +0 -0
  2606. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_assigned_previous_object_role.py +0 -0
  2607. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_assigned_type_enum.py +0 -0
  2608. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_deleted.py +0 -0
  2609. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_deleted_cloud_event.py +0 -0
  2610. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_deleted_cloud_event_type_enum.py +0 -0
  2611. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_deleted_data.py +0 -0
  2612. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_deleted_object.py +0 -0
  2613. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_deleted_object_group.py +0 -0
  2614. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_deleted_object_group_0.py +0 -0
  2615. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_deleted_object_group_0_type_enum.py +0 -0
  2616. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_deleted_object_group_1.py +0 -0
  2617. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_deleted_object_group_1_type_enum.py +0 -0
  2618. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_deleted_object_group_2.py +0 -0
  2619. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_deleted_object_group_2_type_enum.py +0 -0
  2620. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_deleted_object_organization.py +0 -0
  2621. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_deleted_object_role.py +0 -0
  2622. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_deleted_previous_object.py +0 -0
  2623. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_deleted_previous_object_group.py +0 -0
  2624. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_deleted_previous_object_group_0.py +0 -0
  2625. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_deleted_previous_object_group_0_type_enum.py +0 -0
  2626. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_deleted_previous_object_group_1.py +0 -0
  2627. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_deleted_previous_object_group_1_type_enum.py +0 -0
  2628. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_deleted_previous_object_group_2.py +0 -0
  2629. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_deleted_previous_object_group_2_type_enum.py +0 -0
  2630. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_deleted_previous_object_organization.py +0 -0
  2631. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_deleted_previous_object_role.py +0 -0
  2632. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_group_role_deleted_type_enum.py +0 -0
  2633. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_added.py +0 -0
  2634. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_added_cloud_event.py +0 -0
  2635. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_added_cloud_event_type_enum.py +0 -0
  2636. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_added_data.py +0 -0
  2637. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_added_object.py +0 -0
  2638. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_added_object_organization.py +0 -0
  2639. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_added_object_user.py +0 -0
  2640. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_added_previous_object.py +0 -0
  2641. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_added_previous_object_organization.py +0 -0
  2642. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_added_previous_object_user.py +0 -0
  2643. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_added_type_enum.py +0 -0
  2644. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_deleted.py +0 -0
  2645. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_deleted_cloud_event.py +0 -0
  2646. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_deleted_cloud_event_type_enum.py +0 -0
  2647. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_deleted_data.py +0 -0
  2648. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_deleted_object.py +0 -0
  2649. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_deleted_object_organization.py +0 -0
  2650. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_deleted_object_user.py +0 -0
  2651. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_deleted_previous_object.py +0 -0
  2652. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_deleted_previous_object_organization.py +0 -0
  2653. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_deleted_previous_object_user.py +0 -0
  2654. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_deleted_type_enum.py +0 -0
  2655. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_role_assigned.py +0 -0
  2656. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_role_assigned_cloud_event.py +0 -0
  2657. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_role_assigned_cloud_event_type_enum.py +0 -0
  2658. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_role_assigned_data.py +0 -0
  2659. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_role_assigned_object.py +0 -0
  2660. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_role_assigned_object_organization.py +0 -0
  2661. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_role_assigned_object_role.py +0 -0
  2662. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_role_assigned_object_user.py +0 -0
  2663. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_role_assigned_previous_object.py +0 -0
  2664. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_role_assigned_previous_object_organization.py +0 -0
  2665. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_role_assigned_previous_object_role.py +0 -0
  2666. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_role_assigned_previous_object_user.py +0 -0
  2667. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_role_assigned_type_enum.py +0 -0
  2668. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_role_deleted.py +0 -0
  2669. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_role_deleted_cloud_event.py +0 -0
  2670. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_role_deleted_cloud_event_type_enum.py +0 -0
  2671. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_role_deleted_data.py +0 -0
  2672. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_role_deleted_object.py +0 -0
  2673. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_role_deleted_object_organization.py +0 -0
  2674. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_role_deleted_object_role.py +0 -0
  2675. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_role_deleted_object_user.py +0 -0
  2676. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_role_deleted_previous_object.py +0 -0
  2677. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_role_deleted_previous_object_organization.py +0 -0
  2678. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_role_deleted_previous_object_role.py +0 -0
  2679. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_role_deleted_previous_object_user.py +0 -0
  2680. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_member_role_deleted_type_enum.py +0 -0
  2681. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_updated.py +0 -0
  2682. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_updated_cloud_event.py +0 -0
  2683. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_updated_cloud_event_type_enum.py +0 -0
  2684. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_updated_data.py +0 -0
  2685. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_updated_object.py +0 -0
  2686. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_updated_object_branding.py +0 -0
  2687. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_updated_object_branding_colors.py +0 -0
  2688. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_updated_object_metadata.py +0 -0
  2689. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_updated_previous_object.py +0 -0
  2690. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_updated_previous_object_branding.py +0 -0
  2691. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_updated_previous_object_branding_colors.py +0 -0
  2692. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_updated_previous_object_metadata.py +0 -0
  2693. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_org_updated_type_enum.py +0 -0
  2694. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_spec_version_enum.py +0 -0
  2695. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created.py +0 -0
  2696. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_cloud_event.py +0 -0
  2697. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_cloud_event_type_enum.py +0 -0
  2698. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_data.py +0 -0
  2699. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object.py +0 -0
  2700. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object_app_metadata.py +0 -0
  2701. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object_identities_item.py +0 -0
  2702. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object_identities_item_custom.py +0 -0
  2703. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object_identities_item_custom_is_social_enum.py +0 -0
  2704. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object_identities_item_custom_profile_data.py +0 -0
  2705. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object_identities_item_custom_provider_enum.py +0 -0
  2706. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object_identities_item_custom_user_id.py +0 -0
  2707. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object_identities_item_database.py +0 -0
  2708. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object_identities_item_database_is_social_enum.py +0 -0
  2709. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object_identities_item_database_profile_data.py +0 -0
  2710. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object_identities_item_database_provider_enum.py +0 -0
  2711. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object_identities_item_database_user_id.py +0 -0
  2712. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object_identities_item_enterprise.py +0 -0
  2713. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object_identities_item_enterprise_is_social_enum.py +0 -0
  2714. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object_identities_item_enterprise_profile_data.py +0 -0
  2715. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object_identities_item_enterprise_provider_enum.py +0 -0
  2716. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object_identities_item_enterprise_user_id.py +0 -0
  2717. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object_identities_item_passwordless.py +0 -0
  2718. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object_identities_item_passwordless_is_social_enum.py +0 -0
  2719. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object_identities_item_passwordless_profile_data.py +0 -0
  2720. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object_identities_item_passwordless_provider_enum.py +0 -0
  2721. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object_identities_item_passwordless_user_id.py +0 -0
  2722. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object_identities_item_social.py +0 -0
  2723. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object_identities_item_social_is_social_enum.py +0 -0
  2724. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object_identities_item_social_profile_data.py +0 -0
  2725. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object_identities_item_social_provider_enum.py +0 -0
  2726. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object_identities_item_social_user_id.py +0 -0
  2727. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_object_user_metadata.py +0 -0
  2728. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object.py +0 -0
  2729. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object_app_metadata.py +0 -0
  2730. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object_identities_item.py +0 -0
  2731. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object_identities_item_custom.py +0 -0
  2732. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object_identities_item_custom_is_social_enum.py +0 -0
  2733. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object_identities_item_custom_profile_data.py +0 -0
  2734. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object_identities_item_custom_provider_enum.py +0 -0
  2735. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object_identities_item_custom_user_id.py +0 -0
  2736. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object_identities_item_database.py +0 -0
  2737. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object_identities_item_database_is_social_enum.py +0 -0
  2738. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object_identities_item_database_profile_data.py +0 -0
  2739. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object_identities_item_database_provider_enum.py +0 -0
  2740. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object_identities_item_database_user_id.py +0 -0
  2741. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object_identities_item_enterprise.py +0 -0
  2742. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object_identities_item_enterprise_is_social_enum.py +0 -0
  2743. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object_identities_item_enterprise_profile_data.py +0 -0
  2744. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object_identities_item_enterprise_provider_enum.py +0 -0
  2745. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object_identities_item_enterprise_user_id.py +0 -0
  2746. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object_identities_item_passwordless.py +0 -0
  2747. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object_identities_item_passwordless_is_social_enum.py +0 -0
  2748. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object_identities_item_passwordless_profile_data.py +0 -0
  2749. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object_identities_item_passwordless_provider_enum.py +0 -0
  2750. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object_identities_item_passwordless_user_id.py +0 -0
  2751. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object_identities_item_social.py +0 -0
  2752. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object_identities_item_social_is_social_enum.py +0 -0
  2753. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object_identities_item_social_profile_data.py +0 -0
  2754. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object_identities_item_social_provider_enum.py +0 -0
  2755. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object_identities_item_social_user_id.py +0 -0
  2756. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_previous_object_user_metadata.py +0 -0
  2757. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_created_type_enum.py +0 -0
  2758. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted.py +0 -0
  2759. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_cloud_event.py +0 -0
  2760. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_cloud_event_type_enum.py +0 -0
  2761. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_data.py +0 -0
  2762. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object.py +0 -0
  2763. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object_app_metadata.py +0 -0
  2764. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object_identities_item.py +0 -0
  2765. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object_identities_item_custom.py +0 -0
  2766. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object_identities_item_custom_is_social_enum.py +0 -0
  2767. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object_identities_item_custom_profile_data.py +0 -0
  2768. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object_identities_item_custom_provider_enum.py +0 -0
  2769. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object_identities_item_custom_user_id.py +0 -0
  2770. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object_identities_item_database.py +0 -0
  2771. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object_identities_item_database_is_social_enum.py +0 -0
  2772. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object_identities_item_database_profile_data.py +0 -0
  2773. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object_identities_item_database_provider_enum.py +0 -0
  2774. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object_identities_item_database_user_id.py +0 -0
  2775. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object_identities_item_enterprise.py +0 -0
  2776. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object_identities_item_enterprise_is_social_enum.py +0 -0
  2777. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object_identities_item_enterprise_profile_data.py +0 -0
  2778. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object_identities_item_enterprise_provider_enum.py +0 -0
  2779. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object_identities_item_enterprise_user_id.py +0 -0
  2780. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object_identities_item_passwordless.py +0 -0
  2781. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object_identities_item_passwordless_is_social_enum.py +0 -0
  2782. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object_identities_item_passwordless_profile_data.py +0 -0
  2783. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object_identities_item_passwordless_provider_enum.py +0 -0
  2784. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object_identities_item_passwordless_user_id.py +0 -0
  2785. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object_identities_item_social.py +0 -0
  2786. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object_identities_item_social_is_social_enum.py +0 -0
  2787. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object_identities_item_social_profile_data.py +0 -0
  2788. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object_identities_item_social_provider_enum.py +0 -0
  2789. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object_identities_item_social_user_id.py +0 -0
  2790. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_object_user_metadata.py +0 -0
  2791. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object.py +0 -0
  2792. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object_app_metadata.py +0 -0
  2793. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object_identities_item.py +0 -0
  2794. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object_identities_item_custom.py +0 -0
  2795. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object_identities_item_custom_is_social_enum.py +0 -0
  2796. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object_identities_item_custom_profile_data.py +0 -0
  2797. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object_identities_item_custom_provider_enum.py +0 -0
  2798. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object_identities_item_custom_user_id.py +0 -0
  2799. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object_identities_item_database.py +0 -0
  2800. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object_identities_item_database_is_social_enum.py +0 -0
  2801. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object_identities_item_database_profile_data.py +0 -0
  2802. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object_identities_item_database_provider_enum.py +0 -0
  2803. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object_identities_item_database_user_id.py +0 -0
  2804. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object_identities_item_enterprise.py +0 -0
  2805. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object_identities_item_enterprise_is_social_enum.py +0 -0
  2806. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object_identities_item_enterprise_profile_data.py +0 -0
  2807. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object_identities_item_enterprise_provider_enum.py +0 -0
  2808. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object_identities_item_enterprise_user_id.py +0 -0
  2809. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object_identities_item_passwordless.py +0 -0
  2810. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object_identities_item_passwordless_is_social_enum.py +0 -0
  2811. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object_identities_item_passwordless_profile_data.py +0 -0
  2812. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object_identities_item_passwordless_provider_enum.py +0 -0
  2813. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object_identities_item_passwordless_user_id.py +0 -0
  2814. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object_identities_item_social.py +0 -0
  2815. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object_identities_item_social_is_social_enum.py +0 -0
  2816. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object_identities_item_social_profile_data.py +0 -0
  2817. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object_identities_item_social_provider_enum.py +0 -0
  2818. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object_identities_item_social_user_id.py +0 -0
  2819. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_previous_object_user_metadata.py +0 -0
  2820. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_deleted_type_enum.py +0 -0
  2821. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated.py +0 -0
  2822. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_cloud_event.py +0 -0
  2823. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_cloud_event_type_enum.py +0 -0
  2824. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_data.py +0 -0
  2825. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object.py +0 -0
  2826. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object_app_metadata.py +0 -0
  2827. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object_identities_item.py +0 -0
  2828. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object_identities_item_custom.py +0 -0
  2829. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object_identities_item_custom_is_social_enum.py +0 -0
  2830. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object_identities_item_custom_profile_data.py +0 -0
  2831. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object_identities_item_custom_provider_enum.py +0 -0
  2832. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object_identities_item_custom_user_id.py +0 -0
  2833. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object_identities_item_database.py +0 -0
  2834. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object_identities_item_database_is_social_enum.py +0 -0
  2835. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object_identities_item_database_profile_data.py +0 -0
  2836. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object_identities_item_database_provider_enum.py +0 -0
  2837. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object_identities_item_database_user_id.py +0 -0
  2838. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object_identities_item_enterprise.py +0 -0
  2839. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object_identities_item_enterprise_is_social_enum.py +0 -0
  2840. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object_identities_item_enterprise_profile_data.py +0 -0
  2841. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object_identities_item_enterprise_provider_enum.py +0 -0
  2842. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object_identities_item_enterprise_user_id.py +0 -0
  2843. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object_identities_item_passwordless.py +0 -0
  2844. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object_identities_item_passwordless_is_social_enum.py +0 -0
  2845. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object_identities_item_passwordless_profile_data.py +0 -0
  2846. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object_identities_item_passwordless_provider_enum.py +0 -0
  2847. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object_identities_item_passwordless_user_id.py +0 -0
  2848. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object_identities_item_social.py +0 -0
  2849. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object_identities_item_social_is_social_enum.py +0 -0
  2850. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object_identities_item_social_profile_data.py +0 -0
  2851. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object_identities_item_social_provider_enum.py +0 -0
  2852. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object_identities_item_social_user_id.py +0 -0
  2853. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_object_user_metadata.py +0 -0
  2854. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object.py +0 -0
  2855. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object_app_metadata.py +0 -0
  2856. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object_identities_item.py +0 -0
  2857. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object_identities_item_custom.py +0 -0
  2858. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object_identities_item_custom_is_social_enum.py +0 -0
  2859. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object_identities_item_custom_profile_data.py +0 -0
  2860. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object_identities_item_custom_provider_enum.py +0 -0
  2861. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object_identities_item_custom_user_id.py +0 -0
  2862. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object_identities_item_database.py +0 -0
  2863. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object_identities_item_database_is_social_enum.py +0 -0
  2864. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object_identities_item_database_profile_data.py +0 -0
  2865. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object_identities_item_database_provider_enum.py +0 -0
  2866. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object_identities_item_database_user_id.py +0 -0
  2867. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object_identities_item_enterprise.py +0 -0
  2868. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object_identities_item_enterprise_is_social_enum.py +0 -0
  2869. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object_identities_item_enterprise_profile_data.py +0 -0
  2870. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object_identities_item_enterprise_provider_enum.py +0 -0
  2871. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object_identities_item_enterprise_user_id.py +0 -0
  2872. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object_identities_item_passwordless.py +0 -0
  2873. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object_identities_item_passwordless_is_social_enum.py +0 -0
  2874. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object_identities_item_passwordless_profile_data.py +0 -0
  2875. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object_identities_item_passwordless_provider_enum.py +0 -0
  2876. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object_identities_item_passwordless_user_id.py +0 -0
  2877. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object_identities_item_social.py +0 -0
  2878. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object_identities_item_social_is_social_enum.py +0 -0
  2879. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object_identities_item_social_profile_data.py +0 -0
  2880. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object_identities_item_social_provider_enum.py +0 -0
  2881. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object_identities_item_social_user_id.py +0 -0
  2882. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_previous_object_user_metadata.py +0 -0
  2883. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_cloud_event_user_updated_type_enum.py +0 -0
  2884. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_delivery.py +0 -0
  2885. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_delivery_attempt.py +0 -0
  2886. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_delivery_event_type_enum.py +0 -0
  2887. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_delivery_status_enum.py +0 -0
  2888. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_destination_patch.py +0 -0
  2889. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_event_bridge_aws_region_enum.py +0 -0
  2890. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_event_bridge_configuration.py +0 -0
  2891. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_event_bridge_destination.py +0 -0
  2892. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_event_bridge_destination_type_enum.py +0 -0
  2893. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_event_bridge_response_content.py +0 -0
  2894. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_event_type_enum.py +0 -0
  2895. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_response_content.py +0 -0
  2896. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_status_enum.py +0 -0
  2897. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_subscribe_events_event_type_enum.py +0 -0
  2898. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_subscribe_events_event_type_param.py +0 -0
  2899. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_subscribe_events_response_content.py +0 -0
  2900. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_subscription.py +0 -0
  2901. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_test_event_type_enum.py +0 -0
  2902. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_webhook_authorization_response.py +0 -0
  2903. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_webhook_basic_auth.py +0 -0
  2904. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_webhook_basic_auth_method_enum.py +0 -0
  2905. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_webhook_bearer_auth.py +0 -0
  2906. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_webhook_bearer_auth_method_enum.py +0 -0
  2907. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_webhook_configuration.py +0 -0
  2908. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_webhook_custom_header_auth.py +0 -0
  2909. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_webhook_custom_header_auth_method_enum.py +0 -0
  2910. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_webhook_destination.py +0 -0
  2911. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_webhook_destination_type_enum.py +0 -0
  2912. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/event_stream_webhook_response_content.py +0 -0
  2913. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/express_configuration.py +0 -0
  2914. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/express_configuration_or_null.py +0 -0
  2915. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/extensibility_email_provider_credentials.py +0 -0
  2916. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/fed_cm_login.py +0 -0
  2917. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/fed_cm_login_google.py +0 -0
  2918. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/fed_cm_login_google_patch.py +0 -0
  2919. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/fed_cm_login_patch.py +0 -0
  2920. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action.py +0 -0
  2921. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_activecampaign.py +0 -0
  2922. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_activecampaign_list_contacts.py +0 -0
  2923. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_activecampaign_list_contacts_action.py +0 -0
  2924. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_activecampaign_list_contacts_params.py +0 -0
  2925. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_activecampaign_list_contacts_type.py +0 -0
  2926. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_activecampaign_upsert_contact.py +0 -0
  2927. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_activecampaign_upsert_contact_action.py +0 -0
  2928. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_activecampaign_upsert_contact_params.py +0 -0
  2929. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_activecampaign_upsert_contact_params_custom_fields.py +0 -0
  2930. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_activecampaign_upsert_contact_type.py +0 -0
  2931. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_airtable.py +0 -0
  2932. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_airtable_create_record.py +0 -0
  2933. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_airtable_create_record_action.py +0 -0
  2934. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_airtable_create_record_params.py +0 -0
  2935. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_airtable_create_record_params_fields.py +0 -0
  2936. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_airtable_create_record_type.py +0 -0
  2937. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_airtable_list_records.py +0 -0
  2938. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_airtable_list_records_action.py +0 -0
  2939. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_airtable_list_records_params.py +0 -0
  2940. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_airtable_list_records_type.py +0 -0
  2941. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_airtable_update_record.py +0 -0
  2942. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_airtable_update_record_action.py +0 -0
  2943. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_airtable_update_record_params.py +0 -0
  2944. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_airtable_update_record_params_fields.py +0 -0
  2945. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_airtable_update_record_type.py +0 -0
  2946. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0.py +0 -0
  2947. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_create_user.py +0 -0
  2948. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_create_user_action.py +0 -0
  2949. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_create_user_params.py +0 -0
  2950. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_create_user_params_payload.py +0 -0
  2951. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_create_user_type.py +0 -0
  2952. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_get_user.py +0 -0
  2953. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_get_user_action.py +0 -0
  2954. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_get_user_params.py +0 -0
  2955. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_get_user_type.py +0 -0
  2956. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_make_call.py +0 -0
  2957. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_make_call_action.py +0 -0
  2958. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_make_call_params.py +0 -0
  2959. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_make_call_params_custom_vars.py +0 -0
  2960. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_make_call_type.py +0 -0
  2961. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_send_email.py +0 -0
  2962. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_send_email_action.py +0 -0
  2963. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_send_email_params.py +0 -0
  2964. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_send_email_params_from.py +0 -0
  2965. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_send_email_params_from_email.py +0 -0
  2966. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_send_email_params_to.py +0 -0
  2967. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_send_email_type.py +0 -0
  2968. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_send_request.py +0 -0
  2969. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_send_request_action.py +0 -0
  2970. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_send_request_params.py +0 -0
  2971. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_send_request_params_custom_vars.py +0 -0
  2972. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_send_request_params_headers.py +0 -0
  2973. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_send_request_params_method.py +0 -0
  2974. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_send_request_params_payload.py +0 -0
  2975. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_send_request_params_payload_object.py +0 -0
  2976. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_send_request_params_query_params.py +0 -0
  2977. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_send_request_params_query_params_value.py +0 -0
  2978. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_send_request_type.py +0 -0
  2979. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_send_sms.py +0 -0
  2980. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_send_sms_action.py +0 -0
  2981. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_send_sms_params.py +0 -0
  2982. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_send_sms_params_custom_vars.py +0 -0
  2983. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_send_sms_type.py +0 -0
  2984. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_update_user.py +0 -0
  2985. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_update_user_action.py +0 -0
  2986. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_update_user_params.py +0 -0
  2987. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_update_user_params_changes.py +0 -0
  2988. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_auth_0_update_user_type.py +0 -0
  2989. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_bigquery.py +0 -0
  2990. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_bigquery_insert_rows.py +0 -0
  2991. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_bigquery_insert_rows_action.py +0 -0
  2992. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_bigquery_insert_rows_params.py +0 -0
  2993. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_bigquery_insert_rows_params_data.py +0 -0
  2994. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_bigquery_insert_rows_type.py +0 -0
  2995. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_clearbit.py +0 -0
  2996. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_clearbit_find_company.py +0 -0
  2997. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_clearbit_find_company_action.py +0 -0
  2998. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_clearbit_find_company_params.py +0 -0
  2999. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_clearbit_find_company_type.py +0 -0
  3000. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_clearbit_find_person.py +0 -0
  3001. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_clearbit_find_person_action.py +0 -0
  3002. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_clearbit_find_person_params.py +0 -0
  3003. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_clearbit_find_person_type.py +0 -0
  3004. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_email.py +0 -0
  3005. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_email_verify_email.py +0 -0
  3006. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_email_verify_email_action.py +0 -0
  3007. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_email_verify_email_params.py +0 -0
  3008. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_email_verify_email_params_rules.py +0 -0
  3009. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_email_verify_email_type.py +0 -0
  3010. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow.py +0 -0
  3011. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_boolean_condition.py +0 -0
  3012. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_boolean_condition_action.py +0 -0
  3013. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_boolean_condition_params.py +0 -0
  3014. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_boolean_condition_type.py +0 -0
  3015. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_delay_flow.py +0 -0
  3016. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_delay_flow_action.py +0 -0
  3017. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_delay_flow_params.py +0 -0
  3018. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_delay_flow_params_number.py +0 -0
  3019. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_delay_flow_params_units.py +0 -0
  3020. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_delay_flow_type.py +0 -0
  3021. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_do_nothing.py +0 -0
  3022. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_do_nothing_action.py +0 -0
  3023. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_do_nothing_params.py +0 -0
  3024. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_do_nothing_type.py +0 -0
  3025. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_error_message.py +0 -0
  3026. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_error_message_action.py +0 -0
  3027. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_error_message_params.py +0 -0
  3028. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_error_message_type.py +0 -0
  3029. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_map_value.py +0 -0
  3030. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_map_value_action.py +0 -0
  3031. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_map_value_params.py +0 -0
  3032. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_map_value_params_cases.py +0 -0
  3033. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_map_value_params_fallback.py +0 -0
  3034. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_map_value_params_fallback_object.py +0 -0
  3035. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_map_value_params_input.py +0 -0
  3036. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_map_value_type.py +0 -0
  3037. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_return_json.py +0 -0
  3038. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_return_json_action.py +0 -0
  3039. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_return_json_params.py +0 -0
  3040. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_return_json_params_payload.py +0 -0
  3041. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_return_json_params_payload_object.py +0 -0
  3042. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_return_json_type.py +0 -0
  3043. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_store_vars.py +0 -0
  3044. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_store_vars_action.py +0 -0
  3045. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_store_vars_params.py +0 -0
  3046. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_store_vars_params_vars.py +0 -0
  3047. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_flow_store_vars_type.py +0 -0
  3048. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_google_sheets.py +0 -0
  3049. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_google_sheets_add_row.py +0 -0
  3050. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_google_sheets_add_row_action.py +0 -0
  3051. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_google_sheets_add_row_params.py +0 -0
  3052. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_google_sheets_add_row_params_sheet_id.py +0 -0
  3053. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_google_sheets_add_row_params_values.py +0 -0
  3054. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_google_sheets_add_row_type.py +0 -0
  3055. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_http.py +0 -0
  3056. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_http_send_request.py +0 -0
  3057. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_http_send_request_action.py +0 -0
  3058. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_http_send_request_params.py +0 -0
  3059. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_http_send_request_params_basic_auth.py +0 -0
  3060. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_http_send_request_params_content_type.py +0 -0
  3061. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_http_send_request_params_headers.py +0 -0
  3062. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_http_send_request_params_method.py +0 -0
  3063. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_http_send_request_params_payload.py +0 -0
  3064. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_http_send_request_params_payload_object.py +0 -0
  3065. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_http_send_request_params_query_params.py +0 -0
  3066. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_http_send_request_params_query_params_value.py +0 -0
  3067. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_http_send_request_type.py +0 -0
  3068. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_hubspot.py +0 -0
  3069. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_hubspot_enroll_contact.py +0 -0
  3070. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_hubspot_enroll_contact_action.py +0 -0
  3071. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_hubspot_enroll_contact_params.py +0 -0
  3072. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_hubspot_enroll_contact_params_workflow_id.py +0 -0
  3073. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_hubspot_enroll_contact_type.py +0 -0
  3074. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_hubspot_get_contact.py +0 -0
  3075. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_hubspot_get_contact_action.py +0 -0
  3076. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_hubspot_get_contact_params.py +0 -0
  3077. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_hubspot_get_contact_type.py +0 -0
  3078. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_hubspot_upsert_contact.py +0 -0
  3079. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_hubspot_upsert_contact_action.py +0 -0
  3080. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_hubspot_upsert_contact_params.py +0 -0
  3081. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_hubspot_upsert_contact_params_property.py +0 -0
  3082. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_hubspot_upsert_contact_type.py +0 -0
  3083. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_json.py +0 -0
  3084. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_json_create_json.py +0 -0
  3085. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_json_create_json_action.py +0 -0
  3086. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_json_create_json_params.py +0 -0
  3087. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_json_create_json_params_object.py +0 -0
  3088. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_json_create_json_type.py +0 -0
  3089. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_json_parse_json.py +0 -0
  3090. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_json_parse_json_action.py +0 -0
  3091. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_json_parse_json_params.py +0 -0
  3092. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_json_parse_json_type.py +0 -0
  3093. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_json_serialize_json.py +0 -0
  3094. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_json_serialize_json_action.py +0 -0
  3095. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_json_serialize_json_params.py +0 -0
  3096. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_json_serialize_json_params_object.py +0 -0
  3097. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_json_serialize_json_params_object_object.py +0 -0
  3098. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_json_serialize_json_type.py +0 -0
  3099. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_jwt.py +0 -0
  3100. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_jwt_decode_jwt.py +0 -0
  3101. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_jwt_decode_jwt_action.py +0 -0
  3102. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_jwt_decode_jwt_params.py +0 -0
  3103. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_jwt_decode_jwt_type.py +0 -0
  3104. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_jwt_sign_jwt.py +0 -0
  3105. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_jwt_sign_jwt_action.py +0 -0
  3106. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_jwt_sign_jwt_params.py +0 -0
  3107. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_jwt_sign_jwt_params_payload.py +0 -0
  3108. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_jwt_sign_jwt_type.py +0 -0
  3109. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_jwt_verify_jwt.py +0 -0
  3110. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_jwt_verify_jwt_action.py +0 -0
  3111. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_jwt_verify_jwt_params.py +0 -0
  3112. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_jwt_verify_jwt_type.py +0 -0
  3113. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_mailchimp.py +0 -0
  3114. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_mailchimp_upsert_member.py +0 -0
  3115. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_mailchimp_upsert_member_action.py +0 -0
  3116. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_mailchimp_upsert_member_params.py +0 -0
  3117. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_mailchimp_upsert_member_params_member.py +0 -0
  3118. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_mailchimp_upsert_member_params_member_merge_fields.py +0 -0
  3119. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_mailchimp_upsert_member_type.py +0 -0
  3120. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_mailjet.py +0 -0
  3121. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_mailjet_send_email.py +0 -0
  3122. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_mailjet_send_email_action.py +0 -0
  3123. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_mailjet_send_email_params.py +0 -0
  3124. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_mailjet_send_email_params_content.py +0 -0
  3125. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_mailjet_send_email_params_template_id.py +0 -0
  3126. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_mailjet_send_email_type.py +0 -0
  3127. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_otp.py +0 -0
  3128. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_otp_generate_code.py +0 -0
  3129. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_otp_generate_code_action.py +0 -0
  3130. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_otp_generate_code_params.py +0 -0
  3131. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_otp_generate_code_type.py +0 -0
  3132. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_otp_verify_code.py +0 -0
  3133. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_otp_verify_code_action.py +0 -0
  3134. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_otp_verify_code_params.py +0 -0
  3135. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_otp_verify_code_params_code.py +0 -0
  3136. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_otp_verify_code_type.py +0 -0
  3137. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_pipedrive.py +0 -0
  3138. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_pipedrive_add_deal.py +0 -0
  3139. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_pipedrive_add_deal_action.py +0 -0
  3140. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_pipedrive_add_deal_params.py +0 -0
  3141. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_pipedrive_add_deal_params_fields.py +0 -0
  3142. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_pipedrive_add_deal_params_organization_id.py +0 -0
  3143. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_pipedrive_add_deal_params_person_id.py +0 -0
  3144. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_pipedrive_add_deal_params_stage_id.py +0 -0
  3145. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_pipedrive_add_deal_params_user_id.py +0 -0
  3146. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_pipedrive_add_deal_type.py +0 -0
  3147. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_pipedrive_add_organization.py +0 -0
  3148. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_pipedrive_add_organization_action.py +0 -0
  3149. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_pipedrive_add_organization_params.py +0 -0
  3150. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_pipedrive_add_organization_params_fields.py +0 -0
  3151. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_pipedrive_add_organization_params_owner_id.py +0 -0
  3152. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_pipedrive_add_organization_type.py +0 -0
  3153. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_pipedrive_add_person.py +0 -0
  3154. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_pipedrive_add_person_action.py +0 -0
  3155. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_pipedrive_add_person_params.py +0 -0
  3156. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_pipedrive_add_person_params_fields.py +0 -0
  3157. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_pipedrive_add_person_params_organization_id.py +0 -0
  3158. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_pipedrive_add_person_params_owner_id.py +0 -0
  3159. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_pipedrive_add_person_type.py +0 -0
  3160. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_salesforce.py +0 -0
  3161. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_salesforce_create_lead.py +0 -0
  3162. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_salesforce_create_lead_action.py +0 -0
  3163. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_salesforce_create_lead_params.py +0 -0
  3164. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_salesforce_create_lead_params_payload.py +0 -0
  3165. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_salesforce_create_lead_type.py +0 -0
  3166. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_salesforce_get_lead.py +0 -0
  3167. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_salesforce_get_lead_action.py +0 -0
  3168. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_salesforce_get_lead_params.py +0 -0
  3169. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_salesforce_get_lead_type.py +0 -0
  3170. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_salesforce_search_leads.py +0 -0
  3171. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_salesforce_search_leads_action.py +0 -0
  3172. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_salesforce_search_leads_params.py +0 -0
  3173. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_salesforce_search_leads_params_search_field.py +0 -0
  3174. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_salesforce_search_leads_type.py +0 -0
  3175. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_salesforce_update_lead.py +0 -0
  3176. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_salesforce_update_lead_action.py +0 -0
  3177. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_salesforce_update_lead_params.py +0 -0
  3178. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_salesforce_update_lead_params_payload.py +0 -0
  3179. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_salesforce_update_lead_type.py +0 -0
  3180. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_sendgrid.py +0 -0
  3181. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_sendgrid_send_email.py +0 -0
  3182. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_sendgrid_send_email_action.py +0 -0
  3183. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_sendgrid_send_email_params.py +0 -0
  3184. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_sendgrid_send_email_params_person.py +0 -0
  3185. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_sendgrid_send_email_type.py +0 -0
  3186. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_slack.py +0 -0
  3187. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_slack_post_message.py +0 -0
  3188. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_slack_post_message_action.py +0 -0
  3189. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_slack_post_message_params.py +0 -0
  3190. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_slack_post_message_params_attachment.py +0 -0
  3191. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_slack_post_message_params_attachment_color.py +0 -0
  3192. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_slack_post_message_params_attachment_field.py +0 -0
  3193. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_slack_post_message_type.py +0 -0
  3194. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe.py +0 -0
  3195. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_add_tax_id.py +0 -0
  3196. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_add_tax_id_action.py +0 -0
  3197. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_add_tax_id_params.py +0 -0
  3198. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_add_tax_id_type.py +0 -0
  3199. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_address.py +0 -0
  3200. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_create_customer.py +0 -0
  3201. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_create_customer_action.py +0 -0
  3202. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_create_customer_params.py +0 -0
  3203. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_create_customer_type.py +0 -0
  3204. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_create_portal_session.py +0 -0
  3205. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_create_portal_session_action.py +0 -0
  3206. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_create_portal_session_params.py +0 -0
  3207. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_create_portal_session_type.py +0 -0
  3208. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_delete_tax_id.py +0 -0
  3209. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_delete_tax_id_action.py +0 -0
  3210. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_delete_tax_id_params.py +0 -0
  3211. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_delete_tax_id_type.py +0 -0
  3212. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_find_customers.py +0 -0
  3213. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_find_customers_action.py +0 -0
  3214. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_find_customers_params.py +0 -0
  3215. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_find_customers_type.py +0 -0
  3216. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_get_customer.py +0 -0
  3217. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_get_customer_action.py +0 -0
  3218. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_get_customer_params.py +0 -0
  3219. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_get_customer_type.py +0 -0
  3220. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_metadata.py +0 -0
  3221. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_tax_id.py +0 -0
  3222. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_update_customer.py +0 -0
  3223. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_update_customer_action.py +0 -0
  3224. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_update_customer_params.py +0 -0
  3225. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_stripe_update_customer_type.py +0 -0
  3226. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_telegram.py +0 -0
  3227. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_telegram_send_message.py +0 -0
  3228. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_telegram_send_message_action.py +0 -0
  3229. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_telegram_send_message_params.py +0 -0
  3230. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_telegram_send_message_type.py +0 -0
  3231. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_twilio.py +0 -0
  3232. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_twilio_make_call.py +0 -0
  3233. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_twilio_make_call_action.py +0 -0
  3234. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_twilio_make_call_params.py +0 -0
  3235. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_twilio_make_call_type.py +0 -0
  3236. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_twilio_send_sms.py +0 -0
  3237. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_twilio_send_sms_action.py +0 -0
  3238. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_twilio_send_sms_params.py +0 -0
  3239. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_twilio_send_sms_type.py +0 -0
  3240. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_whatsapp.py +0 -0
  3241. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_whatsapp_send_message.py +0 -0
  3242. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_whatsapp_send_message_action.py +0 -0
  3243. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_whatsapp_send_message_params.py +0 -0
  3244. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_whatsapp_send_message_params_payload.py +0 -0
  3245. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_whatsapp_send_message_params_payload_object.py +0 -0
  3246. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_whatsapp_send_message_params_type.py +0 -0
  3247. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_whatsapp_send_message_type.py +0 -0
  3248. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_xml.py +0 -0
  3249. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_xml_parse_xml.py +0 -0
  3250. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_xml_parse_xml_action.py +0 -0
  3251. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_xml_parse_xml_params.py +0 -0
  3252. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_xml_parse_xml_type.py +0 -0
  3253. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_xml_serialize_xml.py +0 -0
  3254. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_xml_serialize_xml_action.py +0 -0
  3255. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_xml_serialize_xml_params.py +0 -0
  3256. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_xml_serialize_xml_params_object.py +0 -0
  3257. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_xml_serialize_xml_params_object_object.py +0 -0
  3258. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_xml_serialize_xml_type.py +0 -0
  3259. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_zapier.py +0 -0
  3260. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_zapier_trigger_webhook.py +0 -0
  3261. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_zapier_trigger_webhook_action.py +0 -0
  3262. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_zapier_trigger_webhook_params.py +0 -0
  3263. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_zapier_trigger_webhook_params_method.py +0 -0
  3264. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_action_zapier_trigger_webhook_type.py +0 -0
  3265. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_execution_debug.py +0 -0
  3266. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_execution_summary.py +0 -0
  3267. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flow_summary.py +0 -0
  3268. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connectio_setup_api_key.py +0 -0
  3269. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connectio_setup_api_key_with_base_url.py +0 -0
  3270. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connectio_setup_bigquery_oauth_jwt.py +0 -0
  3271. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connectio_setup_http_bearer.py +0 -0
  3272. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connectio_setup_jwt.py +0 -0
  3273. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connectio_setup_jwt_algorithm_enum.py +0 -0
  3274. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connectio_setup_mailjet_api_key.py +0 -0
  3275. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connectio_setup_oauth_app.py +0 -0
  3276. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connectio_setup_oauth_code.py +0 -0
  3277. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connectio_setup_secret_api_key.py +0 -0
  3278. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connectio_setup_stripe_key_pair.py +0 -0
  3279. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connectio_setup_token.py +0 -0
  3280. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connectio_setup_twilio_api_key.py +0 -0
  3281. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connectio_setup_type_api_key_enum.py +0 -0
  3282. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connectio_setup_type_bearer_enum.py +0 -0
  3283. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connectio_setup_type_jwt_enum.py +0 -0
  3284. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connectio_setup_type_key_pair_enum.py +0 -0
  3285. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connectio_setup_type_oauth_app_enum.py +0 -0
  3286. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connectio_setup_type_oauth_code_enum.py +0 -0
  3287. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connectio_setup_type_oauth_jwt_enum.py +0 -0
  3288. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connectio_setup_type_token_enum.py +0 -0
  3289. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connectio_setup_type_webhook_enum.py +0 -0
  3290. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connectio_setup_webhook.py +0 -0
  3291. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_app_id_activecampaign_enum.py +0 -0
  3292. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_app_id_airtable_enum.py +0 -0
  3293. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_app_id_auth_0_enum.py +0 -0
  3294. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_app_id_bigquery_enum.py +0 -0
  3295. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_app_id_clearbit_enum.py +0 -0
  3296. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_app_id_docusign_enum.py +0 -0
  3297. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_app_id_google_sheets_enum.py +0 -0
  3298. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_app_id_http_enum.py +0 -0
  3299. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_app_id_hubspot_enum.py +0 -0
  3300. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_app_id_jwt_enum.py +0 -0
  3301. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_app_id_mailchimp_enum.py +0 -0
  3302. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_app_id_mailjet_enum.py +0 -0
  3303. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_app_id_pipedrive_enum.py +0 -0
  3304. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_app_id_salesforce_enum.py +0 -0
  3305. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_app_id_sendgrid_enum.py +0 -0
  3306. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_app_id_slack_enum.py +0 -0
  3307. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_app_id_stripe_enum.py +0 -0
  3308. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_app_id_telegram_enum.py +0 -0
  3309. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_app_id_twilio_enum.py +0 -0
  3310. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_app_id_whatsapp_enum.py +0 -0
  3311. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_app_id_zapier_enum.py +0 -0
  3312. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_http_api_key_setup.py +0 -0
  3313. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_http_api_key_setup_in_enum.py +0 -0
  3314. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_http_basic_auth_setup.py +0 -0
  3315. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_http_oauth_client_credentials_setup.py +0 -0
  3316. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_setup_type_api_key_enum.py +0 -0
  3317. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_setup_type_basic_auth_enum.py +0 -0
  3318. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_setup_type_oauth_client_credentials_enum.py +0 -0
  3319. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/flows_vault_connection_summary.py +0 -0
  3320. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/forbidden_schema.py +0 -0
  3321. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/forbidden_schema_error.py +0 -0
  3322. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_block.py +0 -0
  3323. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_block_divider.py +0 -0
  3324. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_block_divider_config.py +0 -0
  3325. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_block_html.py +0 -0
  3326. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_block_html_config.py +0 -0
  3327. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_block_image.py +0 -0
  3328. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_block_image_config.py +0 -0
  3329. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_block_image_config_position_enum.py +0 -0
  3330. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_block_jump_button.py +0 -0
  3331. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_block_jump_button_config.py +0 -0
  3332. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_block_jump_button_config_style.py +0 -0
  3333. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_block_next_button.py +0 -0
  3334. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_block_next_button_config.py +0 -0
  3335. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_block_previous_button.py +0 -0
  3336. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_block_previous_button_config.py +0 -0
  3337. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_block_resend_button.py +0 -0
  3338. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_block_resend_button_config.py +0 -0
  3339. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_block_resend_button_config_text_alignment_enum.py +0 -0
  3340. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_block_rich_text.py +0 -0
  3341. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_block_rich_text_config.py +0 -0
  3342. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_block_type_divider_const.py +0 -0
  3343. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_block_type_html_const.py +0 -0
  3344. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_block_type_image_const.py +0 -0
  3345. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_block_type_jump_button_const.py +0 -0
  3346. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_block_type_next_button_const.py +0 -0
  3347. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_block_type_previous_button_const.py +0 -0
  3348. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_block_type_resend_button_const.py +0 -0
  3349. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_block_type_rich_text_const.py +0 -0
  3350. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_component.py +0 -0
  3351. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_component_category_block_const.py +0 -0
  3352. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_component_category_field_const.py +0 -0
  3353. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_component_category_widget_const.py +0 -0
  3354. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_ending_node.py +0 -0
  3355. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_ending_node_after_submit.py +0 -0
  3356. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_ending_node_id.py +0 -0
  3357. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_ending_node_nullable.py +0 -0
  3358. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_ending_node_redirection.py +0 -0
  3359. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_ending_node_resume_flow_true_const.py +0 -0
  3360. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field.py +0 -0
  3361. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_boolean.py +0 -0
  3362. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_boolean_config.py +0 -0
  3363. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_boolean_config_options.py +0 -0
  3364. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_cards.py +0 -0
  3365. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_cards_config.py +0 -0
  3366. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_cards_config_option.py +0 -0
  3367. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_choice.py +0 -0
  3368. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_choice_config.py +0 -0
  3369. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_choice_config_allow_other.py +0 -0
  3370. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_choice_config_allow_other_enabled_true_enum.py +0 -0
  3371. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_choice_config_option.py +0 -0
  3372. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_custom.py +0 -0
  3373. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_custom_config.py +0 -0
  3374. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_custom_config_params.py +0 -0
  3375. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_custom_config_schema.py +0 -0
  3376. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_date.py +0 -0
  3377. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_date_config.py +0 -0
  3378. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_date_config_format_enum.py +0 -0
  3379. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_dropdown.py +0 -0
  3380. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_dropdown_config.py +0 -0
  3381. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_dropdown_config_option.py +0 -0
  3382. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_email.py +0 -0
  3383. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_email_config.py +0 -0
  3384. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_file.py +0 -0
  3385. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_file_config.py +0 -0
  3386. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_file_config_category_enum.py +0 -0
  3387. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_file_config_storage.py +0 -0
  3388. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_file_config_storage_type_enum.py +0 -0
  3389. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_legal.py +0 -0
  3390. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_legal_config.py +0 -0
  3391. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_number.py +0 -0
  3392. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_number_config.py +0 -0
  3393. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_password.py +0 -0
  3394. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_password_config.py +0 -0
  3395. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_password_config_hash_enum.py +0 -0
  3396. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_payment.py +0 -0
  3397. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_payment_config.py +0 -0
  3398. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_payment_config_charge.py +0 -0
  3399. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_payment_config_charge_one_off.py +0 -0
  3400. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_payment_config_charge_one_off_currency_enum.py +0 -0
  3401. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_payment_config_charge_one_off_one_off.py +0 -0
  3402. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_payment_config_charge_one_off_one_off_amount.py +0 -0
  3403. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_payment_config_charge_subscription.py +0 -0
  3404. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_payment_config_charge_type_one_off_const.py +0 -0
  3405. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_payment_config_charge_type_subscription_const.py +0 -0
  3406. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_payment_config_credentials.py +0 -0
  3407. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_payment_config_customer.py +0 -0
  3408. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_payment_config_field_properties.py +0 -0
  3409. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_payment_config_fields.py +0 -0
  3410. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_payment_config_provider_enum.py +0 -0
  3411. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_payment_config_subscription.py +0 -0
  3412. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_social.py +0 -0
  3413. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_social_config.py +0 -0
  3414. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_tel.py +0 -0
  3415. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_tel_config.py +0 -0
  3416. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_tel_config_strings.py +0 -0
  3417. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_text.py +0 -0
  3418. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_text_config.py +0 -0
  3419. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_type_boolean_const.py +0 -0
  3420. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_type_cards_const.py +0 -0
  3421. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_type_choice_const.py +0 -0
  3422. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_type_custom_const.py +0 -0
  3423. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_type_date_const.py +0 -0
  3424. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_type_dropdown_const.py +0 -0
  3425. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_type_email_const.py +0 -0
  3426. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_type_file_const.py +0 -0
  3427. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_type_legal_const.py +0 -0
  3428. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_type_number_const.py +0 -0
  3429. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_type_password_const.py +0 -0
  3430. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_type_payment_const.py +0 -0
  3431. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_type_social_const.py +0 -0
  3432. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_type_tel_const.py +0 -0
  3433. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_type_text_const.py +0 -0
  3434. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_type_url_const.py +0 -0
  3435. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_url.py +0 -0
  3436. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_field_url_config.py +0 -0
  3437. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_flow.py +0 -0
  3438. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_flow_config.py +0 -0
  3439. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_hidden_field.py +0 -0
  3440. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_languages.py +0 -0
  3441. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_languages_nullable.py +0 -0
  3442. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_messages.py +0 -0
  3443. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_messages_custom.py +0 -0
  3444. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_messages_error.py +0 -0
  3445. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_messages_nullable.py +0 -0
  3446. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_node.py +0 -0
  3447. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_node_coordinates.py +0 -0
  3448. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_node_list.py +0 -0
  3449. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_node_list_nullable.py +0 -0
  3450. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_node_pointer.py +0 -0
  3451. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_node_type_flow_const.py +0 -0
  3452. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_node_type_router_const.py +0 -0
  3453. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_node_type_step_const.py +0 -0
  3454. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_router.py +0 -0
  3455. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_router_config.py +0 -0
  3456. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_router_rule.py +0 -0
  3457. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_start_node.py +0 -0
  3458. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_start_node_nullable.py +0 -0
  3459. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_step.py +0 -0
  3460. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_step_component_list.py +0 -0
  3461. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_step_config.py +0 -0
  3462. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_style.py +0 -0
  3463. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_style_nullable.py +0 -0
  3464. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_summary.py +0 -0
  3465. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_translations.py +0 -0
  3466. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_translations_nullable.py +0 -0
  3467. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_widget.py +0 -0
  3468. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_widget_auth_0_verifiable_credentials.py +0 -0
  3469. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_widget_auth_0_verifiable_credentials_config.py +0 -0
  3470. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_widget_g_maps_address.py +0 -0
  3471. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_widget_g_maps_address_config.py +0 -0
  3472. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_widget_recaptcha.py +0 -0
  3473. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_widget_recaptcha_config.py +0 -0
  3474. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_widget_type_auth_0_verifiable_credentials_const.py +0 -0
  3475. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_widget_type_g_maps_address_const.py +0 -0
  3476. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/form_widget_type_recaptcha_const.py +0 -0
  3477. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/forms_request_parameters_hydrate_enum.py +0 -0
  3478. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_action_execution_response_content.py +0 -0
  3479. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_action_module_actions_response_content.py +0 -0
  3480. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_action_module_response_content.py +0 -0
  3481. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_action_module_version_response_content.py +0 -0
  3482. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_action_module_versions_response_content.py +0 -0
  3483. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_action_modules_response_content.py +0 -0
  3484. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_action_response_content.py +0 -0
  3485. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_action_version_response_content.py +0 -0
  3486. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_active_users_count_stats_response_content.py +0 -0
  3487. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_acul_response_content.py +0 -0
  3488. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_all_keys_network_acls_response_content.py +0 -0
  3489. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_attack_protection_captcha_response_content.py +0 -0
  3490. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_bot_detection_settings_response_content.py +0 -0
  3491. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_branding_default_theme_response_content.py +0 -0
  3492. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_branding_phone_provider_response_content.py +0 -0
  3493. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_branding_response_content.py +0 -0
  3494. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_branding_theme_response_content.py +0 -0
  3495. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_breached_password_detection_settings_response_content.py +0 -0
  3496. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_brute_force_settings_response_content.py +0 -0
  3497. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_client_credential_response_content.py +0 -0
  3498. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_client_grant_response_content.py +0 -0
  3499. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_client_response_content.py +0 -0
  3500. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_connection_enabled_clients_response_content.py +0 -0
  3501. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_connection_profile_response_content.py +0 -0
  3502. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_connection_profile_template_response_content.py +0 -0
  3503. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_connection_response_content.py +0 -0
  3504. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_custom_domain_response_content.py +0 -0
  3505. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_custom_signing_keys_response_content.py +0 -0
  3506. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_custom_texts_by_language_response_content.py +0 -0
  3507. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_default_canonical_domain_response_content.py +0 -0
  3508. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_default_custom_domain_response_content.py +0 -0
  3509. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_default_domain_response_content.py +0 -0
  3510. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_directory_provisioning_default_mapping_response_content.py +0 -0
  3511. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_directory_provisioning_response_content.py +0 -0
  3512. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_email_factor_settings_response_content.py +0 -0
  3513. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_email_provider_response_content.py +0 -0
  3514. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_email_template_response_content.py +0 -0
  3515. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_encryption_key_response_content.py +0 -0
  3516. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_event_stream_delivery_history_response_content.py +0 -0
  3517. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_event_stream_response_content.py +0 -0
  3518. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_flow_execution_request_parameters_hydrate_enum.py +0 -0
  3519. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_flow_execution_response_content.py +0 -0
  3520. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_flow_request_parameters_hydrate_enum.py +0 -0
  3521. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_flow_response_content.py +0 -0
  3522. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_flows_vault_connection_response_content.py +0 -0
  3523. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_form_response_content.py +0 -0
  3524. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_group_members_response_content.py +0 -0
  3525. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_group_response_content.py +0 -0
  3526. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_guardian_enrollment_response_content.py +0 -0
  3527. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_guardian_factor_duo_settings_response_content.py +0 -0
  3528. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_guardian_factor_phone_message_types_response_content.py +0 -0
  3529. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_guardian_factor_phone_templates_response_content.py +0 -0
  3530. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_guardian_factor_sms_templates_response_content.py +0 -0
  3531. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_guardian_factors_provider_apns_response_content.py +0 -0
  3532. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_guardian_factors_provider_phone_response_content.py +0 -0
  3533. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_guardian_factors_provider_phone_twilio_response_content.py +0 -0
  3534. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_guardian_factors_provider_push_notification_response_content.py +0 -0
  3535. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_guardian_factors_provider_sms_response_content.py +0 -0
  3536. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_guardian_factors_provider_sms_twilio_response_content.py +0 -0
  3537. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_guardian_factors_provider_sns_response_content.py +0 -0
  3538. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_guardian_settings_response_content.py +0 -0
  3539. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_hook_response_content.py +0 -0
  3540. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_hook_secret_response_content.py +0 -0
  3541. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_job_error_response_content.py +0 -0
  3542. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_job_generic_error_response_content.py +0 -0
  3543. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_job_import_user_error.py +0 -0
  3544. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_job_response_content.py +0 -0
  3545. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_job_summary.py +0 -0
  3546. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_job_user_error.py +0 -0
  3547. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_log_response_content.py +0 -0
  3548. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_log_stream_response_content.py +0 -0
  3549. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_network_acls_response_content.py +0 -0
  3550. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_organization_by_name_response_content.py +0 -0
  3551. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_organization_client_response_content.py +0 -0
  3552. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_organization_connection_response_content.py +0 -0
  3553. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_organization_discovery_domain_by_name_response_content.py +0 -0
  3554. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_organization_discovery_domain_response_content.py +0 -0
  3555. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_organization_invitation_response_content.py +0 -0
  3556. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_organization_response_content.py +0 -0
  3557. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_partials_response_content.py +0 -0
  3558. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_phone_factor_settings_response_content.py +0 -0
  3559. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_phone_provider_protection_response_content.py +0 -0
  3560. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_phone_template_response_content.py +0 -0
  3561. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_rate_limit_policy_response_content.py +0 -0
  3562. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_refresh_token_response_content.py +0 -0
  3563. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_refresh_tokens_paginated_response_content.py +0 -0
  3564. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_risk_assessments_settings_new_device_response_content.py +0 -0
  3565. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_risk_assessments_settings_response_content.py +0 -0
  3566. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_role_response_content.py +0 -0
  3567. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_rule_response_content.py +0 -0
  3568. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_scim_configuration_default_mapping_response_content.py +0 -0
  3569. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_scim_configuration_response_content.py +0 -0
  3570. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_scim_tokens_response_content.py +0 -0
  3571. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_self_service_profile_response_content.py +0 -0
  3572. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_session_response_content.py +0 -0
  3573. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_settings_response_content.py +0 -0
  3574. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_signing_keys_response_content.py +0 -0
  3575. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_supplemental_signals_response_content.py +0 -0
  3576. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_suspicious_ip_throttling_settings_response_content.py +0 -0
  3577. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_token_exchange_profile_response_content.py +0 -0
  3578. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_universal_login_template.py +0 -0
  3579. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_universal_login_template_response_content.py +0 -0
  3580. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_user_attribute_profile_response_content.py +0 -0
  3581. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_user_attribute_profile_template_response_content.py +0 -0
  3582. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_user_authentication_method_response_content.py +0 -0
  3583. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_user_groups_paginated_response_content.py +0 -0
  3584. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_user_response_content.py +0 -0
  3585. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/get_verifiable_credential_template_response_content.py +0 -0
  3586. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/group.py +0 -0
  3587. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/group_member.py +0 -0
  3588. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/group_member_type_enum.py +0 -0
  3589. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/group_type_enum.py +0 -0
  3590. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/guardian_enrollment_date.py +0 -0
  3591. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/guardian_enrollment_factor_enum.py +0 -0
  3592. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/guardian_enrollment_status.py +0 -0
  3593. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/guardian_factor.py +0 -0
  3594. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/guardian_factor_name_enum.py +0 -0
  3595. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/guardian_factor_phone_factor_message_type_enum.py +0 -0
  3596. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/guardian_factor_settings.py +0 -0
  3597. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/guardian_factors_provider_push_notification_provider_data_enum.py +0 -0
  3598. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/guardian_factors_provider_sms_provider_enum.py +0 -0
  3599. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/hook.py +0 -0
  3600. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/hook_dependencies.py +0 -0
  3601. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/hook_trigger_id_enum.py +0 -0
  3602. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/http_custom_header.py +0 -0
  3603. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/identity.py +0 -0
  3604. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/identity_assertion_authorization_grant.py +0 -0
  3605. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/identity_provider_enum.py +0 -0
  3606. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/identity_provider_only_auth_0_enum.py +0 -0
  3607. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/import_encryption_key_response_content.py +0 -0
  3608. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/integration.py +0 -0
  3609. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/integration_feature_type_enum.py +0 -0
  3610. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/integration_release.py +0 -0
  3611. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/integration_required_param.py +0 -0
  3612. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/integration_required_param_option.py +0 -0
  3613. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/integration_required_param_type_enum.py +0 -0
  3614. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/integration_sem_ver.py +0 -0
  3615. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/job_file_format_enum.py +0 -0
  3616. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/linked_client_configuration.py +0 -0
  3617. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_action_bindings_paginated_response_content.py +0 -0
  3618. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_action_triggers_response_content.py +0 -0
  3619. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_action_versions_paginated_response_content.py +0 -0
  3620. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_actions_paginated_response_content.py +0 -0
  3621. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_aculs_offset_paginated_response_content.py +0 -0
  3622. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_aculs_response_content_item.py +0 -0
  3623. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_agents_response_content.py +0 -0
  3624. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_branding_phone_providers_response_content.py +0 -0
  3625. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_client_connections_response_content.py +0 -0
  3626. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_client_grant_organizations_paginated_response_content.py +0 -0
  3627. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_client_grant_paginated_response_content.py +0 -0
  3628. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_clients_offset_paginated_response_content.py +0 -0
  3629. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_connection_profile_template_response_content.py +0 -0
  3630. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_connection_profiles_paginated_response_content.py +0 -0
  3631. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_connections_checkpoint_paginated_response_content.py +0 -0
  3632. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_custom_domains_response_content.py +0 -0
  3633. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_device_credentials_offset_paginated_response_content.py +0 -0
  3634. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_directory_provisionings_response_content.py +0 -0
  3635. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_encryption_key_offset_paginated_response_content.py +0 -0
  3636. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_event_stream_deliveries_response_content.py +0 -0
  3637. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_event_streams_response_content.py +0 -0
  3638. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_flow_executions_paginated_response_content.py +0 -0
  3639. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_flows_offset_paginated_response_content.py +0 -0
  3640. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_flows_request_parameters_hydrate_enum.py +0 -0
  3641. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_flows_vault_connections_offset_paginated_response_content.py +0 -0
  3642. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_forms_offset_paginated_response_content.py +0 -0
  3643. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_group_roles_response_content.py +0 -0
  3644. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_groups_paginated_response_content.py +0 -0
  3645. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_guardian_policies_response_content.py +0 -0
  3646. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_hooks_offset_paginated_response_content.py +0 -0
  3647. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_log_offset_paginated_response_content.py +0 -0
  3648. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_network_acls_offset_paginated_response_content.py +0 -0
  3649. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_organization_all_connections_offset_paginated_response_content.py +0 -0
  3650. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_organization_client_grants_offset_paginated_response_content.py +0 -0
  3651. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_organization_clients_response_content.py +0 -0
  3652. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_organization_connections_offset_paginated_response_content.py +0 -0
  3653. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_organization_discovery_domains_response_content.py +0 -0
  3654. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_organization_group_roles_response_content.py +0 -0
  3655. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_organization_groups_response_content.py +0 -0
  3656. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_organization_invitations_offset_paginated_response_content.py +0 -0
  3657. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_organization_member_effective_roles_response_content.py +0 -0
  3658. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_organization_member_role_source_groups_response_content.py +0 -0
  3659. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_organization_member_roles_offset_paginated_response_content.py +0 -0
  3660. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_organization_members_paginated_response_content.py +0 -0
  3661. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_organization_role_groups_response_content.py +0 -0
  3662. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_organization_role_members_response_content.py +0 -0
  3663. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_organizations_paginated_response_content.py +0 -0
  3664. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_phone_templates_response_content.py +0 -0
  3665. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_rate_limit_policies_paginated_response_content.py +0 -0
  3666. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_refresh_tokens_paginated_response_content.py +0 -0
  3667. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_resource_server_offset_paginated_response_content.py +0 -0
  3668. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_role_groups_response_content.py +0 -0
  3669. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_role_permissions_offset_paginated_response_content.py +0 -0
  3670. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_role_users_paginated_response_content.py +0 -0
  3671. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_roles_offset_paginated_response_content.py +0 -0
  3672. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_rules_offset_paginated_response_content.py +0 -0
  3673. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_scim_configurations_response_content.py +0 -0
  3674. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_self_service_profile_custom_text_response_content.py +0 -0
  3675. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_self_service_profiles_paginated_response_content.py +0 -0
  3676. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_synchronized_groups_response_content.py +0 -0
  3677. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_token_exchange_profile_response_content.py +0 -0
  3678. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_user_attribute_profile_template_response_content.py +0 -0
  3679. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_user_attribute_profiles_paginated_response_content.py +0 -0
  3680. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_user_authentication_methods_offset_paginated_response_content.py +0 -0
  3681. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_user_blocks_by_identifier_response_content.py +0 -0
  3682. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_user_blocks_response_content.py +0 -0
  3683. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_user_connected_accounts_response_content.py +0 -0
  3684. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_user_effective_permission_role_sources_response_content.py +0 -0
  3685. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_user_effective_permissions_response_content.py +0 -0
  3686. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_user_effective_roles_response_content.py +0 -0
  3687. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_user_grants_offset_paginated_response_content.py +0 -0
  3688. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_user_organizations_offset_paginated_response_content.py +0 -0
  3689. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_user_permissions_offset_paginated_response_content.py +0 -0
  3690. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_user_role_source_groups_response_content.py +0 -0
  3691. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_user_roles_offset_paginated_response_content.py +0 -0
  3692. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_user_sessions_paginated_response_content.py +0 -0
  3693. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_users_offset_paginated_response_content.py +0 -0
  3694. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/list_verifiable_credential_templates_paginated_response_content.py +0 -0
  3695. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log.py +0 -0
  3696. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_date.py +0 -0
  3697. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_date_object.py +0 -0
  3698. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_details.py +0 -0
  3699. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_location_info.py +0 -0
  3700. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_security_context.py +0 -0
  3701. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_datadog_enum.py +0 -0
  3702. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_datadog_region_enum.py +0 -0
  3703. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_datadog_response_schema.py +0 -0
  3704. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_datadog_sink.py +0 -0
  3705. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_event_bridge_enum.py +0 -0
  3706. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_event_bridge_response_schema.py +0 -0
  3707. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_event_bridge_sink.py +0 -0
  3708. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_event_bridge_sink_region_enum.py +0 -0
  3709. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_event_grid_enum.py +0 -0
  3710. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_event_grid_region_enum.py +0 -0
  3711. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_event_grid_response_schema.py +0 -0
  3712. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_event_grid_sink.py +0 -0
  3713. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_filter.py +0 -0
  3714. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_filter_group_name_enum.py +0 -0
  3715. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_filter_type_enum.py +0 -0
  3716. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_http_content_format_enum.py +0 -0
  3717. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_http_enum.py +0 -0
  3718. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_http_response_schema.py +0 -0
  3719. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_http_sink.py +0 -0
  3720. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_mixpanel_enum.py +0 -0
  3721. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_mixpanel_region_enum.py +0 -0
  3722. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_mixpanel_response_schema.py +0 -0
  3723. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_mixpanel_sink.py +0 -0
  3724. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_mixpanel_sink_patch.py +0 -0
  3725. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_pii_algorithm_enum.py +0 -0
  3726. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_pii_config.py +0 -0
  3727. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_pii_log_fields_enum.py +0 -0
  3728. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_pii_method_enum.py +0 -0
  3729. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_response_schema.py +0 -0
  3730. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_segment_enum.py +0 -0
  3731. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_segment_response_schema.py +0 -0
  3732. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_segment_sink.py +0 -0
  3733. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_segment_sink_write_key.py +0 -0
  3734. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_sink_patch.py +0 -0
  3735. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_splunk_enum.py +0 -0
  3736. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_splunk_response_schema.py +0 -0
  3737. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_splunk_sink.py +0 -0
  3738. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_status_enum.py +0 -0
  3739. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_sumo_enum.py +0 -0
  3740. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_sumo_response_schema.py +0 -0
  3741. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/log_stream_sumo_sink.py +0 -0
  3742. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/mdl_presentation_properties.py +0 -0
  3743. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/mdl_presentation_request.py +0 -0
  3744. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/mdl_presentation_request_properties.py +0 -0
  3745. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/mfa_policy_enum.py +0 -0
  3746. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/native_social_login.py +0 -0
  3747. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/native_social_login_apple.py +0 -0
  3748. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/native_social_login_apple_patch.py +0 -0
  3749. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/native_social_login_facebook.py +0 -0
  3750. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/native_social_login_facebook_patch.py +0 -0
  3751. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/native_social_login_google.py +0 -0
  3752. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/native_social_login_google_patch.py +0 -0
  3753. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/native_social_login_patch.py +0 -0
  3754. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/network_acl_action.py +0 -0
  3755. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/network_acl_action_allow_enum.py +0 -0
  3756. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/network_acl_action_block_enum.py +0 -0
  3757. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/network_acl_action_log_enum.py +0 -0
  3758. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/network_acl_action_redirect_enum.py +0 -0
  3759. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/network_acl_http_message_signature.py +0 -0
  3760. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/network_acl_http_message_signature_key.py +0 -0
  3761. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/network_acl_http_message_signature_keys.py +0 -0
  3762. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/network_acl_key.py +0 -0
  3763. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/network_acl_key_algorithm_enum.py +0 -0
  3764. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/network_acl_match.py +0 -0
  3765. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/network_acl_match_connecting_ipv_4_cidr.py +0 -0
  3766. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/network_acl_match_connecting_ipv_6_cidr.py +0 -0
  3767. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/network_acl_match_ipv_4_cidr.py +0 -0
  3768. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/network_acl_match_ipv_6_cidr.py +0 -0
  3769. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/network_acl_rule.py +0 -0
  3770. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/network_acl_rule_match_all_enum.py +0 -0
  3771. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/network_acl_rule_scope_enum.py +0 -0
  3772. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/network_acls_response_content.py +0 -0
  3773. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/not_found_error_body.py +0 -0
  3774. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/not_found_error_body_error.py +0 -0
  3775. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/not_found_schema.py +0 -0
  3776. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/not_found_schema_error.py +0 -0
  3777. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/oauth_scope.py +0 -0
  3778. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization.py +0 -0
  3779. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_access_level_enum.py +0 -0
  3780. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_access_level_enum_with_null.py +0 -0
  3781. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_branding.py +0 -0
  3782. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_branding_colors.py +0 -0
  3783. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_client.py +0 -0
  3784. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_client_association.py +0 -0
  3785. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_client_grant.py +0 -0
  3786. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_client_metadata.py +0 -0
  3787. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_client_metadata_organization_usage_enum.py +0 -0
  3788. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_connection.py +0 -0
  3789. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_connection_information.py +0 -0
  3790. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_deletion_behavior_enum.py +0 -0
  3791. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_discovery_domain.py +0 -0
  3792. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_discovery_domain_status.py +0 -0
  3793. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_enabled_connection.py +0 -0
  3794. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_invitation.py +0 -0
  3795. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_invitation_invitee.py +0 -0
  3796. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_invitation_inviter.py +0 -0
  3797. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_member.py +0 -0
  3798. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_member_effective_role.py +0 -0
  3799. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_member_effective_role_source.py +0 -0
  3800. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_member_role.py +0 -0
  3801. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_metadata.py +0 -0
  3802. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_sort_field_enum.py +0 -0
  3803. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_template.py +0 -0
  3804. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_template_allowed_strategy_enum.py +0 -0
  3805. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_template_role_visibility_enum.py +0 -0
  3806. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_template_role_visibility_override.py +0 -0
  3807. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_template_role_visibility_policy.py +0 -0
  3808. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_template_use_for_organization_discovery.py +0 -0
  3809. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_third_party_client_access_enum.py +0 -0
  3810. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/organization_usage_enum.py +0 -0
  3811. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/partial_groups_enum.py +0 -0
  3812. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/partial_phone_template_content.py +0 -0
  3813. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/password_character_type_enum.py +0 -0
  3814. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/password_character_type_rule_policy_enum.py +0 -0
  3815. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/password_default_dictionaries_enum.py +0 -0
  3816. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/password_identical_characters_policy_enum.py +0 -0
  3817. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/password_max_length_exceeded_policy_enum.py +0 -0
  3818. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/password_sequential_characters_policy_enum.py +0 -0
  3819. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/patch_client_credential_response_content.py +0 -0
  3820. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/patch_phone_provider_protection_response_content.py +0 -0
  3821. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/patch_rate_limit_policy_configuration_request_content.py +0 -0
  3822. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/patch_rate_limit_policy_configuration_request_content_action.py +0 -0
  3823. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/patch_rate_limit_policy_configuration_request_content_action_action.py +0 -0
  3824. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/patch_rate_limit_policy_configuration_request_content_one.py +0 -0
  3825. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/patch_rate_limit_policy_configuration_request_content_one_action.py +0 -0
  3826. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/patch_rate_limit_policy_configuration_request_content_zero.py +0 -0
  3827. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/patch_rate_limit_policy_configuration_request_content_zero_action.py +0 -0
  3828. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/patch_supplemental_signals_response_content.py +0 -0
  3829. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/permission_request_payload.py +0 -0
  3830. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/permissions_response_payload.py +0 -0
  3831. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/phone_attribute.py +0 -0
  3832. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/phone_attribute_identifier.py +0 -0
  3833. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/phone_provider_channel_enum.py +0 -0
  3834. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/phone_provider_configuration.py +0 -0
  3835. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/phone_provider_credentials.py +0 -0
  3836. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/phone_provider_delivery_method_enum.py +0 -0
  3837. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/phone_provider_name_enum.py +0 -0
  3838. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/phone_provider_protection_backoff_strategy_enum.py +0 -0
  3839. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/phone_provider_schema_masked.py +0 -0
  3840. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/phone_template.py +0 -0
  3841. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/phone_template_body.py +0 -0
  3842. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/phone_template_content.py +0 -0
  3843. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/phone_template_notification_type_enum.py +0 -0
  3844. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/post_client_credential_response_content.py +0 -0
  3845. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/post_connection_keys_alg_enum.py +0 -0
  3846. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/post_connection_keys_request_content.py +0 -0
  3847. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/post_connections_keys_response_content.py +0 -0
  3848. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/post_connections_keys_response_content_item.py +0 -0
  3849. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/preferred_authentication_method_enum.py +0 -0
  3850. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/preview_cimd_metadata_response_content.py +0 -0
  3851. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/prompt_group_name_enum.py +0 -0
  3852. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/prompt_language_enum.py +0 -0
  3853. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/public_key_credential.py +0 -0
  3854. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/public_key_credential_algorithm_enum.py +0 -0
  3855. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/public_key_credential_type_enum.py +0 -0
  3856. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/rate_limit_policy.py +0 -0
  3857. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/rate_limit_policy_configuration.py +0 -0
  3858. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/rate_limit_policy_configuration_action.py +0 -0
  3859. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/rate_limit_policy_configuration_action_action.py +0 -0
  3860. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/rate_limit_policy_configuration_one.py +0 -0
  3861. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/rate_limit_policy_configuration_one_action.py +0 -0
  3862. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/rate_limit_policy_configuration_zero.py +0 -0
  3863. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/rate_limit_policy_configuration_zero_action.py +0 -0
  3864. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/rate_limit_policy_consumer_enum.py +0 -0
  3865. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/rate_limit_policy_resource_enum.py +0 -0
  3866. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/refresh_token_date.py +0 -0
  3867. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/refresh_token_date_object.py +0 -0
  3868. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/refresh_token_device.py +0 -0
  3869. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/refresh_token_expiration_type_enum.py +0 -0
  3870. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/refresh_token_metadata.py +0 -0
  3871. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/refresh_token_resource_server.py +0 -0
  3872. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/refresh_token_response_content.py +0 -0
  3873. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/refresh_token_rotation_type_enum.py +0 -0
  3874. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/refresh_token_session_id.py +0 -0
  3875. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/regenerate_users_recovery_code_response_content.py +0 -0
  3876. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/register_cimd_client_response_content.py +0 -0
  3877. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/reset_phone_template_request_content.py +0 -0
  3878. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/reset_phone_template_response_content.py +0 -0
  3879. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/resource_server_authorization_policy.py +0 -0
  3880. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/resource_server_consent_policy_enum.py +0 -0
  3881. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/resource_server_proof_of_possession.py +0 -0
  3882. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/resource_server_proof_of_possession_mechanism_enum.py +0 -0
  3883. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/resource_server_proof_of_possession_required_for_enum.py +0 -0
  3884. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/resource_server_scope.py +0 -0
  3885. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/resource_server_sort_field_enum.py +0 -0
  3886. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/resource_server_subject_type_authorization.py +0 -0
  3887. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/resource_server_subject_type_authorization_anonymous_user.py +0 -0
  3888. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/resource_server_subject_type_authorization_anonymous_user_policy_enum.py +0 -0
  3889. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/resource_server_subject_type_authorization_client.py +0 -0
  3890. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/resource_server_subject_type_authorization_client_policy_enum.py +0 -0
  3891. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/resource_server_subject_type_authorization_user.py +0 -0
  3892. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/resource_server_subject_type_authorization_user_policy_enum.py +0 -0
  3893. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/resource_server_token_dialect_response_enum.py +0 -0
  3894. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/resource_server_token_dialect_schema_enum.py +0 -0
  3895. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/resource_server_token_encryption.py +0 -0
  3896. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/resource_server_token_encryption_algorithm_enum.py +0 -0
  3897. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/resource_server_token_encryption_format_enum.py +0 -0
  3898. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/resource_server_token_encryption_key.py +0 -0
  3899. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/resource_server_verification_key_pem_certificate.py +0 -0
  3900. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/revoked_signing_keys_response_content.py +0 -0
  3901. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/role.py +0 -0
  3902. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/role_group.py +0 -0
  3903. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/role_member.py +0 -0
  3904. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/role_type_enum.py +0 -0
  3905. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/role_user.py +0 -0
  3906. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/rollback_action_module_response_content.py +0 -0
  3907. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/rotate_client_secret_response_content.py +0 -0
  3908. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/rotate_connection_keys_request_content.py +0 -0
  3909. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/rotate_connection_keys_signing_alg_enum.py +0 -0
  3910. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/rotate_connections_keys_response_content.py +0 -0
  3911. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/rotate_signing_keys_response_content.py +0 -0
  3912. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/rule.py +0 -0
  3913. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/rules_config.py +0 -0
  3914. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/scim_configuration.py +0 -0
  3915. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/scim_mapping_item.py +0 -0
  3916. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/scim_token_item.py +0 -0
  3917. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/screen_group_name_enum.py +0 -0
  3918. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/search_engine_versions_enum.py +0 -0
  3919. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/search_organization.py +0 -0
  3920. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/search_organizations_paginated_response_content.py +0 -0
  3921. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/search_parser_enum.py +0 -0
  3922. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/search_resource_servers_response_content.py +0 -0
  3923. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/self_service_profile.py +0 -0
  3924. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/self_service_profile_allowed_strategy_enum.py +0 -0
  3925. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/self_service_profile_branding.py +0 -0
  3926. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/self_service_profile_branding_colors.py +0 -0
  3927. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/self_service_profile_branding_properties.py +0 -0
  3928. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/self_service_profile_custom_text_language_enum.py +0 -0
  3929. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/self_service_profile_custom_text_page_enum.py +0 -0
  3930. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/self_service_profile_description.py +0 -0
  3931. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/self_service_profile_sso_ticket_connection_config.py +0 -0
  3932. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/self_service_profile_sso_ticket_connection_options.py +0 -0
  3933. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/self_service_profile_sso_ticket_domain_aliases_config.py +0 -0
  3934. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/self_service_profile_sso_ticket_domain_verification_enum.py +0 -0
  3935. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/self_service_profile_sso_ticket_enabled_features.py +0 -0
  3936. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/self_service_profile_sso_ticket_enabled_organization.py +0 -0
  3937. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/self_service_profile_sso_ticket_google_workspace_config.py +0 -0
  3938. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/self_service_profile_sso_ticket_idp_initiated_client_protocol_enum.py +0 -0
  3939. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/self_service_profile_sso_ticket_idp_initiated_options.py +0 -0
  3940. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/self_service_profile_sso_ticket_provisioning_config.py +0 -0
  3941. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/self_service_profile_sso_ticket_provisioning_scope_enum.py +0 -0
  3942. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/self_service_profile_user_attribute.py +0 -0
  3943. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/self_service_profile_user_attributes.py +0 -0
  3944. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/session_actor_claim_value.py +0 -0
  3945. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/session_actor_metadata.py +0 -0
  3946. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/session_authentication_signal.py +0 -0
  3947. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/session_authentication_signals.py +0 -0
  3948. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/session_client_metadata.py +0 -0
  3949. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/session_cookie_metadata.py +0 -0
  3950. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/session_cookie_metadata_mode_enum.py +0 -0
  3951. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/session_cookie_mode_enum.py +0 -0
  3952. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/session_cookie_schema.py +0 -0
  3953. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/session_date.py +0 -0
  3954. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/session_device_metadata.py +0 -0
  3955. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/session_ip.py +0 -0
  3956. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/session_metadata.py +0 -0
  3957. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/session_response_content.py +0 -0
  3958. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_custom_signing_keys_response_content.py +0 -0
  3959. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_email_factor_settings_response_content.py +0 -0
  3960. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_email_template_response_content.py +0 -0
  3961. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_guardian_factor_duo_settings_response_content.py +0 -0
  3962. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_guardian_factor_phone_message_types_response_content.py +0 -0
  3963. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_guardian_factor_phone_templates_response_content.py +0 -0
  3964. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_guardian_factor_response_content.py +0 -0
  3965. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_guardian_factor_sms_templates_response_content.py +0 -0
  3966. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_guardian_factors_provider_phone_response_content.py +0 -0
  3967. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_guardian_factors_provider_phone_twilio_response_content.py +0 -0
  3968. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_guardian_factors_provider_push_notification_apns_response_content.py +0 -0
  3969. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_guardian_factors_provider_push_notification_fcm_response_content.py +0 -0
  3970. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_guardian_factors_provider_push_notification_fcmv_1_response_content.py +0 -0
  3971. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_guardian_factors_provider_push_notification_response_content.py +0 -0
  3972. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_guardian_factors_provider_push_notification_sns_response_content.py +0 -0
  3973. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_guardian_factors_provider_sms_response_content.py +0 -0
  3974. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_guardian_factors_provider_sms_twilio_response_content.py +0 -0
  3975. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_guardian_policies_request_content.py +0 -0
  3976. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_guardian_policies_response_content.py +0 -0
  3977. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_guardian_settings_response_content.py +0 -0
  3978. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_network_acls_response_content.py +0 -0
  3979. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_partials_request_content.py +0 -0
  3980. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_phone_factor_settings_response_content.py +0 -0
  3981. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_rules_config_response_content.py +0 -0
  3982. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_self_service_profile_custom_text_request_content.py +0 -0
  3983. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_self_service_profile_custom_text_response_content.py +0 -0
  3984. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_user_authentication_method_response_content.py +0 -0
  3985. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_user_authentication_methods.py +0 -0
  3986. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/set_user_authentication_methods_request_content.py +0 -0
  3987. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/sets_custom_texts_by_language_request_content.py +0 -0
  3988. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/signing_algorithm_enum.py +0 -0
  3989. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/signing_keys.py +0 -0
  3990. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/signing_keys_date.py +0 -0
  3991. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/signup_schema.py +0 -0
  3992. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/signup_status_enum.py +0 -0
  3993. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/signup_verification.py +0 -0
  3994. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/signup_verified.py +0 -0
  3995. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/supported_locales.py +0 -0
  3996. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/suspicious_ip_throttling_allowlist.py +0 -0
  3997. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/suspicious_ip_throttling_allowlist_item.py +0 -0
  3998. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/suspicious_ip_throttling_pre_custom_token_exchange_stage.py +0 -0
  3999. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/suspicious_ip_throttling_pre_login_stage.py +0 -0
  4000. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/suspicious_ip_throttling_pre_user_registration_stage.py +0 -0
  4001. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/suspicious_ip_throttling_shields_enum.py +0 -0
  4002. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/suspicious_ip_throttling_stage.py +0 -0
  4003. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/synchronize_groups_enum.py +0 -0
  4004. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/synchronized_group_payload.py +0 -0
  4005. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/synchronized_group_selection_id.py +0 -0
  4006. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/tenant_oidc_logout_settings.py +0 -0
  4007. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/tenant_settings_country_codes.py +0 -0
  4008. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/tenant_settings_country_codes_mode.py +0 -0
  4009. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/tenant_settings_country_codes_mode_response.py +0 -0
  4010. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/tenant_settings_country_codes_response.py +0 -0
  4011. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/tenant_settings_device_flow.py +0 -0
  4012. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/tenant_settings_device_flow_charset.py +0 -0
  4013. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/tenant_settings_dynamic_client_registration_security_mode.py +0 -0
  4014. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/tenant_settings_error_page.py +0 -0
  4015. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/tenant_settings_flags.py +0 -0
  4016. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/tenant_settings_guardian_page.py +0 -0
  4017. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/tenant_settings_mtls.py +0 -0
  4018. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/tenant_settings_nullable_security_headers.py +0 -0
  4019. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/tenant_settings_password_page.py +0 -0
  4020. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/tenant_settings_resource_parameter_profile.py +0 -0
  4021. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/tenant_settings_sessions.py +0 -0
  4022. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/tenant_settings_sessions_anonymous.py +0 -0
  4023. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/tenant_settings_supported_locales_enum.py +0 -0
  4024. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/test_action_payload.py +0 -0
  4025. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/test_action_response_content.py +0 -0
  4026. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/test_action_result_payload.py +0 -0
  4027. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/test_custom_domain_response_content.py +0 -0
  4028. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/test_event_data_content.py +0 -0
  4029. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/third_party_client_access_config.py +0 -0
  4030. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/token_exchange_profile_response_content.py +0 -0
  4031. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/token_exchange_profile_type_enum.py +0 -0
  4032. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/token_quota.py +0 -0
  4033. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/token_quota_client_credentials.py +0 -0
  4034. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/token_quota_configuration.py +0 -0
  4035. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/token_vault_privileged_access_grant.py +0 -0
  4036. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/token_vault_privileged_access_ip_allowlist_entry.py +0 -0
  4037. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/too_many_requests_error_body.py +0 -0
  4038. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/too_many_requests_error_body_error.py +0 -0
  4039. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/too_many_requests_schema.py +0 -0
  4040. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/too_many_requests_schema_error.py +0 -0
  4041. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/twilio_provider_configuration.py +0 -0
  4042. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/twilio_provider_credentials.py +0 -0
  4043. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/twilio_provider_delivery_method_enum.py +0 -0
  4044. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/unauthorized_schema.py +0 -0
  4045. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/unauthorized_schema_error.py +0 -0
  4046. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/universal_login_experience_enum.py +0 -0
  4047. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_action_bindings_response_content.py +0 -0
  4048. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_action_module_response_content.py +0 -0
  4049. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_action_response_content.py +0 -0
  4050. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_acul_response_content.py +0 -0
  4051. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_anonymous_sessions.py +0 -0
  4052. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_attack_protection_captcha_response_content.py +0 -0
  4053. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_bot_detection_settings_response_content.py +0 -0
  4054. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_branding_colors.py +0 -0
  4055. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_branding_font.py +0 -0
  4056. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_branding_page_background.py +0 -0
  4057. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_branding_phone_provider_response_content.py +0 -0
  4058. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_branding_response_content.py +0 -0
  4059. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_branding_theme_response_content.py +0 -0
  4060. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_breached_password_detection_settings_response_content.py +0 -0
  4061. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_brute_force_settings_response_content.py +0 -0
  4062. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_client_grant_response_content.py +0 -0
  4063. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_client_response_content.py +0 -0
  4064. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_options.py +0 -0
  4065. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_profile_response_content.py +0 -0
  4066. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_ad.py +0 -0
  4067. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_adfs.py +0 -0
  4068. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_amazon.py +0 -0
  4069. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_apple.py +0 -0
  4070. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_auth_0.py +0 -0
  4071. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_auth_0_oidc.py +0 -0
  4072. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_azure_ad.py +0 -0
  4073. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_baidu.py +0 -0
  4074. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_bitbucket.py +0 -0
  4075. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_bitly.py +0 -0
  4076. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_box.py +0 -0
  4077. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_custom.py +0 -0
  4078. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_daccount.py +0 -0
  4079. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_dropbox.py +0 -0
  4080. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_dwolla.py +0 -0
  4081. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_email.py +0 -0
  4082. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_evernote.py +0 -0
  4083. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_evernote_sandbox.py +0 -0
  4084. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_exact.py +0 -0
  4085. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_facebook.py +0 -0
  4086. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_fitbit.py +0 -0
  4087. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_git_hub.py +0 -0
  4088. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_google_apps.py +0 -0
  4089. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_google_o_auth_2.py +0 -0
  4090. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_instagram.py +0 -0
  4091. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_ip.py +0 -0
  4092. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_line.py +0 -0
  4093. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_linkedin.py +0 -0
  4094. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_o_auth_1.py +0 -0
  4095. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_o_auth_2.py +0 -0
  4096. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_office_365.py +0 -0
  4097. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_oidc.py +0 -0
  4098. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_okta.py +0 -0
  4099. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_paypal.py +0 -0
  4100. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_paypal_sandbox.py +0 -0
  4101. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_ping_federate.py +0 -0
  4102. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_planning_center.py +0 -0
  4103. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_salesforce.py +0 -0
  4104. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_salesforce_community.py +0 -0
  4105. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_salesforce_sandbox.py +0 -0
  4106. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_saml.py +0 -0
  4107. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_sharepoint.py +0 -0
  4108. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_shop.py +0 -0
  4109. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_shopify.py +0 -0
  4110. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_sms.py +0 -0
  4111. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_soundcloud.py +0 -0
  4112. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_thirty_seven_signals.py +0 -0
  4113. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_twitter.py +0 -0
  4114. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_untappd.py +0 -0
  4115. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_vkontakte.py +0 -0
  4116. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_weibo.py +0 -0
  4117. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_windows_live.py +0 -0
  4118. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_wordpress.py +0 -0
  4119. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_yahoo.py +0 -0
  4120. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_request_content_yandex.py +0 -0
  4121. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_connection_response_content.py +0 -0
  4122. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_cross_app_access_resource_app.py +0 -0
  4123. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_custom_domain_response_content.py +0 -0
  4124. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_default_canonical_domain_response_content.py +0 -0
  4125. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_default_custom_domain_response_content.py +0 -0
  4126. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_default_domain_response_content.py +0 -0
  4127. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_directory_provisioning_request_content.py +0 -0
  4128. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_directory_provisioning_response_content.py +0 -0
  4129. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_email_provider_response_content.py +0 -0
  4130. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_email_template_response_content.py +0 -0
  4131. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_enabled_client_connections_request_content.py +0 -0
  4132. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_enabled_client_connections_request_content_item.py +0 -0
  4133. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_event_stream_response_content.py +0 -0
  4134. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_flow_response_content.py +0 -0
  4135. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_flows_vault_connection_response_content.py +0 -0
  4136. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_flows_vault_connection_setup.py +0 -0
  4137. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_form_response_content.py +0 -0
  4138. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_guardian_factor_duo_settings_response_content.py +0 -0
  4139. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_guardian_factors_provider_push_notification_apns_response_content.py +0 -0
  4140. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_guardian_factors_provider_push_notification_fcm_response_content.py +0 -0
  4141. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_guardian_factors_provider_push_notification_fcmv_1_response_content.py +0 -0
  4142. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_guardian_factors_provider_push_notification_sns_response_content.py +0 -0
  4143. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_hook_response_content.py +0 -0
  4144. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_hook_secret_request_content.py +0 -0
  4145. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_identity_assertion_authorization_grant.py +0 -0
  4146. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_log_stream_response_content.py +0 -0
  4147. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_network_acl_response_content.py +0 -0
  4148. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_organization_client_response_content.py +0 -0
  4149. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_organization_connection_response_content.py +0 -0
  4150. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_organization_discovery_domain_response_content.py +0 -0
  4151. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_organization_response_content.py +0 -0
  4152. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_phone_template_response_content.py +0 -0
  4153. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_rate_limit_policy_response_content.py +0 -0
  4154. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_refresh_token_response_content.py +0 -0
  4155. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_risk_assessments_settings_new_device_response_content.py +0 -0
  4156. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_risk_assessments_settings_response_content.py +0 -0
  4157. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_role_response_content.py +0 -0
  4158. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_rule_response_content.py +0 -0
  4159. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_scim_configuration_response_content.py +0 -0
  4160. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_self_service_profile_response_content.py +0 -0
  4161. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_session_response_content.py +0 -0
  4162. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_settings_response_content.py +0 -0
  4163. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_suspicious_ip_throttling_settings_response_content.py +0 -0
  4164. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_token_quota.py +0 -0
  4165. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_universal_login_template_request_content.py +0 -0
  4166. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_universal_login_template_request_content_template.py +0 -0
  4167. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_user_attribute_profile_response_content.py +0 -0
  4168. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_user_authentication_method_response_content.py +0 -0
  4169. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_user_response_content.py +0 -0
  4170. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/update_verifiable_credential_template_response_content.py +0 -0
  4171. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_app_metadata_schema.py +0 -0
  4172. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_attribute_profile.py +0 -0
  4173. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_attribute_profile_id.py +0 -0
  4174. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_attribute_profile_name.py +0 -0
  4175. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_attribute_profile_oidc_mapping.py +0 -0
  4176. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_attribute_profile_patch_user_id.py +0 -0
  4177. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_attribute_profile_saml_mapping.py +0 -0
  4178. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_attribute_profile_strategy_overrides.py +0 -0
  4179. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_attribute_profile_strategy_overrides_mapping.py +0 -0
  4180. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_attribute_profile_strategy_overrides_user_id.py +0 -0
  4181. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_attribute_profile_strategy_overrides_user_id_mapping.py +0 -0
  4182. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_attribute_profile_template.py +0 -0
  4183. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_attribute_profile_template_item.py +0 -0
  4184. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_attribute_profile_user_attribute_additional_properties.py +0 -0
  4185. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_attribute_profile_user_attributes.py +0 -0
  4186. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_attribute_profile_user_id.py +0 -0
  4187. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_attribute_profile_user_id_oidc_mapping_enum.py +0 -0
  4188. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_attribute_profile_user_id_oidc_strategy_override_mapping.py +0 -0
  4189. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_attribute_profile_user_id_saml_mapping.py +0 -0
  4190. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_authentication_method.py +0 -0
  4191. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_authentication_method_properties.py +0 -0
  4192. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_authentication_method_properties_enum.py +0 -0
  4193. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_block_identifier.py +0 -0
  4194. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_effective_permission_response_content.py +0 -0
  4195. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_effective_permission_role_source_enum.py +0 -0
  4196. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_effective_permission_role_source_response_content.py +0 -0
  4197. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_effective_permission_source_enum.py +0 -0
  4198. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_effective_role.py +0 -0
  4199. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_effective_role_source.py +0 -0
  4200. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_enrollment_auth_method_enum.py +0 -0
  4201. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_enrollment_status_enum.py +0 -0
  4202. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_grant.py +0 -0
  4203. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_groups_response_schema.py +0 -0
  4204. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_id.py +0 -0
  4205. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_identity.py +0 -0
  4206. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_identity_provider_enum.py +0 -0
  4207. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_identity_schema.py +0 -0
  4208. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_list_log_offset_paginated_response_content.py +0 -0
  4209. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_metadata.py +0 -0
  4210. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_metadata_schema.py +0 -0
  4211. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_multifactor_provider_enum.py +0 -0
  4212. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_permission_schema.py +0 -0
  4213. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_profile_data.py +0 -0
  4214. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/user_response_schema.py +0 -0
  4215. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/username_allowed_types.py +0 -0
  4216. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/username_attribute.py +0 -0
  4217. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/username_attribute_identifier.py +0 -0
  4218. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/username_validation.py +0 -0
  4219. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/users_enrollment.py +0 -0
  4220. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/verifiable_credential_template_response.py +0 -0
  4221. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/verification_method_enum.py +0 -0
  4222. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/verify_custom_domain_response_content.py +0 -0
  4223. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/verify_email_ticket_response_content.py +0 -0
  4224. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/x_509_certificate_credential.py +0 -0
  4225. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/x_509_certificate_credential_type_enum.py +0 -0
  4226. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/xss_protection_config.py +0 -0
  4227. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/types/xss_protection_mode.py +0 -0
  4228. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/user_attribute_profiles/__init__.py +0 -0
  4229. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/user_attribute_profiles/client.py +0 -0
  4230. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/user_attribute_profiles/raw_client.py +0 -0
  4231. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/user_blocks/__init__.py +0 -0
  4232. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/user_blocks/client.py +0 -0
  4233. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/user_blocks/raw_client.py +0 -0
  4234. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/user_grants/__init__.py +0 -0
  4235. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/user_grants/client.py +0 -0
  4236. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/user_grants/raw_client.py +0 -0
  4237. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/__init__.py +0 -0
  4238. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/authentication_methods/__init__.py +0 -0
  4239. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/authentication_methods/client.py +0 -0
  4240. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/authentication_methods/raw_client.py +0 -0
  4241. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/authenticators/__init__.py +0 -0
  4242. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/authenticators/client.py +0 -0
  4243. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/authenticators/raw_client.py +0 -0
  4244. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/client.py +0 -0
  4245. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/connected_accounts/__init__.py +0 -0
  4246. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/connected_accounts/client.py +0 -0
  4247. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/connected_accounts/raw_client.py +0 -0
  4248. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/effective_permissions/__init__.py +0 -0
  4249. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/effective_permissions/client.py +0 -0
  4250. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/effective_permissions/raw_client.py +0 -0
  4251. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/effective_permissions/sources/__init__.py +0 -0
  4252. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/effective_permissions/sources/client.py +0 -0
  4253. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/effective_permissions/sources/raw_client.py +0 -0
  4254. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/effective_permissions/sources/roles/__init__.py +0 -0
  4255. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/effective_permissions/sources/roles/client.py +0 -0
  4256. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/effective_permissions/sources/roles/raw_client.py +0 -0
  4257. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/effective_roles/__init__.py +0 -0
  4258. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/effective_roles/client.py +0 -0
  4259. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/effective_roles/raw_client.py +0 -0
  4260. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/effective_roles/sources/__init__.py +0 -0
  4261. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/effective_roles/sources/client.py +0 -0
  4262. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/effective_roles/sources/groups/__init__.py +0 -0
  4263. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/effective_roles/sources/groups/client.py +0 -0
  4264. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/effective_roles/sources/groups/raw_client.py +0 -0
  4265. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/effective_roles/sources/raw_client.py +0 -0
  4266. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/enrollments/__init__.py +0 -0
  4267. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/enrollments/client.py +0 -0
  4268. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/enrollments/raw_client.py +0 -0
  4269. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/groups/__init__.py +0 -0
  4270. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/groups/client.py +0 -0
  4271. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/groups/raw_client.py +0 -0
  4272. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/identities/__init__.py +0 -0
  4273. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/identities/client.py +0 -0
  4274. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/identities/raw_client.py +0 -0
  4275. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/logs/__init__.py +0 -0
  4276. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/logs/client.py +0 -0
  4277. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/logs/raw_client.py +0 -0
  4278. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/multifactor/__init__.py +0 -0
  4279. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/multifactor/client.py +0 -0
  4280. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/multifactor/raw_client.py +0 -0
  4281. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/organizations/__init__.py +0 -0
  4282. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/organizations/client.py +0 -0
  4283. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/organizations/raw_client.py +0 -0
  4284. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/permissions/__init__.py +0 -0
  4285. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/permissions/client.py +0 -0
  4286. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/permissions/raw_client.py +0 -0
  4287. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/raw_client.py +0 -0
  4288. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/refresh_token/__init__.py +0 -0
  4289. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/refresh_token/client.py +0 -0
  4290. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/refresh_token/raw_client.py +0 -0
  4291. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/risk_assessments/__init__.py +0 -0
  4292. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/risk_assessments/client.py +0 -0
  4293. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/risk_assessments/raw_client.py +0 -0
  4294. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/roles/__init__.py +0 -0
  4295. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/roles/client.py +0 -0
  4296. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/roles/raw_client.py +0 -0
  4297. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/sessions/__init__.py +0 -0
  4298. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/sessions/client.py +0 -0
  4299. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/users/sessions/raw_client.py +0 -0
  4300. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/verifiable_credentials/__init__.py +0 -0
  4301. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/verifiable_credentials/client.py +0 -0
  4302. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/verifiable_credentials/raw_client.py +0 -0
  4303. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/verifiable_credentials/verification/__init__.py +0 -0
  4304. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/verifiable_credentials/verification/client.py +0 -0
  4305. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/verifiable_credentials/verification/raw_client.py +0 -0
  4306. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/verifiable_credentials/verification/templates/__init__.py +0 -0
  4307. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/verifiable_credentials/verification/templates/client.py +0 -0
  4308. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/verifiable_credentials/verification/templates/raw_client.py +0 -0
  4309. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/management/version.py +0 -0
  4310. {auth0_python-6.5.0 → auth0_python-6.6.0}/src/auth0/py.typed +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: auth0-python
3
- Version: 6.5.0
3
+ Version: 6.6.0
4
4
  Summary: Auth0 Python SDK - Management and Authentication APIs
5
5
  License: MIT
6
6
  License-File: LICENSE
@@ -3,7 +3,7 @@ name = "auth0-python"
3
3
 
4
4
  [tool.poetry]
5
5
  name = "auth0-python"
6
- version = "6.5.0"
6
+ version = "6.6.0"
7
7
  description = "Auth0 Python SDK - Management and Authentication APIs"
8
8
  readme = "README.md"
9
9
  authors = ["Auth0 <support@auth0.com>"]
@@ -3372,6 +3372,8 @@ if typing.TYPE_CHECKING:
3372
3372
  OrganizationInvitationInvitee,
3373
3373
  OrganizationInvitationInviter,
3374
3374
  OrganizationMember,
3375
+ OrganizationMemberAccessLevelEnum,
3376
+ OrganizationMemberAccessLevelEnumWithNull,
3375
3377
  OrganizationMemberEffectiveRole,
3376
3378
  OrganizationMemberEffectiveRoleSource,
3377
3379
  OrganizationMemberRole,
@@ -3454,6 +3456,10 @@ if typing.TYPE_CHECKING:
3454
3456
  ResetPhoneTemplateRequestContent,
3455
3457
  ResetPhoneTemplateResponseContent,
3456
3458
  ResourceServer,
3459
+ ResourceServerAccessToken,
3460
+ ResourceServerAccessTokenClaimsMapping,
3461
+ ResourceServerAccessTokenCustomClaimsMapping,
3462
+ ResourceServerAccessTokenCustomClaimsMappingRule,
3457
3463
  ResourceServerAuthorizationPolicy,
3458
3464
  ResourceServerConsentPolicyEnum,
3459
3465
  ResourceServerProofOfPossession,
@@ -7264,6 +7270,8 @@ _dynamic_imports: typing.Dict[str, str] = {
7264
7270
  "OrganizationInvitationInvitee": ".types",
7265
7271
  "OrganizationInvitationInviter": ".types",
7266
7272
  "OrganizationMember": ".types",
7273
+ "OrganizationMemberAccessLevelEnum": ".types",
7274
+ "OrganizationMemberAccessLevelEnumWithNull": ".types",
7267
7275
  "OrganizationMemberEffectiveRole": ".types",
7268
7276
  "OrganizationMemberEffectiveRoleSource": ".types",
7269
7277
  "OrganizationMemberRole": ".types",
@@ -7348,6 +7356,10 @@ _dynamic_imports: typing.Dict[str, str] = {
7348
7356
  "ResetPhoneTemplateRequestContent": ".types",
7349
7357
  "ResetPhoneTemplateResponseContent": ".types",
7350
7358
  "ResourceServer": ".types",
7359
+ "ResourceServerAccessToken": ".types",
7360
+ "ResourceServerAccessTokenClaimsMapping": ".types",
7361
+ "ResourceServerAccessTokenCustomClaimsMapping": ".types",
7362
+ "ResourceServerAccessTokenCustomClaimsMappingRule": ".types",
7351
7363
  "ResourceServerAuthorizationPolicy": ".types",
7352
7364
  "ResourceServerConsentPolicyEnum": ".types",
7353
7365
  "ResourceServerProofOfPossession": ".types",
@@ -11162,6 +11174,8 @@ __all__ = [
11162
11174
  "OrganizationInvitationInvitee",
11163
11175
  "OrganizationInvitationInviter",
11164
11176
  "OrganizationMember",
11177
+ "OrganizationMemberAccessLevelEnum",
11178
+ "OrganizationMemberAccessLevelEnumWithNull",
11165
11179
  "OrganizationMemberEffectiveRole",
11166
11180
  "OrganizationMemberEffectiveRoleSource",
11167
11181
  "OrganizationMemberRole",
@@ -11246,6 +11260,10 @@ __all__ = [
11246
11260
  "ResetPhoneTemplateRequestContent",
11247
11261
  "ResetPhoneTemplateResponseContent",
11248
11262
  "ResourceServer",
11263
+ "ResourceServerAccessToken",
11264
+ "ResourceServerAccessTokenClaimsMapping",
11265
+ "ResourceServerAccessTokenCustomClaimsMapping",
11266
+ "ResourceServerAccessTokenCustomClaimsMappingRule",
11249
11267
  "ResourceServerAuthorizationPolicy",
11250
11268
  "ResourceServerConsentPolicyEnum",
11251
11269
  "ResourceServerProofOfPossession",
@@ -13,6 +13,8 @@ from ...types.list_organization_all_connections_offset_paginated_response_conten
13
13
  from ...types.organization_access_level_enum import OrganizationAccessLevelEnum
14
14
  from ...types.organization_access_level_enum_with_null import OrganizationAccessLevelEnumWithNull
15
15
  from ...types.organization_all_connection_post import OrganizationAllConnectionPost
16
+ from ...types.organization_member_access_level_enum import OrganizationMemberAccessLevelEnum
17
+ from ...types.organization_member_access_level_enum_with_null import OrganizationMemberAccessLevelEnumWithNull
16
18
  from ...types.update_organization_all_connection_response_content import UpdateOrganizationAllConnectionResponseContent
17
19
  from .raw_client import AsyncRawConnectionsClient, RawConnectionsClient
18
20
 
@@ -110,6 +112,7 @@ class ConnectionsClient:
110
112
  show_as_button: typing.Optional[bool] = OMIT,
111
113
  is_signup_enabled: typing.Optional[bool] = OMIT,
112
114
  organization_access_level: typing.Optional[OrganizationAccessLevelEnum] = OMIT,
115
+ organization_member_access_level: typing.Optional[OrganizationMemberAccessLevelEnum] = OMIT,
113
116
  is_enabled: typing.Optional[bool] = OMIT,
114
117
  request_options: typing.Optional[RequestOptions] = None,
115
118
  ) -> CreateOrganizationAllConnectionResponseContent:
@@ -136,6 +139,8 @@ class ConnectionsClient:
136
139
 
137
140
  organization_access_level : typing.Optional[OrganizationAccessLevelEnum]
138
141
 
142
+ organization_member_access_level : typing.Optional[OrganizationMemberAccessLevelEnum]
143
+
139
144
  is_enabled : typing.Optional[bool]
140
145
  Whether the connection is enabled for the organization.
141
146
 
@@ -167,6 +172,7 @@ class ConnectionsClient:
167
172
  show_as_button=show_as_button,
168
173
  is_signup_enabled=is_signup_enabled,
169
174
  organization_access_level=organization_access_level,
175
+ organization_member_access_level=organization_member_access_level,
170
176
  is_enabled=is_enabled,
171
177
  request_options=request_options,
172
178
  )
@@ -249,6 +255,7 @@ class ConnectionsClient:
249
255
  show_as_button: typing.Optional[bool] = OMIT,
250
256
  is_signup_enabled: typing.Optional[bool] = OMIT,
251
257
  organization_access_level: typing.Optional[OrganizationAccessLevelEnumWithNull] = OMIT,
258
+ organization_member_access_level: typing.Optional[OrganizationMemberAccessLevelEnumWithNull] = OMIT,
252
259
  is_enabled: typing.Optional[bool] = OMIT,
253
260
  request_options: typing.Optional[RequestOptions] = None,
254
261
  ) -> UpdateOrganizationAllConnectionResponseContent:
@@ -275,6 +282,8 @@ class ConnectionsClient:
275
282
 
276
283
  organization_access_level : typing.Optional[OrganizationAccessLevelEnumWithNull]
277
284
 
285
+ organization_member_access_level : typing.Optional[OrganizationMemberAccessLevelEnumWithNull]
286
+
278
287
  is_enabled : typing.Optional[bool]
279
288
  Whether the connection is enabled for the organization.
280
289
 
@@ -306,6 +315,7 @@ class ConnectionsClient:
306
315
  show_as_button=show_as_button,
307
316
  is_signup_enabled=is_signup_enabled,
308
317
  organization_access_level=organization_access_level,
318
+ organization_member_access_level=organization_member_access_level,
309
319
  is_enabled=is_enabled,
310
320
  request_options=request_options,
311
321
  )
@@ -411,6 +421,7 @@ class AsyncConnectionsClient:
411
421
  show_as_button: typing.Optional[bool] = OMIT,
412
422
  is_signup_enabled: typing.Optional[bool] = OMIT,
413
423
  organization_access_level: typing.Optional[OrganizationAccessLevelEnum] = OMIT,
424
+ organization_member_access_level: typing.Optional[OrganizationMemberAccessLevelEnum] = OMIT,
414
425
  is_enabled: typing.Optional[bool] = OMIT,
415
426
  request_options: typing.Optional[RequestOptions] = None,
416
427
  ) -> CreateOrganizationAllConnectionResponseContent:
@@ -437,6 +448,8 @@ class AsyncConnectionsClient:
437
448
 
438
449
  organization_access_level : typing.Optional[OrganizationAccessLevelEnum]
439
450
 
451
+ organization_member_access_level : typing.Optional[OrganizationMemberAccessLevelEnum]
452
+
440
453
  is_enabled : typing.Optional[bool]
441
454
  Whether the connection is enabled for the organization.
442
455
 
@@ -476,6 +489,7 @@ class AsyncConnectionsClient:
476
489
  show_as_button=show_as_button,
477
490
  is_signup_enabled=is_signup_enabled,
478
491
  organization_access_level=organization_access_level,
492
+ organization_member_access_level=organization_member_access_level,
479
493
  is_enabled=is_enabled,
480
494
  request_options=request_options,
481
495
  )
@@ -576,6 +590,7 @@ class AsyncConnectionsClient:
576
590
  show_as_button: typing.Optional[bool] = OMIT,
577
591
  is_signup_enabled: typing.Optional[bool] = OMIT,
578
592
  organization_access_level: typing.Optional[OrganizationAccessLevelEnumWithNull] = OMIT,
593
+ organization_member_access_level: typing.Optional[OrganizationMemberAccessLevelEnumWithNull] = OMIT,
579
594
  is_enabled: typing.Optional[bool] = OMIT,
580
595
  request_options: typing.Optional[RequestOptions] = None,
581
596
  ) -> UpdateOrganizationAllConnectionResponseContent:
@@ -602,6 +617,8 @@ class AsyncConnectionsClient:
602
617
 
603
618
  organization_access_level : typing.Optional[OrganizationAccessLevelEnumWithNull]
604
619
 
620
+ organization_member_access_level : typing.Optional[OrganizationMemberAccessLevelEnumWithNull]
621
+
605
622
  is_enabled : typing.Optional[bool]
606
623
  Whether the connection is enabled for the organization.
607
624
 
@@ -641,6 +658,7 @@ class AsyncConnectionsClient:
641
658
  show_as_button=show_as_button,
642
659
  is_signup_enabled=is_signup_enabled,
643
660
  organization_access_level=organization_access_level,
661
+ organization_member_access_level=organization_member_access_level,
644
662
  is_enabled=is_enabled,
645
663
  request_options=request_options,
646
664
  )
@@ -25,6 +25,8 @@ from ...types.list_organization_all_connections_offset_paginated_response_conten
25
25
  from ...types.organization_access_level_enum import OrganizationAccessLevelEnum
26
26
  from ...types.organization_access_level_enum_with_null import OrganizationAccessLevelEnumWithNull
27
27
  from ...types.organization_all_connection_post import OrganizationAllConnectionPost
28
+ from ...types.organization_member_access_level_enum import OrganizationMemberAccessLevelEnum
29
+ from ...types.organization_member_access_level_enum_with_null import OrganizationMemberAccessLevelEnumWithNull
28
30
  from ...types.update_organization_all_connection_response_content import UpdateOrganizationAllConnectionResponseContent
29
31
  from pydantic import ValidationError
30
32
 
@@ -168,6 +170,7 @@ class RawConnectionsClient:
168
170
  show_as_button: typing.Optional[bool] = OMIT,
169
171
  is_signup_enabled: typing.Optional[bool] = OMIT,
170
172
  organization_access_level: typing.Optional[OrganizationAccessLevelEnum] = OMIT,
173
+ organization_member_access_level: typing.Optional[OrganizationMemberAccessLevelEnum] = OMIT,
171
174
  is_enabled: typing.Optional[bool] = OMIT,
172
175
  request_options: typing.Optional[RequestOptions] = None,
173
176
  ) -> HttpResponse[CreateOrganizationAllConnectionResponseContent]:
@@ -194,6 +197,8 @@ class RawConnectionsClient:
194
197
 
195
198
  organization_access_level : typing.Optional[OrganizationAccessLevelEnum]
196
199
 
200
+ organization_member_access_level : typing.Optional[OrganizationMemberAccessLevelEnum]
201
+
197
202
  is_enabled : typing.Optional[bool]
198
203
  Whether the connection is enabled for the organization.
199
204
 
@@ -214,6 +219,7 @@ class RawConnectionsClient:
214
219
  "show_as_button": show_as_button,
215
220
  "is_signup_enabled": is_signup_enabled,
216
221
  "organization_access_level": organization_access_level,
222
+ "organization_member_access_level": organization_member_access_level,
217
223
  "is_enabled": is_enabled,
218
224
  "connection_id": connection_id,
219
225
  },
@@ -475,6 +481,7 @@ class RawConnectionsClient:
475
481
  show_as_button: typing.Optional[bool] = OMIT,
476
482
  is_signup_enabled: typing.Optional[bool] = OMIT,
477
483
  organization_access_level: typing.Optional[OrganizationAccessLevelEnumWithNull] = OMIT,
484
+ organization_member_access_level: typing.Optional[OrganizationMemberAccessLevelEnumWithNull] = OMIT,
478
485
  is_enabled: typing.Optional[bool] = OMIT,
479
486
  request_options: typing.Optional[RequestOptions] = None,
480
487
  ) -> HttpResponse[UpdateOrganizationAllConnectionResponseContent]:
@@ -501,6 +508,8 @@ class RawConnectionsClient:
501
508
 
502
509
  organization_access_level : typing.Optional[OrganizationAccessLevelEnumWithNull]
503
510
 
511
+ organization_member_access_level : typing.Optional[OrganizationMemberAccessLevelEnumWithNull]
512
+
504
513
  is_enabled : typing.Optional[bool]
505
514
  Whether the connection is enabled for the organization.
506
515
 
@@ -521,6 +530,7 @@ class RawConnectionsClient:
521
530
  "show_as_button": show_as_button,
522
531
  "is_signup_enabled": is_signup_enabled,
523
532
  "organization_access_level": organization_access_level,
533
+ "organization_member_access_level": organization_member_access_level,
524
534
  "is_enabled": is_enabled,
525
535
  },
526
536
  headers={
@@ -732,6 +742,7 @@ class AsyncRawConnectionsClient:
732
742
  show_as_button: typing.Optional[bool] = OMIT,
733
743
  is_signup_enabled: typing.Optional[bool] = OMIT,
734
744
  organization_access_level: typing.Optional[OrganizationAccessLevelEnum] = OMIT,
745
+ organization_member_access_level: typing.Optional[OrganizationMemberAccessLevelEnum] = OMIT,
735
746
  is_enabled: typing.Optional[bool] = OMIT,
736
747
  request_options: typing.Optional[RequestOptions] = None,
737
748
  ) -> AsyncHttpResponse[CreateOrganizationAllConnectionResponseContent]:
@@ -758,6 +769,8 @@ class AsyncRawConnectionsClient:
758
769
 
759
770
  organization_access_level : typing.Optional[OrganizationAccessLevelEnum]
760
771
 
772
+ organization_member_access_level : typing.Optional[OrganizationMemberAccessLevelEnum]
773
+
761
774
  is_enabled : typing.Optional[bool]
762
775
  Whether the connection is enabled for the organization.
763
776
 
@@ -778,6 +791,7 @@ class AsyncRawConnectionsClient:
778
791
  "show_as_button": show_as_button,
779
792
  "is_signup_enabled": is_signup_enabled,
780
793
  "organization_access_level": organization_access_level,
794
+ "organization_member_access_level": organization_member_access_level,
781
795
  "is_enabled": is_enabled,
782
796
  "connection_id": connection_id,
783
797
  },
@@ -1039,6 +1053,7 @@ class AsyncRawConnectionsClient:
1039
1053
  show_as_button: typing.Optional[bool] = OMIT,
1040
1054
  is_signup_enabled: typing.Optional[bool] = OMIT,
1041
1055
  organization_access_level: typing.Optional[OrganizationAccessLevelEnumWithNull] = OMIT,
1056
+ organization_member_access_level: typing.Optional[OrganizationMemberAccessLevelEnumWithNull] = OMIT,
1042
1057
  is_enabled: typing.Optional[bool] = OMIT,
1043
1058
  request_options: typing.Optional[RequestOptions] = None,
1044
1059
  ) -> AsyncHttpResponse[UpdateOrganizationAllConnectionResponseContent]:
@@ -1065,6 +1080,8 @@ class AsyncRawConnectionsClient:
1065
1080
 
1066
1081
  organization_access_level : typing.Optional[OrganizationAccessLevelEnumWithNull]
1067
1082
 
1083
+ organization_member_access_level : typing.Optional[OrganizationMemberAccessLevelEnumWithNull]
1084
+
1068
1085
  is_enabled : typing.Optional[bool]
1069
1086
  Whether the connection is enabled for the organization.
1070
1087
 
@@ -1085,6 +1102,7 @@ class AsyncRawConnectionsClient:
1085
1102
  "show_as_button": show_as_button,
1086
1103
  "is_signup_enabled": is_signup_enabled,
1087
1104
  "organization_access_level": organization_access_level,
1105
+ "organization_member_access_level": organization_member_access_level,
1088
1106
  "is_enabled": is_enabled,
1089
1107
  },
1090
1108
  headers={
@@ -11,6 +11,7 @@ from ..types.list_resource_server_offset_paginated_response_content import (
11
11
  ListResourceServerOffsetPaginatedResponseContent,
12
12
  )
13
13
  from ..types.resource_server import ResourceServer
14
+ from ..types.resource_server_access_token import ResourceServerAccessToken
14
15
  from ..types.resource_server_authorization_policy import ResourceServerAuthorizationPolicy
15
16
  from ..types.resource_server_consent_policy_enum import ResourceServerConsentPolicyEnum
16
17
  from ..types.resource_server_proof_of_possession import ResourceServerProofOfPossession
@@ -128,6 +129,7 @@ class ResourceServersClient:
128
129
  token_dialect: typing.Optional[ResourceServerTokenDialectSchemaEnum] = OMIT,
129
130
  skip_consent_for_verifiable_first_party_clients: typing.Optional[bool] = OMIT,
130
131
  enforce_policies: typing.Optional[bool] = OMIT,
132
+ access_token: typing.Optional[ResourceServerAccessToken] = OMIT,
131
133
  token_encryption: typing.Optional[ResourceServerTokenEncryption] = OMIT,
132
134
  consent_policy: typing.Optional[ResourceServerConsentPolicyEnum] = OMIT,
133
135
  authorization_details: typing.Optional[typing.Sequence[typing.Any]] = OMIT,
@@ -178,6 +180,8 @@ class ResourceServersClient:
178
180
  enforce_policies : typing.Optional[bool]
179
181
  Whether to enforce authorization policies (true) or to ignore them (false).
180
182
 
183
+ access_token : typing.Optional[ResourceServerAccessToken]
184
+
181
185
  token_encryption : typing.Optional[ResourceServerTokenEncryption]
182
186
 
183
187
  consent_policy : typing.Optional[ResourceServerConsentPolicyEnum]
@@ -223,6 +227,7 @@ class ResourceServersClient:
223
227
  token_dialect=token_dialect,
224
228
  skip_consent_for_verifiable_first_party_clients=skip_consent_for_verifiable_first_party_clients,
225
229
  enforce_policies=enforce_policies,
230
+ access_token=access_token,
226
231
  token_encryption=token_encryption,
227
232
  consent_policy=consent_policy,
228
233
  authorization_details=authorization_details,
@@ -402,6 +407,7 @@ class ResourceServersClient:
402
407
  token_lifetime_for_anonymous_access_tokens: typing.Optional[int] = OMIT,
403
408
  token_dialect: typing.Optional[ResourceServerTokenDialectSchemaEnum] = OMIT,
404
409
  enforce_policies: typing.Optional[bool] = OMIT,
410
+ access_token: typing.Optional[ResourceServerAccessToken] = OMIT,
405
411
  token_encryption: typing.Optional[ResourceServerTokenEncryption] = OMIT,
406
412
  consent_policy: typing.Optional[ResourceServerConsentPolicyEnum] = OMIT,
407
413
  authorization_details: typing.Optional[typing.Sequence[typing.Any]] = OMIT,
@@ -452,6 +458,8 @@ class ResourceServersClient:
452
458
  enforce_policies : typing.Optional[bool]
453
459
  Whether authorization policies are enforced (true) or not enforced (false).
454
460
 
461
+ access_token : typing.Optional[ResourceServerAccessToken]
462
+
455
463
  token_encryption : typing.Optional[ResourceServerTokenEncryption]
456
464
 
457
465
  consent_policy : typing.Optional[ResourceServerConsentPolicyEnum]
@@ -497,6 +505,7 @@ class ResourceServersClient:
497
505
  token_lifetime_for_anonymous_access_tokens=token_lifetime_for_anonymous_access_tokens,
498
506
  token_dialect=token_dialect,
499
507
  enforce_policies=enforce_policies,
508
+ access_token=access_token,
500
509
  token_encryption=token_encryption,
501
510
  consent_policy=consent_policy,
502
511
  authorization_details=authorization_details,
@@ -615,6 +624,7 @@ class AsyncResourceServersClient:
615
624
  token_dialect: typing.Optional[ResourceServerTokenDialectSchemaEnum] = OMIT,
616
625
  skip_consent_for_verifiable_first_party_clients: typing.Optional[bool] = OMIT,
617
626
  enforce_policies: typing.Optional[bool] = OMIT,
627
+ access_token: typing.Optional[ResourceServerAccessToken] = OMIT,
618
628
  token_encryption: typing.Optional[ResourceServerTokenEncryption] = OMIT,
619
629
  consent_policy: typing.Optional[ResourceServerConsentPolicyEnum] = OMIT,
620
630
  authorization_details: typing.Optional[typing.Sequence[typing.Any]] = OMIT,
@@ -665,6 +675,8 @@ class AsyncResourceServersClient:
665
675
  enforce_policies : typing.Optional[bool]
666
676
  Whether to enforce authorization policies (true) or to ignore them (false).
667
677
 
678
+ access_token : typing.Optional[ResourceServerAccessToken]
679
+
668
680
  token_encryption : typing.Optional[ResourceServerTokenEncryption]
669
681
 
670
682
  consent_policy : typing.Optional[ResourceServerConsentPolicyEnum]
@@ -718,6 +730,7 @@ class AsyncResourceServersClient:
718
730
  token_dialect=token_dialect,
719
731
  skip_consent_for_verifiable_first_party_clients=skip_consent_for_verifiable_first_party_clients,
720
732
  enforce_policies=enforce_policies,
733
+ access_token=access_token,
721
734
  token_encryption=token_encryption,
722
735
  consent_policy=consent_policy,
723
736
  authorization_details=authorization_details,
@@ -922,6 +935,7 @@ class AsyncResourceServersClient:
922
935
  token_lifetime_for_anonymous_access_tokens: typing.Optional[int] = OMIT,
923
936
  token_dialect: typing.Optional[ResourceServerTokenDialectSchemaEnum] = OMIT,
924
937
  enforce_policies: typing.Optional[bool] = OMIT,
938
+ access_token: typing.Optional[ResourceServerAccessToken] = OMIT,
925
939
  token_encryption: typing.Optional[ResourceServerTokenEncryption] = OMIT,
926
940
  consent_policy: typing.Optional[ResourceServerConsentPolicyEnum] = OMIT,
927
941
  authorization_details: typing.Optional[typing.Sequence[typing.Any]] = OMIT,
@@ -972,6 +986,8 @@ class AsyncResourceServersClient:
972
986
  enforce_policies : typing.Optional[bool]
973
987
  Whether authorization policies are enforced (true) or not enforced (false).
974
988
 
989
+ access_token : typing.Optional[ResourceServerAccessToken]
990
+
975
991
  token_encryption : typing.Optional[ResourceServerTokenEncryption]
976
992
 
977
993
  consent_policy : typing.Optional[ResourceServerConsentPolicyEnum]
@@ -1025,6 +1041,7 @@ class AsyncResourceServersClient:
1025
1041
  token_lifetime_for_anonymous_access_tokens=token_lifetime_for_anonymous_access_tokens,
1026
1042
  token_dialect=token_dialect,
1027
1043
  enforce_policies=enforce_policies,
1044
+ access_token=access_token,
1028
1045
  token_encryption=token_encryption,
1029
1046
  consent_policy=consent_policy,
1030
1047
  authorization_details=authorization_details,
@@ -26,6 +26,7 @@ from ..types.list_resource_server_offset_paginated_response_content import (
26
26
  ListResourceServerOffsetPaginatedResponseContent,
27
27
  )
28
28
  from ..types.resource_server import ResourceServer
29
+ from ..types.resource_server_access_token import ResourceServerAccessToken
29
30
  from ..types.resource_server_authorization_policy import ResourceServerAuthorizationPolicy
30
31
  from ..types.resource_server_consent_policy_enum import ResourceServerConsentPolicyEnum
31
32
  from ..types.resource_server_proof_of_possession import ResourceServerProofOfPossession
@@ -190,6 +191,7 @@ class RawResourceServersClient:
190
191
  token_dialect: typing.Optional[ResourceServerTokenDialectSchemaEnum] = OMIT,
191
192
  skip_consent_for_verifiable_first_party_clients: typing.Optional[bool] = OMIT,
192
193
  enforce_policies: typing.Optional[bool] = OMIT,
194
+ access_token: typing.Optional[ResourceServerAccessToken] = OMIT,
193
195
  token_encryption: typing.Optional[ResourceServerTokenEncryption] = OMIT,
194
196
  consent_policy: typing.Optional[ResourceServerConsentPolicyEnum] = OMIT,
195
197
  authorization_details: typing.Optional[typing.Sequence[typing.Any]] = OMIT,
@@ -240,6 +242,8 @@ class RawResourceServersClient:
240
242
  enforce_policies : typing.Optional[bool]
241
243
  Whether to enforce authorization policies (true) or to ignore them (false).
242
244
 
245
+ access_token : typing.Optional[ResourceServerAccessToken]
246
+
243
247
  token_encryption : typing.Optional[ResourceServerTokenEncryption]
244
248
 
245
249
  consent_policy : typing.Optional[ResourceServerConsentPolicyEnum]
@@ -279,6 +283,9 @@ class RawResourceServersClient:
279
283
  "token_dialect": token_dialect,
280
284
  "skip_consent_for_verifiable_first_party_clients": skip_consent_for_verifiable_first_party_clients,
281
285
  "enforce_policies": enforce_policies,
286
+ "access_token": convert_and_respect_annotation_metadata(
287
+ object_=access_token, annotation=typing.Optional[ResourceServerAccessToken], direction="write"
288
+ ),
282
289
  "token_encryption": convert_and_respect_annotation_metadata(
283
290
  object_=token_encryption,
284
291
  annotation=typing.Optional[ResourceServerTokenEncryption],
@@ -755,6 +762,7 @@ class RawResourceServersClient:
755
762
  token_lifetime_for_anonymous_access_tokens: typing.Optional[int] = OMIT,
756
763
  token_dialect: typing.Optional[ResourceServerTokenDialectSchemaEnum] = OMIT,
757
764
  enforce_policies: typing.Optional[bool] = OMIT,
765
+ access_token: typing.Optional[ResourceServerAccessToken] = OMIT,
758
766
  token_encryption: typing.Optional[ResourceServerTokenEncryption] = OMIT,
759
767
  consent_policy: typing.Optional[ResourceServerConsentPolicyEnum] = OMIT,
760
768
  authorization_details: typing.Optional[typing.Sequence[typing.Any]] = OMIT,
@@ -805,6 +813,8 @@ class RawResourceServersClient:
805
813
  enforce_policies : typing.Optional[bool]
806
814
  Whether authorization policies are enforced (true) or not enforced (false).
807
815
 
816
+ access_token : typing.Optional[ResourceServerAccessToken]
817
+
808
818
  token_encryption : typing.Optional[ResourceServerTokenEncryption]
809
819
 
810
820
  consent_policy : typing.Optional[ResourceServerConsentPolicyEnum]
@@ -843,6 +853,9 @@ class RawResourceServersClient:
843
853
  "token_lifetime_for_anonymous_access_tokens": token_lifetime_for_anonymous_access_tokens,
844
854
  "token_dialect": token_dialect,
845
855
  "enforce_policies": enforce_policies,
856
+ "access_token": convert_and_respect_annotation_metadata(
857
+ object_=access_token, annotation=typing.Optional[ResourceServerAccessToken], direction="write"
858
+ ),
846
859
  "token_encryption": convert_and_respect_annotation_metadata(
847
860
  object_=token_encryption,
848
861
  annotation=typing.Optional[ResourceServerTokenEncryption],
@@ -1095,6 +1108,7 @@ class AsyncRawResourceServersClient:
1095
1108
  token_dialect: typing.Optional[ResourceServerTokenDialectSchemaEnum] = OMIT,
1096
1109
  skip_consent_for_verifiable_first_party_clients: typing.Optional[bool] = OMIT,
1097
1110
  enforce_policies: typing.Optional[bool] = OMIT,
1111
+ access_token: typing.Optional[ResourceServerAccessToken] = OMIT,
1098
1112
  token_encryption: typing.Optional[ResourceServerTokenEncryption] = OMIT,
1099
1113
  consent_policy: typing.Optional[ResourceServerConsentPolicyEnum] = OMIT,
1100
1114
  authorization_details: typing.Optional[typing.Sequence[typing.Any]] = OMIT,
@@ -1145,6 +1159,8 @@ class AsyncRawResourceServersClient:
1145
1159
  enforce_policies : typing.Optional[bool]
1146
1160
  Whether to enforce authorization policies (true) or to ignore them (false).
1147
1161
 
1162
+ access_token : typing.Optional[ResourceServerAccessToken]
1163
+
1148
1164
  token_encryption : typing.Optional[ResourceServerTokenEncryption]
1149
1165
 
1150
1166
  consent_policy : typing.Optional[ResourceServerConsentPolicyEnum]
@@ -1184,6 +1200,9 @@ class AsyncRawResourceServersClient:
1184
1200
  "token_dialect": token_dialect,
1185
1201
  "skip_consent_for_verifiable_first_party_clients": skip_consent_for_verifiable_first_party_clients,
1186
1202
  "enforce_policies": enforce_policies,
1203
+ "access_token": convert_and_respect_annotation_metadata(
1204
+ object_=access_token, annotation=typing.Optional[ResourceServerAccessToken], direction="write"
1205
+ ),
1187
1206
  "token_encryption": convert_and_respect_annotation_metadata(
1188
1207
  object_=token_encryption,
1189
1208
  annotation=typing.Optional[ResourceServerTokenEncryption],
@@ -1665,6 +1684,7 @@ class AsyncRawResourceServersClient:
1665
1684
  token_lifetime_for_anonymous_access_tokens: typing.Optional[int] = OMIT,
1666
1685
  token_dialect: typing.Optional[ResourceServerTokenDialectSchemaEnum] = OMIT,
1667
1686
  enforce_policies: typing.Optional[bool] = OMIT,
1687
+ access_token: typing.Optional[ResourceServerAccessToken] = OMIT,
1668
1688
  token_encryption: typing.Optional[ResourceServerTokenEncryption] = OMIT,
1669
1689
  consent_policy: typing.Optional[ResourceServerConsentPolicyEnum] = OMIT,
1670
1690
  authorization_details: typing.Optional[typing.Sequence[typing.Any]] = OMIT,
@@ -1715,6 +1735,8 @@ class AsyncRawResourceServersClient:
1715
1735
  enforce_policies : typing.Optional[bool]
1716
1736
  Whether authorization policies are enforced (true) or not enforced (false).
1717
1737
 
1738
+ access_token : typing.Optional[ResourceServerAccessToken]
1739
+
1718
1740
  token_encryption : typing.Optional[ResourceServerTokenEncryption]
1719
1741
 
1720
1742
  consent_policy : typing.Optional[ResourceServerConsentPolicyEnum]
@@ -1753,6 +1775,9 @@ class AsyncRawResourceServersClient:
1753
1775
  "token_lifetime_for_anonymous_access_tokens": token_lifetime_for_anonymous_access_tokens,
1754
1776
  "token_dialect": token_dialect,
1755
1777
  "enforce_policies": enforce_policies,
1778
+ "access_token": convert_and_respect_annotation_metadata(
1779
+ object_=access_token, annotation=typing.Optional[ResourceServerAccessToken], direction="write"
1780
+ ),
1756
1781
  "token_encryption": convert_and_respect_annotation_metadata(
1757
1782
  object_=token_encryption,
1758
1783
  annotation=typing.Optional[ResourceServerTokenEncryption],
@@ -6,6 +6,7 @@ from ...core.client_wrapper import AsyncClientWrapper, SyncClientWrapper
6
6
  from ...core.request_options import RequestOptions
7
7
  from ...types.default_token_quota import DefaultTokenQuota
8
8
  from ...types.get_tenant_settings_response_content import GetTenantSettingsResponseContent
9
+ from ...types.resource_server_access_token import ResourceServerAccessToken
9
10
  from ...types.session_cookie_schema import SessionCookieSchema
10
11
  from ...types.tenant_oidc_logout_settings import TenantOidcLogoutSettings
11
12
  from ...types.tenant_settings_country_codes import TenantSettingsCountryCodes
@@ -113,6 +114,7 @@ class SettingsClient:
113
114
  legacy_sandbox_version: typing.Optional[str] = OMIT,
114
115
  default_redirection_uri: typing.Optional[str] = OMIT,
115
116
  enabled_locales: typing.Optional[typing.Sequence[TenantSettingsSupportedLocalesEnum]] = OMIT,
117
+ access_token: typing.Optional[ResourceServerAccessToken] = OMIT,
116
118
  security_headers: typing.Optional[TenantSettingsNullableSecurityHeaders] = OMIT,
117
119
  session_cookie: typing.Optional[SessionCookieSchema] = OMIT,
118
120
  sessions: typing.Optional[TenantSettingsSessions] = OMIT,
@@ -210,6 +212,8 @@ class SettingsClient:
210
212
  enabled_locales : typing.Optional[typing.Sequence[TenantSettingsSupportedLocalesEnum]]
211
213
  Supported locales for the user interface
212
214
 
215
+ access_token : typing.Optional[ResourceServerAccessToken]
216
+
213
217
  security_headers : typing.Optional[TenantSettingsNullableSecurityHeaders]
214
218
 
215
219
  session_cookie : typing.Optional[SessionCookieSchema]
@@ -301,6 +305,7 @@ class SettingsClient:
301
305
  legacy_sandbox_version=legacy_sandbox_version,
302
306
  default_redirection_uri=default_redirection_uri,
303
307
  enabled_locales=enabled_locales,
308
+ access_token=access_token,
304
309
  security_headers=security_headers,
305
310
  session_cookie=session_cookie,
306
311
  sessions=sessions,
@@ -418,6 +423,7 @@ class AsyncSettingsClient:
418
423
  legacy_sandbox_version: typing.Optional[str] = OMIT,
419
424
  default_redirection_uri: typing.Optional[str] = OMIT,
420
425
  enabled_locales: typing.Optional[typing.Sequence[TenantSettingsSupportedLocalesEnum]] = OMIT,
426
+ access_token: typing.Optional[ResourceServerAccessToken] = OMIT,
421
427
  security_headers: typing.Optional[TenantSettingsNullableSecurityHeaders] = OMIT,
422
428
  session_cookie: typing.Optional[SessionCookieSchema] = OMIT,
423
429
  sessions: typing.Optional[TenantSettingsSessions] = OMIT,
@@ -515,6 +521,8 @@ class AsyncSettingsClient:
515
521
  enabled_locales : typing.Optional[typing.Sequence[TenantSettingsSupportedLocalesEnum]]
516
522
  Supported locales for the user interface
517
523
 
524
+ access_token : typing.Optional[ResourceServerAccessToken]
525
+
518
526
  security_headers : typing.Optional[TenantSettingsNullableSecurityHeaders]
519
527
 
520
528
  session_cookie : typing.Optional[SessionCookieSchema]
@@ -614,6 +622,7 @@ class AsyncSettingsClient:
614
622
  legacy_sandbox_version=legacy_sandbox_version,
615
623
  default_redirection_uri=default_redirection_uri,
616
624
  enabled_locales=enabled_locales,
625
+ access_token=access_token,
617
626
  security_headers=security_headers,
618
627
  session_cookie=session_cookie,
619
628
  sessions=sessions,
@@ -16,6 +16,7 @@ from ...errors.too_many_requests_error import TooManyRequestsError
16
16
  from ...errors.unauthorized_error import UnauthorizedError
17
17
  from ...types.default_token_quota import DefaultTokenQuota
18
18
  from ...types.get_tenant_settings_response_content import GetTenantSettingsResponseContent
19
+ from ...types.resource_server_access_token import ResourceServerAccessToken
19
20
  from ...types.session_cookie_schema import SessionCookieSchema
20
21
  from ...types.tenant_oidc_logout_settings import TenantOidcLogoutSettings
21
22
  from ...types.tenant_settings_country_codes import TenantSettingsCountryCodes
@@ -169,6 +170,7 @@ class RawSettingsClient:
169
170
  legacy_sandbox_version: typing.Optional[str] = OMIT,
170
171
  default_redirection_uri: typing.Optional[str] = OMIT,
171
172
  enabled_locales: typing.Optional[typing.Sequence[TenantSettingsSupportedLocalesEnum]] = OMIT,
173
+ access_token: typing.Optional[ResourceServerAccessToken] = OMIT,
172
174
  security_headers: typing.Optional[TenantSettingsNullableSecurityHeaders] = OMIT,
173
175
  session_cookie: typing.Optional[SessionCookieSchema] = OMIT,
174
176
  sessions: typing.Optional[TenantSettingsSessions] = OMIT,
@@ -266,6 +268,8 @@ class RawSettingsClient:
266
268
  enabled_locales : typing.Optional[typing.Sequence[TenantSettingsSupportedLocalesEnum]]
267
269
  Supported locales for the user interface
268
270
 
271
+ access_token : typing.Optional[ResourceServerAccessToken]
272
+
269
273
  security_headers : typing.Optional[TenantSettingsNullableSecurityHeaders]
270
274
 
271
275
  session_cookie : typing.Optional[SessionCookieSchema]
@@ -363,6 +367,9 @@ class RawSettingsClient:
363
367
  "legacy_sandbox_version": legacy_sandbox_version,
364
368
  "default_redirection_uri": default_redirection_uri,
365
369
  "enabled_locales": enabled_locales,
370
+ "access_token": convert_and_respect_annotation_metadata(
371
+ object_=access_token, annotation=typing.Optional[ResourceServerAccessToken], direction="write"
372
+ ),
366
373
  "security_headers": convert_and_respect_annotation_metadata(
367
374
  object_=security_headers,
368
375
  annotation=typing.Optional[TenantSettingsNullableSecurityHeaders],
@@ -596,6 +603,7 @@ class AsyncRawSettingsClient:
596
603
  legacy_sandbox_version: typing.Optional[str] = OMIT,
597
604
  default_redirection_uri: typing.Optional[str] = OMIT,
598
605
  enabled_locales: typing.Optional[typing.Sequence[TenantSettingsSupportedLocalesEnum]] = OMIT,
606
+ access_token: typing.Optional[ResourceServerAccessToken] = OMIT,
599
607
  security_headers: typing.Optional[TenantSettingsNullableSecurityHeaders] = OMIT,
600
608
  session_cookie: typing.Optional[SessionCookieSchema] = OMIT,
601
609
  sessions: typing.Optional[TenantSettingsSessions] = OMIT,
@@ -693,6 +701,8 @@ class AsyncRawSettingsClient:
693
701
  enabled_locales : typing.Optional[typing.Sequence[TenantSettingsSupportedLocalesEnum]]
694
702
  Supported locales for the user interface
695
703
 
704
+ access_token : typing.Optional[ResourceServerAccessToken]
705
+
696
706
  security_headers : typing.Optional[TenantSettingsNullableSecurityHeaders]
697
707
 
698
708
  session_cookie : typing.Optional[SessionCookieSchema]
@@ -790,6 +800,9 @@ class AsyncRawSettingsClient:
790
800
  "legacy_sandbox_version": legacy_sandbox_version,
791
801
  "default_redirection_uri": default_redirection_uri,
792
802
  "enabled_locales": enabled_locales,
803
+ "access_token": convert_and_respect_annotation_metadata(
804
+ object_=access_token, annotation=typing.Optional[ResourceServerAccessToken], direction="write"
805
+ ),
793
806
  "security_headers": convert_and_respect_annotation_metadata(
794
807
  object_=security_headers,
795
808
  annotation=typing.Optional[TenantSettingsNullableSecurityHeaders],