dub 0.26.8__tar.gz → 0.26.9__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.
- {dub-0.26.8 → dub-0.26.9}/PKG-INFO +1 -1
- {dub-0.26.8 → dub-0.26.9}/pyproject.toml +1 -1
- {dub-0.26.8 → dub-0.26.9}/src/dub/_version.py +2 -2
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/__init__.py +2 -5
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/listevents.py +4 -4
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/retrieveanalytics.py +0 -14
- {dub-0.26.8 → dub-0.26.9}/LICENSE +0 -0
- {dub-0.26.8 → dub-0.26.9}/README-PYPI.md +0 -0
- {dub-0.26.8 → dub-0.26.9}/py.typed +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/__init__.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/_hooks/__init__.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/_hooks/registration.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/_hooks/sdkhooks.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/_hooks/types.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/analytics.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/basesdk.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/commissions.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/customers.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/domains.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/embed_tokens.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/events.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/folders.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/httpclient.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/links.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/__init__.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/__init__.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/analyticsbrowsers.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/analyticscities.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/analyticscontinents.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/analyticscount.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/analyticscountries.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/analyticsdevices.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/analyticsos.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/analyticsreferers.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/analyticsrefererurls.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/analyticsregions.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/analyticstimeseries.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/analyticstoplinks.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/analyticstopurls.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/analyticstriggers.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/clickevent.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/continentcode.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/countrycode.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/domainschema.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/folderschema.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/leadcreatedevent.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/leadevent.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/linkclickedevent.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/linkerrorschema.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/linkgeotargeting.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/linkschema.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/linkwebhookevent.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/partneranalyticscount.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/partneranalyticstimeseries.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/partneranalyticstoplinks.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/partnerenrolledevent.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/salecreatedevent.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/saleevent.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/security.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/tagschema.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/webhookevent.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/components/workspaceschema.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/errors/__init__.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/errors/badrequest.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/errors/conflict.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/errors/forbidden.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/errors/internalservererror.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/errors/inviteexpired.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/errors/notfound.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/errors/ratelimitexceeded.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/errors/sdkerror.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/errors/unauthorized.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/errors/unprocessableentity.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/bulkcreatelinks.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/bulkdeletelinks.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/bulkupdatelinks.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/checkdomainstatus.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/createcustomer.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/createdomain.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/createfolder.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/createlink.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/createpartner.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/createpartnerlink.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/createreferralsembedtoken.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/createtag.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/deletecustomer.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/deletedomain.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/deletefolder.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/deletelink.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/deletetag.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/getcustomer.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/getcustomers.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/getlinkinfo.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/getlinks.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/getlinkscount.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/getqrcode.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/gettags.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/getworkspace.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/listcommissions.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/listdomains.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/listfolders.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/registerdomain.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/retrievelinks.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/retrievepartneranalytics.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/tracklead.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/tracksale.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/updatecommission.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/updatecustomer.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/updatedomain.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/updatefolder.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/updatelink.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/updatetag.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/updateworkspace.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/upsertlink.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/models/operations/upsertpartnerlink.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/partners.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/py.typed +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/qr_codes.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/sdk.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/sdkconfiguration.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/tags.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/track.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/types/__init__.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/types/basemodel.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/utils/__init__.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/utils/annotations.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/utils/datetimes.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/utils/enums.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/utils/eventstreaming.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/utils/forms.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/utils/headers.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/utils/logger.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/utils/metadata.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/utils/queryparams.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/utils/requestbodies.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/utils/retries.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/utils/security.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/utils/serializers.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/utils/url.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/utils/values.py +0 -0
- {dub-0.26.8 → dub-0.26.9}/src/dub/workspaces.py +0 -0
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "dub"
|
|
6
|
-
__version__: str = "0.26.
|
|
6
|
+
__version__: str = "0.26.9"
|
|
7
7
|
__openapi_doc_version__: str = "0.0.1"
|
|
8
8
|
__gen_version__: str = "2.630.6"
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.26.
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.26.9 2.630.6 0.0.1 dub"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -235,7 +235,6 @@ if TYPE_CHECKING:
|
|
|
235
235
|
ListDomainsResponseTypedDict,
|
|
236
236
|
)
|
|
237
237
|
from .listevents import (
|
|
238
|
-
ListEventsQueryParamSortBy,
|
|
239
238
|
ListEventsQueryParamTagIds,
|
|
240
239
|
ListEventsQueryParamTagIdsTypedDict,
|
|
241
240
|
ListEventsRequest,
|
|
@@ -245,6 +244,7 @@ if TYPE_CHECKING:
|
|
|
245
244
|
Order,
|
|
246
245
|
QueryParamEvent,
|
|
247
246
|
QueryParamInterval,
|
|
247
|
+
QueryParamSortBy,
|
|
248
248
|
QueryParamSortOrder,
|
|
249
249
|
QueryParamTrigger,
|
|
250
250
|
)
|
|
@@ -259,7 +259,6 @@ if TYPE_CHECKING:
|
|
|
259
259
|
Event,
|
|
260
260
|
Interval,
|
|
261
261
|
QueryParamGroupBy,
|
|
262
|
-
QueryParamSortBy,
|
|
263
262
|
RetrieveAnalyticsQueryParamTagIds,
|
|
264
263
|
RetrieveAnalyticsQueryParamTagIdsTypedDict,
|
|
265
264
|
RetrieveAnalyticsRequest,
|
|
@@ -569,7 +568,6 @@ __all__ = [
|
|
|
569
568
|
"ListDomainsRequestTypedDict",
|
|
570
569
|
"ListDomainsResponse",
|
|
571
570
|
"ListDomainsResponseTypedDict",
|
|
572
|
-
"ListEventsQueryParamSortBy",
|
|
573
571
|
"ListEventsQueryParamTagIds",
|
|
574
572
|
"ListEventsQueryParamTagIdsTypedDict",
|
|
575
573
|
"ListEventsRequest",
|
|
@@ -906,7 +904,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
906
904
|
"ListDomainsRequestTypedDict": ".listdomains",
|
|
907
905
|
"ListDomainsResponse": ".listdomains",
|
|
908
906
|
"ListDomainsResponseTypedDict": ".listdomains",
|
|
909
|
-
"ListEventsQueryParamSortBy": ".listevents",
|
|
910
907
|
"ListEventsQueryParamTagIds": ".listevents",
|
|
911
908
|
"ListEventsQueryParamTagIdsTypedDict": ".listevents",
|
|
912
909
|
"ListEventsRequest": ".listevents",
|
|
@@ -916,6 +913,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
916
913
|
"Order": ".listevents",
|
|
917
914
|
"QueryParamEvent": ".listevents",
|
|
918
915
|
"QueryParamInterval": ".listevents",
|
|
916
|
+
"QueryParamSortBy": ".listevents",
|
|
919
917
|
"QueryParamSortOrder": ".listevents",
|
|
920
918
|
"QueryParamTrigger": ".listevents",
|
|
921
919
|
"ListFoldersRequest": ".listfolders",
|
|
@@ -927,7 +925,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
927
925
|
"Event": ".retrieveanalytics",
|
|
928
926
|
"Interval": ".retrieveanalytics",
|
|
929
927
|
"QueryParamGroupBy": ".retrieveanalytics",
|
|
930
|
-
"QueryParamSortBy": ".retrieveanalytics",
|
|
931
928
|
"RetrieveAnalyticsQueryParamTagIds": ".retrieveanalytics",
|
|
932
929
|
"RetrieveAnalyticsQueryParamTagIdsTypedDict": ".retrieveanalytics",
|
|
933
930
|
"RetrieveAnalyticsRequest": ".retrieveanalytics",
|
|
@@ -71,7 +71,7 @@ class QueryParamSortOrder(str, Enum):
|
|
|
71
71
|
DESC = "desc"
|
|
72
72
|
|
|
73
73
|
|
|
74
|
-
class
|
|
74
|
+
class QueryParamSortBy(str, Enum):
|
|
75
75
|
r"""The field to sort the events by. The default is `timestamp`."""
|
|
76
76
|
|
|
77
77
|
TIMESTAMP = "timestamp"
|
|
@@ -160,7 +160,7 @@ class ListEventsRequestTypedDict(TypedDict):
|
|
|
160
160
|
limit: NotRequired[float]
|
|
161
161
|
sort_order: NotRequired[QueryParamSortOrder]
|
|
162
162
|
r"""The sort order. The default is `desc`."""
|
|
163
|
-
sort_by: NotRequired[
|
|
163
|
+
sort_by: NotRequired[QueryParamSortBy]
|
|
164
164
|
r"""The field to sort the events by. The default is `timestamp`."""
|
|
165
165
|
order: NotRequired[Order]
|
|
166
166
|
r"""DEPRECATED. Use `sortOrder` instead."""
|
|
@@ -399,10 +399,10 @@ class ListEventsRequest(BaseModel):
|
|
|
399
399
|
r"""The sort order. The default is `desc`."""
|
|
400
400
|
|
|
401
401
|
sort_by: Annotated[
|
|
402
|
-
Optional[
|
|
402
|
+
Optional[QueryParamSortBy],
|
|
403
403
|
pydantic.Field(alias="sortBy"),
|
|
404
404
|
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
405
|
-
] =
|
|
405
|
+
] = QueryParamSortBy.TIMESTAMP
|
|
406
406
|
r"""The field to sort the events by. The default is `timestamp`."""
|
|
407
407
|
|
|
408
408
|
order: Annotated[
|
|
@@ -96,12 +96,6 @@ RetrieveAnalyticsQueryParamTagIds = TypeAliasType(
|
|
|
96
96
|
r"""The tag IDs to retrieve analytics for."""
|
|
97
97
|
|
|
98
98
|
|
|
99
|
-
class QueryParamSortBy(str, Enum):
|
|
100
|
-
CLICKS = "clicks"
|
|
101
|
-
LEADS = "leads"
|
|
102
|
-
SALES = "sales"
|
|
103
|
-
|
|
104
|
-
|
|
105
99
|
class RetrieveAnalyticsRequestTypedDict(TypedDict):
|
|
106
100
|
event: NotRequired[Event]
|
|
107
101
|
r"""The type of event to retrieve analytics for. Defaults to `clicks`."""
|
|
@@ -163,7 +157,6 @@ class RetrieveAnalyticsRequestTypedDict(TypedDict):
|
|
|
163
157
|
r"""Deprecated. Use the `trigger` field instead. Filter for QR code scans. If true, filter for QR codes only. If false, filter for links only. If undefined, return both."""
|
|
164
158
|
root: NotRequired[bool]
|
|
165
159
|
r"""Filter for root domains. If true, filter for domains only. If false, filter for links only. If undefined, return both."""
|
|
166
|
-
sort_by: NotRequired[QueryParamSortBy]
|
|
167
160
|
utm_source: NotRequired[Nullable[str]]
|
|
168
161
|
r"""The UTM source of the short link."""
|
|
169
162
|
utm_medium: NotRequired[Nullable[str]]
|
|
@@ -368,12 +361,6 @@ class RetrieveAnalyticsRequest(BaseModel):
|
|
|
368
361
|
] = None
|
|
369
362
|
r"""Filter for root domains. If true, filter for domains only. If false, filter for links only. If undefined, return both."""
|
|
370
363
|
|
|
371
|
-
sort_by: Annotated[
|
|
372
|
-
Optional[QueryParamSortBy],
|
|
373
|
-
pydantic.Field(alias="sortBy"),
|
|
374
|
-
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
375
|
-
] = None
|
|
376
|
-
|
|
377
364
|
utm_source: Annotated[
|
|
378
365
|
OptionalNullable[str],
|
|
379
366
|
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
@@ -437,7 +424,6 @@ class RetrieveAnalyticsRequest(BaseModel):
|
|
|
437
424
|
"folderId",
|
|
438
425
|
"qr",
|
|
439
426
|
"root",
|
|
440
|
-
"sortBy",
|
|
441
427
|
"utm_source",
|
|
442
428
|
"utm_medium",
|
|
443
429
|
"utm_campaign",
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|