@bondsports/types 2.2.189 → 2.2.190

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.
@@ -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": {