dub 0.28.0__tar.gz → 0.28.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.28.0 → dub-0.28.1}/PKG-INFO +1 -1
- {dub-0.28.0 → dub-0.28.1}/pyproject.toml +1 -1
- {dub-0.28.0 → dub-0.28.1}/src/dub/_version.py +3 -3
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/saleevent.py +8 -8
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/tracksale.py +8 -7
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/updateworkspace.py +2 -13
- {dub-0.28.0 → dub-0.28.1}/LICENSE +0 -0
- {dub-0.28.0 → dub-0.28.1}/README-PYPI.md +0 -0
- {dub-0.28.0 → dub-0.28.1}/py.typed +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/__init__.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/_hooks/__init__.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/_hooks/registration.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/_hooks/sdkhooks.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/_hooks/types.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/analytics.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/basesdk.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/commissions.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/customers.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/domains.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/embed_tokens.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/events.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/folders.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/httpclient.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/links.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/__init__.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/__init__.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/analyticsbrowsers.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/analyticscities.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/analyticscontinents.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/analyticscount.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/analyticscountries.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/analyticsdevices.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/analyticsos.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/analyticsreferers.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/analyticsrefererurls.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/analyticsregions.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/analyticstimeseries.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/analyticstoplinks.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/analyticstopurls.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/analyticstriggers.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/clickevent.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/commissioncreatedevent.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/continentcode.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/domainschema.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/folderschema.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/leadcreatedevent.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/leadevent.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/linkclickedevent.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/linkerrorschema.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/linkschema.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/linkwebhookevent.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/partneranalyticscount.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/partneranalyticstimeseries.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/partneranalyticstoplinks.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/partnerenrolledevent.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/salecreatedevent.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/security.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/tagschema.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/webhookevent.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/components/workspaceschema.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/errors/__init__.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/errors/badrequest.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/errors/conflict.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/errors/duberror.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/errors/forbidden.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/errors/internalservererror.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/errors/inviteexpired.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/errors/no_response_error.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/errors/notfound.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/errors/ratelimitexceeded.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/errors/responsevalidationerror.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/errors/sdkerror.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/errors/unauthorized.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/errors/unprocessableentity.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/__init__.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/bulkcreatelinks.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/bulkdeletelinks.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/bulkupdatelinks.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/checkdomainstatus.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/createcustomer.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/createdomain.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/createfolder.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/createlink.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/createpartner.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/createpartnerlink.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/createreferralsembedtoken.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/createtag.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/deletecustomer.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/deletedomain.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/deletefolder.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/deletelink.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/deletetag.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/getcustomer.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/getcustomers.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/getlinkinfo.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/getlinks.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/getlinkscount.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/getqrcode.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/gettags.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/getworkspace.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/listcommissions.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/listdomains.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/listevents.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/listfolders.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/listpartners.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/registerdomain.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/retrieveanalytics.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/retrievelinks.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/retrievepartneranalytics.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/tracklead.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/updatecommission.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/updatecustomer.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/updatedomain.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/updatefolder.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/updatelink.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/updatetag.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/upsertlink.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/models/operations/upsertpartnerlink.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/partners.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/py.typed +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/qr_codes.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/sdk.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/sdkconfiguration.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/tags.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/track.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/types/__init__.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/types/basemodel.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/utils/__init__.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/utils/annotations.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/utils/datetimes.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/utils/enums.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/utils/eventstreaming.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/utils/forms.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/utils/headers.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/utils/logger.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/utils/metadata.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/utils/queryparams.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/utils/requestbodies.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/utils/retries.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/utils/security.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/utils/serializers.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/utils/unmarshal_json_response.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/utils/url.py +0 -0
- {dub-0.28.0 → dub-0.28.1}/src/dub/utils/values.py +0 -0
- {dub-0.28.0 → dub-0.28.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.28.
|
|
6
|
+
__version__: str = "0.28.1"
|
|
7
7
|
__openapi_doc_version__: str = "0.0.1"
|
|
8
|
-
__gen_version__: str = "2.
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.28.
|
|
8
|
+
__gen_version__: str = "2.687.1"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.28.1 2.687.1 0.0.1 dub"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -28,29 +28,29 @@ class PaymentProcessor(str, Enum):
|
|
|
28
28
|
class SaleTypedDict(TypedDict):
|
|
29
29
|
amount: int
|
|
30
30
|
r"""The amount of the sale in cents (for all two-decimal currencies). If the sale is in a zero-decimal currency, pass the full integer value (e.g. `1437` JPY). Learn more: https://d.to/currency"""
|
|
31
|
-
payment_processor: PaymentProcessor
|
|
32
|
-
r"""The payment processor via which the sale was made."""
|
|
33
31
|
invoice_id: NotRequired[Nullable[str]]
|
|
34
32
|
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."""
|
|
33
|
+
payment_processor: NotRequired[PaymentProcessor]
|
|
34
|
+
r"""The payment processor via which the sale was made."""
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
class Sale(BaseModel):
|
|
38
38
|
amount: int
|
|
39
39
|
r"""The amount of the sale in cents (for all two-decimal currencies). If the sale is in a zero-decimal currency, pass the full integer value (e.g. `1437` JPY). Learn more: https://d.to/currency"""
|
|
40
40
|
|
|
41
|
-
payment_processor: Annotated[
|
|
42
|
-
PaymentProcessor, pydantic.Field(alias="paymentProcessor")
|
|
43
|
-
]
|
|
44
|
-
r"""The payment processor via which the sale was made."""
|
|
45
|
-
|
|
46
41
|
invoice_id: Annotated[OptionalNullable[str], pydantic.Field(alias="invoiceId")] = (
|
|
47
42
|
None
|
|
48
43
|
)
|
|
49
44
|
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."""
|
|
50
45
|
|
|
46
|
+
payment_processor: Annotated[
|
|
47
|
+
Optional[PaymentProcessor], pydantic.Field(alias="paymentProcessor")
|
|
48
|
+
] = PaymentProcessor.CUSTOM
|
|
49
|
+
r"""The payment processor via which the sale was made."""
|
|
50
|
+
|
|
51
51
|
@model_serializer(mode="wrap")
|
|
52
52
|
def serialize_model(self, handler):
|
|
53
|
-
optional_fields = ["invoiceId"]
|
|
53
|
+
optional_fields = ["invoiceId", "paymentProcessor"]
|
|
54
54
|
nullable_fields = ["invoiceId"]
|
|
55
55
|
null_default_fields = ["invoiceId"]
|
|
56
56
|
|
|
@@ -25,12 +25,12 @@ class TrackSaleRequestBodyTypedDict(TypedDict):
|
|
|
25
25
|
r"""The unique ID of the customer in your system. Will be used to identify and attribute all future events to this customer."""
|
|
26
26
|
amount: int
|
|
27
27
|
r"""The amount of the sale in cents (for all two-decimal currencies). If the sale is in a zero-decimal currency, pass the full integer value (e.g. `1437` JPY). Learn more: https://d.to/currency"""
|
|
28
|
-
payment_processor: PaymentProcessor
|
|
29
|
-
r"""The payment processor via which the sale was made."""
|
|
30
28
|
currency: NotRequired[str]
|
|
31
29
|
r"""The currency of the sale. Accepts ISO 4217 currency codes. Sales will be automatically converted and stored as USD at the latest exchange rates. Learn more: https://d.to/currency"""
|
|
32
30
|
event_name: NotRequired[str]
|
|
33
31
|
r"""The name of the sale event. Recommended format: `Invoice paid` or `Subscription created`."""
|
|
32
|
+
payment_processor: NotRequired[PaymentProcessor]
|
|
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
36
|
lead_event_name: NotRequired[Nullable[str]]
|
|
@@ -46,17 +46,17 @@ class TrackSaleRequestBody(BaseModel):
|
|
|
46
46
|
amount: int
|
|
47
47
|
r"""The amount of the sale in cents (for all two-decimal currencies). If the sale is in a zero-decimal currency, pass the full integer value (e.g. `1437` JPY). Learn more: https://d.to/currency"""
|
|
48
48
|
|
|
49
|
-
payment_processor: Annotated[
|
|
50
|
-
PaymentProcessor, pydantic.Field(alias="paymentProcessor")
|
|
51
|
-
]
|
|
52
|
-
r"""The payment processor via which the sale was made."""
|
|
53
|
-
|
|
54
49
|
currency: Optional[str] = "usd"
|
|
55
50
|
r"""The currency of the sale. Accepts ISO 4217 currency codes. Sales will be automatically converted and stored as USD at the latest exchange rates. Learn more: https://d.to/currency"""
|
|
56
51
|
|
|
57
52
|
event_name: Annotated[Optional[str], pydantic.Field(alias="eventName")] = "Purchase"
|
|
58
53
|
r"""The name of the sale event. Recommended format: `Invoice paid` or `Subscription created`."""
|
|
59
54
|
|
|
55
|
+
payment_processor: Annotated[
|
|
56
|
+
Optional[PaymentProcessor], pydantic.Field(alias="paymentProcessor")
|
|
57
|
+
] = PaymentProcessor.CUSTOM
|
|
58
|
+
r"""The payment processor via which the sale was made."""
|
|
59
|
+
|
|
60
60
|
invoice_id: Annotated[OptionalNullable[str], pydantic.Field(alias="invoiceId")] = (
|
|
61
61
|
None
|
|
62
62
|
)
|
|
@@ -75,6 +75,7 @@ class TrackSaleRequestBody(BaseModel):
|
|
|
75
75
|
optional_fields = [
|
|
76
76
|
"currency",
|
|
77
77
|
"eventName",
|
|
78
|
+
"paymentProcessor",
|
|
78
79
|
"invoiceId",
|
|
79
80
|
"leadEventName",
|
|
80
81
|
"metadata",
|
|
@@ -5,7 +5,7 @@ from dub.types import BaseModel, Nullable, OptionalNullable, UNSET, UNSET_SENTIN
|
|
|
5
5
|
from dub.utils import FieldMetadata, PathParamMetadata, RequestMetadata
|
|
6
6
|
import pydantic
|
|
7
7
|
from pydantic import model_serializer
|
|
8
|
-
from typing import
|
|
8
|
+
from typing import Optional
|
|
9
9
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
10
10
|
|
|
11
11
|
|
|
@@ -14,7 +14,6 @@ class UpdateWorkspaceRequestBodyTypedDict(TypedDict):
|
|
|
14
14
|
slug: NotRequired[str]
|
|
15
15
|
logo: NotRequired[Nullable[str]]
|
|
16
16
|
conversion_enabled: NotRequired[bool]
|
|
17
|
-
allowed_hostnames: NotRequired[List[str]]
|
|
18
17
|
|
|
19
18
|
|
|
20
19
|
class UpdateWorkspaceRequestBody(BaseModel):
|
|
@@ -28,19 +27,9 @@ class UpdateWorkspaceRequestBody(BaseModel):
|
|
|
28
27
|
Optional[bool], pydantic.Field(alias="conversionEnabled")
|
|
29
28
|
] = None
|
|
30
29
|
|
|
31
|
-
allowed_hostnames: Annotated[
|
|
32
|
-
Optional[List[str]], pydantic.Field(alias="allowedHostnames")
|
|
33
|
-
] = None
|
|
34
|
-
|
|
35
30
|
@model_serializer(mode="wrap")
|
|
36
31
|
def serialize_model(self, handler):
|
|
37
|
-
optional_fields = [
|
|
38
|
-
"name",
|
|
39
|
-
"slug",
|
|
40
|
-
"logo",
|
|
41
|
-
"conversionEnabled",
|
|
42
|
-
"allowedHostnames",
|
|
43
|
-
]
|
|
32
|
+
optional_fields = ["name", "slug", "logo", "conversionEnabled"]
|
|
44
33
|
nullable_fields = ["logo"]
|
|
45
34
|
null_default_fields = []
|
|
46
35
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|