@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
@@ -2,7 +2,7 @@
2
2
  * metrics-sdk-admin
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 5.0.35
5
+ * The version of the OpenAPI document: 5.1.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * metrics-sdk-admin
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 5.0.35
5
+ * The version of the OpenAPI document: 5.1.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * metrics-sdk-admin
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 5.0.35
5
+ * The version of the OpenAPI document: 5.1.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { CardioExerciseData } from './CardioExerciseData';
13
+ import type { CardioExerciseVariantType } from './CardioExerciseVariantType';
13
14
  import type { CardioMachineData } from './CardioMachineData';
14
15
  import type { ExerciseOrdinalSetAssignmentData } from './ExerciseOrdinalSetAssignmentData';
15
16
  /**
@@ -26,10 +27,10 @@ export interface CardioExerciseVariantData {
26
27
  id: number;
27
28
  /**
28
29
  *
29
- * @type {string}
30
+ * @type {CardioExerciseVariantType}
30
31
  * @memberof CardioExerciseVariantData
31
32
  */
32
- variant: CardioExerciseVariantDataVariantEnum;
33
+ variant: CardioExerciseVariantType;
33
34
  /**
34
35
  *
35
36
  * @type {string}
@@ -61,13 +62,6 @@ export interface CardioExerciseVariantData {
61
62
  */
62
63
  exerciseOrdinalSetAssignments?: Array<ExerciseOrdinalSetAssignmentData>;
63
64
  }
64
- /**
65
- * @export
66
- */
67
- export declare const CardioExerciseVariantDataVariantEnum: {
68
- readonly Normal: "normal";
69
- };
70
- export type CardioExerciseVariantDataVariantEnum = typeof CardioExerciseVariantDataVariantEnum[keyof typeof CardioExerciseVariantDataVariantEnum];
71
65
  /**
72
66
  * Check if a given object implements the CardioExerciseVariantData interface.
73
67
  */
@@ -0,0 +1,22 @@
1
+ /**
2
+ * metrics-sdk-admin
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 5.1.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ */
16
+ export declare const CardioExerciseVariantType: {
17
+ readonly Normal: "normal";
18
+ };
19
+ export type CardioExerciseVariantType = 'normal';
20
+ export declare function CardioExerciseVariantTypeFromJSON(json: any): CardioExerciseVariantType;
21
+ export declare function CardioExerciseVariantTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): CardioExerciseVariantType;
22
+ export declare function CardioExerciseVariantTypeToJSON(value?: CardioExerciseVariantType | null): any;
@@ -2,7 +2,7 @@
2
2
  * metrics-sdk-admin
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 5.0.35
5
+ * The version of the OpenAPI document: 5.1.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { CardioExerciseData } from './CardioExerciseData';
13
+ import type { CardioMachineParseCode } from './CardioMachineParseCode';
13
14
  /**
14
15
  *
15
16
  * @export
@@ -36,10 +37,10 @@ export interface CardioMachineData {
36
37
  line: CardioMachineDataLineEnum;
37
38
  /**
38
39
  *
39
- * @type {string}
40
+ * @type {CardioMachineParseCode}
40
41
  * @memberof CardioMachineData
41
42
  */
42
- parseCode: CardioMachineDataParseCodeEnum;
43
+ parseCode: CardioMachineParseCode;
43
44
  /**
44
45
  *
45
46
  * @type {number}
@@ -65,15 +66,7 @@ export interface CardioMachineData {
65
66
  export declare const CardioMachineDataLineEnum: {
66
67
  readonly MSeries: "mSeries";
67
68
  };
68
- export type CardioMachineDataLineEnum = typeof CardioMachineDataLineEnum[keyof typeof CardioMachineDataLineEnum];
69
- /**
70
- * @export
71
- */
72
- export declare const CardioMachineDataParseCodeEnum: {
73
- readonly Ms6: "ms6";
74
- readonly Ms6e: "ms6e";
75
- };
76
- export type CardioMachineDataParseCodeEnum = typeof CardioMachineDataParseCodeEnum[keyof typeof CardioMachineDataParseCodeEnum];
69
+ export type CardioMachineDataLineEnum = 'mSeries';
77
70
  /**
78
71
  * Check if a given object implements the CardioMachineData interface.
79
72
  */
