@medipass/web-sdk 12.10.13-feature-web-sdk-summaries-types.2 → 12.10.13-feature-web-sdk-summaries-types.3

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.
@@ -1,5 +1,5 @@
1
1
  import type { MedipassRequestOpts } from '../types';
2
- import type { SettlementSummariesQuery, SettlementSummariesResponse, SettlementSummariesByPeriodQuery, SettlementSummariesByPeriodResponse, SettlementSummaryResponse } from 'types/settlement-summaries';
2
+ import type { SettlementSummariesQuery, SettlementSummariesResponse, SettlementSummariesByPeriodQuery, SettlementSummariesByPeriodResponse, SettlementSummaryResponse } from '../types';
3
3
  /**
4
4
  *
5
5
  * This will kick off a worker that will generate the file and return an S3 file ID.
@@ -94,7 +94,6 @@ export declare type SettlementSummariesQuery = PaginatedQuery & {
94
94
  currencyFormat: string;
95
95
  searchText: string;
96
96
  paymentMethod: string;
97
- sort: 'settlementDate' | 'settlementParty';
98
97
  };
99
98
  export interface SettlementSummaryResponse {
100
99
  _id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medipass/web-sdk",
3
- "version": "12.10.13-feature-web-sdk-summaries-types.2",
3
+ "version": "12.10.13-feature-web-sdk-summaries-types.3",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -59,5 +59,5 @@
59
59
  "resolutions": {
60
60
  "react-scripts/**/@typescript-eslint/eslint-plugin": "5.32.0"
61
61
  },
62
- "gitHead": "8ec49dafc7d21905aa4ca414469facc220632511"
62
+ "gitHead": "560c6a5ed2737e15a7afecdfe78935381863d93b"
63
63
  }