whop_sdk 0.0.11 → 0.0.12
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/README.md +1 -1
- data/lib/whop_sdk/models/checkout_configuration_create_params.rb +9 -1
- data/lib/whop_sdk/models/plan.rb +9 -1
- data/lib/whop_sdk/models/plan_create_params.rb +9 -1
- data/lib/whop_sdk/models/plan_list_response.rb +9 -1
- data/lib/whop_sdk/models/product_create_params.rb +2 -2
- data/lib/whop_sdk/models/unwrap_webhook_event.rb +5 -1
- data/lib/whop_sdk/models/withdrawal_created_webhook_event.rb +309 -0
- data/lib/whop_sdk/models/withdrawal_retrieve_response.rb +111 -166
- data/lib/whop_sdk/models/withdrawal_updated_webhook_event.rb +309 -0
- data/lib/whop_sdk/models.rb +4 -0
- data/lib/whop_sdk/resources/plans.rb +3 -1
- data/lib/whop_sdk/resources/products.rb +1 -1
- data/lib/whop_sdk/resources/webhooks.rb +1 -1
- data/lib/whop_sdk/version.rb +1 -1
- data/lib/whop_sdk.rb +2 -0
- data/rbi/whop_sdk/models/checkout_configuration_create_params.rbi +8 -0
- data/rbi/whop_sdk/models/plan.rbi +8 -0
- data/rbi/whop_sdk/models/plan_create_params.rbi +8 -0
- data/rbi/whop_sdk/models/plan_list_response.rbi +8 -0
- data/rbi/whop_sdk/models/product_create_params.rbi +2 -2
- data/rbi/whop_sdk/models/unwrap_webhook_event.rbi +2 -0
- data/rbi/whop_sdk/models/withdrawal_created_webhook_event.rbi +633 -0
- data/rbi/whop_sdk/models/withdrawal_retrieve_response.rbi +326 -480
- data/rbi/whop_sdk/models/withdrawal_updated_webhook_event.rbi +633 -0
- data/rbi/whop_sdk/models.rbi +4 -0
- data/rbi/whop_sdk/resources/plans.rbi +3 -0
- data/rbi/whop_sdk/resources/products.rbi +1 -1
- data/rbi/whop_sdk/resources/webhooks.rbi +2 -0
- data/sig/whop_sdk/models/checkout_configuration_create_params.rbs +5 -0
- data/sig/whop_sdk/models/plan.rbs +5 -0
- data/sig/whop_sdk/models/plan_create_params.rbs +5 -0
- data/sig/whop_sdk/models/plan_list_response.rbs +5 -0
- data/sig/whop_sdk/models/unwrap_webhook_event.rbs +2 -0
- data/sig/whop_sdk/models/withdrawal_created_webhook_event.rbs +275 -0
- data/sig/whop_sdk/models/withdrawal_retrieve_response.rbs +132 -191
- data/sig/whop_sdk/models/withdrawal_updated_webhook_event.rbs +275 -0
- data/sig/whop_sdk/models.rbs +4 -0
- data/sig/whop_sdk/resources/plans.rbs +1 -0
- data/sig/whop_sdk/resources/webhooks.rbs +2 -0
- metadata +8 -2
|
@@ -16,6 +16,8 @@ module WhopSDK
|
|
|
16
16
|
| WhopSDK::SetupIntentRequiresActionWebhookEvent
|
|
17
17
|
| WhopSDK::SetupIntentSucceededWebhookEvent
|
|
18
18
|
| WhopSDK::SetupIntentCanceledWebhookEvent
|
|
19
|
+
| WhopSDK::WithdrawalCreatedWebhookEvent
|
|
20
|
+
| WhopSDK::WithdrawalUpdatedWebhookEvent
|
|
19
21
|
| WhopSDK::CourseLessonInteractionCompletedWebhookEvent
|
|
20
22
|
| WhopSDK::PaymentSucceededWebhookEvent
|
|
21
23
|
| WhopSDK::PaymentFailedWebhookEvent
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: whop_sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Whop
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-12-
|
|
11
|
+
date: 2025-12-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: connection_pool
|
|
@@ -374,6 +374,7 @@ files:
|
|
|
374
374
|
- lib/whop_sdk/models/who_can_post.rb
|
|
375
375
|
- lib/whop_sdk/models/who_can_post_types.rb
|
|
376
376
|
- lib/whop_sdk/models/who_can_react.rb
|
|
377
|
+
- lib/whop_sdk/models/withdrawal_created_webhook_event.rb
|
|
377
378
|
- lib/whop_sdk/models/withdrawal_fee_types.rb
|
|
378
379
|
- lib/whop_sdk/models/withdrawal_list_params.rb
|
|
379
380
|
- lib/whop_sdk/models/withdrawal_list_response.rb
|
|
@@ -382,6 +383,7 @@ files:
|
|
|
382
383
|
- lib/whop_sdk/models/withdrawal_speeds.rb
|
|
383
384
|
- lib/whop_sdk/models/withdrawal_status.rb
|
|
384
385
|
- lib/whop_sdk/models/withdrawal_types.rb
|
|
386
|
+
- lib/whop_sdk/models/withdrawal_updated_webhook_event.rb
|
|
385
387
|
- lib/whop_sdk/request_options.rb
|
|
386
388
|
- lib/whop_sdk/resources/access_tokens.rb
|
|
387
389
|
- lib/whop_sdk/resources/account_links.rb
|
|
@@ -733,6 +735,7 @@ files:
|
|
|
733
735
|
- rbi/whop_sdk/models/who_can_post.rbi
|
|
734
736
|
- rbi/whop_sdk/models/who_can_post_types.rbi
|
|
735
737
|
- rbi/whop_sdk/models/who_can_react.rbi
|
|
738
|
+
- rbi/whop_sdk/models/withdrawal_created_webhook_event.rbi
|
|
736
739
|
- rbi/whop_sdk/models/withdrawal_fee_types.rbi
|
|
737
740
|
- rbi/whop_sdk/models/withdrawal_list_params.rbi
|
|
738
741
|
- rbi/whop_sdk/models/withdrawal_list_response.rbi
|
|
@@ -741,6 +744,7 @@ files:
|
|
|
741
744
|
- rbi/whop_sdk/models/withdrawal_speeds.rbi
|
|
742
745
|
- rbi/whop_sdk/models/withdrawal_status.rbi
|
|
743
746
|
- rbi/whop_sdk/models/withdrawal_types.rbi
|
|
747
|
+
- rbi/whop_sdk/models/withdrawal_updated_webhook_event.rbi
|
|
744
748
|
- rbi/whop_sdk/request_options.rbi
|
|
745
749
|
- rbi/whop_sdk/resources/access_tokens.rbi
|
|
746
750
|
- rbi/whop_sdk/resources/account_links.rbi
|
|
@@ -1091,6 +1095,7 @@ files:
|
|
|
1091
1095
|
- sig/whop_sdk/models/who_can_post.rbs
|
|
1092
1096
|
- sig/whop_sdk/models/who_can_post_types.rbs
|
|
1093
1097
|
- sig/whop_sdk/models/who_can_react.rbs
|
|
1098
|
+
- sig/whop_sdk/models/withdrawal_created_webhook_event.rbs
|
|
1094
1099
|
- sig/whop_sdk/models/withdrawal_fee_types.rbs
|
|
1095
1100
|
- sig/whop_sdk/models/withdrawal_list_params.rbs
|
|
1096
1101
|
- sig/whop_sdk/models/withdrawal_list_response.rbs
|
|
@@ -1099,6 +1104,7 @@ files:
|
|
|
1099
1104
|
- sig/whop_sdk/models/withdrawal_speeds.rbs
|
|
1100
1105
|
- sig/whop_sdk/models/withdrawal_status.rbs
|
|
1101
1106
|
- sig/whop_sdk/models/withdrawal_types.rbs
|
|
1107
|
+
- sig/whop_sdk/models/withdrawal_updated_webhook_event.rbs
|
|
1102
1108
|
- sig/whop_sdk/request_options.rbs
|
|
1103
1109
|
- sig/whop_sdk/resources/access_tokens.rbs
|
|
1104
1110
|
- sig/whop_sdk/resources/account_links.rbs
|