@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,65 @@
|
|
|
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 { CardioExerciseVariantData } from './CardioExerciseVariantData';
|
|
13
|
+
import type { ExerciseOrdinalSetData } from './ExerciseOrdinalSetData';
|
|
14
|
+
import type { StrengthExerciseVariantData } from './StrengthExerciseVariantData';
|
|
15
|
+
import type { StretchExerciseVariantData } from './StretchExerciseVariantData';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ExerciseOrdinalSetAssignmentData
|
|
20
|
+
*/
|
|
21
|
+
export interface ExerciseOrdinalSetAssignmentData {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof ExerciseOrdinalSetAssignmentData
|
|
26
|
+
*/
|
|
27
|
+
id: number;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ExerciseOrdinalSetAssignmentData
|
|
32
|
+
*/
|
|
33
|
+
ordinalIdentifier: string;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {ExerciseOrdinalSetData}
|
|
37
|
+
* @memberof ExerciseOrdinalSetAssignmentData
|
|
38
|
+
*/
|
|
39
|
+
exerciseOrdinalSet?: ExerciseOrdinalSetData;
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* @type {StrengthExerciseVariantData}
|
|
43
|
+
* @memberof ExerciseOrdinalSetAssignmentData
|
|
44
|
+
*/
|
|
45
|
+
strengthExerciseVariant?: StrengthExerciseVariantData;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
* @type {CardioExerciseVariantData}
|
|
49
|
+
* @memberof ExerciseOrdinalSetAssignmentData
|
|
50
|
+
*/
|
|
51
|
+
cardioExerciseVariant?: CardioExerciseVariantData;
|
|
52
|
+
/**
|
|
53
|
+
*
|
|
54
|
+
* @type {StretchExerciseVariantData}
|
|
55
|
+
* @memberof ExerciseOrdinalSetAssignmentData
|
|
56
|
+
*/
|
|
57
|
+
stretchExerciseVariant?: StretchExerciseVariantData;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Check if a given object implements the ExerciseOrdinalSetAssignmentData interface.
|
|
61
|
+
*/
|
|
62
|
+
export declare function instanceOfExerciseOrdinalSetAssignmentData(value: object): boolean;
|
|
63
|
+
export declare function ExerciseOrdinalSetAssignmentDataFromJSON(json: any): ExerciseOrdinalSetAssignmentData;
|
|
64
|
+
export declare function ExerciseOrdinalSetAssignmentDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): ExerciseOrdinalSetAssignmentData;
|
|
65
|
+
export declare function ExerciseOrdinalSetAssignmentDataToJSON(value?: ExerciseOrdinalSetAssignmentData | null): any;
|
|
@@ -0,0 +1,56 @@
|
|
|
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 { ExerciseOrdinalSetAssignmentData } from './ExerciseOrdinalSetAssignmentData';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ExerciseOrdinalSetData
|
|
17
|
+
*/
|
|
18
|
+
export interface ExerciseOrdinalSetData {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof ExerciseOrdinalSetData
|
|
23
|
+
*/
|
|
24
|
+
id: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ExerciseOrdinalSetData
|
|
29
|
+
*/
|
|
30
|
+
code: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof ExerciseOrdinalSetData
|
|
35
|
+
*/
|
|
36
|
+
name: string;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof ExerciseOrdinalSetData
|
|
41
|
+
*/
|
|
42
|
+
description?: string;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {Array<ExerciseOrdinalSetAssignmentData>}
|
|
46
|
+
* @memberof ExerciseOrdinalSetData
|
|
47
|
+
*/
|
|
48
|
+
exerciseOrdinalSetAssignments?: Array<ExerciseOrdinalSetAssignmentData>;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Check if a given object implements the ExerciseOrdinalSetData interface.
|
|
52
|
+
*/
|
|
53
|
+
export declare function instanceOfExerciseOrdinalSetData(value: object): boolean;
|
|
54
|
+
export declare function ExerciseOrdinalSetDataFromJSON(json: any): ExerciseOrdinalSetData;
|
|
55
|
+
export declare function ExerciseOrdinalSetDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): ExerciseOrdinalSetData;
|
|
56
|
+
export declare function ExerciseOrdinalSetDataToJSON(value?: ExerciseOrdinalSetData | null): any;
|
|
@@ -0,0 +1,101 @@
|
|
|
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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface FacilityConfigurationData
|
|
16
|
+
*/
|
|
17
|
+
export interface FacilityConfigurationData {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof FacilityConfigurationData
|
|
22
|
+
*/
|
|
23
|
+
facilityId: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof FacilityConfigurationData
|
|
28
|
+
*/
|
|
29
|
+
memberIdentificationComposition: FacilityConfigurationDataMemberIdentificationCompositionEnum;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {boolean}
|
|
33
|
+
* @memberof FacilityConfigurationData
|
|
34
|
+
*/
|
|
35
|
+
memberIdentificationForceLength: boolean;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof FacilityConfigurationData
|
|
40
|
+
*/
|
|
41
|
+
memberIdentificationLength: number;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof FacilityConfigurationData
|
|
46
|
+
*/
|
|
47
|
+
memberIdentificationRegex: string;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof FacilityConfigurationData
|
|
52
|
+
*/
|
|
53
|
+
memberSecretComposition: FacilityConfigurationDataMemberSecretCompositionEnum;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {boolean}
|
|
57
|
+
* @memberof FacilityConfigurationData
|
|
58
|
+
*/
|
|
59
|
+
memberSecretForceLength: boolean;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {number}
|
|
63
|
+
* @memberof FacilityConfigurationData
|
|
64
|
+
*/
|
|
65
|
+
memberSecretLength: number;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof FacilityConfigurationData
|
|
70
|
+
*/
|
|
71
|
+
memberSecretRegex: string;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {boolean}
|
|
75
|
+
* @memberof FacilityConfigurationData
|
|
76
|
+
*/
|
|
77
|
+
memberRequireEmail: boolean;
|
|
78
|
+
}
|
|
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
|
+
/**
|
|
96
|
+
* Check if a given object implements the FacilityConfigurationData interface.
|
|
97
|
+
*/
|
|
98
|
+
export declare function instanceOfFacilityConfigurationData(value: object): boolean;
|
|
99
|
+
export declare function FacilityConfigurationDataFromJSON(json: any): FacilityConfigurationData;
|
|
100
|
+
export declare function FacilityConfigurationDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): FacilityConfigurationData;
|
|
101
|
+
export declare function FacilityConfigurationDataToJSON(value?: FacilityConfigurationData | null): any;
|
|
@@ -0,0 +1,65 @@
|
|
|
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 { FacilityConfigurationData } from './FacilityConfigurationData';
|
|
13
|
+
import type { FacilityLicenseData } from './FacilityLicenseData';
|
|
14
|
+
import type { FacilityProfileData } from './FacilityProfileData';
|
|
15
|
+
import type { FacilityStrengthMachineConfigurationData } from './FacilityStrengthMachineConfigurationData';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface FacilityData
|
|
20
|
+
*/
|
|
21
|
+
export interface FacilityData {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof FacilityData
|
|
26
|
+
*/
|
|
27
|
+
id: number;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {Date}
|
|
31
|
+
* @memberof FacilityData
|
|
32
|
+
*/
|
|
33
|
+
licensedUntil: Date;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {FacilityProfileData}
|
|
37
|
+
* @memberof FacilityData
|
|
38
|
+
*/
|
|
39
|
+
facilityProfile?: FacilityProfileData;
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* @type {FacilityConfigurationData}
|
|
43
|
+
* @memberof FacilityData
|
|
44
|
+
*/
|
|
45
|
+
facilityConfiguration?: FacilityConfigurationData;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
* @type {Array<FacilityLicenseData>}
|
|
49
|
+
* @memberof FacilityData
|
|
50
|
+
*/
|
|
51
|
+
facilityLicenses?: Array<FacilityLicenseData>;
|
|
52
|
+
/**
|
|
53
|
+
*
|
|
54
|
+
* @type {FacilityStrengthMachineConfigurationData}
|
|
55
|
+
* @memberof FacilityData
|
|
56
|
+
*/
|
|
57
|
+
facilityStrengthMachineConfiguration?: FacilityStrengthMachineConfigurationData;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Check if a given object implements the FacilityData interface.
|
|
61
|
+
*/
|
|
62
|
+
export declare function instanceOfFacilityData(value: object): boolean;
|
|
63
|
+
export declare function FacilityDataFromJSON(json: any): FacilityData;
|
|
64
|
+
export declare function FacilityDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): FacilityData;
|
|
65
|
+
export declare function FacilityDataToJSON(value?: FacilityData | null): any;
|
|
@@ -0,0 +1,83 @@
|
|
|
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 FacilityLicenseData
|
|
17
|
+
*/
|
|
18
|
+
export interface FacilityLicenseData {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof FacilityLicenseData
|
|
23
|
+
*/
|
|
24
|
+
id: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof FacilityLicenseData
|
|
29
|
+
*/
|
|
30
|
+
key: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof FacilityLicenseData
|
|
35
|
+
*/
|
|
36
|
+
accountId?: string;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {number}
|
|
40
|
+
* @memberof FacilityLicenseData
|
|
41
|
+
*/
|
|
42
|
+
term: number;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof FacilityLicenseData
|
|
47
|
+
*/
|
|
48
|
+
type: FacilityLicenseDataTypeEnum;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {number}
|
|
52
|
+
* @memberof FacilityLicenseData
|
|
53
|
+
*/
|
|
54
|
+
facilityId?: number;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {Date}
|
|
58
|
+
* @memberof FacilityLicenseData
|
|
59
|
+
*/
|
|
60
|
+
effectiveDate?: Date;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {FacilityData}
|
|
64
|
+
* @memberof FacilityLicenseData
|
|
65
|
+
*/
|
|
66
|
+
facility?: FacilityData;
|
|
67
|
+
}
|
|
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
|
+
/**
|
|
78
|
+
* Check if a given object implements the FacilityLicenseData interface.
|
|
79
|
+
*/
|
|
80
|
+
export declare function instanceOfFacilityLicenseData(value: object): boolean;
|
|
81
|
+
export declare function FacilityLicenseDataFromJSON(json: any): FacilityLicenseData;
|
|
82
|
+
export declare function FacilityLicenseDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): FacilityLicenseData;
|
|
83
|
+
export declare function FacilityLicenseDataToJSON(value?: FacilityLicenseData | 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 { FacilityLicenseData } from './FacilityLicenseData';
|
|
13
|
+
import type { FacilityLicenseListResponseMeta } from './FacilityLicenseListResponseMeta';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface FacilityLicenseListResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface FacilityLicenseListResponse {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {Array<FacilityLicenseData>}
|
|
23
|
+
* @memberof FacilityLicenseListResponse
|
|
24
|
+
*/
|
|
25
|
+
facilityLicenses: Array<FacilityLicenseData>;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {FacilityLicenseListResponseMeta}
|
|
29
|
+
* @memberof FacilityLicenseListResponse
|
|
30
|
+
*/
|
|
31
|
+
facilityLicensesMeta: FacilityLicenseListResponseMeta;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof FacilityLicenseListResponse
|
|
36
|
+
*/
|
|
37
|
+
accessToken?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof FacilityLicenseListResponse
|
|
42
|
+
*/
|
|
43
|
+
refreshToken?: string;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Check if a given object implements the FacilityLicenseListResponse interface.
|
|
47
|
+
*/
|
|
48
|
+
export declare function instanceOfFacilityLicenseListResponse(value: object): boolean;
|
|
49
|
+
export declare function FacilityLicenseListResponseFromJSON(json: any): FacilityLicenseListResponse;
|
|
50
|
+
export declare function FacilityLicenseListResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): FacilityLicenseListResponse;
|
|
51
|
+
export declare function FacilityLicenseListResponseToJSON(value?: FacilityLicenseListResponse | null): any;
|
|
@@ -0,0 +1,89 @@
|
|
|
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 { FacilityLicenseSorting } from './FacilityLicenseSorting';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface FacilityLicenseListResponseMeta
|
|
17
|
+
*/
|
|
18
|
+
export interface FacilityLicenseListResponseMeta {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof FacilityLicenseListResponseMeta
|
|
23
|
+
*/
|
|
24
|
+
name?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof FacilityLicenseListResponseMeta
|
|
29
|
+
*/
|
|
30
|
+
key: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof FacilityLicenseListResponseMeta
|
|
35
|
+
*/
|
|
36
|
+
type: FacilityLicenseListResponseMetaTypeEnum;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof FacilityLicenseListResponseMeta
|
|
41
|
+
*/
|
|
42
|
+
accountId: string;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {FacilityLicenseSorting}
|
|
46
|
+
* @memberof FacilityLicenseListResponseMeta
|
|
47
|
+
*/
|
|
48
|
+
sort: FacilityLicenseSorting;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {boolean}
|
|
52
|
+
* @memberof FacilityLicenseListResponseMeta
|
|
53
|
+
*/
|
|
54
|
+
ascending?: boolean;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {number}
|
|
58
|
+
* @memberof FacilityLicenseListResponseMeta
|
|
59
|
+
*/
|
|
60
|
+
limit?: number;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {number}
|
|
64
|
+
* @memberof FacilityLicenseListResponseMeta
|
|
65
|
+
*/
|
|
66
|
+
offset?: number;
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @type {number}
|
|
70
|
+
* @memberof FacilityLicenseListResponseMeta
|
|
71
|
+
*/
|
|
72
|
+
totalCount?: number;
|
|
73
|
+
}
|
|
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
|
+
/**
|
|
84
|
+
* Check if a given object implements the FacilityLicenseListResponseMeta interface.
|
|
85
|
+
*/
|
|
86
|
+
export declare function instanceOfFacilityLicenseListResponseMeta(value: object): boolean;
|
|
87
|
+
export declare function FacilityLicenseListResponseMetaFromJSON(json: any): FacilityLicenseListResponseMeta;
|
|
88
|
+
export declare function FacilityLicenseListResponseMetaFromJSONTyped(json: any, ignoreDiscriminator: boolean): FacilityLicenseListResponseMeta;
|
|
89
|
+
export declare function FacilityLicenseListResponseMetaToJSON(value?: FacilityLicenseListResponseMeta | null): any;
|
|
@@ -0,0 +1,44 @@
|
|
|
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 { FacilityLicenseData } from './FacilityLicenseData';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface FacilityLicenseResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface FacilityLicenseResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {FacilityLicenseData}
|
|
22
|
+
* @memberof FacilityLicenseResponse
|
|
23
|
+
*/
|
|
24
|
+
facilityLicense: FacilityLicenseData;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof FacilityLicenseResponse
|
|
29
|
+
*/
|
|
30
|
+
accessToken?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof FacilityLicenseResponse
|
|
35
|
+
*/
|
|
36
|
+
refreshToken?: string;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the FacilityLicenseResponse interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfFacilityLicenseResponse(value: object): boolean;
|
|
42
|
+
export declare function FacilityLicenseResponseFromJSON(json: any): FacilityLicenseResponse;
|
|
43
|
+
export declare function FacilityLicenseResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): FacilityLicenseResponse;
|
|
44
|
+
export declare function FacilityLicenseResponseToJSON(value?: FacilityLicenseResponse | null): any;
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export declare const FacilityLicenseSorting: {
|
|
17
|
+
readonly Id: "id";
|
|
18
|
+
readonly Type: "type";
|
|
19
|
+
readonly Term: "term";
|
|
20
|
+
readonly EffectiveDate: "effectiveDate";
|
|
21
|
+
};
|
|
22
|
+
export type FacilityLicenseSorting = typeof FacilityLicenseSorting[keyof typeof FacilityLicenseSorting];
|
|
23
|
+
export declare function FacilityLicenseSortingFromJSON(json: any): FacilityLicenseSorting;
|
|
24
|
+
export declare function FacilityLicenseSortingFromJSONTyped(json: any, ignoreDiscriminator: boolean): FacilityLicenseSorting;
|
|
25
|
+
export declare function FacilityLicenseSortingToJSON(value?: FacilityLicenseSorting | null): any;
|
|
@@ -0,0 +1,73 @@
|
|
|
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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface FacilityProfileData
|
|
16
|
+
*/
|
|
17
|
+
export interface FacilityProfileData {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof FacilityProfileData
|
|
22
|
+
*/
|
|
23
|
+
name?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof FacilityProfileData
|
|
28
|
+
*/
|
|
29
|
+
phone?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof FacilityProfileData
|
|
34
|
+
*/
|
|
35
|
+
address?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof FacilityProfileData
|
|
40
|
+
*/
|
|
41
|
+
city?: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof FacilityProfileData
|
|
46
|
+
*/
|
|
47
|
+
postcode?: string;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof FacilityProfileData
|
|
52
|
+
*/
|
|
53
|
+
state?: string;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof FacilityProfileData
|
|
58
|
+
*/
|
|
59
|
+
country?: string;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof FacilityProfileData
|
|
64
|
+
*/
|
|
65
|
+
website?: string;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Check if a given object implements the FacilityProfileData interface.
|
|
69
|
+
*/
|
|
70
|
+
export declare function instanceOfFacilityProfileData(value: object): boolean;
|
|
71
|
+
export declare function FacilityProfileDataFromJSON(json: any): FacilityProfileData;
|
|
72
|
+
export declare function FacilityProfileDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): FacilityProfileData;
|
|
73
|
+
export declare function FacilityProfileDataToJSON(value?: FacilityProfileData | null): any;
|