@keiser/metrics-sdk-admin-typescript 5.0.35 → 5.1.1

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.
Files changed (332) hide show
  1. package/README.md +35 -4
  2. package/dist/apis/MetricsAdminApi.d.ts +1 -1
  3. package/dist/connection.d.ts +6 -7
  4. package/dist/index.js +4883 -4199
  5. package/dist/index.mjs +4750 -4151
  6. package/dist/models/A500AppType.d.ts +25 -0
  7. package/dist/models/A500DataSetData.d.ts +7 -22
  8. package/dist/models/A500DataSetType.d.ts +23 -0
  9. package/dist/models/A500MachineStateData.d.ts +7 -25
  10. package/dist/models/A500RepDataPointData.d.ts +7 -23
  11. package/dist/models/A500TestResultData.d.ts +1 -1
  12. package/dist/models/A500TimeSeriesPointData.d.ts +15 -15
  13. package/dist/models/AcceptedTermsVersionData.d.ts +1 -1
  14. package/dist/models/AccessControlRight.d.ts +23 -0
  15. package/dist/models/AnalyticRight.d.ts +22 -0
  16. package/dist/models/BodyCompositionMeasurementData.d.ts +32 -32
  17. package/dist/models/CacheKeysResponse.d.ts +1 -1
  18. package/dist/models/CacheObject.d.ts +3 -3
  19. package/dist/models/CacheObjectResponse.d.ts +1 -1
  20. package/dist/models/CardioExerciseData.d.ts +1 -1
  21. package/dist/models/CardioExerciseVariantData.d.ts +4 -10
  22. package/dist/models/CardioExerciseVariantType.d.ts +22 -0
  23. package/dist/models/CardioMachineData.d.ts +5 -12
  24. package/dist/models/CardioMachineParseCode.d.ts +23 -0
  25. package/dist/models/CharacterType.d.ts +23 -0
  26. package/dist/models/EmailAddressData.d.ts +1 -1
  27. package/dist/models/EmployeeRole.d.ts +26 -0
  28. package/dist/models/ExerciseAliasData.d.ts +4 -12
  29. package/dist/models/ExerciseAliasType.d.ts +24 -0
  30. package/dist/models/ExerciseOrdinalSetAssignmentData.d.ts +1 -1
  31. package/dist/models/ExerciseOrdinalSetData.d.ts +1 -1
  32. package/dist/models/ExerciseRight.d.ts +22 -0
  33. package/dist/models/FacilityConfigurationData.d.ts +6 -21
  34. package/dist/models/FacilityData.d.ts +1 -1
  35. package/dist/models/FacilityLicenseData.d.ts +4 -12
  36. package/dist/models/FacilityLicenseListResponse.d.ts +1 -1
  37. package/dist/models/FacilityLicenseListResponseMeta.d.ts +6 -14
  38. package/dist/models/FacilityLicenseResponse.d.ts +1 -1
  39. package/dist/models/FacilityLicenseSorting.d.ts +2 -2
  40. package/dist/models/FacilityLicenseType.d.ts +24 -0
  41. package/dist/models/FacilityProfileData.d.ts +1 -1
  42. package/dist/models/FacilityRelationshipData.d.ts +4 -21
  43. package/dist/models/FacilityRight.d.ts +23 -0
  44. package/dist/models/FacilitySessionUserData.d.ts +1 -1
  45. package/dist/models/FacilityStrengthMachineConfigurationData.d.ts +7 -25
  46. package/dist/models/FacilityStrengthMachineData.d.ts +1 -1
  47. package/dist/models/ForceUnit.d.ts +25 -0
  48. package/dist/models/GlobalAccessControlCreationResponse.d.ts +1 -1
  49. package/dist/models/GlobalAccessControlData.d.ts +25 -79
  50. package/dist/models/GlobalAccessControlListResponse.d.ts +1 -1
  51. package/dist/models/GlobalAccessControlListResponseMeta.d.ts +1 -1
  52. package/dist/models/GlobalAccessControlResponse.d.ts +1 -1
  53. package/dist/models/GlobalAccessControlSecretData.d.ts +1 -1
  54. package/dist/models/GlobalAccessControlSecretResponse.d.ts +1 -1
  55. package/dist/models/GlobalAccessControlSorting.d.ts +2 -2
  56. package/dist/models/HeartRateDataPointData.d.ts +1 -1
  57. package/dist/models/HeartRateDataSetData.d.ts +1 -1
  58. package/dist/models/HeartRateDataSetSessionData.d.ts +1 -1
  59. package/dist/models/HeightMeasurementData.d.ts +1 -1
  60. package/dist/models/High.d.ts +1 -1
  61. package/dist/models/LicenseRight.d.ts +23 -0
  62. package/dist/models/Low.d.ts +1 -1
  63. package/dist/models/MSeriesDataPointData.d.ts +1 -1
  64. package/dist/models/MSeriesDataSetData.d.ts +3 -3
  65. package/dist/models/MSeriesDataSetSegmentData.d.ts +1 -1
  66. package/dist/models/MSeriesFtpMeasurementData.d.ts +1 -1
  67. package/dist/models/MSeriesGuidedSessionRight.d.ts +23 -0
  68. package/dist/models/MuscleArea.d.ts +2 -2
  69. package/dist/models/MuscleData.d.ts +73 -11
  70. package/dist/models/MuscleGroup.d.ts +2 -2
  71. package/dist/models/MuscleTargetLevel.d.ts +24 -0
  72. package/dist/models/OAuthServiceData.d.ts +1 -1
  73. package/dist/models/PrimaryEmailAddressData.d.ts +1 -1
  74. package/dist/models/ProfileData.d.ts +2 -2
  75. package/dist/models/Queue.d.ts +2 -2
  76. package/dist/models/ResistancePrecision.d.ts +23 -0
  77. package/dist/models/ResqueDetailsData.d.ts +7 -1
  78. package/dist/models/ResqueDetailsResponse.d.ts +1 -1
  79. package/dist/models/ResqueRight.d.ts +23 -0
  80. package/dist/models/SessionData.d.ts +1 -1
  81. package/dist/models/SessionPlanActivitySetData.d.ts +1 -1
  82. package/dist/models/SessionPlanCardioSetData.d.ts +1 -1
  83. package/dist/models/SessionPlanData.d.ts +3 -3
  84. package/dist/models/SessionPlanSequenceAssignmentData.d.ts +1 -1
  85. package/dist/models/SessionPlanSequenceData.d.ts +3 -3
  86. package/dist/models/SessionPlanSequenceInstanceData.d.ts +1 -1
  87. package/dist/models/SessionPlanSetData.d.ts +5 -14
  88. package/dist/models/SessionPlanSetInstanceData.d.ts +4 -4
  89. package/dist/models/SessionPlanSetType.d.ts +25 -0
  90. package/dist/models/SessionPlanStrengthSetData.d.ts +4 -13
  91. package/dist/models/SessionPlanStretchSetData.d.ts +1 -1
  92. package/dist/models/Side.d.ts +23 -0
  93. package/dist/models/StatData.d.ts +1 -1
  94. package/dist/models/StatListResponse.d.ts +1 -1
  95. package/dist/models/StatListResponseMeta.d.ts +5 -5
  96. package/dist/models/StatSorting.d.ts +2 -2
  97. package/dist/models/StrengthExerciseCategory.d.ts +26 -0
  98. package/dist/models/StrengthExerciseData.d.ts +13 -45
  99. package/dist/models/StrengthExerciseMovement.d.ts +23 -0
  100. package/dist/models/StrengthExerciseMovementDEP.d.ts +23 -0
  101. package/dist/models/StrengthExercisePlane.d.ts +24 -0
  102. package/dist/models/StrengthExerciseVariantAttachment.d.ts +30 -0
  103. package/dist/models/StrengthExerciseVariantData.d.ts +10 -40
  104. package/dist/models/StrengthExerciseVariantType.d.ts +27 -0
  105. package/dist/models/StrengthMachineAppType.d.ts +25 -0
  106. package/dist/models/StrengthMachineData.d.ts +4 -16
  107. package/dist/models/StrengthMachineDataSetData.d.ts +13 -29
  108. package/dist/models/StrengthMachineDataSetTestData.d.ts +4 -13
  109. package/dist/models/StrengthMachineDataSetTestSubsetData.d.ts +1 -1
  110. package/dist/models/StrengthMachineLine.d.ts +28 -0
  111. package/dist/models/StrengthMachineModelData.d.ts +1 -1
  112. package/dist/models/StrengthTestType.d.ts +25 -0
  113. package/dist/models/StretchExerciseData.d.ts +1 -1
  114. package/dist/models/StretchExerciseVariantData.d.ts +4 -10
  115. package/dist/models/StretchExerciseVariantType.d.ts +22 -0
  116. package/dist/models/TaskFailedResponse.d.ts +1 -1
  117. package/dist/models/TaskFailure.d.ts +1 -1
  118. package/dist/models/TaskPayload.d.ts +1 -1
  119. package/dist/models/TaskQueueResponse.d.ts +1 -1
  120. package/dist/models/TaskQueueResponseMeta.d.ts +4 -10
  121. package/dist/models/TaskQueues.d.ts +1 -1
  122. package/dist/models/TaskSorting.d.ts +22 -0
  123. package/dist/models/TaskStats.d.ts +1 -1
  124. package/dist/models/TestSide.d.ts +24 -0
  125. package/dist/models/UserData.d.ts +1 -1
  126. package/dist/models/UserListResponse.d.ts +1 -1
  127. package/dist/models/UserListResponseMeta.d.ts +1 -1
  128. package/dist/models/UserResponse.d.ts +1 -1
  129. package/dist/models/UserRight.d.ts +23 -0
  130. package/dist/models/UserSorting.d.ts +2 -2
  131. package/dist/models/WeightMeasurementData.d.ts +1 -1
  132. package/dist/models/WorkersResponse.d.ts +1 -1
  133. package/dist/models/index.d.ts +33 -2
  134. package/dist/runtime.d.ts +2 -2
  135. package/docs/A500AppType.md +15 -0
  136. package/docs/A500DataSetData.md +2 -26
  137. package/docs/A500DataSetType.md +11 -0
  138. package/docs/A500MachineStateData.md +2 -32
  139. package/docs/A500RepDataPointData.md +2 -28
  140. package/docs/A500TimeSeriesPointData.md +14 -14
  141. package/docs/AccessControlRight.md +11 -0
  142. package/docs/AnalyticRight.md +9 -0
  143. package/docs/BodyCompositionMeasurementData.md +31 -31
  144. package/docs/CacheObject.md +2 -2
  145. package/docs/CardioExerciseVariantData.md +1 -10
  146. package/docs/CardioExerciseVariantType.md +9 -0
  147. package/docs/CardioMachineData.md +1 -12
  148. package/docs/CardioMachineParseCode.md +11 -0
  149. package/docs/CharacterType.md +11 -0
  150. package/docs/EmployeeRole.md +17 -0
  151. package/docs/ExerciseAliasData.md +1 -14
  152. package/docs/ExerciseAliasType.md +13 -0
  153. package/docs/ExerciseRight.md +9 -0
  154. package/docs/FacilityConfigurationData.md +2 -24
  155. package/docs/FacilityLicenseData.md +1 -14
  156. package/docs/FacilityLicenseListResponseMeta.md +3 -16
  157. package/docs/FacilityLicenseType.md +13 -0
  158. package/docs/FacilityRelationshipData.md +1 -19
  159. package/docs/FacilityRight.md +11 -0
  160. package/docs/FacilityStrengthMachineConfigurationData.md +2 -32
  161. package/docs/ForceUnit.md +15 -0
  162. package/docs/GlobalAccessControlData.md +8 -92
  163. package/docs/LicenseRight.md +11 -0
  164. package/docs/MSeriesDataSetData.md +1 -1
  165. package/docs/MSeriesGuidedSessionRight.md +11 -0
  166. package/docs/MuscleData.md +130 -6
  167. package/docs/MuscleTargetLevel.md +13 -0
  168. package/docs/ProfileData.md +1 -1
  169. package/docs/ResistancePrecision.md +11 -0
  170. package/docs/ResqueDetailsData.md +1 -0
  171. package/docs/ResqueRight.md +11 -0
  172. package/docs/SessionPlanData.md +2 -2
  173. package/docs/SessionPlanSequenceData.md +2 -2
  174. package/docs/SessionPlanSetData.md +2 -17
  175. package/docs/SessionPlanSetInstanceData.md +3 -3
  176. package/docs/SessionPlanSetType.md +15 -0
  177. package/docs/SessionPlanStrengthSetData.md +1 -16
  178. package/docs/Side.md +11 -0
  179. package/docs/StatListResponseMeta.md +2 -2
  180. package/docs/StrengthExerciseCategory.md +17 -0
  181. package/docs/StrengthExerciseData.md +4 -56
  182. package/docs/StrengthExerciseMovement.md +11 -0
  183. package/docs/StrengthExerciseMovementDEP.md +11 -0
  184. package/docs/StrengthExercisePlane.md +13 -0
  185. package/docs/StrengthExerciseVariantAttachment.md +25 -0
  186. package/docs/StrengthExerciseVariantData.md +3 -54
  187. package/docs/StrengthExerciseVariantType.md +19 -0
  188. package/docs/StrengthMachineAppType.md +15 -0
  189. package/docs/StrengthMachineData.md +1 -22
  190. package/docs/StrengthMachineDataSetData.md +8 -34
  191. package/docs/StrengthMachineDataSetTestData.md +1 -16
  192. package/docs/StrengthMachineLine.md +21 -0
  193. package/docs/StrengthTestType.md +15 -0
  194. package/docs/StretchExerciseVariantData.md +1 -10
  195. package/docs/StretchExerciseVariantType.md +9 -0
  196. package/docs/TaskQueueResponseMeta.md +1 -10
  197. package/docs/TaskSorting.md +9 -0
  198. package/docs/TestSide.md +13 -0
  199. package/docs/UserRight.md +11 -0
  200. package/package.json +22 -6
  201. package/src/apis/MetricsAdminApi.ts +22 -22
  202. package/src/connection.ts +36 -14
  203. package/src/models/A500AppType.ts +45 -0
  204. package/src/models/A500DataSetData.ts +21 -30
  205. package/src/models/A500DataSetType.ts +41 -0
  206. package/src/models/A500MachineStateData.ts +21 -33
  207. package/src/models/A500RepDataPointData.ts +22 -31
  208. package/src/models/A500TestResultData.ts +1 -1
  209. package/src/models/A500TimeSeriesPointData.ts +29 -43
  210. package/src/models/AcceptedTermsVersionData.ts +1 -1
  211. package/src/models/AccessControlRight.ts +41 -0
  212. package/src/models/AnalyticRight.ts +39 -0
  213. package/src/models/BodyCompositionMeasurementData.ts +63 -94
  214. package/src/models/CacheKeysResponse.ts +1 -1
  215. package/src/models/CacheObject.ts +5 -7
  216. package/src/models/CacheObjectResponse.ts +1 -1
  217. package/src/models/CardioExerciseData.ts +1 -1
  218. package/src/models/CardioExerciseVariantData.ts +11 -15
  219. package/src/models/CardioExerciseVariantType.ts +39 -0
  220. package/src/models/CardioMachineData.ts +14 -15
  221. package/src/models/CardioMachineParseCode.ts +41 -0
  222. package/src/models/CharacterType.ts +41 -0
  223. package/src/models/EmailAddressData.ts +1 -1
  224. package/src/models/EmployeeRole.ts +47 -0
  225. package/src/models/ExerciseAliasData.ts +11 -17
  226. package/src/models/ExerciseAliasType.ts +43 -0
  227. package/src/models/ExerciseOrdinalSetAssignmentData.ts +1 -1
  228. package/src/models/ExerciseOrdinalSetData.ts +1 -1
  229. package/src/models/ExerciseRight.ts +39 -0
  230. package/src/models/FacilityConfigurationData.ts +16 -29
  231. package/src/models/FacilityData.ts +1 -1
  232. package/src/models/FacilityLicenseData.ts +11 -17
  233. package/src/models/FacilityLicenseListResponse.ts +1 -1
  234. package/src/models/FacilityLicenseListResponseMeta.ts +15 -24
  235. package/src/models/FacilityLicenseResponse.ts +1 -1
  236. package/src/models/FacilityLicenseSorting.ts +7 -2
  237. package/src/models/FacilityLicenseType.ts +43 -0
  238. package/src/models/FacilityProfileData.ts +1 -1
  239. package/src/models/FacilityRelationshipData.ts +11 -33
  240. package/src/models/FacilityRight.ts +41 -0
  241. package/src/models/FacilitySessionUserData.ts +1 -1
  242. package/src/models/FacilityStrengthMachineConfigurationData.ts +21 -33
  243. package/src/models/FacilityStrengthMachineData.ts +1 -1
  244. package/src/models/ForceUnit.ts +45 -0
  245. package/src/models/GlobalAccessControlCreationResponse.ts +1 -1
  246. package/src/models/GlobalAccessControlData.ts +81 -105
  247. package/src/models/GlobalAccessControlListResponse.ts +1 -1
  248. package/src/models/GlobalAccessControlListResponseMeta.ts +1 -1
  249. package/src/models/GlobalAccessControlResponse.ts +1 -1
  250. package/src/models/GlobalAccessControlSecretData.ts +1 -1
  251. package/src/models/GlobalAccessControlSecretResponse.ts +1 -1
  252. package/src/models/GlobalAccessControlSorting.ts +5 -2
  253. package/src/models/HeartRateDataPointData.ts +1 -1
  254. package/src/models/HeartRateDataSetData.ts +1 -1
  255. package/src/models/HeartRateDataSetSessionData.ts +1 -1
  256. package/src/models/HeightMeasurementData.ts +1 -1
  257. package/src/models/High.ts +1 -1
  258. package/src/models/LicenseRight.ts +41 -0
  259. package/src/models/Low.ts +1 -1
  260. package/src/models/MSeriesDataPointData.ts +1 -1
  261. package/src/models/MSeriesDataSetData.ts +3 -3
  262. package/src/models/MSeriesDataSetSegmentData.ts +1 -1
  263. package/src/models/MSeriesFtpMeasurementData.ts +1 -1
  264. package/src/models/MSeriesGuidedSessionRight.ts +41 -0
  265. package/src/models/MuscleArea.ts +6 -2
  266. package/src/models/MuscleData.ts +147 -19
  267. package/src/models/MuscleGroup.ts +17 -2
  268. package/src/models/MuscleTargetLevel.ts +43 -0
  269. package/src/models/OAuthServiceData.ts +1 -1
  270. package/src/models/PrimaryEmailAddressData.ts +1 -1
  271. package/src/models/ProfileData.ts +3 -4
  272. package/src/models/Queue.ts +5 -2
  273. package/src/models/ResistancePrecision.ts +41 -0
  274. package/src/models/ResqueDetailsData.ts +10 -1
  275. package/src/models/ResqueDetailsResponse.ts +1 -1
  276. package/src/models/ResqueRight.ts +41 -0
  277. package/src/models/SessionData.ts +1 -1
  278. package/src/models/SessionPlanActivitySetData.ts +1 -1
  279. package/src/models/SessionPlanCardioSetData.ts +1 -1
  280. package/src/models/SessionPlanData.ts +5 -7
  281. package/src/models/SessionPlanSequenceAssignmentData.ts +1 -1
  282. package/src/models/SessionPlanSequenceData.ts +5 -7
  283. package/src/models/SessionPlanSequenceInstanceData.ts +1 -1
  284. package/src/models/SessionPlanSetData.ts +13 -21
  285. package/src/models/SessionPlanSetInstanceData.ts +10 -6
  286. package/src/models/SessionPlanSetType.ts +45 -0
  287. package/src/models/SessionPlanStrengthSetData.ts +11 -18
  288. package/src/models/SessionPlanStretchSetData.ts +1 -1
  289. package/src/models/Side.ts +41 -0
  290. package/src/models/StatData.ts +1 -1
  291. package/src/models/StatListResponse.ts +1 -1
  292. package/src/models/StatListResponseMeta.ts +9 -9
  293. package/src/models/StatSorting.ts +5 -2
  294. package/src/models/StrengthExerciseCategory.ts +47 -0
  295. package/src/models/StrengthExerciseData.ts +41 -60
  296. package/src/models/StrengthExerciseMovement.ts +41 -0
  297. package/src/models/StrengthExerciseMovementDEP.ts +41 -0
  298. package/src/models/StrengthExercisePlane.ts +43 -0
  299. package/src/models/StrengthExerciseVariantAttachment.ts +55 -0
  300. package/src/models/StrengthExerciseVariantData.ts +31 -51
  301. package/src/models/StrengthExerciseVariantType.ts +49 -0
  302. package/src/models/StrengthMachineAppType.ts +45 -0
  303. package/src/models/StrengthMachineData.ts +11 -21
  304. package/src/models/StrengthMachineDataSetData.ts +33 -50
  305. package/src/models/StrengthMachineDataSetTestData.ts +11 -18
  306. package/src/models/StrengthMachineDataSetTestSubsetData.ts +1 -1
  307. package/src/models/StrengthMachineLine.ts +51 -0
  308. package/src/models/StrengthMachineModelData.ts +1 -1
  309. package/src/models/StrengthTestType.ts +45 -0
  310. package/src/models/StretchExerciseData.ts +1 -1
  311. package/src/models/StretchExerciseVariantData.ts +11 -15
  312. package/src/models/StretchExerciseVariantType.ts +39 -0
  313. package/src/models/TaskFailedResponse.ts +1 -1
  314. package/src/models/TaskFailure.ts +1 -1
  315. package/src/models/TaskPayload.ts +1 -1
  316. package/src/models/TaskQueueResponse.ts +1 -1
  317. package/src/models/TaskQueueResponseMeta.ts +12 -15
  318. package/src/models/TaskQueues.ts +1 -1
  319. package/src/models/TaskSorting.ts +39 -0
  320. package/src/models/TaskStats.ts +1 -1
  321. package/src/models/TestSide.ts +43 -0
  322. package/src/models/UserData.ts +1 -1
  323. package/src/models/UserListResponse.ts +1 -1
  324. package/src/models/UserListResponseMeta.ts +1 -1
  325. package/src/models/UserResponse.ts +1 -1
  326. package/src/models/UserRight.ts +41 -0
  327. package/src/models/UserSorting.ts +6 -2
  328. package/src/models/WeightMeasurementData.ts +1 -1
  329. package/src/models/WorkersResponse.ts +1 -1
  330. package/src/models/index.ts +33 -2
  331. package/src/runtime.ts +1 -1
  332. package/tsconfig.json +1 -0
