@flowio/types 11.24.142 → 11.24.143
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 +189 -50
- package/dist/api.d.ts +1 -0
- package/package.json +1 -1
- package/src/api-internal.ts +266 -62
- package/src/api.ts +1 -0
package/dist/api.d.ts
CHANGED
|
@@ -5686,6 +5686,7 @@ declare namespace io.flow.channel.internal.v0.models {
|
|
|
5686
5686
|
readonly rejection_reason?: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceRejectionReason;
|
|
5687
5687
|
}
|
|
5688
5688
|
interface ChannelOrderTaxAndDutyInclusivitySetting {
|
|
5689
|
+
readonly id: string;
|
|
5689
5690
|
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
5690
5691
|
readonly order_number: string;
|
|
5691
5692
|
readonly channel: io.flow.common.v0.models.ChannelReference;
|