@springtree/eva-services-core-management 3.0.0-beta.55 → 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.
@@ -777,6 +777,7 @@ export interface GetCaseByIDResponse<ID_TYPE = string> {
777
777
  LastModifiedBy?: CasesGetCaseByIDResponse_User<ID_TYPE>;
778
778
  Metadata?: ResponseMessageMetadata<ID_TYPE>;
779
779
  OrderCreationTime?: string;
780
+ OrderDisplayID?: string;
780
781
  /**
781
782
  * Entity type: Order
782
783
  */
@@ -1126,6 +1127,7 @@ export interface CasesListCasesResponse_Case<ID_TYPE = string> {
1126
1127
  LastInteractionTime?: string;
1127
1128
  LastModificationTime?: string;
1128
1129
  LastModifiedBy?: CasesListCasesResponse_User<ID_TYPE>;
1130
+ OrderDisplayID?: string;
1129
1131
  /**
1130
1132
  * Entity type: Order
1131
1133
  */
@@ -9593,6 +9595,7 @@ export interface PaymentMethodsListPaymentTransactionsResponse_PaymentTransactio
9593
9595
  ID: ID_TYPE;
9594
9596
  IsSettled?: boolean;
9595
9597
  LastModificationTime?: string;
9598
+ OrderDisplayID?: string;
9596
9599
  /**
9597
9600
  * Entity type: Order
9598
9601
  */
@@ -12693,7 +12696,7 @@ export interface ListShippingMethodTransportationTimesResponse<ID_TYPE = string>
12693
12696
  Result?: PagedResult<ShippingShippingMethodTransportationTimeItem<ID_TYPE>, ID_TYPE>;
12694
12697
  }
12695
12698
  export interface ListShippingMethods<ID_TYPE = string> {
12696
- PageConfig?: PageConfig<Record<string, string | null> | null, ID_TYPE>;
12699
+ PageConfig?: PageConfig<ShippingListShippingMethodsFilter<ID_TYPE>, ID_TYPE>;
12697
12700
  }
12698
12701
  export interface ListShippingMethodsResponse<ID_TYPE = string> {
12699
12702
  Error?: ServiceError<ID_TYPE>;