@@ -4,7 +4,7 @@
4
4
  * metrics-sdk-admin
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 5.0.35
7
+ * The version of the OpenAPI document: 5.1.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,6 +13,12 @@
13
13
  */
14
14
 
15
15
  import { exists, mapValues } from '../runtime';
16
+ import type { EmployeeRole } from './EmployeeRole';
17
+ import {
18
+ EmployeeRoleFromJSON,
19
+ EmployeeRoleFromJSONTyped,
20
+ EmployeeRoleToJSON,
21
+ } from './EmployeeRole';
16
22
  import type { FacilityData } from './FacilityData';
17
23
  import {
18
24
  FacilityDataFromJSON,
@@ -25,12 +31,6 @@ import {
25
31
  FacilitySessionUserDataFromJSONTyped,
26
32
  FacilitySessionUserDataToJSON,
27
33
  } from './FacilitySessionUserData';
28
- import type { FingerprintData } from './FingerprintData';
29
- import {
30
- FingerprintDataFromJSON,
31
- FingerprintDataFromJSONTyped,
32
- FingerprintDataToJSON,
33
- } from './FingerprintData';
34
34
 
35
35
  /**
36
36
  *
@@ -76,10 +76,10 @@ export interface FacilityRelationshipData {
76
76
  hasSecretSet: boolean;
77
77
  /**
78
78
  *
79
- * @type {string}
79
+ * @type {EmployeeRole}
80
80
  * @memberof FacilityRelationshipData
81
81
  */
82
- employeeRole?: FacilityRelationshipDataEmployeeRoleEnum;
82
+ employeeRole?: EmployeeRole;
83
83
  /**
84
84
  *
85
85
  * @type {FacilityData}
@@ -92,28 +92,8 @@ export interface FacilityRelationshipData {
92
92
  * @memberof FacilityRelationshipData
93
93
  */
94
94
  user?: FacilitySessionUserData;
95
- /**
96
- *
97
- * @type {FingerprintData}
98
- * @memberof FacilityRelationshipData
99
- */
100
- fingerprint?: FingerprintData;
101
95
  }
