@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.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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/types",
3
- "version": "11.24.142",
3
+ "version": "11.24.143",
4
4
  "description": "TypeScript type definitions for custom types found in Flow API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",