@springtree/eva-services-core-management 3.0.0-beta.56 → 3.0.0-beta.57

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.
@@ -12696,7 +12696,7 @@ export interface ListShippingMethodTransportationTimesResponse<ID_TYPE = string>
12696
12696
  Result?: PagedResult<ShippingShippingMethodTransportationTimeItem<ID_TYPE>, ID_TYPE>;
12697
12697
  }
12698
12698
  export interface ListShippingMethods<ID_TYPE = string> {
12699
- PageConfig?: PageConfig<Record<string, string | null> | null, ID_TYPE>;
12699
+ PageConfig?: PageConfig<ShippingListShippingMethodsFilter<ID_TYPE>, ID_TYPE>;
12700
12700
  }
12701
12701
  export interface ListShippingMethodsResponse<ID_TYPE = string> {
12702
12702
  Error?: ServiceError<ID_TYPE>;