@flowio/types 11.24.142 → 11.24.144
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/api-internal.d.ts +225 -53
- package/dist/api.d.ts +2 -1
- package/package.json +1 -1
- package/src/api-internal.ts +314 -65
- package/src/api.ts +3 -1
package/src/api.ts
CHANGED
|
@@ -7631,6 +7631,7 @@ declare namespace io.flow.channel.internal.v0.models {
|
|
|
7631
7631
|
}
|
|
7632
7632
|
|
|
7633
7633
|
interface ChannelOrderTaxAndDutyInclusivitySetting {
|
|
7634
|
+
readonly id: string;
|
|
7634
7635
|
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
7635
7636
|
readonly order_number: string;
|
|
7636
7637
|
readonly channel: io.flow.common.v0.models.ChannelReference;
|
|
@@ -9690,7 +9691,8 @@ declare namespace io.flow.v0.enums {
|
|
|
9690
9691
|
| 'b2b_fee_mor_tax'
|
|
9691
9692
|
| 'b2b_fee_shipping_tax'
|
|
9692
9693
|
| 'flat_rate_label'
|
|
9693
|
-
| 'flat_rate_label_subsidy'
|
|
9694
|
+
| 'flat_rate_label_subsidy'
|
|
9695
|
+
| 'credit_refund';
|
|
9694
9696
|
type TransferStatus = 'succeeded' | 'canceled';
|
|
9695
9697
|
type TransferType =
|
|
9696
9698
|
| 'payout_to_merchant'
|