@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/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;
|