@@ -0,0 +1,23 @@
1
+ /**
2
+ * metrics-sdk-admin
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 5.1.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ */
16
+ export declare const CardioMachineParseCode: {
17
+ readonly Ms6: "ms6";
18
+ readonly Ms6e: "ms6e";
19
+ };
20
+ export type CardioMachineParseCode = 'ms6' | 'ms6e';
21
+ export declare function CardioMachineParseCodeFromJSON(json: any): CardioMachineParseCode;
22
+ export declare function CardioMachineParseCodeFromJSONTyped(json: any, ignoreDiscriminator: boolean): CardioMachineParseCode;
23
+ export declare function CardioMachineParseCodeToJSON(value?: CardioMachineParseCode | null): any;
@@ -0,0 +1,23 @@
1
+ /**
2
+ * metrics-sdk-admin
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 5.1.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ */
16
+ export declare const CharacterType: {
17
+ readonly Numeric: "numeric";
18
+ readonly Alpha: "alpha";
19
+ };
20
+ export type CharacterType = 'numeric' | 'alpha';
21
+ export declare function CharacterTypeFromJSON(json: any): CharacterType;
22
+ export declare function CharacterTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): CharacterType;
23
+ export declare function CharacterTypeToJSON(value?: CharacterType | null): any;
@@ -2,7 +2,7 @@
2
2
  * metrics-sdk-admin
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 5.0.35
5
+ * The version of the OpenAPI document: 5.1.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,26 @@
1
+ /**
2
+ * metrics-sdk-admin
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 5.1.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ */
16
+ export declare const EmployeeRole: {
17
+ readonly Admin: "admin";
18
+ readonly CustomerSupport: "customerSupport";
19
+ readonly Trainer: "trainer";
20
+ readonly FrontDesk: "frontDesk";
21
+ readonly Maintenance: "maintenance";
22
+ };
23
+ export type EmployeeRole = 'admin' | 'customerSupport' | 'trainer' | 'frontDesk' | 'maintenance';
24
+ export declare function EmployeeRoleFromJSON(json: any): EmployeeRole;
25
+ export declare function EmployeeRoleFromJSONTyped(json: any, ignoreDiscriminator: boolean): EmployeeRole;
26
+ export declare function EmployeeRoleToJSON(value?: EmployeeRole | null): any;
@@ -2,7 +2,7 @@
2
2
  * metrics-sdk-admin
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 5.0.35
5
+ * The version of the OpenAPI document: 5.1.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { CardioExerciseData } from './CardioExerciseData';
13
+ import type { ExerciseAliasType } from './ExerciseAliasType';
13
14
  import type { StrengthExerciseData } from './StrengthExerciseData';
14
15
  import type { StretchExerciseData } from './StretchExerciseData';
15
16
  /**
@@ -32,10 +33,10 @@ export interface ExerciseAliasData {
32
33
  alias: string;
33
34
  /**
34
35
  *
35
- * @type {string}
36
+ * @type {ExerciseAliasType}
36
37
  * @memberof ExerciseAliasData
37
38
  */
38
- type?: ExerciseAliasDataTypeEnum;
39
+ type?: ExerciseAliasType;
39
40
  /**
40
41
  *
41
42
  * @type {StrengthExerciseData}
@@ -55,15 +56,6 @@ export interface ExerciseAliasData {
55
56
  */
56
57
  stretchExercise?: StretchExerciseData;
57
58
  }
58
- /**
59
- * @export
60
- */
61
- export declare const ExerciseAliasDataTypeEnum: {
62
- readonly Strength: "strength";
63
- readonly Stretch: "stretch";
64
- readonly Cardio: "cardio";
65
- };
66
- export type ExerciseAliasDataTypeEnum = typeof ExerciseAliasDataTypeEnum[keyof typeof ExerciseAliasDataTypeEnum];
67
59
  /**
68
60
  * Check if a given object implements the ExerciseAliasData interface.
69
61
  */
@@ -0,0 +1,24 @@
1
+ /**
2
+ * metrics-sdk-admin
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 5.1.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ */
16
+ export declare const ExerciseAliasType: {
17
+ readonly Cardio: "cardio";
18
+ readonly Strength: "strength";
19
+ readonly Stretch: "stretch";
20
+ };
21
+ export type ExerciseAliasType = 'cardio' | 'strength' | 'stretch';
22
+ export declare function ExerciseAliasTypeFromJSON(json: any): ExerciseAliasType;
23
+ export declare function ExerciseAliasTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): ExerciseAliasType;
24
+ export declare function ExerciseAliasTypeToJSON(value?: ExerciseAliasType | null): any;
@@ -2,7 +2,7 @@
2
2
  * metrics-sdk-admin
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 5.0.35
5
+ * The version of the OpenAPI document: 5.1.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * metrics-sdk-admin
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 5.0.35
5
+ * The version of the OpenAPI document: 5.1.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,22 @@
1
+ /**
2
+ * metrics-sdk-admin
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 5.1.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ */
16
+ export declare const ExerciseRight: {
17
+ readonly Edit: "edit";
18
+ };
19
+ export type ExerciseRight = 'edit';
20
+ export declare function ExerciseRightFromJSON(json: any): ExerciseRight;
21
+ export declare function ExerciseRightFromJSONTyped(json: any, ignoreDiscriminator: boolean): ExerciseRight;
22
+ export declare function ExerciseRightToJSON(value?: ExerciseRight | null): any;
@@ -2,13 +2,14 @@
2
2
  * metrics-sdk-admin
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 5.0.35
5
+ * The version of the OpenAPI document: 5.1.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { CharacterType } from './CharacterType';
12
13
  /**
13
14
  *
14
15
  * @export
@@ -23,10 +24,10 @@ export interface FacilityConfigurationData {
23
24
  facilityId: number;
24
25
  /**
25
26
  *
26
- * @type {string}
27
+ * @type {CharacterType}
27
28
  * @memberof FacilityConfigurationData
28
29
  */
29
- memberIdentificationComposition: FacilityConfigurationDataMemberIdentificationCompositionEnum;
30
+ memberIdentificationComposition: CharacterType;
30
31
  /**
31
32
  *
32
33
  * @type {boolean}
@@ -47,10 +48,10 @@ export interface FacilityConfigurationData {
47
48
  memberIdentificationRegex: string;
48
49
  /**
49
50
  *
50
- * @type {string}
51
+ * @type {CharacterType}
51
52
  * @memberof FacilityConfigurationData
52
53
  */
53
- memberSecretComposition: FacilityConfigurationDataMemberSecretCompositionEnum;
54
+ memberSecretComposition: CharacterType;
54
55
  /**
55
56
  *
56
57
  * @type {boolean}
@@ -76,22 +77,6 @@ export interface FacilityConfigurationData {
76
77
  */
77
78
  memberRequireEmail: boolean;
78
79
  }
79
- /**
80
- * @export
81
- */
82
- export declare const FacilityConfigurationDataMemberIdentificationCompositionEnum: {
83
- readonly Numeric: "numeric";
84
- readonly Alpha: "alpha";
85
- };
86
- export type FacilityConfigurationDataMemberIdentificationCompositionEnum = typeof FacilityConfigurationDataMemberIdentificationCompositionEnum[keyof typeof FacilityConfigurationDataMemberIdentificationCompositionEnum];
87
- /**
88
- * @export
89
- */
90
- export declare const FacilityConfigurationDataMemberSecretCompositionEnum: {
91
- readonly Numeric: "numeric";
92
- readonly Alpha: "alpha";
93
- };
94
- export type FacilityConfigurationDataMemberSecretCompositionEnum = typeof FacilityConfigurationDataMemberSecretCompositionEnum[keyof typeof FacilityConfigurationDataMemberSecretCompositionEnum];
95
80
  /**
96
81
  * Check if a given object implements the FacilityConfigurationData interface.
97
82
  */
@@ -2,7 +2,7 @@
2
2
  * metrics-sdk-admin
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 5.0.35
5
+ * The version of the OpenAPI document: 5.1.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * metrics-sdk-admin
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 5.0.35
5
+ * The version of the OpenAPI document: 5.1.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { FacilityData } from './FacilityData';
13
+ import type { FacilityLicenseType } from './FacilityLicenseType';
13
14
  /**
14
15
  *
15
16
  * @export
@@ -42,10 +43,10 @@ export interface FacilityLicenseData {
42
43
  term: number;
43
44
  /**
44
45
  *
45
- * @type {string}
46
+ * @type {FacilityLicenseType}
46
47
  * @memberof FacilityLicenseData
47
48
  */
48
- type: FacilityLicenseDataTypeEnum;
49
+ type: FacilityLicenseType;
49
50
  /**
50
51
  *
51
52
  * @type {number}
@@ -65,15 +66,6 @@ export interface FacilityLicenseData {
65
66
  */
66
67
  facility?: FacilityData;
67
68
  }
68
- /**
69
- * @export
70
- */
71
- export declare const FacilityLicenseDataTypeEnum: {
72
- readonly Normal: "normal";
73
- readonly Test: "test";
74
- readonly Demo: "demo";
75
- };
76
- export type FacilityLicenseDataTypeEnum = typeof FacilityLicenseDataTypeEnum[keyof typeof FacilityLicenseDataTypeEnum];
77
69
  /**
78
70
  * Check if a given object implements the FacilityLicenseData interface.
79
71
  */
@@ -2,7 +2,7 @@
2
2
  * metrics-sdk-admin
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 5.0.35
5
+ * The version of the OpenAPI document: 5.1.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * metrics-sdk-admin
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 5.0.35
5
+ * The version of the OpenAPI document: 5.1.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { FacilityLicenseSorting } from './FacilityLicenseSorting';
13
+ import type { FacilityLicenseType } from './FacilityLicenseType';
13
14
  /**
14
15
  *
15
16
  * @export
@@ -27,19 +28,19 @@ export interface FacilityLicenseListResponseMeta {
27
28
  * @type {string}
28
29
  * @memberof FacilityLicenseListResponseMeta
29
30
  */
30
- key: string;
31
+ key?: string;
31
32
  /**
32
33
  *
33
- * @type {string}
34
+ * @type {FacilityLicenseType}
34
35
  * @memberof FacilityLicenseListResponseMeta
35
36
  */
36
- type: FacilityLicenseListResponseMetaTypeEnum;
37
+ type?: FacilityLicenseType;
37
38
  /**
38
39
  *
39
40
  * @type {string}
40
41
  * @memberof FacilityLicenseListResponseMeta
41
42
  */
42
- accountId: string;
43
+ accountId?: string;
43
44
  /**
44
45
  *
45
46
  * @type {FacilityLicenseSorting}
@@ -71,15 +72,6 @@ export interface FacilityLicenseListResponseMeta {
71
72
  */
72
73
  totalCount?: number;
73
74
  }
74
- /**
75
- * @export
76
- */
77
- export declare const FacilityLicenseListResponseMetaTypeEnum: {
78
- readonly Normal: "normal";
79
- readonly Test: "test";
80
- readonly Demo: "demo";
81
- };
82
- export type FacilityLicenseListResponseMetaTypeEnum = typeof FacilityLicenseListResponseMetaTypeEnum[keyof typeof FacilityLicenseListResponseMetaTypeEnum];
83
75
  /**
84
76
  * Check if a given object implements the FacilityLicenseListResponseMeta interface.
85
77
  */
@@ -2,7 +2,7 @@
2
2
  * metrics-sdk-admin
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 5.0.35
5
+ * The version of the OpenAPI document: 5.1.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * metrics-sdk-admin
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 5.0.35
5
+ * The version of the OpenAPI document: 5.1.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -19,7 +19,7 @@ export declare const FacilityLicenseSorting: {
19
19
  readonly Term: "term";
20
20
  readonly EffectiveDate: "effectiveDate";
21
21
  };
