wiil-python 0.0.13__tar.gz → 0.0.14__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.
- {wiil_python-0.0.13 → wiil_python-0.0.14}/PKG-INFO +1 -1
- {wiil_python-0.0.13 → wiil_python-0.0.14}/pyproject.toml +3 -3
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/client/http_client.py +58 -53
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/base.py +3 -3
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/menu_management/menus.py +17 -17
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/service_mgt/dynamic_phone_agent.py +1 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/service_mgt/dynamic_web_agent.py +1 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/service_mgt/provisioning_configs.py +1 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/service_mgt/telephony_provider.py +1 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil_python.egg-info/PKG-INFO +1 -1
- {wiil_python-0.0.13 → wiil_python-0.0.14}/README.md +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/setup.cfg +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/setup.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/client/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/client/async_wiil_client.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/client/types.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/client/wiil_client.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/client/will_service.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/errors/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/errors/exceptions.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/account/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/account/organization.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/account/project.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/account/supported_business_verticals.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/assistant_setups/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/assistant_setups/assistant_setup_result.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/assistant_setups/base_assistant_setup.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/assistant_setups/phone_assistant_setup.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/assistant_setups/web_assistant_setup.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/bookings_shared.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/business_location.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/customer_management/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/customer_management/customer.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/customer_management/customer_group.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/customer_management/shipping_address.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/discount_rule.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/menu_management/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/menu_management/menu_catalog.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/menu_management/menu_config.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/menu_management/menu_item_variant.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/menu_management/menu_order.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/menu_management/menu_pricing_rule.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/menu_management/menu_set.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/menu_management/modifier.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/order.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/pricing_rule_shared.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/product_management/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/product_management/product_axis_binding.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/product_management/product_config.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/product_management/product_display.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/product_management/product_order.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/product_management/product_pricing_rule.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/product_management/product_set.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/product_management/product_variant.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/product_management/product_variant_axis.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/property_management/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/property_management/property_config.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/property_management/property_inquiry.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/reservation_management/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/reservation_management/assignment/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/reservation_management/assignment/rental_assignment.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/reservation_management/assignment/room_assignment.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/reservation_management/assignment/table_assignment.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/reservation_management/reservation.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/reservation_management/reservation_floor_plan_definition.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/reservation_management/reservation_maintenance_block.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/reservation_management/reservation_rental.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/reservation_management/reservation_resource.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/reservation_management/reservation_room.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/reservation_management/reservation_section.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/reservation_management/reservation_settings.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/reservation_management/reservation_slot_query.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/reservation_management/reservation_table.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/reservation_management/reservation_table_layout.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/reservation_management/resource/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/reservation_management/resource/resource.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/reservation_management/resource/resource_category.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/reservation_management/resource/resource_instance.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/reservation_management/resource/resource_versioning.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/service_config.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/service_management/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/service_management/appointment_additional_info.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/service_management/appointment_field_config.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/service_management/service_appointment.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/service_management/service_person.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/service_management/service_pricing_rule.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/service_management/service_provider.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/service_management/service_slot_query.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/service_management/service_time_off.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/tax_rule.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/conversation/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/conversation/conversation_config.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/conversation/conversation_message.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/conversation/outbound_call.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/conversation/outbound_email.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/conversation/outbound_sms.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/conversation/outbound_template.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/conversation/translation_config.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/conversation/translation_conversation.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/request/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/request/paginated_query.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/request/paginated_result.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/service_mgt/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/service_mgt/agent_config.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/service_mgt/call_transfer_config.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/service_mgt/deployment_config.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/service_mgt/dynamic_setup/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/service_mgt/dynamic_setup/base_agent_setup.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/service_mgt/dynamic_setup/phone_agent_setup.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/service_mgt/dynamic_setup/web_agent_setup.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/service_mgt/instruction_config.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/service_mgt/interaction_channels.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/service_mgt/knowledge.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/service_mgt/phone_config.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/service_mgt/phone_number.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/service_mgt/provisioning_config.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/service_mgt/support_llm.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/service_mgt/voice_language.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/type_definitions/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/type_definitions/account_definitions.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/type_definitions/business_definitions.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/type_definitions/conversation_definitions.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/type_definitions/display_order.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/type_definitions/dynamic_fields/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/type_definitions/dynamic_fields/field_definition.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/type_definitions/dynamic_fields/field_types.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/type_definitions/knowledge_definitions.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/type_definitions/service_config_definitions.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/py.typed +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/account/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/account/organizations.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/account/projects.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/customer_management/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/customer_management/customer_groups.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/customer_management/customers.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/customer_management/shipping_addresses.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/location_management/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/location_management/business_locations.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/menu_management/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/menu_management/menu_item_variants.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/menu_management/menu_orders.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/menu_management/menu_pricing_rules.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/menu_management/menu_sets.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/menu_management/modifiers.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/pricing_rules/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/pricing_rules/discount_rules.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/pricing_rules/tax_rules.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/product_management/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/product_management/product_axis_bindings.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/product_management/product_orders.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/product_management/product_pricing_rules.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/product_management/product_sets.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/product_management/product_variant_axes.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/product_management/product_variants.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/product_management/products.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/property_management/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/property_management/property_config.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/property_management/property_inquiry.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/reservation_management/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/reservation_management/floor_plan_sections.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/reservation_management/floor_plans.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/reservation_management/maintenance_blocks.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/reservation_management/rental_assignments.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/reservation_management/rental_reservations.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/reservation_management/reservation_resources.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/reservation_management/reservation_settings.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/reservation_management/resource_categories.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/reservation_management/resource_instances.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/reservation_management/room_assignments.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/reservation_management/room_reservations.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/reservation_management/table_assignments.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/reservation_management/table_reservations.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/service_management/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/service_management/appointment_additional_info.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/service_management/appointment_field_configs.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/service_management/business_services.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/service_management/service_appointments.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/service_management/service_categories.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/service_management/service_persons.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/service_management/service_pricing_rules.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/service_management/service_providers.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/service_management/service_time_offs.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/conversation/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/conversation/outbound_calls.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/conversation/outbound_emails.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/conversation/outbound_sms.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/conversation/outbound_templates.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/conversation/translation_services.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/service_mgt/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/service_mgt/agent_configs.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/service_mgt/conversation_configs.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/service_mgt/deployment_channels.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/service_mgt/deployment_configs.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/service_mgt/dynamic_agent_status.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/service_mgt/instruction_configs.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/service_mgt/knowledge_sources.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/service_mgt/phone_configs.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/service_mgt/support_models.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/service_mgt/translation_sessions.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/services/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/services/messaging/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/services/messaging/service.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/services/ott/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/services/ott/models.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/services/ott/service.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/services/translation/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/services/translation/models.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/services/translation/service.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/types/__init__.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/types/account_types.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/types/business_types.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/types/conversation_types.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/types/knowledge_types.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/types/paginated_quest.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/types/paginated_result.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/types/service_types.py +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil_python.egg-info/SOURCES.txt +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil_python.egg-info/dependency_links.txt +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil_python.egg-info/requires.txt +0 -0
- {wiil_python-0.0.13 → wiil_python-0.0.14}/wiil_python.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wiil-python
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.14
|
|
4
4
|
Summary: Official Python SDK for WIIL Platform - AI-powered conversational services for intelligent customer interactions, voice processing, real-time translation, and business management
|
|
5
5
|
Author-email: WIIL <dev-support@wiil.io>
|
|
6
6
|
License: MIT
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "wiil-python"
|
|
7
|
-
version = "0.0.
|
|
7
|
+
version = "0.0.14"
|
|
8
8
|
description = "Official Python SDK for WIIL Platform - AI-powered conversational services for intelligent customer interactions, voice processing, real-time translation, and business management"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.8"
|
|
@@ -90,7 +90,7 @@ target-version = ["py38", "py39", "py310", "py311", "py312"]
|
|
|
90
90
|
|
|
91
91
|
[tool.ruff]
|
|
92
92
|
line-length = 100
|
|
93
|
-
target-version = "0.0.
|
|
93
|
+
target-version = "0.0.14"
|
|
94
94
|
select = [
|
|
95
95
|
"E", # pycodestyle errors
|
|
96
96
|
"W", # pycodestyle warnings
|
|
@@ -109,7 +109,7 @@ ignore = [
|
|
|
109
109
|
"__init__.py" = ["F401"]
|
|
110
110
|
|
|
111
111
|
[tool.mypy]
|
|
112
|
-
python_version = "0.0.
|
|
112
|
+
python_version = "0.0.14"
|
|
113
113
|
strict = true
|
|
114
114
|
warn_return_any = true
|
|
115
115
|
warn_unused_configs = true
|
|
@@ -15,7 +15,7 @@ import json
|
|
|
15
15
|
from typing import Any, Dict, List, Optional, Type, TypeVar, Union, get_origin, get_args
|
|
16
16
|
|
|
17
17
|
import requests
|
|
18
|
-
from pydantic import BaseModel, ValidationError
|
|
18
|
+
from pydantic import BaseModel, TypeAdapter, ValidationError
|
|
19
19
|
from requests.exceptions import RequestException, Timeout, ConnectionError
|
|
20
20
|
|
|
21
21
|
from wiil.client.types import WiilClientConfig, APIResponse, APIErrorResponse
|
|
@@ -577,33 +577,38 @@ class HttpClient:
|
|
|
577
577
|
details=response_data.get('meta')
|
|
578
578
|
)
|
|
579
579
|
|
|
580
|
-
def _to_attr_obj(self, value: Any) -> Any:
|
|
581
|
-
"""Recursively convert dict payloads into attribute-accessible mappings."""
|
|
582
|
-
if isinstance(value, dict):
|
|
583
|
-
return AttrDict({k: self._to_attr_obj(v) for k, v in value.items()})
|
|
584
|
-
if isinstance(value, list):
|
|
585
|
-
return [self._to_attr_obj(item) for item in value]
|
|
586
|
-
return value
|
|
587
|
-
|
|
588
|
-
def _validate_response_json(self, model: Type[T], data: Any) -> T:
|
|
589
|
-
"""Validate response JSON while tolerating additive API fields.
|
|
590
|
-
|
|
591
|
-
The reference TypeScript schemas use Zod objects, which strip unknown
|
|
592
|
-
keys by default. Request validation remains strict in the HTTP verb
|
|
593
|
-
methods; this response-only path mirrors the reference behavior for
|
|
594
|
-
forward-compatible reads.
|
|
595
|
-
"""
|
|
596
|
-
payload = json.dumps(data)
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
580
|
+
def _to_attr_obj(self, value: Any) -> Any:
|
|
581
|
+
"""Recursively convert dict payloads into attribute-accessible mappings."""
|
|
582
|
+
if isinstance(value, dict):
|
|
583
|
+
return AttrDict({k: self._to_attr_obj(v) for k, v in value.items()})
|
|
584
|
+
if isinstance(value, list):
|
|
585
|
+
return [self._to_attr_obj(item) for item in value]
|
|
586
|
+
return value
|
|
587
|
+
|
|
588
|
+
def _validate_response_json(self, model: Type[T], data: Any) -> T:
|
|
589
|
+
"""Validate response JSON while tolerating additive API fields.
|
|
590
|
+
|
|
591
|
+
The reference TypeScript schemas use Zod objects, which strip unknown
|
|
592
|
+
keys by default. Request validation remains strict in the HTTP verb
|
|
593
|
+
methods; this response-only path mirrors the reference behavior for
|
|
594
|
+
forward-compatible reads.
|
|
595
|
+
"""
|
|
596
|
+
payload = json.dumps(data)
|
|
597
|
+
# Non-class annotations (e.g. typing.Union of model variants) have no
|
|
598
|
+
# model_validate_json; route them through a TypeAdapter, which selects
|
|
599
|
+
# the correct union member from the JSON payload.
|
|
600
|
+
if not (isinstance(model, type) and issubclass(model, BaseModel)):
|
|
601
|
+
return TypeAdapter(model).validate_json(payload)
|
|
602
|
+
try:
|
|
603
|
+
return model.model_validate_json(payload, extra="ignore")
|
|
604
|
+
except TypeError as exc:
|
|
605
|
+
if "extra" not in str(exc):
|
|
606
|
+
raise
|
|
607
|
+
return model.model_validate_json(payload)
|
|
608
|
+
|
|
609
|
+
def _parse_response(
|
|
610
|
+
self,
|
|
611
|
+
data: Any,
|
|
607
612
|
response_model: Optional[Type[T]] = None
|
|
608
613
|
) -> Union[T, Any]:
|
|
609
614
|
"""Parse response data into a Pydantic model if specified.
|
|
@@ -629,31 +634,31 @@ class HttpClient:
|
|
|
629
634
|
if response_model in (bool, int, str, float):
|
|
630
635
|
return data
|
|
631
636
|
|
|
632
|
-
try:
|
|
633
|
-
# Validate in JSON mode so wire-format values (e.g. string enum
|
|
634
|
-
# members) are accepted. Unknown response keys are ignored to match
|
|
635
|
-
# ref-core Zod object parsing, which strips additive fields by
|
|
636
|
-
# default. The data originates from response.json(), so re-encoding
|
|
637
|
-
# is lossless for JSON-native types.
|
|
638
|
-
# Handle List[Model] types
|
|
639
|
-
origin = get_origin(response_model)
|
|
640
|
-
if origin is list:
|
|
641
|
-
args = get_args(response_model)
|
|
642
|
-
if args and isinstance(data, list):
|
|
643
|
-
item_model = args[0]
|
|
644
|
-
return [
|
|
645
|
-
self._validate_response_json(item_model, item)
|
|
646
|
-
for item in data
|
|
647
|
-
]
|
|
648
|
-
|
|
649
|
-
# Handle single model
|
|
650
|
-
if isinstance(data, list):
|
|
651
|
-
return [
|
|
652
|
-
self._validate_response_json(response_model, item)
|
|
653
|
-
for item in data
|
|
654
|
-
]
|
|
655
|
-
|
|
656
|
-
return self._validate_response_json(response_model, data)
|
|
637
|
+
try:
|
|
638
|
+
# Validate in JSON mode so wire-format values (e.g. string enum
|
|
639
|
+
# members) are accepted. Unknown response keys are ignored to match
|
|
640
|
+
# ref-core Zod object parsing, which strips additive fields by
|
|
641
|
+
# default. The data originates from response.json(), so re-encoding
|
|
642
|
+
# is lossless for JSON-native types.
|
|
643
|
+
# Handle List[Model] types
|
|
644
|
+
origin = get_origin(response_model)
|
|
645
|
+
if origin is list:
|
|
646
|
+
args = get_args(response_model)
|
|
647
|
+
if args and isinstance(data, list):
|
|
648
|
+
item_model = args[0]
|
|
649
|
+
return [
|
|
650
|
+
self._validate_response_json(item_model, item)
|
|
651
|
+
for item in data
|
|
652
|
+
]
|
|
653
|
+
|
|
654
|
+
# Handle single model
|
|
655
|
+
if isinstance(data, list):
|
|
656
|
+
return [
|
|
657
|
+
self._validate_response_json(response_model, item)
|
|
658
|
+
for item in data
|
|
659
|
+
]
|
|
660
|
+
|
|
661
|
+
return self._validate_response_json(response_model, data)
|
|
657
662
|
|
|
658
663
|
except ValidationError as e:
|
|
659
664
|
raise WiilValidationError(
|
|
@@ -20,8 +20,9 @@ class BaseModel(PydanticBaseModel):
|
|
|
20
20
|
The configuration enforces:
|
|
21
21
|
- Population by both field name and alias (``validate_by_name`` and
|
|
22
22
|
``validate_by_alias``).
|
|
23
|
-
-
|
|
24
|
-
|
|
23
|
+
- Strict type validation rules (``strict``). Enum-typed fields retain
|
|
24
|
+
their enum instances after validation, preserving lossless
|
|
25
|
+
round-trips between request and response payloads.
|
|
25
26
|
- Rejection of unknown fields (``extra="forbid"``).
|
|
26
27
|
|
|
27
28
|
This class intentionally declares no fields; it exists purely to provide
|
|
@@ -31,7 +32,6 @@ class BaseModel(PydanticBaseModel):
|
|
|
31
32
|
model_config = ConfigDict(
|
|
32
33
|
validate_by_name=True,
|
|
33
34
|
validate_by_alias=True,
|
|
34
|
-
use_enum_values=True,
|
|
35
35
|
strict=True,
|
|
36
36
|
extra="forbid",
|
|
37
37
|
)
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/business_mgt/menu_management/menus.py
RENAMED
|
@@ -86,28 +86,28 @@ class MenusResource:
|
|
|
86
86
|
response_model=MenuCategory
|
|
87
87
|
)
|
|
88
88
|
|
|
89
|
-
def list_categories(
|
|
90
|
-
self,
|
|
91
|
-
params: Optional[PaginationRequest] = None
|
|
92
|
-
) ->
|
|
93
|
-
"""List all menu categories with optional pagination.
|
|
94
|
-
|
|
95
|
-
Args:
|
|
96
|
-
params: Optional pagination parameters
|
|
97
|
-
|
|
98
|
-
Returns:
|
|
99
|
-
|
|
100
|
-
"""
|
|
89
|
+
def list_categories(
|
|
90
|
+
self,
|
|
91
|
+
params: Optional[PaginationRequest] = None
|
|
92
|
+
) -> PaginatedResult[MenuCategory]:
|
|
93
|
+
"""List all menu categories with optional pagination.
|
|
94
|
+
|
|
95
|
+
Args:
|
|
96
|
+
params: Optional pagination parameters
|
|
97
|
+
|
|
98
|
+
Returns:
|
|
99
|
+
Paginated list of menu categories
|
|
100
|
+
"""
|
|
101
101
|
query_params: Dict[str, Any] = {}
|
|
102
102
|
if params:
|
|
103
103
|
query_params['page'] = params.page
|
|
104
104
|
query_params['pageSize'] = params.page_size
|
|
105
105
|
|
|
106
|
-
query_string = f'?{urlencode(query_params)}' if query_params else ''
|
|
107
|
-
return self._http.get(
|
|
108
|
-
f'{self._base_path}/categories{query_string}',
|
|
109
|
-
response_model=
|
|
110
|
-
)
|
|
106
|
+
query_string = f'?{urlencode(query_params)}' if query_params else ''
|
|
107
|
+
return self._http.get(
|
|
108
|
+
f'{self._base_path}/categories{query_string}',
|
|
109
|
+
response_model=PaginatedResult[MenuCategory]
|
|
110
|
+
)
|
|
111
111
|
|
|
112
112
|
def update_category(self, data: UpdateMenuCategory) -> MenuCategory:
|
|
113
113
|
"""Update a menu category.
|
|
@@ -229,6 +229,7 @@ class DynamicPhoneAgentResource:
|
|
|
229
229
|
model_type: str
|
|
230
230
|
) -> None:
|
|
231
231
|
"""Validate a single model against the support registry."""
|
|
232
|
+
provider_type = getattr(provider_type, "value", provider_type)
|
|
232
233
|
is_supported = self._http.get(
|
|
233
234
|
f'/support-models/supports/{provider_type}/{provider_model_id}',
|
|
234
235
|
response_model=bool
|
|
@@ -251,6 +251,7 @@ class DynamicWebAgentResource:
|
|
|
251
251
|
model_type: str
|
|
252
252
|
) -> None:
|
|
253
253
|
"""Validate a single model against the support registry."""
|
|
254
|
+
provider_type = getattr(provider_type, "value", provider_type)
|
|
254
255
|
is_supported = self._http.get(
|
|
255
256
|
f'/support-models/supports/{provider_type}/{provider_model_id}',
|
|
256
257
|
response_model=bool
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/resources/service_mgt/provisioning_configs.py
RENAMED
|
@@ -246,6 +246,7 @@ class ProvisioningConfigurationsResource:
|
|
|
246
246
|
model_type: str
|
|
247
247
|
) -> None:
|
|
248
248
|
"""Validate a single model against the support registry."""
|
|
249
|
+
provider_type = getattr(provider_type, "value", provider_type)
|
|
249
250
|
is_supported = self._http.get(
|
|
250
251
|
f'/support-models/supports/{provider_type}/{provider_model_id}',
|
|
251
252
|
response_model=bool
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wiil-python
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.14
|
|
4
4
|
Summary: Official Python SDK for WIIL Platform - AI-powered conversational services for intelligent customer interactions, voice processing, real-time translation, and business management
|
|
5
5
|
Author-email: WIIL <dev-support@wiil.io>
|
|
6
6
|
License: MIT
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/account/supported_business_verticals.py
RENAMED
|
File without changes
|
|
File without changes
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/assistant_setups/assistant_setup_result.py
RENAMED
|
File without changes
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/assistant_setups/base_assistant_setup.py
RENAMED
|
File without changes
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/assistant_setups/phone_assistant_setup.py
RENAMED
|
File without changes
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/assistant_setups/web_assistant_setup.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/customer_management/__init__.py
RENAMED
|
File without changes
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/customer_management/customer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/menu_management/__init__.py
RENAMED
|
File without changes
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/menu_management/menu_catalog.py
RENAMED
|
File without changes
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/menu_management/menu_config.py
RENAMED
|
File without changes
|
|
File without changes
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/menu_management/menu_order.py
RENAMED
|
File without changes
|
|
File without changes
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/menu_management/menu_set.py
RENAMED
|
File without changes
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/menu_management/modifier.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/product_management/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/product_management/product_set.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/property_management/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/business_mgt/service_management/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/conversation/translation_conversation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/service_mgt/dynamic_setup/base_agent_setup.py
RENAMED
|
File without changes
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/service_mgt/dynamic_setup/phone_agent_setup.py
RENAMED
|
File without changes
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/service_mgt/dynamic_setup/web_agent_setup.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/type_definitions/account_definitions.py
RENAMED
|
File without changes
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/type_definitions/business_definitions.py
RENAMED
|
File without changes
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/type_definitions/conversation_definitions.py
RENAMED
|
File without changes
|
|
File without changes
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/type_definitions/dynamic_fields/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/type_definitions/dynamic_fields/field_types.py
RENAMED
|
File without changes
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/type_definitions/knowledge_definitions.py
RENAMED
|
File without changes
|
{wiil_python-0.0.13 → wiil_python-0.0.14}/wiil/models/type_definitions/service_config_definitions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|