@keiser/metrics-sdk-admin-typescript 5.0.12

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 (317) hide show
  1. package/.github/ISSUE_TEMPLATE/bug_report.md +41 -0
  2. package/.github/ISSUE_TEMPLATE/enhancement.md +46 -0
  3. package/.github/ISSUE_TEMPLATE/feature_request.md +46 -0
  4. package/.github/workflows/main.yml +63 -0
  5. package/README.md +202 -0
  6. package/dist/apis/MetricsAdminApi.d.ts +328 -0
  7. package/dist/apis/index.d.ts +1 -0
  8. package/dist/connection.d.ts +110 -0
  9. package/dist/error.d.ts +134 -0
  10. package/dist/event.d.ts +51 -0
  11. package/dist/index.d.ts +7 -0
  12. package/dist/index.js +8429 -0
  13. package/dist/index.mjs +7939 -0
  14. package/dist/jwt.d.ts +1 -0
  15. package/dist/models/A500DataSetData.d.ts +93 -0
  16. package/dist/models/A500MachineStateData.d.ts +88 -0
  17. package/dist/models/A500RepDataPointData.d.ts +169 -0
  18. package/dist/models/A500TestResultData.d.ts +103 -0
  19. package/dist/models/A500TimeSeriesPointData.d.ts +145 -0
  20. package/dist/models/AcceptedTermsVersionData.d.ts +43 -0
  21. package/dist/models/BodyCompositionMeasurementData.d.ts +211 -0
  22. package/dist/models/CacheKeysResponse.d.ts +43 -0
  23. package/dist/models/CacheObject.d.ts +55 -0
  24. package/dist/models/CacheObjectResponse.d.ts +44 -0
  25. package/dist/models/CardioExerciseData.d.ts +65 -0
  26. package/dist/models/CardioExerciseVariantData.d.ts +77 -0
  27. package/dist/models/CardioMachineData.d.ts +83 -0
  28. package/dist/models/EmailAddressData.d.ts +49 -0
  29. package/dist/models/ExerciseAliasData.d.ts +73 -0
  30. package/dist/models/ExerciseOrdinalSetAssignmentData.d.ts +65 -0
  31. package/dist/models/ExerciseOrdinalSetData.d.ts +56 -0
  32. package/dist/models/FacilityConfigurationData.d.ts +101 -0
  33. package/dist/models/FacilityData.d.ts +65 -0
  34. package/dist/models/FacilityLicenseData.d.ts +83 -0
  35. package/dist/models/FacilityLicenseListResponse.d.ts +51 -0
  36. package/dist/models/FacilityLicenseListResponseMeta.d.ts +89 -0
  37. package/dist/models/FacilityLicenseResponse.d.ts +44 -0
  38. package/dist/models/FacilityLicenseSorting.d.ts +25 -0
  39. package/dist/models/FacilityProfileData.d.ts +73 -0
  40. package/dist/models/FacilityRelationshipData.d.ts +99 -0
  41. package/dist/models/FacilitySessionUserData.d.ts +112 -0
  42. package/dist/models/FacilityStrengthMachineConfigurationData.d.ts +94 -0
  43. package/dist/models/FacilityStrengthMachineData.d.ts +99 -0
  44. package/dist/models/FingerprintData.d.ts +69 -0
  45. package/dist/models/GlobalAccessControlCreationResponse.d.ts +51 -0
  46. package/dist/models/GlobalAccessControlData.d.ts +148 -0
  47. package/dist/models/GlobalAccessControlListResponse.d.ts +51 -0
  48. package/dist/models/GlobalAccessControlListResponseMeta.d.ts +62 -0
  49. package/dist/models/GlobalAccessControlResponse.d.ts +44 -0
  50. package/dist/models/GlobalAccessControlSecretData.d.ts +37 -0
  51. package/dist/models/GlobalAccessControlSecretResponse.d.ts +44 -0
  52. package/dist/models/GlobalAccessControlSorting.d.ts +23 -0
  53. package/dist/models/HeartRateDataPointData.d.ts +49 -0
  54. package/dist/models/HeartRateDataSetData.d.ts +81 -0
  55. package/dist/models/HeartRateDataSetSessionData.d.ts +56 -0
  56. package/dist/models/HeightMeasurementData.d.ts +55 -0
  57. package/dist/models/High.d.ts +31 -0
  58. package/dist/models/Low.d.ts +31 -0
  59. package/dist/models/MSeriesDataPointData.d.ts +103 -0
  60. package/dist/models/MSeriesDataSetData.d.ts +222 -0
  61. package/dist/models/MSeriesDataSetSegmentData.d.ts +129 -0
  62. package/dist/models/MSeriesFtpMeasurementData.d.ts +74 -0
  63. package/dist/models/MuscleArea.d.ts +24 -0
  64. package/dist/models/MuscleData.d.ts +67 -0
  65. package/dist/models/MuscleGroup.d.ts +35 -0
  66. package/dist/models/MuscleIdentifier.d.ts +86 -0
  67. package/dist/models/OAuthServiceData.d.ts +73 -0
  68. package/dist/models/PrimaryEmailAddressData.d.ts +37 -0
  69. package/dist/models/ProfileData.d.ts +67 -0
  70. package/dist/models/Queue.d.ts +23 -0
  71. package/dist/models/ResqueDetailsData.d.ts +45 -0
  72. package/dist/models/ResqueDetailsResponse.d.ts +44 -0
  73. package/dist/models/SessionData.d.ts +135 -0
  74. package/dist/models/SessionPlanActivitySetData.d.ts +31 -0
  75. package/dist/models/SessionPlanCardioSetData.d.ts +57 -0
  76. package/dist/models/SessionPlanData.d.ts +118 -0
  77. package/dist/models/SessionPlanSequenceAssignmentData.d.ts +44 -0
  78. package/dist/models/SessionPlanSequenceData.d.ts +63 -0
  79. package/dist/models/SessionPlanSequenceInstanceData.d.ts +82 -0
  80. package/dist/models/SessionPlanSetData.d.ts +81 -0
  81. package/dist/models/SessionPlanSetInstanceData.d.ts +87 -0
  82. package/dist/models/SessionPlanStrengthSetData.d.ts +67 -0
  83. package/dist/models/SessionPlanStretchSetData.d.ts +31 -0
  84. package/dist/models/StatData.d.ts +97 -0
  85. package/dist/models/StatListResponse.d.ts +51 -0
  86. package/dist/models/StatListResponseMeta.d.ts +68 -0
  87. package/dist/models/StatSorting.d.ts +23 -0
  88. package/dist/models/StrengthExerciseData.d.ts +125 -0
  89. package/dist/models/StrengthExerciseVariantData.d.ts +115 -0
  90. package/dist/models/StrengthMachineData.d.ts +88 -0
  91. package/dist/models/StrengthMachineDataSetData.d.ts +199 -0
  92. package/dist/models/StrengthMachineDataSetTestData.d.ts +54 -0
  93. package/dist/models/StrengthMachineDataSetTestSubsetData.d.ts +49 -0
  94. package/dist/models/StrengthMachineModelData.d.ts +31 -0
  95. package/dist/models/StretchExerciseData.d.ts +58 -0
  96. package/dist/models/StretchExerciseVariantData.d.ts +70 -0
  97. package/dist/models/TaskFailedResponse.d.ts +51 -0
  98. package/dist/models/TaskFailure.d.ts +69 -0
  99. package/dist/models/TaskPayload.d.ts +44 -0
  100. package/dist/models/TaskQueueResponse.d.ts +51 -0
  101. package/dist/models/TaskQueueResponseMeta.d.ts +68 -0
  102. package/dist/models/TaskQueues.d.ts +39 -0
  103. package/dist/models/TaskStats.d.ts +37 -0
  104. package/dist/models/UserData.d.ts +112 -0
  105. package/dist/models/UserListResponse.d.ts +51 -0
  106. package/dist/models/UserListResponseMeta.d.ts +68 -0
  107. package/dist/models/UserResponse.d.ts +44 -0
  108. package/dist/models/UserSorting.d.ts +24 -0
  109. package/dist/models/WeightMeasurementData.d.ts +68 -0
  110. package/dist/models/WorkersResponse.d.ts +43 -0
  111. package/dist/models/index.d.ts +96 -0
  112. package/dist/runtime.d.ts +134 -0
  113. package/docs/A500DataSetData.md +41 -0
  114. package/docs/A500MachineStateData.md +46 -0
  115. package/docs/A500RepDataPointData.md +56 -0
  116. package/docs/A500TestResultData.md +22 -0
  117. package/docs/A500TimeSeriesPointData.md +29 -0
  118. package/docs/AcceptedTermsVersionData.md +12 -0
  119. package/docs/BodyCompositionMeasurementData.md +40 -0
  120. package/docs/CacheKeysResponse.md +12 -0
  121. package/docs/CacheObject.md +14 -0
  122. package/docs/CacheObjectResponse.md +12 -0
  123. package/docs/CardioExerciseData.md +15 -0
  124. package/docs/CardioExerciseVariantData.md +25 -0
  125. package/docs/CardioMachineData.md +36 -0
  126. package/docs/EmailAddressData.md +13 -0
  127. package/docs/ExerciseAliasData.md +28 -0
  128. package/docs/ExerciseOrdinalSetAssignmentData.md +15 -0
  129. package/docs/ExerciseOrdinalSetData.md +14 -0
  130. package/docs/FacilityConfigurationData.md +41 -0
  131. package/docs/FacilityData.md +15 -0
  132. package/docs/FacilityLicenseData.md +30 -0
  133. package/docs/FacilityLicenseListResponse.md +13 -0
  134. package/docs/FacilityLicenseListResponseMeta.md +31 -0
  135. package/docs/FacilityLicenseResponse.md +12 -0
  136. package/docs/FacilityLicenseSorting.md +15 -0
  137. package/docs/FacilityProfileData.md +17 -0
  138. package/docs/FacilityRelationshipData.md +36 -0
  139. package/docs/FacilitySessionUserData.md +22 -0
  140. package/docs/FacilityStrengthMachineConfigurationData.md +47 -0
  141. package/docs/FacilityStrengthMachineData.md +21 -0
  142. package/docs/FingerprintData.md +24 -0
  143. package/docs/GlobalAccessControlCreationResponse.md +13 -0
  144. package/docs/GlobalAccessControlData.md +103 -0
  145. package/docs/GlobalAccessControlListResponse.md +13 -0
  146. package/docs/GlobalAccessControlListResponseMeta.md +15 -0
  147. package/docs/GlobalAccessControlResponse.md +12 -0
  148. package/docs/GlobalAccessControlSecretData.md +11 -0
  149. package/docs/GlobalAccessControlSecretResponse.md +12 -0
  150. package/docs/GlobalAccessControlSorting.md +11 -0
  151. package/docs/HeartRateDataPointData.md +13 -0
  152. package/docs/HeartRateDataSetData.md +18 -0
  153. package/docs/HeartRateDataSetSessionData.md +14 -0
  154. package/docs/HeightMeasurementData.md +14 -0
  155. package/docs/High.md +10 -0
  156. package/docs/Low.md +10 -0
  157. package/docs/MSeriesDataPointData.md +22 -0
  158. package/docs/MSeriesDataSetData.md +41 -0
  159. package/docs/MSeriesDataSetSegmentData.md +26 -0
  160. package/docs/MSeriesFtpMeasurementData.md +17 -0
  161. package/docs/MetricsAdminApi.md +1576 -0
  162. package/docs/MuscleArea.md +13 -0
  163. package/docs/MuscleData.md +27 -0
  164. package/docs/MuscleGroup.md +35 -0
  165. package/docs/MuscleIdentifier.md +137 -0
  166. package/docs/OAuthServiceData.md +17 -0
  167. package/docs/PrimaryEmailAddressData.md +11 -0
  168. package/docs/ProfileData.md +16 -0
  169. package/docs/Queue.md +11 -0
  170. package/docs/ResqueDetailsData.md +12 -0
  171. package/docs/ResqueDetailsResponse.md +12 -0
  172. package/docs/SessionData.md +26 -0
  173. package/docs/SessionPlanActivitySetData.md +10 -0
  174. package/docs/SessionPlanCardioSetData.md +14 -0
  175. package/docs/SessionPlanData.md +24 -0
  176. package/docs/SessionPlanSequenceAssignmentData.md +12 -0
  177. package/docs/SessionPlanSequenceData.md +15 -0
  178. package/docs/SessionPlanSequenceInstanceData.md +18 -0
  179. package/docs/SessionPlanSetData.md +31 -0
  180. package/docs/SessionPlanSetInstanceData.md +32 -0
  181. package/docs/SessionPlanStrengthSetData.md +29 -0
  182. package/docs/SessionPlanStretchSetData.md +10 -0
  183. package/docs/StatData.md +21 -0
  184. package/docs/StatListResponse.md +13 -0
  185. package/docs/StatListResponseMeta.md +16 -0
  186. package/docs/StatSorting.md +11 -0
  187. package/docs/StrengthExerciseData.md +71 -0
  188. package/docs/StrengthExerciseVariantData.md +69 -0
  189. package/docs/StrengthMachineData.md +38 -0
  190. package/docs/StrengthMachineDataSetData.md +60 -0
  191. package/docs/StrengthMachineDataSetTestData.md +27 -0
  192. package/docs/StrengthMachineDataSetTestSubsetData.md +13 -0
  193. package/docs/StrengthMachineModelData.md +10 -0
  194. package/docs/StretchExerciseData.md +14 -0
  195. package/docs/StretchExerciseVariantData.md +24 -0
  196. package/docs/TaskFailedResponse.md +13 -0
  197. package/docs/TaskFailure.md +16 -0
  198. package/docs/TaskPayload.md +12 -0
  199. package/docs/TaskQueueResponse.md +13 -0
  200. package/docs/TaskQueueResponseMeta.md +24 -0
  201. package/docs/TaskQueues.md +11 -0
  202. package/docs/TaskStats.md +11 -0
  203. package/docs/UserData.md +22 -0
  204. package/docs/UserListResponse.md +13 -0
  205. package/docs/UserListResponseMeta.md +16 -0
  206. package/docs/UserResponse.md +12 -0
  207. package/docs/UserSorting.md +13 -0
  208. package/docs/WeightMeasurementData.md +16 -0
  209. package/docs/WorkersResponse.md +12 -0
  210. package/package.json +37 -0
  211. package/rollup.config.mjs +32 -0
  212. package/src/apis/MetricsAdminApi.ts +1735 -0
  213. package/src/apis/index.ts +3 -0
  214. package/src/connection.ts +256 -0
  215. package/src/error.ts +248 -0
  216. package/src/event.ts +267 -0
  217. package/src/index.ts +9 -0
  218. package/src/jwt.ts +17 -0
  219. package/src/models/A500DataSetData.ts +164 -0
  220. package/src/models/A500MachineStateData.ts +150 -0
  221. package/src/models/A500RepDataPointData.ts +264 -0
  222. package/src/models/A500TestResultData.ts +174 -0
  223. package/src/models/A500TimeSeriesPointData.ts +233 -0
  224. package/src/models/AcceptedTermsVersionData.ts +83 -0
  225. package/src/models/BodyCompositionMeasurementData.ts +336 -0
  226. package/src/models/CacheKeysResponse.ts +82 -0
  227. package/src/models/CacheObject.ts +102 -0
  228. package/src/models/CacheObjectResponse.ts +89 -0
  229. package/src/models/CardioExerciseData.ts +131 -0
  230. package/src/models/CardioExerciseVariantData.ts +144 -0
  231. package/src/models/CardioMachineData.ts +143 -0
  232. package/src/models/EmailAddressData.ts +93 -0
  233. package/src/models/ExerciseAliasData.ts +138 -0
  234. package/src/models/ExerciseOrdinalSetAssignmentData.ts +132 -0
  235. package/src/models/ExerciseOrdinalSetData.ts +107 -0
  236. package/src/models/FacilityConfigurationData.ts +167 -0
  237. package/src/models/FacilityData.ts +132 -0
  238. package/src/models/FacilityLicenseData.ts +144 -0
  239. package/src/models/FacilityLicenseListResponse.ts +104 -0
  240. package/src/models/FacilityLicenseListResponseMeta.ts +152 -0
  241. package/src/models/FacilityLicenseResponse.ts +89 -0
  242. package/src/models/FacilityLicenseSorting.ts +40 -0
  243. package/src/models/FacilityProfileData.ts +121 -0
  244. package/src/models/FacilityRelationshipData.ts +175 -0
  245. package/src/models/FacilitySessionUserData.ts +216 -0
  246. package/src/models/FacilityStrengthMachineConfigurationData.ts +159 -0
  247. package/src/models/FacilityStrengthMachineData.ts +170 -0
  248. package/src/models/FingerprintData.ts +127 -0
  249. package/src/models/GlobalAccessControlCreationResponse.ts +104 -0
  250. package/src/models/GlobalAccessControlData.ts +217 -0
  251. package/src/models/GlobalAccessControlListResponse.ts +104 -0
  252. package/src/models/GlobalAccessControlListResponseMeta.ts +113 -0
  253. package/src/models/GlobalAccessControlResponse.ts +89 -0
  254. package/src/models/GlobalAccessControlSecretData.ts +75 -0
  255. package/src/models/GlobalAccessControlSecretResponse.ts +89 -0
  256. package/src/models/GlobalAccessControlSorting.ts +38 -0
  257. package/src/models/HeartRateDataPointData.ts +91 -0
  258. package/src/models/HeartRateDataSetData.ts +148 -0
  259. package/src/models/HeartRateDataSetSessionData.ts +108 -0
  260. package/src/models/HeightMeasurementData.ts +102 -0
  261. package/src/models/High.ts +66 -0
  262. package/src/models/Low.ts +66 -0
  263. package/src/models/MSeriesDataPointData.ts +167 -0
  264. package/src/models/MSeriesDataSetData.ts +363 -0
  265. package/src/models/MSeriesDataSetSegmentData.ts +219 -0
  266. package/src/models/MSeriesFtpMeasurementData.ts +133 -0
  267. package/src/models/MuscleArea.ts +39 -0
  268. package/src/models/MuscleData.ts +131 -0
  269. package/src/models/MuscleGroup.ts +50 -0
  270. package/src/models/MuscleIdentifier.ts +101 -0
  271. package/src/models/OAuthServiceData.ts +126 -0
  272. package/src/models/PrimaryEmailAddressData.ts +75 -0
  273. package/src/models/ProfileData.ts +115 -0
  274. package/src/models/Queue.ts +38 -0
  275. package/src/models/ResqueDetailsData.ts +97 -0
  276. package/src/models/ResqueDetailsResponse.ts +89 -0
  277. package/src/models/SessionData.ts +249 -0
  278. package/src/models/SessionPlanActivitySetData.ts +66 -0
  279. package/src/models/SessionPlanCardioSetData.ts +113 -0
  280. package/src/models/SessionPlanData.ts +205 -0
  281. package/src/models/SessionPlanSequenceAssignmentData.ts +90 -0
  282. package/src/models/SessionPlanSequenceData.ts +122 -0
  283. package/src/models/SessionPlanSequenceInstanceData.ts +154 -0
  284. package/src/models/SessionPlanSetData.ts +153 -0
  285. package/src/models/SessionPlanSetInstanceData.ts +162 -0
  286. package/src/models/SessionPlanStrengthSetData.ts +126 -0
  287. package/src/models/SessionPlanStretchSetData.ts +66 -0
  288. package/src/models/StatData.ts +165 -0
  289. package/src/models/StatListResponse.ts +104 -0
  290. package/src/models/StatListResponseMeta.ts +121 -0
  291. package/src/models/StatSorting.ts +38 -0
  292. package/src/models/StrengthExerciseData.ts +208 -0
  293. package/src/models/StrengthExerciseVariantData.ts +189 -0
  294. package/src/models/StrengthMachineData.ts +154 -0
  295. package/src/models/StrengthMachineDataSetData.ts +331 -0
  296. package/src/models/StrengthMachineDataSetTestData.ts +104 -0
  297. package/src/models/StrengthMachineDataSetTestSubsetData.ts +93 -0
  298. package/src/models/StrengthMachineModelData.ts +66 -0
  299. package/src/models/StretchExerciseData.ts +117 -0
  300. package/src/models/StretchExerciseVariantData.ts +130 -0
  301. package/src/models/TaskFailedResponse.ts +104 -0
  302. package/src/models/TaskFailure.ts +133 -0
  303. package/src/models/TaskPayload.ts +91 -0
  304. package/src/models/TaskQueueResponse.ts +104 -0
  305. package/src/models/TaskQueueResponseMeta.ts +117 -0
  306. package/src/models/TaskQueues.ts +88 -0
  307. package/src/models/TaskStats.ts +73 -0
  308. package/src/models/UserData.ts +217 -0
  309. package/src/models/UserListResponse.ts +104 -0
  310. package/src/models/UserListResponseMeta.ts +121 -0
  311. package/src/models/UserResponse.ts +89 -0
  312. package/src/models/UserSorting.ts +39 -0
  313. package/src/models/WeightMeasurementData.ts +125 -0
  314. package/src/models/WorkersResponse.ts +82 -0
  315. package/src/models/index.ts +98 -0
  316. package/src/runtime.ts +473 -0
  317. package/tsconfig.json +18 -0
