dodopayments 2.9.1 → 2.11.0
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 +25 -0
- data/README.md +9 -9
- data/lib/dodopayments/client.rb +4 -0
- data/lib/dodopayments/internal/transport/base_client.rb +2 -0
- data/lib/dodopayments/internal/type/union.rb +21 -7
- data/lib/dodopayments/models/abandoned_checkout_detected_webhook_event.rb +4 -16
- data/lib/dodopayments/models/abandoned_checkout_recovered_webhook_event.rb +4 -16
- data/lib/dodopayments/models/checkout_session_flags.rb +15 -1
- data/lib/dodopayments/models/checkout_session_request.rb +25 -2
- data/lib/dodopayments/models/checkout_session_response.rb +33 -1
- data/lib/dodopayments/models/credit_added_webhook_event.rb +4 -16
- data/lib/dodopayments/models/credit_balance_low_webhook_event.rb +4 -16
- data/lib/dodopayments/models/credit_deducted_webhook_event.rb +4 -16
- data/lib/dodopayments/models/credit_expired_webhook_event.rb +4 -16
- data/lib/dodopayments/models/credit_manual_adjustment_webhook_event.rb +4 -16
- data/lib/dodopayments/models/credit_overage_charged_webhook_event.rb +4 -16
- data/lib/dodopayments/models/credit_overage_reset_webhook_event.rb +4 -16
- data/lib/dodopayments/models/credit_rolled_over_webhook_event.rb +4 -16
- data/lib/dodopayments/models/credit_rollover_forfeited_webhook_event.rb +4 -16
- data/lib/dodopayments/models/discount_detail.rb +143 -0
- data/lib/dodopayments/models/dispute_accepted_webhook_event.rb +4 -16
- data/lib/dodopayments/models/dispute_cancelled_webhook_event.rb +4 -16
- data/lib/dodopayments/models/dispute_challenged_webhook_event.rb +4 -16
- data/lib/dodopayments/models/dispute_expired_webhook_event.rb +4 -16
- data/lib/dodopayments/models/dispute_lost_webhook_event.rb +4 -16
- data/lib/dodopayments/models/dispute_opened_webhook_event.rb +4 -16
- data/lib/dodopayments/models/dispute_won_webhook_event.rb +4 -16
- data/lib/dodopayments/models/dunning_recovered_webhook_event.rb +4 -16
- data/lib/dodopayments/models/dunning_started_webhook_event.rb +4 -16
- data/lib/dodopayments/models/entitlement_grant_created_webhook_event.rb +4 -16
- data/lib/dodopayments/models/entitlement_grant_delivered_webhook_event.rb +4 -16
- data/lib/dodopayments/models/entitlement_grant_failed_webhook_event.rb +4 -16
- data/lib/dodopayments/models/entitlement_grant_revoked_webhook_event.rb +4 -16
- data/lib/dodopayments/models/filter_type.rb +71 -0
- data/lib/dodopayments/models/github_permission.rb +19 -0
- data/lib/dodopayments/models/integration_config.rb +3 -19
- data/lib/dodopayments/models/integration_config_response.rb +3 -19
- data/lib/dodopayments/models/invoices/payment_retrieve_payout_params.rb +22 -0
- data/lib/dodopayments/models/license_key_created_webhook_event.rb +4 -16
- data/lib/dodopayments/models/meter_filter.rb +3 -331
- data/lib/dodopayments/models/payment.rb +15 -3
- data/lib/dodopayments/models/payment_cancelled_webhook_event.rb +4 -16
- data/lib/dodopayments/models/payment_create_params.rb +25 -3
- data/lib/dodopayments/models/payment_create_response.rb +14 -3
- data/lib/dodopayments/models/payment_failed_webhook_event.rb +4 -16
- data/lib/dodopayments/models/payment_method_types.rb +1 -0
- data/lib/dodopayments/models/payment_processing_webhook_event.rb +4 -16
- data/lib/dodopayments/models/payment_succeeded_webhook_event.rb +4 -16
- data/lib/dodopayments/models/payout_list_response.rb +6 -3
- data/lib/dodopayments/models/price.rb +20 -48
- data/lib/dodopayments/models/product.rb +3 -3
- data/lib/dodopayments/models/product_collection.rb +74 -0
- data/lib/dodopayments/models/product_collection_create_params.rb +47 -0
- data/lib/dodopayments/models/product_collection_delete_params.rb +20 -0
- data/lib/dodopayments/models/product_collection_list_params.rb +46 -0
- data/lib/dodopayments/models/product_collection_list_response.rb +65 -0
- data/lib/dodopayments/models/product_collection_retrieve_params.rb +20 -0
- data/lib/dodopayments/models/product_collection_unarchive_params.rb +20 -0
- data/lib/dodopayments/models/product_collection_unarchive_response.rb +33 -0
- data/lib/dodopayments/models/product_collection_update_images_params.rb +29 -0
- data/lib/dodopayments/models/product_collection_update_images_response.rb +25 -0
- data/lib/dodopayments/models/product_collection_update_params.rb +61 -0
- data/lib/dodopayments/models/product_collections/group_create_params.rb +22 -0
- data/lib/dodopayments/models/product_collections/group_delete_params.rb +28 -0
- data/lib/dodopayments/models/product_collections/group_product.rb +26 -0
- data/lib/dodopayments/models/product_collections/group_update_params.rb +59 -0
- data/lib/dodopayments/models/product_collections/groups/item_create_params.rb +41 -0
- data/lib/dodopayments/models/product_collections/groups/item_create_response.rb +15 -0
- data/lib/dodopayments/models/product_collections/groups/item_delete_params.rb +36 -0
- data/lib/dodopayments/models/product_collections/groups/item_update_params.rb +47 -0
- data/lib/dodopayments/models/product_collections/groups/product_collection_product.rb +132 -0
- data/lib/dodopayments/models/product_collections/product_collection_group_details.rb +42 -0
- data/lib/dodopayments/models/product_collections/product_collection_group_response.rb +39 -0
- data/lib/dodopayments/models/product_create_params.rb +3 -3
- data/lib/dodopayments/models/product_item_req.rb +42 -1
- data/lib/dodopayments/models/product_update_params.rb +3 -3
- data/lib/dodopayments/models/refund_failed_webhook_event.rb +4 -16
- data/lib/dodopayments/models/refund_succeeded_webhook_event.rb +4 -16
- data/lib/dodopayments/models/subscription.rb +24 -5
- data/lib/dodopayments/models/subscription_active_webhook_event.rb +4 -16
- data/lib/dodopayments/models/subscription_cancelled_webhook_event.rb +4 -16
- data/lib/dodopayments/models/subscription_create_params.rb +25 -3
- data/lib/dodopayments/models/subscription_create_response.rb +14 -3
- data/lib/dodopayments/models/subscription_expired_webhook_event.rb +4 -16
- data/lib/dodopayments/models/subscription_failed_webhook_event.rb +4 -16
- data/lib/dodopayments/models/subscription_list_response.rb +45 -5
- data/lib/dodopayments/models/subscription_on_hold_webhook_event.rb +4 -16
- data/lib/dodopayments/models/subscription_plan_changed_webhook_event.rb +4 -16
- data/lib/dodopayments/models/subscription_preview_change_plan_response.rb +21 -49
- data/lib/dodopayments/models/subscription_renewed_webhook_event.rb +4 -16
- data/lib/dodopayments/models/subscription_update_params.rb +12 -1
- data/lib/dodopayments/models/subscription_update_payment_method_params.rb +19 -37
- data/lib/dodopayments/models/subscription_updated_webhook_event.rb +4 -16
- data/lib/dodopayments/models/unsafe_unwrap_webhook_event.rb +41 -39
- data/lib/dodopayments/models/unwrap_webhook_event.rb +41 -39
- data/lib/dodopayments/models/update_subscription_plan_req.rb +17 -6
- data/lib/dodopayments/models/webhook_event_type.rb +1 -2
- data/lib/dodopayments/models/webhook_payload.rb +52 -143
- data/lib/dodopayments/models.rb +24 -0
- data/lib/dodopayments/resources/checkout_sessions.rb +12 -4
- data/lib/dodopayments/resources/invoices/payments.rb +18 -0
- data/lib/dodopayments/resources/payments.rb +6 -2
- data/lib/dodopayments/resources/product_collections/groups/items.rb +111 -0
- data/lib/dodopayments/resources/product_collections/groups.rb +109 -0
- data/lib/dodopayments/resources/product_collections.rb +179 -0
- data/lib/dodopayments/resources/subscriptions.rb +20 -10
- data/lib/dodopayments/version.rb +1 -1
- data/lib/dodopayments.rb +29 -0
- data/rbi/dodopayments/client.rbi +3 -0
- data/rbi/dodopayments/models/abandoned_checkout_detected_webhook_event.rbi +4 -40
- data/rbi/dodopayments/models/abandoned_checkout_recovered_webhook_event.rbi +4 -40
- data/rbi/dodopayments/models/checkout_session_flags.rbi +23 -0
- data/rbi/dodopayments/models/checkout_session_request.rbi +26 -0
- data/rbi/dodopayments/models/checkout_session_response.rbi +43 -5
- data/rbi/dodopayments/models/credit_added_webhook_event.rbi +4 -29
- data/rbi/dodopayments/models/credit_balance_low_webhook_event.rbi +4 -33
- data/rbi/dodopayments/models/credit_deducted_webhook_event.rbi +4 -33
- data/rbi/dodopayments/models/credit_expired_webhook_event.rbi +4 -33
- data/rbi/dodopayments/models/credit_manual_adjustment_webhook_event.rbi +4 -39
- data/rbi/dodopayments/models/credit_overage_charged_webhook_event.rbi +4 -36
- data/rbi/dodopayments/models/credit_overage_reset_webhook_event.rbi +4 -36
- data/rbi/dodopayments/models/credit_rolled_over_webhook_event.rbi +4 -33
- data/rbi/dodopayments/models/credit_rollover_forfeited_webhook_event.rbi +4 -40
- data/rbi/dodopayments/models/discount_detail.rbi +161 -0
- data/rbi/dodopayments/models/dispute_accepted_webhook_event.rbi +4 -33
- data/rbi/dodopayments/models/dispute_cancelled_webhook_event.rbi +4 -33
- data/rbi/dodopayments/models/dispute_challenged_webhook_event.rbi +4 -34
- data/rbi/dodopayments/models/dispute_expired_webhook_event.rbi +4 -33
- data/rbi/dodopayments/models/dispute_lost_webhook_event.rbi +4 -29
- data/rbi/dodopayments/models/dispute_opened_webhook_event.rbi +4 -33
- data/rbi/dodopayments/models/dispute_won_webhook_event.rbi +4 -29
- data/rbi/dodopayments/models/dunning_recovered_webhook_event.rbi +4 -33
- data/rbi/dodopayments/models/dunning_started_webhook_event.rbi +4 -33
- data/rbi/dodopayments/models/entitlement_grant_created_webhook_event.rbi +4 -40
- data/rbi/dodopayments/models/entitlement_grant_delivered_webhook_event.rbi +4 -40
- data/rbi/dodopayments/models/entitlement_grant_failed_webhook_event.rbi +4 -39
- data/rbi/dodopayments/models/entitlement_grant_revoked_webhook_event.rbi +4 -40
- data/rbi/dodopayments/models/filter_type.rbi +112 -0
- data/rbi/dodopayments/models/github_permission.rbi +26 -0
- data/rbi/dodopayments/models/integration_config.rbi +3 -59
- data/rbi/dodopayments/models/integration_config_response.rbi +3 -59
- data/rbi/dodopayments/models/invoices/payment_retrieve_payout_params.rbi +40 -0
- data/rbi/dodopayments/models/license_key_created_webhook_event.rbi +4 -34
- data/rbi/dodopayments/models/meter_filter.rbi +3 -572
- data/rbi/dodopayments/models/payment.rbi +10 -2
- data/rbi/dodopayments/models/payment_cancelled_webhook_event.rbi +4 -33
- data/rbi/dodopayments/models/payment_create_params.rbi +26 -2
- data/rbi/dodopayments/models/payment_create_response.rbi +12 -2
- data/rbi/dodopayments/models/payment_failed_webhook_event.rbi +4 -33
- data/rbi/dodopayments/models/payment_method_types.rbi +1 -0
- data/rbi/dodopayments/models/payment_processing_webhook_event.rbi +4 -34
- data/rbi/dodopayments/models/payment_succeeded_webhook_event.rbi +4 -33
- data/rbi/dodopayments/models/price.rbi +18 -90
- data/rbi/dodopayments/models/product_collection.rbi +108 -0
- data/rbi/dodopayments/models/product_collection_create_params.rbi +82 -0
- data/rbi/dodopayments/models/product_collection_delete_params.rbi +38 -0
- data/rbi/dodopayments/models/product_collection_list_params.rbi +82 -0
- data/rbi/dodopayments/models/product_collection_list_response.rbi +88 -0
- data/rbi/dodopayments/models/product_collection_retrieve_params.rbi +38 -0
- data/rbi/dodopayments/models/product_collection_unarchive_params.rbi +38 -0
- data/rbi/dodopayments/models/product_collection_unarchive_response.rbi +56 -0
- data/rbi/dodopayments/models/product_collection_update_images_params.rbi +52 -0
- data/rbi/dodopayments/models/product_collection_update_images_response.rbi +40 -0
- data/rbi/dodopayments/models/product_collection_update_params.rbi +84 -0
- data/rbi/dodopayments/models/product_collections/group_create_params.rbi +40 -0
- data/rbi/dodopayments/models/product_collections/group_delete_params.rbi +48 -0
- data/rbi/dodopayments/models/product_collections/group_product.rbi +46 -0
- data/rbi/dodopayments/models/product_collections/group_update_params.rbi +80 -0
- data/rbi/dodopayments/models/product_collections/groups/item_create_params.rbi +68 -0
- data/rbi/dodopayments/models/product_collections/groups/item_create_response.rbi +17 -0
- data/rbi/dodopayments/models/product_collections/groups/item_delete_params.rbi +55 -0
- data/rbi/dodopayments/models/product_collections/groups/item_update_params.rbi +68 -0
- data/rbi/dodopayments/models/product_collections/groups/product_collection_product.rbi +148 -0
- data/rbi/dodopayments/models/product_collections/product_collection_group_details.rbi +67 -0
- data/rbi/dodopayments/models/product_collections/product_collection_group_response.rbi +68 -0
- data/rbi/dodopayments/models/product_item_req.rbi +74 -3
- data/rbi/dodopayments/models/refund_failed_webhook_event.rbi +4 -31
- data/rbi/dodopayments/models/refund_succeeded_webhook_event.rbi +4 -33
- data/rbi/dodopayments/models/subscription.rbi +22 -4
- data/rbi/dodopayments/models/subscription_active_webhook_event.rbi +4 -36
- data/rbi/dodopayments/models/subscription_cancelled_webhook_event.rbi +4 -36
- data/rbi/dodopayments/models/subscription_create_params.rbi +26 -2
- data/rbi/dodopayments/models/subscription_create_response.rbi +12 -2
- data/rbi/dodopayments/models/subscription_expired_webhook_event.rbi +4 -36
- data/rbi/dodopayments/models/subscription_failed_webhook_event.rbi +4 -36
- data/rbi/dodopayments/models/subscription_list_response.rbi +77 -4
- data/rbi/dodopayments/models/subscription_on_hold_webhook_event.rbi +4 -36
- data/rbi/dodopayments/models/subscription_plan_changed_webhook_event.rbi +4 -40
- data/rbi/dodopayments/models/subscription_preview_change_plan_response.rbi +18 -123
- data/rbi/dodopayments/models/subscription_renewed_webhook_event.rbi +4 -36
- data/rbi/dodopayments/models/subscription_update_params.rbi +14 -0
- data/rbi/dodopayments/models/subscription_update_payment_method_params.rbi +28 -112
- data/rbi/dodopayments/models/subscription_updated_webhook_event.rbi +4 -36
- data/rbi/dodopayments/models/update_subscription_plan_req.rbi +18 -8
- data/rbi/dodopayments/models/webhook_event_type.rbi +5 -4
- data/rbi/dodopayments/models/webhook_payload.rbi +46 -466
- data/rbi/dodopayments/models.rbi +31 -0
- data/rbi/dodopayments/resources/checkout_sessions.rbi +22 -0
- data/rbi/dodopayments/resources/invoices/payments.rbi +9 -0
- data/rbi/dodopayments/resources/payments.rbi +11 -1
- data/rbi/dodopayments/resources/product_collections/groups/items.rbi +83 -0
- data/rbi/dodopayments/resources/product_collections/groups.rbi +88 -0
- data/rbi/dodopayments/resources/product_collections.rbi +149 -0
- data/rbi/dodopayments/resources/subscriptions.rbi +37 -13
- data/sig/dodopayments/client.rbs +2 -0
- data/sig/dodopayments/models/abandoned_checkout_detected_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/abandoned_checkout_recovered_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/checkout_session_flags.rbs +7 -0
- data/sig/dodopayments/models/checkout_session_request.rbs +10 -0
- data/sig/dodopayments/models/checkout_session_response.rbs +27 -3
- data/sig/dodopayments/models/credit_added_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/credit_balance_low_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/credit_deducted_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/credit_expired_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/credit_manual_adjustment_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/credit_overage_charged_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/credit_overage_reset_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/credit_rolled_over_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/credit_rollover_forfeited_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/discount_detail.rbs +95 -0
- data/sig/dodopayments/models/dispute_accepted_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/dispute_cancelled_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/dispute_challenged_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/dispute_expired_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/dispute_lost_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/dispute_opened_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/dispute_won_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/dunning_recovered_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/dunning_started_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/entitlement_grant_created_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/entitlement_grant_delivered_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/entitlement_grant_failed_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/entitlement_grant_revoked_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/filter_type.rbs +52 -0
- data/sig/dodopayments/models/github_permission.rbs +17 -0
- data/sig/dodopayments/models/integration_config.rbs +4 -18
- data/sig/dodopayments/models/integration_config_response.rbs +4 -18
- data/sig/dodopayments/models/invoices/payment_retrieve_payout_params.rbs +25 -0
- data/sig/dodopayments/models/license_key_created_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/meter_filter.rbs +4 -252
- data/sig/dodopayments/models/payment.rbs +5 -0
- data/sig/dodopayments/models/payment_cancelled_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/payment_create_params.rbs +10 -0
- data/sig/dodopayments/models/payment_create_response.rbs +5 -0
- data/sig/dodopayments/models/payment_failed_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/payment_method_types.rbs +2 -0
- data/sig/dodopayments/models/payment_processing_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/payment_succeeded_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/price.rbs +15 -45
- data/sig/dodopayments/models/product_collection.rbs +55 -0
- data/sig/dodopayments/models/product_collection_create_params.rbs +41 -0
- data/sig/dodopayments/models/product_collection_delete_params.rbs +23 -0
- data/sig/dodopayments/models/product_collection_list_params.rbs +49 -0
- data/sig/dodopayments/models/product_collection_list_response.rbs +50 -0
- data/sig/dodopayments/models/product_collection_retrieve_params.rbs +23 -0
- data/sig/dodopayments/models/product_collection_unarchive_params.rbs +23 -0
- data/sig/dodopayments/models/product_collection_unarchive_response.rbs +30 -0
- data/sig/dodopayments/models/product_collection_update_images_params.rbs +28 -0
- data/sig/dodopayments/models/product_collection_update_images_response.rbs +16 -0
- data/sig/dodopayments/models/product_collection_update_params.rbs +51 -0
- data/sig/dodopayments/models/product_collections/group_create_params.rbs +27 -0
- data/sig/dodopayments/models/product_collections/group_delete_params.rbs +30 -0
- data/sig/dodopayments/models/product_collections/group_product.rbs +17 -0
- data/sig/dodopayments/models/product_collections/group_update_params.rbs +48 -0
- data/sig/dodopayments/models/product_collections/groups/item_create_params.rbs +40 -0
- data/sig/dodopayments/models/product_collections/groups/item_create_response.rbs +12 -0
- data/sig/dodopayments/models/product_collections/groups/item_delete_params.rbs +36 -0
- data/sig/dodopayments/models/product_collections/groups/item_update_params.rbs +40 -0
- data/sig/dodopayments/models/product_collections/groups/product_collection_product.rbs +99 -0
- data/sig/dodopayments/models/product_collections/product_collection_group_details.rbs +34 -0
- data/sig/dodopayments/models/product_collections/product_collection_group_response.rbs +39 -0
- data/sig/dodopayments/models/product_item_req.rbs +27 -3
- data/sig/dodopayments/models/refund_failed_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/refund_succeeded_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/subscription.rbs +10 -0
- data/sig/dodopayments/models/subscription_active_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/subscription_cancelled_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/subscription_create_params.rbs +10 -0
- data/sig/dodopayments/models/subscription_create_response.rbs +5 -0
- data/sig/dodopayments/models/subscription_expired_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/subscription_failed_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/subscription_list_response.rbs +29 -0
- data/sig/dodopayments/models/subscription_on_hold_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/subscription_plan_changed_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/subscription_preview_change_plan_response.rbs +15 -45
- data/sig/dodopayments/models/subscription_renewed_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/subscription_update_params.rbs +5 -0
- data/sig/dodopayments/models/subscription_update_payment_method_params.rbs +17 -57
- data/sig/dodopayments/models/subscription_updated_webhook_event.rbs +4 -14
- data/sig/dodopayments/models/update_subscription_plan_req.rbs +5 -0
- data/sig/dodopayments/models/webhook_event_type.rbs +2 -4
- data/sig/dodopayments/models/webhook_payload.rbs +50 -213
- data/sig/dodopayments/models.rbs +24 -0
- data/sig/dodopayments/resources/checkout_sessions.rbs +4 -0
- data/sig/dodopayments/resources/invoices/payments.rbs +5 -0
- data/sig/dodopayments/resources/payments.rbs +2 -0
- data/sig/dodopayments/resources/product_collections/groups/items.rbs +33 -0
- data/sig/dodopayments/resources/product_collections/groups.rbs +34 -0
- data/sig/dodopayments/resources/product_collections.rbs +56 -0
- data/sig/dodopayments/resources/subscriptions.rbs +6 -1
- metadata +89 -2
data/sig/dodopayments/models.rbs
CHANGED
|
@@ -155,6 +155,8 @@ module Dodopayments
|
|
|
155
155
|
|
|
156
156
|
class DiscountDeleteParams = Dodopayments::Models::DiscountDeleteParams
|
|
157
157
|
|
|
158
|
+
class DiscountDetail = Dodopayments::Models::DiscountDetail
|
|
159
|
+
|
|
158
160
|
class DiscountListParams = Dodopayments::Models::DiscountListParams
|
|
159
161
|
|
|
160
162
|
class DiscountRetrieveByCodeParams = Dodopayments::Models::DiscountRetrieveByCodeParams
|
|
@@ -223,8 +225,12 @@ module Dodopayments
|
|
|
223
225
|
|
|
224
226
|
module FilterOperator = Dodopayments::Models::FilterOperator
|
|
225
227
|
|
|
228
|
+
module FilterType = Dodopayments::Models::FilterType
|
|
229
|
+
|
|
226
230
|
class GetDispute = Dodopayments::Models::GetDispute
|
|
227
231
|
|
|
232
|
+
module GitHubPermission = Dodopayments::Models::GitHubPermission
|
|
233
|
+
|
|
228
234
|
module IntegrationConfig = Dodopayments::Models::IntegrationConfig
|
|
229
235
|
|
|
230
236
|
module IntegrationConfigResponse = Dodopayments::Models::IntegrationConfigResponse
|
|
@@ -323,6 +329,24 @@ module Dodopayments
|
|
|
323
329
|
|
|
324
330
|
class ProductArchiveParams = Dodopayments::Models::ProductArchiveParams
|
|
325
331
|
|
|
332
|
+
class ProductCollection = Dodopayments::Models::ProductCollection
|
|
333
|
+
|
|
334
|
+
class ProductCollectionCreateParams = Dodopayments::Models::ProductCollectionCreateParams
|
|
335
|
+
|
|
336
|
+
class ProductCollectionDeleteParams = Dodopayments::Models::ProductCollectionDeleteParams
|
|
337
|
+
|
|
338
|
+
class ProductCollectionListParams = Dodopayments::Models::ProductCollectionListParams
|
|
339
|
+
|
|
340
|
+
class ProductCollectionRetrieveParams = Dodopayments::Models::ProductCollectionRetrieveParams
|
|
341
|
+
|
|
342
|
+
module ProductCollections = Dodopayments::Models::ProductCollections
|
|
343
|
+
|
|
344
|
+
class ProductCollectionUnarchiveParams = Dodopayments::Models::ProductCollectionUnarchiveParams
|
|
345
|
+
|
|
346
|
+
class ProductCollectionUpdateImagesParams = Dodopayments::Models::ProductCollectionUpdateImagesParams
|
|
347
|
+
|
|
348
|
+
class ProductCollectionUpdateParams = Dodopayments::Models::ProductCollectionUpdateParams
|
|
349
|
+
|
|
326
350
|
class ProductCreateParams = Dodopayments::Models::ProductCreateParams
|
|
327
351
|
|
|
328
352
|
class ProductEntitlementSummary = Dodopayments::Models::ProductEntitlementSummary
|
|
@@ -10,8 +10,10 @@ module Dodopayments
|
|
|
10
10
|
?confirm: bool,
|
|
11
11
|
?custom_fields: ::Array[Dodopayments::CustomField]?,
|
|
12
12
|
?customer: Dodopayments::Models::customer_request?,
|
|
13
|
+
?customer_business_name: String?,
|
|
13
14
|
?customization: Dodopayments::CheckoutSessionCustomization,
|
|
14
15
|
?discount_code: String?,
|
|
16
|
+
?discount_codes: ::Array[String]?,
|
|
15
17
|
?feature_flags: Dodopayments::CheckoutSessionFlags,
|
|
16
18
|
?force_3ds: bool?,
|
|
17
19
|
?mandate_min_amount_inr_paise: Integer?,
|
|
@@ -41,8 +43,10 @@ module Dodopayments
|
|
|
41
43
|
?confirm: bool,
|
|
42
44
|
?custom_fields: ::Array[Dodopayments::CustomField]?,
|
|
43
45
|
?customer: Dodopayments::Models::customer_request?,
|
|
46
|
+
?customer_business_name: String?,
|
|
44
47
|
?customization: Dodopayments::CheckoutSessionCustomization,
|
|
45
48
|
?discount_code: String?,
|
|
49
|
+
?discount_codes: ::Array[String]?,
|
|
46
50
|
?feature_flags: Dodopayments::CheckoutSessionFlags,
|
|
47
51
|
?force_3ds: bool?,
|
|
48
52
|
?mandate_min_amount_inr_paise: Integer?,
|
|
@@ -7,6 +7,11 @@ module Dodopayments
|
|
|
7
7
|
?request_options: Dodopayments::request_opts
|
|
8
8
|
) -> StringIO
|
|
9
9
|
|
|
10
|
+
def retrieve_payout: (
|
|
11
|
+
String payout_id,
|
|
12
|
+
?request_options: Dodopayments::request_opts
|
|
13
|
+
) -> StringIO
|
|
14
|
+
|
|
10
15
|
def retrieve_refund: (
|
|
11
16
|
String refund_id,
|
|
12
17
|
?request_options: Dodopayments::request_opts
|
|
@@ -8,7 +8,9 @@ module Dodopayments
|
|
|
8
8
|
?adaptive_currency_fees_inclusive: bool?,
|
|
9
9
|
?allowed_payment_method_types: ::Array[Dodopayments::Models::payment_method_types]?,
|
|
10
10
|
?billing_currency: Dodopayments::Models::currency?,
|
|
11
|
+
?customer_business_name: String?,
|
|
11
12
|
?discount_code: String?,
|
|
13
|
+
?discount_codes: ::Array[String]?,
|
|
12
14
|
?force_3ds: bool?,
|
|
13
15
|
?metadata: ::Hash[Symbol, String],
|
|
14
16
|
?payment_link: bool?,
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
module Dodopayments
|
|
2
|
+
module Resources
|
|
3
|
+
class ProductCollections
|
|
4
|
+
class Groups
|
|
5
|
+
class Items
|
|
6
|
+
def create: (
|
|
7
|
+
String group_id,
|
|
8
|
+
id: String,
|
|
9
|
+
products: ::Array[Dodopayments::ProductCollections::GroupProduct],
|
|
10
|
+
?request_options: Dodopayments::request_opts
|
|
11
|
+
) -> Dodopayments::Models::ProductCollections::Groups::item_create_response
|
|
12
|
+
|
|
13
|
+
def update: (
|
|
14
|
+
String item_id,
|
|
15
|
+
id: String,
|
|
16
|
+
group_id: String,
|
|
17
|
+
status: bool,
|
|
18
|
+
?request_options: Dodopayments::request_opts
|
|
19
|
+
) -> nil
|
|
20
|
+
|
|
21
|
+
def delete: (
|
|
22
|
+
String item_id,
|
|
23
|
+
id: String,
|
|
24
|
+
group_id: String,
|
|
25
|
+
?request_options: Dodopayments::request_opts
|
|
26
|
+
) -> nil
|
|
27
|
+
|
|
28
|
+
def initialize: (client: Dodopayments::Client) -> void
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
end
|
|
32
|
+
end
|
|
33
|
+
end
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
module Dodopayments
|
|
2
|
+
module Resources
|
|
3
|
+
class ProductCollections
|
|
4
|
+
class Groups
|
|
5
|
+
attr_reader items: Dodopayments::Resources::ProductCollections::Groups::Items
|
|
6
|
+
|
|
7
|
+
def create: (
|
|
8
|
+
String id,
|
|
9
|
+
products: ::Array[Dodopayments::ProductCollections::GroupProduct],
|
|
10
|
+
?group_name: String?,
|
|
11
|
+
?status: bool?,
|
|
12
|
+
?request_options: Dodopayments::request_opts
|
|
13
|
+
) -> Dodopayments::ProductCollections::ProductCollectionGroupResponse
|
|
14
|
+
|
|
15
|
+
def update: (
|
|
16
|
+
String group_id,
|
|
17
|
+
id: String,
|
|
18
|
+
?group_name: String?,
|
|
19
|
+
?product_order: ::Array[String]?,
|
|
20
|
+
?status: bool?,
|
|
21
|
+
?request_options: Dodopayments::request_opts
|
|
22
|
+
) -> nil
|
|
23
|
+
|
|
24
|
+
def delete: (
|
|
25
|
+
String group_id,
|
|
26
|
+
id: String,
|
|
27
|
+
?request_options: Dodopayments::request_opts
|
|
28
|
+
) -> nil
|
|
29
|
+
|
|
30
|
+
def initialize: (client: Dodopayments::Client) -> void
|
|
31
|
+
end
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
end
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
module Dodopayments
|
|
2
|
+
module Resources
|
|
3
|
+
class ProductCollections
|
|
4
|
+
attr_reader groups: Dodopayments::Resources::ProductCollections::Groups
|
|
5
|
+
|
|
6
|
+
def create: (
|
|
7
|
+
groups: ::Array[Dodopayments::ProductCollections::ProductCollectionGroupDetails],
|
|
8
|
+
name: String,
|
|
9
|
+
?brand_id: String?,
|
|
10
|
+
?description: String?,
|
|
11
|
+
?request_options: Dodopayments::request_opts
|
|
12
|
+
) -> Dodopayments::ProductCollection
|
|
13
|
+
|
|
14
|
+
def retrieve: (
|
|
15
|
+
String id,
|
|
16
|
+
?request_options: Dodopayments::request_opts
|
|
17
|
+
) -> Dodopayments::ProductCollection
|
|
18
|
+
|
|
19
|
+
def update: (
|
|
20
|
+
String id,
|
|
21
|
+
?brand_id: String?,
|
|
22
|
+
?description: String?,
|
|
23
|
+
?group_order: ::Array[String]?,
|
|
24
|
+
?image_id: String?,
|
|
25
|
+
?name: String?,
|
|
26
|
+
?request_options: Dodopayments::request_opts
|
|
27
|
+
) -> nil
|
|
28
|
+
|
|
29
|
+
def list: (
|
|
30
|
+
?archived: bool,
|
|
31
|
+
?brand_id: String,
|
|
32
|
+
?page_number: Integer,
|
|
33
|
+
?page_size: Integer,
|
|
34
|
+
?request_options: Dodopayments::request_opts
|
|
35
|
+
) -> Dodopayments::Internal::DefaultPageNumberPagination[Dodopayments::Models::ProductCollectionListResponse]
|
|
36
|
+
|
|
37
|
+
def delete: (
|
|
38
|
+
String id,
|
|
39
|
+
?request_options: Dodopayments::request_opts
|
|
40
|
+
) -> nil
|
|
41
|
+
|
|
42
|
+
def unarchive: (
|
|
43
|
+
String id,
|
|
44
|
+
?request_options: Dodopayments::request_opts
|
|
45
|
+
) -> Dodopayments::Models::ProductCollectionUnarchiveResponse
|
|
46
|
+
|
|
47
|
+
def update_images: (
|
|
48
|
+
String id,
|
|
49
|
+
?force_update: bool?,
|
|
50
|
+
?request_options: Dodopayments::request_opts
|
|
51
|
+
) -> Dodopayments::Models::ProductCollectionUpdateImagesResponse
|
|
52
|
+
|
|
53
|
+
def initialize: (client: Dodopayments::Client) -> void
|
|
54
|
+
end
|
|
55
|
+
end
|
|
56
|
+
end
|
|
@@ -9,7 +9,9 @@ module Dodopayments
|
|
|
9
9
|
?addons: ::Array[Dodopayments::AttachAddon]?,
|
|
10
10
|
?allowed_payment_method_types: ::Array[Dodopayments::Models::payment_method_types]?,
|
|
11
11
|
?billing_currency: Dodopayments::Models::currency?,
|
|
12
|
+
?customer_business_name: String?,
|
|
12
13
|
?discount_code: String?,
|
|
14
|
+
?discount_codes: ::Array[String]?,
|
|
13
15
|
?force_3ds: bool?,
|
|
14
16
|
?mandate_min_amount_inr_paise: Integer?,
|
|
15
17
|
?metadata: ::Hash[Symbol, String],
|
|
@@ -40,6 +42,7 @@ module Dodopayments
|
|
|
40
42
|
?cancellation_comment: String?,
|
|
41
43
|
?cancellation_feedback: Dodopayments::Models::cancellation_feedback?,
|
|
42
44
|
?credit_entitlement_cart: ::Array[Dodopayments::SubscriptionUpdateParams::CreditEntitlementCart]?,
|
|
45
|
+
?customer_business_name: String?,
|
|
43
46
|
?customer_name: String?,
|
|
44
47
|
?disable_on_demand: Dodopayments::SubscriptionUpdateParams::DisableOnDemand?,
|
|
45
48
|
?metadata: ::Hash[Symbol, String]?,
|
|
@@ -74,6 +77,7 @@ module Dodopayments
|
|
|
74
77
|
?adaptive_currency_fees_inclusive: bool?,
|
|
75
78
|
?addons: ::Array[Dodopayments::AttachAddon]?,
|
|
76
79
|
?discount_code: String?,
|
|
80
|
+
?discount_codes: ::Array[String]?,
|
|
77
81
|
?effective_at: Dodopayments::Models::UpdateSubscriptionPlanReq::effective_at,
|
|
78
82
|
?metadata: ::Hash[Symbol, String]?,
|
|
79
83
|
?on_payment_failure: Dodopayments::Models::UpdateSubscriptionPlanReq::on_payment_failure?,
|
|
@@ -99,6 +103,7 @@ module Dodopayments
|
|
|
99
103
|
?adaptive_currency_fees_inclusive: bool?,
|
|
100
104
|
?addons: ::Array[Dodopayments::AttachAddon]?,
|
|
101
105
|
?discount_code: String?,
|
|
106
|
+
?discount_codes: ::Array[String]?,
|
|
102
107
|
?effective_at: Dodopayments::Models::UpdateSubscriptionPlanReq::effective_at,
|
|
103
108
|
?metadata: ::Hash[Symbol, String]?,
|
|
104
109
|
?on_payment_failure: Dodopayments::Models::UpdateSubscriptionPlanReq::on_payment_failure?,
|
|
@@ -122,7 +127,7 @@ module Dodopayments
|
|
|
122
127
|
|
|
123
128
|
def update_payment_method: (
|
|
124
129
|
String subscription_id,
|
|
125
|
-
|
|
130
|
+
payment_method: Dodopayments::Models::SubscriptionUpdatePaymentMethodParams::payment_method,
|
|
126
131
|
?request_options: Dodopayments::request_opts
|
|
127
132
|
) -> Dodopayments::Models::SubscriptionUpdatePaymentMethodResponse
|
|
128
133
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dodopayments
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.11.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dodo Payments
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-05-
|
|
11
|
+
date: 2026-05-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|
|
@@ -185,6 +185,7 @@ files:
|
|
|
185
185
|
- lib/dodopayments/models/discount.rb
|
|
186
186
|
- lib/dodopayments/models/discount_create_params.rb
|
|
187
187
|
- lib/dodopayments/models/discount_delete_params.rb
|
|
188
|
+
- lib/dodopayments/models/discount_detail.rb
|
|
188
189
|
- lib/dodopayments/models/discount_list_params.rb
|
|
189
190
|
- lib/dodopayments/models/discount_retrieve_by_code_params.rb
|
|
190
191
|
- lib/dodopayments/models/discount_retrieve_params.rb
|
|
@@ -226,11 +227,14 @@ files:
|
|
|
226
227
|
- lib/dodopayments/models/event.rb
|
|
227
228
|
- lib/dodopayments/models/event_input.rb
|
|
228
229
|
- lib/dodopayments/models/filter_operator.rb
|
|
230
|
+
- lib/dodopayments/models/filter_type.rb
|
|
229
231
|
- lib/dodopayments/models/get_dispute.rb
|
|
232
|
+
- lib/dodopayments/models/github_permission.rb
|
|
230
233
|
- lib/dodopayments/models/integration_config.rb
|
|
231
234
|
- lib/dodopayments/models/integration_config_response.rb
|
|
232
235
|
- lib/dodopayments/models/intent_status.rb
|
|
233
236
|
- lib/dodopayments/models/invoices/payment_retrieve_params.rb
|
|
237
|
+
- lib/dodopayments/models/invoices/payment_retrieve_payout_params.rb
|
|
234
238
|
- lib/dodopayments/models/invoices/payment_retrieve_refund_params.rb
|
|
235
239
|
- lib/dodopayments/models/license_activate_params.rb
|
|
236
240
|
- lib/dodopayments/models/license_activate_response.rb
|
|
@@ -288,6 +292,28 @@ files:
|
|
|
288
292
|
- lib/dodopayments/models/price.rb
|
|
289
293
|
- lib/dodopayments/models/product.rb
|
|
290
294
|
- lib/dodopayments/models/product_archive_params.rb
|
|
295
|
+
- lib/dodopayments/models/product_collection.rb
|
|
296
|
+
- lib/dodopayments/models/product_collection_create_params.rb
|
|
297
|
+
- lib/dodopayments/models/product_collection_delete_params.rb
|
|
298
|
+
- lib/dodopayments/models/product_collection_list_params.rb
|
|
299
|
+
- lib/dodopayments/models/product_collection_list_response.rb
|
|
300
|
+
- lib/dodopayments/models/product_collection_retrieve_params.rb
|
|
301
|
+
- lib/dodopayments/models/product_collection_unarchive_params.rb
|
|
302
|
+
- lib/dodopayments/models/product_collection_unarchive_response.rb
|
|
303
|
+
- lib/dodopayments/models/product_collection_update_images_params.rb
|
|
304
|
+
- lib/dodopayments/models/product_collection_update_images_response.rb
|
|
305
|
+
- lib/dodopayments/models/product_collection_update_params.rb
|
|
306
|
+
- lib/dodopayments/models/product_collections/group_create_params.rb
|
|
307
|
+
- lib/dodopayments/models/product_collections/group_delete_params.rb
|
|
308
|
+
- lib/dodopayments/models/product_collections/group_product.rb
|
|
309
|
+
- lib/dodopayments/models/product_collections/group_update_params.rb
|
|
310
|
+
- lib/dodopayments/models/product_collections/groups/item_create_params.rb
|
|
311
|
+
- lib/dodopayments/models/product_collections/groups/item_create_response.rb
|
|
312
|
+
- lib/dodopayments/models/product_collections/groups/item_delete_params.rb
|
|
313
|
+
- lib/dodopayments/models/product_collections/groups/item_update_params.rb
|
|
314
|
+
- lib/dodopayments/models/product_collections/groups/product_collection_product.rb
|
|
315
|
+
- lib/dodopayments/models/product_collections/product_collection_group_details.rb
|
|
316
|
+
- lib/dodopayments/models/product_collections/product_collection_group_response.rb
|
|
291
317
|
- lib/dodopayments/models/product_create_params.rb
|
|
292
318
|
- lib/dodopayments/models/product_entitlement_summary.rb
|
|
293
319
|
- lib/dodopayments/models/product_item_req.rb
|
|
@@ -395,6 +421,9 @@ files:
|
|
|
395
421
|
- lib/dodopayments/resources/payouts.rb
|
|
396
422
|
- lib/dodopayments/resources/payouts/breakup.rb
|
|
397
423
|
- lib/dodopayments/resources/payouts/breakup/details.rb
|
|
424
|
+
- lib/dodopayments/resources/product_collections.rb
|
|
425
|
+
- lib/dodopayments/resources/product_collections/groups.rb
|
|
426
|
+
- lib/dodopayments/resources/product_collections/groups/items.rb
|
|
398
427
|
- lib/dodopayments/resources/products.rb
|
|
399
428
|
- lib/dodopayments/resources/products/images.rb
|
|
400
429
|
- lib/dodopayments/resources/products/short_links.rb
|
|
@@ -527,6 +556,7 @@ files:
|
|
|
527
556
|
- rbi/dodopayments/models/discount.rbi
|
|
528
557
|
- rbi/dodopayments/models/discount_create_params.rbi
|
|
529
558
|
- rbi/dodopayments/models/discount_delete_params.rbi
|
|
559
|
+
- rbi/dodopayments/models/discount_detail.rbi
|
|
530
560
|
- rbi/dodopayments/models/discount_list_params.rbi
|
|
531
561
|
- rbi/dodopayments/models/discount_retrieve_by_code_params.rbi
|
|
532
562
|
- rbi/dodopayments/models/discount_retrieve_params.rbi
|
|
@@ -568,11 +598,14 @@ files:
|
|
|
568
598
|
- rbi/dodopayments/models/event.rbi
|
|
569
599
|
- rbi/dodopayments/models/event_input.rbi
|
|
570
600
|
- rbi/dodopayments/models/filter_operator.rbi
|
|
601
|
+
- rbi/dodopayments/models/filter_type.rbi
|
|
571
602
|
- rbi/dodopayments/models/get_dispute.rbi
|
|
603
|
+
- rbi/dodopayments/models/github_permission.rbi
|
|
572
604
|
- rbi/dodopayments/models/integration_config.rbi
|
|
573
605
|
- rbi/dodopayments/models/integration_config_response.rbi
|
|
574
606
|
- rbi/dodopayments/models/intent_status.rbi
|
|
575
607
|
- rbi/dodopayments/models/invoices/payment_retrieve_params.rbi
|
|
608
|
+
- rbi/dodopayments/models/invoices/payment_retrieve_payout_params.rbi
|
|
576
609
|
- rbi/dodopayments/models/invoices/payment_retrieve_refund_params.rbi
|
|
577
610
|
- rbi/dodopayments/models/license_activate_params.rbi
|
|
578
611
|
- rbi/dodopayments/models/license_activate_response.rbi
|
|
@@ -630,6 +663,28 @@ files:
|
|
|
630
663
|
- rbi/dodopayments/models/price.rbi
|
|
631
664
|
- rbi/dodopayments/models/product.rbi
|
|
632
665
|
- rbi/dodopayments/models/product_archive_params.rbi
|
|
666
|
+
- rbi/dodopayments/models/product_collection.rbi
|
|
667
|
+
- rbi/dodopayments/models/product_collection_create_params.rbi
|
|
668
|
+
- rbi/dodopayments/models/product_collection_delete_params.rbi
|
|
669
|
+
- rbi/dodopayments/models/product_collection_list_params.rbi
|
|
670
|
+
- rbi/dodopayments/models/product_collection_list_response.rbi
|
|
671
|
+
- rbi/dodopayments/models/product_collection_retrieve_params.rbi
|
|
672
|
+
- rbi/dodopayments/models/product_collection_unarchive_params.rbi
|
|
673
|
+
- rbi/dodopayments/models/product_collection_unarchive_response.rbi
|
|
674
|
+
- rbi/dodopayments/models/product_collection_update_images_params.rbi
|
|
675
|
+
- rbi/dodopayments/models/product_collection_update_images_response.rbi
|
|
676
|
+
- rbi/dodopayments/models/product_collection_update_params.rbi
|
|
677
|
+
- rbi/dodopayments/models/product_collections/group_create_params.rbi
|
|
678
|
+
- rbi/dodopayments/models/product_collections/group_delete_params.rbi
|
|
679
|
+
- rbi/dodopayments/models/product_collections/group_product.rbi
|
|
680
|
+
- rbi/dodopayments/models/product_collections/group_update_params.rbi
|
|
681
|
+
- rbi/dodopayments/models/product_collections/groups/item_create_params.rbi
|
|
682
|
+
- rbi/dodopayments/models/product_collections/groups/item_create_response.rbi
|
|
683
|
+
- rbi/dodopayments/models/product_collections/groups/item_delete_params.rbi
|
|
684
|
+
- rbi/dodopayments/models/product_collections/groups/item_update_params.rbi
|
|
685
|
+
- rbi/dodopayments/models/product_collections/groups/product_collection_product.rbi
|
|
686
|
+
- rbi/dodopayments/models/product_collections/product_collection_group_details.rbi
|
|
687
|
+
- rbi/dodopayments/models/product_collections/product_collection_group_response.rbi
|
|
633
688
|
- rbi/dodopayments/models/product_create_params.rbi
|
|
634
689
|
- rbi/dodopayments/models/product_entitlement_summary.rbi
|
|
635
690
|
- rbi/dodopayments/models/product_item_req.rbi
|
|
@@ -737,6 +792,9 @@ files:
|
|
|
737
792
|
- rbi/dodopayments/resources/payouts.rbi
|
|
738
793
|
- rbi/dodopayments/resources/payouts/breakup.rbi
|
|
739
794
|
- rbi/dodopayments/resources/payouts/breakup/details.rbi
|
|
795
|
+
- rbi/dodopayments/resources/product_collections.rbi
|
|
796
|
+
- rbi/dodopayments/resources/product_collections/groups.rbi
|
|
797
|
+
- rbi/dodopayments/resources/product_collections/groups/items.rbi
|
|
740
798
|
- rbi/dodopayments/resources/products.rbi
|
|
741
799
|
- rbi/dodopayments/resources/products/images.rbi
|
|
742
800
|
- rbi/dodopayments/resources/products/short_links.rbi
|
|
@@ -868,6 +926,7 @@ files:
|
|
|
868
926
|
- sig/dodopayments/models/discount.rbs
|
|
869
927
|
- sig/dodopayments/models/discount_create_params.rbs
|
|
870
928
|
- sig/dodopayments/models/discount_delete_params.rbs
|
|
929
|
+
- sig/dodopayments/models/discount_detail.rbs
|
|
871
930
|
- sig/dodopayments/models/discount_list_params.rbs
|
|
872
931
|
- sig/dodopayments/models/discount_retrieve_by_code_params.rbs
|
|
873
932
|
- sig/dodopayments/models/discount_retrieve_params.rbs
|
|
@@ -909,11 +968,14 @@ files:
|
|
|
909
968
|
- sig/dodopayments/models/event.rbs
|
|
910
969
|
- sig/dodopayments/models/event_input.rbs
|
|
911
970
|
- sig/dodopayments/models/filter_operator.rbs
|
|
971
|
+
- sig/dodopayments/models/filter_type.rbs
|
|
912
972
|
- sig/dodopayments/models/get_dispute.rbs
|
|
973
|
+
- sig/dodopayments/models/github_permission.rbs
|
|
913
974
|
- sig/dodopayments/models/integration_config.rbs
|
|
914
975
|
- sig/dodopayments/models/integration_config_response.rbs
|
|
915
976
|
- sig/dodopayments/models/intent_status.rbs
|
|
916
977
|
- sig/dodopayments/models/invoices/payment_retrieve_params.rbs
|
|
978
|
+
- sig/dodopayments/models/invoices/payment_retrieve_payout_params.rbs
|
|
917
979
|
- sig/dodopayments/models/invoices/payment_retrieve_refund_params.rbs
|
|
918
980
|
- sig/dodopayments/models/license_activate_params.rbs
|
|
919
981
|
- sig/dodopayments/models/license_activate_response.rbs
|
|
@@ -971,6 +1033,28 @@ files:
|
|
|
971
1033
|
- sig/dodopayments/models/price.rbs
|
|
972
1034
|
- sig/dodopayments/models/product.rbs
|
|
973
1035
|
- sig/dodopayments/models/product_archive_params.rbs
|
|
1036
|
+
- sig/dodopayments/models/product_collection.rbs
|
|
1037
|
+
- sig/dodopayments/models/product_collection_create_params.rbs
|
|
1038
|
+
- sig/dodopayments/models/product_collection_delete_params.rbs
|
|
1039
|
+
- sig/dodopayments/models/product_collection_list_params.rbs
|
|
1040
|
+
- sig/dodopayments/models/product_collection_list_response.rbs
|
|
1041
|
+
- sig/dodopayments/models/product_collection_retrieve_params.rbs
|
|
1042
|
+
- sig/dodopayments/models/product_collection_unarchive_params.rbs
|
|
1043
|
+
- sig/dodopayments/models/product_collection_unarchive_response.rbs
|
|
1044
|
+
- sig/dodopayments/models/product_collection_update_images_params.rbs
|
|
1045
|
+
- sig/dodopayments/models/product_collection_update_images_response.rbs
|
|
1046
|
+
- sig/dodopayments/models/product_collection_update_params.rbs
|
|
1047
|
+
- sig/dodopayments/models/product_collections/group_create_params.rbs
|
|
1048
|
+
- sig/dodopayments/models/product_collections/group_delete_params.rbs
|
|
1049
|
+
- sig/dodopayments/models/product_collections/group_product.rbs
|
|
1050
|
+
- sig/dodopayments/models/product_collections/group_update_params.rbs
|
|
1051
|
+
- sig/dodopayments/models/product_collections/groups/item_create_params.rbs
|
|
1052
|
+
- sig/dodopayments/models/product_collections/groups/item_create_response.rbs
|
|
1053
|
+
- sig/dodopayments/models/product_collections/groups/item_delete_params.rbs
|
|
1054
|
+
- sig/dodopayments/models/product_collections/groups/item_update_params.rbs
|
|
1055
|
+
- sig/dodopayments/models/product_collections/groups/product_collection_product.rbs
|
|
1056
|
+
- sig/dodopayments/models/product_collections/product_collection_group_details.rbs
|
|
1057
|
+
- sig/dodopayments/models/product_collections/product_collection_group_response.rbs
|
|
974
1058
|
- sig/dodopayments/models/product_create_params.rbs
|
|
975
1059
|
- sig/dodopayments/models/product_entitlement_summary.rbs
|
|
976
1060
|
- sig/dodopayments/models/product_item_req.rbs
|
|
@@ -1078,6 +1162,9 @@ files:
|
|
|
1078
1162
|
- sig/dodopayments/resources/payouts.rbs
|
|
1079
1163
|
- sig/dodopayments/resources/payouts/breakup.rbs
|
|
1080
1164
|
- sig/dodopayments/resources/payouts/breakup/details.rbs
|
|
1165
|
+
- sig/dodopayments/resources/product_collections.rbs
|
|
1166
|
+
- sig/dodopayments/resources/product_collections/groups.rbs
|
|
1167
|
+
- sig/dodopayments/resources/product_collections/groups/items.rbs
|
|
1081
1168
|
- sig/dodopayments/resources/products.rbs
|
|
1082
1169
|
- sig/dodopayments/resources/products/images.rbs
|
|
1083
1170
|
- sig/dodopayments/resources/products/short_links.rbs
|