@flowio/api-prop-types 10.16.68 → 10.16.69

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/lib/api.d.ts CHANGED
@@ -11747,6 +11747,7 @@ declare namespace io.flow.v0.models {
11747
11747
  readonly 'currency': string;
11748
11748
  readonly 'lines': io.flow.v0.models.TaxDutyQuoteLineItemForm[];
11749
11749
  readonly 'shipping': io.flow.v0.models.TaxDutyQuoteSimpleShippingForm[];
11750
+ readonly 'includes'?: io.flow.v0.enums.LevyInclusion[];
11750
11751
  }
11751
11752
 
11752
11753
  interface TaxDutyQuoteLineItem {
@@ -12222,6 +12223,7 @@ declare namespace io.flow.v0.models {
12222
12223
  readonly 'discriminator': 'shipping_label';
12223
12224
  readonly 'request_method'?: io.flow.v0.enums.LabelRequestMethod;
12224
12225
  readonly 'carrier': io.flow.v0.models.TransactionMetadataShippingLabelCarrier;
12226
+ readonly 'revenue_share_percentage'?: number;
12225
12227
  }
12226
12228
 
12227
12229
  interface TransactionMetadataShippingLabelCarrier {