@lcdp/api-react-rest-client 2.13.9-LDS-4776-shadowban.17320449001 → 2.13.9-LDS-4776-shadowban.17323524235

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lcdp/api-react-rest-client",
3
- "version": "2.13.9-LDS-4776-shadowban.17320449001",
3
+ "version": "2.13.9-LDS-4776-shadowban.17323524235",
4
4
  "scripts": {
5
5
  "build": "tsc"
6
6
  },
@@ -28,13 +28,13 @@ export interface UserStatisticLink {
28
28
  * @type {UserStatisticLinkAllOfLongTermQoS}
29
29
  * @memberof UserStatisticLink
30
30
  */
31
- longTermQoS?: UserStatisticLinkAllOfLongTermQoS | null;
31
+ longTermQoS?: UserStatisticLinkAllOfLongTermQoS;
32
32
  /**
33
33
  *
34
34
  * @type {UserStatisticLinkAllOfShortTermQoS}
35
35
  * @memberof UserStatisticLink
36
36
  */
37
- shortTermQoS?: UserStatisticLinkAllOfShortTermQoS | null;
37
+ shortTermQoS?: UserStatisticLinkAllOfShortTermQoS;
38
38
  }
39
39
  /**
40
40
  * Check if a given object implements the UserStatisticLink interface.