@getyetty-sdk/sellsy 2026.5.21 → 2026.5.26
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.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -60383,7 +60383,7 @@ type GetGocardlessDirectdebitTimelineResponses = {
|
|
|
60383
60383
|
/**
|
|
60384
60384
|
* Directdebit status
|
|
60385
60385
|
*/
|
|
60386
|
-
status: 'pending_submission' | 'created' | 'submitted' | 'customer_approval_granted' | 'customer_approval_denied' | 'confirmed' | 'cancelled' | 'failed' | 'charged_back' | 'paid_out' | 'chargeback_cancelled' | 'late_failure_settled' | 'chargeback_settled' | 'resubmission_requested' | 'surcharge_fee_debited' | 'sds_settlement_delayed';
|
|
60386
|
+
status: 'pending_submission' | 'created' | 'submitted' | 'customer_approval_granted' | 'customer_approval_denied' | 'confirmed' | 'cancelled' | 'failed' | 'charged_back' | 'paid_out' | 'chargeback_cancelled' | 'late_failure_settled' | 'chargeback_settled' | 'resubmission_requested' | 'surcharge_fee_debited' | 'sds_settlement_delayed' | 'resubmission_requested_auto';
|
|
60387
60387
|
/**
|
|
60388
60388
|
* Date of status change
|
|
60389
60389
|
*/
|