wiil-python 0.0.6__py3-none-any.whl → 0.0.7__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -32,7 +32,7 @@ class PaginationMeta(BaseModel):
32
32
  page: int = Field(..., gt=0, description="Current page number (1-based indexing)")
33
33
  page_size: int = Field(
34
34
  ...,
35
- gt=0,
35
+ ge=0,
36
36
  le=1000,
37
37
  description="Number of items per page - limited to 1000 for performance",
38
38
  alias="pageSize"
@@ -37,7 +37,7 @@ class PaginationMeta(BaseModel):
37
37
  )
38
38
  page_size: int = Field(
39
39
  ...,
40
- gt=0,
40
+ ge=0,
41
41
  le=1000,
42
42
  description="Number of items per page - limited to 1000 for performance",
43
43
  alias="pageSize"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wiil-python
3
- Version: 0.0.6
3
+ Version: 0.0.7
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
@@ -42,7 +42,7 @@ wiil/models/conversation/translation_config.py,sha256=MoLcUL9VxsIRJZFiAsS6nPuZzr
42
42
  wiil/models/conversation/translation_conversation.py,sha256=cXJyIoCXg3ankV8vd4ezN7x8FK5VQ2Lwu0a28zkc3Sc,28341
43
43
  wiil/models/request/__init__.py,sha256=tYELRRNNrVVdBtuzf3F0VMZvzBctCCnKZg4_S656Tis,773
44
44
  wiil/models/request/paginated_query.py,sha256=_g2yg4xYqXhTxEeB7ixt2nNDmzWozsQ8KPtDfrjpuFI,1698
45
- wiil/models/request/paginated_result.py,sha256=SprMH5buYJQDlK5PQO3l3Mnr0TsiV8uy-wwT_2WdSbY,5434
45
+ wiil/models/request/paginated_result.py,sha256=jCEHJmuN0fpaJr79wveVL0B4vQu67frqP7IfXiD47RU,5434
46
46
  wiil/models/service_mgt/__init__.py,sha256=p6ANcaaaNPw2pnU46quIlQpbNL9R7CismuKyzXAsw14,6795
47
47
  wiil/models/service_mgt/agent_config.py,sha256=QthDyYSDinu4BbMPg9Q4OeytCf_VKTCE0B5zXXCNaao,7957
48
48
  wiil/models/service_mgt/call_transfer_config.py,sha256=sCib6BAXu_oNI6iRwDvc942Fy4DaZoRNQMC_oxtn704,2944
@@ -112,9 +112,9 @@ wiil/types/business_types.py,sha256=O0HL845rgc64gCtgq040xknduC51KszMVHYaYFWxYE4,
112
112
  wiil/types/conversation_types.py,sha256=TrE8gRDSqnxYWdF-xC3HvDR897DnYN17fqvOx8cl-io,2671
113
113
  wiil/types/knowledge_types.py,sha256=DUVh8VbzUMljo0DQg1BjBdXReWHMX1yKmjoXIDWOLXM,1907
114
114
  wiil/types/paginated_quest.py,sha256=SMnCvPbiWe0df13nxmQfEFa_bXeg7DzGuN-Ah1eNYO0,1785
115
- wiil/types/paginated_result.py,sha256=nCbHbPsjbnuwFjtLd7RBLezlKY0S3CfYVxASB2gTUl0,5311
115
+ wiil/types/paginated_result.py,sha256=n7JyZCfa2xmrxO3YyJnaI_T0M9F5OlUTdcpkckmR-b4,5311
116
116
  wiil/types/service_types.py,sha256=-F41Nb_95uuZf3Jau8IETpgcbzHzmC3M8ysy93UXMEI,5091
117
- wiil_python-0.0.6.dist-info/METADATA,sha256=EJctPNEEiXuU1kumBsqCLUJ0HYd2uSrCZ2Gk5BebCKY,19073
118
- wiil_python-0.0.6.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
119
- wiil_python-0.0.6.dist-info/top_level.txt,sha256=8CizIxlMF7XuxJQVlzf2UMy2JH4f0-hYO5fntuRQkx4,5
120
- wiil_python-0.0.6.dist-info/RECORD,,
117
+ wiil_python-0.0.7.dist-info/METADATA,sha256=l59oJ478ZDPOTXYkaYBJdpXJ8YStKPXIHR9-bU9dmKY,19073
118
+ wiil_python-0.0.7.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
119
+ wiil_python-0.0.7.dist-info/top_level.txt,sha256=8CizIxlMF7XuxJQVlzf2UMy2JH4f0-hYO5fntuRQkx4,5
120
+ wiil_python-0.0.7.dist-info/RECORD,,