@bondsports/types 2.2.276 → 2.2.277

Sign up to get free protection for your applications and to get access to all the features.
@@ -60,6 +60,7 @@ export interface GetPauseHistoryOptions extends PaginationQuery {
60
60
  }
61
61
  export interface ICommonMemberPauseFields {
62
62
  endDate: string;
63
+ originalEndDate?: string;
63
64
  startDate?: string;
64
65
  pauseDurationType?: TimeUnit;
65
66
  pauseDurationValue?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.276",
3
+ "version": "2.2.277",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {