@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,63 @@
|
|
|
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 { SessionPlanSetData } from './SessionPlanSetData';
|
|
13
|
+
import type { UserData } from './UserData';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface SessionPlanSequenceData
|
|
18
|
+
*/
|
|
19
|
+
export interface SessionPlanSequenceData {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof SessionPlanSequenceData
|
|
24
|
+
*/
|
|
25
|
+
id: number;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof SessionPlanSequenceData
|
|
30
|
+
*/
|
|
31
|
+
name: string;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof SessionPlanSequenceData
|
|
36
|
+
*/
|
|
37
|
+
description: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof SessionPlanSequenceData
|
|
42
|
+
*/
|
|
43
|
+
notes: string;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {UserData}
|
|
47
|
+
* @memberof SessionPlanSequenceData
|
|
48
|
+
*/
|
|
49
|
+
user?: UserData;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {Array<SessionPlanSetData>}
|
|
53
|
+
* @memberof SessionPlanSequenceData
|
|
54
|
+
*/
|
|
55
|
+
sessionPlanSets?: Array<SessionPlanSetData>;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* Check if a given object implements the SessionPlanSequenceData interface.
|
|
59
|
+
*/
|
|
60
|
+
export declare function instanceOfSessionPlanSequenceData(value: object): boolean;
|
|
61
|
+
export declare function SessionPlanSequenceDataFromJSON(json: any): SessionPlanSequenceData;
|
|
62
|
+
export declare function SessionPlanSequenceDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): SessionPlanSequenceData;
|
|
63
|
+
export declare function SessionPlanSequenceDataToJSON(value?: SessionPlanSequenceData | null): any;
|
|
@@ -0,0 +1,82 @@
|
|
|
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 { SessionPlanData } from './SessionPlanData';
|
|
13
|
+
import type { SessionPlanSetInstanceData } from './SessionPlanSetInstanceData';
|
|
14
|
+
import type { UserData } from './UserData';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface SessionPlanSequenceInstanceData
|
|
19
|
+
*/
|
|
20
|
+
export interface SessionPlanSequenceInstanceData {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {number}
|
|
24
|
+
* @memberof SessionPlanSequenceInstanceData
|
|
25
|
+
*/
|
|
26
|
+
id: number;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof SessionPlanSequenceInstanceData
|
|
31
|
+
*/
|
|
32
|
+
name: string;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof SessionPlanSequenceInstanceData
|
|
37
|
+
*/
|
|
38
|
+
description: string;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof SessionPlanSequenceInstanceData
|
|
43
|
+
*/
|
|
44
|
+
notes: string;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {Date}
|
|
48
|
+
* @memberof SessionPlanSequenceInstanceData
|
|
49
|
+
*/
|
|
50
|
+
startedAt: Date;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {number}
|
|
54
|
+
* @memberof SessionPlanSequenceInstanceData
|
|
55
|
+
*/
|
|
56
|
+
scheduleIndex: number;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {UserData}
|
|
60
|
+
* @memberof SessionPlanSequenceInstanceData
|
|
61
|
+
*/
|
|
62
|
+
user?: UserData;
|
|
63
|
+
/**
|
|
64
|
+
*
|
|
65
|
+
* @type {SessionPlanData}
|
|
66
|
+
* @memberof SessionPlanSequenceInstanceData
|
|
67
|
+
*/
|
|
68
|
+
sessionPlan?: SessionPlanData;
|
|
69
|
+
/**
|
|
70
|
+
*
|
|
71
|
+
* @type {Array<SessionPlanSetInstanceData>}
|
|
72
|
+
* @memberof SessionPlanSequenceInstanceData
|
|
73
|
+
*/
|
|
74
|
+
sessionPlanSetInstances?: Array<SessionPlanSetInstanceData>;
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* Check if a given object implements the SessionPlanSequenceInstanceData interface.
|
|
78
|
+
*/
|
|
79
|
+
export declare function instanceOfSessionPlanSequenceInstanceData(value: object): boolean;
|
|
80
|
+
export declare function SessionPlanSequenceInstanceDataFromJSON(json: any): SessionPlanSequenceInstanceData;
|
|
81
|
+
export declare function SessionPlanSequenceInstanceDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): SessionPlanSequenceInstanceData;
|
|
82
|
+
export declare function SessionPlanSequenceInstanceDataToJSON(value?: SessionPlanSequenceInstanceData | null): any;
|
|
@@ -0,0 +1,81 @@
|
|
|
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 { SessionPlanActivitySetData } from './SessionPlanActivitySetData';
|
|
13
|
+
import type { SessionPlanCardioSetData } from './SessionPlanCardioSetData';
|
|
14
|
+
import type { SessionPlanStrengthSetData } from './SessionPlanStrengthSetData';
|
|
15
|
+
import type { SessionPlanStretchSetData } from './SessionPlanStretchSetData';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface SessionPlanSetData
|
|
20
|
+
*/
|
|
21
|
+
export interface SessionPlanSetData {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof SessionPlanSetData
|
|
26
|
+
*/
|
|
27
|
+
id: number;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof SessionPlanSetData
|
|
32
|
+
*/
|
|
33
|
+
notes: string;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof SessionPlanSetData
|
|
38
|
+
*/
|
|
39
|
+
type?: SessionPlanSetDataTypeEnum;
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* @type {SessionPlanCardioSetData}
|
|
43
|
+
* @memberof SessionPlanSetData
|
|
44
|
+
*/
|
|
45
|
+
sessionPlanCardioSet?: SessionPlanCardioSetData;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
* @type {SessionPlanStrengthSetData}
|
|
49
|
+
* @memberof SessionPlanSetData
|
|
50
|
+
*/
|
|
51
|
+
sessionPlanStrengthSet?: SessionPlanStrengthSetData;
|
|
52
|
+
/**
|
|
53
|
+
*
|
|
54
|
+
* @type {SessionPlanStretchSetData}
|
|
55
|
+
* @memberof SessionPlanSetData
|
|
56
|
+
*/
|
|
57
|
+
sessionPlanStretchSet?: SessionPlanStretchSetData;
|
|
58
|
+
/**
|
|
59
|
+
*
|
|
60
|
+
* @type {SessionPlanActivitySetData}
|
|
61
|
+
* @memberof SessionPlanSetData
|
|
62
|
+
*/
|
|
63
|
+
sessionPlanAcvivitySet?: SessionPlanActivitySetData;
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* @export
|
|
67
|
+
*/
|
|
68
|
+
export declare const SessionPlanSetDataTypeEnum: {
|
|
69
|
+
readonly Strength: "strength";
|
|
70
|
+
readonly Stretch: "stretch";
|
|
71
|
+
readonly Cardio: "cardio";
|
|
72
|
+
readonly Activity: "activity";
|
|
73
|
+
};
|
|
74
|
+
export type SessionPlanSetDataTypeEnum = typeof SessionPlanSetDataTypeEnum[keyof typeof SessionPlanSetDataTypeEnum];
|
|
75
|
+
/**
|
|
76
|
+
* Check if a given object implements the SessionPlanSetData interface.
|
|
77
|
+
*/
|
|
78
|
+
export declare function instanceOfSessionPlanSetData(value: object): boolean;
|
|
79
|
+
export declare function SessionPlanSetDataFromJSON(json: any): SessionPlanSetData;
|
|
80
|
+
export declare function SessionPlanSetDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): SessionPlanSetData;
|
|
81
|
+
export declare function SessionPlanSetDataToJSON(value?: SessionPlanSetData | null): any;
|
|
@@ -0,0 +1,87 @@
|
|
|
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 { SessionPlanActivitySetData } from './SessionPlanActivitySetData';
|
|
13
|
+
import type { SessionPlanCardioSetData } from './SessionPlanCardioSetData';
|
|
14
|
+
import type { SessionPlanStrengthSetData } from './SessionPlanStrengthSetData';
|
|
15
|
+
import type { SessionPlanStretchSetData } from './SessionPlanStretchSetData';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface SessionPlanSetInstanceData
|
|
20
|
+
*/
|
|
21
|
+
export interface SessionPlanSetInstanceData {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof SessionPlanSetInstanceData
|
|
26
|
+
*/
|
|
27
|
+
id: number;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof SessionPlanSetInstanceData
|
|
32
|
+
*/
|
|
33
|
+
notes: string;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {boolean}
|
|
37
|
+
* @memberof SessionPlanSetInstanceData
|
|
38
|
+
*/
|
|
39
|
+
completed: boolean;
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof SessionPlanSetInstanceData
|
|
44
|
+
*/
|
|
45
|
+
type?: SessionPlanSetInstanceDataTypeEnum;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
* @type {SessionPlanCardioSetData}
|
|
49
|
+
* @memberof SessionPlanSetInstanceData
|
|
50
|
+
*/
|
|
51
|
+
sessionPlanCardioSet?: SessionPlanCardioSetData;
|
|
52
|
+
/**
|
|
53
|
+
*
|
|
54
|
+
* @type {SessionPlanStrengthSetData}
|
|
55
|
+
* @memberof SessionPlanSetInstanceData
|
|
56
|
+
*/
|
|
57
|
+
sessionPlanStrengthSet?: SessionPlanStrengthSetData;
|
|
58
|
+
/**
|
|
59
|
+
*
|
|
60
|
+
* @type {SessionPlanStretchSetData}
|
|
61
|
+
* @memberof SessionPlanSetInstanceData
|
|
62
|
+
*/
|
|
63
|
+
sessionPlanStretchSet?: SessionPlanStretchSetData;
|
|
64
|
+
/**
|
|
65
|
+
*
|
|
66
|
+
* @type {SessionPlanActivitySetData}
|
|
67
|
+
* @memberof SessionPlanSetInstanceData
|
|
68
|
+
*/
|
|
69
|
+
sessionPlanAcvivitySet?: SessionPlanActivitySetData;
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* @export
|
|
73
|
+
*/
|
|
74
|
+
export declare const SessionPlanSetInstanceDataTypeEnum: {
|
|
75
|
+
readonly Strength: "strength";
|
|
76
|
+
readonly Stretch: "stretch";
|
|
77
|
+
readonly Cardio: "cardio";
|
|
78
|
+
readonly Activity: "activity";
|
|
79
|
+
};
|
|
80
|
+
export type SessionPlanSetInstanceDataTypeEnum = typeof SessionPlanSetInstanceDataTypeEnum[keyof typeof SessionPlanSetInstanceDataTypeEnum];
|
|
81
|
+
/**
|
|
82
|
+
* Check if a given object implements the SessionPlanSetInstanceData interface.
|
|
83
|
+
*/
|
|
84
|
+
export declare function instanceOfSessionPlanSetInstanceData(value: object): boolean;
|
|
85
|
+
export declare function SessionPlanSetInstanceDataFromJSON(json: any): SessionPlanSetInstanceData;
|
|
86
|
+
export declare function SessionPlanSetInstanceDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): SessionPlanSetInstanceData;
|
|
87
|
+
export declare function SessionPlanSetInstanceDataToJSON(value?: SessionPlanSetInstanceData | null): any;
|
|
@@ -0,0 +1,67 @@
|
|
|
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 { StrengthExerciseData } from './StrengthExerciseData';
|
|
13
|
+
import type { StrengthMachineData } from './StrengthMachineData';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface SessionPlanStrengthSetData
|
|
18
|
+
*/
|
|
19
|
+
export interface SessionPlanStrengthSetData {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof SessionPlanStrengthSetData
|
|
24
|
+
*/
|
|
25
|
+
repetitionCount: number;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof SessionPlanStrengthSetData
|
|
30
|
+
*/
|
|
31
|
+
resistance: number;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof SessionPlanStrengthSetData
|
|
36
|
+
*/
|
|
37
|
+
forceUnit: SessionPlanStrengthSetDataForceUnitEnum;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {StrengthExerciseData}
|
|
41
|
+
* @memberof SessionPlanStrengthSetData
|
|
42
|
+
*/
|
|
43
|
+
strengthExercise?: StrengthExerciseData;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {StrengthMachineData}
|
|
47
|
+
* @memberof SessionPlanStrengthSetData
|
|
48
|
+
*/
|
|
49
|
+
strengthMachine?: StrengthMachineData;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* @export
|
|
53
|
+
*/
|
|
54
|
+
export declare const SessionPlanStrengthSetDataForceUnitEnum: {
|
|
55
|
+
readonly Lb: "lb";
|
|
56
|
+
readonly Kg: "kg";
|
|
57
|
+
readonly Ne: "ne";
|
|
58
|
+
readonly Er: "er";
|
|
59
|
+
};
|
|
60
|
+
export type SessionPlanStrengthSetDataForceUnitEnum = typeof SessionPlanStrengthSetDataForceUnitEnum[keyof typeof SessionPlanStrengthSetDataForceUnitEnum];
|
|
61
|
+
/**
|
|
62
|
+
* Check if a given object implements the SessionPlanStrengthSetData interface.
|
|
63
|
+
*/
|
|
64
|
+
export declare function instanceOfSessionPlanStrengthSetData(value: object): boolean;
|
|
65
|
+
export declare function SessionPlanStrengthSetDataFromJSON(json: any): SessionPlanStrengthSetData;
|
|
66
|
+
export declare function SessionPlanStrengthSetDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): SessionPlanStrengthSetData;
|
|
67
|
+
export declare function SessionPlanStrengthSetDataToJSON(value?: SessionPlanStrengthSetData | null): any;
|
|
@@ -0,0 +1,31 @@
|
|
|
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 SessionPlanStretchSetData
|
|
16
|
+
*/
|
|
17
|
+
export interface SessionPlanStretchSetData {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SessionPlanStretchSetData
|
|
22
|
+
*/
|
|
23
|
+
name: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the SessionPlanStretchSetData interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfSessionPlanStretchSetData(value: object): boolean;
|
|
29
|
+
export declare function SessionPlanStretchSetDataFromJSON(json: any): SessionPlanStretchSetData;
|
|
30
|
+
export declare function SessionPlanStretchSetDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): SessionPlanStretchSetData;
|
|
31
|
+
export declare function SessionPlanStretchSetDataToJSON(value?: SessionPlanStretchSetData | null): any;
|
|
@@ -0,0 +1,97 @@
|
|
|
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 StatData
|
|
16
|
+
*/
|
|
17
|
+
export interface StatData {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof StatData
|
|
22
|
+
*/
|
|
23
|
+
id: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof StatData
|
|
28
|
+
*/
|
|
29
|
+
createdAt: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof StatData
|
|
34
|
+
*/
|
|
35
|
+
users: number;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof StatData
|
|
40
|
+
*/
|
|
41
|
+
msApps: number;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof StatData
|
|
46
|
+
*/
|
|
47
|
+
sessions: number;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof StatData
|
|
52
|
+
*/
|
|
53
|
+
oauths: number;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof StatData
|
|
58
|
+
*/
|
|
59
|
+
facebook: number;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {number}
|
|
63
|
+
* @memberof StatData
|
|
64
|
+
*/
|
|
65
|
+
google: number;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {number}
|
|
69
|
+
* @memberof StatData
|
|
70
|
+
*/
|
|
71
|
+
apple: number;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {number}
|
|
75
|
+
* @memberof StatData
|
|
76
|
+
*/
|
|
77
|
+
trainingpeaks: number;
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
* @type {number}
|
|
81
|
+
* @memberof StatData
|
|
82
|
+
*/
|
|
83
|
+
strava: number;
|
|
84
|
+
/**
|
|
85
|
+
*
|
|
86
|
+
* @type {number}
|
|
87
|
+
* @memberof StatData
|
|
88
|
+
*/
|
|
89
|
+
inbody: number;
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* Check if a given object implements the StatData interface.
|
|
93
|
+
*/
|
|
94
|
+
export declare function instanceOfStatData(value: object): boolean;
|
|
95
|
+
export declare function StatDataFromJSON(json: any): StatData;
|
|
96
|
+
export declare function StatDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): StatData;
|
|
97
|
+
export declare function StatDataToJSON(value?: StatData | 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 { StatData } from './StatData';
|
|
13
|
+
import type { StatListResponseMeta } from './StatListResponseMeta';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface StatListResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface StatListResponse {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {Array<StatData>}
|
|
23
|
+
* @memberof StatListResponse
|
|
24
|
+
*/
|
|
25
|
+
stats: Array<StatData>;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {StatListResponseMeta}
|
|
29
|
+
* @memberof StatListResponse
|
|
30
|
+
*/
|
|
31
|
+
statsMeta: StatListResponseMeta;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof StatListResponse
|
|
36
|
+
*/
|
|
37
|
+
accessToken?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof StatListResponse
|
|
42
|
+
*/
|
|
43
|
+
refreshToken?: string;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Check if a given object implements the StatListResponse interface.
|
|
47
|
+
*/
|
|
48
|
+
export declare function instanceOfStatListResponse(value: object): boolean;
|
|
49
|
+
export declare function StatListResponseFromJSON(json: any): StatListResponse;
|
|
50
|
+
export declare function StatListResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): StatListResponse;
|
|
51
|
+
export declare function StatListResponseToJSON(value?: StatListResponse | null): any;
|
|
@@ -0,0 +1,68 @@
|
|
|
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 { StatSorting } from './StatSorting';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface StatListResponseMeta
|
|
17
|
+
*/
|
|
18
|
+
export interface StatListResponseMeta {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof StatListResponseMeta
|
|
23
|
+
*/
|
|
24
|
+
from?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof StatListResponseMeta
|
|
29
|
+
*/
|
|
30
|
+
to?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {StatSorting}
|
|
34
|
+
* @memberof StatListResponseMeta
|
|
35
|
+
*/
|
|
36
|
+
sort: StatSorting;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {boolean}
|
|
40
|
+
* @memberof StatListResponseMeta
|
|
41
|
+
*/
|
|
42
|
+
ascending?: boolean;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof StatListResponseMeta
|
|
47
|
+
*/
|
|
48
|
+
limit?: number;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {number}
|
|
52
|
+
* @memberof StatListResponseMeta
|
|
53
|
+
*/
|
|
54
|
+
offset?: number;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {number}
|
|
58
|
+
* @memberof StatListResponseMeta
|
|
59
|
+
*/
|
|
60
|
+
totalCount?: number;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Check if a given object implements the StatListResponseMeta interface.
|
|
64
|
+
*/
|
|
65
|
+
export declare function instanceOfStatListResponseMeta(value: object): boolean;
|
|
66
|
+
export declare function StatListResponseMetaFromJSON(json: any): StatListResponseMeta;
|
|
67
|
+
export declare function StatListResponseMetaFromJSONTyped(json: any, ignoreDiscriminator: boolean): StatListResponseMeta;
|
|
68
|
+
export declare function StatListResponseMetaToJSON(value?: StatListResponseMeta | null): any;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* metrics-sdk-admin
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 5.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 StatSorting: {
|
|
17
|
+
readonly Id: "id";
|
|
18
|
+
readonly CreatedAt: "createdAt";
|
|
19
|
+
};
|
|
20
|
+
export type StatSorting = typeof StatSorting[keyof typeof StatSorting];
|
|
21
|
+
export declare function StatSortingFromJSON(json: any): StatSorting;
|
|
22
|
+
export declare function StatSortingFromJSONTyped(json: any, ignoreDiscriminator: boolean): StatSorting;
|
|
23
|
+
export declare function StatSortingToJSON(value?: StatSorting | null): any;
|