Draft
Conversation
- Add Account `include` parameter for optional settings (churn_recognition, churn_when_zero_mrr, auto_churn_subscription, refund_handling, proximate_movement_reclassification) - Add DataSource `empty!` and `soft_purge!` methods for data management - Add Invoice `update!`, `toggle_disabled!`, `update_status!` methods - Add SubscriptionEvent `toggle_disabled!` method - Add standalone Transaction resource with CRUD and `toggle_disabled!` - Add standalone LineItem resource with CRUD and `toggle_disabled!` - Add external ID lookup methods (`*_by_external_id`) for Invoice, Transaction, LineItem, and SubscriptionEvent - Add JsonImport resource for bulk JSON imports - Add Upload resource for CSV file uploads (requires faraday-multipart) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Added optional handle_as_user_edit parameter to: - Invoice: toggle_disabled!, update_by_external_id!, destroy_by_external_id!, toggle_disabled_by_external_id! - Transaction: toggle_disabled!, update_by_external_id!, destroy_by_external_id!, toggle_disabled_by_external_id! - LineItem: create!, toggle_disabled!, update_by_external_id!, destroy_by_external_id!, toggle_disabled_by_external_id! - SubscriptionEvent: toggle_disabled!, update_by_external_id!, destroy_by_external_id!, toggle_disabled_by_external_id! This allows API consumers to indicate when changes should be treated as user edits for edit history tracking purposes. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
includeparameter for optional settingsempty!andsoft_purge!methods for data managementupdate!,toggle_disabled!,update_status!methodstoggle_disabled!methodtoggle_disabled!toggle_disabled!*_by_external_id) for Invoice, Transaction, LineItem, and SubscriptionEventNew Features
Account
includeparameterDataSource operations
toggle_disabled! for Invoice, Transaction, LineItem, SubscriptionEvent
External ID lookups (via data_source_uuid + external_id)
JsonImport for bulk imports
Upload for CSV files
Test plan
🤖 Generated with Claude Code