edge-impulse-linux 1.8.6 → 1.8.8
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/cli/linux/runner.js +10 -5
- package/build/cli/linux/runner.js.map +1 -1
- package/build/library/sensors/gstreamer.js +2 -1
- package/build/library/sensors/gstreamer.js.map +1 -1
- package/build/sdk/studio/sdk/api/adminApi.d.ts +41 -45
- package/build/sdk/studio/sdk/api/adminApi.js +91 -121
- package/build/sdk/studio/sdk/api/adminApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/apis.d.ts +3 -1
- package/build/sdk/studio/sdk/api/apis.js +3 -1
- package/build/sdk/studio/sdk/api/apis.js.map +1 -1
- package/build/sdk/studio/sdk/api/canaryApi.d.ts +54 -0
- package/build/sdk/studio/sdk/api/canaryApi.js +148 -0
- package/build/sdk/studio/sdk/api/canaryApi.js.map +1 -0
- package/build/sdk/studio/sdk/api/jobsApi.d.ts +12 -0
- package/build/sdk/studio/sdk/api/jobsApi.js +79 -0
- package/build/sdk/studio/sdk/api/jobsApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/organizationsApi.d.ts +3 -2
- package/build/sdk/studio/sdk/api/organizationsApi.js +2 -2
- package/build/sdk/studio/sdk/api/organizationsApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/projectsApi.d.ts +11 -0
- package/build/sdk/studio/sdk/api/projectsApi.js +73 -0
- package/build/sdk/studio/sdk/api/projectsApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/userApi.d.ts +11 -0
- package/build/sdk/studio/sdk/api/userApi.js +70 -0
- package/build/sdk/studio/sdk/api/userApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/whitelabelsApi.d.ts +12 -0
- package/build/sdk/studio/sdk/api/whitelabelsApi.js +79 -0
- package/build/sdk/studio/sdk/api/whitelabelsApi.js.map +1 -1
- package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.d.ts +4 -0
- package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.js +5 -0
- package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/additionalMetric.d.ts +28 -0
- package/build/sdk/studio/sdk/model/additionalMetric.js +44 -0
- package/build/sdk/studio/sdk/model/additionalMetric.js.map +1 -0
- package/build/sdk/studio/sdk/model/adminApiUser.d.ts +5 -0
- package/build/sdk/studio/sdk/model/adminApiUser.js +5 -0
- package/build/sdk/studio/sdk/model/adminApiUser.js.map +1 -1
- package/build/sdk/studio/sdk/model/adminApiUserAllOf.d.ts +5 -0
- package/build/sdk/studio/sdk/model/adminApiUserAllOf.js +5 -0
- package/build/sdk/studio/sdk/model/adminApiUserAllOf.js.map +1 -1
- package/build/sdk/studio/sdk/model/{adminGetUserTrialResponse.d.ts → adminGetTrialResponse.d.ts} +1 -1
- package/build/sdk/studio/sdk/model/{adminGetUserTrialResponse.js → adminGetTrialResponse.js} +7 -7
- package/build/sdk/studio/sdk/model/adminGetTrialResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/{adminGetUserTrialResponseAllOf.d.ts → adminGetTrialResponseAllOf.d.ts} +1 -1
- package/build/sdk/studio/sdk/model/{adminGetUserTrialResponseAllOf.js → adminGetTrialResponseAllOf.js} +7 -7
- package/build/sdk/studio/sdk/model/adminGetTrialResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/adminOrganizationInfoResponse.d.ts +5 -0
- package/build/sdk/studio/sdk/model/adminOrganizationInfoResponse.js +5 -0
- package/build/sdk/studio/sdk/model/adminOrganizationInfoResponse.js.map +1 -1
- package/build/sdk/studio/sdk/model/adminOrganizationInfoResponseAllOf.d.ts +5 -0
- package/build/sdk/studio/sdk/model/adminOrganizationInfoResponseAllOf.js +5 -0
- package/build/sdk/studio/sdk/model/adminOrganizationInfoResponseAllOf.js.map +1 -1
- package/build/sdk/studio/sdk/model/adminStartEnterpriseTrialRequest.d.ts +78 -0
- package/build/sdk/studio/sdk/model/adminStartEnterpriseTrialRequest.js +90 -0
- package/build/sdk/studio/sdk/model/adminStartEnterpriseTrialRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/adminStartEnterpriseTrialRequestAllOf.d.ts +28 -0
- package/build/sdk/studio/sdk/model/adminStartEnterpriseTrialRequestAllOf.js +29 -0
- package/build/sdk/studio/sdk/model/adminStartEnterpriseTrialRequestAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/{adminUpdateUserTrialRequest.d.ts → adminUpdateTrialRequest.d.ts} +1 -1
- package/build/sdk/studio/sdk/model/{adminUpdateUserTrialRequest.js → adminUpdateTrialRequest.js} +7 -7
- package/build/sdk/studio/sdk/model/adminUpdateTrialRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/canaryResponse.d.ts +28 -0
- package/build/sdk/studio/sdk/model/canaryResponse.js +29 -0
- package/build/sdk/studio/sdk/model/canaryResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/classifyJobResponse.d.ts +2 -0
- package/build/sdk/studio/sdk/model/classifyJobResponse.js +5 -0
- package/build/sdk/studio/sdk/model/classifyJobResponse.js.map +1 -1
- package/build/sdk/studio/sdk/model/classifyJobResponseAllOf.d.ts +2 -0
- package/build/sdk/studio/sdk/model/classifyJobResponseAllOf.js +5 -0
- package/build/sdk/studio/sdk/model/classifyJobResponseAllOf.js.map +1 -1
- package/build/sdk/studio/sdk/model/classifyJobResponseAllOfAdditionalMetricsByLearnBlock.d.ts +28 -0
- package/build/sdk/studio/sdk/model/classifyJobResponseAllOfAdditionalMetricsByLearnBlock.js +39 -0
- package/build/sdk/studio/sdk/model/classifyJobResponseAllOfAdditionalMetricsByLearnBlock.js.map +1 -0
- package/build/sdk/studio/sdk/model/createProTierUserRequest.d.ts +80 -0
- package/build/sdk/studio/sdk/model/createProTierUserRequest.js +94 -0
- package/build/sdk/studio/sdk/model/createProTierUserRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/createProTierUserRequestAllOf.d.ts +32 -0
- package/build/sdk/studio/sdk/model/createProTierUserRequestAllOf.js +34 -0
- package/build/sdk/studio/sdk/model/createProTierUserRequestAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/createSyntheticDataRequest.d.ts +34 -0
- package/build/sdk/studio/sdk/model/createSyntheticDataRequest.js +34 -0
- package/build/sdk/studio/sdk/model/createSyntheticDataRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/createUserRequest.d.ts +0 -4
- package/build/sdk/studio/sdk/model/createUserRequest.js +0 -5
- package/build/sdk/studio/sdk/model/createUserRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/createWhitelabelRequest.d.ts +4 -0
- package/build/sdk/studio/sdk/model/createWhitelabelRequest.js +5 -0
- package/build/sdk/studio/sdk/model/createWhitelabelRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/dSPGroupItem.d.ts +4 -0
- package/build/sdk/studio/sdk/model/dSPGroupItem.js +5 -0
- package/build/sdk/studio/sdk/model/dSPGroupItem.js.map +1 -1
- package/build/sdk/studio/sdk/model/dailyMetricsRecord.d.ts +104 -0
- package/build/sdk/studio/sdk/model/dailyMetricsRecord.js +124 -0
- package/build/sdk/studio/sdk/model/dailyMetricsRecord.js.map +1 -0
- package/build/sdk/studio/sdk/model/enterpriseTrial.d.ts +1 -1
- package/build/sdk/studio/sdk/model/getDataExplorerFeaturesResponse.d.ts +2 -2
- package/build/sdk/studio/sdk/model/getDataExplorerFeaturesResponse.js +1 -1
- package/build/sdk/studio/sdk/model/getDataExplorerFeaturesResponse.js.map +1 -1
- package/build/sdk/studio/sdk/model/getDataExplorerFeaturesResponseAllOf.d.ts +2 -2
- package/build/sdk/studio/sdk/model/getDataExplorerFeaturesResponseAllOf.js +1 -1
- package/build/sdk/studio/sdk/model/getDataExplorerFeaturesResponseAllOf.js.map +1 -1
- package/build/sdk/studio/sdk/model/getDataExplorerFeaturesResponseAllOfData.d.ts +40 -0
- package/build/sdk/studio/sdk/model/getDataExplorerFeaturesResponseAllOfData.js +44 -0
- package/build/sdk/studio/sdk/model/getDataExplorerFeaturesResponseAllOfData.js.map +1 -0
- package/build/sdk/studio/sdk/model/getDataExplorerFeaturesResponseAllOfSample.d.ts +31 -0
- package/build/sdk/studio/sdk/model/getDataExplorerFeaturesResponseAllOfSample.js +50 -0
- package/build/sdk/studio/sdk/model/getDataExplorerFeaturesResponseAllOfSample.js.map +1 -0
- package/build/sdk/studio/sdk/model/getSyntheticDataConfigResponse.d.ts +38 -0
- package/build/sdk/studio/sdk/model/getSyntheticDataConfigResponse.js +49 -0
- package/build/sdk/studio/sdk/model/getSyntheticDataConfigResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/getSyntheticDataConfigResponseAllOf.d.ts +30 -0
- package/build/sdk/studio/sdk/model/getSyntheticDataConfigResponseAllOf.js +39 -0
- package/build/sdk/studio/sdk/model/getSyntheticDataConfigResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/getSyntheticDataConfigResponseAllOfRecentJobs.d.ts +28 -0
- package/build/sdk/studio/sdk/model/getSyntheticDataConfigResponseAllOfRecentJobs.js +34 -0
- package/build/sdk/studio/sdk/model/getSyntheticDataConfigResponseAllOfRecentJobs.js.map +1 -0
- package/build/sdk/studio/sdk/model/job.d.ts +4 -0
- package/build/sdk/studio/sdk/model/job.js +5 -0
- package/build/sdk/studio/sdk/model/job.js.map +1 -1
- package/build/sdk/studio/sdk/model/jobDetails.d.ts +4 -0
- package/build/sdk/studio/sdk/model/jobDetails.js +5 -0
- package/build/sdk/studio/sdk/model/jobDetails.js.map +1 -1
- package/build/sdk/studio/sdk/model/kerasModelMetadata.d.ts +2 -3
- package/build/sdk/studio/sdk/model/kerasModelMetadata.js +2 -3
- package/build/sdk/studio/sdk/model/kerasModelMetadata.js.map +1 -1
- package/build/sdk/studio/sdk/model/kerasModelMetadataAllOf.d.ts +2 -3
- package/build/sdk/studio/sdk/model/kerasModelMetadataAllOf.js +2 -3
- package/build/sdk/studio/sdk/model/kerasModelMetadataAllOf.js.map +1 -1
- package/build/sdk/studio/sdk/model/kerasModelMetadataMetrics.d.ts +2 -0
- package/build/sdk/studio/sdk/model/kerasModelMetadataMetrics.js +5 -0
- package/build/sdk/studio/sdk/model/kerasModelMetadataMetrics.js.map +1 -1
- package/build/sdk/studio/sdk/model/kerasModelMode.d.ts +13 -0
- package/build/sdk/studio/sdk/model/kerasModelMode.js +16 -0
- package/build/sdk/studio/sdk/model/kerasModelMode.js.map +1 -0
- package/build/sdk/studio/sdk/model/models.d.ts +19 -3
- package/build/sdk/studio/sdk/model/models.js +58 -11
- package/build/sdk/studio/sdk/model/models.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationTransformationBlock.d.ts +4 -0
- package/build/sdk/studio/sdk/model/organizationTransformationBlock.js +5 -0
- package/build/sdk/studio/sdk/model/organizationTransformationBlock.js.map +1 -1
- package/build/sdk/studio/sdk/model/permission.d.ts +1 -1
- package/build/sdk/studio/sdk/model/permission.js +1 -1
- package/build/sdk/studio/sdk/model/permission.js.map +1 -1
- package/build/sdk/studio/sdk/model/projectInfoResponseAllOfAcquisitionSettings.d.ts +4 -0
- package/build/sdk/studio/sdk/model/projectInfoResponseAllOfAcquisitionSettings.js +5 -0
- package/build/sdk/studio/sdk/model/projectInfoResponseAllOfAcquisitionSettings.js.map +1 -1
- package/build/sdk/studio/sdk/model/publicOrganizationTransformationBlock.d.ts +4 -0
- package/build/sdk/studio/sdk/model/publicOrganizationTransformationBlock.js +5 -0
- package/build/sdk/studio/sdk/model/publicOrganizationTransformationBlock.js.map +1 -1
- package/build/sdk/studio/sdk/model/sample.d.ts +4 -0
- package/build/sdk/studio/sdk/model/sample.js +5 -0
- package/build/sdk/studio/sdk/model/sample.js.map +1 -1
- package/build/sdk/studio/sdk/model/updateOrganizationTransformationBlockRequest.d.ts +4 -0
- package/build/sdk/studio/sdk/model/updateOrganizationTransformationBlockRequest.js +5 -0
- package/build/sdk/studio/sdk/model/updateOrganizationTransformationBlockRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/updateProjectRequest.d.ts +4 -0
- package/build/sdk/studio/sdk/model/updateProjectRequest.js +5 -0
- package/build/sdk/studio/sdk/model/updateProjectRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/updateWhitelabelInternalRequest.d.ts +28 -0
- package/build/sdk/studio/sdk/model/updateWhitelabelInternalRequest.js +29 -0
- package/build/sdk/studio/sdk/model/updateWhitelabelInternalRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/whitelabel.d.ts +4 -0
- package/build/sdk/studio/sdk/model/whitelabel.js +5 -0
- package/build/sdk/studio/sdk/model/whitelabel.js.map +1 -1
- package/build/shared/viewmodels/init.d.ts +1 -0
- package/build/shared/viewmodels/init.js +1 -0
- package/build/shared/viewmodels/init.js.map +1 -1
- package/cli/linux/runner.ts +10 -6
- package/package.json +8 -10
- package/.eslintignore +0 -2
- package/.eslintrc.json +0 -14
- package/build/sdk/studio/sdk/model/adminGetUserTrialResponse.js.map +0 -1
- package/build/sdk/studio/sdk/model/adminGetUserTrialResponseAllOf.js.map +0 -1
- package/build/sdk/studio/sdk/model/adminUpdateUserTrialRequest.js.map +0 -1
|
@@ -0,0 +1,78 @@
|
|
|
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 AdminStartEnterpriseTrialRequest {
|
|
13
|
+
/**
|
|
14
|
+
* Email of the user requesting the trial. If this email is different to the one stored for the user requesting the trial, it will be used to replace the existing one.
|
|
15
|
+
*/
|
|
16
|
+
'email'?: string;
|
|
17
|
+
/**
|
|
18
|
+
* Name of the trial organization. All enterprise features are tied to an organization. This organization will be deleted after the trial ends. If no organization name is provided, the user\'s name will be used.
|
|
19
|
+
*/
|
|
20
|
+
'organizationName'?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Expiration date of the trial. The trial will be set as expired after this date. There will be a grace period of 30 days after a trial expires before fully deleting the trial organization. This field is ignored if the trial is requested by a non-admin user, defaulting to 14 days trial.
|
|
23
|
+
*/
|
|
24
|
+
'expirationDate'?: Date;
|
|
25
|
+
/**
|
|
26
|
+
* Notes about the trial. Free form text. This field is ignored if the trial is requested by a non-admin user.
|
|
27
|
+
*/
|
|
28
|
+
'notes'?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Use case of the trial.
|
|
31
|
+
*/
|
|
32
|
+
'useCase'?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Whether the user has ML models in production.
|
|
35
|
+
*/
|
|
36
|
+
'userHasMLModelsInProduction'?: AdminStartEnterpriseTrialRequestUserHasMLModelsInProductionEnum;
|
|
37
|
+
/**
|
|
38
|
+
* Name of the company requesting the trial.
|
|
39
|
+
*/
|
|
40
|
+
'companyName'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Size of the company requesting the trial. This is a range of number of employees.
|
|
43
|
+
*/
|
|
44
|
+
'companySize'?: string;
|
|
45
|
+
/**
|
|
46
|
+
* Country of the company requesting the trial.
|
|
47
|
+
*/
|
|
48
|
+
'country'?: string;
|
|
49
|
+
/**
|
|
50
|
+
* State or province of the company requesting the trial.
|
|
51
|
+
*/
|
|
52
|
+
'stateOrProvince'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* Origin of the redirect URL returned as result of creating the trial user.
|
|
55
|
+
*/
|
|
56
|
+
'redirectUrlOrigin'?: string;
|
|
57
|
+
/**
|
|
58
|
+
* Query parameters to be appended to the redirect URL returned as result of creating the trial user.
|
|
59
|
+
*/
|
|
60
|
+
'redirectUrlQueryParams'?: string;
|
|
61
|
+
/**
|
|
62
|
+
* ID of the user requesting the trial.
|
|
63
|
+
*/
|
|
64
|
+
'userId': number;
|
|
65
|
+
static discriminator: string | undefined;
|
|
66
|
+
static attributeTypeMap: Array<{
|
|
67
|
+
name: string;
|
|
68
|
+
baseName: string;
|
|
69
|
+
type: string;
|
|
70
|
+
}>;
|
|
71
|
+
static getAttributeTypeMap(): {
|
|
72
|
+
name: string;
|
|
73
|
+
baseName: string;
|
|
74
|
+
type: string;
|
|
75
|
+
}[];
|
|
76
|
+
}
|
|
77
|
+
export type AdminStartEnterpriseTrialRequestUserHasMLModelsInProductionEnum = 'yes' | 'no' | 'no, but we will soon';
|
|
78
|
+
export declare const AdminStartEnterpriseTrialRequestUserHasMLModelsInProductionEnumValues: string[];
|
|
@@ -0,0 +1,90 @@
|
|
|
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.AdminStartEnterpriseTrialRequestUserHasMLModelsInProductionEnumValues = exports.AdminStartEnterpriseTrialRequest = void 0;
|
|
15
|
+
class AdminStartEnterpriseTrialRequest {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return AdminStartEnterpriseTrialRequest.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.AdminStartEnterpriseTrialRequest = AdminStartEnterpriseTrialRequest;
|
|
21
|
+
AdminStartEnterpriseTrialRequest.discriminator = undefined;
|
|
22
|
+
AdminStartEnterpriseTrialRequest.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "email",
|
|
25
|
+
"baseName": "email",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "organizationName",
|
|
30
|
+
"baseName": "organizationName",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "expirationDate",
|
|
35
|
+
"baseName": "expirationDate",
|
|
36
|
+
"type": "Date"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "notes",
|
|
40
|
+
"baseName": "notes",
|
|
41
|
+
"type": "string"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "useCase",
|
|
45
|
+
"baseName": "useCase",
|
|
46
|
+
"type": "string"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "userHasMLModelsInProduction",
|
|
50
|
+
"baseName": "userHasMLModelsInProduction",
|
|
51
|
+
"type": "AdminStartEnterpriseTrialRequestUserHasMLModelsInProductionEnum"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "companyName",
|
|
55
|
+
"baseName": "companyName",
|
|
56
|
+
"type": "string"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "companySize",
|
|
60
|
+
"baseName": "companySize",
|
|
61
|
+
"type": "string"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "country",
|
|
65
|
+
"baseName": "country",
|
|
66
|
+
"type": "string"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "stateOrProvince",
|
|
70
|
+
"baseName": "stateOrProvince",
|
|
71
|
+
"type": "string"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "redirectUrlOrigin",
|
|
75
|
+
"baseName": "redirectUrlOrigin",
|
|
76
|
+
"type": "string"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "redirectUrlQueryParams",
|
|
80
|
+
"baseName": "redirectUrlQueryParams",
|
|
81
|
+
"type": "string"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "userId",
|
|
85
|
+
"baseName": "userId",
|
|
86
|
+
"type": "number"
|
|
87
|
+
}
|
|
88
|
+
];
|
|
89
|
+
exports.AdminStartEnterpriseTrialRequestUserHasMLModelsInProductionEnumValues = ['yes', 'no', 'no, but we will soon'];
|
|
90
|
+
//# sourceMappingURL=adminStartEnterpriseTrialRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"adminStartEnterpriseTrialRequest.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/adminStartEnterpriseTrialRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,gCAAgC;IA2HzC,MAAM,CAAC,mBAAmB;QACtB,OAAO,gCAAgC,CAAC,gBAAgB,CAAC;IAC7D,CAAC;;AA7HL,4EA8HC;AAxEU,8CAAa,GAAuB,SAAS,CAAC;AAE9C,iDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,MAAM;KACjB;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,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,6BAA6B;QACrC,UAAU,EAAE,6BAA6B;QACzC,MAAM,EAAE,iEAAiE;KAC5E;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,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AASF,QAAA,qEAAqE,GAAa,CAAC,KAAK,EAAE,IAAI,EAAE,sBAAsB,CAAC,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
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 AdminStartEnterpriseTrialRequestAllOf {
|
|
13
|
+
/**
|
|
14
|
+
* ID of the user requesting the trial.
|
|
15
|
+
*/
|
|
16
|
+
'userId': number;
|
|
17
|
+
static discriminator: string | undefined;
|
|
18
|
+
static attributeTypeMap: Array<{
|
|
19
|
+
name: string;
|
|
20
|
+
baseName: string;
|
|
21
|
+
type: string;
|
|
22
|
+
}>;
|
|
23
|
+
static getAttributeTypeMap(): {
|
|
24
|
+
name: string;
|
|
25
|
+
baseName: string;
|
|
26
|
+
type: string;
|
|
27
|
+
}[];
|
|
28
|
+
}
|
|
@@ -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.AdminStartEnterpriseTrialRequestAllOf = void 0;
|
|
15
|
+
class AdminStartEnterpriseTrialRequestAllOf {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return AdminStartEnterpriseTrialRequestAllOf.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.AdminStartEnterpriseTrialRequestAllOf = AdminStartEnterpriseTrialRequestAllOf;
|
|
21
|
+
AdminStartEnterpriseTrialRequestAllOf.discriminator = undefined;
|
|
22
|
+
AdminStartEnterpriseTrialRequestAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "userId",
|
|
25
|
+
"baseName": "userId",
|
|
26
|
+
"type": "number"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
//# sourceMappingURL=adminStartEnterpriseTrialRequestAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"adminStartEnterpriseTrialRequestAllOf.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/adminStartEnterpriseTrialRequestAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,qCAAqC;IAe9C,MAAM,CAAC,mBAAmB;QACtB,OAAO,qCAAqC,CAAC,gBAAgB,CAAC;IAClE,CAAC;;AAjBL,sFAkBC;AAZU,mDAAa,GAAuB,SAAS,CAAC;AAE9C,sDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
package/build/sdk/studio/sdk/model/{adminUpdateUserTrialRequest.d.ts → adminUpdateTrialRequest.d.ts}
RENAMED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
export declare class
|
|
12
|
+
export declare class AdminUpdateTrialRequest {
|
|
13
13
|
/**
|
|
14
14
|
* Expiration date of the trial. The trial will be set as expired after this date. There will be a grace period of 30 days after a trial expires before fully deleting the trial organization. This field is ignored if the trial is requested by a non-admin user, defaulting to 14 days trial.
|
|
15
15
|
*/
|
package/build/sdk/studio/sdk/model/{adminUpdateUserTrialRequest.js → adminUpdateTrialRequest.js}
RENAMED
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*/
|
|
13
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
-
exports.
|
|
15
|
-
class
|
|
14
|
+
exports.AdminUpdateTrialRequest = void 0;
|
|
15
|
+
class AdminUpdateTrialRequest {
|
|
16
16
|
static getAttributeTypeMap() {
|
|
17
|
-
return
|
|
17
|
+
return AdminUpdateTrialRequest.attributeTypeMap;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
exports.
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
exports.AdminUpdateTrialRequest = AdminUpdateTrialRequest;
|
|
21
|
+
AdminUpdateTrialRequest.discriminator = undefined;
|
|
22
|
+
AdminUpdateTrialRequest.attributeTypeMap = [
|
|
23
23
|
{
|
|
24
24
|
"name": "expirationDate",
|
|
25
25
|
"baseName": "expirationDate",
|
|
@@ -31,4 +31,4 @@ AdminUpdateUserTrialRequest.attributeTypeMap = [
|
|
|
31
31
|
"type": "string"
|
|
32
32
|
}
|
|
33
33
|
];
|
|
34
|
-
//# sourceMappingURL=
|
|
34
|
+
//# sourceMappingURL=adminUpdateTrialRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"adminUpdateTrialRequest.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/adminUpdateTrialRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,uBAAuB;IAwBhC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AA1BL,0DA2BC;AAjBU,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
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 CanaryResponse {
|
|
13
|
+
/**
|
|
14
|
+
* Whether the request should be routed to the canary or not.
|
|
15
|
+
*/
|
|
16
|
+
'routeToCanary': boolean;
|
|
17
|
+
static discriminator: string | undefined;
|
|
18
|
+
static attributeTypeMap: Array<{
|
|
19
|
+
name: string;
|
|
20
|
+
baseName: string;
|
|
21
|
+
type: string;
|
|
22
|
+
}>;
|
|
23
|
+
static getAttributeTypeMap(): {
|
|
24
|
+
name: string;
|
|
25
|
+
baseName: string;
|
|
26
|
+
type: string;
|
|
27
|
+
}[];
|
|
28
|
+
}
|
|
@@ -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.CanaryResponse = void 0;
|
|
15
|
+
class CanaryResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return CanaryResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.CanaryResponse = CanaryResponse;
|
|
21
|
+
CanaryResponse.discriminator = undefined;
|
|
22
|
+
CanaryResponse.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "routeToCanary",
|
|
25
|
+
"baseName": "routeToCanary",
|
|
26
|
+
"type": "boolean"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
//# sourceMappingURL=canaryResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"canaryResponse.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/canaryResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,cAAc;IAevB,MAAM,CAAC,mBAAmB;QACtB,OAAO,cAAc,CAAC,gBAAgB,CAAC;IAC3C,CAAC;;AAjBL,wCAkBC;AAZU,4BAAa,GAAuB,SAAS,CAAC;AAE9C,+BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC"}
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { ClassifyJobResponseAllOfAccuracy } from './classifyJobResponseAllOfAccuracy';
|
|
13
|
+
import { ClassifyJobResponseAllOfAdditionalMetricsByLearnBlock } from './classifyJobResponseAllOfAdditionalMetricsByLearnBlock';
|
|
13
14
|
import { KerasModelVariantEnum } from './kerasModelVariantEnum';
|
|
14
15
|
import { ModelPrediction } from './modelPrediction';
|
|
15
16
|
import { ModelResult } from './modelResult';
|
|
@@ -25,6 +26,7 @@ export declare class ClassifyJobResponse {
|
|
|
25
26
|
'result': Array<ModelResult>;
|
|
26
27
|
'predictions': Array<ModelPrediction>;
|
|
27
28
|
'accuracy': ClassifyJobResponseAllOfAccuracy;
|
|
29
|
+
'additionalMetricsByLearnBlock': Array<ClassifyJobResponseAllOfAdditionalMetricsByLearnBlock>;
|
|
28
30
|
/**
|
|
29
31
|
* List of all model variants for which classification results exist
|
|
30
32
|
*/
|
|
@@ -45,6 +45,11 @@ ClassifyJobResponse.attributeTypeMap = [
|
|
|
45
45
|
"baseName": "accuracy",
|
|
46
46
|
"type": "ClassifyJobResponseAllOfAccuracy"
|
|
47
47
|
},
|
|
48
|
+
{
|
|
49
|
+
"name": "additionalMetricsByLearnBlock",
|
|
50
|
+
"baseName": "additionalMetricsByLearnBlock",
|
|
51
|
+
"type": "Array<ClassifyJobResponseAllOfAdditionalMetricsByLearnBlock>"
|
|
52
|
+
},
|
|
48
53
|
{
|
|
49
54
|
"name": "availableVariants",
|
|
50
55
|
"baseName": "availableVariants",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"classifyJobResponse.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/classifyJobResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"classifyJobResponse.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/classifyJobResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAUH,MAAa,mBAAmB;IAyD5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AA3DL,kDA4DC;AA1CU,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,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,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,oBAAoB;KAC/B;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,kCAAkC;KAC7C;IACD;QACI,MAAM,EAAE,+BAA+B;QACvC,UAAU,EAAE,+BAA+B;QAC3C,MAAM,EAAE,8DAA8D;KACzE;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,8BAA8B;KACzC;CAAK,CAAC"}
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { ClassifyJobResponseAllOfAccuracy } from './classifyJobResponseAllOfAccuracy';
|
|
13
|
+
import { ClassifyJobResponseAllOfAdditionalMetricsByLearnBlock } from './classifyJobResponseAllOfAdditionalMetricsByLearnBlock';
|
|
13
14
|
import { KerasModelVariantEnum } from './kerasModelVariantEnum';
|
|
14
15
|
import { ModelPrediction } from './modelPrediction';
|
|
15
16
|
import { ModelResult } from './modelResult';
|
|
@@ -17,6 +18,7 @@ export declare class ClassifyJobResponseAllOf {
|
|
|
17
18
|
'result': Array<ModelResult>;
|
|
18
19
|
'predictions': Array<ModelPrediction>;
|
|
19
20
|
'accuracy': ClassifyJobResponseAllOfAccuracy;
|
|
21
|
+
'additionalMetricsByLearnBlock': Array<ClassifyJobResponseAllOfAdditionalMetricsByLearnBlock>;
|
|
20
22
|
/**
|
|
21
23
|
* List of all model variants for which classification results exist
|
|
22
24
|
*/
|
|
@@ -35,6 +35,11 @@ ClassifyJobResponseAllOf.attributeTypeMap = [
|
|
|
35
35
|
"baseName": "accuracy",
|
|
36
36
|
"type": "ClassifyJobResponseAllOfAccuracy"
|
|
37
37
|
},
|
|
38
|
+
{
|
|
39
|
+
"name": "additionalMetricsByLearnBlock",
|
|
40
|
+
"baseName": "additionalMetricsByLearnBlock",
|
|
41
|
+
"type": "Array<ClassifyJobResponseAllOfAdditionalMetricsByLearnBlock>"
|
|
42
|
+
},
|
|
38
43
|
{
|
|
39
44
|
"name": "availableVariants",
|
|
40
45
|
"baseName": "availableVariants",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"classifyJobResponseAllOf.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/classifyJobResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"classifyJobResponseAllOf.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/classifyJobResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAQH,MAAa,wBAAwB;IAuCjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAzCL,4DA0CC;AAhCU,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,oBAAoB;KAC/B;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,kCAAkC;KAC7C;IACD;QACI,MAAM,EAAE,+BAA+B;QACvC,UAAU,EAAE,+BAA+B;QAC3C,MAAM,EAAE,8DAA8D;KACzE;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,8BAA8B;KACzC;CAAK,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
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 { AdditionalMetric } from './additionalMetric';
|
|
13
|
+
export declare class ClassifyJobResponseAllOfAdditionalMetricsByLearnBlock {
|
|
14
|
+
'learnBlockId': number;
|
|
15
|
+
'learnBlockName': string;
|
|
16
|
+
'additionalMetrics': Array<AdditionalMetric>;
|
|
17
|
+
static discriminator: string | undefined;
|
|
18
|
+
static attributeTypeMap: Array<{
|
|
19
|
+
name: string;
|
|
20
|
+
baseName: string;
|
|
21
|
+
type: string;
|
|
22
|
+
}>;
|
|
23
|
+
static getAttributeTypeMap(): {
|
|
24
|
+
name: string;
|
|
25
|
+
baseName: string;
|
|
26
|
+
type: string;
|
|
27
|
+
}[];
|
|
28
|
+
}
|
|
@@ -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.ClassifyJobResponseAllOfAdditionalMetricsByLearnBlock = void 0;
|
|
15
|
+
class ClassifyJobResponseAllOfAdditionalMetricsByLearnBlock {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return ClassifyJobResponseAllOfAdditionalMetricsByLearnBlock.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.ClassifyJobResponseAllOfAdditionalMetricsByLearnBlock = ClassifyJobResponseAllOfAdditionalMetricsByLearnBlock;
|
|
21
|
+
ClassifyJobResponseAllOfAdditionalMetricsByLearnBlock.discriminator = undefined;
|
|
22
|
+
ClassifyJobResponseAllOfAdditionalMetricsByLearnBlock.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "learnBlockId",
|
|
25
|
+
"baseName": "learnBlockId",
|
|
26
|
+
"type": "number"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "learnBlockName",
|
|
30
|
+
"baseName": "learnBlockName",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "additionalMetrics",
|
|
35
|
+
"baseName": "additionalMetrics",
|
|
36
|
+
"type": "Array<AdditionalMetric>"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
//# sourceMappingURL=classifyJobResponseAllOfAdditionalMetricsByLearnBlock.js.map
|
package/build/sdk/studio/sdk/model/classifyJobResponseAllOfAdditionalMetricsByLearnBlock.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"classifyJobResponseAllOfAdditionalMetricsByLearnBlock.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/classifyJobResponseAllOfAdditionalMetricsByLearnBlock.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,qDAAqD;IAwB9D,MAAM,CAAC,mBAAmB;QACtB,OAAO,qDAAqD,CAAC,gBAAgB,CAAC;IAClF,CAAC;;AA1BL,sHA2BC;AAtBU,mEAAa,GAAuB,SAAS,CAAC;AAE9C,sEAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,yBAAyB;KACpC;CAAK,CAAC"}
|
|
@@ -0,0 +1,80 @@
|
|
|
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 CreateProTierUserRequest {
|
|
13
|
+
/**
|
|
14
|
+
* Your name
|
|
15
|
+
*/
|
|
16
|
+
'name': string;
|
|
17
|
+
/**
|
|
18
|
+
* Username, minimum 4 and maximum 30 characters. May contain alphanumeric characters, hyphens, underscores and dots. Validated according to `^(?=.{4,30}$)(?![_.])(?!.*[_.]{2})[a-zA-Z0-9._-]+(?<![_.])$`.
|
|
19
|
+
*/
|
|
20
|
+
'username': string;
|
|
21
|
+
/**
|
|
22
|
+
* E-mail address. Will need to be validated before the account will become active.
|
|
23
|
+
*/
|
|
24
|
+
'email': string;
|
|
25
|
+
/**
|
|
26
|
+
* Password, minimum length 8 characters.
|
|
27
|
+
*/
|
|
28
|
+
'password'?: string;
|
|
29
|
+
/**
|
|
30
|
+
* A project will automatically be created. Sets the name of the first project. If not set, this will be derived from the username.
|
|
31
|
+
*/
|
|
32
|
+
'projectName'?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Whether the user accepted the privacy policy
|
|
35
|
+
*/
|
|
36
|
+
'privacyPolicy': boolean;
|
|
37
|
+
/**
|
|
38
|
+
* Activation token for users created via SSO
|
|
39
|
+
*/
|
|
40
|
+
'activationToken'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Unique identifier of the identity provider asserting the identity of this user
|
|
43
|
+
*/
|
|
44
|
+
'identityProvider'?: string;
|
|
45
|
+
/**
|
|
46
|
+
* Job title of the user. Optional field
|
|
47
|
+
*/
|
|
48
|
+
'jobTitle'?: string;
|
|
49
|
+
/**
|
|
50
|
+
* Session ID. Optional field
|
|
51
|
+
*/
|
|
52
|
+
'sessionId'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* ACME Inc.
|
|
55
|
+
*/
|
|
56
|
+
'companyName'?: string;
|
|
57
|
+
/**
|
|
58
|
+
* List of UTM parameters.
|
|
59
|
+
*/
|
|
60
|
+
'utmParams'?: Array<any>;
|
|
61
|
+
/**
|
|
62
|
+
* Origin of the redirect URL returned as result of creating the professional user.
|
|
63
|
+
*/
|
|
64
|
+
'redirectUrlOrigin'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* Query parameters to be appended to the redirect URL returned as result of creating the professional user.
|
|
67
|
+
*/
|
|
68
|
+
'redirectUrlQueryParams'?: string;
|
|
69
|
+
static discriminator: string | undefined;
|
|
70
|
+
static attributeTypeMap: Array<{
|
|
71
|
+
name: string;
|
|
72
|
+
baseName: string;
|
|
73
|
+
type: string;
|
|
74
|
+
}>;
|
|
75
|
+
static getAttributeTypeMap(): {
|
|
76
|
+
name: string;
|
|
77
|
+
baseName: string;
|
|
78
|
+
type: string;
|
|
79
|
+
}[];
|
|
80
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
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.CreateProTierUserRequest = void 0;
|
|
15
|
+
class CreateProTierUserRequest {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return CreateProTierUserRequest.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.CreateProTierUserRequest = CreateProTierUserRequest;
|
|
21
|
+
CreateProTierUserRequest.discriminator = undefined;
|
|
22
|
+
CreateProTierUserRequest.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "name",
|
|
25
|
+
"baseName": "name",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "username",
|
|
30
|
+
"baseName": "username",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "email",
|
|
35
|
+
"baseName": "email",
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "password",
|
|
40
|
+
"baseName": "password",
|
|
41
|
+
"type": "string"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "projectName",
|
|
45
|
+
"baseName": "projectName",
|
|
46
|
+
"type": "string"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "privacyPolicy",
|
|
50
|
+
"baseName": "privacyPolicy",
|
|
51
|
+
"type": "boolean"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "activationToken",
|
|
55
|
+
"baseName": "activationToken",
|
|
56
|
+
"type": "string"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "identityProvider",
|
|
60
|
+
"baseName": "identityProvider",
|
|
61
|
+
"type": "string"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "jobTitle",
|
|
65
|
+
"baseName": "jobTitle",
|
|
66
|
+
"type": "string"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "sessionId",
|
|
70
|
+
"baseName": "sessionId",
|
|
71
|
+
"type": "string"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "companyName",
|
|
75
|
+
"baseName": "companyName",
|
|
76
|
+
"type": "string"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "utmParams",
|
|
80
|
+
"baseName": "utmParams",
|
|
81
|
+
"type": "Array<any>"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "redirectUrlOrigin",
|
|
85
|
+
"baseName": "redirectUrlOrigin",
|
|
86
|
+
"type": "string"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "redirectUrlQueryParams",
|
|
90
|
+
"baseName": "redirectUrlQueryParams",
|
|
91
|
+
"type": "string"
|
|
92
|
+
}
|
|
93
|
+
];
|
|
94
|
+
//# sourceMappingURL=createProTierUserRequest.js.map
|