dub 0.26.3__py3-none-any.whl → 0.26.4__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 CHANGED
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "dub"
6
- __version__: str = "0.26.3"
6
+ __version__: str = "0.26.4"
7
7
  __openapi_doc_version__: str = "0.0.1"
8
8
  __gen_version__: str = "2.620.2"
9
- __user_agent__: str = "speakeasy-sdk/python 0.26.3 2.620.2 0.0.1 dub"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.26.4 2.620.2 0.0.1 dub"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -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
- sales_usage: float
127
- r"""The dollar amount of tracked revenue in the current billing cycle (in cents)."""
128
- sales_limit: float
129
- r"""The limit of tracked revenue in the current billing cycle (in cents)."""
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
- sales_usage: Annotated[float, pydantic.Field(alias="salesUsage")]
210
- r"""The dollar amount of tracked revenue in the current billing cycle (in cents)."""
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
- sales_limit: Annotated[float, pydantic.Field(alias="salesLimit")]
213
- r"""The limit of tracked revenue in the current billing cycle (in cents)."""
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."""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: dub
3
- Version: 0.26.3
3
+ Version: 0.26.4
4
4
  Summary: Python Client SDK Generated by Speakeasy
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9.2
@@ -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=VI8BzwMY5jpTeqaOXr_TN_HS_FnS5ODw_JcSEw7PDJc,450
6
+ dub/_version.py,sha256=cqjXdardNvaMmYs3Sn5qu-_8h5lG3gjuvWlabhUld8w,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
@@ -51,7 +51,7 @@ dub/models/components/saleevent.py,sha256=YT3fOa4J-glEqlepgo-22Dhu9rfD7VrbGLpGG8
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=qXd33iubVO_CO0JwiREmhmZrh-Ane-Kl6TI9dQdjm0A,10441
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
@@ -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.3.dist-info/LICENSE,sha256=kc_aZ6YHHcdSsRy-mGsT0Ehji0ZgR_zevXiUt05V2KY,1079
138
- dub-0.26.3.dist-info/METADATA,sha256=wuzGsB3qU6IUGAFPBMln7moPaOtWr1x1MLxTdt4wSas,28075
139
- dub-0.26.3.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
140
- dub-0.26.3.dist-info/RECORD,,
137
+ dub-0.26.4.dist-info/LICENSE,sha256=kc_aZ6YHHcdSsRy-mGsT0Ehji0ZgR_zevXiUt05V2KY,1079
138
+ dub-0.26.4.dist-info/METADATA,sha256=xmsssriAr5VMoxg-jYK1j-IgNIhFM20LqaTzhC8Ag78,28075
139
+ dub-0.26.4.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
140
+ dub-0.26.4.dist-info/RECORD,,
File without changes
File without changes