growsurf-python 1.1.1__tar.gz → 1.1.2__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.
- growsurf_python-1.1.2/.release-please-manifest.json +3 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/CHANGELOG.md +7 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/PKG-INFO +1 -1
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/pyproject.toml +1 -1
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/_client.py +2 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/_version.py +1 -1
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/resources/account.py +20 -14
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/resources/campaign/reward.py +6 -4
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/rotate_api_key_response.py +1 -1
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/test_client.py +22 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/uv.lock +1 -1
- growsurf_python-1.1.1/.release-please-manifest.json +0 -3
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/.gitignore +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/CONTRIBUTING.md +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/LICENSE +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/README.md +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/SECURITY.md +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/api.md +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/bin/check-release-environment +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/bin/publish-pypi +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/examples/.keep +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/release-please-config.json +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/requirements-dev.lock +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/__init__.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/_base_client.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/_compat.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/_constants.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/_exceptions.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/_files.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/_models.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/_qs.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/_resource.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/_response.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/_streaming.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/_types.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/_utils/__init__.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/_utils/_compat.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/_utils/_datetime_parse.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/_utils/_json.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/_utils/_logs.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/_utils/_path.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/_utils/_proxy.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/_utils/_reflection.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/_utils/_resources_proxy.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/_utils/_streams.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/_utils/_sync.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/_utils/_transform.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/_utils/_typing.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/_utils/_utils.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/lib/.keep +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/py.typed +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/resources/__init__.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/resources/campaign/__init__.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/resources/campaign/campaign.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/resources/campaign/commission.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/resources/campaign/design.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/resources/campaign/emails.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/resources/campaign/installation.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/resources/campaign/options.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/resources/campaign/participant.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/resources/campaign/rewards.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/resources/campaign/webhooks.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/__init__.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/account.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/account_create_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/account_update_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/__init__.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/campaign.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/campaign_design.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/campaign_emails.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/campaign_installation.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/campaign_options.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/campaign_reward_list_response.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/commission_approve_response.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/commission_delete_response.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/delete_reward_response.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/delete_webhook_response.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/email_participant_response.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/fraud_risk_level.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/participant.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/participant_activity_logs_response.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/participant_add_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/participant_analytics_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/participant_analytics_response.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/participant_bulk_delete_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/participant_bulk_delete_response.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/participant_delete_response.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/participant_email_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/participant_list_activity_logs_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/participant_list_commissions_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/participant_list_payouts_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/participant_list_referrals_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/participant_list_rewards_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/participant_list_rewards_response.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/participant_record_transaction_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/participant_record_transaction_response.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/participant_refund_transaction_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/participant_refund_transaction_response.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/participant_reward.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/participant_send_invites_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/participant_send_invites_response.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/participant_trigger_referral_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/participant_trigger_referral_response.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/participant_update_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/referral_source.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/referral_status.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/reward.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/reward_approve_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/reward_approve_response.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/reward_create_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/reward_delete_response.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/reward_fulfill_response.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/reward_tax_valuation.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/reward_update_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/webhook.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/webhook_create_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/webhook_event.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/webhook_list_response.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/webhook_test_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/webhook_test_response.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/webhook_update_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign_create_mobile_participant_token_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign_create_mobile_participant_token_response.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign_create_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign_list_commissions_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign_list_leaderboard_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign_list_participants_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign_list_payouts_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign_list_referrals_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign_list_response.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign_retrieve_analytics_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign_retrieve_analytics_response.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign_update_params.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/commission_structure.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/create_account_response.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/participant_commission_list.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/participant_list.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/participant_payout_list.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/referral_list.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/verification_email_response.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/__init__.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/api_resources/__init__.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/api_resources/campaign/__init__.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/api_resources/campaign/test_commission.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/api_resources/campaign/test_design.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/api_resources/campaign/test_emails.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/api_resources/campaign/test_installation.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/api_resources/campaign/test_options.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/api_resources/campaign/test_participant.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/api_resources/campaign/test_reward.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/api_resources/campaign/test_rewards.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/api_resources/campaign/test_webhooks.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/api_resources/test_account.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/api_resources/test_campaign.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/conftest.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/sample_file.txt +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/test_extract_files.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/test_files.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/test_models.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/test_qs.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/test_required_args.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/test_response.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/test_streaming.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/test_transform.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/test_utils/test_datetime_parse.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/test_utils/test_json.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/test_utils/test_path.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/test_utils/test_proxy.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/test_utils/test_typing.py +0 -0
- {growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/utils.py +0 -0
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.1.2](https://github.com/growsurf/growsurf-python/compare/v1.1.1...v1.1.2) (2026-07-11)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* support retry-safe API key rotation ([8656a44](https://github.com/growsurf/growsurf-python/commit/8656a4469e8e48a6ad7252ad1c9241d8cef09ee2))
|
|
9
|
+
|
|
3
10
|
## [1.1.1](https://github.com/growsurf/growsurf-python/compare/v1.1.0...v1.1.1) (2026-07-09)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: growsurf-python
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.2
|
|
4
4
|
Summary: The official Python library for the growsurf API
|
|
5
5
|
Project-URL: Homepage, https://github.com/growsurf/growsurf-python
|
|
6
6
|
Project-URL: Repository, https://github.com/growsurf/growsurf-python
|
|
@@ -115,6 +115,7 @@ class Growsurf(SyncAPIClient):
|
|
|
115
115
|
custom_query=default_query,
|
|
116
116
|
_strict_response_validation=_strict_response_validation,
|
|
117
117
|
)
|
|
118
|
+
self._idempotency_header = "Idempotency-Key"
|
|
118
119
|
|
|
119
120
|
@cached_property
|
|
120
121
|
def account(self) -> AccountResource:
|
|
@@ -311,6 +312,7 @@ class AsyncGrowsurf(AsyncAPIClient):
|
|
|
311
312
|
custom_query=default_query,
|
|
312
313
|
_strict_response_validation=_strict_response_validation,
|
|
313
314
|
)
|
|
315
|
+
self._idempotency_header = "Idempotency-Key"
|
|
314
316
|
|
|
315
317
|
@cached_property
|
|
316
318
|
def account(self) -> AsyncAccountResource:
|
|
@@ -65,9 +65,10 @@ class AccountResource(SyncAPIResource):
|
|
|
65
65
|
an API key, so you can call it on a client constructed with any placeholder
|
|
66
66
|
`api_key`.
|
|
67
67
|
|
|
68
|
-
The response includes an API key for the new account,
|
|
69
|
-
until the account's email address is verified:
|
|
70
|
-
the Accounts group return a `403` with error
|
|
68
|
+
The response includes an API key for the new account, shown once in the
|
|
69
|
+
response. The key is locked until the account's email address is verified:
|
|
70
|
+
authenticated endpoints outside the Accounts group return a `403` with error
|
|
71
|
+
code `EMAIL_NOT_VERIFIED_ERROR`
|
|
71
72
|
until then (resend the email via the resend-verification-email endpoint, then
|
|
72
73
|
retry). A welcome email is sent to the address with the verification link and a
|
|
73
74
|
set-password link for dashboard access. Accounts whose email is never verified
|
|
@@ -183,11 +184,13 @@ class AccountResource(SyncAPIResource):
|
|
|
183
184
|
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
184
185
|
) -> RotateApiKeyResponse:
|
|
185
186
|
"""
|
|
186
|
-
Generates a new API key and
|
|
187
|
+
Generates a new API key and invalidates the key used for the request.
|
|
187
188
|
|
|
188
|
-
The
|
|
189
|
-
|
|
190
|
-
account owner is notified by email whenever the key is
|
|
189
|
+
The SDK sends a retry-safe `Idempotency-Key`, so automatic retries return the
|
|
190
|
+
same replacement. Store the returned key, then update every integration that
|
|
191
|
+
used the old key. The account owner is notified by email whenever the key is
|
|
192
|
+
rotated. Requires an API key with `api_key:rotate`. This operation is available
|
|
193
|
+
only through the REST API or a GrowSurf API SDK, not through MCP.
|
|
191
194
|
"""
|
|
192
195
|
return self._post(
|
|
193
196
|
"/account/api-key",
|
|
@@ -288,9 +291,10 @@ class AsyncAccountResource(AsyncAPIResource):
|
|
|
288
291
|
an API key, so you can call it on a client constructed with any placeholder
|
|
289
292
|
`api_key`.
|
|
290
293
|
|
|
291
|
-
The response includes an API key for the new account,
|
|
292
|
-
until the account's email address is verified:
|
|
293
|
-
the Accounts group return a `403` with error
|
|
294
|
+
The response includes an API key for the new account, shown once in the
|
|
295
|
+
response. The key is locked until the account's email address is verified:
|
|
296
|
+
authenticated endpoints outside the Accounts group return a `403` with error
|
|
297
|
+
code `EMAIL_NOT_VERIFIED_ERROR`
|
|
294
298
|
until then (resend the email via the resend-verification-email endpoint, then
|
|
295
299
|
retry). A welcome email is sent to the address with the verification link and a
|
|
296
300
|
set-password link for dashboard access. Accounts whose email is never verified
|
|
@@ -406,11 +410,13 @@ class AsyncAccountResource(AsyncAPIResource):
|
|
|
406
410
|
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
407
411
|
) -> RotateApiKeyResponse:
|
|
408
412
|
"""
|
|
409
|
-
Generates a new API key and
|
|
413
|
+
Generates a new API key and invalidates the key used for the request.
|
|
410
414
|
|
|
411
|
-
The
|
|
412
|
-
|
|
413
|
-
account owner is notified by email whenever the key is
|
|
415
|
+
The SDK sends a retry-safe `Idempotency-Key`, so automatic retries return the
|
|
416
|
+
same replacement. Store the returned key, then update every integration that
|
|
417
|
+
used the old key. The account owner is notified by email whenever the key is
|
|
418
|
+
rotated. Requires an API key with `api_key:rotate`. This operation is available
|
|
419
|
+
only through the REST API or a GrowSurf API SDK, not through MCP.
|
|
414
420
|
"""
|
|
415
421
|
return await self._post(
|
|
416
422
|
"/account/api-key",
|
|
@@ -96,7 +96,8 @@ class RewardResource(SyncAPIResource):
|
|
|
96
96
|
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
97
97
|
) -> RewardApproveResponse:
|
|
98
98
|
"""
|
|
99
|
-
Approves a manually approved reward earned by a participant.
|
|
99
|
+
Approves a manually approved reward earned by a participant. Requires
|
|
100
|
+
`reward:write`. Passing `fulfill=True` also requires `reward:fulfill`.
|
|
100
101
|
|
|
101
102
|
Args:
|
|
102
103
|
fulfill: Set true to mark the reward as fulfilled after approval.
|
|
@@ -135,7 +136,7 @@ class RewardResource(SyncAPIResource):
|
|
|
135
136
|
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
136
137
|
) -> RewardFulfillResponse:
|
|
137
138
|
"""
|
|
138
|
-
Marks an approved participant reward as fulfilled.
|
|
139
|
+
Marks an approved participant reward as fulfilled. Requires `reward:fulfill`.
|
|
139
140
|
|
|
140
141
|
Args:
|
|
141
142
|
extra_headers: Send extra headers
|
|
@@ -232,7 +233,8 @@ class AsyncRewardResource(AsyncAPIResource):
|
|
|
232
233
|
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
233
234
|
) -> RewardApproveResponse:
|
|
234
235
|
"""
|
|
235
|
-
Approves a manually approved reward earned by a participant.
|
|
236
|
+
Approves a manually approved reward earned by a participant. Requires
|
|
237
|
+
`reward:write`. Passing `fulfill=True` also requires `reward:fulfill`.
|
|
236
238
|
|
|
237
239
|
Args:
|
|
238
240
|
fulfill: Set true to mark the reward as fulfilled after approval.
|
|
@@ -271,7 +273,7 @@ class AsyncRewardResource(AsyncAPIResource):
|
|
|
271
273
|
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
272
274
|
) -> RewardFulfillResponse:
|
|
273
275
|
"""
|
|
274
|
-
Marks an approved participant reward as fulfilled.
|
|
276
|
+
Marks an approved participant reward as fulfilled. Requires `reward:fulfill`.
|
|
275
277
|
|
|
276
278
|
Args:
|
|
277
279
|
extra_headers: Send extra headers
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/rotate_api_key_response.py
RENAMED
|
@@ -9,4 +9,4 @@ __all__ = ["RotateApiKeyResponse"]
|
|
|
9
9
|
|
|
10
10
|
class RotateApiKeyResponse(BaseModel):
|
|
11
11
|
api_key: str = FieldInfo(alias="apiKey")
|
|
12
|
-
"""The new API key.
|
|
12
|
+
"""The new API key. Store it now; the key used for rotation stops working immediately."""
|
|
@@ -399,6 +399,17 @@ class TestGrowsurf:
|
|
|
399
399
|
test_client.close()
|
|
400
400
|
test_client2.close()
|
|
401
401
|
|
|
402
|
+
def test_mutating_requests_include_a_retry_stable_idempotency_key(self, client: Growsurf) -> None:
|
|
403
|
+
options = FinalRequestOptions(method="post", url="/account/api-key")
|
|
404
|
+
options.idempotency_key = client._idempotency_key()
|
|
405
|
+
request = client._build_request(options)
|
|
406
|
+
|
|
407
|
+
assert client._idempotency_header == "Idempotency-Key"
|
|
408
|
+
idempotency_key = request.headers.get("Idempotency-Key")
|
|
409
|
+
assert idempotency_key is not None
|
|
410
|
+
assert idempotency_key.startswith("stainless-python-retry-")
|
|
411
|
+
assert options.idempotency_key == idempotency_key
|
|
412
|
+
|
|
402
413
|
def test_validate_headers(self) -> None:
|
|
403
414
|
client = Growsurf(base_url=base_url, api_key=api_key, _strict_response_validation=True)
|
|
404
415
|
request = client._build_request(FinalRequestOptions(method="get", url="/foo"))
|
|
@@ -1314,6 +1325,17 @@ class TestAsyncGrowsurf:
|
|
|
1314
1325
|
await test_client.close()
|
|
1315
1326
|
await test_client2.close()
|
|
1316
1327
|
|
|
1328
|
+
def test_mutating_requests_include_a_retry_stable_idempotency_key(self, client: AsyncGrowsurf) -> None:
|
|
1329
|
+
options = FinalRequestOptions(method="post", url="/account/api-key")
|
|
1330
|
+
options.idempotency_key = client._idempotency_key()
|
|
1331
|
+
request = client._build_request(options)
|
|
1332
|
+
|
|
1333
|
+
assert client._idempotency_header == "Idempotency-Key"
|
|
1334
|
+
idempotency_key = request.headers.get("Idempotency-Key")
|
|
1335
|
+
assert idempotency_key is not None
|
|
1336
|
+
assert idempotency_key.startswith("stainless-python-retry-")
|
|
1337
|
+
assert options.idempotency_key == idempotency_key
|
|
1338
|
+
|
|
1317
1339
|
def test_validate_headers(self) -> None:
|
|
1318
1340
|
client = AsyncGrowsurf(base_url=base_url, api_key=api_key, _strict_response_validation=True)
|
|
1319
1341
|
request = client._build_request(FinalRequestOptions(method="get", url="/foo"))
|
|
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
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/resources/campaign/commission.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/resources/campaign/installation.py
RENAMED
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/resources/campaign/participant.py
RENAMED
|
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
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/campaign_design.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/campaign_emails.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/campaign_installation.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/campaign_options.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/fraud_risk_level.py
RENAMED
|
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
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/participant_reward.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/referral_source.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/referral_status.py
RENAMED
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/reward_approve_params.py
RENAMED
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/reward_create_params.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/reward_tax_valuation.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/reward_update_params.py
RENAMED
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/webhook_create_params.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/webhook_event.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/webhook_list_response.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/webhook_test_params.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/webhook_test_response.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign/webhook_update_params.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign_create_params.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign_list_payouts_params.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign_list_referrals_params.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign_list_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/campaign_update_params.py
RENAMED
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/create_account_response.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/participant_commission_list.py
RENAMED
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/participant_payout_list.py
RENAMED
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/src/growsurf/types/verification_email_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/api_resources/campaign/test_commission.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/api_resources/campaign/test_installation.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/api_resources/campaign/test_options.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/api_resources/campaign/test_participant.py
RENAMED
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/api_resources/campaign/test_rewards.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.1 → growsurf_python-1.1.2}/tests/api_resources/campaign/test_webhooks.py
RENAMED
|
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
|