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