@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.
- package/.github/ISSUE_TEMPLATE/bug_report.md +41 -0
- package/.github/ISSUE_TEMPLATE/enhancement.md +46 -0
- package/.github/ISSUE_TEMPLATE/feature_request.md +46 -0
- package/.github/workflows/main.yml +63 -0
- package/README.md +202 -0
- package/dist/apis/MetricsAdminApi.d.ts +328 -0
- package/dist/apis/index.d.ts +1 -0
- package/dist/connection.d.ts +110 -0
- package/dist/error.d.ts +134 -0
- package/dist/event.d.ts +51 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +8429 -0
- package/dist/index.mjs +7939 -0
- package/dist/jwt.d.ts +1 -0
- package/dist/models/A500DataSetData.d.ts +93 -0
- package/dist/models/A500MachineStateData.d.ts +88 -0
- package/dist/models/A500RepDataPointData.d.ts +169 -0
- package/dist/models/A500TestResultData.d.ts +103 -0
- package/dist/models/A500TimeSeriesPointData.d.ts +145 -0
- package/dist/models/AcceptedTermsVersionData.d.ts +43 -0
- package/dist/models/BodyCompositionMeasurementData.d.ts +211 -0
- package/dist/models/CacheKeysResponse.d.ts +43 -0
- package/dist/models/CacheObject.d.ts +55 -0
- package/dist/models/CacheObjectResponse.d.ts +44 -0
- package/dist/models/CardioExerciseData.d.ts +65 -0
- package/dist/models/CardioExerciseVariantData.d.ts +77 -0
- package/dist/models/CardioMachineData.d.ts +83 -0
- package/dist/models/EmailAddressData.d.ts +49 -0
- package/dist/models/ExerciseAliasData.d.ts +73 -0
- package/dist/models/ExerciseOrdinalSetAssignmentData.d.ts +65 -0
- package/dist/models/ExerciseOrdinalSetData.d.ts +56 -0
- package/dist/models/FacilityConfigurationData.d.ts +101 -0
- package/dist/models/FacilityData.d.ts +65 -0
- package/dist/models/FacilityLicenseData.d.ts +83 -0
- package/dist/models/FacilityLicenseListResponse.d.ts +51 -0
- package/dist/models/FacilityLicenseListResponseMeta.d.ts +89 -0
- package/dist/models/FacilityLicenseResponse.d.ts +44 -0
- package/dist/models/FacilityLicenseSorting.d.ts +25 -0
- package/dist/models/FacilityProfileData.d.ts +73 -0
- package/dist/models/FacilityRelationshipData.d.ts +99 -0
- package/dist/models/FacilitySessionUserData.d.ts +112 -0
- package/dist/models/FacilityStrengthMachineConfigurationData.d.ts +94 -0
- package/dist/models/FacilityStrengthMachineData.d.ts +99 -0
- package/dist/models/FingerprintData.d.ts +69 -0
- package/dist/models/GlobalAccessControlCreationResponse.d.ts +51 -0
- package/dist/models/GlobalAccessControlData.d.ts +148 -0
- package/dist/models/GlobalAccessControlListResponse.d.ts +51 -0
- package/dist/models/GlobalAccessControlListResponseMeta.d.ts +62 -0
- package/dist/models/GlobalAccessControlResponse.d.ts +44 -0
- package/dist/models/GlobalAccessControlSecretData.d.ts +37 -0
- package/dist/models/GlobalAccessControlSecretResponse.d.ts +44 -0
- package/dist/models/GlobalAccessControlSorting.d.ts +23 -0
- package/dist/models/HeartRateDataPointData.d.ts +49 -0
- package/dist/models/HeartRateDataSetData.d.ts +81 -0
- package/dist/models/HeartRateDataSetSessionData.d.ts +56 -0
- package/dist/models/HeightMeasurementData.d.ts +55 -0
- package/dist/models/High.d.ts +31 -0
- package/dist/models/Low.d.ts +31 -0
- package/dist/models/MSeriesDataPointData.d.ts +103 -0
- package/dist/models/MSeriesDataSetData.d.ts +222 -0
- package/dist/models/MSeriesDataSetSegmentData.d.ts +129 -0
- package/dist/models/MSeriesFtpMeasurementData.d.ts +74 -0
- package/dist/models/MuscleArea.d.ts +24 -0
- package/dist/models/MuscleData.d.ts +67 -0
- package/dist/models/MuscleGroup.d.ts +35 -0
- package/dist/models/MuscleIdentifier.d.ts +86 -0
- package/dist/models/OAuthServiceData.d.ts +73 -0
- package/dist/models/PrimaryEmailAddressData.d.ts +37 -0
- package/dist/models/ProfileData.d.ts +67 -0
- package/dist/models/Queue.d.ts +23 -0
- package/dist/models/ResqueDetailsData.d.ts +45 -0
- package/dist/models/ResqueDetailsResponse.d.ts +44 -0
- package/dist/models/SessionData.d.ts +135 -0
- package/dist/models/SessionPlanActivitySetData.d.ts +31 -0
- package/dist/models/SessionPlanCardioSetData.d.ts +57 -0
- package/dist/models/SessionPlanData.d.ts +118 -0
- package/dist/models/SessionPlanSequenceAssignmentData.d.ts +44 -0
- package/dist/models/SessionPlanSequenceData.d.ts +63 -0
- package/dist/models/SessionPlanSequenceInstanceData.d.ts +82 -0
- package/dist/models/SessionPlanSetData.d.ts +81 -0
- package/dist/models/SessionPlanSetInstanceData.d.ts +87 -0
- package/dist/models/SessionPlanStrengthSetData.d.ts +67 -0
- package/dist/models/SessionPlanStretchSetData.d.ts +31 -0
- package/dist/models/StatData.d.ts +97 -0
- package/dist/models/StatListResponse.d.ts +51 -0
- package/dist/models/StatListResponseMeta.d.ts +68 -0
- package/dist/models/StatSorting.d.ts +23 -0
- package/dist/models/StrengthExerciseData.d.ts +125 -0
- package/dist/models/StrengthExerciseVariantData.d.ts +115 -0
- package/dist/models/StrengthMachineData.d.ts +88 -0
- package/dist/models/StrengthMachineDataSetData.d.ts +199 -0
- package/dist/models/StrengthMachineDataSetTestData.d.ts +54 -0
- package/dist/models/StrengthMachineDataSetTestSubsetData.d.ts +49 -0
- package/dist/models/StrengthMachineModelData.d.ts +31 -0
- package/dist/models/StretchExerciseData.d.ts +58 -0
- package/dist/models/StretchExerciseVariantData.d.ts +70 -0
- package/dist/models/TaskFailedResponse.d.ts +51 -0
- package/dist/models/TaskFailure.d.ts +69 -0
- package/dist/models/TaskPayload.d.ts +44 -0
- package/dist/models/TaskQueueResponse.d.ts +51 -0
- package/dist/models/TaskQueueResponseMeta.d.ts +68 -0
- package/dist/models/TaskQueues.d.ts +39 -0
- package/dist/models/TaskStats.d.ts +37 -0
- package/dist/models/UserData.d.ts +112 -0
- package/dist/models/UserListResponse.d.ts +51 -0
- package/dist/models/UserListResponseMeta.d.ts +68 -0
- package/dist/models/UserResponse.d.ts +44 -0
- package/dist/models/UserSorting.d.ts +24 -0
- package/dist/models/WeightMeasurementData.d.ts +68 -0
- package/dist/models/WorkersResponse.d.ts +43 -0
- package/dist/models/index.d.ts +96 -0
- package/dist/runtime.d.ts +134 -0
- package/docs/A500DataSetData.md +41 -0
- package/docs/A500MachineStateData.md +46 -0
- package/docs/A500RepDataPointData.md +56 -0
- package/docs/A500TestResultData.md +22 -0
- package/docs/A500TimeSeriesPointData.md +29 -0
- package/docs/AcceptedTermsVersionData.md +12 -0
- package/docs/BodyCompositionMeasurementData.md +40 -0
- package/docs/CacheKeysResponse.md +12 -0
- package/docs/CacheObject.md +14 -0
- package/docs/CacheObjectResponse.md +12 -0
- package/docs/CardioExerciseData.md +15 -0
- package/docs/CardioExerciseVariantData.md +25 -0
- package/docs/CardioMachineData.md +36 -0
- package/docs/EmailAddressData.md +13 -0
- package/docs/ExerciseAliasData.md +28 -0
- package/docs/ExerciseOrdinalSetAssignmentData.md +15 -0
- package/docs/ExerciseOrdinalSetData.md +14 -0
- package/docs/FacilityConfigurationData.md +41 -0
- package/docs/FacilityData.md +15 -0
- package/docs/FacilityLicenseData.md +30 -0
- package/docs/FacilityLicenseListResponse.md +13 -0
- package/docs/FacilityLicenseListResponseMeta.md +31 -0
- package/docs/FacilityLicenseResponse.md +12 -0
- package/docs/FacilityLicenseSorting.md +15 -0
- package/docs/FacilityProfileData.md +17 -0
- package/docs/FacilityRelationshipData.md +36 -0
- package/docs/FacilitySessionUserData.md +22 -0
- package/docs/FacilityStrengthMachineConfigurationData.md +47 -0
- package/docs/FacilityStrengthMachineData.md +21 -0
- package/docs/FingerprintData.md +24 -0
- package/docs/GlobalAccessControlCreationResponse.md +13 -0
- package/docs/GlobalAccessControlData.md +103 -0
- package/docs/GlobalAccessControlListResponse.md +13 -0
- package/docs/GlobalAccessControlListResponseMeta.md +15 -0
- package/docs/GlobalAccessControlResponse.md +12 -0
- package/docs/GlobalAccessControlSecretData.md +11 -0
- package/docs/GlobalAccessControlSecretResponse.md +12 -0
- package/docs/GlobalAccessControlSorting.md +11 -0
- package/docs/HeartRateDataPointData.md +13 -0
- package/docs/HeartRateDataSetData.md +18 -0
- package/docs/HeartRateDataSetSessionData.md +14 -0
- package/docs/HeightMeasurementData.md +14 -0
- package/docs/High.md +10 -0
- package/docs/Low.md +10 -0
- package/docs/MSeriesDataPointData.md +22 -0
- package/docs/MSeriesDataSetData.md +41 -0
- package/docs/MSeriesDataSetSegmentData.md +26 -0
- package/docs/MSeriesFtpMeasurementData.md +17 -0
- package/docs/MetricsAdminApi.md +1576 -0
- package/docs/MuscleArea.md +13 -0
- package/docs/MuscleData.md +27 -0
- package/docs/MuscleGroup.md +35 -0
- package/docs/MuscleIdentifier.md +137 -0
- package/docs/OAuthServiceData.md +17 -0
- package/docs/PrimaryEmailAddressData.md +11 -0
- package/docs/ProfileData.md +16 -0
- package/docs/Queue.md +11 -0
- package/docs/ResqueDetailsData.md +12 -0
- package/docs/ResqueDetailsResponse.md +12 -0
- package/docs/SessionData.md +26 -0
- package/docs/SessionPlanActivitySetData.md +10 -0
- package/docs/SessionPlanCardioSetData.md +14 -0
- package/docs/SessionPlanData.md +24 -0
- package/docs/SessionPlanSequenceAssignmentData.md +12 -0
- package/docs/SessionPlanSequenceData.md +15 -0
- package/docs/SessionPlanSequenceInstanceData.md +18 -0
- package/docs/SessionPlanSetData.md +31 -0
- package/docs/SessionPlanSetInstanceData.md +32 -0
- package/docs/SessionPlanStrengthSetData.md +29 -0
- package/docs/SessionPlanStretchSetData.md +10 -0
- package/docs/StatData.md +21 -0
- package/docs/StatListResponse.md +13 -0
- package/docs/StatListResponseMeta.md +16 -0
- package/docs/StatSorting.md +11 -0
- package/docs/StrengthExerciseData.md +71 -0
- package/docs/StrengthExerciseVariantData.md +69 -0
- package/docs/StrengthMachineData.md +38 -0
- package/docs/StrengthMachineDataSetData.md +60 -0
- package/docs/StrengthMachineDataSetTestData.md +27 -0
- package/docs/StrengthMachineDataSetTestSubsetData.md +13 -0
- package/docs/StrengthMachineModelData.md +10 -0
- package/docs/StretchExerciseData.md +14 -0
- package/docs/StretchExerciseVariantData.md +24 -0
- package/docs/TaskFailedResponse.md +13 -0
- package/docs/TaskFailure.md +16 -0
- package/docs/TaskPayload.md +12 -0
- package/docs/TaskQueueResponse.md +13 -0
- package/docs/TaskQueueResponseMeta.md +24 -0
- package/docs/TaskQueues.md +11 -0
- package/docs/TaskStats.md +11 -0
- package/docs/UserData.md +22 -0
- package/docs/UserListResponse.md +13 -0
- package/docs/UserListResponseMeta.md +16 -0
- package/docs/UserResponse.md +12 -0
- package/docs/UserSorting.md +13 -0
- package/docs/WeightMeasurementData.md +16 -0
- package/docs/WorkersResponse.md +12 -0
- package/package.json +37 -0
- package/rollup.config.mjs +32 -0
- package/src/apis/MetricsAdminApi.ts +1735 -0
- package/src/apis/index.ts +3 -0
- package/src/connection.ts +256 -0
- package/src/error.ts +248 -0
- package/src/event.ts +267 -0
- package/src/index.ts +9 -0
- package/src/jwt.ts +17 -0
- package/src/models/A500DataSetData.ts +164 -0
- package/src/models/A500MachineStateData.ts +150 -0
- package/src/models/A500RepDataPointData.ts +264 -0
- package/src/models/A500TestResultData.ts +174 -0
- package/src/models/A500TimeSeriesPointData.ts +233 -0
- package/src/models/AcceptedTermsVersionData.ts +83 -0
- package/src/models/BodyCompositionMeasurementData.ts +336 -0
- package/src/models/CacheKeysResponse.ts +82 -0
- package/src/models/CacheObject.ts +102 -0
- package/src/models/CacheObjectResponse.ts +89 -0
- package/src/models/CardioExerciseData.ts +131 -0
- package/src/models/CardioExerciseVariantData.ts +144 -0
- package/src/models/CardioMachineData.ts +143 -0
- package/src/models/EmailAddressData.ts +93 -0
- package/src/models/ExerciseAliasData.ts +138 -0
- package/src/models/ExerciseOrdinalSetAssignmentData.ts +132 -0
- package/src/models/ExerciseOrdinalSetData.ts +107 -0
- package/src/models/FacilityConfigurationData.ts +167 -0
- package/src/models/FacilityData.ts +132 -0
- package/src/models/FacilityLicenseData.ts +144 -0
- package/src/models/FacilityLicenseListResponse.ts +104 -0
- package/src/models/FacilityLicenseListResponseMeta.ts +152 -0
- package/src/models/FacilityLicenseResponse.ts +89 -0
- package/src/models/FacilityLicenseSorting.ts +40 -0
- package/src/models/FacilityProfileData.ts +121 -0
- package/src/models/FacilityRelationshipData.ts +175 -0
- package/src/models/FacilitySessionUserData.ts +216 -0
- package/src/models/FacilityStrengthMachineConfigurationData.ts +159 -0
- package/src/models/FacilityStrengthMachineData.ts +170 -0
- package/src/models/FingerprintData.ts +127 -0
- package/src/models/GlobalAccessControlCreationResponse.ts +104 -0
- package/src/models/GlobalAccessControlData.ts +217 -0
- package/src/models/GlobalAccessControlListResponse.ts +104 -0
- package/src/models/GlobalAccessControlListResponseMeta.ts +113 -0
- package/src/models/GlobalAccessControlResponse.ts +89 -0
- package/src/models/GlobalAccessControlSecretData.ts +75 -0
- package/src/models/GlobalAccessControlSecretResponse.ts +89 -0
- package/src/models/GlobalAccessControlSorting.ts +38 -0
- package/src/models/HeartRateDataPointData.ts +91 -0
- package/src/models/HeartRateDataSetData.ts +148 -0
- package/src/models/HeartRateDataSetSessionData.ts +108 -0
- package/src/models/HeightMeasurementData.ts +102 -0
- package/src/models/High.ts +66 -0
- package/src/models/Low.ts +66 -0
- package/src/models/MSeriesDataPointData.ts +167 -0
- package/src/models/MSeriesDataSetData.ts +363 -0
- package/src/models/MSeriesDataSetSegmentData.ts +219 -0
- package/src/models/MSeriesFtpMeasurementData.ts +133 -0
- package/src/models/MuscleArea.ts +39 -0
- package/src/models/MuscleData.ts +131 -0
- package/src/models/MuscleGroup.ts +50 -0
- package/src/models/MuscleIdentifier.ts +101 -0
- package/src/models/OAuthServiceData.ts +126 -0
- package/src/models/PrimaryEmailAddressData.ts +75 -0
- package/src/models/ProfileData.ts +115 -0
- package/src/models/Queue.ts +38 -0
- package/src/models/ResqueDetailsData.ts +97 -0
- package/src/models/ResqueDetailsResponse.ts +89 -0
- package/src/models/SessionData.ts +249 -0
- package/src/models/SessionPlanActivitySetData.ts +66 -0
- package/src/models/SessionPlanCardioSetData.ts +113 -0
- package/src/models/SessionPlanData.ts +205 -0
- package/src/models/SessionPlanSequenceAssignmentData.ts +90 -0
- package/src/models/SessionPlanSequenceData.ts +122 -0
- package/src/models/SessionPlanSequenceInstanceData.ts +154 -0
- package/src/models/SessionPlanSetData.ts +153 -0
- package/src/models/SessionPlanSetInstanceData.ts +162 -0
- package/src/models/SessionPlanStrengthSetData.ts +126 -0
- package/src/models/SessionPlanStretchSetData.ts +66 -0
- package/src/models/StatData.ts +165 -0
- package/src/models/StatListResponse.ts +104 -0
- package/src/models/StatListResponseMeta.ts +121 -0
- package/src/models/StatSorting.ts +38 -0
- package/src/models/StrengthExerciseData.ts +208 -0
- package/src/models/StrengthExerciseVariantData.ts +189 -0
- package/src/models/StrengthMachineData.ts +154 -0
- package/src/models/StrengthMachineDataSetData.ts +331 -0
- package/src/models/StrengthMachineDataSetTestData.ts +104 -0
- package/src/models/StrengthMachineDataSetTestSubsetData.ts +93 -0
- package/src/models/StrengthMachineModelData.ts +66 -0
- package/src/models/StretchExerciseData.ts +117 -0
- package/src/models/StretchExerciseVariantData.ts +130 -0
- package/src/models/TaskFailedResponse.ts +104 -0
- package/src/models/TaskFailure.ts +133 -0
- package/src/models/TaskPayload.ts +91 -0
- package/src/models/TaskQueueResponse.ts +104 -0
- package/src/models/TaskQueueResponseMeta.ts +117 -0
- package/src/models/TaskQueues.ts +88 -0
- package/src/models/TaskStats.ts +73 -0
- package/src/models/UserData.ts +217 -0
- package/src/models/UserListResponse.ts +104 -0
- package/src/models/UserListResponseMeta.ts +121 -0
- package/src/models/UserResponse.ts +89 -0
- package/src/models/UserSorting.ts +39 -0
- package/src/models/WeightMeasurementData.ts +125 -0
- package/src/models/WorkersResponse.ts +82 -0
- package/src/models/index.ts +98 -0
- package/src/runtime.ts +473 -0
- package/tsconfig.json +18 -0
|
@@ -0,0 +1,99 @@
|
|
|
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.0.12
|
|
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
|
+
import type { FacilityData } from './FacilityData';
|
|
13
|
+
import type { FacilitySessionUserData } from './FacilitySessionUserData';
|
|
14
|
+
import type { FingerprintData } from './FingerprintData';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface FacilityRelationshipData
|
|
19
|
+
*/
|
|
20
|
+
export interface FacilityRelationshipData {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {number}
|
|
24
|
+
* @memberof FacilityRelationshipData
|
|
25
|
+
*/
|
|
26
|
+
id: number;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {number}
|
|
30
|
+
* @memberof FacilityRelationshipData
|
|
31
|
+
*/
|
|
32
|
+
userId: number;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {number}
|
|
36
|
+
* @memberof FacilityRelationshipData
|
|
37
|
+
*/
|
|
38
|
+
facilityId: number;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {boolean}
|
|
42
|
+
* @memberof FacilityRelationshipData
|
|
43
|
+
*/
|
|
44
|
+
member: boolean;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {string}
|
|
48
|
+
* @memberof FacilityRelationshipData
|
|
49
|
+
*/
|
|
50
|
+
memberIdentifier?: string;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {boolean}
|
|
54
|
+
* @memberof FacilityRelationshipData
|
|
55
|
+
*/
|
|
56
|
+
hasSecretSet: boolean;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {string}
|
|
60
|
+
* @memberof FacilityRelationshipData
|
|
61
|
+
*/
|
|
62
|
+
employeeRole?: FacilityRelationshipDataEmployeeRoleEnum;
|
|
63
|
+
/**
|
|
64
|
+
*
|
|
65
|
+
* @type {FacilityData}
|
|
66
|
+
* @memberof FacilityRelationshipData
|
|
67
|
+
*/
|
|
68
|
+
facility?: FacilityData;
|
|
69
|
+
/**
|
|
70
|
+
*
|
|
71
|
+
* @type {FacilitySessionUserData}
|
|
72
|
+
* @memberof FacilityRelationshipData
|
|
73
|
+
*/
|
|
74
|
+
user?: FacilitySessionUserData;
|
|
75
|
+
/**
|
|
76
|
+
*
|
|
77
|
+
* @type {FingerprintData}
|
|
78
|
+
* @memberof FacilityRelationshipData
|
|
79
|
+
*/
|
|
80
|
+
fingerprint?: FingerprintData;
|
|
81
|
+
}
|
|
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
|
+
/**
|
|
94
|
+
* Check if a given object implements the FacilityRelationshipData interface.
|
|
95
|
+
*/
|
|
96
|
+
export declare function instanceOfFacilityRelationshipData(value: object): boolean;
|
|
97
|
+
export declare function FacilityRelationshipDataFromJSON(json: any): FacilityRelationshipData;
|
|
98
|
+
export declare function FacilityRelationshipDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): FacilityRelationshipData;
|
|
99
|
+
export declare function FacilityRelationshipDataToJSON(value?: FacilityRelationshipData | null): any;
|
|
@@ -0,0 +1,112 @@
|
|
|
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.0.12
|
|
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
|
+
import type { AcceptedTermsVersionData } from './AcceptedTermsVersionData';
|
|
13
|
+
import type { EmailAddressData } from './EmailAddressData';
|
|
14
|
+
import type { FacilityRelationshipData } from './FacilityRelationshipData';
|
|
15
|
+
import type { HeightMeasurementData } from './HeightMeasurementData';
|
|
16
|
+
import type { OAuthServiceData } from './OAuthServiceData';
|
|
17
|
+
import type { PrimaryEmailAddressData } from './PrimaryEmailAddressData';
|
|
18
|
+
import type { ProfileData } from './ProfileData';
|
|
19
|
+
import type { SessionData } from './SessionData';
|
|
20
|
+
import type { WeightMeasurementData } from './WeightMeasurementData';
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @export
|
|
24
|
+
* @interface FacilitySessionUserData
|
|
25
|
+
*/
|
|
26
|
+
export interface FacilitySessionUserData {
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {Array<SessionData>}
|
|
30
|
+
* @memberof FacilitySessionUserData
|
|
31
|
+
*/
|
|
32
|
+
sessions?: Array<SessionData>;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {number}
|
|
36
|
+
* @memberof FacilitySessionUserData
|
|
37
|
+
*/
|
|
38
|
+
id?: number;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {Array<EmailAddressData>}
|
|
42
|
+
* @memberof FacilitySessionUserData
|
|
43
|
+
*/
|
|
44
|
+
emailAddresses?: Array<EmailAddressData>;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {PrimaryEmailAddressData}
|
|
48
|
+
* @memberof FacilitySessionUserData
|
|
49
|
+
*/
|
|
50
|
+
primaryEmailAddress?: PrimaryEmailAddressData;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {boolean}
|
|
54
|
+
* @memberof FacilitySessionUserData
|
|
55
|
+
*/
|
|
56
|
+
basicCredential?: boolean;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {Array<OAuthServiceData>}
|
|
60
|
+
* @memberof FacilitySessionUserData
|
|
61
|
+
*/
|
|
62
|
+
oauthServices?: Array<OAuthServiceData>;
|
|
63
|
+
/**
|
|
64
|
+
*
|
|
65
|
+
* @type {ProfileData}
|
|
66
|
+
* @memberof FacilitySessionUserData
|
|
67
|
+
*/
|
|
68
|
+
profile?: ProfileData;
|
|
69
|
+
/**
|
|
70
|
+
*
|
|
71
|
+
* @type {AcceptedTermsVersionData}
|
|
72
|
+
* @memberof FacilitySessionUserData
|
|
73
|
+
*/
|
|
74
|
+
acceptedTermsVersion?: AcceptedTermsVersionData;
|
|
75
|
+
/**
|
|
76
|
+
*
|
|
77
|
+
* @type {Array<WeightMeasurementData>}
|
|
78
|
+
* @memberof FacilitySessionUserData
|
|
79
|
+
*/
|
|
80
|
+
weightMeasurements?: Array<WeightMeasurementData>;
|
|
81
|
+
/**
|
|
82
|
+
*
|
|
83
|
+
* @type {WeightMeasurementData}
|
|
84
|
+
* @memberof FacilitySessionUserData
|
|
85
|
+
*/
|
|
86
|
+
weightMeasurement?: WeightMeasurementData;
|
|
87
|
+
/**
|
|
88
|
+
*
|
|
89
|
+
* @type {Array<HeightMeasurementData>}
|
|
90
|
+
* @memberof FacilitySessionUserData
|
|
91
|
+
*/
|
|
92
|
+
heightMeasurements?: Array<HeightMeasurementData>;
|
|
93
|
+
/**
|
|
94
|
+
*
|
|
95
|
+
* @type {HeightMeasurementData}
|
|
96
|
+
* @memberof FacilitySessionUserData
|
|
97
|
+
*/
|
|
98
|
+
heightMeasurement?: HeightMeasurementData;
|
|
99
|
+
/**
|
|
100
|
+
*
|
|
101
|
+
* @type {Array<FacilityRelationshipData>}
|
|
102
|
+
* @memberof FacilitySessionUserData
|
|
103
|
+
*/
|
|
104
|
+
facilityRelationships?: Array<FacilityRelationshipData>;
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* Check if a given object implements the FacilitySessionUserData interface.
|
|
108
|
+
*/
|
|
109
|
+
export declare function instanceOfFacilitySessionUserData(value: object): boolean;
|
|
110
|
+
export declare function FacilitySessionUserDataFromJSON(json: any): FacilitySessionUserData;
|
|
111
|
+
export declare function FacilitySessionUserDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): FacilitySessionUserData;
|
|
112
|
+
export declare function FacilitySessionUserDataToJSON(value?: FacilitySessionUserData | null): any;
|
|
@@ -0,0 +1,94 @@
|
|
|
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.0.12
|
|
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
|
+
import type { FacilityData } from './FacilityData';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface FacilityStrengthMachineConfigurationData
|
|
17
|
+
*/
|
|
18
|
+
export interface FacilityStrengthMachineConfigurationData {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof FacilityStrengthMachineConfigurationData
|
|
23
|
+
*/
|
|
24
|
+
facilityId: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof FacilityStrengthMachineConfigurationData
|
|
29
|
+
*/
|
|
30
|
+
appType: FacilityStrengthMachineConfigurationDataAppTypeEnum;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof FacilityStrengthMachineConfigurationData
|
|
35
|
+
*/
|
|
36
|
+
timeZone: string;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof FacilityStrengthMachineConfigurationData
|
|
41
|
+
*/
|
|
42
|
+
forceUnit: FacilityStrengthMachineConfigurationDataForceUnitEnum;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof FacilityStrengthMachineConfigurationData
|
|
47
|
+
*/
|
|
48
|
+
primaryFocus: string;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof FacilityStrengthMachineConfigurationData
|
|
53
|
+
*/
|
|
54
|
+
secondaryFocus: string;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof FacilityStrengthMachineConfigurationData
|
|
59
|
+
*/
|
|
60
|
+
locale: string;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {FacilityData}
|
|
64
|
+
* @memberof FacilityStrengthMachineConfigurationData
|
|
65
|
+
*/
|
|
66
|
+
facility?: FacilityData;
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* @export
|
|
70
|
+
*/
|
|
71
|
+
export declare const FacilityStrengthMachineConfigurationDataAppTypeEnum: {
|
|
72
|
+
readonly Performance: "performance";
|
|
73
|
+
readonly Elder: "elder";
|
|
74
|
+
readonly Medical: "medical";
|
|
75
|
+
readonly Commercial: "commercial";
|
|
76
|
+
};
|
|
77
|
+
export type FacilityStrengthMachineConfigurationDataAppTypeEnum = typeof FacilityStrengthMachineConfigurationDataAppTypeEnum[keyof typeof FacilityStrengthMachineConfigurationDataAppTypeEnum];
|
|
78
|
+
/**
|
|
79
|
+
* @export
|
|
80
|
+
*/
|
|
81
|
+
export declare const FacilityStrengthMachineConfigurationDataForceUnitEnum: {
|
|
82
|
+
readonly Lb: "lb";
|
|
83
|
+
readonly Kg: "kg";
|
|
84
|
+
readonly Ne: "ne";
|
|
85
|
+
readonly Er: "er";
|
|
86
|
+
};
|
|
87
|
+
export type FacilityStrengthMachineConfigurationDataForceUnitEnum = typeof FacilityStrengthMachineConfigurationDataForceUnitEnum[keyof typeof FacilityStrengthMachineConfigurationDataForceUnitEnum];
|
|
88
|
+
/**
|
|
89
|
+
* Check if a given object implements the FacilityStrengthMachineConfigurationData interface.
|
|
90
|
+
*/
|
|
91
|
+
export declare function instanceOfFacilityStrengthMachineConfigurationData(value: object): boolean;
|
|
92
|
+
export declare function FacilityStrengthMachineConfigurationDataFromJSON(json: any): FacilityStrengthMachineConfigurationData;
|
|
93
|
+
export declare function FacilityStrengthMachineConfigurationDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): FacilityStrengthMachineConfigurationData;
|
|
94
|
+
export declare function FacilityStrengthMachineConfigurationDataToJSON(value?: FacilityStrengthMachineConfigurationData | null): any;
|
|
@@ -0,0 +1,99 @@
|
|
|
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.0.12
|
|
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
|
+
import type { A500MachineStateData } from './A500MachineStateData';
|
|
13
|
+
import type { StrengthMachineData } from './StrengthMachineData';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface FacilityStrengthMachineData
|
|
18
|
+
*/
|
|
19
|
+
export interface FacilityStrengthMachineData {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof FacilityStrengthMachineData
|
|
24
|
+
*/
|
|
25
|
+
id: number;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof FacilityStrengthMachineData
|
|
30
|
+
*/
|
|
31
|
+
updatedAt: string;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof FacilityStrengthMachineData
|
|
36
|
+
*/
|
|
37
|
+
model: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof FacilityStrengthMachineData
|
|
42
|
+
*/
|
|
43
|
+
version: string;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof FacilityStrengthMachineData
|
|
48
|
+
*/
|
|
49
|
+
softwareVersion?: string;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof FacilityStrengthMachineData
|
|
54
|
+
*/
|
|
55
|
+
mainBoardSerial?: string;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof FacilityStrengthMachineData
|
|
60
|
+
*/
|
|
61
|
+
location?: string;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof FacilityStrengthMachineData
|
|
66
|
+
*/
|
|
67
|
+
displayUUID?: string;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof FacilityStrengthMachineData
|
|
72
|
+
*/
|
|
73
|
+
leftCylinderSerial?: string;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof FacilityStrengthMachineData
|
|
78
|
+
*/
|
|
79
|
+
rightCylinderSerial?: string;
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* @type {StrengthMachineData}
|
|
83
|
+
* @memberof FacilityStrengthMachineData
|
|
84
|
+
*/
|
|
85
|
+
strengthMachine?: StrengthMachineData;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {A500MachineStateData}
|
|
89
|
+
* @memberof FacilityStrengthMachineData
|
|
90
|
+
*/
|
|
91
|
+
a500MachineState?: A500MachineStateData;
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* Check if a given object implements the FacilityStrengthMachineData interface.
|
|
95
|
+
*/
|
|
96
|
+
export declare function instanceOfFacilityStrengthMachineData(value: object): boolean;
|
|
97
|
+
export declare function FacilityStrengthMachineDataFromJSON(json: any): FacilityStrengthMachineData;
|
|
98
|
+
export declare function FacilityStrengthMachineDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): FacilityStrengthMachineData;
|
|
99
|
+
export declare function FacilityStrengthMachineDataToJSON(value?: FacilityStrengthMachineData | null): any;
|
|
@@ -0,0 +1,69 @@
|
|
|
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.0.12
|
|
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
|
+
import type { FacilityRelationshipData } from './FacilityRelationshipData';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface FingerprintData
|
|
17
|
+
*/
|
|
18
|
+
export interface FingerprintData {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof FingerprintData
|
|
23
|
+
*/
|
|
24
|
+
facilityRelationshipId: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {Date}
|
|
28
|
+
* @memberof FingerprintData
|
|
29
|
+
*/
|
|
30
|
+
updatedAt: Date;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof FingerprintData
|
|
35
|
+
*/
|
|
36
|
+
fingerprintReaderModel: FingerprintDataFingerprintReaderModelEnum;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof FingerprintData
|
|
41
|
+
*/
|
|
42
|
+
template: string;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof FingerprintData
|
|
47
|
+
*/
|
|
48
|
+
hash: string;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {FacilityRelationshipData}
|
|
52
|
+
* @memberof FingerprintData
|
|
53
|
+
*/
|
|
54
|
+
facilityRelationship?: FacilityRelationshipData;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* @export
|
|
58
|
+
*/
|
|
59
|
+
export declare const FingerprintDataFingerprintReaderModelEnum: {
|
|
60
|
+
readonly Gt521f5: "gt521f5";
|
|
61
|
+
};
|
|
62
|
+
export type FingerprintDataFingerprintReaderModelEnum = typeof FingerprintDataFingerprintReaderModelEnum[keyof typeof FingerprintDataFingerprintReaderModelEnum];
|
|
63
|
+
/**
|
|
64
|
+
* Check if a given object implements the FingerprintData interface.
|
|
65
|
+
*/
|
|
66
|
+
export declare function instanceOfFingerprintData(value: object): boolean;
|
|
67
|
+
export declare function FingerprintDataFromJSON(json: any): FingerprintData;
|
|
68
|
+
export declare function FingerprintDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): FingerprintData;
|
|
69
|
+
export declare function FingerprintDataToJSON(value?: FingerprintData | null): any;
|
|
@@ -0,0 +1,51 @@
|
|
|
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.0.12
|
|
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
|
+
import type { GlobalAccessControlData } from './GlobalAccessControlData';
|
|
13
|
+
import type { GlobalAccessControlSecretData } from './GlobalAccessControlSecretData';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface GlobalAccessControlCreationResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface GlobalAccessControlCreationResponse {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {GlobalAccessControlData}
|
|
23
|
+
* @memberof GlobalAccessControlCreationResponse
|
|
24
|
+
*/
|
|
25
|
+
globalAccessControl: GlobalAccessControlData;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {GlobalAccessControlSecretData}
|
|
29
|
+
* @memberof GlobalAccessControlCreationResponse
|
|
30
|
+
*/
|
|
31
|
+
globalAccessControlSecret: GlobalAccessControlSecretData;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof GlobalAccessControlCreationResponse
|
|
36
|
+
*/
|
|
37
|
+
accessToken?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof GlobalAccessControlCreationResponse
|
|
42
|
+
*/
|
|
43
|
+
refreshToken?: string;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Check if a given object implements the GlobalAccessControlCreationResponse interface.
|
|
47
|
+
*/
|
|
48
|
+
export declare function instanceOfGlobalAccessControlCreationResponse(value: object): boolean;
|
|
49
|
+
export declare function GlobalAccessControlCreationResponseFromJSON(json: any): GlobalAccessControlCreationResponse;
|
|
50
|
+
export declare function GlobalAccessControlCreationResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GlobalAccessControlCreationResponse;
|
|
51
|
+
export declare function GlobalAccessControlCreationResponseToJSON(value?: GlobalAccessControlCreationResponse | null): any;
|
|
@@ -0,0 +1,148 @@
|
|
|
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.0.12
|
|
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
|
+
import type { UserData } from './UserData';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GlobalAccessControlData
|
|
17
|
+
*/
|
|
18
|
+
export interface GlobalAccessControlData {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof GlobalAccessControlData
|
|
23
|
+
*/
|
|
24
|
+
userId: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof GlobalAccessControlData
|
|
29
|
+
*/
|
|
30
|
+
userRights?: GlobalAccessControlDataUserRightsEnum;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof GlobalAccessControlData
|
|
35
|
+
*/
|
|
36
|
+
exerciseRights?: GlobalAccessControlDataExerciseRightsEnum;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof GlobalAccessControlData
|
|
41
|
+
*/
|
|
42
|
+
mSeriesGuidedSessionRights?: GlobalAccessControlDataMSeriesGuidedSessionRightsEnum;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof GlobalAccessControlData
|
|
47
|
+
*/
|
|
48
|
+
facilityRights?: GlobalAccessControlDataFacilityRightsEnum;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof GlobalAccessControlData
|
|
53
|
+
*/
|
|
54
|
+
licenseRights?: GlobalAccessControlDataLicenseRightsEnum;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof GlobalAccessControlData
|
|
59
|
+
*/
|
|
60
|
+
accessControlRights?: GlobalAccessControlDataAccessControlRightsEnum;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {string}
|
|
64
|
+
* @memberof GlobalAccessControlData
|
|
65
|
+
*/
|
|
66
|
+
resqueRights?: GlobalAccessControlDataResqueRightsEnum;
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @type {string}
|
|
70
|
+
* @memberof GlobalAccessControlData
|
|
71
|
+
*/
|
|
72
|
+
analyticRights?: GlobalAccessControlDataAnalyticRightsEnum;
|
|
73
|
+
/**
|
|
74
|
+
*
|
|
75
|
+
* @type {UserData}
|
|
76
|
+
* @memberof GlobalAccessControlData
|
|
77
|
+
*/
|
|
78
|
+
user?: UserData;
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* @export
|
|
82
|
+
*/
|
|
83
|
+
export declare const GlobalAccessControlDataUserRightsEnum: {
|
|
84
|
+
readonly View: "view";
|
|
85
|
+
readonly Edit: "edit";
|
|
86
|
+
};
|
|
87
|
+
export type GlobalAccessControlDataUserRightsEnum = typeof GlobalAccessControlDataUserRightsEnum[keyof typeof GlobalAccessControlDataUserRightsEnum];
|
|
88
|
+
/**
|
|
89
|
+
* @export
|
|
90
|
+
*/
|
|
91
|
+
export declare const GlobalAccessControlDataExerciseRightsEnum: {
|
|
92
|
+
readonly View: "view";
|
|
93
|
+
};
|
|
94
|
+
export type GlobalAccessControlDataExerciseRightsEnum = typeof GlobalAccessControlDataExerciseRightsEnum[keyof typeof GlobalAccessControlDataExerciseRightsEnum];
|
|
95
|
+
/**
|
|
96
|
+
* @export
|
|
97
|
+
*/
|
|
98
|
+
export declare const GlobalAccessControlDataMSeriesGuidedSessionRightsEnum: {
|
|
99
|
+
readonly Access: "access";
|
|
100
|
+
readonly Publish: "publish";
|
|
101
|
+
};
|
|
102
|
+
export type GlobalAccessControlDataMSeriesGuidedSessionRightsEnum = typeof GlobalAccessControlDataMSeriesGuidedSessionRightsEnum[keyof typeof GlobalAccessControlDataMSeriesGuidedSessionRightsEnum];
|
|
103
|
+
/**
|
|
104
|
+
* @export
|
|
105
|
+
*/
|
|
106
|
+
export declare const GlobalAccessControlDataFacilityRightsEnum: {
|
|
107
|
+
readonly View: "view";
|
|
108
|
+
readonly Edit: "edit";
|
|
109
|
+
};
|
|
110
|
+
export type GlobalAccessControlDataFacilityRightsEnum = typeof GlobalAccessControlDataFacilityRightsEnum[keyof typeof GlobalAccessControlDataFacilityRightsEnum];
|
|
111
|
+
/**
|
|
112
|
+
* @export
|
|
113
|
+
*/
|
|
114
|
+
export declare const GlobalAccessControlDataLicenseRightsEnum: {
|
|
115
|
+
readonly View: "view";
|
|
116
|
+
readonly Edit: "edit";
|
|
117
|
+
};
|
|
118
|
+
export type GlobalAccessControlDataLicenseRightsEnum = typeof GlobalAccessControlDataLicenseRightsEnum[keyof typeof GlobalAccessControlDataLicenseRightsEnum];
|
|
119
|
+
/**
|
|
120
|
+
* @export
|
|
121
|
+
*/
|
|
122
|
+
export declare const GlobalAccessControlDataAccessControlRightsEnum: {
|
|
123
|
+
readonly View: "view";
|
|
124
|
+
readonly Edit: "edit";
|
|
125
|
+
};
|
|
126
|
+
export type GlobalAccessControlDataAccessControlRightsEnum = typeof GlobalAccessControlDataAccessControlRightsEnum[keyof typeof GlobalAccessControlDataAccessControlRightsEnum];
|
|
127
|
+
/**
|
|
128
|
+
* @export
|
|
129
|
+
*/
|
|
130
|
+
export declare const GlobalAccessControlDataResqueRightsEnum: {
|
|
131
|
+
readonly View: "view";
|
|
132
|
+
readonly Edit: "edit";
|
|
133
|
+
};
|
|
134
|
+
export type GlobalAccessControlDataResqueRightsEnum = typeof GlobalAccessControlDataResqueRightsEnum[keyof typeof GlobalAccessControlDataResqueRightsEnum];
|
|
135
|
+
/**
|
|
136
|
+
* @export
|
|
137
|
+
*/
|
|
138
|
+
export declare const GlobalAccessControlDataAnalyticRightsEnum: {
|
|
139
|
+
readonly View: "view";
|
|
140
|
+
};
|
|
141
|
+
export type GlobalAccessControlDataAnalyticRightsEnum = typeof GlobalAccessControlDataAnalyticRightsEnum[keyof typeof GlobalAccessControlDataAnalyticRightsEnum];
|
|
142
|
+
/**
|
|
143
|
+
* Check if a given object implements the GlobalAccessControlData interface.
|
|
144
|
+
*/
|
|
145
|
+
export declare function instanceOfGlobalAccessControlData(value: object): boolean;
|
|
146
|
+
export declare function GlobalAccessControlDataFromJSON(json: any): GlobalAccessControlData;
|
|
147
|
+
export declare function GlobalAccessControlDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): GlobalAccessControlData;
|
|
148
|
+
export declare function GlobalAccessControlDataToJSON(value?: GlobalAccessControlData | null): any;
|