dub 0.26.3__py3-none-any.whl → 0.26.5__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.
- dub/_version.py +3 -3
- dub/models/components/clickevent.py +8 -8
- dub/models/components/leadcreatedevent.py +8 -8
- dub/models/components/leadevent.py +8 -8
- dub/models/components/linkclickedevent.py +8 -8
- dub/models/components/linkschema.py +10 -10
- dub/models/components/linkwebhookevent.py +8 -8
- dub/models/components/salecreatedevent.py +8 -8
- dub/models/components/saleevent.py +8 -8
- dub/models/components/workspaceschema.py +8 -8
- dub/models/operations/bulkcreatelinks.py +10 -10
- dub/models/operations/bulkupdatelinks.py +10 -10
- dub/models/operations/createlink.py +10 -10
- dub/models/operations/createpartner.py +10 -10
- dub/models/operations/createpartnerlink.py +10 -10
- dub/models/operations/createreferralsembedtoken.py +10 -10
- dub/models/operations/updatelink.py +8 -8
- dub/models/operations/upsertlink.py +10 -10
- dub/models/operations/upsertpartnerlink.py +10 -10
- {dub-0.26.3.dist-info → dub-0.26.5.dist-info}/METADATA +1 -1
- {dub-0.26.3.dist-info → dub-0.26.5.dist-info}/RECORD +23 -23
- {dub-0.26.3.dist-info → dub-0.26.5.dist-info}/LICENSE +0 -0
- {dub-0.26.3.dist-info → dub-0.26.5.dist-info}/WHEEL +0 -0
dub/_version.py
CHANGED
|
@@ -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.5"
|
|
7
7
|
__openapi_doc_version__: str = "0.0.1"
|
|
8
|
-
__gen_version__: str = "2.
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.26.
|
|
8
|
+
__gen_version__: str = "2.621.3"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.26.5 2.621.3 0.0.1 dub"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -855,13 +855,13 @@ class LinkTypedDict(TypedDict):
|
|
|
855
855
|
r"""The password required to access the destination URL of the short link."""
|
|
856
856
|
proxy: bool
|
|
857
857
|
title: Nullable[str]
|
|
858
|
-
r"""The title of the short link. Will be used for Custom
|
|
858
|
+
r"""The title of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
859
859
|
description: Nullable[str]
|
|
860
|
-
r"""The description of the short link. Will be used for Custom
|
|
860
|
+
r"""The description of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
861
861
|
image: Nullable[str]
|
|
862
|
-
r"""The image of the short link. Will be used for Custom
|
|
862
|
+
r"""The image of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
863
863
|
video: Nullable[str]
|
|
864
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
864
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
865
865
|
rewrite: bool
|
|
866
866
|
do_index: bool
|
|
867
867
|
ios: Nullable[str]
|
|
@@ -955,16 +955,16 @@ class Link(BaseModel):
|
|
|
955
955
|
proxy: bool
|
|
956
956
|
|
|
957
957
|
title: Nullable[str]
|
|
958
|
-
r"""The title of the short link. Will be used for Custom
|
|
958
|
+
r"""The title of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
959
959
|
|
|
960
960
|
description: Nullable[str]
|
|
961
|
-
r"""The description of the short link. Will be used for Custom
|
|
961
|
+
r"""The description of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
962
962
|
|
|
963
963
|
image: Nullable[str]
|
|
964
|
-
r"""The image of the short link. Will be used for Custom
|
|
964
|
+
r"""The image of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
965
965
|
|
|
966
966
|
video: Nullable[str]
|
|
967
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
967
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
968
968
|
|
|
969
969
|
rewrite: bool
|
|
970
970
|
|
|
@@ -937,13 +937,13 @@ class LeadCreatedEventLinkTypedDict(TypedDict):
|
|
|
937
937
|
r"""The password required to access the destination URL of the short link."""
|
|
938
938
|
proxy: bool
|
|
939
939
|
title: Nullable[str]
|
|
940
|
-
r"""The title of the short link. Will be used for Custom
|
|
940
|
+
r"""The title of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
941
941
|
description: Nullable[str]
|
|
942
|
-
r"""The description of the short link. Will be used for Custom
|
|
942
|
+
r"""The description of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
943
943
|
image: Nullable[str]
|
|
944
|
-
r"""The image of the short link. Will be used for Custom
|
|
944
|
+
r"""The image of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
945
945
|
video: Nullable[str]
|
|
946
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
946
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
947
947
|
rewrite: bool
|
|
948
948
|
do_index: bool
|
|
949
949
|
ios: Nullable[str]
|
|
@@ -1037,16 +1037,16 @@ class LeadCreatedEventLink(BaseModel):
|
|
|
1037
1037
|
proxy: bool
|
|
1038
1038
|
|
|
1039
1039
|
title: Nullable[str]
|
|
1040
|
-
r"""The title of the short link. Will be used for Custom
|
|
1040
|
+
r"""The title of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
1041
1041
|
|
|
1042
1042
|
description: Nullable[str]
|
|
1043
|
-
r"""The description of the short link. Will be used for Custom
|
|
1043
|
+
r"""The description of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
1044
1044
|
|
|
1045
1045
|
image: Nullable[str]
|
|
1046
|
-
r"""The image of the short link. Will be used for Custom
|
|
1046
|
+
r"""The image of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
1047
1047
|
|
|
1048
1048
|
video: Nullable[str]
|
|
1049
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
1049
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
1050
1050
|
|
|
1051
1051
|
rewrite: bool
|
|
1052
1052
|
|
|
@@ -855,13 +855,13 @@ class LeadEventLinkTypedDict(TypedDict):
|
|
|
855
855
|
r"""The password required to access the destination URL of the short link."""
|
|
856
856
|
proxy: bool
|
|
857
857
|
title: Nullable[str]
|
|
858
|
-
r"""The title of the short link. Will be used for Custom
|
|
858
|
+
r"""The title of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
859
859
|
description: Nullable[str]
|
|
860
|
-
r"""The description of the short link. Will be used for Custom
|
|
860
|
+
r"""The description of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
861
861
|
image: Nullable[str]
|
|
862
|
-
r"""The image of the short link. Will be used for Custom
|
|
862
|
+
r"""The image of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
863
863
|
video: Nullable[str]
|
|
864
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
864
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
865
865
|
rewrite: bool
|
|
866
866
|
do_index: bool
|
|
867
867
|
ios: Nullable[str]
|
|
@@ -955,16 +955,16 @@ class LeadEventLink(BaseModel):
|
|
|
955
955
|
proxy: bool
|
|
956
956
|
|
|
957
957
|
title: Nullable[str]
|
|
958
|
-
r"""The title of the short link. Will be used for Custom
|
|
958
|
+
r"""The title of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
959
959
|
|
|
960
960
|
description: Nullable[str]
|
|
961
|
-
r"""The description of the short link. Will be used for Custom
|
|
961
|
+
r"""The description of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
962
962
|
|
|
963
963
|
image: Nullable[str]
|
|
964
|
-
r"""The image of the short link. Will be used for Custom
|
|
964
|
+
r"""The image of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
965
965
|
|
|
966
966
|
video: Nullable[str]
|
|
967
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
967
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
968
968
|
|
|
969
969
|
rewrite: bool
|
|
970
970
|
|
|
@@ -855,13 +855,13 @@ class LinkClickedEventLinkTypedDict(TypedDict):
|
|
|
855
855
|
r"""The password required to access the destination URL of the short link."""
|
|
856
856
|
proxy: bool
|
|
857
857
|
title: Nullable[str]
|
|
858
|
-
r"""The title of the short link. Will be used for Custom
|
|
858
|
+
r"""The title of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
859
859
|
description: Nullable[str]
|
|
860
|
-
r"""The description of the short link. Will be used for Custom
|
|
860
|
+
r"""The description of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
861
861
|
image: Nullable[str]
|
|
862
|
-
r"""The image of the short link. Will be used for Custom
|
|
862
|
+
r"""The image of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
863
863
|
video: Nullable[str]
|
|
864
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
864
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
865
865
|
rewrite: bool
|
|
866
866
|
do_index: bool
|
|
867
867
|
ios: Nullable[str]
|
|
@@ -955,16 +955,16 @@ class LinkClickedEventLink(BaseModel):
|
|
|
955
955
|
proxy: bool
|
|
956
956
|
|
|
957
957
|
title: Nullable[str]
|
|
958
|
-
r"""The title of the short link. Will be used for Custom
|
|
958
|
+
r"""The title of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
959
959
|
|
|
960
960
|
description: Nullable[str]
|
|
961
|
-
r"""The description of the short link. Will be used for Custom
|
|
961
|
+
r"""The description of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
962
962
|
|
|
963
963
|
image: Nullable[str]
|
|
964
|
-
r"""The image of the short link. Will be used for Custom
|
|
964
|
+
r"""The image of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
965
965
|
|
|
966
966
|
video: Nullable[str]
|
|
967
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
967
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
968
968
|
|
|
969
969
|
rewrite: bool
|
|
970
970
|
|
|
@@ -807,13 +807,13 @@ class LinkSchemaTypedDict(TypedDict):
|
|
|
807
807
|
password: Nullable[str]
|
|
808
808
|
r"""The password required to access the destination URL of the short link."""
|
|
809
809
|
title: Nullable[str]
|
|
810
|
-
r"""The title of the short link. Will be used for Custom
|
|
810
|
+
r"""The title of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
811
811
|
description: Nullable[str]
|
|
812
|
-
r"""The description of the short link. Will be used for Custom
|
|
812
|
+
r"""The description of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
813
813
|
image: Nullable[str]
|
|
814
|
-
r"""The image of the short link. Will be used for Custom
|
|
814
|
+
r"""The image of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
815
815
|
video: Nullable[str]
|
|
816
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
816
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
817
817
|
ios: Nullable[str]
|
|
818
818
|
r"""The iOS destination URL for the short link for iOS device targeting."""
|
|
819
819
|
android: Nullable[str]
|
|
@@ -861,7 +861,7 @@ class LinkSchemaTypedDict(TypedDict):
|
|
|
861
861
|
archived: NotRequired[bool]
|
|
862
862
|
r"""Whether the short link is archived."""
|
|
863
863
|
proxy: NotRequired[bool]
|
|
864
|
-
r"""Whether the short link uses Custom
|
|
864
|
+
r"""Whether the short link uses Custom Link Previews feature."""
|
|
865
865
|
rewrite: NotRequired[bool]
|
|
866
866
|
r"""Whether the short link uses link cloaking."""
|
|
867
867
|
do_index: NotRequired[bool]
|
|
@@ -919,16 +919,16 @@ class LinkSchema(BaseModel):
|
|
|
919
919
|
r"""The password required to access the destination URL of the short link."""
|
|
920
920
|
|
|
921
921
|
title: Nullable[str]
|
|
922
|
-
r"""The title of the short link. Will be used for Custom
|
|
922
|
+
r"""The title of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
923
923
|
|
|
924
924
|
description: Nullable[str]
|
|
925
|
-
r"""The description of the short link. Will be used for Custom
|
|
925
|
+
r"""The description of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
926
926
|
|
|
927
927
|
image: Nullable[str]
|
|
928
|
-
r"""The image of the short link. Will be used for Custom
|
|
928
|
+
r"""The image of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
929
929
|
|
|
930
930
|
video: Nullable[str]
|
|
931
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
931
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
932
932
|
|
|
933
933
|
ios: Nullable[str]
|
|
934
934
|
r"""The iOS destination URL for the short link for iOS device targeting."""
|
|
@@ -1014,7 +1014,7 @@ class LinkSchema(BaseModel):
|
|
|
1014
1014
|
r"""Whether the short link is archived."""
|
|
1015
1015
|
|
|
1016
1016
|
proxy: Optional[bool] = False
|
|
1017
|
-
r"""Whether the short link uses Custom
|
|
1017
|
+
r"""Whether the short link uses Custom Link Previews feature."""
|
|
1018
1018
|
|
|
1019
1019
|
rewrite: Optional[bool] = False
|
|
1020
1020
|
r"""Whether the short link uses link cloaking."""
|
|
@@ -824,13 +824,13 @@ class LinkWebhookEventLinkTypedDict(TypedDict):
|
|
|
824
824
|
r"""The password required to access the destination URL of the short link."""
|
|
825
825
|
proxy: bool
|
|
826
826
|
title: Nullable[str]
|
|
827
|
-
r"""The title of the short link. Will be used for Custom
|
|
827
|
+
r"""The title of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
828
828
|
description: Nullable[str]
|
|
829
|
-
r"""The description of the short link. Will be used for Custom
|
|
829
|
+
r"""The description of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
830
830
|
image: Nullable[str]
|
|
831
|
-
r"""The image of the short link. Will be used for Custom
|
|
831
|
+
r"""The image of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
832
832
|
video: Nullable[str]
|
|
833
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
833
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
834
834
|
rewrite: bool
|
|
835
835
|
do_index: bool
|
|
836
836
|
ios: Nullable[str]
|
|
@@ -924,16 +924,16 @@ class LinkWebhookEventLink(BaseModel):
|
|
|
924
924
|
proxy: bool
|
|
925
925
|
|
|
926
926
|
title: Nullable[str]
|
|
927
|
-
r"""The title of the short link. Will be used for Custom
|
|
927
|
+
r"""The title of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
928
928
|
|
|
929
929
|
description: Nullable[str]
|
|
930
|
-
r"""The description of the short link. Will be used for Custom
|
|
930
|
+
r"""The description of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
931
931
|
|
|
932
932
|
image: Nullable[str]
|
|
933
|
-
r"""The image of the short link. Will be used for Custom
|
|
933
|
+
r"""The image of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
934
934
|
|
|
935
935
|
video: Nullable[str]
|
|
936
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
936
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
937
937
|
|
|
938
938
|
rewrite: bool
|
|
939
939
|
|
|
@@ -937,13 +937,13 @@ class SaleCreatedEventLinkTypedDict(TypedDict):
|
|
|
937
937
|
r"""The password required to access the destination URL of the short link."""
|
|
938
938
|
proxy: bool
|
|
939
939
|
title: Nullable[str]
|
|
940
|
-
r"""The title of the short link. Will be used for Custom
|
|
940
|
+
r"""The title of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
941
941
|
description: Nullable[str]
|
|
942
|
-
r"""The description of the short link. Will be used for Custom
|
|
942
|
+
r"""The description of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
943
943
|
image: Nullable[str]
|
|
944
|
-
r"""The image of the short link. Will be used for Custom
|
|
944
|
+
r"""The image of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
945
945
|
video: Nullable[str]
|
|
946
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
946
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
947
947
|
rewrite: bool
|
|
948
948
|
do_index: bool
|
|
949
949
|
ios: Nullable[str]
|
|
@@ -1037,16 +1037,16 @@ class SaleCreatedEventLink(BaseModel):
|
|
|
1037
1037
|
proxy: bool
|
|
1038
1038
|
|
|
1039
1039
|
title: Nullable[str]
|
|
1040
|
-
r"""The title of the short link. Will be used for Custom
|
|
1040
|
+
r"""The title of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
1041
1041
|
|
|
1042
1042
|
description: Nullable[str]
|
|
1043
|
-
r"""The description of the short link. Will be used for Custom
|
|
1043
|
+
r"""The description of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
1044
1044
|
|
|
1045
1045
|
image: Nullable[str]
|
|
1046
|
-
r"""The image of the short link. Will be used for Custom
|
|
1046
|
+
r"""The image of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
1047
1047
|
|
|
1048
1048
|
video: Nullable[str]
|
|
1049
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
1049
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
1050
1050
|
|
|
1051
1051
|
rewrite: bool
|
|
1052
1052
|
|
|
@@ -808,13 +808,13 @@ class SaleEventLinkTypedDict(TypedDict):
|
|
|
808
808
|
r"""The password required to access the destination URL of the short link."""
|
|
809
809
|
proxy: bool
|
|
810
810
|
title: Nullable[str]
|
|
811
|
-
r"""The title of the short link. Will be used for Custom
|
|
811
|
+
r"""The title of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
812
812
|
description: Nullable[str]
|
|
813
|
-
r"""The description of the short link. Will be used for Custom
|
|
813
|
+
r"""The description of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
814
814
|
image: Nullable[str]
|
|
815
|
-
r"""The image of the short link. Will be used for Custom
|
|
815
|
+
r"""The image of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
816
816
|
video: Nullable[str]
|
|
817
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
817
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
818
818
|
rewrite: bool
|
|
819
819
|
do_index: bool
|
|
820
820
|
ios: Nullable[str]
|
|
@@ -908,16 +908,16 @@ class SaleEventLink(BaseModel):
|
|
|
908
908
|
proxy: bool
|
|
909
909
|
|
|
910
910
|
title: Nullable[str]
|
|
911
|
-
r"""The title of the short link. Will be used for Custom
|
|
911
|
+
r"""The title of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
912
912
|
|
|
913
913
|
description: Nullable[str]
|
|
914
|
-
r"""The description of the short link. Will be used for Custom
|
|
914
|
+
r"""The description of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
915
915
|
|
|
916
916
|
image: Nullable[str]
|
|
917
|
-
r"""The image of the short link. Will be used for Custom
|
|
917
|
+
r"""The image of the short link. Will be used for Custom Link Previews if `proxy` is true."""
|
|
918
918
|
|
|
919
919
|
video: Nullable[str]
|
|
920
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
920
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
921
921
|
|
|
922
922
|
rewrite: bool
|
|
923
923
|
|
|
@@ -123,10 +123,10 @@ class WorkspaceSchemaTypedDict(TypedDict):
|
|
|
123
123
|
r"""The links usage of the workspace."""
|
|
124
124
|
links_limit: float
|
|
125
125
|
r"""The links limit of the workspace."""
|
|
126
|
-
|
|
127
|
-
r"""The dollar amount of
|
|
128
|
-
|
|
129
|
-
r"""The
|
|
126
|
+
payouts_usage: float
|
|
127
|
+
r"""The dollar amount of partner payouts processed in the current billing cycle (in cents)."""
|
|
128
|
+
payouts_limit: float
|
|
129
|
+
r"""The max dollar amount of partner payouts that can be processed within a billing cycle (in cents)."""
|
|
130
130
|
domains_limit: float
|
|
131
131
|
r"""The domains limit of the workspace."""
|
|
132
132
|
tags_limit: float
|
|
@@ -206,11 +206,11 @@ class WorkspaceSchema(BaseModel):
|
|
|
206
206
|
links_limit: Annotated[float, pydantic.Field(alias="linksLimit")]
|
|
207
207
|
r"""The links limit of the workspace."""
|
|
208
208
|
|
|
209
|
-
|
|
210
|
-
r"""The dollar amount of
|
|
209
|
+
payouts_usage: Annotated[float, pydantic.Field(alias="payoutsUsage")]
|
|
210
|
+
r"""The dollar amount of partner payouts processed in the current billing cycle (in cents)."""
|
|
211
211
|
|
|
212
|
-
|
|
213
|
-
r"""The
|
|
212
|
+
payouts_limit: Annotated[float, pydantic.Field(alias="payoutsLimit")]
|
|
213
|
+
r"""The max dollar amount of partner payouts that can be processed within a billing cycle (in cents)."""
|
|
214
214
|
|
|
215
215
|
domains_limit: Annotated[float, pydantic.Field(alias="domainsLimit")]
|
|
216
216
|
r"""The domains limit of the workspace."""
|
|
@@ -86,15 +86,15 @@ class RequestBodyTypedDict(TypedDict):
|
|
|
86
86
|
password: NotRequired[Nullable[str]]
|
|
87
87
|
r"""The password required to access the destination URL of the short link."""
|
|
88
88
|
proxy: NotRequired[bool]
|
|
89
|
-
r"""Whether the short link uses Custom
|
|
89
|
+
r"""Whether the short link uses Custom Link Previews feature. Defaults to `false` if not provided."""
|
|
90
90
|
title: NotRequired[Nullable[str]]
|
|
91
|
-
r"""The custom link preview title (og:title). Will be used for Custom
|
|
91
|
+
r"""The custom link preview title (og:title). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
92
92
|
description: NotRequired[Nullable[str]]
|
|
93
|
-
r"""The custom link preview description (og:description). Will be used for Custom
|
|
93
|
+
r"""The custom link preview description (og:description). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
94
94
|
image: NotRequired[Nullable[str]]
|
|
95
|
-
r"""The custom link preview image (og:image). Will be used for Custom
|
|
95
|
+
r"""The custom link preview image (og:image). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
96
96
|
video: NotRequired[Nullable[str]]
|
|
97
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
97
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
98
98
|
rewrite: NotRequired[bool]
|
|
99
99
|
r"""Whether the short link uses link cloaking. Defaults to `false` if not provided."""
|
|
100
100
|
ios: NotRequired[Nullable[str]]
|
|
@@ -218,19 +218,19 @@ class RequestBody(BaseModel):
|
|
|
218
218
|
r"""The password required to access the destination URL of the short link."""
|
|
219
219
|
|
|
220
220
|
proxy: Optional[bool] = None
|
|
221
|
-
r"""Whether the short link uses Custom
|
|
221
|
+
r"""Whether the short link uses Custom Link Previews feature. Defaults to `false` if not provided."""
|
|
222
222
|
|
|
223
223
|
title: OptionalNullable[str] = UNSET
|
|
224
|
-
r"""The custom link preview title (og:title). Will be used for Custom
|
|
224
|
+
r"""The custom link preview title (og:title). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
225
225
|
|
|
226
226
|
description: OptionalNullable[str] = UNSET
|
|
227
|
-
r"""The custom link preview description (og:description). Will be used for Custom
|
|
227
|
+
r"""The custom link preview description (og:description). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
228
228
|
|
|
229
229
|
image: OptionalNullable[str] = UNSET
|
|
230
|
-
r"""The custom link preview image (og:image). Will be used for Custom
|
|
230
|
+
r"""The custom link preview image (og:image). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
231
231
|
|
|
232
232
|
video: OptionalNullable[str] = UNSET
|
|
233
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
233
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
234
234
|
|
|
235
235
|
rewrite: Optional[bool] = None
|
|
236
236
|
r"""Whether the short link uses link cloaking. Defaults to `false` if not provided."""
|
|
@@ -74,15 +74,15 @@ class DataTypedDict(TypedDict):
|
|
|
74
74
|
password: NotRequired[Nullable[str]]
|
|
75
75
|
r"""The password required to access the destination URL of the short link."""
|
|
76
76
|
proxy: NotRequired[bool]
|
|
77
|
-
r"""Whether the short link uses Custom
|
|
77
|
+
r"""Whether the short link uses Custom Link Previews feature. Defaults to `false` if not provided."""
|
|
78
78
|
title: NotRequired[Nullable[str]]
|
|
79
|
-
r"""The custom link preview title (og:title). Will be used for Custom
|
|
79
|
+
r"""The custom link preview title (og:title). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
80
80
|
description: NotRequired[Nullable[str]]
|
|
81
|
-
r"""The custom link preview description (og:description). Will be used for Custom
|
|
81
|
+
r"""The custom link preview description (og:description). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
82
82
|
image: NotRequired[Nullable[str]]
|
|
83
|
-
r"""The custom link preview image (og:image). Will be used for Custom
|
|
83
|
+
r"""The custom link preview image (og:image). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
84
84
|
video: NotRequired[Nullable[str]]
|
|
85
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
85
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
86
86
|
rewrite: NotRequired[bool]
|
|
87
87
|
r"""Whether the short link uses link cloaking. Defaults to `false` if not provided."""
|
|
88
88
|
ios: NotRequired[Nullable[str]]
|
|
@@ -192,19 +192,19 @@ class Data(BaseModel):
|
|
|
192
192
|
r"""The password required to access the destination URL of the short link."""
|
|
193
193
|
|
|
194
194
|
proxy: Optional[bool] = None
|
|
195
|
-
r"""Whether the short link uses Custom
|
|
195
|
+
r"""Whether the short link uses Custom Link Previews feature. Defaults to `false` if not provided."""
|
|
196
196
|
|
|
197
197
|
title: OptionalNullable[str] = UNSET
|
|
198
|
-
r"""The custom link preview title (og:title). Will be used for Custom
|
|
198
|
+
r"""The custom link preview title (og:title). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
199
199
|
|
|
200
200
|
description: OptionalNullable[str] = UNSET
|
|
201
|
-
r"""The custom link preview description (og:description). Will be used for Custom
|
|
201
|
+
r"""The custom link preview description (og:description). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
202
202
|
|
|
203
203
|
image: OptionalNullable[str] = UNSET
|
|
204
|
-
r"""The custom link preview image (og:image). Will be used for Custom
|
|
204
|
+
r"""The custom link preview image (og:image). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
205
205
|
|
|
206
206
|
video: OptionalNullable[str] = UNSET
|
|
207
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
207
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
208
208
|
|
|
209
209
|
rewrite: Optional[bool] = None
|
|
210
210
|
r"""Whether the short link uses link cloaking. Defaults to `false` if not provided."""
|
|
@@ -80,15 +80,15 @@ class CreateLinkRequestBodyTypedDict(TypedDict):
|
|
|
80
80
|
password: NotRequired[Nullable[str]]
|
|
81
81
|
r"""The password required to access the destination URL of the short link."""
|
|
82
82
|
proxy: NotRequired[bool]
|
|
83
|
-
r"""Whether the short link uses Custom
|
|
83
|
+
r"""Whether the short link uses Custom Link Previews feature. Defaults to `false` if not provided."""
|
|
84
84
|
title: NotRequired[Nullable[str]]
|
|
85
|
-
r"""The custom link preview title (og:title). Will be used for Custom
|
|
85
|
+
r"""The custom link preview title (og:title). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
86
86
|
description: NotRequired[Nullable[str]]
|
|
87
|
-
r"""The custom link preview description (og:description). Will be used for Custom
|
|
87
|
+
r"""The custom link preview description (og:description). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
88
88
|
image: NotRequired[Nullable[str]]
|
|
89
|
-
r"""The custom link preview image (og:image). Will be used for Custom
|
|
89
|
+
r"""The custom link preview image (og:image). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
90
90
|
video: NotRequired[Nullable[str]]
|
|
91
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
91
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
92
92
|
rewrite: NotRequired[bool]
|
|
93
93
|
r"""Whether the short link uses link cloaking. Defaults to `false` if not provided."""
|
|
94
94
|
ios: NotRequired[Nullable[str]]
|
|
@@ -208,19 +208,19 @@ class CreateLinkRequestBody(BaseModel):
|
|
|
208
208
|
r"""The password required to access the destination URL of the short link."""
|
|
209
209
|
|
|
210
210
|
proxy: Optional[bool] = None
|
|
211
|
-
r"""Whether the short link uses Custom
|
|
211
|
+
r"""Whether the short link uses Custom Link Previews feature. Defaults to `false` if not provided."""
|
|
212
212
|
|
|
213
213
|
title: OptionalNullable[str] = UNSET
|
|
214
|
-
r"""The custom link preview title (og:title). Will be used for Custom
|
|
214
|
+
r"""The custom link preview title (og:title). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
215
215
|
|
|
216
216
|
description: OptionalNullable[str] = UNSET
|
|
217
|
-
r"""The custom link preview description (og:description). Will be used for Custom
|
|
217
|
+
r"""The custom link preview description (og:description). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
218
218
|
|
|
219
219
|
image: OptionalNullable[str] = UNSET
|
|
220
|
-
r"""The custom link preview image (og:image). Will be used for Custom
|
|
220
|
+
r"""The custom link preview image (og:image). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
221
221
|
|
|
222
222
|
video: OptionalNullable[str] = UNSET
|
|
223
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
223
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
224
224
|
|
|
225
225
|
rewrite: Optional[bool] = None
|
|
226
226
|
r"""Whether the short link uses link cloaking. Defaults to `false` if not provided."""
|
|
@@ -321,15 +321,15 @@ class LinkPropsTypedDict(TypedDict):
|
|
|
321
321
|
password: NotRequired[Nullable[str]]
|
|
322
322
|
r"""The password required to access the destination URL of the short link."""
|
|
323
323
|
proxy: NotRequired[bool]
|
|
324
|
-
r"""Whether the short link uses Custom
|
|
324
|
+
r"""Whether the short link uses Custom Link Previews feature. Defaults to `false` if not provided."""
|
|
325
325
|
title: NotRequired[Nullable[str]]
|
|
326
|
-
r"""The custom link preview title (og:title). Will be used for Custom
|
|
326
|
+
r"""The custom link preview title (og:title). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
327
327
|
description: NotRequired[Nullable[str]]
|
|
328
|
-
r"""The custom link preview description (og:description). Will be used for Custom
|
|
328
|
+
r"""The custom link preview description (og:description). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
329
329
|
image: NotRequired[Nullable[str]]
|
|
330
|
-
r"""The custom link preview image (og:image). Will be used for Custom
|
|
330
|
+
r"""The custom link preview image (og:image). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
331
331
|
video: NotRequired[Nullable[str]]
|
|
332
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
332
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
333
333
|
rewrite: NotRequired[bool]
|
|
334
334
|
r"""Whether the short link uses link cloaking. Defaults to `false` if not provided."""
|
|
335
335
|
ios: NotRequired[Nullable[str]]
|
|
@@ -409,19 +409,19 @@ class LinkProps(BaseModel):
|
|
|
409
409
|
r"""The password required to access the destination URL of the short link."""
|
|
410
410
|
|
|
411
411
|
proxy: Optional[bool] = None
|
|
412
|
-
r"""Whether the short link uses Custom
|
|
412
|
+
r"""Whether the short link uses Custom Link Previews feature. Defaults to `false` if not provided."""
|
|
413
413
|
|
|
414
414
|
title: OptionalNullable[str] = UNSET
|
|
415
|
-
r"""The custom link preview title (og:title). Will be used for Custom
|
|
415
|
+
r"""The custom link preview title (og:title). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
416
416
|
|
|
417
417
|
description: OptionalNullable[str] = UNSET
|
|
418
|
-
r"""The custom link preview description (og:description). Will be used for Custom
|
|
418
|
+
r"""The custom link preview description (og:description). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
419
419
|
|
|
420
420
|
image: OptionalNullable[str] = UNSET
|
|
421
|
-
r"""The custom link preview image (og:image). Will be used for Custom
|
|
421
|
+
r"""The custom link preview image (og:image). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
422
422
|
|
|
423
423
|
video: OptionalNullable[str] = UNSET
|
|
424
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
424
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
425
425
|
|
|
426
426
|
rewrite: Optional[bool] = None
|
|
427
427
|
r"""Whether the short link uses link cloaking. Defaults to `false` if not provided."""
|
|
@@ -69,15 +69,15 @@ class CreatePartnerLinkLinkPropsTypedDict(TypedDict):
|
|
|
69
69
|
password: NotRequired[Nullable[str]]
|
|
70
70
|
r"""The password required to access the destination URL of the short link."""
|
|
71
71
|
proxy: NotRequired[bool]
|
|
72
|
-
r"""Whether the short link uses Custom
|
|
72
|
+
r"""Whether the short link uses Custom Link Previews feature. Defaults to `false` if not provided."""
|
|
73
73
|
title: NotRequired[Nullable[str]]
|
|
74
|
-
r"""The custom link preview title (og:title). Will be used for Custom
|
|
74
|
+
r"""The custom link preview title (og:title). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
75
75
|
description: NotRequired[Nullable[str]]
|
|
76
|
-
r"""The custom link preview description (og:description). Will be used for Custom
|
|
76
|
+
r"""The custom link preview description (og:description). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
77
77
|
image: NotRequired[Nullable[str]]
|
|
78
|
-
r"""The custom link preview image (og:image). Will be used for Custom
|
|
78
|
+
r"""The custom link preview image (og:image). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
79
79
|
video: NotRequired[Nullable[str]]
|
|
80
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
80
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
81
81
|
rewrite: NotRequired[bool]
|
|
82
82
|
r"""Whether the short link uses link cloaking. Defaults to `false` if not provided."""
|
|
83
83
|
ios: NotRequired[Nullable[str]]
|
|
@@ -157,19 +157,19 @@ class CreatePartnerLinkLinkProps(BaseModel):
|
|
|
157
157
|
r"""The password required to access the destination URL of the short link."""
|
|
158
158
|
|
|
159
159
|
proxy: Optional[bool] = None
|
|
160
|
-
r"""Whether the short link uses Custom
|
|
160
|
+
r"""Whether the short link uses Custom Link Previews feature. Defaults to `false` if not provided."""
|
|
161
161
|
|
|
162
162
|
title: OptionalNullable[str] = UNSET
|
|
163
|
-
r"""The custom link preview title (og:title). Will be used for Custom
|
|
163
|
+
r"""The custom link preview title (og:title). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
164
164
|
|
|
165
165
|
description: OptionalNullable[str] = UNSET
|
|
166
|
-
r"""The custom link preview description (og:description). Will be used for Custom
|
|
166
|
+
r"""The custom link preview description (og:description). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
167
167
|
|
|
168
168
|
image: OptionalNullable[str] = UNSET
|
|
169
|
-
r"""The custom link preview image (og:image). Will be used for Custom
|
|
169
|
+
r"""The custom link preview image (og:image). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
170
170
|
|
|
171
171
|
video: OptionalNullable[str] = UNSET
|
|
172
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
172
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
173
173
|
|
|
174
174
|
rewrite: Optional[bool] = None
|
|
175
175
|
r"""Whether the short link uses link cloaking. Defaults to `false` if not provided."""
|
|
@@ -325,15 +325,15 @@ class CreateReferralsEmbedTokenLinkPropsTypedDict(TypedDict):
|
|
|
325
325
|
password: NotRequired[Nullable[str]]
|
|
326
326
|
r"""The password required to access the destination URL of the short link."""
|
|
327
327
|
proxy: NotRequired[bool]
|
|
328
|
-
r"""Whether the short link uses Custom
|
|
328
|
+
r"""Whether the short link uses Custom Link Previews feature. Defaults to `false` if not provided."""
|
|
329
329
|
title: NotRequired[Nullable[str]]
|
|
330
|
-
r"""The custom link preview title (og:title). Will be used for Custom
|
|
330
|
+
r"""The custom link preview title (og:title). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
331
331
|
description: NotRequired[Nullable[str]]
|
|
332
|
-
r"""The custom link preview description (og:description). Will be used for Custom
|
|
332
|
+
r"""The custom link preview description (og:description). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
333
333
|
image: NotRequired[Nullable[str]]
|
|
334
|
-
r"""The custom link preview image (og:image). Will be used for Custom
|
|
334
|
+
r"""The custom link preview image (og:image). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
335
335
|
video: NotRequired[Nullable[str]]
|
|
336
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
336
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
337
337
|
rewrite: NotRequired[bool]
|
|
338
338
|
r"""Whether the short link uses link cloaking. Defaults to `false` if not provided."""
|
|
339
339
|
ios: NotRequired[Nullable[str]]
|
|
@@ -415,19 +415,19 @@ class CreateReferralsEmbedTokenLinkProps(BaseModel):
|
|
|
415
415
|
r"""The password required to access the destination URL of the short link."""
|
|
416
416
|
|
|
417
417
|
proxy: Optional[bool] = None
|
|
418
|
-
r"""Whether the short link uses Custom
|
|
418
|
+
r"""Whether the short link uses Custom Link Previews feature. Defaults to `false` if not provided."""
|
|
419
419
|
|
|
420
420
|
title: OptionalNullable[str] = UNSET
|
|
421
|
-
r"""The custom link preview title (og:title). Will be used for Custom
|
|
421
|
+
r"""The custom link preview title (og:title). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
422
422
|
|
|
423
423
|
description: OptionalNullable[str] = UNSET
|
|
424
|
-
r"""The custom link preview description (og:description). Will be used for Custom
|
|
424
|
+
r"""The custom link preview description (og:description). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
425
425
|
|
|
426
426
|
image: OptionalNullable[str] = UNSET
|
|
427
|
-
r"""The custom link preview image (og:image). Will be used for Custom
|
|
427
|
+
r"""The custom link preview image (og:image). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
428
428
|
|
|
429
429
|
video: OptionalNullable[str] = UNSET
|
|
430
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
430
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
431
431
|
|
|
432
432
|
rewrite: Optional[bool] = None
|
|
433
433
|
r"""Whether the short link uses link cloaking. Defaults to `false` if not provided."""
|
|
@@ -81,14 +81,14 @@ class UpdateLinkRequestBodyTypedDict(TypedDict):
|
|
|
81
81
|
password: NotRequired[Nullable[str]]
|
|
82
82
|
r"""The password required to access the destination URL of the short link."""
|
|
83
83
|
proxy: NotRequired[bool]
|
|
84
|
-
r"""Whether the short link uses Custom
|
|
84
|
+
r"""Whether the short link uses Custom Link Previews feature. Defaults to `false` if not provided."""
|
|
85
85
|
title: NotRequired[Nullable[str]]
|
|
86
|
-
r"""The custom link preview title (og:title). Will be used for Custom
|
|
86
|
+
r"""The custom link preview title (og:title). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
87
87
|
description: NotRequired[Nullable[str]]
|
|
88
|
-
r"""The custom link preview description (og:description). Will be used for Custom
|
|
88
|
+
r"""The custom link preview description (og:description). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
89
89
|
image: NotRequired[Nullable[str]]
|
|
90
90
|
video: NotRequired[Nullable[str]]
|
|
91
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
91
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
92
92
|
rewrite: NotRequired[bool]
|
|
93
93
|
r"""Whether the short link uses link cloaking. Defaults to `false` if not provided."""
|
|
94
94
|
ios: NotRequired[Nullable[str]]
|
|
@@ -212,18 +212,18 @@ class UpdateLinkRequestBody(BaseModel):
|
|
|
212
212
|
r"""The password required to access the destination URL of the short link."""
|
|
213
213
|
|
|
214
214
|
proxy: Optional[bool] = None
|
|
215
|
-
r"""Whether the short link uses Custom
|
|
215
|
+
r"""Whether the short link uses Custom Link Previews feature. Defaults to `false` if not provided."""
|
|
216
216
|
|
|
217
217
|
title: OptionalNullable[str] = UNSET
|
|
218
|
-
r"""The custom link preview title (og:title). Will be used for Custom
|
|
218
|
+
r"""The custom link preview title (og:title). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
219
219
|
|
|
220
220
|
description: OptionalNullable[str] = UNSET
|
|
221
|
-
r"""The custom link preview description (og:description). Will be used for Custom
|
|
221
|
+
r"""The custom link preview description (og:description). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
222
222
|
|
|
223
223
|
image: OptionalNullable[str] = UNSET
|
|
224
224
|
|
|
225
225
|
video: OptionalNullable[str] = UNSET
|
|
226
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
226
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
227
227
|
|
|
228
228
|
rewrite: Optional[bool] = None
|
|
229
229
|
r"""Whether the short link uses link cloaking. Defaults to `false` if not provided."""
|
|
@@ -80,15 +80,15 @@ class UpsertLinkRequestBodyTypedDict(TypedDict):
|
|
|
80
80
|
password: NotRequired[Nullable[str]]
|
|
81
81
|
r"""The password required to access the destination URL of the short link."""
|
|
82
82
|
proxy: NotRequired[bool]
|
|
83
|
-
r"""Whether the short link uses Custom
|
|
83
|
+
r"""Whether the short link uses Custom Link Previews feature. Defaults to `false` if not provided."""
|
|
84
84
|
title: NotRequired[Nullable[str]]
|
|
85
|
-
r"""The custom link preview title (og:title). Will be used for Custom
|
|
85
|
+
r"""The custom link preview title (og:title). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
86
86
|
description: NotRequired[Nullable[str]]
|
|
87
|
-
r"""The custom link preview description (og:description). Will be used for Custom
|
|
87
|
+
r"""The custom link preview description (og:description). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
88
88
|
image: NotRequired[Nullable[str]]
|
|
89
|
-
r"""The custom link preview image (og:image). Will be used for Custom
|
|
89
|
+
r"""The custom link preview image (og:image). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
90
90
|
video: NotRequired[Nullable[str]]
|
|
91
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
91
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
92
92
|
rewrite: NotRequired[bool]
|
|
93
93
|
r"""Whether the short link uses link cloaking. Defaults to `false` if not provided."""
|
|
94
94
|
ios: NotRequired[Nullable[str]]
|
|
@@ -212,19 +212,19 @@ class UpsertLinkRequestBody(BaseModel):
|
|
|
212
212
|
r"""The password required to access the destination URL of the short link."""
|
|
213
213
|
|
|
214
214
|
proxy: Optional[bool] = None
|
|
215
|
-
r"""Whether the short link uses Custom
|
|
215
|
+
r"""Whether the short link uses Custom Link Previews feature. Defaults to `false` if not provided."""
|
|
216
216
|
|
|
217
217
|
title: OptionalNullable[str] = UNSET
|
|
218
|
-
r"""The custom link preview title (og:title). Will be used for Custom
|
|
218
|
+
r"""The custom link preview title (og:title). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
219
219
|
|
|
220
220
|
description: OptionalNullable[str] = UNSET
|
|
221
|
-
r"""The custom link preview description (og:description). Will be used for Custom
|
|
221
|
+
r"""The custom link preview description (og:description). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
222
222
|
|
|
223
223
|
image: OptionalNullable[str] = UNSET
|
|
224
|
-
r"""The custom link preview image (og:image). Will be used for Custom
|
|
224
|
+
r"""The custom link preview image (og:image). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
225
225
|
|
|
226
226
|
video: OptionalNullable[str] = UNSET
|
|
227
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
227
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
228
228
|
|
|
229
229
|
rewrite: Optional[bool] = None
|
|
230
230
|
r"""Whether the short link uses link cloaking. Defaults to `false` if not provided."""
|
|
@@ -69,15 +69,15 @@ class UpsertPartnerLinkLinkPropsTypedDict(TypedDict):
|
|
|
69
69
|
password: NotRequired[Nullable[str]]
|
|
70
70
|
r"""The password required to access the destination URL of the short link."""
|
|
71
71
|
proxy: NotRequired[bool]
|
|
72
|
-
r"""Whether the short link uses Custom
|
|
72
|
+
r"""Whether the short link uses Custom Link Previews feature. Defaults to `false` if not provided."""
|
|
73
73
|
title: NotRequired[Nullable[str]]
|
|
74
|
-
r"""The custom link preview title (og:title). Will be used for Custom
|
|
74
|
+
r"""The custom link preview title (og:title). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
75
75
|
description: NotRequired[Nullable[str]]
|
|
76
|
-
r"""The custom link preview description (og:description). Will be used for Custom
|
|
76
|
+
r"""The custom link preview description (og:description). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
77
77
|
image: NotRequired[Nullable[str]]
|
|
78
|
-
r"""The custom link preview image (og:image). Will be used for Custom
|
|
78
|
+
r"""The custom link preview image (og:image). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
79
79
|
video: NotRequired[Nullable[str]]
|
|
80
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
80
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
81
81
|
rewrite: NotRequired[bool]
|
|
82
82
|
r"""Whether the short link uses link cloaking. Defaults to `false` if not provided."""
|
|
83
83
|
ios: NotRequired[Nullable[str]]
|
|
@@ -157,19 +157,19 @@ class UpsertPartnerLinkLinkProps(BaseModel):
|
|
|
157
157
|
r"""The password required to access the destination URL of the short link."""
|
|
158
158
|
|
|
159
159
|
proxy: Optional[bool] = None
|
|
160
|
-
r"""Whether the short link uses Custom
|
|
160
|
+
r"""Whether the short link uses Custom Link Previews feature. Defaults to `false` if not provided."""
|
|
161
161
|
|
|
162
162
|
title: OptionalNullable[str] = UNSET
|
|
163
|
-
r"""The custom link preview title (og:title). Will be used for Custom
|
|
163
|
+
r"""The custom link preview title (og:title). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
164
164
|
|
|
165
165
|
description: OptionalNullable[str] = UNSET
|
|
166
|
-
r"""The custom link preview description (og:description). Will be used for Custom
|
|
166
|
+
r"""The custom link preview description (og:description). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
167
167
|
|
|
168
168
|
image: OptionalNullable[str] = UNSET
|
|
169
|
-
r"""The custom link preview image (og:image). Will be used for Custom
|
|
169
|
+
r"""The custom link preview image (og:image). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
170
170
|
|
|
171
171
|
video: OptionalNullable[str] = UNSET
|
|
172
|
-
r"""The custom link preview video (og:video). Will be used for Custom
|
|
172
|
+
r"""The custom link preview video (og:video). Will be used for Custom Link Previews if `proxy` is true. Learn more: https://d.to/og"""
|
|
173
173
|
|
|
174
174
|
rewrite: Optional[bool] = None
|
|
175
175
|
r"""Whether the short link uses link cloaking. Defaults to `false` if not provided."""
|
|
@@ -3,7 +3,7 @@ dub/_hooks/__init__.py,sha256=9_7W5jAYw8rcO8Kfc-Ty-lB82BHfksAJJpVFb_UeU1c,146
|
|
|
3
3
|
dub/_hooks/registration.py,sha256=tT-1Cjp5ax1DL-84HBNWPy4wAwgP-0aI4-asLfnkIlw,625
|
|
4
4
|
dub/_hooks/sdkhooks.py,sha256=2rLEjSz1xFGWabNs1voFn0lXSCqkS38bdKVFdnBJufE,2553
|
|
5
5
|
dub/_hooks/types.py,sha256=5vcNbFBNpCxqI7ZebiBtut7T_Gz2i36L5MjTqGvxV7Y,3035
|
|
6
|
-
dub/_version.py,sha256=
|
|
6
|
+
dub/_version.py,sha256=JGN940a9BmcPlvzD-i1k8ho5v1BaV81wOyDJCjQ3yY8,450
|
|
7
7
|
dub/analytics.py,sha256=acVdNv1hS7JDmBS1ena0kG-RNNq64lRZwOV6_2FZn60,13032
|
|
8
8
|
dub/basesdk.py,sha256=nY5yee9uE5SQHkG_9Di9MUoQR0KcPr-WrtTCDHUdRnY,11779
|
|
9
9
|
dub/commissions.py,sha256=H56AkD5M03FuXaIdsd5jY6rWZ7qa8c0gssXQhLkF634,25796
|
|
@@ -30,28 +30,28 @@ dub/models/components/analyticstimeseries.py,sha256=ZEZpE6oX0FPeiy5snz-kwYhXE9pw
|
|
|
30
30
|
dub/models/components/analyticstoplinks.py,sha256=RvhyKQcmDT47F-4sPojhhDgvFYRZCA5k257JrndHSp8,3649
|
|
31
31
|
dub/models/components/analyticstopurls.py,sha256=WN4oF32SSXUlFPpWvx7jKype0SfdBsX1BvrkaKjClRM,1122
|
|
32
32
|
dub/models/components/analyticstriggers.py,sha256=diQ_m3dJDa576H3oxEfkoy2xs1OdB3f5lrwn7vbsOVI,1432
|
|
33
|
-
dub/models/components/clickevent.py,sha256=
|
|
33
|
+
dub/models/components/clickevent.py,sha256=umzsHdZcvkdaQ2TdbsbpY4a4rMgjvfnxEPk66cCIZ_Y,41254
|
|
34
34
|
dub/models/components/continentcode.py,sha256=YFw3_x0w7CxCQijsbfiiOoS9FbNATeHyGLcw-LEsXYw,315
|
|
35
35
|
dub/models/components/countrycode.py,sha256=ZDcCf4vay2mX6w6qzRliHkcXkV60zGJOgNvr3nfqHyQ,3713
|
|
36
36
|
dub/models/components/domainschema.py,sha256=MBaPJhQDSQtMTQYVsV8khaQGpY5BXa6IpwYP7qaWnzQ,5328
|
|
37
37
|
dub/models/components/folderschema.py,sha256=tfVy46SHPHMKl-_bOTr6_j5KHtx6aOJiFniYntBOVe4,2415
|
|
38
|
-
dub/models/components/leadcreatedevent.py,sha256=
|
|
39
|
-
dub/models/components/leadevent.py,sha256=
|
|
40
|
-
dub/models/components/linkclickedevent.py,sha256=
|
|
38
|
+
dub/models/components/leadcreatedevent.py,sha256=IjKCnsOj-TVbuuJorQACW4e7S2j-9einzaGJhQMSTLc,40616
|
|
39
|
+
dub/models/components/leadevent.py,sha256=bHr5xSlQbhH4LFvolWz0nQCfkUDonvJYgMqtXQ6_NaA,44491
|
|
40
|
+
dub/models/components/linkclickedevent.py,sha256=VqK15gXm41ZRXHThh79f1GTTAV8eXpqrwMbpAwHayTU,37419
|
|
41
41
|
dub/models/components/linkerrorschema.py,sha256=BHHLHZv1ojPYUO78d8kCKIjgq68uuMMhW7LbyLMbzqo,1114
|
|
42
42
|
dub/models/components/linkgeotargeting.py,sha256=F0jUhoTXU2goK_4F0dLonIKu3y93fRQiwbdrgWP4itA,24054
|
|
43
|
-
dub/models/components/linkschema.py,sha256=
|
|
44
|
-
dub/models/components/linkwebhookevent.py,sha256=
|
|
43
|
+
dub/models/components/linkschema.py,sha256=oe2kpNbTmFod35_i7B3E04iQXQo2twIjXBYyr3JGOig,38602
|
|
44
|
+
dub/models/components/linkwebhookevent.py,sha256=MRKTT3SoAo_M6TbZuWj_tTAH-3Wo5w9PC-PRYgM2x4c,37031
|
|
45
45
|
dub/models/components/partneranalyticscount.py,sha256=hJOuFVUTFOuXWviLxExwXDZVgPLBcgmqt8VxeHv7JAw,1035
|
|
46
46
|
dub/models/components/partneranalyticstimeseries.py,sha256=Bh431YfEd8v6TD9o9DPCAwGCDo5Rrf1xR1pccm7q5aw,1268
|
|
47
47
|
dub/models/components/partneranalyticstoplinks.py,sha256=xy1F1vueaBX93Gj2AYqqa7jbEueJy-FAVD5GdnjPva8,3755
|
|
48
48
|
dub/models/components/partnerenrolledevent.py,sha256=cwlG4rsmYfsG3pl4yyDOmaXPLlXzMin9lpmBl5EpZhc,10528
|
|
49
|
-
dub/models/components/salecreatedevent.py,sha256=
|
|
50
|
-
dub/models/components/saleevent.py,sha256=
|
|
49
|
+
dub/models/components/salecreatedevent.py,sha256=MXY73Oek_E-g3q1MrYjnjM4k-RCboHm08aLu9gkSmd4,41970
|
|
50
|
+
dub/models/components/saleevent.py,sha256=kL9WUAoGNYXjBsZ7NvByaWz3zK-FtfZScwithvEUOB8,47488
|
|
51
51
|
dub/models/components/security.py,sha256=be_cng1n5ULto_xGGPBKH1ZE5LrtmBTg6kX2uPJqJOw,599
|
|
52
52
|
dub/models/components/tagschema.py,sha256=9aymPZgSYT_OUsr4AtHAt4GLej9v89yuS5X1YSZ72sE,759
|
|
53
53
|
dub/models/components/webhookevent.py,sha256=oDE16DmD_gDcnzqXSDKsSSXzItXdl_O4qY_rjxPo3EE,1090
|
|
54
|
-
dub/models/components/workspaceschema.py,sha256=
|
|
54
|
+
dub/models/components/workspaceschema.py,sha256=T3Vgpr7rjw4LO69n9qRk0LFtiDN9wWRsx1j0lA5q0_0,10529
|
|
55
55
|
dub/models/errors/__init__.py,sha256=Jx3RBLkPkjtNeQLlk8fGx6NfxvdNPBBpVery014Ty0E,5692
|
|
56
56
|
dub/models/errors/badrequest.py,sha256=WsUugiJ6-ffUlJ4BhQUxYWhkBZ8PcBeCP5IuP1mkX4w,1459
|
|
57
57
|
dub/models/errors/conflict.py,sha256=UF4vQkbQRXWnVwZgbL4-_D9UWxwwvKCYcnBd7OPwU_0,1373
|
|
@@ -64,17 +64,17 @@ dub/models/errors/sdkerror.py,sha256=kd75e3JYF2TXNgRZopcV-oGdBWoBZqRcvrwqn2fsFYs
|
|
|
64
64
|
dub/models/errors/unauthorized.py,sha256=ranMcawvM0oJxxVkShfZsc7V5YYjbz9luhHywE_ObIg,1525
|
|
65
65
|
dub/models/errors/unprocessableentity.py,sha256=TxgP43hrqcBW-UDMo8yJ7B0_o_skIH_dXw3DfEWG_cY,1515
|
|
66
66
|
dub/models/operations/__init__.py,sha256=qQXnwHCbeVw_tQxL3vIkJrD5QPLwPwdLhX94nFQxjYc,39411
|
|
67
|
-
dub/models/operations/bulkcreatelinks.py,sha256=
|
|
67
|
+
dub/models/operations/bulkcreatelinks.py,sha256=RSPHaN565k4ds9IHceoYkxtysezKiSBIE2N6jn7cop4,17416
|
|
68
68
|
dub/models/operations/bulkdeletelinks.py,sha256=u_hEFC9TZ1UnGGgLhQ-Mf3HNDO98Ur49MtdBnNVIRsE,1151
|
|
69
|
-
dub/models/operations/bulkupdatelinks.py,sha256=
|
|
69
|
+
dub/models/operations/bulkupdatelinks.py,sha256=qo5t0RnwzxpdQnz5IivH9plgjMaJAX0i7gXJHmCck_M,15972
|
|
70
70
|
dub/models/operations/checkdomainstatus.py,sha256=W085WT-gUgU73qDi4LlXppdiPVC0Pm1CpPXTqTM56sI,2538
|
|
71
71
|
dub/models/operations/createcustomer.py,sha256=gAwfJB7hXlbCKbfypCYxshq7LnWkTqAPdMIl1d5UOZQ,12006
|
|
72
72
|
dub/models/operations/createdomain.py,sha256=dHRvCzE6knsndN4FTFjfijHVmTi8NXKpURz8cM_C-bk,3900
|
|
73
73
|
dub/models/operations/createfolder.py,sha256=j9z0CIsc22VsWAwlCGNwxo6a3VsetD6t4T2LdCELYGE,1884
|
|
74
|
-
dub/models/operations/createlink.py,sha256=
|
|
75
|
-
dub/models/operations/createpartner.py,sha256=
|
|
76
|
-
dub/models/operations/createpartnerlink.py,sha256=
|
|
77
|
-
dub/models/operations/createreferralsembedtoken.py,sha256
|
|
74
|
+
dub/models/operations/createlink.py,sha256=FImRfpzBIhW__Y2BctIbfkuR8YSCRscBTYKFJ0x1gis,16783
|
|
75
|
+
dub/models/operations/createpartner.py,sha256=j5iZvFLQjixtW4PBIy3SVkNAx9-ogFjsO2St4FFirsY,30280
|
|
76
|
+
dub/models/operations/createpartnerlink.py,sha256=ih7tOEJ1NMFP4n_2FMo8PWRpZ_AtY8WgY3FKikoJUAI,16830
|
|
77
|
+
dub/models/operations/createreferralsembedtoken.py,sha256=-kEckBSiPzmspouJ2FpgVmM0sUcgn6f_OWBKtE28His,21617
|
|
78
78
|
dub/models/operations/createtag.py,sha256=XUKuFcLoenYk1oxdeou-gI_s3A4YxtIJKgRiXtLfOpQ,1497
|
|
79
79
|
dub/models/operations/deletecustomer.py,sha256=sq1efo3bhCzQnVacAo9tg7JoHs68IbeheNp1uAlD8AU,1529
|
|
80
80
|
dub/models/operations/deletedomain.py,sha256=VtuDxUCmAcEmNn1vmrdlSKmASHSFwoho-CoJeGtyBBI,769
|
|
@@ -103,11 +103,11 @@ dub/models/operations/updatecommission.py,sha256=wXdqGWEKobCJEJpgeAYhnjPfE7641jJ
|
|
|
103
103
|
dub/models/operations/updatecustomer.py,sha256=xlW-W99WgdlAsKD4fNhIEw3f1Sipnb4ahPnZFOcisSY,13517
|
|
104
104
|
dub/models/operations/updatedomain.py,sha256=rexCga7uNxgBZLPiCMcaudc2cQGB0E_qX2HI0DgG_3M,4519
|
|
105
105
|
dub/models/operations/updatefolder.py,sha256=dNvSPY67g58SWynB8ic5rcgT-h7THRmyxuzuFdO42GQ,2581
|
|
106
|
-
dub/models/operations/updatelink.py,sha256=
|
|
106
|
+
dub/models/operations/updatelink.py,sha256=rH7aLexiUr0RLm7r_3-BtLz4fqzXSO-X7nmca3FwZaM,17527
|
|
107
107
|
dub/models/operations/updatetag.py,sha256=0nGAU6if5BsetDArXCIn8YvlDgG17N1Cp8q1o9F6ff4,2101
|
|
108
108
|
dub/models/operations/updateworkspace.py,sha256=qdlmA-Rz8_fC3iQs7bzmcn0qL9Lu3a04ziEIYfX3Ugo,2690
|
|
109
|
-
dub/models/operations/upsertlink.py,sha256=
|
|
110
|
-
dub/models/operations/upsertpartnerlink.py,sha256=
|
|
109
|
+
dub/models/operations/upsertlink.py,sha256=oGkems1W-6Vdoicl_Y59p3gdoRj1a_paliI035rOHHk,16906
|
|
110
|
+
dub/models/operations/upsertpartnerlink.py,sha256=RA3fxk1KMoLHM-MyhwVHmmNlPDC0c4z4kveRWt18BtE,16830
|
|
111
111
|
dub/partners.py,sha256=tR6HFOZ4Uev4svl5etpK6sfZ43AJ6toiVsygJC1_YQs,64833
|
|
112
112
|
dub/py.typed,sha256=zrp19r0G21lr2yRiMC0f8MFkQFGj9wMpSbboePMg8KM,59
|
|
113
113
|
dub/qr_codes.py,sha256=OJxxYVoLjgvm23RXYEOZT4qFNE305XLQNLsF5OCQlGo,12258
|
|
@@ -134,7 +134,7 @@ dub/utils/serializers.py,sha256=hiHBXM1AY8_N2Z_rvFfNSYwvLBkSQlPGFp8poasdU4s,5986
|
|
|
134
134
|
dub/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
|
|
135
135
|
dub/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
|
|
136
136
|
dub/workspaces.py,sha256=_4KOZwwL0KADDqSrHZWfO7LpEwLi59uvaKm-X7JzAv0,25823
|
|
137
|
-
dub-0.26.
|
|
138
|
-
dub-0.26.
|
|
139
|
-
dub-0.26.
|
|
140
|
-
dub-0.26.
|
|
137
|
+
dub-0.26.5.dist-info/LICENSE,sha256=kc_aZ6YHHcdSsRy-mGsT0Ehji0ZgR_zevXiUt05V2KY,1079
|
|
138
|
+
dub-0.26.5.dist-info/METADATA,sha256=ZTuOkwgIqzwX-u5aMHzRmGxmkeuGFXh5L8-7v9S0lyk,28075
|
|
139
|
+
dub-0.26.5.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
140
|
+
dub-0.26.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|