102
96
 
103
-
104
- /**
105
- * @export
106
- */
107
- export const FacilityRelationshipDataEmployeeRoleEnum = {
108
- Admin: 'admin',
109
- CustomerSupport: 'customerSupport',
110
- Trainer: 'trainer',
111
- FrontDesk: 'frontDesk',
112
- Maintenance: 'maintenance'
113
- } as const;
114
- export type FacilityRelationshipDataEmployeeRoleEnum = typeof FacilityRelationshipDataEmployeeRoleEnum[keyof typeof FacilityRelationshipDataEmployeeRoleEnum];
115
-
116
-
117
97
  /**
118
98
  * Check if a given object implements the FacilityRelationshipData interface.
119
99
  */
@@ -144,10 +124,9 @@ export function FacilityRelationshipDataFromJSONTyped(json: any, ignoreDiscrimin
144
124
  'member': json['member'],
145
125
  'memberIdentifier': !exists(json, 'memberIdentifier') ? undefined : json['memberIdentifier'],
146
126
  'hasSecretSet': json['hasSecretSet'],
147
- 'employeeRole': !exists(json, 'employeeRole') ? undefined : json['employeeRole'],
127
+ 'employeeRole': !exists(json, 'employeeRole') ? undefined : EmployeeRoleFromJSON(json['employeeRole']),
148
128
  'facility': !exists(json, 'facility') ? undefined : FacilityDataFromJSON(json['facility']),
149
129
  'user': !exists(json, 'user') ? undefined : FacilitySessionUserDataFromJSON(json['user']),
150
- 'fingerprint': !exists(json, 'fingerprint') ? undefined : FingerprintDataFromJSON(json['fingerprint']),
151
130
  };
