growsurf-python 1.1.0__tar.gz → 1.1.1__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.1/.release-please-manifest.json +3 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/CHANGELOG.md +13 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/PKG-INFO +2 -2
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/README.md +1 -1
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/api.md +0 -3
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/pyproject.toml +1 -1
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/_version.py +1 -1
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/resources/campaign/campaign.py +0 -81
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/__init__.py +0 -4
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/api_resources/test_campaign.py +0 -85
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/uv.lock +1 -1
- growsurf_python-1.1.0/.release-please-manifest.json +0 -3
- growsurf_python-1.1.0/src/growsurf/types/referral_flow_screenshots_response.py +0 -34
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/.gitignore +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/CONTRIBUTING.md +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/LICENSE +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/SECURITY.md +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/bin/check-release-environment +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/bin/publish-pypi +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/examples/.keep +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/release-please-config.json +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/requirements-dev.lock +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/__init__.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/_base_client.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/_client.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/_compat.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/_constants.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/_exceptions.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/_files.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/_models.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/_qs.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/_resource.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/_response.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/_streaming.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/_types.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/_utils/__init__.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/_utils/_compat.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/_utils/_datetime_parse.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/_utils/_json.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/_utils/_logs.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/_utils/_path.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/_utils/_proxy.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/_utils/_reflection.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/_utils/_resources_proxy.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/_utils/_streams.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/_utils/_sync.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/_utils/_transform.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/_utils/_typing.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/_utils/_utils.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/lib/.keep +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/py.typed +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/resources/__init__.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/resources/account.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/resources/campaign/__init__.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/resources/campaign/commission.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/resources/campaign/design.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/resources/campaign/emails.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/resources/campaign/installation.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/resources/campaign/options.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/resources/campaign/participant.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/resources/campaign/reward.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/resources/campaign/rewards.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/resources/campaign/webhooks.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/account.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/account_create_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/account_update_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/__init__.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/campaign.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/campaign_design.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/campaign_emails.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/campaign_installation.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/campaign_options.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/campaign_reward_list_response.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/commission_approve_response.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/commission_delete_response.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/delete_reward_response.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/delete_webhook_response.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/email_participant_response.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/fraud_risk_level.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/participant.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/participant_activity_logs_response.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/participant_add_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/participant_analytics_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/participant_analytics_response.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/participant_bulk_delete_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/participant_bulk_delete_response.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/participant_delete_response.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/participant_email_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/participant_list_activity_logs_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/participant_list_commissions_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/participant_list_payouts_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/participant_list_referrals_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/participant_list_rewards_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/participant_list_rewards_response.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/participant_record_transaction_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/participant_record_transaction_response.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/participant_refund_transaction_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/participant_refund_transaction_response.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/participant_reward.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/participant_send_invites_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/participant_send_invites_response.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/participant_trigger_referral_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/participant_trigger_referral_response.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/participant_update_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/referral_source.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/referral_status.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/reward.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/reward_approve_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/reward_approve_response.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/reward_create_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/reward_delete_response.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/reward_fulfill_response.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/reward_tax_valuation.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/reward_update_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/webhook.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/webhook_create_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/webhook_event.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/webhook_list_response.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/webhook_test_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/webhook_test_response.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/webhook_update_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign_create_mobile_participant_token_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign_create_mobile_participant_token_response.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign_create_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign_list_commissions_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign_list_leaderboard_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign_list_participants_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign_list_payouts_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign_list_referrals_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign_list_response.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign_retrieve_analytics_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign_retrieve_analytics_response.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign_update_params.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/commission_structure.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/create_account_response.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/participant_commission_list.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/participant_list.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/participant_payout_list.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/referral_list.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/rotate_api_key_response.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/verification_email_response.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/__init__.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/api_resources/__init__.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/api_resources/campaign/__init__.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/api_resources/campaign/test_commission.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/api_resources/campaign/test_design.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/api_resources/campaign/test_emails.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/api_resources/campaign/test_installation.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/api_resources/campaign/test_options.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/api_resources/campaign/test_participant.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/api_resources/campaign/test_reward.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/api_resources/campaign/test_rewards.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/api_resources/campaign/test_webhooks.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/api_resources/test_account.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/conftest.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/sample_file.txt +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/test_client.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/test_extract_files.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/test_files.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/test_models.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/test_qs.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/test_required_args.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/test_response.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/test_streaming.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/test_transform.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/test_utils/test_datetime_parse.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/test_utils/test_json.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/test_utils/test_path.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/test_utils/test_proxy.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/test_utils/test_typing.py +0 -0
- {growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/utils.py +0 -0
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.1.1](https://github.com/growsurf/growsurf-python/compare/v1.1.0...v1.1.1) (2026-07-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* remove referral screenshot REST surface ([28e5902](https://github.com/growsurf/growsurf-python/commit/28e59029205433515d7797b99985fd480ed3a67a))
|
|
9
|
+
* skip mobile token mock tests ([b3592eb](https://github.com/growsurf/growsurf-python/commit/b3592eb63df762cb7539250f6c939f265a7a9fe1))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Documentation
|
|
13
|
+
|
|
14
|
+
* reduce PyPI badge cache ([358dd6d](https://github.com/growsurf/growsurf-python/commit/358dd6dc1a69895e12a87772e77561e967f2cf2d))
|
|
15
|
+
|
|
3
16
|
## [1.1.0](https://github.com/growsurf/growsurf-python/compare/v1.0.0...v1.1.0) (2026-07-08)
|
|
4
17
|
|
|
5
18
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: growsurf-python
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.1
|
|
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
|
|
@@ -36,7 +36,7 @@ Description-Content-Type: text/markdown
|
|
|
36
36
|
# Growsurf Python API library
|
|
37
37
|
|
|
38
38
|
<!-- prettier-ignore -->
|
|
39
|
-
[)](https://pypi.org/project/growsurf-python/)
|
|
39
|
+
[&cacheSeconds=300)](https://pypi.org/project/growsurf-python/)
|
|
40
40
|
|
|
41
41
|
The Growsurf Python library provides convenient access to the Growsurf REST API from any Python 3.9+
|
|
42
42
|
application. The library includes type definitions for all request params and response fields,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Growsurf Python API library
|
|
2
2
|
|
|
3
3
|
<!-- prettier-ignore -->
|
|
4
|
-
[)](https://pypi.org/project/growsurf-python/)
|
|
4
|
+
[&cacheSeconds=300)](https://pypi.org/project/growsurf-python/)
|
|
5
5
|
|
|
6
6
|
The Growsurf Python library provides convenient access to the Growsurf REST API from any Python 3.9+
|
|
7
7
|
application. The library includes type definitions for all request params and response fields,
|
|
@@ -33,8 +33,6 @@ from growsurf.types import (
|
|
|
33
33
|
ParticipantPayoutList,
|
|
34
34
|
ReferralList,
|
|
35
35
|
CampaignListResponse,
|
|
36
|
-
ReferralFlowScreenshot,
|
|
37
|
-
ReferralFlowScreenshotsResponse,
|
|
38
36
|
CampaignCreateMobileParticipantTokenResponse,
|
|
39
37
|
CampaignRetrieveAnalyticsResponse,
|
|
40
38
|
)
|
|
@@ -47,7 +45,6 @@ Methods:
|
|
|
47
45
|
- <code title="patch /campaign/{id}">client.campaign.<a href="./src/growsurf/resources/campaign/campaign.py">update</a>(id, \*\*<a href="src/growsurf/types/campaign_update_params.py">params</a>) -> <a href="./src/growsurf/types/campaign/campaign.py">Campaign</a></code>
|
|
48
46
|
- <code title="get /campaigns">client.campaign.<a href="./src/growsurf/resources/campaign/campaign.py">list</a>() -> <a href="./src/growsurf/types/campaign_list_response.py">CampaignListResponse</a></code>
|
|
49
47
|
- <code title="post /campaign/{id}/clone">client.campaign.<a href="./src/growsurf/resources/campaign/campaign.py">clone</a>(id) -> <a href="./src/growsurf/types/campaign/campaign.py">Campaign</a></code>
|
|
50
|
-
- <code title="get /campaign/{id}/referral-flow-screenshots">client.campaign.<a href="./src/growsurf/resources/campaign/campaign.py">get_referral_flow_screenshots</a>(id) -> <a href="./src/growsurf/types/referral_flow_screenshots_response.py">ReferralFlowScreenshotsResponse</a></code>
|
|
51
48
|
- <code title="post /campaign/{id}/mobile-participant-token">client.campaign.<a href="./src/growsurf/resources/campaign/campaign.py">create_mobile_participant_token</a>(id, \*\*<a href="src/growsurf/types/campaign_create_mobile_participant_token_params.py">params</a>) -> <a href="./src/growsurf/types/campaign_create_mobile_participant_token_response.py">CampaignCreateMobileParticipantTokenResponse</a></code>
|
|
52
49
|
- <code title="get /campaign/{id}/commissions">client.campaign.<a href="./src/growsurf/resources/campaign/campaign.py">list_commissions</a>(id, \*\*<a href="src/growsurf/types/campaign_list_commissions_params.py">params</a>) -> <a href="./src/growsurf/types/participant_commission_list.py">ParticipantCommissionList</a></code>
|
|
53
50
|
- <code title="get /campaign/{id}/leaderboard">client.campaign.<a href="./src/growsurf/resources/campaign/campaign.py">list_leaderboard</a>(id, \*\*<a href="src/growsurf/types/campaign_list_leaderboard_params.py">params</a>) -> <a href="./src/growsurf/types/participant_list.py">ParticipantList</a></code>
|
|
@@ -109,7 +109,6 @@ from ...types.campaign_list_response import CampaignListResponse
|
|
|
109
109
|
from ...types.participant_payout_list import ParticipantPayoutList
|
|
110
110
|
from ...types.campaign.referral_status import ReferralStatus
|
|
111
111
|
from ...types.participant_commission_list import ParticipantCommissionList
|
|
112
|
-
from ...types.referral_flow_screenshots_response import ReferralFlowScreenshotsResponse
|
|
113
112
|
from ...types.campaign_retrieve_analytics_response import CampaignRetrieveAnalyticsResponse
|
|
114
113
|
from ...types.campaign_create_mobile_participant_token_response import CampaignCreateMobileParticipantTokenResponse
|
|
115
114
|
|
|
@@ -377,40 +376,6 @@ class CampaignResource(SyncAPIResource):
|
|
|
377
376
|
cast_to=Campaign,
|
|
378
377
|
)
|
|
379
378
|
|
|
380
|
-
def get_referral_flow_screenshots(
|
|
381
|
-
self,
|
|
382
|
-
id: str,
|
|
383
|
-
*,
|
|
384
|
-
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
385
|
-
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
386
|
-
extra_headers: Headers | None = None,
|
|
387
|
-
extra_query: Query | None = None,
|
|
388
|
-
extra_body: Body | None = None,
|
|
389
|
-
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
390
|
-
) -> ReferralFlowScreenshotsResponse:
|
|
391
|
-
"""
|
|
392
|
-
Captures two preview screenshots for the program: the authenticated referrer
|
|
393
|
-
view and the referred-friend view.
|
|
394
|
-
|
|
395
|
-
Args:
|
|
396
|
-
extra_headers: Send extra headers
|
|
397
|
-
|
|
398
|
-
extra_query: Add additional query parameters to the request
|
|
399
|
-
|
|
400
|
-
extra_body: Add additional JSON properties to the request
|
|
401
|
-
|
|
402
|
-
timeout: Override the client-level default timeout for this request, in seconds
|
|
403
|
-
"""
|
|
404
|
-
if not id:
|
|
405
|
-
raise ValueError(f"Expected a non-empty value for `id` but received {id!r}")
|
|
406
|
-
return self._get(
|
|
407
|
-
path_template("/campaign/{id}/referral-flow-screenshots", id=id),
|
|
408
|
-
options=make_request_options(
|
|
409
|
-
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
|
410
|
-
),
|
|
411
|
-
cast_to=ReferralFlowScreenshotsResponse,
|
|
412
|
-
)
|
|
413
|
-
|
|
414
379
|
def create_mobile_participant_token(
|
|
415
380
|
self,
|
|
416
381
|
id: str,
|
|
@@ -1113,40 +1078,6 @@ class AsyncCampaignResource(AsyncAPIResource):
|
|
|
1113
1078
|
cast_to=Campaign,
|
|
1114
1079
|
)
|
|
1115
1080
|
|
|
1116
|
-
async def get_referral_flow_screenshots(
|
|
1117
|
-
self,
|
|
1118
|
-
id: str,
|
|
1119
|
-
*,
|
|
1120
|
-
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
1121
|
-
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
1122
|
-
extra_headers: Headers | None = None,
|
|
1123
|
-
extra_query: Query | None = None,
|
|
1124
|
-
extra_body: Body | None = None,
|
|
1125
|
-
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
1126
|
-
) -> ReferralFlowScreenshotsResponse:
|
|
1127
|
-
"""
|
|
1128
|
-
Captures two preview screenshots for the program: the authenticated referrer
|
|
1129
|
-
view and the referred-friend view.
|
|
1130
|
-
|
|
1131
|
-
Args:
|
|
1132
|
-
extra_headers: Send extra headers
|
|
1133
|
-
|
|
1134
|
-
extra_query: Add additional query parameters to the request
|
|
1135
|
-
|
|
1136
|
-
extra_body: Add additional JSON properties to the request
|
|
1137
|
-
|
|
1138
|
-
timeout: Override the client-level default timeout for this request, in seconds
|
|
1139
|
-
"""
|
|
1140
|
-
if not id:
|
|
1141
|
-
raise ValueError(f"Expected a non-empty value for `id` but received {id!r}")
|
|
1142
|
-
return await self._get(
|
|
1143
|
-
path_template("/campaign/{id}/referral-flow-screenshots", id=id),
|
|
1144
|
-
options=make_request_options(
|
|
1145
|
-
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
|
1146
|
-
),
|
|
1147
|
-
cast_to=ReferralFlowScreenshotsResponse,
|
|
1148
|
-
)
|
|
1149
|
-
|
|
1150
1081
|
async def create_mobile_participant_token(
|
|
1151
1082
|
self,
|
|
1152
1083
|
id: str,
|
|
@@ -1607,9 +1538,6 @@ class CampaignResourceWithRawResponse:
|
|
|
1607
1538
|
self.clone = to_raw_response_wrapper(
|
|
1608
1539
|
campaign.clone,
|
|
1609
1540
|
)
|
|
1610
|
-
self.get_referral_flow_screenshots = to_raw_response_wrapper(
|
|
1611
|
-
campaign.get_referral_flow_screenshots,
|
|
1612
|
-
)
|
|
1613
1541
|
self.create_mobile_participant_token = to_raw_response_wrapper(
|
|
1614
1542
|
campaign.create_mobile_participant_token,
|
|
1615
1543
|
)
|
|
@@ -1696,9 +1624,6 @@ class AsyncCampaignResourceWithRawResponse:
|
|
|
1696
1624
|
self.clone = async_to_raw_response_wrapper(
|
|
1697
1625
|
campaign.clone,
|
|
1698
1626
|
)
|
|
1699
|
-
self.get_referral_flow_screenshots = async_to_raw_response_wrapper(
|
|
1700
|
-
campaign.get_referral_flow_screenshots,
|
|
1701
|
-
)
|
|
1702
1627
|
self.create_mobile_participant_token = async_to_raw_response_wrapper(
|
|
1703
1628
|
campaign.create_mobile_participant_token,
|
|
1704
1629
|
)
|
|
@@ -1785,9 +1710,6 @@ class CampaignResourceWithStreamingResponse:
|
|
|
1785
1710
|
self.clone = to_streamed_response_wrapper(
|
|
1786
1711
|
campaign.clone,
|
|
1787
1712
|
)
|
|
1788
|
-
self.get_referral_flow_screenshots = to_streamed_response_wrapper(
|
|
1789
|
-
campaign.get_referral_flow_screenshots,
|
|
1790
|
-
)
|
|
1791
1713
|
self.create_mobile_participant_token = to_streamed_response_wrapper(
|
|
1792
1714
|
campaign.create_mobile_participant_token,
|
|
1793
1715
|
)
|
|
@@ -1874,9 +1796,6 @@ class AsyncCampaignResourceWithStreamingResponse:
|
|
|
1874
1796
|
self.clone = async_to_streamed_response_wrapper(
|
|
1875
1797
|
campaign.clone,
|
|
1876
1798
|
)
|
|
1877
|
-
self.get_referral_flow_screenshots = async_to_streamed_response_wrapper(
|
|
1878
|
-
campaign.get_referral_flow_screenshots,
|
|
1879
|
-
)
|
|
1880
1799
|
self.create_mobile_participant_token = async_to_streamed_response_wrapper(
|
|
1881
1800
|
campaign.create_mobile_participant_token,
|
|
1882
1801
|
)
|
|
@@ -23,10 +23,6 @@ from .campaign_list_commissions_params import CampaignListCommissionsParams as C
|
|
|
23
23
|
from .campaign_list_leaderboard_params import CampaignListLeaderboardParams as CampaignListLeaderboardParams
|
|
24
24
|
from .campaign_list_participants_params import CampaignListParticipantsParams as CampaignListParticipantsParams
|
|
25
25
|
from .campaign_retrieve_analytics_params import CampaignRetrieveAnalyticsParams as CampaignRetrieveAnalyticsParams
|
|
26
|
-
from .referral_flow_screenshots_response import (
|
|
27
|
-
ReferralFlowScreenshot as ReferralFlowScreenshot,
|
|
28
|
-
ReferralFlowScreenshotsResponse as ReferralFlowScreenshotsResponse,
|
|
29
|
-
)
|
|
30
26
|
from .campaign_retrieve_analytics_response import CampaignRetrieveAnalyticsResponse as CampaignRetrieveAnalyticsResponse
|
|
31
27
|
from .campaign_create_mobile_participant_token_params import (
|
|
32
28
|
CampaignCreateMobileParticipantTokenParams as CampaignCreateMobileParticipantTokenParams,
|
|
@@ -15,7 +15,6 @@ from growsurf.types import (
|
|
|
15
15
|
CampaignListResponse,
|
|
16
16
|
ParticipantPayoutList,
|
|
17
17
|
ParticipantCommissionList,
|
|
18
|
-
ReferralFlowScreenshotsResponse,
|
|
19
18
|
CampaignRetrieveAnalyticsResponse,
|
|
20
19
|
CampaignCreateMobileParticipantTokenResponse,
|
|
21
20
|
)
|
|
@@ -240,48 +239,6 @@ class TestCampaign:
|
|
|
240
239
|
"",
|
|
241
240
|
)
|
|
242
241
|
|
|
243
|
-
@pytest.mark.skip(reason="Mock server tests are disabled")
|
|
244
|
-
@parametrize
|
|
245
|
-
def test_method_get_referral_flow_screenshots(self, client: Growsurf) -> None:
|
|
246
|
-
campaign = client.campaign.get_referral_flow_screenshots(
|
|
247
|
-
"id",
|
|
248
|
-
)
|
|
249
|
-
assert_matches_type(ReferralFlowScreenshotsResponse, campaign, path=["response"])
|
|
250
|
-
|
|
251
|
-
@pytest.mark.skip(reason="Mock server tests are disabled")
|
|
252
|
-
@parametrize
|
|
253
|
-
def test_raw_response_get_referral_flow_screenshots(self, client: Growsurf) -> None:
|
|
254
|
-
response = client.campaign.with_raw_response.get_referral_flow_screenshots(
|
|
255
|
-
"id",
|
|
256
|
-
)
|
|
257
|
-
|
|
258
|
-
assert response.is_closed is True
|
|
259
|
-
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
|
260
|
-
campaign = response.parse()
|
|
261
|
-
assert_matches_type(ReferralFlowScreenshotsResponse, campaign, path=["response"])
|
|
262
|
-
|
|
263
|
-
@pytest.mark.skip(reason="Mock server tests are disabled")
|
|
264
|
-
@parametrize
|
|
265
|
-
def test_streaming_response_get_referral_flow_screenshots(self, client: Growsurf) -> None:
|
|
266
|
-
with client.campaign.with_streaming_response.get_referral_flow_screenshots(
|
|
267
|
-
"id",
|
|
268
|
-
) as response:
|
|
269
|
-
assert not response.is_closed
|
|
270
|
-
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
|
271
|
-
|
|
272
|
-
campaign = response.parse()
|
|
273
|
-
assert_matches_type(ReferralFlowScreenshotsResponse, campaign, path=["response"])
|
|
274
|
-
|
|
275
|
-
assert cast(Any, response.is_closed) is True
|
|
276
|
-
|
|
277
|
-
@pytest.mark.skip(reason="Mock server tests are disabled")
|
|
278
|
-
@parametrize
|
|
279
|
-
def test_path_params_get_referral_flow_screenshots(self, client: Growsurf) -> None:
|
|
280
|
-
with pytest.raises(ValueError, match=r"Expected a non-empty value for `id` but received ''"):
|
|
281
|
-
client.campaign.with_raw_response.get_referral_flow_screenshots(
|
|
282
|
-
"",
|
|
283
|
-
)
|
|
284
|
-
|
|
285
242
|
@pytest.mark.skip(reason="Mock server tests are disabled")
|
|
286
243
|
@parametrize
|
|
287
244
|
def test_method_create_mobile_participant_token(self, client: Growsurf) -> None:
|
|
@@ -890,48 +847,6 @@ class TestAsyncCampaign:
|
|
|
890
847
|
"",
|
|
891
848
|
)
|
|
892
849
|
|
|
893
|
-
@pytest.mark.skip(reason="Mock server tests are disabled")
|
|
894
|
-
@parametrize
|
|
895
|
-
async def test_method_get_referral_flow_screenshots(self, async_client: AsyncGrowsurf) -> None:
|
|
896
|
-
campaign = await async_client.campaign.get_referral_flow_screenshots(
|
|
897
|
-
"id",
|
|
898
|
-
)
|
|
899
|
-
assert_matches_type(ReferralFlowScreenshotsResponse, campaign, path=["response"])
|
|
900
|
-
|
|
901
|
-
@pytest.mark.skip(reason="Mock server tests are disabled")
|
|
902
|
-
@parametrize
|
|
903
|
-
async def test_raw_response_get_referral_flow_screenshots(self, async_client: AsyncGrowsurf) -> None:
|
|
904
|
-
response = await async_client.campaign.with_raw_response.get_referral_flow_screenshots(
|
|
905
|
-
"id",
|
|
906
|
-
)
|
|
907
|
-
|
|
908
|
-
assert response.is_closed is True
|
|
909
|
-
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
|
910
|
-
campaign = await response.parse()
|
|
911
|
-
assert_matches_type(ReferralFlowScreenshotsResponse, campaign, path=["response"])
|
|
912
|
-
|
|
913
|
-
@pytest.mark.skip(reason="Mock server tests are disabled")
|
|
914
|
-
@parametrize
|
|
915
|
-
async def test_streaming_response_get_referral_flow_screenshots(self, async_client: AsyncGrowsurf) -> None:
|
|
916
|
-
async with async_client.campaign.with_streaming_response.get_referral_flow_screenshots(
|
|
917
|
-
"id",
|
|
918
|
-
) as response:
|
|
919
|
-
assert not response.is_closed
|
|
920
|
-
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
|
921
|
-
|
|
922
|
-
campaign = await response.parse()
|
|
923
|
-
assert_matches_type(ReferralFlowScreenshotsResponse, campaign, path=["response"])
|
|
924
|
-
|
|
925
|
-
assert cast(Any, response.is_closed) is True
|
|
926
|
-
|
|
927
|
-
@pytest.mark.skip(reason="Mock server tests are disabled")
|
|
928
|
-
@parametrize
|
|
929
|
-
async def test_path_params_get_referral_flow_screenshots(self, async_client: AsyncGrowsurf) -> None:
|
|
930
|
-
with pytest.raises(ValueError, match=r"Expected a non-empty value for `id` but received ''"):
|
|
931
|
-
await async_client.campaign.with_raw_response.get_referral_flow_screenshots(
|
|
932
|
-
"",
|
|
933
|
-
)
|
|
934
|
-
|
|
935
850
|
@pytest.mark.skip(reason="Mock server tests are disabled")
|
|
936
851
|
@parametrize
|
|
937
852
|
async def test_method_create_mobile_participant_token(self, async_client: AsyncGrowsurf) -> None:
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
from typing_extensions import Literal
|
|
4
|
-
|
|
5
|
-
from pydantic import Field as FieldInfo
|
|
6
|
-
|
|
7
|
-
from .._models import BaseModel
|
|
8
|
-
|
|
9
|
-
__all__ = ["ReferralFlowScreenshotsResponse", "ReferralFlowScreenshot"]
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
class ReferralFlowScreenshot(BaseModel):
|
|
13
|
-
view: Literal["referrer", "referredFriend"]
|
|
14
|
-
"""The referral-flow view captured in this screenshot."""
|
|
15
|
-
|
|
16
|
-
url: str
|
|
17
|
-
"""Image URL for the generated screenshot."""
|
|
18
|
-
|
|
19
|
-
width: int
|
|
20
|
-
"""Screenshot viewport width in CSS pixels."""
|
|
21
|
-
|
|
22
|
-
height: int
|
|
23
|
-
"""Screenshot viewport height in CSS pixels."""
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
class ReferralFlowScreenshotsResponse(BaseModel):
|
|
27
|
-
referrer: ReferralFlowScreenshot
|
|
28
|
-
"""Screenshot of the referral flow as a signed-in referrer sees it."""
|
|
29
|
-
|
|
30
|
-
referred_friend: ReferralFlowScreenshot = FieldInfo(alias="referredFriend")
|
|
31
|
-
"""Screenshot of the referral flow as the referred friend sees it."""
|
|
32
|
-
|
|
33
|
-
generated_at: int = FieldInfo(alias="generatedAt")
|
|
34
|
-
"""When the screenshots were generated, as a Unix timestamp in milliseconds."""
|
|
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.0 → growsurf_python-1.1.1}/src/growsurf/resources/campaign/commission.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/resources/campaign/installation.py
RENAMED
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/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.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/campaign_design.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/campaign_emails.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/campaign_installation.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/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.0 → growsurf_python-1.1.1}/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.0 → growsurf_python-1.1.1}/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.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/referral_source.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/referral_status.py
RENAMED
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/reward_approve_params.py
RENAMED
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/reward_create_params.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/reward_tax_valuation.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/reward_update_params.py
RENAMED
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/webhook_create_params.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/webhook_event.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/webhook_list_response.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/webhook_test_params.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/webhook_test_response.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign/webhook_update_params.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign_create_params.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign_list_payouts_params.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign_list_referrals_params.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign_list_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/campaign_update_params.py
RENAMED
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/create_account_response.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/participant_commission_list.py
RENAMED
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/participant_payout_list.py
RENAMED
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/rotate_api_key_response.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/src/growsurf/types/verification_email_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/api_resources/campaign/test_commission.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/api_resources/campaign/test_installation.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/api_resources/campaign/test_options.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/api_resources/campaign/test_participant.py
RENAMED
|
File without changes
|
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/tests/api_resources/campaign/test_rewards.py
RENAMED
|
File without changes
|
{growsurf_python-1.1.0 → growsurf_python-1.1.1}/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
|