@orangefox-recovery/foxclient 5.4.0 → 6.0.5
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/.openapi-generator/FILES +20 -22
- package/README.md +29 -37
- package/dist/apis/DeviceApi.d.ts +89 -107
- package/dist/apis/DeviceApi.js +60 -71
- package/dist/apis/PasteApi.d.ts +33 -39
- package/dist/apis/PasteApi.js +23 -27
- package/dist/apis/ReleaseApi.d.ts +145 -143
- package/dist/apis/ReleaseApi.js +108 -95
- package/dist/apis/ReportApi.d.ts +64 -0
- package/dist/apis/ReportApi.js +89 -0
- package/dist/apis/StatsApi.d.ts +19 -19
- package/dist/apis/StatsApi.js +14 -14
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.js +1 -0
- package/dist/esm/apis/DeviceApi.d.ts +89 -107
- package/dist/esm/apis/DeviceApi.js +61 -72
- package/dist/esm/apis/PasteApi.d.ts +33 -39
- package/dist/esm/apis/PasteApi.js +24 -28
- package/dist/esm/apis/ReleaseApi.d.ts +145 -143
- package/dist/esm/apis/ReleaseApi.js +109 -96
- package/dist/esm/apis/ReportApi.d.ts +64 -0
- package/dist/esm/apis/ReportApi.js +85 -0
- package/dist/esm/apis/StatsApi.d.ts +19 -19
- package/dist/esm/apis/StatsApi.js +15 -15
- package/dist/esm/apis/index.d.ts +1 -0
- package/dist/esm/apis/index.js +1 -0
- package/dist/esm/models/DeviceResponse.d.ts +33 -29
- package/dist/esm/models/DeviceResponse.js +34 -26
- package/dist/esm/models/ErrorResponse.d.ts +32 -0
- package/dist/esm/models/ErrorResponse.js +43 -0
- package/dist/esm/models/GlobalStatsResponse.d.ts +52 -0
- package/dist/esm/models/{GlobalStatsAggregationModel.js → GlobalStatsResponse.js} +14 -14
- package/dist/esm/models/ListResponseReleaseResponse.d.ts +8 -8
- package/dist/esm/models/ListResponseReleaseResponse.js +8 -7
- package/dist/esm/models/ListResponseReleaseResponseDataInner.d.ts +155 -0
- package/dist/esm/models/ListResponseReleaseResponseDataInner.js +114 -0
- package/dist/esm/models/ListResponseShortDeviceResponse.d.ts +8 -8
- package/dist/esm/models/ListResponseShortDeviceResponse.js +8 -7
- package/dist/esm/models/ListResponseShortDeviceResponseDataInner.d.ts +98 -0
- package/dist/esm/models/ListResponseShortDeviceResponseDataInner.js +85 -0
- package/dist/esm/models/ListResponseString.d.ts +38 -0
- package/dist/esm/models/ListResponseString.js +47 -0
- package/dist/esm/models/MaintainerShortResponse.d.ts +50 -0
- package/dist/esm/models/MaintainerShortResponse.js +55 -0
- package/dist/esm/models/NewReportRequest.d.ts +58 -0
- package/dist/esm/models/NewReportRequest.js +55 -0
- package/dist/esm/models/PasteInput.d.ts +3 -3
- package/dist/esm/models/PasteInput.js +2 -2
- package/dist/esm/models/PasteResponse.d.ts +50 -0
- package/dist/esm/models/PasteResponse.js +53 -0
- package/dist/esm/models/RecoveryImgResponse.d.ts +6 -6
- package/dist/esm/models/RecoveryImgResponse.js +6 -6
- package/dist/esm/models/ReleaseGroupsResponse.d.ts +2 -2
- package/dist/esm/models/ReleaseGroupsResponse.js +2 -2
- package/dist/esm/models/ReleaseResponse.d.ts +46 -42
- package/dist/esm/models/ReleaseResponse.js +45 -44
- package/dist/esm/models/ShortDeviceResponse.d.ts +29 -25
- package/dist/esm/models/ShortDeviceResponse.js +26 -18
- package/dist/esm/models/ShortReleaseResponse.d.ts +31 -27
- package/dist/esm/models/ShortReleaseResponse.js +35 -32
- package/dist/esm/models/TokenResponse.d.ts +38 -0
- package/dist/esm/models/TokenResponse.js +47 -0
- package/dist/esm/models/index.d.ts +9 -11
- package/dist/esm/models/index.js +9 -11
- package/dist/esm/runtime.d.ts +2 -2
- package/dist/esm/runtime.js +2 -2
- package/dist/models/DeviceResponse.d.ts +33 -29
- package/dist/models/DeviceResponse.js +34 -26
- package/dist/models/ErrorResponse.d.ts +32 -0
- package/dist/models/ErrorResponse.js +50 -0
- package/dist/models/GlobalStatsResponse.d.ts +52 -0
- package/dist/models/GlobalStatsResponse.js +62 -0
- package/dist/models/ListResponseReleaseResponse.d.ts +8 -8
- package/dist/models/ListResponseReleaseResponse.js +8 -7
- package/dist/models/ListResponseReleaseResponseDataInner.d.ts +155 -0
- package/dist/models/ListResponseReleaseResponseDataInner.js +121 -0
- package/dist/models/ListResponseShortDeviceResponse.d.ts +8 -8
- package/dist/models/ListResponseShortDeviceResponse.js +8 -7
- package/dist/models/ListResponseShortDeviceResponseDataInner.d.ts +98 -0
- package/dist/models/ListResponseShortDeviceResponseDataInner.js +92 -0
- package/dist/models/ListResponseString.d.ts +38 -0
- package/dist/models/ListResponseString.js +54 -0
- package/dist/models/MaintainerShortResponse.d.ts +50 -0
- package/dist/models/MaintainerShortResponse.js +62 -0
- package/dist/models/NewReportRequest.d.ts +58 -0
- package/dist/models/NewReportRequest.js +62 -0
- package/dist/models/PasteInput.d.ts +3 -3
- package/dist/models/PasteInput.js +2 -2
- package/dist/models/PasteResponse.d.ts +50 -0
- package/dist/models/PasteResponse.js +60 -0
- package/dist/models/RecoveryImgResponse.d.ts +6 -6
- package/dist/models/RecoveryImgResponse.js +6 -6
- package/dist/models/ReleaseGroupsResponse.d.ts +2 -2
- package/dist/models/ReleaseGroupsResponse.js +2 -2
- package/dist/models/ReleaseResponse.d.ts +46 -42
- package/dist/models/ReleaseResponse.js +45 -44
- package/dist/models/ShortDeviceResponse.d.ts +29 -25
- package/dist/models/ShortDeviceResponse.js +26 -18
- package/dist/models/ShortReleaseResponse.d.ts +31 -27
- package/dist/models/ShortReleaseResponse.js +35 -32
- package/dist/models/TokenResponse.d.ts +38 -0
- package/dist/models/TokenResponse.js +54 -0
- package/dist/models/index.d.ts +9 -11
- package/dist/models/index.js +9 -11
- package/dist/runtime.d.ts +2 -2
- package/dist/runtime.js +2 -2
- package/docs/DeviceApi.md +83 -90
- package/docs/DeviceResponse.md +19 -17
- package/docs/{LocationInner.md → ErrorResponse.md} +6 -4
- package/docs/{GlobalStatsAggregationModel.md → GlobalStatsResponse.md} +6 -6
- package/docs/ListResponseReleaseResponse.md +2 -2
- package/docs/ListResponseReleaseResponseDataInner.md +74 -0
- package/docs/ListResponseShortDeviceResponse.md +2 -2
- package/docs/ListResponseShortDeviceResponseDataInner.md +56 -0
- package/docs/{ListResponseStr.md → ListResponseString.md} +6 -6
- package/docs/{MaintainerShortModel.md → MaintainerShortResponse.md} +9 -7
- package/docs/{HTTPValidationError.md → NewReportRequest.md} +14 -6
- package/docs/PasteApi.md +25 -29
- package/docs/{PasteOutput.md → PasteResponse.md} +7 -7
- package/docs/RecoveryImgResponse.md +2 -2
- package/docs/ReleaseApi.md +176 -118
- package/docs/ReleaseResponse.md +28 -26
- package/docs/ReportApi.md +84 -0
- package/docs/ShortDeviceResponse.md +14 -12
- package/docs/ShortReleaseResponse.md +22 -20
- package/docs/StatsApi.md +10 -10
- package/docs/{ReleasesSort.md → TokenResponse.md} +8 -4
- package/package.json +3 -12
- package/src/apis/DeviceApi.ts +130 -148
- package/src/apis/PasteApi.ts +47 -53
- package/src/apis/ReleaseApi.ts +237 -228
- package/src/apis/ReportApi.ts +139 -0
- package/src/apis/StatsApi.ts +28 -25
- package/src/apis/index.ts +1 -0
- package/src/models/DeviceResponse.ts +65 -55
- package/src/models/ErrorResponse.ts +66 -0
- package/src/models/GlobalStatsResponse.ts +93 -0
- package/src/models/ListResponseReleaseResponse.ts +17 -16
- package/src/models/ListResponseReleaseResponseDataInner.ts +249 -0
- package/src/models/ListResponseShortDeviceResponse.ts +17 -16
- package/src/models/ListResponseShortDeviceResponseDataInner.ts +164 -0
- package/src/models/ListResponseString.ts +75 -0
- package/src/models/MaintainerShortResponse.ts +93 -0
- package/src/models/NewReportRequest.ts +100 -0
- package/src/models/PasteInput.ts +3 -3
- package/src/models/PasteResponse.ts +92 -0
- package/src/models/RecoveryImgResponse.ts +9 -9
- package/src/models/ReleaseGroupsResponse.ts +2 -2
- package/src/models/ReleaseResponse.ts +85 -86
- package/src/models/ShortDeviceResponse.ts +50 -40
- package/src/models/ShortReleaseResponse.ts +62 -64
- package/src/models/TokenResponse.ts +75 -0
- package/src/models/index.ts +9 -11
- package/src/runtime.ts +2 -2
- package/dist/esm/models/GlobalStatsAggregationModel.d.ts +0 -52
- package/dist/esm/models/HTTPValidationError.d.ts +0 -33
- package/dist/esm/models/HTTPValidationError.js +0 -42
- package/dist/esm/models/ListResponseShortReleaseResponse.d.ts +0 -39
- package/dist/esm/models/ListResponseShortReleaseResponse.js +0 -47
- package/dist/esm/models/ListResponseStr.d.ts +0 -38
- package/dist/esm/models/ListResponseStr.js +0 -46
- package/dist/esm/models/LocationInner.d.ts +0 -26
- package/dist/esm/models/LocationInner.js +0 -31
- package/dist/esm/models/MaintainerShortModel.d.ts +0 -44
- package/dist/esm/models/MaintainerShortModel.js +0 -51
- package/dist/esm/models/PasteOutput.d.ts +0 -50
- package/dist/esm/models/PasteOutput.js +0 -53
- package/dist/esm/models/ReleaseType.d.ts +0 -26
- package/dist/esm/models/ReleaseType.js +0 -44
- package/dist/esm/models/ReleasesSort.d.ts +0 -25
- package/dist/esm/models/ReleasesSort.js +0 -43
- package/dist/esm/models/ResponseGetReleases.d.ts +0 -41
- package/dist/esm/models/ResponseGetReleases.js +0 -46
- package/dist/esm/models/ValidationError.d.ts +0 -57
- package/dist/esm/models/ValidationError.js +0 -56
- package/dist/models/GlobalStatsAggregationModel.d.ts +0 -52
- package/dist/models/GlobalStatsAggregationModel.js +0 -62
- package/dist/models/HTTPValidationError.d.ts +0 -33
- package/dist/models/HTTPValidationError.js +0 -49
- package/dist/models/ListResponseShortReleaseResponse.d.ts +0 -39
- package/dist/models/ListResponseShortReleaseResponse.js +0 -54
- package/dist/models/ListResponseStr.d.ts +0 -38
- package/dist/models/ListResponseStr.js +0 -53
- package/dist/models/LocationInner.d.ts +0 -26
- package/dist/models/LocationInner.js +0 -38
- package/dist/models/MaintainerShortModel.d.ts +0 -44
- package/dist/models/MaintainerShortModel.js +0 -58
- package/dist/models/PasteOutput.d.ts +0 -50
- package/dist/models/PasteOutput.js +0 -60
- package/dist/models/ReleaseType.d.ts +0 -26
- package/dist/models/ReleaseType.js +0 -52
- package/dist/models/ReleasesSort.d.ts +0 -25
- package/dist/models/ReleasesSort.js +0 -51
- package/dist/models/ResponseGetReleases.d.ts +0 -41
- package/dist/models/ResponseGetReleases.js +0 -53
- package/dist/models/ValidationError.d.ts +0 -57
- package/dist/models/ValidationError.js +0 -63
- package/docs/ListResponseShortReleaseResponse.md +0 -36
- package/docs/ReleaseType.md +0 -32
- package/docs/ResponseGetReleases.md +0 -36
- package/docs/ValidationError.md +0 -42
- package/src/models/GlobalStatsAggregationModel.ts +0 -93
- package/src/models/HTTPValidationError.ts +0 -73
- package/src/models/ListResponseShortReleaseResponse.ts +0 -82
- package/src/models/ListResponseStr.ts +0 -74
- package/src/models/LocationInner.ts +0 -46
- package/src/models/MaintainerShortModel.ts +0 -84
- package/src/models/PasteOutput.ts +0 -92
- package/src/models/ReleaseType.ts +0 -54
- package/src/models/ReleasesSort.ts +0 -53
- package/src/models/ResponseGetReleases.ts +0 -96
- package/src/models/ValidationError.ts +0 -108
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Fox API
|
|
3
|
-
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 5.4.0
|
|
6
|
-
* Contact: admin@orangefox.tech
|
|
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 LocationInner
|
|
16
|
-
*/
|
|
17
|
-
export interface LocationInner {
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* Check if a given object implements the LocationInner interface.
|
|
21
|
-
*/
|
|
22
|
-
export declare function instanceOfLocationInner(value: object): value is LocationInner;
|
|
23
|
-
export declare function LocationInnerFromJSON(json: any): LocationInner;
|
|
24
|
-
export declare function LocationInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): LocationInner;
|
|
25
|
-
export declare function LocationInnerToJSON(json: any): LocationInner;
|
|
26
|
-
export declare function LocationInnerToJSONTyped(value?: LocationInner | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Fox API
|
|
5
|
-
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 5.4.0
|
|
8
|
-
* Contact: admin@orangefox.tech
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
/**
|
|
15
|
-
* Check if a given object implements the LocationInner interface.
|
|
16
|
-
*/
|
|
17
|
-
export function instanceOfLocationInner(value) {
|
|
18
|
-
return true;
|
|
19
|
-
}
|
|
20
|
-
export function LocationInnerFromJSON(json) {
|
|
21
|
-
return LocationInnerFromJSONTyped(json, false);
|
|
22
|
-
}
|
|
23
|
-
export function LocationInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
-
return json;
|
|
25
|
-
}
|
|
26
|
-
export function LocationInnerToJSON(json) {
|
|
27
|
-
return LocationInnerToJSONTyped(json, false);
|
|
28
|
-
}
|
|
29
|
-
export function LocationInnerToJSONTyped(value, ignoreDiscriminator = false) {
|
|
30
|
-
return value;
|
|
31
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Fox API
|
|
3
|
-
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 5.4.0
|
|
6
|
-
* Contact: admin@orangefox.tech
|
|
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 MaintainerShortModel
|
|
16
|
-
*/
|
|
17
|
-
export interface MaintainerShortModel {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof MaintainerShortModel
|
|
22
|
-
*/
|
|
23
|
-
id: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof MaintainerShortModel
|
|
28
|
-
*/
|
|
29
|
-
name: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof MaintainerShortModel
|
|
34
|
-
*/
|
|
35
|
-
username: string;
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* Check if a given object implements the MaintainerShortModel interface.
|
|
39
|
-
*/
|
|
40
|
-
export declare function instanceOfMaintainerShortModel(value: object): value is MaintainerShortModel;
|
|
41
|
-
export declare function MaintainerShortModelFromJSON(json: any): MaintainerShortModel;
|
|
42
|
-
export declare function MaintainerShortModelFromJSONTyped(json: any, ignoreDiscriminator: boolean): MaintainerShortModel;
|
|
43
|
-
export declare function MaintainerShortModelToJSON(json: any): MaintainerShortModel;
|
|
44
|
-
export declare function MaintainerShortModelToJSONTyped(value?: MaintainerShortModel | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Fox API
|
|
5
|
-
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 5.4.0
|
|
8
|
-
* Contact: admin@orangefox.tech
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
/**
|
|
15
|
-
* Check if a given object implements the MaintainerShortModel interface.
|
|
16
|
-
*/
|
|
17
|
-
export function instanceOfMaintainerShortModel(value) {
|
|
18
|
-
if (!('id' in value) || value['id'] === undefined)
|
|
19
|
-
return false;
|
|
20
|
-
if (!('name' in value) || value['name'] === undefined)
|
|
21
|
-
return false;
|
|
22
|
-
if (!('username' in value) || value['username'] === undefined)
|
|
23
|
-
return false;
|
|
24
|
-
return true;
|
|
25
|
-
}
|
|
26
|
-
export function MaintainerShortModelFromJSON(json) {
|
|
27
|
-
return MaintainerShortModelFromJSONTyped(json, false);
|
|
28
|
-
}
|
|
29
|
-
export function MaintainerShortModelFromJSONTyped(json, ignoreDiscriminator) {
|
|
30
|
-
if (json == null) {
|
|
31
|
-
return json;
|
|
32
|
-
}
|
|
33
|
-
return {
|
|
34
|
-
'id': json['id'],
|
|
35
|
-
'name': json['name'],
|
|
36
|
-
'username': json['username'],
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
export function MaintainerShortModelToJSON(json) {
|
|
40
|
-
return MaintainerShortModelToJSONTyped(json, false);
|
|
41
|
-
}
|
|
42
|
-
export function MaintainerShortModelToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
-
if (value == null) {
|
|
44
|
-
return value;
|
|
45
|
-
}
|
|
46
|
-
return {
|
|
47
|
-
'id': value['id'],
|
|
48
|
-
'name': value['name'],
|
|
49
|
-
'username': value['username'],
|
|
50
|
-
};
|
|
51
|
-
}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Fox API
|
|
3
|
-
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 5.4.0
|
|
6
|
-
* Contact: admin@orangefox.tech
|
|
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 PasteOutput
|
|
16
|
-
*/
|
|
17
|
-
export interface PasteOutput {
|
|
18
|
-
/**
|
|
19
|
-
* Paste ID
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof PasteOutput
|
|
22
|
-
*/
|
|
23
|
-
id: string;
|
|
24
|
-
/**
|
|
25
|
-
* The text content of the paste
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof PasteOutput
|
|
28
|
-
*/
|
|
29
|
-
content: string;
|
|
30
|
-
/**
|
|
31
|
-
* When the paste was created
|
|
32
|
-
* @type {Date}
|
|
33
|
-
* @memberof PasteOutput
|
|
34
|
-
*/
|
|
35
|
-
createdAt: Date;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {boolean}
|
|
39
|
-
* @memberof PasteOutput
|
|
40
|
-
*/
|
|
41
|
-
isOwner?: boolean | null;
|
|
42
|
-
}
|
|
43
|
-
/**
|
|
44
|
-
* Check if a given object implements the PasteOutput interface.
|
|
45
|
-
*/
|
|
46
|
-
export declare function instanceOfPasteOutput(value: object): value is PasteOutput;
|
|
47
|
-
export declare function PasteOutputFromJSON(json: any): PasteOutput;
|
|
48
|
-
export declare function PasteOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): PasteOutput;
|
|
49
|
-
export declare function PasteOutputToJSON(json: any): PasteOutput;
|
|
50
|
-
export declare function PasteOutputToJSONTyped(value?: PasteOutput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Fox API
|
|
5
|
-
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 5.4.0
|
|
8
|
-
* Contact: admin@orangefox.tech
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
/**
|
|
15
|
-
* Check if a given object implements the PasteOutput interface.
|
|
16
|
-
*/
|
|
17
|
-
export function instanceOfPasteOutput(value) {
|
|
18
|
-
if (!('id' in value) || value['id'] === undefined)
|
|
19
|
-
return false;
|
|
20
|
-
if (!('content' in value) || value['content'] === undefined)
|
|
21
|
-
return false;
|
|
22
|
-
if (!('createdAt' in value) || value['createdAt'] === undefined)
|
|
23
|
-
return false;
|
|
24
|
-
return true;
|
|
25
|
-
}
|
|
26
|
-
export function PasteOutputFromJSON(json) {
|
|
27
|
-
return PasteOutputFromJSONTyped(json, false);
|
|
28
|
-
}
|
|
29
|
-
export function PasteOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
30
|
-
if (json == null) {
|
|
31
|
-
return json;
|
|
32
|
-
}
|
|
33
|
-
return {
|
|
34
|
-
'id': json['id'],
|
|
35
|
-
'content': json['content'],
|
|
36
|
-
'createdAt': (new Date(json['created_at'])),
|
|
37
|
-
'isOwner': json['isOwner'] == null ? undefined : json['isOwner'],
|
|
38
|
-
};
|
|
39
|
-
}
|
|
40
|
-
export function PasteOutputToJSON(json) {
|
|
41
|
-
return PasteOutputToJSONTyped(json, false);
|
|
42
|
-
}
|
|
43
|
-
export function PasteOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
-
if (value == null) {
|
|
45
|
-
return value;
|
|
46
|
-
}
|
|
47
|
-
return {
|
|
48
|
-
'id': value['id'],
|
|
49
|
-
'content': value['content'],
|
|
50
|
-
'created_at': value['createdAt'].toISOString(),
|
|
51
|
-
'isOwner': value['isOwner'],
|
|
52
|
-
};
|
|
53
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Fox API
|
|
3
|
-
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 5.4.0
|
|
6
|
-
* Contact: admin@orangefox.tech
|
|
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 ReleaseType: {
|
|
17
|
-
readonly Stable: "stable";
|
|
18
|
-
readonly Beta: "beta";
|
|
19
|
-
readonly Alpha: "alpha";
|
|
20
|
-
};
|
|
21
|
-
export type ReleaseType = typeof ReleaseType[keyof typeof ReleaseType];
|
|
22
|
-
export declare function instanceOfReleaseType(value: any): boolean;
|
|
23
|
-
export declare function ReleaseTypeFromJSON(json: any): ReleaseType;
|
|
24
|
-
export declare function ReleaseTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReleaseType;
|
|
25
|
-
export declare function ReleaseTypeToJSON(value?: ReleaseType | null): any;
|
|
26
|
-
export declare function ReleaseTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): ReleaseType;
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Fox API
|
|
5
|
-
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 5.4.0
|
|
8
|
-
* Contact: admin@orangefox.tech
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
*/
|
|
18
|
-
export const ReleaseType = {
|
|
19
|
-
Stable: 'stable',
|
|
20
|
-
Beta: 'beta',
|
|
21
|
-
Alpha: 'alpha'
|
|
22
|
-
};
|
|
23
|
-
export function instanceOfReleaseType(value) {
|
|
24
|
-
for (const key in ReleaseType) {
|
|
25
|
-
if (Object.prototype.hasOwnProperty.call(ReleaseType, key)) {
|
|
26
|
-
if (ReleaseType[key] === value) {
|
|
27
|
-
return true;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
return false;
|
|
32
|
-
}
|
|
33
|
-
export function ReleaseTypeFromJSON(json) {
|
|
34
|
-
return ReleaseTypeFromJSONTyped(json, false);
|
|
35
|
-
}
|
|
36
|
-
export function ReleaseTypeFromJSONTyped(json, ignoreDiscriminator) {
|
|
37
|
-
return json;
|
|
38
|
-
}
|
|
39
|
-
export function ReleaseTypeToJSON(value) {
|
|
40
|
-
return value;
|
|
41
|
-
}
|
|
42
|
-
export function ReleaseTypeToJSONTyped(value, ignoreDiscriminator) {
|
|
43
|
-
return value;
|
|
44
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Fox API
|
|
3
|
-
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 5.4.0
|
|
6
|
-
* Contact: admin@orangefox.tech
|
|
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 ReleasesSort: {
|
|
17
|
-
readonly DateAsc: "date_asc";
|
|
18
|
-
readonly DateDesc: "date_desc";
|
|
19
|
-
};
|
|
20
|
-
export type ReleasesSort = typeof ReleasesSort[keyof typeof ReleasesSort];
|
|
21
|
-
export declare function instanceOfReleasesSort(value: any): boolean;
|
|
22
|
-
export declare function ReleasesSortFromJSON(json: any): ReleasesSort;
|
|
23
|
-
export declare function ReleasesSortFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReleasesSort;
|
|
24
|
-
export declare function ReleasesSortToJSON(value?: ReleasesSort | null): any;
|
|
25
|
-
export declare function ReleasesSortToJSONTyped(value: any, ignoreDiscriminator: boolean): ReleasesSort;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Fox API
|
|
5
|
-
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 5.4.0
|
|
8
|
-
* Contact: admin@orangefox.tech
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
*/
|
|
18
|
-
export const ReleasesSort = {
|
|
19
|
-
DateAsc: 'date_asc',
|
|
20
|
-
DateDesc: 'date_desc'
|
|
21
|
-
};
|
|
22
|
-
export function instanceOfReleasesSort(value) {
|
|
23
|
-
for (const key in ReleasesSort) {
|
|
24
|
-
if (Object.prototype.hasOwnProperty.call(ReleasesSort, key)) {
|
|
25
|
-
if (ReleasesSort[key] === value) {
|
|
26
|
-
return true;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
return false;
|
|
31
|
-
}
|
|
32
|
-
export function ReleasesSortFromJSON(json) {
|
|
33
|
-
return ReleasesSortFromJSONTyped(json, false);
|
|
34
|
-
}
|
|
35
|
-
export function ReleasesSortFromJSONTyped(json, ignoreDiscriminator) {
|
|
36
|
-
return json;
|
|
37
|
-
}
|
|
38
|
-
export function ReleasesSortToJSON(value) {
|
|
39
|
-
return value;
|
|
40
|
-
}
|
|
41
|
-
export function ReleasesSortToJSONTyped(value, ignoreDiscriminator) {
|
|
42
|
-
return value;
|
|
43
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Fox API
|
|
3
|
-
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 5.4.0
|
|
6
|
-
* Contact: admin@orangefox.tech
|
|
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 { ReleaseResponse } from './ReleaseResponse';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ResponseGetReleases
|
|
17
|
-
*/
|
|
18
|
-
export interface ResponseGetReleases {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {{ [key: string]: Array<ReleaseResponse>; }}
|
|
22
|
-
* @memberof ResponseGetReleases
|
|
23
|
-
*/
|
|
24
|
-
data: {
|
|
25
|
-
[key: string]: Array<ReleaseResponse>;
|
|
26
|
-
};
|
|
27
|
-
/**
|
|
28
|
-
*
|
|
29
|
-
* @type {number}
|
|
30
|
-
* @memberof ResponseGetReleases
|
|
31
|
-
*/
|
|
32
|
-
readonly count: number;
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* Check if a given object implements the ResponseGetReleases interface.
|
|
36
|
-
*/
|
|
37
|
-
export declare function instanceOfResponseGetReleases(value: object): value is ResponseGetReleases;
|
|
38
|
-
export declare function ResponseGetReleasesFromJSON(json: any): ResponseGetReleases;
|
|
39
|
-
export declare function ResponseGetReleasesFromJSONTyped(json: any, ignoreDiscriminator: boolean): ResponseGetReleases;
|
|
40
|
-
export declare function ResponseGetReleasesToJSON(json: any): ResponseGetReleases;
|
|
41
|
-
export declare function ResponseGetReleasesToJSONTyped(value?: Omit<ResponseGetReleases, 'count'> | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Fox API
|
|
5
|
-
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 5.4.0
|
|
8
|
-
* Contact: admin@orangefox.tech
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
/**
|
|
15
|
-
* Check if a given object implements the ResponseGetReleases interface.
|
|
16
|
-
*/
|
|
17
|
-
export function instanceOfResponseGetReleases(value) {
|
|
18
|
-
if (!('data' in value) || value['data'] === undefined)
|
|
19
|
-
return false;
|
|
20
|
-
if (!('count' in value) || value['count'] === undefined)
|
|
21
|
-
return false;
|
|
22
|
-
return true;
|
|
23
|
-
}
|
|
24
|
-
export function ResponseGetReleasesFromJSON(json) {
|
|
25
|
-
return ResponseGetReleasesFromJSONTyped(json, false);
|
|
26
|
-
}
|
|
27
|
-
export function ResponseGetReleasesFromJSONTyped(json, ignoreDiscriminator) {
|
|
28
|
-
if (json == null) {
|
|
29
|
-
return json;
|
|
30
|
-
}
|
|
31
|
-
return {
|
|
32
|
-
'data': json['data'],
|
|
33
|
-
'count': json['count'],
|
|
34
|
-
};
|
|
35
|
-
}
|
|
36
|
-
export function ResponseGetReleasesToJSON(json) {
|
|
37
|
-
return ResponseGetReleasesToJSONTyped(json, false);
|
|
38
|
-
}
|
|
39
|
-
export function ResponseGetReleasesToJSONTyped(value, ignoreDiscriminator = false) {
|
|
40
|
-
if (value == null) {
|
|
41
|
-
return value;
|
|
42
|
-
}
|
|
43
|
-
return {
|
|
44
|
-
'data': value['data'],
|
|
45
|
-
};
|
|
46
|
-
}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Fox API
|
|
3
|
-
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 5.4.0
|
|
6
|
-
* Contact: admin@orangefox.tech
|
|
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 { LocationInner } from './LocationInner';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ValidationError
|
|
17
|
-
*/
|
|
18
|
-
export interface ValidationError {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<LocationInner>}
|
|
22
|
-
* @memberof ValidationError
|
|
23
|
-
*/
|
|
24
|
-
loc: Array<LocationInner>;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof ValidationError
|
|
29
|
-
*/
|
|
30
|
-
msg: string;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof ValidationError
|
|
35
|
-
*/
|
|
36
|
-
type: string;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {any}
|
|
40
|
-
* @memberof ValidationError
|
|
41
|
-
*/
|
|
42
|
-
input?: any | null;
|
|
43
|
-
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {object}
|
|
46
|
-
* @memberof ValidationError
|
|
47
|
-
*/
|
|
48
|
-
ctx?: object;
|
|
49
|
-
}
|
|
50
|
-
/**
|
|
51
|
-
* Check if a given object implements the ValidationError interface.
|
|
52
|
-
*/
|
|
53
|
-
export declare function instanceOfValidationError(value: object): value is ValidationError;
|
|
54
|
-
export declare function ValidationErrorFromJSON(json: any): ValidationError;
|
|
55
|
-
export declare function ValidationErrorFromJSONTyped(json: any, ignoreDiscriminator: boolean): ValidationError;
|
|
56
|
-
export declare function ValidationErrorToJSON(json: any): ValidationError;
|
|
57
|
-
export declare function ValidationErrorToJSONTyped(value?: ValidationError | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Fox API
|
|
5
|
-
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 5.4.0
|
|
8
|
-
* Contact: admin@orangefox.tech
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
import { LocationInnerFromJSON, LocationInnerToJSON, } from './LocationInner';
|
|
15
|
-
/**
|
|
16
|
-
* Check if a given object implements the ValidationError interface.
|
|
17
|
-
*/
|
|
18
|
-
export function instanceOfValidationError(value) {
|
|
19
|
-
if (!('loc' in value) || value['loc'] === undefined)
|
|
20
|
-
return false;
|
|
21
|
-
if (!('msg' in value) || value['msg'] === undefined)
|
|
22
|
-
return false;
|
|
23
|
-
if (!('type' in value) || value['type'] === undefined)
|
|
24
|
-
return false;
|
|
25
|
-
return true;
|
|
26
|
-
}
|
|
27
|
-
export function ValidationErrorFromJSON(json) {
|
|
28
|
-
return ValidationErrorFromJSONTyped(json, false);
|
|
29
|
-
}
|
|
30
|
-
export function ValidationErrorFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
-
if (json == null) {
|
|
32
|
-
return json;
|
|
33
|
-
}
|
|
34
|
-
return {
|
|
35
|
-
'loc': (json['loc'].map(LocationInnerFromJSON)),
|
|
36
|
-
'msg': json['msg'],
|
|
37
|
-
'type': json['type'],
|
|
38
|
-
'input': json['input'] == null ? undefined : json['input'],
|
|
39
|
-
'ctx': json['ctx'] == null ? undefined : json['ctx'],
|
|
40
|
-
};
|
|
41
|
-
}
|
|
42
|
-
export function ValidationErrorToJSON(json) {
|
|
43
|
-
return ValidationErrorToJSONTyped(json, false);
|
|
44
|
-
}
|
|
45
|
-
export function ValidationErrorToJSONTyped(value, ignoreDiscriminator = false) {
|
|
46
|
-
if (value == null) {
|
|
47
|
-
return value;
|
|
48
|
-
}
|
|
49
|
-
return {
|
|
50
|
-
'loc': (value['loc'].map(LocationInnerToJSON)),
|
|
51
|
-
'msg': value['msg'],
|
|
52
|
-
'type': value['type'],
|
|
53
|
-
'input': value['input'],
|
|
54
|
-
'ctx': value['ctx'],
|
|
55
|
-
};
|
|
56
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Fox API
|
|
3
|
-
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 5.4.0
|
|
6
|
-
* Contact: admin@orangefox.tech
|
|
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 GlobalStatsAggregationModel
|
|
16
|
-
*/
|
|
17
|
-
export interface GlobalStatsAggregationModel {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof GlobalStatsAggregationModel
|
|
22
|
-
*/
|
|
23
|
-
count: number;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof GlobalStatsAggregationModel
|
|
28
|
-
*/
|
|
29
|
-
deviceCount: number;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {number}
|
|
33
|
-
* @memberof GlobalStatsAggregationModel
|
|
34
|
-
*/
|
|
35
|
-
releaseCount: number;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {{ [key: string]: number; }}
|
|
39
|
-
* @memberof GlobalStatsAggregationModel
|
|
40
|
-
*/
|
|
41
|
-
days: {
|
|
42
|
-
[key: string]: number;
|
|
43
|
-
};
|
|
44
|
-
}
|
|
45
|
-
/**
|
|
46
|
-
* Check if a given object implements the GlobalStatsAggregationModel interface.
|
|
47
|
-
*/
|
|
48
|
-
export declare function instanceOfGlobalStatsAggregationModel(value: object): value is GlobalStatsAggregationModel;
|
|
49
|
-
export declare function GlobalStatsAggregationModelFromJSON(json: any): GlobalStatsAggregationModel;
|
|
50
|
-
export declare function GlobalStatsAggregationModelFromJSONTyped(json: any, ignoreDiscriminator: boolean): GlobalStatsAggregationModel;
|
|
51
|
-
export declare function GlobalStatsAggregationModelToJSON(json: any): GlobalStatsAggregationModel;
|
|
52
|
-
export declare function GlobalStatsAggregationModelToJSONTyped(value?: GlobalStatsAggregationModel | null, ignoreDiscriminator?: boolean): any;
|