152
131
  }
153
132
 
@@ -166,10 +145,9 @@ export function FacilityRelationshipDataToJSON(value?: FacilityRelationshipData
166
145
  'member': value.member,
167
146
  'memberIdentifier': value.memberIdentifier,
168
147
  'hasSecretSet': value.hasSecretSet,
169
- 'employeeRole': value.employeeRole,
148
+ 'employeeRole': EmployeeRoleToJSON(value.employeeRole),
170
149
  'facility': FacilityDataToJSON(value.facility),
171
150
  'user': FacilitySessionUserDataToJSON(value.user),
172
- 'fingerprint': FingerprintDataToJSON(value.fingerprint),
173
151
  };
174
152
  }
175
153
 
@@ -0,0 +1,41 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * metrics-sdk-admin
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: 5.1.1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ /**
17
+ *
18
+ * @export
19
+ */
20
+ export const FacilityRight = {
21
+ View: 'view',
22
+ Edit: 'edit'
23
+ } as const;
24
+ export type FacilityRight =
25
+ | 'view'
26
+ | 'edit'
27
+ ;
28
+
29
+
30
+ export function FacilityRightFromJSON(json: any): FacilityRight {
31
+ return FacilityRightFromJSONTyped(json, false);
32
+ }
33
+
34
+ export function FacilityRightFromJSONTyped(json: any, ignoreDiscriminator: boolean): FacilityRight {
35
+ return json as FacilityRight;
36
+ }
37
+
38
+ export function FacilityRightToJSON(value?: FacilityRight | null): any {
39
+ return value as any;
40
+ }
41
+
@@ -4,7 +4,7 @@
4
4
  * metrics-sdk-admin
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 5.0.35
7
+ * The version of the OpenAPI document: 5.1.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * metrics-sdk-admin
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 5.0.35
7
+ * The version of the OpenAPI document: 5.1.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -19,6 +19,18 @@ import {
19
19
  FacilityDataFromJSONTyped,
20
20
  FacilityDataToJSON,
21
21
  } from './FacilityData';
