@flowio/api-prop-types 10.16.68 → 10.16.70
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 +3 -0
- package/lib/api.js +1 -1
- package/package.json +2 -2
- package/src/api.d.ts +3 -0
- package/src/api.js +3 -0
package/lib/api.d.ts
CHANGED
|
@@ -7274,6 +7274,7 @@ declare namespace io.flow.v0.models {
|
|
|
7274
7274
|
readonly 'discriminator': 'merchant_rejected';
|
|
7275
7275
|
readonly 'reason': io.flow.v0.enums.MerchantRejectedReason;
|
|
7276
7276
|
readonly 'description'?: string;
|
|
7277
|
+
readonly 'deactivate_at'?: string;
|
|
7277
7278
|
}
|
|
7278
7279
|
|
|
7279
7280
|
interface Money {
|
|
@@ -11747,6 +11748,7 @@ declare namespace io.flow.v0.models {
|
|
|
11747
11748
|
readonly 'currency': string;
|
|
11748
11749
|
readonly 'lines': io.flow.v0.models.TaxDutyQuoteLineItemForm[];
|
|
11749
11750
|
readonly 'shipping': io.flow.v0.models.TaxDutyQuoteSimpleShippingForm[];
|
|
11751
|
+
readonly 'includes'?: io.flow.v0.enums.LevyInclusion[];
|
|
11750
11752
|
}
|
|
11751
11753
|
|
|
11752
11754
|
interface TaxDutyQuoteLineItem {
|
|
@@ -12222,6 +12224,7 @@ declare namespace io.flow.v0.models {
|
|
|
12222
12224
|
readonly 'discriminator': 'shipping_label';
|
|
12223
12225
|
readonly 'request_method'?: io.flow.v0.enums.LabelRequestMethod;
|
|
12224
12226
|
readonly 'carrier': io.flow.v0.models.TransactionMetadataShippingLabelCarrier;
|
|
12227
|
+
readonly 'revenue_share_percentage'?: number;
|
|
12225
12228
|
}
|
|
12226
12229
|
|
|
12227
12230
|
interface TransactionMetadataShippingLabelCarrier {
|