wiil-python 0.0.9__tar.gz → 0.0.10__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.9 → wiil_python-0.0.10}/PKG-INFO +1 -1
- {wiil_python-0.0.9 → wiil_python-0.0.10}/pyproject.toml +3 -3
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/service_mgt/provisioning_configs.py +1 -1
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/services/ott/models.py +12 -2
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil_python.egg-info/PKG-INFO +1 -1
- {wiil_python-0.0.9 → wiil_python-0.0.10}/README.md +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/setup.cfg +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/setup.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/__init__.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/client/__init__.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/client/async_wiil_client.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/client/http_client.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/client/types.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/client/wiil_client.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/client/will_service.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/errors/__init__.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/errors/exceptions.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/__init__.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/account/__init__.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/account/organization.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/account/project.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/account/supported_business_verticals.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/assistant_setups/__init__.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/assistant_setups/assistant_setup_result.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/assistant_setups/base_assistant_setup.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/assistant_setups/phone_assistant_setup.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/assistant_setups/web_assistant_setup.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/base.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/business_mgt/__init__.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/business_mgt/appointment_additional_info.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/business_mgt/appointment_field_config.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/business_mgt/customer.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/business_mgt/menu_config.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/business_mgt/menu_order.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/business_mgt/order.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/business_mgt/product_config.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/business_mgt/product_order.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/business_mgt/property_config.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/business_mgt/property_inquiry.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/business_mgt/reservation.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/business_mgt/reservation_resource.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/business_mgt/service_appointment.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/business_mgt/service_config.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/business_mgt/service_person.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/conversation/__init__.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/conversation/conversation_config.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/conversation/conversation_message.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/conversation/translation_config.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/conversation/translation_conversation.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/request/__init__.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/request/paginated_query.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/request/paginated_result.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/service_mgt/__init__.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/service_mgt/agent_config.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/service_mgt/call_transfer_config.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/service_mgt/deployment_config.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/service_mgt/dynamic_setup/__init__.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/service_mgt/dynamic_setup/base_agent_setup.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/service_mgt/dynamic_setup/phone_agent_setup.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/service_mgt/dynamic_setup/web_agent_setup.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/service_mgt/instruction_config.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/service_mgt/interaction_channels.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/service_mgt/knowledge.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/service_mgt/phone_config.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/service_mgt/phone_number.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/service_mgt/provisioning_config.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/service_mgt/support_llm.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/service_mgt/voice_language.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/type_definitions/__init__.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/type_definitions/account_definitions.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/type_definitions/business_definitions.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/type_definitions/conversation_definitions.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/type_definitions/dynamic_fields/__init__.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/type_definitions/dynamic_fields/field_definition.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/type_definitions/dynamic_fields/field_types.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/type_definitions/knowledge_definitions.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/type_definitions/service_config_definitions.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/py.typed +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/__init__.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/account/__init__.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/account/organizations.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/account/projects.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/business_mgt/__init__.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/business_mgt/business_services.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/business_mgt/customers.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/business_mgt/menu_orders.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/business_mgt/menus.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/business_mgt/product_orders.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/business_mgt/products.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/business_mgt/property_config.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/business_mgt/property_inquiry.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/business_mgt/reservation_resources.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/business_mgt/reservations.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/business_mgt/service_appointments.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/service_mgt/__init__.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/service_mgt/agent_configs.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/service_mgt/conversation_configs.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/service_mgt/deployment_channels.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/service_mgt/deployment_configs.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/service_mgt/dynamic_agent_status.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/service_mgt/dynamic_phone_agent.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/service_mgt/dynamic_web_agent.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/service_mgt/instruction_configs.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/service_mgt/knowledge_sources.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/service_mgt/phone_configs.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/service_mgt/support_models.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/service_mgt/telephony_provider.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/service_mgt/translation_sessions.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/services/__init__.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/services/ott/__init__.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/services/ott/service.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/services/translation/__init__.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/services/translation/models.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/services/translation/service.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/types/__init__.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/types/account_types.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/types/business_types.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/types/conversation_types.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/types/knowledge_types.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/types/paginated_quest.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/types/paginated_result.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/types/service_types.py +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil_python.egg-info/SOURCES.txt +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil_python.egg-info/dependency_links.txt +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/wiil_python.egg-info/requires.txt +0 -0
- {wiil_python-0.0.9 → wiil_python-0.0.10}/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.10
|
|
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.10"
|
|
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.10"
|
|
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.10"
|
|
113
113
|
strict = true
|
|
114
114
|
warn_return_any = true
|
|
115
115
|
warn_unused_configs = true
|
|
@@ -126,7 +126,7 @@ class ProvisioningConfigurationsResource:
|
|
|
126
126
|
)
|
|
127
127
|
|
|
128
128
|
return self._http.patch(
|
|
129
|
-
self._base_path,
|
|
129
|
+
f'{self._base_path}/{data.id}',
|
|
130
130
|
data.model_dump(by_alias=True, exclude_none=True),
|
|
131
131
|
schema=UpdateTranslationChainConfig,
|
|
132
132
|
response_model=TranslationChainConfig
|
|
@@ -2,17 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
from typing import Optional, Union
|
|
4
4
|
|
|
5
|
-
from pydantic import BaseModel, ConfigDict, Field
|
|
5
|
+
from pydantic import BaseModel, ConfigDict, Field, model_validator
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
class OttContactInfo(BaseModel):
|
|
9
|
-
"""Contact information for OTT configuration requests.
|
|
9
|
+
"""Contact information for OTT configuration requests.
|
|
10
|
+
|
|
11
|
+
At least one of email or phone must be provided.
|
|
12
|
+
"""
|
|
10
13
|
|
|
11
14
|
model_config = ConfigDict(validate_by_name=True, validate_by_alias=True)
|
|
12
15
|
|
|
13
16
|
email: Optional[str] = Field(None)
|
|
14
17
|
phone: Optional[str] = Field(None)
|
|
15
18
|
|
|
19
|
+
@model_validator(mode='after')
|
|
20
|
+
def check_email_or_phone(self) -> 'OttContactInfo':
|
|
21
|
+
"""Validate that at least one contact method is provided."""
|
|
22
|
+
if not self.email and not self.phone:
|
|
23
|
+
raise ValueError('Either email or phone must be provided')
|
|
24
|
+
return self
|
|
25
|
+
|
|
16
26
|
|
|
17
27
|
class GetOttConfigurationRequest(BaseModel):
|
|
18
28
|
"""Request payload for fetching OTT connection configuration."""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wiil-python
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.10
|
|
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
|
|
File without changes
|
{wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/account/supported_business_verticals.py
RENAMED
|
File without changes
|
|
File without changes
|
{wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/assistant_setups/assistant_setup_result.py
RENAMED
|
File without changes
|
{wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/assistant_setups/base_assistant_setup.py
RENAMED
|
File without changes
|
{wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/assistant_setups/phone_assistant_setup.py
RENAMED
|
File without changes
|
{wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/assistant_setups/web_assistant_setup.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/business_mgt/appointment_additional_info.py
RENAMED
|
File without changes
|
{wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/business_mgt/appointment_field_config.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.9 → wiil_python-0.0.10}/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.9 → wiil_python-0.0.10}/wiil/models/service_mgt/dynamic_setup/base_agent_setup.py
RENAMED
|
File without changes
|
{wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/service_mgt/dynamic_setup/phone_agent_setup.py
RENAMED
|
File without changes
|
{wiil_python-0.0.9 → wiil_python-0.0.10}/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.9 → wiil_python-0.0.10}/wiil/models/type_definitions/account_definitions.py
RENAMED
|
File without changes
|
{wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/type_definitions/business_definitions.py
RENAMED
|
File without changes
|
{wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/type_definitions/conversation_definitions.py
RENAMED
|
File without changes
|
{wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/type_definitions/dynamic_fields/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/type_definitions/dynamic_fields/field_types.py
RENAMED
|
File without changes
|
{wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/type_definitions/knowledge_definitions.py
RENAMED
|
File without changes
|
{wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/models/type_definitions/service_config_definitions.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
|
{wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/business_mgt/reservation_resources.py
RENAMED
|
File without changes
|
|
File without changes
|
{wiil_python-0.0.9 → wiil_python-0.0.10}/wiil/resources/business_mgt/service_appointments.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|