@@ -0,0 +1,12 @@
1
+ # .AcceptedTermsVersionData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **userId** | **number** | | [default to undefined]
8
+ **updatedAt** | **Date** | | [default to undefined]
9
+ **revision** | **string** | | [optional] [default to undefined]
10
+
11
+
12
+ [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -0,0 +1,40 @@
1
+ # .BodyCompositionMeasurementData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **totalBodyWater** | **number** | | [default to undefined]
8
+ **intracellularWater** | **number** | | [default to undefined]
9
+ **extracellularWater** | **number** | | [default to undefined]
10
+ **extracellularWaterToTotalBodyWaterRatio** | **number** | | [default to undefined]
11
+ **dryLeanMass** | **number** | | [default to undefined]
12
+ **bodyFatMass** | **number** | | [default to undefined]
13
+ **leanBodyMass** | **number** | | [default to undefined]
14
+ **skeletalMuscleMass** | **number** | | [default to undefined]
15
+ **bodyMassIndex** | **number** | | [default to undefined]
16
+ **visceralFatLevel** | **number** | | [default to undefined]
17
+ **basalMetabolicRate** | **number** | | [default to undefined]
18
+ **leanBodyMassOfRightArm** | **number** | | [default to undefined]
19
+ **leanBodyMassPercentageOfRightArm** | **number** | | [default to undefined]
20
+ **leanBodyMassOfLeftArm** | **number** | | [default to undefined]
21
+ **leanBodyMassPercentageOfLeftArm** | **number** | | [default to undefined]
22
+ **leanBodyMassOfTrunk** | **number** | | [default to undefined]
23
+ **leanBodyMassPercentageOfTrunk** | **number** | | [default to undefined]
24
+ **leanBodyMassOfRightLeg** | **number** | | [default to undefined]
25
+ **leanBodyMassPercentageOfRightLeg** | **number** | | [default to undefined]
26
+ **leanBodyMassOfLeftLeg** | **number** | | [default to undefined]
27
+ **leanBodyMassPercentageOfLeftLeg** | **number** | | [default to undefined]
28
+ **bodyFatMassOfRightArm** | **number** | | [default to undefined]
29
+ **bodyFatMassPercentageOfRightArm** | **number** | | [default to undefined]
30
+ **bodyFatMassOfLeftArm** | **number** | | [default to undefined]
31
+ **bodyFatMassPercentageOfLeftArm** | **number** | | [default to undefined]
32
+ **bodyFatMassOfTrunk** | **number** | | [default to undefined]
33
+ **bodyFatMassPercentageOfTrunk** | **number** | | [default to undefined]
34
+ **bodyFatMassOfRightLeg** | **number** | | [default to undefined]
35
+ **bodyFatMassPercentageOfRightLeg** | **number** | | [default to undefined]
36
+ **bodyFatMassOfLeftLeg** | **number** | | [default to undefined]
37
+ **bodyFatMassPercentageOfLeftLeg** | **number** | | [default to undefined]
38
+
39
+
40
+ [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -0,0 +1,12 @@
1
+ # .CacheKeysResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **cacheKeys** | **Array<string>** | | [default to undefined]
8
+ **accessToken** | **string** | | [optional] [default to undefined]
9
+ **refreshToken** | **string** | | [optional] [default to undefined]
10
+
11
+
12
+ [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -0,0 +1,14 @@
1
+ # .CacheObject
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **createdAt** | **number** | | [default to undefined]
8
+ **expireTimestamp** | **number** | | [default to undefined]
9
+ **lastReadAt** | **number** | | [default to undefined]
10
+ **key** | **string** | | [default to undefined]
11
+ **value** | **string** | | [default to undefined]
12
+
13
+
14
+ [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -0,0 +1,12 @@
1
+ # .CacheObjectResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **cacheObject** | [**CacheObject**](CacheObject.md) | | [default to undefined]
8
+ **accessToken** | **string** | | [optional] [default to undefined]
9
+ **refreshToken** | **string** | | [optional] [default to undefined]
10
+
11
+
12
+ [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -0,0 +1,15 @@
1
+ # .CardioExerciseData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **id** | **number** | | [default to undefined]
8
+ **defaultExerciseAlias** | [**ExerciseAliasData**](ExerciseAliasData.md) | | [optional] [default to undefined]
9
+ **exerciseAliases** | [**Array<ExerciseAliasData>**](ExerciseAliasData.md) | | [optional] [default to undefined]
10
+ **cardioExerciseVariants** | [**Array<CardioExerciseVariantData>**](CardioExerciseVariantData.md) | | [optional] [default to undefined]
11
+ **cardioExerciseMuscles** | [**Array<MuscleData>**](MuscleData.md) | | [optional] [default to undefined]
12
+ **cardioMachines** | [**Array<CardioMachineData>**](CardioMachineData.md) | | [optional] [default to undefined]
13
+
14
+
15
+ [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -0,0 +1,25 @@
1
+ # .CardioExerciseVariantData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **id** | **number** | | [default to undefined]
8
+ **variant** | **string** | | [default to undefined]
9
+ **instructionalImage** | **string** | | [optional] [default to undefined]
10
+ **instructionalVideo** | **string** | | [optional] [default to undefined]
11
+ **cardioExercise** | [**CardioExerciseData**](CardioExerciseData.md) | | [optional] [default to undefined]
12
+ **cardioMachine** | [**CardioMachineData**](CardioMachineData.md) | | [optional] [default to undefined]
13
+ **exerciseOrdinalSetAssignments** | [**Array<ExerciseOrdinalSetAssignmentData>**](ExerciseOrdinalSetAssignmentData.md) | | [optional] [default to undefined]
14
+
15
+
16
+
17
+ ## Enum: CardioExerciseVariantDataVariantEnum
18
+
19
+
20
+ * `Normal` (value: `'normal'`)
21
+
22
+
23
+
24
+
25
+ [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -0,0 +1,36 @@
1
+ # .CardioMachineData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **id** | **number** | | [default to undefined]
8
+ **name** | **string** | | [default to undefined]
9
+ **line** | **string** | | [default to undefined]
10
+ **parseCode** | **string** | | [default to undefined]
11
+ **defaultCardioExerciseId** | **number** | | [optional] [default to undefined]
12
+ **machineTypeFallback** | **string** | | [optional] [default to undefined]
13
+ **defaultCardioExercise** | [**CardioExerciseData**](CardioExerciseData.md) | | [optional] [default to undefined]
14
+
15
+
16
+
17
+ ## Enum: CardioMachineDataLineEnum
18
+
19
+
20
+ * `MSeries` (value: `'mSeries'`)
21
+
22
+
23
+
24
+
25
+
26
+ ## Enum: CardioMachineDataParseCodeEnum
27
+
28
+
29
+ * `Ms6` (value: `'ms6'`)
30
+
31
+ * `Ms6e` (value: `'ms6e'`)
32
+
33
+
34
+
35
+
36
+ [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -0,0 +1,13 @@
1
+ # .EmailAddressData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **id** | **number** | | [default to undefined]
8
+ **userId** | **number** | | [default to undefined]
9
+ **email** | **string** | | [default to undefined]
10
+ **validated** | **boolean** | | [default to undefined]
11
+
12
+
13
+ [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -0,0 +1,28 @@
1
+ # .ExerciseAliasData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **id** | **number** | | [default to undefined]
8
+ **alias** | **string** | | [default to undefined]
9
+ **type** | **string** | | [optional] [default to undefined]
10
+ **strengthExercise** | [**StrengthExerciseData**](StrengthExerciseData.md) | | [optional] [default to undefined]
11
+ **cardioExercise** | [**CardioExerciseData**](CardioExerciseData.md) | | [optional] [default to undefined]
12
+ **stretchExercise** | [**StretchExerciseData**](StretchExerciseData.md) | | [optional] [default to undefined]
13
+
14
+
15
+
16
+ ## Enum: ExerciseAliasDataTypeEnum
17
+
18
+
19
+ * `Strength` (value: `'strength'`)
20
+
21
+ * `Stretch` (value: `'stretch'`)
22
+
23
+ * `Cardio` (value: `'cardio'`)
24
+
25
+
26
+
27
+
28
+ [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -0,0 +1,15 @@
1
+ # .ExerciseOrdinalSetAssignmentData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **id** | **number** | | [default to undefined]
8
+ **ordinalIdentifier** | **string** | | [default to undefined]
9
+ **exerciseOrdinalSet** | [**ExerciseOrdinalSetData**](ExerciseOrdinalSetData.md) | | [optional] [default to undefined]
10
+ **strengthExerciseVariant** | [**StrengthExerciseVariantData**](StrengthExerciseVariantData.md) | | [optional] [default to undefined]
11
+ **cardioExerciseVariant** | [**CardioExerciseVariantData**](CardioExerciseVariantData.md) | | [optional] [default to undefined]
12
+ **stretchExerciseVariant** | [**StretchExerciseVariantData**](StretchExerciseVariantData.md) | | [optional] [default to undefined]
13
+
14
+
15
+ [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -0,0 +1,14 @@
1
+ # .ExerciseOrdinalSetData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **id** | **number** | | [default to undefined]
8
+ **code** | **string** | | [default to undefined]
9
+ **name** | **string** | | [default to undefined]
10
+ **description** | **string** | | [optional] [default to undefined]
11
+ **exerciseOrdinalSetAssignments** | [**Array<ExerciseOrdinalSetAssignmentData>**](ExerciseOrdinalSetAssignmentData.md) | | [optional] [default to undefined]
12
+
13
+
14
+ [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -0,0 +1,41 @@
1
+ # .FacilityConfigurationData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **facilityId** | **number** | | [default to undefined]
8
+ **memberIdentificationComposition** | **string** | | [default to undefined]
9
+ **memberIdentificationForceLength** | **boolean** | | [default to undefined]
10
+ **memberIdentificationLength** | **number** | | [default to undefined]
11
+ **memberIdentificationRegex** | **string** | | [default to undefined]
12
+ **memberSecretComposition** | **string** | | [default to undefined]
13
+ **memberSecretForceLength** | **boolean** | | [default to undefined]
14
+ **memberSecretLength** | **number** | | [default to undefined]
15
+ **memberSecretRegex** | **string** | | [default to undefined]
16
+ **memberRequireEmail** | **boolean** | | [default to undefined]
17
+
18
+
19
+
20
+ ## Enum: FacilityConfigurationDataMemberIdentificationCompositionEnum
21
+
22
+
23
+ * `Numeric` (value: `'numeric'`)
24
+
25
+ * `Alpha` (value: `'alpha'`)
26
+
27
+
28
+
29
+
30
+
31
+ ## Enum: FacilityConfigurationDataMemberSecretCompositionEnum
32
+
33
+
34
+ * `Numeric` (value: `'numeric'`)
35
+
36
+ * `Alpha` (value: `'alpha'`)
37
+
38
+
39
+
40
+
41
+ [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -0,0 +1,15 @@
1
+ # .FacilityData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **id** | **number** | | [default to undefined]
8
+ **licensedUntil** | **Date** | | [default to undefined]
9
+ **facilityProfile** | [**FacilityProfileData**](FacilityProfileData.md) | | [optional] [default to undefined]
10
+ **facilityConfiguration** | [**FacilityConfigurationData**](FacilityConfigurationData.md) | | [optional] [default to undefined]
11
+ **facilityLicenses** | [**Array<FacilityLicenseData>**](FacilityLicenseData.md) | | [optional] [default to undefined]
12
+ **facilityStrengthMachineConfiguration** | [**FacilityStrengthMachineConfigurationData**](FacilityStrengthMachineConfigurationData.md) | | [optional] [default to undefined]
13
+
14
+
15
+ [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -0,0 +1,30 @@
1
+ # .FacilityLicenseData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **id** | **number** | | [default to undefined]
8
+ **key** | **string** | | [default to undefined]
9
+ **accountId** | **string** | | [optional] [default to undefined]
10
+ **term** | **number** | | [default to undefined]
11
+ **type** | **string** | | [default to undefined]
12
+ **facilityId** | **number** | | [optional] [default to undefined]
13
+ **effectiveDate** | **Date** | | [optional] [default to undefined]
14
+ **facility** | [**FacilityData**](FacilityData.md) | | [optional] [default to undefined]
15
+
16
+
17
+
18
+ ## Enum: FacilityLicenseDataTypeEnum
19
+
20
+
21
+ * `Normal` (value: `'normal'`)
22
+
23
+ * `Test` (value: `'test'`)
24
+
25
+ * `Demo` (value: `'demo'`)
26
+
27
+
28
+
29
+
30
+ [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -0,0 +1,13 @@
1
+ # .FacilityLicenseListResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **facilityLicenses** | [**Array<FacilityLicenseData>**](FacilityLicenseData.md) | | [default to undefined]
8
+ **facilityLicensesMeta** | [**FacilityLicenseListResponseMeta**](FacilityLicenseListResponseMeta.md) | | [default to undefined]
9
+ **accessToken** | **string** | | [optional] [default to undefined]
10
+ **refreshToken** | **string** | | [optional] [default to undefined]
11
+
12
+
13
+ [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -0,0 +1,31 @@
1
+ # .FacilityLicenseListResponseMeta
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **name** | **string** | | [optional] [default to undefined]
8
+ **key** | **string** | | [default to undefined]
9
+ **type** | **string** | | [default to undefined]
10
+ **accountId** | **string** | | [default to undefined]
11
+ **sort** | [**FacilityLicenseSorting**](FacilityLicenseSorting.md) | | [default to undefined]
12
+ **ascending** | **boolean** | | [optional] [default to undefined]
13
+ **limit** | **number** | | [optional] [default to undefined]
14
+ **offset** | **number** | | [optional] [default to undefined]
15
+ **totalCount** | **number** | | [optional] [default to undefined]
16
+
17
+
18
+
19
+ ## Enum: FacilityLicenseListResponseMetaTypeEnum
20
+
21
+
22
+ * `Normal` (value: `'normal'`)
23
+
24
+ * `Test` (value: `'test'`)
25
+
26
+ * `Demo` (value: `'demo'`)
27
+
28
+
29
+
30
+
31
+ [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -0,0 +1,12 @@
1
+ # .FacilityLicenseResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **facilityLicense** | [**FacilityLicenseData**](FacilityLicenseData.md) | | [default to undefined]
8
+ **accessToken** | **string** | | [optional] [default to undefined]
9
+ **refreshToken** | **string** | | [optional] [default to undefined]
10
+
11
+
12
+ [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -0,0 +1,15 @@
1
+ # FacilityLicenseSorting
2
+
3
+ ## Enum
4
+
5
+
6
+ * `Id` (value: `'id'`)
7
+
8
+ * `Type` (value: `'type'`)
9
+
10
+ * `Term` (value: `'term'`)
11
+
12
+ * `EffectiveDate` (value: `'effectiveDate'`)
13
+
14
+
15
+ [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -0,0 +1,17 @@
1
+ # .FacilityProfileData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **name** | **string** | | [optional] [default to undefined]
8
+ **phone** | **string** | | [optional] [default to undefined]
9
+ **address** | **string** | | [optional] [default to undefined]
10
+ **city** | **string** | | [optional] [default to undefined]
11
+ **postcode** | **string** | | [optional] [default to undefined]
12
+ **state** | **string** | | [optional] [default to undefined]
13
+ **country** | **string** | | [optional] [default to undefined]
14
+ **website** | **string** | | [optional] [default to undefined]
15
+
16
+
17
+ [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -0,0 +1,36 @@
1
+ # .FacilityRelationshipData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **id** | **number** | | [default to undefined]
8
+ **userId** | **number** | | [default to undefined]
9
+ **facilityId** | **number** | | [default to undefined]
10
+ **member** | **boolean** | | [default to undefined]
11
+ **memberIdentifier** | **string** | | [optional] [default to undefined]
12
+ **hasSecretSet** | **boolean** | | [default to undefined]
13
+ **employeeRole** | **string** | | [optional] [default to undefined]
14
+ **facility** | [**FacilityData**](FacilityData.md) | | [optional] [default to undefined]
15
+ **user** | [**FacilitySessionUserData**](FacilitySessionUserData.md) | | [optional] [default to undefined]
16
+ **fingerprint** | [**FingerprintData**](FingerprintData.md) | | [optional] [default to undefined]
17
+
18
+
19
+
20
+ ## Enum: FacilityRelationshipDataEmployeeRoleEnum
21
+
22
+
23
+ * `Admin` (value: `'admin'`)
24
+
25
+ * `CustomerSupport` (value: `'customerSupport'`)
26
+
27
+ * `Trainer` (value: `'trainer'`)
28
+
29
+ * `FrontDesk` (value: `'frontDesk'`)
30
+
31
+ * `Maintenance` (value: `'maintenance'`)
32
+
33
+
34
+
35
+
36
+ [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -0,0 +1,22 @@
1
+ # .FacilitySessionUserData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **sessions** | [**Array<SessionData>**](SessionData.md) | | [optional] [default to undefined]
8
+ **id** | **number** | | [optional] [default to undefined]
9
+ **emailAddresses** | [**Array<EmailAddressData>**](EmailAddressData.md) | | [optional] [default to undefined]
10
+ **primaryEmailAddress** | [**PrimaryEmailAddressData**](PrimaryEmailAddressData.md) | | [optional] [default to undefined]
11
+ **basicCredential** | **boolean** | | [optional] [default to undefined]
12
+ **oauthServices** | [**Array<OAuthServiceData>**](OAuthServiceData.md) | | [optional] [default to undefined]
13
+ **profile** | [**ProfileData**](ProfileData.md) | | [optional] [default to undefined]
14
+ **acceptedTermsVersion** | [**AcceptedTermsVersionData**](AcceptedTermsVersionData.md) | | [optional] [default to undefined]
15
+ **weightMeasurements** | [**Array<WeightMeasurementData>**](WeightMeasurementData.md) | | [optional] [default to undefined]
16
+ **weightMeasurement** | [**WeightMeasurementData**](WeightMeasurementData.md) | | [optional] [default to undefined]
17
+ **heightMeasurements** | [**Array<HeightMeasurementData>**](HeightMeasurementData.md) | | [optional] [default to undefined]
18
+ **heightMeasurement** | [**HeightMeasurementData**](HeightMeasurementData.md) | | [optional] [default to undefined]
19
+ **facilityRelationships** | [**Array<FacilityRelationshipData>**](FacilityRelationshipData.md) | | [optional] [default to undefined]
20
+
21
+
22
+ [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -0,0 +1,47 @@
1
+ # .FacilityStrengthMachineConfigurationData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **facilityId** | **number** | | [default to undefined]
8
+ **appType** | **string** | | [default to undefined]
9
+ **timeZone** | **string** | | [default to undefined]
10
+ **forceUnit** | **string** | | [default to undefined]
11
+ **primaryFocus** | **string** | | [default to undefined]
12
+ **secondaryFocus** | **string** | | [default to undefined]
13
+ **locale** | **string** | | [default to undefined]
14
+ **facility** | [**FacilityData**](FacilityData.md) | | [optional] [default to undefined]
15
+
16
+
17
+
18
+ ## Enum: FacilityStrengthMachineConfigurationDataAppTypeEnum
19
+
20
+
21
+ * `Performance` (value: `'performance'`)
22
+
23
+ * `Elder` (value: `'elder'`)
24
+
25
+ * `Medical` (value: `'medical'`)
26
+
27
+ * `Commercial` (value: `'commercial'`)
28
+
29
+
30
+
31
+
32
+
33
+ ## Enum: FacilityStrengthMachineConfigurationDataForceUnitEnum
34
+
35
+
36
+ * `Lb` (value: `'lb'`)
37
+
38
+ * `Kg` (value: `'kg'`)
39
+
40
+ * `Ne` (value: `'ne'`)
41
+
42
+ * `Er` (value: `'er'`)
43
+
44
+
45
+
46
+
47
+ [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -0,0 +1,21 @@
1
+ # .FacilityStrengthMachineData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **id** | **number** | | [default to undefined]
8
+ **updatedAt** | **string** | | [default to undefined]
9
+ **model** | **string** | | [default to undefined]
10
+ **version** | **string** | | [default to undefined]
11
+ **softwareVersion** | **string** | | [optional] [default to undefined]
12
+ **mainBoardSerial** | **string** | | [optional] [default to undefined]
13
+ **location** | **string** | | [optional] [default to undefined]
14
+ **displayUUID** | **string** | | [optional] [default to undefined]
15
+ **leftCylinderSerial** | **string** | | [optional] [default to undefined]
16
+ **rightCylinderSerial** | **string** | | [optional] [default to undefined]
17
+ **strengthMachine** | [**StrengthMachineData**](StrengthMachineData.md) | | [optional] [default to undefined]
18
+ **a500MachineState** | [**A500MachineStateData**](A500MachineStateData.md) | | [optional] [default to undefined]
19
+
20
+
21
+ [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # .FingerprintData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **facilityRelationshipId** | **number** | | [default to undefined]
8
+ **updatedAt** | **Date** | | [default to undefined]
9
+ **fingerprintReaderModel** | **string** | | [default to undefined]
10
+ **template** | **string** | | [default to undefined]
11
+ **hash** | **string** | | [default to undefined]
12
+ **facilityRelationship** | [**FacilityRelationshipData**](FacilityRelationshipData.md) | | [optional] [default to undefined]
13
+
14
+
15
+
16
+ ## Enum: FingerprintDataFingerprintReaderModelEnum
17
+
18
+
19
+ * `Gt521f5` (value: `'gt521f5'`)
20
+
21
+
22
+
23
+
24
+ [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -0,0 +1,13 @@
1
+ # .GlobalAccessControlCreationResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **globalAccessControl** | [**GlobalAccessControlData**](GlobalAccessControlData.md) | | [default to undefined]
8
+ **globalAccessControlSecret** | [**GlobalAccessControlSecretData**](GlobalAccessControlSecretData.md) | | [default to undefined]
9
+ **accessToken** | **string** | | [optional] [default to undefined]
10
+ **refreshToken** | **string** | | [optional] [default to undefined]
11
+
12
+
13
+ [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)