22
+ import type { ForceUnit } from './ForceUnit';
23
+ import {
24
+ ForceUnitFromJSON,
25
+ ForceUnitFromJSONTyped,
26
+ ForceUnitToJSON,
27
+ } from './ForceUnit';
28
+ import type { StrengthMachineAppType } from './StrengthMachineAppType';
29
+ import {
30
+ StrengthMachineAppTypeFromJSON,
31
+ StrengthMachineAppTypeFromJSONTyped,
32
+ StrengthMachineAppTypeToJSON,
33
+ } from './StrengthMachineAppType';
22
34
 
23
35
  /**
24
36
  *
@@ -34,10 +46,10 @@ export interface FacilityStrengthMachineConfigurationData {
34
46
  facilityId: number;
35
47
  /**
36
48
  *
37
- * @type {string}
49
+ * @type {StrengthMachineAppType}
38
50
  * @memberof FacilityStrengthMachineConfigurationData
39
51
  */
40
- appType: FacilityStrengthMachineConfigurationDataAppTypeEnum;
52
+ appType: StrengthMachineAppType;
41
53
  /**
42
54
  *
43
55
  * @type {string}
@@ -46,10 +58,10 @@ export interface FacilityStrengthMachineConfigurationData {
46
58
  timeZone: string;
47
59
  /**
48
60
  *
49
- * @type {string}
61
+ * @type {ForceUnit}
50
62
  * @memberof FacilityStrengthMachineConfigurationData
51
63
  */
