edge-impulse-api 1.49.21 → 1.49.24
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/build/library/sdk/api/classifyApi.d.ts +18 -0
- package/build/library/sdk/api/classifyApi.js +91 -0
- package/build/library/sdk/api/classifyApi.js.map +1 -1
- package/build/library/sdk/api/jobsApi.d.ts +3 -1
- package/build/library/sdk/api/jobsApi.js +3 -1
- package/build/library/sdk/api/jobsApi.js.map +1 -1
- package/build/library/sdk/api/projectsApi.d.ts +11 -0
- package/build/library/sdk/api/projectsApi.js +73 -0
- package/build/library/sdk/api/projectsApi.js.map +1 -1
- package/build/library/sdk/api/userApi.d.ts +10 -0
- package/build/library/sdk/api/userApi.js +67 -0
- package/build/library/sdk/api/userApi.js.map +1 -1
- package/build/library/sdk/model/blockType.d.ts +1 -1
- package/build/library/sdk/model/blockType.js +1 -1
- package/build/library/sdk/model/blockType.js.map +1 -1
- package/build/library/sdk/model/classifyJobResponse.d.ts +5 -0
- package/build/library/sdk/model/classifyJobResponse.js +5 -0
- package/build/library/sdk/model/classifyJobResponse.js.map +1 -1
- package/build/library/sdk/model/classifyJobResponseAllOf.d.ts +5 -0
- package/build/library/sdk/model/classifyJobResponseAllOf.js +5 -0
- package/build/library/sdk/model/classifyJobResponseAllOf.js.map +1 -1
- package/build/library/sdk/model/classifySampleResponseMultipleVariants.d.ts +48 -0
- package/build/library/sdk/model/classifySampleResponseMultipleVariants.js +59 -0
- package/build/library/sdk/model/classifySampleResponseMultipleVariants.js.map +1 -0
- package/build/library/sdk/model/classifySampleResponseMultipleVariantsAllOf.d.ts +40 -0
- package/build/library/sdk/model/classifySampleResponseMultipleVariantsAllOf.js +49 -0
- package/build/library/sdk/model/classifySampleResponseMultipleVariantsAllOf.js.map +1 -0
- package/build/library/sdk/model/classifySampleResponseVariantResults.d.ts +28 -0
- package/build/library/sdk/model/classifySampleResponseVariantResults.js +34 -0
- package/build/library/sdk/model/classifySampleResponseVariantResults.js.map +1 -0
- package/build/library/sdk/model/getModelVariantsResponse.d.ts +37 -0
- package/build/library/sdk/model/getModelVariantsResponse.js +39 -0
- package/build/library/sdk/model/getModelVariantsResponse.js.map +1 -0
- package/build/library/sdk/model/getModelVariantsResponseAllOf.d.ts +29 -0
- package/build/library/sdk/model/getModelVariantsResponseAllOf.js +29 -0
- package/build/library/sdk/model/getModelVariantsResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/getUserResponse.d.ts +2 -0
- package/build/library/sdk/model/getUserResponse.js +5 -0
- package/build/library/sdk/model/getUserResponse.js.map +1 -1
- package/build/library/sdk/model/getUserResponseAllOf.d.ts +2 -0
- package/build/library/sdk/model/getUserResponseAllOf.js +5 -0
- package/build/library/sdk/model/getUserResponseAllOf.js.map +1 -1
- package/build/library/sdk/model/imageInputScaling.d.ts +2 -2
- package/build/library/sdk/model/imageInputScaling.js +1 -1
- package/build/library/sdk/model/imageInputScaling.js.map +1 -1
- package/build/library/sdk/model/models.d.ts +11 -0
- package/build/library/sdk/model/models.js +32 -0
- package/build/library/sdk/model/models.js.map +1 -1
- package/build/library/sdk/model/projectModelVariant.d.ts +38 -0
- package/build/library/sdk/model/projectModelVariant.js +44 -0
- package/build/library/sdk/model/projectModelVariant.js.map +1 -0
- package/build/library/sdk/model/startClassifyJobRequest.d.ts +29 -0
- package/build/library/sdk/model/startClassifyJobRequest.js +29 -0
- package/build/library/sdk/model/startClassifyJobRequest.js.map +1 -0
- package/build/library/sdk/model/updateProjectRequest.d.ts +6 -0
- package/build/library/sdk/model/updateProjectRequest.js +10 -0
- package/build/library/sdk/model/updateProjectRequest.js.map +1 -1
- package/build/library/sdk/model/updateUserRequest.d.ts +2 -0
- package/build/library/sdk/model/updateUserRequest.js +5 -0
- package/build/library/sdk/model/updateUserRequest.js.map +1 -1
- package/build/library/sdk/model/userProjectsSortOrder.d.ts +13 -0
- package/build/library/sdk/model/userProjectsSortOrder.js +16 -0
- package/build/library/sdk/model/userProjectsSortOrder.js.map +1 -0
- package/build/library/sdk/model/userSubscriptionMetricsResponse.d.ts +34 -0
- package/build/library/sdk/model/userSubscriptionMetricsResponse.js +39 -0
- package/build/library/sdk/model/userSubscriptionMetricsResponse.js.map +1 -0
- package/build/library/sdk/model/userSubscriptionMetricsResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/userSubscriptionMetricsResponseAllOf.js +29 -0
- package/build/library/sdk/model/userSubscriptionMetricsResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/userSubscriptionMetricsResponseAllOfMetrics.d.ts +44 -0
- package/build/library/sdk/model/userSubscriptionMetricsResponseAllOfMetrics.js +49 -0
- package/build/library/sdk/model/userSubscriptionMetricsResponseAllOfMetrics.js.map +1 -0
- package/package.json +1 -1
|
@@ -42,6 +42,11 @@ UpdateUserRequest.attributeTypeMap = [
|
|
|
42
42
|
"name": "experiments",
|
|
43
43
|
"baseName": "experiments",
|
|
44
44
|
"type": "Array<string>"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "projectsSortOrder",
|
|
48
|
+
"baseName": "projectsSortOrder",
|
|
49
|
+
"type": "UserProjectsSortOrder"
|
|
45
50
|
}
|
|
46
51
|
];
|
|
47
52
|
//# sourceMappingURL=updateUserRequest.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateUserRequest.js","sourceRoot":"","sources":["../../../../library/sdk/model/updateUserRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"updateUserRequest.js","sourceRoot":"","sources":["../../../../library/sdk/model/updateUserRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH;;EAEE;AACF,MAAa,iBAAiB;IAgD1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AAlDL,8CAmDC;AAhCU,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,uBAAuB;KAClC;CAAK,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
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
|
+
export type UserProjectsSortOrder = 'created-asc' | 'created-desc' | 'added-asc' | 'added-desc' | 'name-asc' | 'name-desc' | 'last-accessed-desc';
|
|
13
|
+
export declare const UserProjectsSortOrderValues: string[];
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Edge Impulse API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.UserProjectsSortOrderValues = void 0;
|
|
15
|
+
exports.UserProjectsSortOrderValues = ['created-asc', 'created-desc', 'added-asc', 'added-desc', 'name-asc', 'name-desc', 'last-accessed-desc'];
|
|
16
|
+
//# sourceMappingURL=userProjectsSortOrder.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"userProjectsSortOrder.js","sourceRoot":"","sources":["../../../../library/sdk/model/userProjectsSortOrder.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKU,QAAA,2BAA2B,GAAa,CAAC,aAAa,EAAE,cAAc,EAAE,WAAW,EAAE,YAAY,EAAE,UAAU,EAAE,WAAW,EAAE,oBAAoB,CAAC,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
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 { UserSubscriptionMetricsResponseAllOfMetrics } from './userSubscriptionMetricsResponseAllOfMetrics';
|
|
13
|
+
export declare class UserSubscriptionMetricsResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Whether the operation succeeded
|
|
16
|
+
*/
|
|
17
|
+
'success': boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Optional error description (set if \'success\' was false)
|
|
20
|
+
*/
|
|
21
|
+
'error'?: string;
|
|
22
|
+
'metrics'?: UserSubscriptionMetricsResponseAllOfMetrics;
|
|
23
|
+
static discriminator: string | undefined;
|
|
24
|
+
static attributeTypeMap: Array<{
|
|
25
|
+
name: string;
|
|
26
|
+
baseName: string;
|
|
27
|
+
type: string;
|
|
28
|
+
}>;
|
|
29
|
+
static getAttributeTypeMap(): {
|
|
30
|
+
name: string;
|
|
31
|
+
baseName: string;
|
|
32
|
+
type: string;
|
|
33
|
+
}[];
|
|
34
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Edge Impulse API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.UserSubscriptionMetricsResponse = void 0;
|
|
15
|
+
class UserSubscriptionMetricsResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return UserSubscriptionMetricsResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.UserSubscriptionMetricsResponse = UserSubscriptionMetricsResponse;
|
|
21
|
+
UserSubscriptionMetricsResponse.discriminator = undefined;
|
|
22
|
+
UserSubscriptionMetricsResponse.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "success",
|
|
25
|
+
"baseName": "success",
|
|
26
|
+
"type": "boolean"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "error",
|
|
30
|
+
"baseName": "error",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "metrics",
|
|
35
|
+
"baseName": "metrics",
|
|
36
|
+
"type": "UserSubscriptionMetricsResponseAllOfMetrics"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
//# sourceMappingURL=userSubscriptionMetricsResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"userSubscriptionMetricsResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/userSubscriptionMetricsResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,+BAA+B;IA8BxC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AAhCL,0EAiCC;AAtBU,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,6CAA6C;KACxD;CAAK,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
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 { UserSubscriptionMetricsResponseAllOfMetrics } from './userSubscriptionMetricsResponseAllOfMetrics';
|
|
13
|
+
export declare class UserSubscriptionMetricsResponseAllOf {
|
|
14
|
+
'metrics'?: UserSubscriptionMetricsResponseAllOfMetrics;
|
|
15
|
+
static discriminator: string | undefined;
|
|
16
|
+
static attributeTypeMap: Array<{
|
|
17
|
+
name: string;
|
|
18
|
+
baseName: string;
|
|
19
|
+
type: string;
|
|
20
|
+
}>;
|
|
21
|
+
static getAttributeTypeMap(): {
|
|
22
|
+
name: string;
|
|
23
|
+
baseName: string;
|
|
24
|
+
type: string;
|
|
25
|
+
}[];
|
|
26
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Edge Impulse API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.UserSubscriptionMetricsResponseAllOf = void 0;
|
|
15
|
+
class UserSubscriptionMetricsResponseAllOf {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return UserSubscriptionMetricsResponseAllOf.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.UserSubscriptionMetricsResponseAllOf = UserSubscriptionMetricsResponseAllOf;
|
|
21
|
+
UserSubscriptionMetricsResponseAllOf.discriminator = undefined;
|
|
22
|
+
UserSubscriptionMetricsResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "metrics",
|
|
25
|
+
"baseName": "metrics",
|
|
26
|
+
"type": "UserSubscriptionMetricsResponseAllOfMetrics"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
//# sourceMappingURL=userSubscriptionMetricsResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"userSubscriptionMetricsResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/userSubscriptionMetricsResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,oCAAoC;IAY7C,MAAM,CAAC,mBAAmB;QACtB,OAAO,oCAAoC,CAAC,gBAAgB,CAAC;IACjE,CAAC;;AAdL,oFAeC;AAZU,kDAAa,GAAuB,SAAS,CAAC;AAE9C,qDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,6CAA6C;KACxD;CAAK,CAAC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
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
|
+
export declare class UserSubscriptionMetricsResponseAllOfMetrics {
|
|
13
|
+
/**
|
|
14
|
+
* Total compute of all user jobs, running on CPU, in the current billing period.
|
|
15
|
+
*/
|
|
16
|
+
'computeMinutesCpu': number;
|
|
17
|
+
/**
|
|
18
|
+
* Total compute of all user jobs, running on GPU, in the current billing period.
|
|
19
|
+
*/
|
|
20
|
+
'computeMinutesGpu': number;
|
|
21
|
+
/**
|
|
22
|
+
* Total compute of all user jobs in the current billing period, calculated as CPU + 3*GPU compute.
|
|
23
|
+
*/
|
|
24
|
+
'computeMinutesTotal': number;
|
|
25
|
+
/**
|
|
26
|
+
* Overall compute limit for the current billing period.
|
|
27
|
+
*/
|
|
28
|
+
'computeMinutesLimit': number;
|
|
29
|
+
/**
|
|
30
|
+
* The date at which the current compute billing period will reset.
|
|
31
|
+
*/
|
|
32
|
+
'computeResetDate'?: Date;
|
|
33
|
+
static discriminator: string | undefined;
|
|
34
|
+
static attributeTypeMap: Array<{
|
|
35
|
+
name: string;
|
|
36
|
+
baseName: string;
|
|
37
|
+
type: string;
|
|
38
|
+
}>;
|
|
39
|
+
static getAttributeTypeMap(): {
|
|
40
|
+
name: string;
|
|
41
|
+
baseName: string;
|
|
42
|
+
type: string;
|
|
43
|
+
}[];
|
|
44
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Edge Impulse API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.UserSubscriptionMetricsResponseAllOfMetrics = void 0;
|
|
15
|
+
class UserSubscriptionMetricsResponseAllOfMetrics {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return UserSubscriptionMetricsResponseAllOfMetrics.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.UserSubscriptionMetricsResponseAllOfMetrics = UserSubscriptionMetricsResponseAllOfMetrics;
|
|
21
|
+
UserSubscriptionMetricsResponseAllOfMetrics.discriminator = undefined;
|
|
22
|
+
UserSubscriptionMetricsResponseAllOfMetrics.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "computeMinutesCpu",
|
|
25
|
+
"baseName": "computeMinutesCpu",
|
|
26
|
+
"type": "number"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "computeMinutesGpu",
|
|
30
|
+
"baseName": "computeMinutesGpu",
|
|
31
|
+
"type": "number"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "computeMinutesTotal",
|
|
35
|
+
"baseName": "computeMinutesTotal",
|
|
36
|
+
"type": "number"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "computeMinutesLimit",
|
|
40
|
+
"baseName": "computeMinutesLimit",
|
|
41
|
+
"type": "number"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "computeResetDate",
|
|
45
|
+
"baseName": "computeResetDate",
|
|
46
|
+
"type": "Date"
|
|
47
|
+
}
|
|
48
|
+
];
|
|
49
|
+
//# sourceMappingURL=userSubscriptionMetricsResponseAllOfMetrics.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"userSubscriptionMetricsResponseAllOfMetrics.js","sourceRoot":"","sources":["../../../../library/sdk/model/userSubscriptionMetricsResponseAllOfMetrics.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,2CAA2C;IAmDpD,MAAM,CAAC,mBAAmB;QACtB,OAAO,2CAA2C,CAAC,gBAAgB,CAAC;IACxE,CAAC;;AArDL,kGAsDC;AAhCU,yDAAa,GAAuB,SAAS,CAAC;AAE9C,4DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,MAAM;KACjB;CAAK,CAAC"}
|