dub 0.26.10__tar.gz → 0.26.11__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.10 → dub-0.26.11}/PKG-INFO +1 -1
- {dub-0.26.10 → dub-0.26.11}/pyproject.toml +1 -1
- {dub-0.26.10 → dub-0.26.11}/src/dub/_version.py +3 -3
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/createpartner.py +0 -5
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/createpartnerlink.py +0 -5
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/createreferralsembedtoken.py +0 -3
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/retrievepartneranalytics.py +0 -9
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/upsertpartnerlink.py +0 -5
- {dub-0.26.10 → dub-0.26.11}/LICENSE +0 -0
- {dub-0.26.10 → dub-0.26.11}/README-PYPI.md +0 -0
- {dub-0.26.10 → dub-0.26.11}/py.typed +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/__init__.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/_hooks/__init__.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/_hooks/registration.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/_hooks/sdkhooks.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/_hooks/types.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/analytics.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/basesdk.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/commissions.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/customers.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/domains.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/embed_tokens.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/events.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/folders.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/httpclient.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/links.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/__init__.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/__init__.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/analyticsbrowsers.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/analyticscities.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/analyticscontinents.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/analyticscount.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/analyticscountries.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/analyticsdevices.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/analyticsos.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/analyticsreferers.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/analyticsrefererurls.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/analyticsregions.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/analyticstimeseries.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/analyticstoplinks.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/analyticstopurls.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/analyticstriggers.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/clickevent.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/continentcode.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/countrycode.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/domainschema.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/folderschema.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/leadcreatedevent.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/leadevent.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/linkclickedevent.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/linkerrorschema.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/linkgeotargeting.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/linkschema.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/linkwebhookevent.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/partneranalyticscount.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/partneranalyticstimeseries.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/partneranalyticstoplinks.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/partnerenrolledevent.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/salecreatedevent.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/saleevent.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/security.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/tagschema.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/webhookevent.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/components/workspaceschema.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/errors/__init__.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/errors/badrequest.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/errors/conflict.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/errors/forbidden.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/errors/internalservererror.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/errors/inviteexpired.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/errors/notfound.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/errors/ratelimitexceeded.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/errors/sdkerror.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/errors/unauthorized.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/errors/unprocessableentity.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/__init__.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/bulkcreatelinks.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/bulkdeletelinks.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/bulkupdatelinks.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/checkdomainstatus.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/createcustomer.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/createdomain.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/createfolder.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/createlink.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/createtag.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/deletecustomer.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/deletedomain.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/deletefolder.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/deletelink.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/deletetag.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/getcustomer.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/getcustomers.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/getlinkinfo.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/getlinks.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/getlinkscount.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/getqrcode.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/gettags.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/getworkspace.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/listcommissions.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/listdomains.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/listevents.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/listfolders.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/registerdomain.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/retrieveanalytics.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/retrievelinks.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/tracklead.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/tracksale.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/updatecommission.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/updatecustomer.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/updatedomain.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/updatefolder.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/updatelink.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/updatetag.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/updateworkspace.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/models/operations/upsertlink.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/partners.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/py.typed +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/qr_codes.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/sdk.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/sdkconfiguration.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/tags.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/track.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/types/__init__.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/types/basemodel.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/utils/__init__.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/utils/annotations.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/utils/datetimes.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/utils/enums.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/utils/eventstreaming.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/utils/forms.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/utils/headers.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/utils/logger.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/utils/metadata.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/utils/queryparams.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/utils/requestbodies.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/utils/retries.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/utils/security.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/utils/serializers.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/utils/url.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/src/dub/utils/values.py +0 -0
- {dub-0.26.10 → dub-0.26.11}/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.11"
|
|
7
7
|
__openapi_doc_version__: str = "0.0.1"
|
|
8
|
-
__gen_version__: str = "2.634.
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.26.
|
|
8
|
+
__gen_version__: str = "2.634.2"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.26.11 2.634.2 0.0.1 dub"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -560,8 +560,6 @@ class LinkProps(BaseModel):
|
|
|
560
560
|
|
|
561
561
|
|
|
562
562
|
class CreatePartnerRequestBodyTypedDict(TypedDict):
|
|
563
|
-
program_id: str
|
|
564
|
-
r"""The ID of the program to create a partner for."""
|
|
565
563
|
name: str
|
|
566
564
|
r"""Full legal name of the partner."""
|
|
567
565
|
email: str
|
|
@@ -581,9 +579,6 @@ class CreatePartnerRequestBodyTypedDict(TypedDict):
|
|
|
581
579
|
|
|
582
580
|
|
|
583
581
|
class CreatePartnerRequestBody(BaseModel):
|
|
584
|
-
program_id: Annotated[str, pydantic.Field(alias="programId")]
|
|
585
|
-
r"""The ID of the program to create a partner for."""
|
|
586
|
-
|
|
587
582
|
name: str
|
|
588
583
|
r"""Full legal name of the partner."""
|
|
589
584
|
|
|
@@ -308,8 +308,6 @@ class CreatePartnerLinkLinkProps(BaseModel):
|
|
|
308
308
|
|
|
309
309
|
|
|
310
310
|
class CreatePartnerLinkRequestBodyTypedDict(TypedDict):
|
|
311
|
-
program_id: str
|
|
312
|
-
r"""The ID of the program that the partner is enrolled in."""
|
|
313
311
|
partner_id: NotRequired[Nullable[str]]
|
|
314
312
|
r"""The ID of the partner to create a link for. Will take precedence over `tenantId` if provided."""
|
|
315
313
|
tenant_id: NotRequired[Nullable[str]]
|
|
@@ -325,9 +323,6 @@ class CreatePartnerLinkRequestBodyTypedDict(TypedDict):
|
|
|
325
323
|
|
|
326
324
|
|
|
327
325
|
class CreatePartnerLinkRequestBody(BaseModel):
|
|
328
|
-
program_id: Annotated[str, pydantic.Field(alias="programId")]
|
|
329
|
-
r"""The ID of the program that the partner is enrolled in."""
|
|
330
|
-
|
|
331
326
|
partner_id: Annotated[OptionalNullable[str], pydantic.Field(alias="partnerId")] = (
|
|
332
327
|
UNSET
|
|
333
328
|
)
|
|
@@ -650,15 +650,12 @@ class Partner(BaseModel):
|
|
|
650
650
|
|
|
651
651
|
|
|
652
652
|
class CreateReferralsEmbedTokenRequestBodyTypedDict(TypedDict):
|
|
653
|
-
program_id: str
|
|
654
653
|
partner_id: NotRequired[str]
|
|
655
654
|
tenant_id: NotRequired[str]
|
|
656
655
|
partner: NotRequired[PartnerTypedDict]
|
|
657
656
|
|
|
658
657
|
|
|
659
658
|
class CreateReferralsEmbedTokenRequestBody(BaseModel):
|
|
660
|
-
program_id: Annotated[str, pydantic.Field(alias="programId")]
|
|
661
|
-
|
|
662
659
|
partner_id: Annotated[Optional[str], pydantic.Field(alias="partnerId")] = None
|
|
663
660
|
|
|
664
661
|
tenant_id: Annotated[Optional[str], pydantic.Field(alias="tenantId")] = None
|
|
@@ -37,8 +37,6 @@ class RetrievePartnerAnalyticsQueryParamGroupBy(str, Enum):
|
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
class RetrievePartnerAnalyticsRequestTypedDict(TypedDict):
|
|
40
|
-
program_id: str
|
|
41
|
-
r"""The ID of the program to retrieve analytics for."""
|
|
42
40
|
partner_id: NotRequired[str]
|
|
43
41
|
r"""The ID of the partner to retrieve analytics for."""
|
|
44
42
|
tenant_id: NotRequired[str]
|
|
@@ -56,13 +54,6 @@ class RetrievePartnerAnalyticsRequestTypedDict(TypedDict):
|
|
|
56
54
|
|
|
57
55
|
|
|
58
56
|
class RetrievePartnerAnalyticsRequest(BaseModel):
|
|
59
|
-
program_id: Annotated[
|
|
60
|
-
str,
|
|
61
|
-
pydantic.Field(alias="programId"),
|
|
62
|
-
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
63
|
-
]
|
|
64
|
-
r"""The ID of the program to retrieve analytics for."""
|
|
65
|
-
|
|
66
57
|
partner_id: Annotated[
|
|
67
58
|
Optional[str],
|
|
68
59
|
pydantic.Field(alias="partnerId"),
|
|
@@ -308,8 +308,6 @@ class UpsertPartnerLinkLinkProps(BaseModel):
|
|
|
308
308
|
|
|
309
309
|
|
|
310
310
|
class UpsertPartnerLinkRequestBodyTypedDict(TypedDict):
|
|
311
|
-
program_id: str
|
|
312
|
-
r"""The ID of the program that the partner is enrolled in."""
|
|
313
311
|
partner_id: NotRequired[Nullable[str]]
|
|
314
312
|
r"""The ID of the partner to create a link for. Will take precedence over `tenantId` if provided."""
|
|
315
313
|
tenant_id: NotRequired[Nullable[str]]
|
|
@@ -325,9 +323,6 @@ class UpsertPartnerLinkRequestBodyTypedDict(TypedDict):
|
|
|
325
323
|
|
|
326
324
|
|
|
327
325
|
class UpsertPartnerLinkRequestBody(BaseModel):
|
|
328
|
-
program_id: Annotated[str, pydantic.Field(alias="programId")]
|
|
329
|
-
r"""The ID of the program that the partner is enrolled in."""
|
|
330
|
-
|
|
331
326
|
partner_id: Annotated[OptionalNullable[str], pydantic.Field(alias="partnerId")] = (
|
|
332
327
|
UNSET
|
|
333
328
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|