@bondsports/types 2.2.189 → 2.2.190

Sign up to get free protection for your applications and to get access to all the features.
@@ -198,6 +198,7 @@ export interface ISingleReservation {
198
198
  answers?: Answer[];
199
199
  series: Series[];
200
200
  segments?: Segment[];
201
+ privacySetting: PrivacySettingsEnum;
201
202
  }
202
203
  export interface IUpdateReservationResult {
203
204
  reservation: Reservation;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.189",
3
+ "version": "2.2.190",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {