@lcdp/api-react-rest-client 2.13.9-LDS-4776-shadowban.17320311176 → 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
|
@@ -28,13 +28,13 @@ export interface UserStatisticLink {
|
|
|
28
28
|
* @type {UserStatisticLinkAllOfLongTermQoS}
|
|
29
29
|
* @memberof UserStatisticLink
|
|
30
30
|
*/
|
|
31
|
-
longTermQoS?: UserStatisticLinkAllOfLongTermQoS
|
|
31
|
+
longTermQoS?: UserStatisticLinkAllOfLongTermQoS;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
34
|
* @type {UserStatisticLinkAllOfShortTermQoS}
|
|
35
35
|
* @memberof UserStatisticLink
|
|
36
36
|
*/
|
|
37
|
-
shortTermQoS?: UserStatisticLinkAllOfShortTermQoS
|
|
37
|
+
shortTermQoS?: UserStatisticLinkAllOfShortTermQoS;
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
40
40
|
* Check if a given object implements the UserStatisticLink interface.
|