dub 0.29.0__tar.gz → 0.29.1__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.29.0 → dub-0.29.1}/PKG-INFO +1 -1
- {dub-0.29.0 → dub-0.29.1}/pyproject.toml +1 -1
- {dub-0.29.0 → dub-0.29.1}/src/dub/_version.py +2 -2
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/tracksale.py +51 -7
- {dub-0.29.0 → dub-0.29.1}/LICENSE +0 -0
- {dub-0.29.0 → dub-0.29.1}/README-PYPI.md +0 -0
- {dub-0.29.0 → dub-0.29.1}/py.typed +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/__init__.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/_hooks/__init__.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/_hooks/registration.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/_hooks/sdkhooks.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/_hooks/types.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/analytics.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/basesdk.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/commissions.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/customers.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/domains.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/embed_tokens.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/events.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/folders.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/httpclient.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/links.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/__init__.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/__init__.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/analyticsbrowsers.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/analyticscities.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/analyticscontinents.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/analyticscount.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/analyticscountries.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/analyticsdevices.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/analyticsos.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/analyticsreferers.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/analyticsrefererurls.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/analyticsregions.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/analyticstimeseries.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/analyticstoplinks.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/analyticstopurls.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/analyticstriggers.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/clickevent.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/commissioncreatedevent.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/continentcode.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/domainschema.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/folderschema.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/leadcreatedevent.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/leadevent.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/linkclickedevent.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/linkerrorschema.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/linkschema.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/linkwebhookevent.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/partneranalyticscount.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/partneranalyticstimeseries.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/partneranalyticstoplinks.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/partnerenrolledevent.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/salecreatedevent.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/saleevent.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/security.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/tagschema.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/webhookevent.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/components/workspaceschema.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/errors/__init__.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/errors/badrequest.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/errors/conflict.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/errors/duberror.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/errors/forbidden.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/errors/internalservererror.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/errors/inviteexpired.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/errors/no_response_error.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/errors/notfound.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/errors/ratelimitexceeded.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/errors/responsevalidationerror.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/errors/sdkerror.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/errors/unauthorized.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/errors/unprocessableentity.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/__init__.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/bulkcreatelinks.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/bulkdeletelinks.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/bulkupdatelinks.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/checkdomainstatus.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/createcustomer.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/createdomain.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/createfolder.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/createlink.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/createpartner.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/createpartnerlink.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/createreferralsembedtoken.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/createtag.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/deletecustomer.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/deletedomain.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/deletefolder.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/deletelink.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/deletetag.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/getcustomer.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/getcustomers.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/getlinkinfo.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/getlinks.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/getlinkscount.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/getqrcode.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/gettags.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/getworkspace.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/listcommissions.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/listdomains.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/listevents.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/listfolders.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/listpartners.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/registerdomain.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/retrieveanalytics.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/retrievelinks.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/retrievepartneranalytics.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/tracklead.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/updatecommission.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/updatecustomer.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/updatedomain.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/updatefolder.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/updatelink.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/updatetag.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/updateworkspace.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/upsertlink.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/models/operations/upsertpartnerlink.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/partners.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/py.typed +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/qr_codes.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/sdk.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/sdkconfiguration.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/tags.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/track.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/types/__init__.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/types/basemodel.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/utils/__init__.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/utils/annotations.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/utils/datetimes.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/utils/enums.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/utils/eventstreaming.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/utils/forms.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/utils/headers.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/utils/logger.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/utils/metadata.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/utils/queryparams.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/utils/requestbodies.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/utils/retries.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/utils/security.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/utils/serializers.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/utils/unmarshal_json_response.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/utils/url.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/src/dub/utils/values.py +0 -0
- {dub-0.29.0 → dub-0.29.1}/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.29.
|
|
6
|
+
__version__: str = "0.29.1"
|
|
7
7
|
__openapi_doc_version__: str = "0.0.1"
|
|
8
8
|
__gen_version__: str = "2.698.0"
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.29.
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.29.1 2.698.0 0.0.1 dub"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -33,10 +33,18 @@ class TrackSaleRequestBodyTypedDict(TypedDict):
|
|
|
33
33
|
r"""The payment processor via which the sale was made."""
|
|
34
34
|
invoice_id: NotRequired[Nullable[str]]
|
|
35
35
|
r"""The invoice ID of the sale. Can be used as a idempotency key – only one sale event can be recorded for a given invoice ID."""
|
|
36
|
-
lead_event_name: NotRequired[Nullable[str]]
|
|
37
|
-
r"""The name of the lead event that occurred before the sale (case-sensitive). This is used to associate the sale event with a particular lead event (instead of the latest lead event for a link-customer combination, which is the default behavior)."""
|
|
38
36
|
metadata: NotRequired[Nullable[Dict[str, Any]]]
|
|
39
37
|
r"""Additional metadata to be stored with the sale event. Max 10,000 characters when stringified."""
|
|
38
|
+
lead_event_name: NotRequired[Nullable[str]]
|
|
39
|
+
r"""The name of the lead event that occurred before the sale (case-sensitive). This is used to associate the sale event with a particular lead event (instead of the latest lead event for a link-customer combination, which is the default behavior). For sale tracking without a pre-existing lead event, this field can also be used to specify the lead event name."""
|
|
40
|
+
click_id: NotRequired[Nullable[str]]
|
|
41
|
+
r"""[For sale tracking without a pre-existing lead event]: The unique ID of the click that the sale conversion event is attributed to. You can read this value from `dub_id` cookie."""
|
|
42
|
+
customer_name: NotRequired[Nullable[str]]
|
|
43
|
+
r"""[For sale tracking without a pre-existing lead event]: The name of the customer. If not passed, a random name will be generated (e.g. “Big Red Caribou”)."""
|
|
44
|
+
customer_email: NotRequired[Nullable[str]]
|
|
45
|
+
r"""[For sale tracking without a pre-existing lead event]: The email address of the customer."""
|
|
46
|
+
customer_avatar: NotRequired[Nullable[str]]
|
|
47
|
+
r"""[For sale tracking without a pre-existing lead event]: The avatar URL of the customer."""
|
|
40
48
|
|
|
41
49
|
|
|
42
50
|
class TrackSaleRequestBody(BaseModel):
|
|
@@ -62,13 +70,31 @@ class TrackSaleRequestBody(BaseModel):
|
|
|
62
70
|
)
|
|
63
71
|
r"""The invoice ID of the sale. Can be used as a idempotency key – only one sale event can be recorded for a given invoice ID."""
|
|
64
72
|
|
|
73
|
+
metadata: OptionalNullable[Dict[str, Any]] = UNSET
|
|
74
|
+
r"""Additional metadata to be stored with the sale event. Max 10,000 characters when stringified."""
|
|
75
|
+
|
|
65
76
|
lead_event_name: Annotated[
|
|
66
77
|
OptionalNullable[str], pydantic.Field(alias="leadEventName")
|
|
67
78
|
] = None
|
|
68
|
-
r"""The name of the lead event that occurred before the sale (case-sensitive). This is used to associate the sale event with a particular lead event (instead of the latest lead event for a link-customer combination, which is the default behavior)."""
|
|
79
|
+
r"""The name of the lead event that occurred before the sale (case-sensitive). This is used to associate the sale event with a particular lead event (instead of the latest lead event for a link-customer combination, which is the default behavior). For sale tracking without a pre-existing lead event, this field can also be used to specify the lead event name."""
|
|
69
80
|
|
|
70
|
-
|
|
71
|
-
r"""
|
|
81
|
+
click_id: Annotated[OptionalNullable[str], pydantic.Field(alias="clickId")] = UNSET
|
|
82
|
+
r"""[For sale tracking without a pre-existing lead event]: The unique ID of the click that the sale conversion event is attributed to. You can read this value from `dub_id` cookie."""
|
|
83
|
+
|
|
84
|
+
customer_name: Annotated[
|
|
85
|
+
OptionalNullable[str], pydantic.Field(alias="customerName")
|
|
86
|
+
] = None
|
|
87
|
+
r"""[For sale tracking without a pre-existing lead event]: The name of the customer. If not passed, a random name will be generated (e.g. “Big Red Caribou”)."""
|
|
88
|
+
|
|
89
|
+
customer_email: Annotated[
|
|
90
|
+
OptionalNullable[str], pydantic.Field(alias="customerEmail")
|
|
91
|
+
] = None
|
|
92
|
+
r"""[For sale tracking without a pre-existing lead event]: The email address of the customer."""
|
|
93
|
+
|
|
94
|
+
customer_avatar: Annotated[
|
|
95
|
+
OptionalNullable[str], pydantic.Field(alias="customerAvatar")
|
|
96
|
+
] = None
|
|
97
|
+
r"""[For sale tracking without a pre-existing lead event]: The avatar URL of the customer."""
|
|
72
98
|
|
|
73
99
|
@model_serializer(mode="wrap")
|
|
74
100
|
def serialize_model(self, handler):
|
|
@@ -77,11 +103,29 @@ class TrackSaleRequestBody(BaseModel):
|
|
|
77
103
|
"eventName",
|
|
78
104
|
"paymentProcessor",
|
|
79
105
|
"invoiceId",
|
|
106
|
+
"metadata",
|
|
80
107
|
"leadEventName",
|
|
108
|
+
"clickId",
|
|
109
|
+
"customerName",
|
|
110
|
+
"customerEmail",
|
|
111
|
+
"customerAvatar",
|
|
112
|
+
]
|
|
113
|
+
nullable_fields = [
|
|
114
|
+
"invoiceId",
|
|
81
115
|
"metadata",
|
|
116
|
+
"leadEventName",
|
|
117
|
+
"clickId",
|
|
118
|
+
"customerName",
|
|
119
|
+
"customerEmail",
|
|
120
|
+
"customerAvatar",
|
|
121
|
+
]
|
|
122
|
+
null_default_fields = [
|
|
123
|
+
"invoiceId",
|
|
124
|
+
"leadEventName",
|
|
125
|
+
"customerName",
|
|
126
|
+
"customerEmail",
|
|
127
|
+
"customerAvatar",
|
|
82
128
|
]
|
|
83
|
-
nullable_fields = ["invoiceId", "leadEventName", "metadata"]
|
|
84
|
-
null_default_fields = ["invoiceId", "leadEventName"]
|
|
85
129
|
|
|
86
130
|
serialized = handler(self)
|
|
87
131
|
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|