22
- export type FacilityLicenseSorting = typeof FacilityLicenseSorting[keyof typeof FacilityLicenseSorting];
22
+ export type FacilityLicenseSorting = 'id' | 'type' | 'term' | 'effectiveDate';
23
23
  export declare function FacilityLicenseSortingFromJSON(json: any): FacilityLicenseSorting;
24
24
  export declare function FacilityLicenseSortingFromJSONTyped(json: any, ignoreDiscriminator: boolean): FacilityLicenseSorting;
25
25
  export declare function FacilityLicenseSortingToJSON(value?: FacilityLicenseSorting | null): any;
@@ -0,0 +1,24 @@
1
+ /**
2
+ * metrics-sdk-admin
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 5.1.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ */
16
+ export declare const FacilityLicenseType: {
17
+ readonly Normal: "normal";
18
+ readonly Demo: "demo";
19
+ readonly Test: "test";
20
+ };
21
+ export type FacilityLicenseType = 'normal' | 'demo' | 'test';
22
+ export declare function FacilityLicenseTypeFromJSON(json: any): FacilityLicenseType;
23
+ export declare function FacilityLicenseTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): FacilityLicenseType;
24
+ export declare function FacilityLicenseTypeToJSON(value?: FacilityLicenseType | null): any;
@@ -2,7 +2,7 @@
2
2
  * metrics-sdk-admin
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 5.0.35
5
+ * The version of the OpenAPI document: 5.1.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,16 +2,16 @@
2
2
  * metrics-sdk-admin
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 5.0.35
5
+ * The version of the OpenAPI document: 5.1.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { EmployeeRole } from './EmployeeRole';
12
13
  import type { FacilityData } from './FacilityData';
13
14
  import type { FacilitySessionUserData } from './FacilitySessionUserData';
14
- import type { FingerprintData } from './FingerprintData';
15
15
  /**
16
16
  *
17
17
  * @export
@@ -56,10 +56,10 @@ export interface FacilityRelationshipData {
56
56
  hasSecretSet: boolean;
57
57
  /**
58
58
  *
59
- * @type {string}
59
+ * @type {EmployeeRole}
60
60
  * @memberof FacilityRelationshipData
61
61
  */
62
- employeeRole?: FacilityRelationshipDataEmployeeRoleEnum;
62
+ employeeRole?: EmployeeRole;
63
63
  /**
64
64
  *
65
65
  * @type {FacilityData}
@@ -72,24 +72,7 @@ export interface FacilityRelationshipData {
72
72
  * @memberof FacilityRelationshipData
73
73
  */
74
74
  user?: FacilitySessionUserData;
75
- /**
76
- *
77
- * @type {FingerprintData}
78
- * @memberof FacilityRelationshipData
79
- */
80
- fingerprint?: FingerprintData;
81
75
  }
82
- /**
83
- * @export
84
- */
85
- export declare const FacilityRelationshipDataEmployeeRoleEnum: {
86
- readonly Admin: "admin";
87
- readonly CustomerSupport: "customerSupport";
88
- readonly Trainer: "trainer";
89
- readonly FrontDesk: "frontDesk";
90
- readonly Maintenance: "maintenance";
91
- };
92
- export type FacilityRelationshipDataEmployeeRoleEnum = typeof FacilityRelationshipDataEmployeeRoleEnum[keyof typeof FacilityRelationshipDataEmployeeRoleEnum];
93
76
  /**
94
77
  * Check if a given object implements the FacilityRelationshipData interface.
95
78
  */
@@ -0,0 +1,23 @@
1
+ /**
2
+ * metrics-sdk-admin
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 5.1.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ */
16
+ export declare const FacilityRight: {
17
+ readonly View: "view";
18
+ readonly Edit: "edit";
19
+ };
20
+ export type FacilityRight = 'view' | 'edit';
21
+ export declare function FacilityRightFromJSON(json: any): FacilityRight;
22
+ export declare function FacilityRightFromJSONTyped(json: any, ignoreDiscriminator: boolean): FacilityRight;
23
+ export declare function FacilityRightToJSON(value?: FacilityRight | null): any;