@flowio/api-prop-types 10.16.96 → 10.16.97

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
@@ -11578,6 +11578,13 @@ declare namespace io.flow.v0.models {
11578
11578
  readonly 'amount': io.flow.v0.models.Money;
11579
11579
  }
11580
11580
 
11581
+ interface OverweightPieceSurchargeServiceFee {
11582
+ readonly 'discriminator': 'overweight_piece_surcharge_service_fee';
11583
+ readonly 'weight_threshold'?: number;
11584
+ readonly 'weight_unit'?: io.flow.v0.enums.UnitOfMeasurement;
11585
+ readonly 'amount': io.flow.v0.models.Money;
11586
+ }
11587
+
11581
11588
  interface PackageDimensions {
11582
11589
  readonly 'dimensions': io.flow.v0.models.Dimension[];
11583
11590
  }
@@ -13111,6 +13118,7 @@ declare namespace io.flow.v0.models {
13111
13118
  interface RatecardForm {
13112
13119
  readonly 'direction': io.flow.v0.enums.Direction;
13113
13120
  readonly 'effective_at': string;
13121
+ readonly 'published_at'?: string;
13114
13122
  readonly 'origination_zones': io.flow.v0.models.Zone[];
13115
13123
  readonly 'service': string;
13116
13124
  readonly 'number'?: string;
@@ -15653,7 +15661,7 @@ declare namespace io.flow.v0.unions {
15653
15661
  type ReturnSource = (io.flow.v0.models.ReturnSourceFlow | io.flow.v0.models.ReturnSourceExternalVendor);
15654
15662
  type SdkAdyenV3AuthenticationToken = (io.flow.v0.models.AdyenV3FingerprintToken | io.flow.v0.models.AdyenV3ChallengeToken);
15655
15663
  type ServiceDescription = (io.flow.v0.models.ServiceSummary | io.flow.v0.models.ServiceUnknown);
15656
- type ServiceFee = (io.flow.v0.models.FuelSurchargeServiceFee | io.flow.v0.models.FuelSurchargeAmountByWeightServiceFee | io.flow.v0.models.RemoteAreaServiceFee | io.flow.v0.models.EmergencySituationSurchargeServiceFee | io.flow.v0.models.PeakSurchargeServiceFee | io.flow.v0.models.PeakSurchargeByWeightServiceFee | io.flow.v0.models.DutiesTaxesPaidSurchargeServiceFee | io.flow.v0.models.OversizePieceSurchargeServiceFee | io.flow.v0.models.RemoteAreaByWeightServiceFee | io.flow.v0.models.AdditionalHandlingServiceFee | io.flow.v0.models.LargePackageServiceFee | io.flow.v0.models.SecurityServiceFee | io.flow.v0.models.FixedDdpServiceFee | io.flow.v0.models.FixedCurrencyConversionServiceFee | io.flow.v0.models.EeiFilingServiceFee);
15664
+ type ServiceFee = (io.flow.v0.models.FuelSurchargeServiceFee | io.flow.v0.models.FuelSurchargeAmountByWeightServiceFee | io.flow.v0.models.RemoteAreaServiceFee | io.flow.v0.models.EmergencySituationSurchargeServiceFee | io.flow.v0.models.PeakSurchargeServiceFee | io.flow.v0.models.PeakSurchargeByWeightServiceFee | io.flow.v0.models.DutiesTaxesPaidSurchargeServiceFee | io.flow.v0.models.OversizePieceSurchargeServiceFee | io.flow.v0.models.OverweightPieceSurchargeServiceFee | io.flow.v0.models.RemoteAreaByWeightServiceFee | io.flow.v0.models.AdditionalHandlingServiceFee | io.flow.v0.models.LargePackageServiceFee | io.flow.v0.models.SecurityServiceFee | io.flow.v0.models.FixedDdpServiceFee | io.flow.v0.models.FixedCurrencyConversionServiceFee | io.flow.v0.models.EeiFilingServiceFee);
15657
15665
  type Session = (io.flow.v0.models.OrganizationSession);
15658
15666
  type SessionAuthorization = (io.flow.v0.models.OrganizationSessionAuthorization);
15659
15667
  type Settlement = (io.flow.v0.models.SettlementNoPayout | io.flow.v0.models.SettlementPayout);
@@ -16747,6 +16755,7 @@ export const originalPrices: PropTypes.Requireable<io.flow.v0.models.OriginalPri
16747
16755
  export const outboundCartonFee: PropTypes.Requireable<io.flow.v0.models.OutboundCartonFee>;
16748
16756
  export const oversizePieceSurchargeRatecardFee: PropTypes.Requireable<io.flow.v0.models.OversizePieceSurchargeRatecardFee>;
16749
16757
  export const oversizePieceSurchargeServiceFee: PropTypes.Requireable<io.flow.v0.models.OversizePieceSurchargeServiceFee>;
16758
+ export const overweightPieceSurchargeServiceFee: PropTypes.Requireable<io.flow.v0.models.OverweightPieceSurchargeServiceFee>;
16750
16759
  export const packageDimensions: PropTypes.Requireable<io.flow.v0.models.PackageDimensions>;
16751
16760
  export const packageDimensionsForm: PropTypes.Requireable<io.flow.v0.models.PackageDimensionsForm>;
16752
16761
  export const packaging: PropTypes.Requireable<io.flow.v0.models.Packaging>;