52
- forceUnit: FacilityStrengthMachineConfigurationDataForceUnitEnum;
64
+ forceUnit: ForceUnit;
53
65
  /**
54
66
  *
55
67
  * @type {string}
@@ -76,30 +88,6 @@ export interface FacilityStrengthMachineConfigurationData {
76
88
  facility?: FacilityData;
77
89
  }
78
90
 
79
-
80
- /**
81
- * @export
82
- */
83
- export const FacilityStrengthMachineConfigurationDataAppTypeEnum = {
84
- Performance: 'performance',
85
- Elder: 'elder',
86
- Medical: 'medical',
87
- Commercial: 'commercial'
88
- } as const;
89
- export type FacilityStrengthMachineConfigurationDataAppTypeEnum = typeof FacilityStrengthMachineConfigurationDataAppTypeEnum[keyof typeof FacilityStrengthMachineConfigurationDataAppTypeEnum];
90
-
91
- /**
92
- * @export
93
- */
94
- export const FacilityStrengthMachineConfigurationDataForceUnitEnum = {
95
- Lb: 'lb',
96
- Kg: 'kg',
97
- Ne: 'ne',
98
- Er: 'er'
99
- } as const;
100
- export type FacilityStrengthMachineConfigurationDataForceUnitEnum = typeof FacilityStrengthMachineConfigurationDataForceUnitEnum[keyof typeof FacilityStrengthMachineConfigurationDataForceUnitEnum];
101
-
102
-
103
91
  /**
104
92
  * Check if a given object implements the FacilityStrengthMachineConfigurationData interface.
105
93
  */
