paid-python 1.0.0a0__py3-none-any.whl → 1.0.0a2__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.
- paid/__init__.py +61 -122
- paid/client.py +16 -22
- paid/contacts/client.py +417 -133
- paid/contacts/raw_client.py +1048 -118
- paid/core/client_wrapper.py +8 -10
- paid/customers/__init__.py +0 -3
- paid/customers/client.py +394 -1112
- paid/customers/raw_client.py +656 -1054
- paid/environment.py +1 -1
- paid/errors/bad_request_error.py +2 -2
- paid/errors/forbidden_error.py +2 -2
- paid/errors/internal_server_error.py +2 -2
- paid/errors/not_found_error.py +2 -2
- paid/invoices/client.py +369 -0
- paid/{plans → invoices}/raw_client.py +312 -201
- paid/orders/__init__.py +0 -3
- paid/orders/client.py +281 -471
- paid/orders/raw_client.py +552 -537
- paid/products/__init__.py +0 -3
- paid/products/client.py +129 -265
- paid/products/raw_client.py +565 -233
- paid/signals/client.py +130 -0
- paid/signals/raw_client.py +190 -0
- paid/tracing/autoinstrumentation.py +12 -6
- paid/tracing/context_manager.py +2 -6
- paid/tracing/distributed_tracing.py +3 -3
- paid/tracing/signal.py +3 -3
- paid/tracing/wrappers/openai_agents/openaiAgentsHook.py +1 -1
- paid/types/__init__.py +58 -110
- paid/types/attribution.py +8 -0
- paid/types/{agent_attribute.py → bulk_signals_response.py} +4 -5
- paid/types/contact.py +12 -20
- paid/types/{address.py → contact_billing_address.py} +6 -7
- paid/types/{traces_response.py → contact_list_response.py} +5 -9
- paid/types/customer.py +15 -22
- paid/types/customer_attribution.py +8 -0
- paid/types/customer_billing_address.py +26 -0
- paid/types/{usage_summary_order.py → customer_by_external_id.py} +3 -5
- paid/types/{usage_summary_order_line.py → customer_by_id.py} +3 -5
- paid/types/customer_creation_state.py +5 -0
- paid/types/customer_list_response.py +22 -0
- paid/types/empty_response.py +17 -0
- paid/types/{error.py → error_response.py} +4 -7
- paid/types/invoice.py +33 -51
- paid/types/invoice_line.py +42 -0
- paid/types/invoice_line_payment_status.py +7 -0
- paid/types/invoice_lines_response.py +22 -0
- paid/types/invoice_list_response.py +22 -0
- paid/types/invoice_payment_status.py +5 -0
- paid/types/invoice_source.py +5 -0
- paid/types/invoice_status.py +3 -1
- paid/types/invoice_tax_status.py +7 -0
- paid/types/order.py +30 -29
- paid/types/order_creation_state.py +5 -0
- paid/types/order_line.py +6 -24
- paid/types/order_lines_response.py +22 -0
- paid/types/order_list_response.py +22 -0
- paid/types/pagination.py +24 -0
- paid/types/product.py +4 -29
- paid/types/{tier.py → product_by_external_id.py} +5 -4
- paid/types/{cost_amount.py → product_by_id.py} +5 -12
- paid/types/product_list_response.py +22 -0
- paid/types/signal.py +8 -34
- paid/types/{agent_update.py → update_contact_request.py} +10 -9
- paid/types/update_customer_request.py +38 -0
- paid/types/{product_update.py → update_product_request.py} +2 -12
- {paid_python-1.0.0a0.dist-info → paid_python-1.0.0a2.dist-info}/METADATA +23 -8
- paid_python-1.0.0a2.dist-info/RECORD +110 -0
- paid/agents/client.py +0 -880
- paid/agents/raw_client.py +0 -785
- paid/customers/types/__init__.py +0 -8
- paid/customers/types/customers_check_entitlement_request_view.py +0 -5
- paid/customers/types/customers_check_entitlement_response.py +0 -22
- paid/orders/lines/client.py +0 -144
- paid/orders/lines/raw_client.py +0 -129
- paid/plans/__init__.py +0 -4
- paid/plans/client.py +0 -403
- paid/products/types/__init__.py +0 -7
- paid/products/types/product_create_type.py +0 -5
- paid/traces/__init__.py +0 -4
- paid/traces/client.py +0 -218
- paid/traces/raw_client.py +0 -226
- paid/types/agent.py +0 -31
- paid/types/agent_price_point.py +0 -27
- paid/types/agent_price_point_tiers.py +0 -23
- paid/types/api_error.py +0 -29
- paid/types/billing_frequency.py +0 -5
- paid/types/cancel_renewal_response.py +0 -49
- paid/types/charge_type.py +0 -5
- paid/types/contact_create_for_customer.py +0 -37
- paid/types/cost_trace.py +0 -55
- paid/types/cost_traces_response.py +0 -26
- paid/types/creation_source.py +0 -5
- paid/types/creation_state.py +0 -5
- paid/types/customer_update.py +0 -40
- paid/types/entitlement_usage.py +0 -48
- paid/types/order_line_attribute.py +0 -27
- paid/types/order_line_attribute_create_one.py +0 -5
- paid/types/order_line_attribute_pricing.py +0 -33
- paid/types/order_line_create.py +0 -72
- paid/types/pagination_meta.py +0 -84
- paid/types/payment_method.py +0 -58
- paid/types/payment_method_card.py +0 -49
- paid/types/payment_method_type.py +0 -5
- paid/types/payment_method_us_bank_account.py +0 -36
- paid/types/payment_method_us_bank_account_account_type.py +0 -5
- paid/types/plan.py +0 -81
- paid/types/plan_group.py +0 -60
- paid/types/plan_plan_products_item.py +0 -41
- paid/types/plan_plan_products_item_plan_product_attribute_item.py +0 -34
- paid/types/plan_with_features.py +0 -69
- paid/types/plan_with_features_features_item.py +0 -34
- paid/types/price_point.py +0 -25
- paid/types/pricing.py +0 -31
- paid/types/pricing_model_type.py +0 -7
- paid/types/product_type.py +0 -5
- paid/types/product_update_type.py +0 -5
- paid/types/proration_attribute_update.py +0 -44
- paid/types/proration_detail.py +0 -49
- paid/types/proration_upgrade_response.py +0 -73
- paid/types/salutation.py +0 -5
- paid/types/signal_v_2.py +0 -56
- paid/types/tax_exempt_status.py +0 -5
- paid/types/trace.py +0 -69
- paid/types/usage_pagination_meta.py +0 -43
- paid/types/usage_summaries_response.py +0 -26
- paid/types/usage_summary.py +0 -121
- paid/usage/__init__.py +0 -7
- paid/usage/client.py +0 -321
- paid/usage/raw_client.py +0 -387
- paid/usage/types/__init__.py +0 -7
- paid/usage/types/usage_check_usage_response.py +0 -53
- paid_python-1.0.0a0.dist-info/RECORD +0 -152
- /paid/{agents → invoices}/__init__.py +0 -0
- /paid/{orders/lines → signals}/__init__.py +0 -0
- {paid_python-1.0.0a0.dist-info → paid_python-1.0.0a2.dist-info}/LICENSE +0 -0
- {paid_python-1.0.0a0.dist-info → paid_python-1.0.0a2.dist-info}/WHEEL +0 -0
paid/usage/types/__init__.py
DELETED
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
|
|
5
|
-
import pydantic
|
|
6
|
-
import typing_extensions
|
|
7
|
-
from ...core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
8
|
-
from ...core.serialization import FieldMetadata
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
class UsageCheckUsageResponse(UniversalBaseModel):
|
|
12
|
-
allowed: typing.Optional[bool] = pydantic.Field(default=None)
|
|
13
|
-
"""
|
|
14
|
-
Whether usage is allowed
|
|
15
|
-
"""
|
|
16
|
-
|
|
17
|
-
message: typing.Optional[str] = pydantic.Field(default=None)
|
|
18
|
-
"""
|
|
19
|
-
Human-readable message about the usage check result
|
|
20
|
-
"""
|
|
21
|
-
|
|
22
|
-
event_name: typing_extensions.Annotated[typing.Optional[str], FieldMetadata(alias="eventName")] = pydantic.Field(
|
|
23
|
-
default=None
|
|
24
|
-
)
|
|
25
|
-
"""
|
|
26
|
-
Event name (only present when usage is not allowed)
|
|
27
|
-
"""
|
|
28
|
-
|
|
29
|
-
available: typing.Optional[float] = pydantic.Field(default=None)
|
|
30
|
-
"""
|
|
31
|
-
Available credits (only present for PrepaidCredits when insufficient)
|
|
32
|
-
"""
|
|
33
|
-
|
|
34
|
-
events_quantity: typing_extensions.Annotated[typing.Optional[float], FieldMetadata(alias="eventsQuantity")] = (
|
|
35
|
-
pydantic.Field(default=None)
|
|
36
|
-
)
|
|
37
|
-
"""
|
|
38
|
-
Current events quantity (only present when usage exceeds limit)
|
|
39
|
-
"""
|
|
40
|
-
|
|
41
|
-
limit: typing.Optional[float] = pydantic.Field(default=None)
|
|
42
|
-
"""
|
|
43
|
-
Usage limit (only present when usage exceeds limit)
|
|
44
|
-
"""
|
|
45
|
-
|
|
46
|
-
if IS_PYDANTIC_V2:
|
|
47
|
-
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
48
|
-
else:
|
|
49
|
-
|
|
50
|
-
class Config:
|
|
51
|
-
frozen = True
|
|
52
|
-
smart_union = True
|
|
53
|
-
extra = pydantic.Extra.allow
|
|
@@ -1,152 +0,0 @@
|
|
|
1
|
-
paid/__init__.py,sha256=JUYR1KiH4jdOR1Z_GRfLW0lN0AAPIt-qYbBN-1BuUHw,3737
|
|
2
|
-
paid/agents/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
3
|
-
paid/agents/client.py,sha256=kfErQ51mMppV0YS-n0G2w_kISShdC4S8JoL02TZae1U,24369
|
|
4
|
-
paid/agents/raw_client.py,sha256=4ehmy21TnS_FhL_NmPwYrUVNWkYaVTobTO22YWu7PGc,27897
|
|
5
|
-
paid/client.py,sha256=6dnhzYcU8-qv003uRUUv1GkmnuJeRtubUXVxfvNQXxw,6983
|
|
6
|
-
paid/contacts/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
7
|
-
paid/contacts/client.py,sha256=sNm-yAg4dR9AyYWL7-RC_CuCCvOXX7YlDAUqn47yZhE,14058
|
|
8
|
-
paid/contacts/raw_client.py,sha256=ZYNWuekHiL2sqK_gHR0IzcrLAopUKRXIqMUi-fuLGe4,19211
|
|
9
|
-
paid/core/__init__.py,sha256=lTcqUPXcx4112yLDd70RAPeqq6tu3eFMe1pKOqkW9JQ,1562
|
|
10
|
-
paid/core/api_error.py,sha256=44vPoTyWN59gonCIZMdzw7M1uspygiLnr3GNFOoVL2Q,614
|
|
11
|
-
paid/core/client_wrapper.py,sha256=c25VM9AUGlNCa-2qzhHzPJs1e1Zft3ZV1WLewdmMHgw,2418
|
|
12
|
-
paid/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
|
|
13
|
-
paid/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
|
|
14
|
-
paid/core/force_multipart.py,sha256=awxh5MtcRYe74ehY8U76jzv6fYM_w_D3Rur7KQQzSDk,429
|
|
15
|
-
paid/core/http_client.py,sha256=QurkBvCZZz2Z1d8znp4M2YbOXebBUPcPXRhPIS84Wvk,21214
|
|
16
|
-
paid/core/http_response.py,sha256=4uOAtXXFTyFXHLXeQWSfQST9PGcOCRAdHVgGTxdyg84,1334
|
|
17
|
-
paid/core/jsonable_encoder.py,sha256=hGgcEEeX11sqxxsll7h15pO3pTNVxk_n79Kcn0laoWA,3655
|
|
18
|
-
paid/core/pydantic_utilities.py,sha256=HxbbISfaP1XBvzbIkc0ZcF_GHKd9BfYsJAcFh9B126k,10787
|
|
19
|
-
paid/core/query_encoder.py,sha256=ekulqNd0j8TgD7ox-Qbz7liqX8-KP9blvT9DsRCenYM,2144
|
|
20
|
-
paid/core/remove_none_from_dict.py,sha256=EU9SGgYidWq7SexuJbNs4-PZ-5Bl3Vppd864mS6vQZw,342
|
|
21
|
-
paid/core/request_options.py,sha256=h0QUNCFVdCW_7GclVySCAY2w4NhtXVBUCmHgmzaxpcg,1681
|
|
22
|
-
paid/core/serialization.py,sha256=ECL3bvv_0i7U4uvPidZCNel--MUbA0iq0aGcNKi3kws,9818
|
|
23
|
-
paid/customers/__init__.py,sha256=jKuBDR0U8JloJKyzmcQSUSoNpJqjZ7BowRNiHr1SLKE,265
|
|
24
|
-
paid/customers/client.py,sha256=sOsEmiqqzfInDoSVNflSbClnNgdFm5mTWm_9VUwDroQ,47097
|
|
25
|
-
paid/customers/raw_client.py,sha256=thhqTpyKBBahb-tj0I1wxaFk_l4ciLDwz8cPGIbnj5I,74849
|
|
26
|
-
paid/customers/types/__init__.py,sha256=vd_PTvslroA4P6FGiqqOhZm5qbiR_17hssZbL53kpCA,349
|
|
27
|
-
paid/customers/types/customers_check_entitlement_request_view.py,sha256=Z6mijxu6J2rfJhK0qQvlOuNGCmewss2e3iqktHqOi5o,182
|
|
28
|
-
paid/customers/types/customers_check_entitlement_response.py,sha256=kQ2pPVsgwpQsLiDigBCscZYX_AfQ7PvG-84OoPgSsWQ,641
|
|
29
|
-
paid/environment.py,sha256=8sOi15Agshd4TrgHoqlUFXegvQESdSi7zE3n7uJktMs,164
|
|
30
|
-
paid/errors/__init__.py,sha256=i1Cxfwfm2tL1DRuYRbTEXZ5MIhobgDE8zm38gqGSNKY,363
|
|
31
|
-
paid/errors/bad_request_error.py,sha256=_nkSDHMpzm0RadIc19BDq-yM9uJMQGWNrdsT2_6B6Iw,348
|
|
32
|
-
paid/errors/forbidden_error.py,sha256=eDJG4NiZy5uBKpftwKuKJLcmV3zbKs55WFPH1FHI7Pk,347
|
|
33
|
-
paid/errors/internal_server_error.py,sha256=WPvk3xayCQqRAir4nfMhVVextjsR9hMi8zCqX_Zoc14,352
|
|
34
|
-
paid/errors/not_found_error.py,sha256=nsBHj9gxzRkoJMdFyChYv9ePaPYYf8h4s2nuoUo4CuI,346
|
|
35
|
-
paid/logger.py,sha256=CIo_i2n2Azp4g57GkU9twb_GzJ7x9lZmURqPsq4379M,514
|
|
36
|
-
paid/orders/__init__.py,sha256=CrbHKbmp63NAum57EE9NnGmJqLKiWDMLyPRemOs_U9w,126
|
|
37
|
-
paid/orders/client.py,sha256=CAGEvE9oi4hgrI0az2Tid6IYvITNhkGhb_Q2RXe9_BA,24929
|
|
38
|
-
paid/orders/lines/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
39
|
-
paid/orders/lines/client.py,sha256=7RCqD78g4VARoCLiwjFm59imsSlbd1E3HPrGKhYG6xI,4062
|
|
40
|
-
paid/orders/lines/raw_client.py,sha256=KZN_yBokCOkf1lUb4ZJtX_NZbqmTqCdJNoaIOdWar8I,4590
|
|
41
|
-
paid/orders/raw_client.py,sha256=apng0iGUwVlI09YL7to2Rf9aT6fu-CxkiUth76GrU0Q,43167
|
|
42
|
-
paid/plans/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
43
|
-
paid/plans/client.py,sha256=hWtGmpbuFpPjGpUWZazK3mwddGM0QHNKn-tY7vaEPgM,10967
|
|
44
|
-
paid/plans/raw_client.py,sha256=pJRK5tja274vj3Uc3m1DBvtRxN2X7wgMJ7pOcqo6rOQ,22374
|
|
45
|
-
paid/products/__init__.py,sha256=oCZ9LvM5pb1zsdux1hBIxN1DVphi5gyPgQmR2p7XNZw,155
|
|
46
|
-
paid/products/client.py,sha256=doYlu9mI1j_rzMX3wWvetptxVrJmYeOuXJ0Pm3z02uE,21010
|
|
47
|
-
paid/products/raw_client.py,sha256=LwYSuv6wj1N7oU1GDUINkGbgF_Q5x6y_0g6gy8PaJ0A,29546
|
|
48
|
-
paid/products/types/__init__.py,sha256=MJp9B1Z1HITox2ggfRTvMCKNKMmfr0mdlpV6GBUL4-o,169
|
|
49
|
-
paid/products/types/product_create_type.py,sha256=w3KScykSpocFK1TB-i4QjAfALuyqZcREki4LaCo5plw,184
|
|
50
|
-
paid/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
51
|
-
paid/traces/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
52
|
-
paid/traces/client.py,sha256=g-x_6EmTwT59QlbeN0bo8sbbwY9S_7LoV-zQp0Z-0pY,7109
|
|
53
|
-
paid/traces/raw_client.py,sha256=ClGHkVBTz3gohAC486RdqE7zZJT4g6DOenexfScaPVQ,8967
|
|
54
|
-
paid/tracing/__init__.py,sha256=fwjE0SnDWxNZKpYFnLB9IfTMa5ZIfLejs1aM4UA57yY,564
|
|
55
|
-
paid/tracing/autoinstrumentation.py,sha256=8te1SHvSAUpyigPmKHGyQtuT6NTPgSmCQ5C6V3jjw9g,7598
|
|
56
|
-
paid/tracing/context_data.py,sha256=oiLocz-9qDqB5nQzJlrLsc2Mkr9MaNt_yF_hjppobKc,3298
|
|
57
|
-
paid/tracing/context_manager.py,sha256=rSoU1bTSHLDqFsJlhKJoyP3bWi7snAIs7pdJdOV4v2Y,8848
|
|
58
|
-
paid/tracing/distributed_tracing.py,sha256=Vht3U8QJmT5jlRVnrybTn-cI1RPuVtyb3V4eTu6gA4g,3991
|
|
59
|
-
paid/tracing/signal.py,sha256=PfYxF6EFQS8j7RY5_C5NXrCBVu9Hq2E2tyG4fdQScJk,3252
|
|
60
|
-
paid/tracing/tracing.py,sha256=MCIqzRELFB6VbvFrnpIp7bLX7HYfpHnmUapDLcAEioE,16478
|
|
61
|
-
paid/tracing/wrappers/__init__.py,sha256=IIleLB_JUbzLw7FshrU2VHZAKF3dZHMGy1O5zCBwwqM,1588
|
|
62
|
-
paid/tracing/wrappers/anthropic/__init__.py,sha256=_x1fjySAQxuT5cIGO_jU09LiGcZH-WQLqKg8mUFAu2w,115
|
|
63
|
-
paid/tracing/wrappers/anthropic/anthropicWrapper.py,sha256=pGchbOb41CbTxc7H8xXoM-LjR085spqrzXqCVC_rrFk,4913
|
|
64
|
-
paid/tracing/wrappers/bedrock/__init__.py,sha256=HSeZYbslJuWU5xWJm2rAHz4sL_Hxb70iJjTyAOoJj3s,67
|
|
65
|
-
paid/tracing/wrappers/bedrock/bedrockWrapper.py,sha256=aKfGpbkGqJfI-9QX7O-3vkf15Fi35pPyDxOjydTNpQk,1962
|
|
66
|
-
paid/tracing/wrappers/gemini/__init__.py,sha256=6tzEaxuuYcJEtQHlxzjPLqJuEDY2cZe6QC_ZvZCHMS4,64
|
|
67
|
-
paid/tracing/wrappers/gemini/geminiWrapper.py,sha256=xXp8gJyT4k39CWCni_Whnua4dEdyFLtYPK9Wqa9ZByU,3837
|
|
68
|
-
paid/tracing/wrappers/langchain/__init__.py,sha256=LDNPT9UoZen-8f5K0-FO2-Bau7jpeM0Ht3FxctfWW3w,101
|
|
69
|
-
paid/tracing/wrappers/langchain/paidLangChainCallback.py,sha256=2wKFGsYaHwBl24o0UtBZsGne5SGObbaZH54nKvIP3wI,12794
|
|
70
|
-
paid/tracing/wrappers/llamaindex/__init__.py,sha256=bM2bibDwbb_cmvQehb8i-fi9XwSx2HAk6qpGee7wnu8,88
|
|
71
|
-
paid/tracing/wrappers/llamaindex/llamaIndexWrapper.py,sha256=p4Ft7PhZ5cQ_QWeKmdJlYEH75u0seNVBMiXfki8O7sU,3271
|
|
72
|
-
paid/tracing/wrappers/mistral/__init__.py,sha256=_Z1DVul6JBG9vYSXSc9mpm0M4l8GebBWSxwBodGQnew,74
|
|
73
|
-
paid/tracing/wrappers/mistral/mistralWrapper.py,sha256=IgK_N5tEj4HDLKxw3uwJYiXB9BQyxLNF-04uiNHMD5Y,8265
|
|
74
|
-
paid/tracing/wrappers/openai/__init__.py,sha256=pfaL3O4f4WOS47UUcdZbDbZSNB9fsTyE_WLqqBahVzs,100
|
|
75
|
-
paid/tracing/wrappers/openai/openAiWrapper.py,sha256=DIMOGdQTjpFaiKV-JeJvNH_cxHsfmzu2wIrKXDwRkbw,22148
|
|
76
|
-
paid/tracing/wrappers/openai_agents/__init__.py,sha256=-xX5HPhYYX6hDWbn5FpFw-P6M2h0k1X9Qjrg0Bkv7cc,94
|
|
77
|
-
paid/tracing/wrappers/openai_agents/openaiAgentsHook.py,sha256=-uXUNL0S85cFVT7ObrL9hzEQAIYh5Lo1JgEE57hxk2Y,6650
|
|
78
|
-
paid/tracing/wrappers/utils.py,sha256=_0FCF3BC2wK5cU8suEvo_mXm6Jn8ULkyeEhnYPUlO2Y,2347
|
|
79
|
-
paid/types/__init__.py,sha256=DsDo78pLA5erfWPqsP8uhggE7HQc6BEOGdk23Qivtbg,4423
|
|
80
|
-
paid/types/address.py,sha256=fJa_oYXxsIxJXFZy5UQqflVkr8BQkwQ7fKhp2wO05fo,871
|
|
81
|
-
paid/types/agent.py,sha256=dHqSO_hO0fgM5TsnEYrx3zL-rZsWc2GkjkCD2_aOch4,1168
|
|
82
|
-
paid/types/agent_attribute.py,sha256=rmIQnmPFOAvCYUtc9oiBD5aqMrL3vdJ1krdxNhLRTEc,588
|
|
83
|
-
paid/types/agent_price_point.py,sha256=BzAIItnfNvfvd6OhyxHpieRf44MwovmgGBtPAHdGqf4,1068
|
|
84
|
-
paid/types/agent_price_point_tiers.py,sha256=Pml1UFDjLYrsETpiJbnSgusN3c4HSgVi2lEnPlMS98o,896
|
|
85
|
-
paid/types/agent_update.py,sha256=5Xc4L4Y37YLHmKphX2RuSsAKltjTIJCRy8tOTsU6CSg,1117
|
|
86
|
-
paid/types/api_error.py,sha256=j91xSZV1-5Hpx375E087XfP_WwWzGbnplf_FfEyDJgM,792
|
|
87
|
-
paid/types/billing_frequency.py,sha256=67owqyQimW-M9VOpJ1AdE09vw9NzFYIotsjR6eR5-0Q,174
|
|
88
|
-
paid/types/cancel_renewal_response.py,sha256=fgis8kI9qXFnK-KHRt3ClqH0Qq-jba6QL1euxxhc6PY,1424
|
|
89
|
-
paid/types/charge_type.py,sha256=43hS72QcU4IM53R9PRXKTbPgu9CZqWX76GnU8hGrmWA,180
|
|
90
|
-
paid/types/contact.py,sha256=HwkyRLpw8gg8bnWNtOkEdx5hagsODZh08J1Icvfm0bg,2086
|
|
91
|
-
paid/types/contact_create_for_customer.py,sha256=KO3jhqFHMpGbtwnLsumRA-3RFwTOZVCd9R2gBRbtQ3k,1716
|
|
92
|
-
paid/types/cost_amount.py,sha256=ZA8iITYudldVbpj6MREsfqpk0lgzUN07GYBEl7mRVw8,713
|
|
93
|
-
paid/types/cost_trace.py,sha256=DKmVwKOGV2UaJm5ZUYaJ_TCzqJESss5ThWPfxQit29I,1630
|
|
94
|
-
paid/types/cost_traces_response.py,sha256=RJBrK7MSnsM94Y8q8Fi_1oHO-_l8wEsoVIKHNiAInTw,726
|
|
95
|
-
paid/types/creation_source.py,sha256=_TGHxDNV4uRwdLWsaHrpKKbGBmV6ny0L-4XPhFIJF9g,171
|
|
96
|
-
paid/types/creation_state.py,sha256=X_68xxPjEkU-ndPN9neZOHQgYfvknSnKGhB7cEhgLHE,156
|
|
97
|
-
paid/types/customer.py,sha256=WwJDXqM38VmBeBUoLLQAwtWSqRIIoWg44EKwMjv75qw,2020
|
|
98
|
-
paid/types/customer_update.py,sha256=0fsB2YP7IgvWsVhi3_ybVrAz6cu9XP04sv-CH8dKgjs,1764
|
|
99
|
-
paid/types/entitlement_usage.py,sha256=-zuXAOzbNTr_ugpiOjZEcQpu2i8-xVTtKJsfkhBsT6I,1715
|
|
100
|
-
paid/types/error.py,sha256=lWDAazLU1lnuLYGufPYO7YH1EInG2jevvR8ylR6OBiU,607
|
|
101
|
-
paid/types/invoice.py,sha256=Tu125_YkGEcRjLpwHbu_jJFynIWMdiiOvOFDJy8ytSI,2806
|
|
102
|
-
paid/types/invoice_status.py,sha256=Aj7o01H9duyeD4_UsFRfxadUblXN-yxePi25QuVVFek,187
|
|
103
|
-
paid/types/order.py,sha256=hkBRN6OauZYfnzpWLY2COYMqToWdJRLzDokPVyV__rc,2324
|
|
104
|
-
paid/types/order_line.py,sha256=oM-fxr5sQ1ttAERR_FsdCAPW2cctaQUvppIKzqjinYk,2092
|
|
105
|
-
paid/types/order_line_attribute.py,sha256=cYHpX0p5rEE0eYn4BPq-aB9snn9V5p3yZ5nYDo2W6z8,938
|
|
106
|
-
paid/types/order_line_attribute_create_one.py,sha256=H9_zXFQRrutoP_WKlhTBAksEde084FoNXB_XDX9Jj5w,138
|
|
107
|
-
paid/types/order_line_attribute_pricing.py,sha256=UDE8OYP93wwmXcPVwgchMknCd64O0g4BNIgLUlK-a5s,1386
|
|
108
|
-
paid/types/order_line_create.py,sha256=T8M2nDfyTmc2ph226mePT9SI_MJSciOOsBS-uoIF-K8,2696
|
|
109
|
-
paid/types/pagination_meta.py,sha256=RJFmwweexzkYdfsb9ohascJCvQep2scF51kk4377Huo,2398
|
|
110
|
-
paid/types/payment_method.py,sha256=kGBRYKLO9XO8RRLL6t-jdbCNAzGkje-IddBS2OS-Q68,1812
|
|
111
|
-
paid/types/payment_method_card.py,sha256=mu6qmZunkJtWxAEWenLFvaZhsjh6GM3zE5p-Dhr-p60,1328
|
|
112
|
-
paid/types/payment_method_type.py,sha256=Zr04tOTmJhZ1P5ge7XA6eBx3k832eFCcmyQ3bcaqH4c,182
|
|
113
|
-
paid/types/payment_method_us_bank_account.py,sha256=qTY93Ylq725TJ7RaVXVbc2yP4vAk1rnnAmxDWNcuadY,1230
|
|
114
|
-
paid/types/payment_method_us_bank_account_account_type.py,sha256=T5u-G3NJ2ZCGG84XlX3XNa_IepQ_g9N_5mCwx2eDZeI,184
|
|
115
|
-
paid/types/plan.py,sha256=WE7BXhFrBDsbRWXrcJlND90-UQYPwGomEPCOsNfP81E,2314
|
|
116
|
-
paid/types/plan_group.py,sha256=OlLrDIBmrE6TsnWJXxLBVSirXUvGK4iKxezyEnznSUI,1621
|
|
117
|
-
paid/types/plan_plan_products_item.py,sha256=JTjJGzl7v1S0k_vdbORUH89Uba4O7cKtKVVf4Ssyfi0,1774
|
|
118
|
-
paid/types/plan_plan_products_item_plan_product_attribute_item.py,sha256=w9Zc7y6zcxrKCK_RAWZRYx5iwDKm-XepjeBgWYiou8A,1443
|
|
119
|
-
paid/types/plan_with_features.py,sha256=hFOlqSFH6jHuUsJtUdZ6Wy2bybNh7pNih2kY1wi3CRk,1938
|
|
120
|
-
paid/types/plan_with_features_features_item.py,sha256=ep-RjlPSmhYXWa1bMf9U6HkoR_9m5VMtU7Sm3M4c9ss,1050
|
|
121
|
-
paid/types/price_point.py,sha256=lyeI38kJCBMOWdq97hG2kyYiixHgMCKjoCNmzOLG9Fk,915
|
|
122
|
-
paid/types/pricing.py,sha256=qrTQHe2CZhUoS7e4sVMDO10aCzeaxZGkSwEKXf7qJkU,1409
|
|
123
|
-
paid/types/pricing_model_type.py,sha256=DxTx1zO1gR22gDnnQ55LBvRRIh5EyV5pfE4LF8FFDTI,212
|
|
124
|
-
paid/types/product.py,sha256=hSnHIsXR_jImAzhBJLXlBXgahimgp6vYT3oyWrbw6lU,1981
|
|
125
|
-
paid/types/product_type.py,sha256=ZP3_66LJly6ebJ4JNxt0VNOqUnsbY43p38LwIPq-aRo,178
|
|
126
|
-
paid/types/product_update.py,sha256=35cu1IwPalh-1wEjFQLqivEk6Q0c6yVZbThoWDhBLNY,1393
|
|
127
|
-
paid/types/product_update_type.py,sha256=y1EP0aNHyAOPj9zaoMVOgkkE8PlPn1n8iWfyuAXM_PI,184
|
|
128
|
-
paid/types/proration_attribute_update.py,sha256=nvI0zbKuUketz-Q_NXmY5VcQvSCxzxHUpVilqqt81aI,1286
|
|
129
|
-
paid/types/proration_detail.py,sha256=dQW1nGcp8TEFtkuR0AR3Dw_kDL2_xTdqhDaTlupTnP4,1902
|
|
130
|
-
paid/types/proration_upgrade_response.py,sha256=Qk0ssIwl8doLi7zVRqtMMz7NYaezVp4NYEVSS3JzArM,2142
|
|
131
|
-
paid/types/salutation.py,sha256=nxqSuMkcohP_xut2wf9j-gHQri5caKP65N13Qxqr9UM,180
|
|
132
|
-
paid/types/signal.py,sha256=UZvHU6MsTXjBds1lw1tszmVax6hyronLDuD5al0GksA,1636
|
|
133
|
-
paid/types/signal_v_2.py,sha256=a9nRjgOiw9XETmxT0B1pO0suOmPs_zSeWm4ROAhyX_s,2018
|
|
134
|
-
paid/types/tax_exempt_status.py,sha256=H8jr087Vvp51pfK8mZ5ZDRdRPbagsSzYDXroz5lRPP4,168
|
|
135
|
-
paid/types/tier.py,sha256=damnNp6Eb3T5Gqq15Z3UL1JSauvqXI1k65Aivs4QjMg,832
|
|
136
|
-
paid/types/trace.py,sha256=fmDLfG-HxGZ_QllPKvUuixKQptBnJDxAlQos2UpwU3Y,2073
|
|
137
|
-
paid/types/traces_response.py,sha256=_a_FfcElOOO8NRVsd0H60QMtZkNVGHEHTcPROmD_DrY,709
|
|
138
|
-
paid/types/usage_pagination_meta.py,sha256=kGhAhYJaVO89zONk7Ndg2MWgjPst85iZyC6q4f5804o,1054
|
|
139
|
-
paid/types/usage_summaries_response.py,sha256=N1uMSE1aO30sEvOBUgX2gqBt2BiUB8mOo8qS9ul8i0Q,763
|
|
140
|
-
paid/types/usage_summary.py,sha256=js1EOBlOTPq9QHz7dvpk0QL0kyyp4s83bjoxHnyrW4o,3660
|
|
141
|
-
paid/types/usage_summary_order.py,sha256=eXNb27FT1zeZ_pviqJhMXgTp1dfdHjL59CcgWcQPjrU,775
|
|
142
|
-
paid/types/usage_summary_order_line.py,sha256=jRhgT-zuXBQI7s_5CCC2Rhyn_kWYAI8QFSdeOHbZOjU,784
|
|
143
|
-
paid/usage/__init__.py,sha256=m0ujD0N7E9e37mHfN6Ww2LDnVi5SggwiIxpN-c7ZFTM,167
|
|
144
|
-
paid/usage/client.py,sha256=I6Trkf_HLXOWEVL1lCPU0jGwLOWx638Rn6XtWYkGNf4,8982
|
|
145
|
-
paid/usage/raw_client.py,sha256=0LQU409K1ZwgluN3PoD3yk4Br9uwaiDNh__S-KxKx1M,14261
|
|
146
|
-
paid/usage/types/__init__.py,sha256=ywkMUGnwdZzyCfSJaVaL1mSNTROVXOp40VvwRCyzvbk,188
|
|
147
|
-
paid/usage/types/usage_check_usage_response.py,sha256=kJY4Y7-tbCQVUyA-FMFWPVYJvm8UYQYbWuRUDXfFT_I,1599
|
|
148
|
-
paid/version.py,sha256=QIpDFnOrxMxrs86eL0iNH0mSZ1DO078wWHYY9TYAoew,78
|
|
149
|
-
paid_python-1.0.0a0.dist-info/LICENSE,sha256=Nz4baY1zvv0Qy7lqrQtbaiMhmEeGr2Q7A93aqzpml4c,1071
|
|
150
|
-
paid_python-1.0.0a0.dist-info/METADATA,sha256=I9KlwbPqEcybvZ11UAjyTFFh7S6B5wz2blPzDAJswo4,24210
|
|
151
|
-
paid_python-1.0.0a0.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
152
|
-
paid_python-1.0.0a0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|