@flowio/types 11.24.90 → 11.24.91

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
@@ -3240,7 +3240,11 @@ declare namespace io.flow.v0.enums {
3240
3240
  | 'deactivated'
3241
3241
  | 'provisioned';
3242
3242
  type OrganizationType = 'standalone' | 'channel';
3243
- type PackageDimensionsSource = 'provided' | 'dimensions_estimated';
3243
+ type PackageDimensionsSource =
3244
+ | 'provided'
3245
+ | 'item_dimensions_estimated'
3246
+ | 'dimensions_estimated'
3247
+ | 'default_item_dimensions_estimated';
3244
3248
  type PaymentActionType =
3245
3249
  | 'redirect'
3246
3250
  | 'redirect_get'
@@ -3579,10 +3583,10 @@ declare namespace io.flow.v0.enums {
3579
3583
  | 'emergency'
3580
3584
  | 'peak'
3581
3585
  | 'address_correction'
3582
- | 'security_ratecard_fee'
3583
- | 'eei_filing_ratecard_fee'
3584
- | 'fixed_ddp_ratecard_fee'
3585
- | 'fixed_currency_conversion_ratecard_fee';
3586
+ | 'security'
3587
+ | 'eei_filing'
3588
+ | 'fixed_ddp'
3589
+ | 'fixed_currency_conversion';
3586
3590
  type UnitOfLength = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'meter';
3587
3591
  type UnitOfMeasurement =
3588
3592
  | 'millimeter'