@@ -127,9 +115,9 @@ export function FacilityStrengthMachineConfigurationDataFromJSONTyped(json: any,
127
115
  return {
128
116
 
129
117
  'facilityId': json['facilityId'],
130
- 'appType': json['appType'],
118
+ 'appType': StrengthMachineAppTypeFromJSON(json['appType']),
131
119
  'timeZone': json['timeZone'],
132
- 'forceUnit': json['forceUnit'],
120
+ 'forceUnit': ForceUnitFromJSON(json['forceUnit']),
133
121
  'primaryFocus': json['primaryFocus'],
134
122
  'secondaryFocus': json['secondaryFocus'],
135
123
  'locale': json['locale'],
@@ -147,9 +135,9 @@ export function FacilityStrengthMachineConfigurationDataToJSON(value?: FacilityS
147
135
  return {
148
136
 
149
137
  'facilityId': value.facilityId,
150
- 'appType': value.appType,
138
+ 'appType': StrengthMachineAppTypeToJSON(value.appType),
151
139
  'timeZone': value.timeZone,
152
- 'forceUnit': value.forceUnit,
140
+ 'forceUnit': ForceUnitToJSON(value.forceUnit),
153
141
  'primaryFocus': value.primaryFocus,
154
142
  'secondaryFocus': value.secondaryFocus,
155
143
  'locale': value.locale,
@@ -4,7 +4,7 @@
4
4
  * metrics-sdk-admin
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 5.0.35
7
+ * The version of the OpenAPI document: 5.1.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,45 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * metrics-sdk-admin
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: 5.1.1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ /**
17
+ *
18
+ * @export
19
+ */
20
+ export const ForceUnit = {
21
+ Lb: 'lb',
22
+ Kg: 'kg',
23
+ Ne: 'ne',
24
+ Er: 'er'
25
+ } as const;
26
+ export type ForceUnit =
27
+ | 'lb'
28
+ | 'kg'
29
+ | 'ne'
30
+ | 'er'
31
+ ;
32
+
33
+
34
+ export function ForceUnitFromJSON(json: any): ForceUnit {
35
+ return ForceUnitFromJSONTyped(json, false);
36
+ }
37
+
38
+ export function ForceUnitFromJSONTyped(json: any, ignoreDiscriminator: boolean): ForceUnit {
39
+ return json as ForceUnit;
40
+ }
41
+
42
+ export function ForceUnitToJSON(value?: ForceUnit | null): any {
43
+ return value as any;
44
+ }
45
+
@@ -4,7 +4,7 @@
4
4
  * metrics-sdk-admin
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 5.0.35
7
+ * The version of the OpenAPI document: 5.1.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * metrics-sdk-admin
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 5.0.35
7
+ * The version of the OpenAPI document: 5.1.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,12 +13,60 @@
13
13
  */
14
14
 
15
15
  import { exists, mapValues } from '../runtime';
16
+ import type { AccessControlRight } from './AccessControlRight';
17
+ import {
18
+ AccessControlRightFromJSON,
19
+ AccessControlRightFromJSONTyped,
20
+ AccessControlRightToJSON,
21
+ } from './AccessControlRight';
22
+ import type { AnalyticRight } from './AnalyticRight';
23
+ import {
24
+ AnalyticRightFromJSON,
25
+ AnalyticRightFromJSONTyped,
26
+ AnalyticRightToJSON,
27
+ } from './AnalyticRight';
28
+ import type { ExerciseRight } from './ExerciseRight';
29
+ import {
30
+ ExerciseRightFromJSON,
31
+ ExerciseRightFromJSONTyped,
32
+ ExerciseRightToJSON,
33
+ } from './ExerciseRight';
34
+ import type { FacilityRight } from './FacilityRight';
35
+ import {
36
+ FacilityRightFromJSON,
37
+ FacilityRightFromJSONTyped,
38
+ FacilityRightToJSON,
39
+ } from './FacilityRight';
40
+ import type { LicenseRight } from './LicenseRight';
41
+ import {
42
+ LicenseRightFromJSON,
43
+ LicenseRightFromJSONTyped,
44
+ LicenseRightToJSON,
45
+ } from './LicenseRight';
46
+ import type { MSeriesGuidedSessionRight } from './MSeriesGuidedSessionRight';
47
+ import {
48
+ MSeriesGuidedSessionRightFromJSON,
49
+ MSeriesGuidedSessionRightFromJSONTyped,
50
+ MSeriesGuidedSessionRightToJSON,
51
+ } from './MSeriesGuidedSessionRight';
52
+ import type { ResqueRight } from './ResqueRight';
53
+ import {
54
+ ResqueRightFromJSON,
55
+ ResqueRightFromJSONTyped,
56
+ ResqueRightToJSON,
57
+ } from './ResqueRight';
16
58
  import type { UserData } from './UserData';
17
59
  import {
18
60
  UserDataFromJSON,
19
61
  UserDataFromJSONTyped,
20
62
  UserDataToJSON,
21
63
  } from './UserData';
64
+ import type { UserRight } from './UserRight';
65
+ import {
66
+ UserRightFromJSON,
67
+ UserRightFromJSONTyped,
68
+ UserRightToJSON,
69
+ } from './UserRight';
22
70
 
23
71
  /**
24
72
  *
@@ -34,52 +82,52 @@ export interface GlobalAccessControlData {
34
82
  userId: number;
35
83
  /**
36
84
  *
37
- * @type {string}
85
+ * @type {UserRight}
38
86
  * @memberof GlobalAccessControlData
39
87
  */
40
- userRights?: GlobalAccessControlDataUserRightsEnum;
88
+ userRights?: UserRight;
41
89
  /**
42
90
  *
43
- * @type {string}
91
+ * @type {ExerciseRight}
44
92
  * @memberof GlobalAccessControlData
45
93
  */
46
- exerciseRights?: GlobalAccessControlDataExerciseRightsEnum;
94
+ exerciseRights?: ExerciseRight;
47
95
  /**
48
96
  *
49
- * @type {string}
97
+ * @type {MSeriesGuidedSessionRight}
50
98
  * @memberof GlobalAccessControlData
51
99
  */
52
- mSeriesGuidedSessionRights?: GlobalAccessControlDataMSeriesGuidedSessionRightsEnum;
100
+ mSeriesGuidedSessionRights?: MSeriesGuidedSessionRight;
53
101
  /**
54
102
  *
55
- * @type {string}
103
+ * @type {FacilityRight}
56
104
  * @memberof GlobalAccessControlData
57
105
  */
58
- facilityRights?: GlobalAccessControlDataFacilityRightsEnum;
106
+ facilityRights?: FacilityRight;
59
107
  /**
60
108
  *
61
- * @type {string}
109
+ * @type {LicenseRight}
62
110
  * @memberof GlobalAccessControlData
63
111
  */
64
- licenseRights?: GlobalAccessControlDataLicenseRightsEnum;
112
+ licenseRights?: LicenseRight;
65
113
  /**
66
114
  *
67
- * @type {string}
115
+ * @type {AccessControlRight}
68
116
  * @memberof GlobalAccessControlData
69
117
  */
70
- accessControlRights?: GlobalAccessControlDataAccessControlRightsEnum;
118
+ accessControlRights?: AccessControlRight;
71
119
  /**
72
120
  *
73
- * @type {string}
121
+ * @type {ResqueRight}
74
122
  * @memberof GlobalAccessControlData
75
123
  */
76
- resqueRights?: GlobalAccessControlDataResqueRightsEnum;
124
+ resqueRights?: ResqueRight;
77
125
  /**
78
126
  *
79
- * @type {string}
127
+ * @type {AnalyticRight}
80
128
  * @memberof GlobalAccessControlData
81
129
  */
82
- analyticRights?: GlobalAccessControlDataAnalyticRightsEnum;
130
+ analyticRights?: AnalyticRight;
83
131
  /**
84
132
  *
85
133
  * @type {UserData}
@@ -88,78 +136,6 @@ export interface GlobalAccessControlData {
88
136
  user?: UserData;
89
137
  }
90
138
 
91
-
92
- /**
93
- * @export
94
- */
95
- export const GlobalAccessControlDataUserRightsEnum = {
96
- View: 'view',
97
- Edit: 'edit'
98
- } as const;
99
- export type GlobalAccessControlDataUserRightsEnum = typeof GlobalAccessControlDataUserRightsEnum[keyof typeof GlobalAccessControlDataUserRightsEnum];
100
-
101
- /**
102
- * @export
103
- */
104
- export const GlobalAccessControlDataExerciseRightsEnum = {
105
- Edit: 'edit'
106
- } as const;
107
- export type GlobalAccessControlDataExerciseRightsEnum = typeof GlobalAccessControlDataExerciseRightsEnum[keyof typeof GlobalAccessControlDataExerciseRightsEnum];
108
-
109
- /**
110
- * @export
111
- */
112
- export const GlobalAccessControlDataMSeriesGuidedSessionRightsEnum = {
113
- Access: 'access',
114
- Publish: 'publish'
115
- } as const;
116
- export type GlobalAccessControlDataMSeriesGuidedSessionRightsEnum = typeof GlobalAccessControlDataMSeriesGuidedSessionRightsEnum[keyof typeof GlobalAccessControlDataMSeriesGuidedSessionRightsEnum];
117
-
118
- /**
119
- * @export
120
- */
121
- export const GlobalAccessControlDataFacilityRightsEnum = {
122
- View: 'view',
123
- Edit: 'edit'
124
- } as const;
125
- export type GlobalAccessControlDataFacilityRightsEnum = typeof GlobalAccessControlDataFacilityRightsEnum[keyof typeof GlobalAccessControlDataFacilityRightsEnum];
126
-
127
- /**
128
- * @export
129
- */
130
- export const GlobalAccessControlDataLicenseRightsEnum = {
131
- View: 'view',
132
- Edit: 'edit'
133
- } as const;
134
- export type GlobalAccessControlDataLicenseRightsEnum = typeof GlobalAccessControlDataLicenseRightsEnum[keyof typeof GlobalAccessControlDataLicenseRightsEnum];
135
-
136
- /**
137
- * @export
138
- */
139
- export const GlobalAccessControlDataAccessControlRightsEnum = {
140
- View: 'view',
141
- Edit: 'edit'
142
- } as const;
143
- export type GlobalAccessControlDataAccessControlRightsEnum = typeof GlobalAccessControlDataAccessControlRightsEnum[keyof typeof GlobalAccessControlDataAccessControlRightsEnum];
144
-
145
- /**
146
- * @export
147
- */
148
- export const GlobalAccessControlDataResqueRightsEnum = {
149
- View: 'view',
150
- Edit: 'edit'
151
- } as const;
152
- export type GlobalAccessControlDataResqueRightsEnum = typeof GlobalAccessControlDataResqueRightsEnum[keyof typeof GlobalAccessControlDataResqueRightsEnum];
153
-
154
- /**
155
- * @export
156
- */
157
- export const GlobalAccessControlDataAnalyticRightsEnum = {
158
- View: 'view'
159
- } as const;
160
- export type GlobalAccessControlDataAnalyticRightsEnum = typeof GlobalAccessControlDataAnalyticRightsEnum[keyof typeof GlobalAccessControlDataAnalyticRightsEnum];
161
-
162
-
163
139
  /**
164
140
  * Check if a given object implements the GlobalAccessControlData interface.
165
141
  */
@@ -181,14 +157,14 @@ export function GlobalAccessControlDataFromJSONTyped(json: any, ignoreDiscrimina
181
157
  return {
182
158
 
183
159
  'userId': json['userId'],
184
- 'userRights': !exists(json, 'userRights') ? undefined : json['userRights'],
185
- 'exerciseRights': !exists(json, 'exerciseRights') ? undefined : json['exerciseRights'],
186
- 'mSeriesGuidedSessionRights': !exists(json, 'mSeriesGuidedSessionRights') ? undefined : json['mSeriesGuidedSessionRights'],
187
- 'facilityRights': !exists(json, 'facilityRights') ? undefined : json['facilityRights'],
188
- 'licenseRights': !exists(json, 'licenseRights') ? undefined : json['licenseRights'],
189
- 'accessControlRights': !exists(json, 'accessControlRights') ? undefined : json['accessControlRights'],
190
- 'resqueRights': !exists(json, 'resqueRights') ? undefined : json['resqueRights'],
191
- 'analyticRights': !exists(json, 'analyticRights') ? undefined : json['analyticRights'],
160
+ 'userRights': !exists(json, 'userRights') ? undefined : UserRightFromJSON(json['userRights']),
161
+ 'exerciseRights': !exists(json, 'exerciseRights') ? undefined : ExerciseRightFromJSON(json['exerciseRights']),
162
+ 'mSeriesGuidedSessionRights': !exists(json, 'mSeriesGuidedSessionRights') ? undefined : MSeriesGuidedSessionRightFromJSON(json['mSeriesGuidedSessionRights']),
163
+ 'facilityRights': !exists(json, 'facilityRights') ? undefined : FacilityRightFromJSON(json['facilityRights']),
164
+ 'licenseRights': !exists(json, 'licenseRights') ? undefined : LicenseRightFromJSON(json['licenseRights']),
165
+ 'accessControlRights': !exists(json, 'accessControlRights') ? undefined : AccessControlRightFromJSON(json['accessControlRights']),
166
+ 'resqueRights': !exists(json, 'resqueRights') ? undefined : ResqueRightFromJSON(json['resqueRights']),
167
+ 'analyticRights': !exists(json, 'analyticRights') ? undefined : AnalyticRightFromJSON(json['analyticRights']),
192
168
  'user': !exists(json, 'user') ? undefined : UserDataFromJSON(json['user']),
193
169
  };
194
170
  }
@@ -203,14 +179,14 @@ export function GlobalAccessControlDataToJSON(value?: GlobalAccessControlData |
203
179
  return {
204
180
 
205
181
  'userId': value.userId,
206
- 'userRights': value.userRights,
207
- 'exerciseRights': value.exerciseRights,
208
- 'mSeriesGuidedSessionRights': value.mSeriesGuidedSessionRights,
209
- 'facilityRights': value.facilityRights,
210
- 'licenseRights': value.licenseRights,
211
- 'accessControlRights': value.accessControlRights,
212
- 'resqueRights': value.resqueRights,
213
- 'analyticRights': value.analyticRights,
182
+ 'userRights': UserRightToJSON(value.userRights),
183
+ 'exerciseRights': ExerciseRightToJSON(value.exerciseRights),
184
+ 'mSeriesGuidedSessionRights': MSeriesGuidedSessionRightToJSON(value.mSeriesGuidedSessionRights),
185
+ 'facilityRights': FacilityRightToJSON(value.facilityRights),
186
+ 'licenseRights': LicenseRightToJSON(value.licenseRights),
187
+ 'accessControlRights': AccessControlRightToJSON(value.accessControlRights),
188
+ 'resqueRights': ResqueRightToJSON(value.resqueRights),
189
+ 'analyticRights': AnalyticRightToJSON(value.analyticRights),
214
190
  'user': UserDataToJSON(value.user),
215
191
  };
216
192
  }
@@ -4,7 +4,7 @@
4
4
  * metrics-sdk-admin
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 5.0.35
7
+ * The version of the OpenAPI document: 5.1.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * metrics-sdk-admin
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 5.0.35
7
+ * The version of the OpenAPI document: 5.1.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * metrics-sdk-admin
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 5.0.35
7
+ * The version of the OpenAPI document: 5.1.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * metrics-sdk-admin
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 5.0.35
7
+ * The version of the OpenAPI document: 5.1.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * metrics-sdk-admin
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 5.0.35
7
+ * The version of the OpenAPI document: 5.1.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * metrics-sdk-admin
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 5.0.35
7
+ * The version of the OpenAPI document: 5.1.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -21,7 +21,10 @@ export const GlobalAccessControlSorting = {
21
21
  Id: 'id',
22
22
  Name: 'name'
23
23
  } as const;
24
- export type GlobalAccessControlSorting = typeof GlobalAccessControlSorting[keyof typeof GlobalAccessControlSorting];
24
+ export type GlobalAccessControlSorting =
25
+ | 'id'
26
+ | 'name'
27
+ ;
25
28
 
26
29
 
27
30
  export function GlobalAccessControlSortingFromJSON(json: any): GlobalAccessControlSorting {
@@ -4,7 +4,7 @@
4
4
  * metrics-sdk-admin
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 5.0.35
7
+ * The version of the OpenAPI document: 5.1.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * metrics-sdk-admin
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 5.0.35
7
+ * The version of the OpenAPI document: 5.1.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).