edge-impulse-api 1.93.3 → 1.93.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/build/library/sdk/api/projectsApi.d.ts +25 -2
- package/build/library/sdk/api/projectsApi.js +160 -2
- package/build/library/sdk/api/projectsApi.js.map +1 -1
- package/build/library/sdk/api/rawDataApi.d.ts +15 -0
- package/build/library/sdk/api/rawDataApi.js +77 -0
- package/build/library/sdk/api/rawDataApi.js.map +1 -1
- package/build/library/sdk/model/actorProjectApiKey.d.ts +4 -0
- package/build/library/sdk/model/actorProjectApiKey.js +5 -0
- package/build/library/sdk/model/actorProjectApiKey.js.map +1 -1
- package/build/library/sdk/model/addIngestionOnlyProjectApiKeyRequest.d.ts +28 -0
- package/build/library/sdk/model/addIngestionOnlyProjectApiKeyRequest.js +29 -0
- package/build/library/sdk/model/addIngestionOnlyProjectApiKeyRequest.js.map +1 -0
- package/build/library/sdk/model/getRawDataProjectMetadataResponse.d.ts +35 -0
- package/build/library/sdk/model/getRawDataProjectMetadataResponse.js +39 -0
- package/build/library/sdk/model/getRawDataProjectMetadataResponse.js.map +1 -0
- package/build/library/sdk/model/getRawDataProjectMetadataResponseAllOf.d.ts +27 -0
- package/build/library/sdk/model/getRawDataProjectMetadataResponseAllOf.js +29 -0
- package/build/library/sdk/model/getRawDataProjectMetadataResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/getSSODomainIdPsResponse.d.ts +4 -0
- package/build/library/sdk/model/getSSODomainIdPsResponse.js +5 -0
- package/build/library/sdk/model/getSSODomainIdPsResponse.js.map +1 -1
- package/build/library/sdk/model/getSSODomainIdPsResponseAllOf.d.ts +4 -0
- package/build/library/sdk/model/getSSODomainIdPsResponseAllOf.js +5 -0
- package/build/library/sdk/model/getSSODomainIdPsResponseAllOf.js.map +1 -1
- package/build/library/sdk/model/models.d.ts +22 -0
- package/build/library/sdk/model/models.js +78 -0
- package/build/library/sdk/model/models.js.map +1 -1
- package/build/library/sdk/model/oAuthScope.d.ts +1 -1
- package/build/library/sdk/model/oAuthScope.js +1 -1
- package/build/library/sdk/model/oAuthScope.js.map +1 -1
- package/build/library/sdk/model/oauthClient.d.ts +1 -1
- package/build/library/sdk/model/objectDetectionLastLayer.d.ts +1 -1
- package/build/library/sdk/model/objectDetectionLastLayer.js +1 -1
- package/build/library/sdk/model/objectDetectionLastLayer.js.map +1 -1
- package/build/library/sdk/model/projectApiKey.d.ts +4 -0
- package/build/library/sdk/model/projectApiKey.js +5 -0
- package/build/library/sdk/model/projectApiKey.js.map +1 -1
- package/build/library/sdk/model/projectDatasetMetadataBase.d.ts +41 -0
- package/build/library/sdk/model/projectDatasetMetadataBase.js +83 -0
- package/build/library/sdk/model/projectDatasetMetadataBase.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataCategoryData.d.ts +37 -0
- package/build/library/sdk/model/projectDatasetMetadataCategoryData.js +42 -0
- package/build/library/sdk/model/projectDatasetMetadataCategoryData.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataClasses.d.ts +39 -0
- package/build/library/sdk/model/projectDatasetMetadataClasses.js +70 -0
- package/build/library/sdk/model/projectDatasetMetadataClasses.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataClassesAllOf.d.ts +33 -0
- package/build/library/sdk/model/projectDatasetMetadataClassesAllOf.js +55 -0
- package/build/library/sdk/model/projectDatasetMetadataClassesAllOf.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataClassesCategory.d.ts +41 -0
- package/build/library/sdk/model/projectDatasetMetadataClassesCategory.js +90 -0
- package/build/library/sdk/model/projectDatasetMetadataClassesCategory.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataClassesCategoryAllOf.d.ts +30 -0
- package/build/library/sdk/model/projectDatasetMetadataClassesCategoryAllOf.js +40 -0
- package/build/library/sdk/model/projectDatasetMetadataClassesCategoryAllOf.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataCommon.d.ts +33 -0
- package/build/library/sdk/model/projectDatasetMetadataCommon.js +42 -0
- package/build/library/sdk/model/projectDatasetMetadataCommon.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioClass.d.ts +71 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioClass.js +82 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioClass.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioClasses.d.ts +44 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioClasses.js +88 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioClasses.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioCount.d.ts +30 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioCount.js +42 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioCount.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioNoRatio.d.ts +33 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioNoRatio.js +43 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioNoRatio.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioRegression.d.ts +38 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioRegression.js +63 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioRegression.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataRegression.d.ts +39 -0
- package/build/library/sdk/model/projectDatasetMetadataRegression.js +70 -0
- package/build/library/sdk/model/projectDatasetMetadataRegression.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataRegressionAllOf.d.ts +33 -0
- package/build/library/sdk/model/projectDatasetMetadataRegressionAllOf.js +55 -0
- package/build/library/sdk/model/projectDatasetMetadataRegressionAllOf.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataRegressionCategory.d.ts +47 -0
- package/build/library/sdk/model/projectDatasetMetadataRegressionCategory.js +105 -0
- package/build/library/sdk/model/projectDatasetMetadataRegressionCategory.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataRegressionCategoryAllOf.d.ts +36 -0
- package/build/library/sdk/model/projectDatasetMetadataRegressionCategoryAllOf.js +55 -0
- package/build/library/sdk/model/projectDatasetMetadataRegressionCategoryAllOf.js.map +1 -0
- package/build/library/sdk/model/rawDataLabelDistributionLabel.d.ts +37 -0
- package/build/library/sdk/model/rawDataLabelDistributionLabel.js +44 -0
- package/build/library/sdk/model/rawDataLabelDistributionLabel.js.map +1 -0
- package/build/library/sdk/model/rawDataLabelDistributionRegressionValueGroup.d.ts +47 -0
- package/build/library/sdk/model/rawDataLabelDistributionRegressionValueGroup.js +52 -0
- package/build/library/sdk/model/rawDataLabelDistributionRegressionValueGroup.js.map +1 -0
- package/build/library/sdk/model/rawDataLabelDistributionRegressionValueGroupsPerKey.d.ts +44 -0
- package/build/library/sdk/model/rawDataLabelDistributionRegressionValueGroupsPerKey.js +47 -0
- package/build/library/sdk/model/rawDataLabelDistributionRegressionValueGroupsPerKey.js.map +1 -0
- package/package.json +1 -1
|
@@ -24,6 +24,10 @@ export declare class ActorProjectApiKey {
|
|
|
24
24
|
* If the key has a ttl set, when the key will expire
|
|
25
25
|
*/
|
|
26
26
|
'expires'?: Date;
|
|
27
|
+
/**
|
|
28
|
+
* OAuth client_id that created this API key through an OAuth-scoped key endpoint.
|
|
29
|
+
*/
|
|
30
|
+
'createdViaOAuthClientId'?: string;
|
|
27
31
|
'type': ActorProjectApiKeyTypeEnum;
|
|
28
32
|
static discriminator: string | undefined;
|
|
29
33
|
static attributeTypeMap: Array<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actorProjectApiKey.js","sourceRoot":"","sources":["../../../../library/sdk/model/actorProjectApiKey.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAOH,MAAa,kBAAkB;
|
|
1
|
+
{"version":3,"file":"actorProjectApiKey.js","sourceRoot":"","sources":["../../../../library/sdk/model/actorProjectApiKey.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAOH,MAAa,kBAAkB;IA8E3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AAhFL,gDAiFC;AA9DU,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,sBAAsB;KACjC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,yBAAyB;QACjC,UAAU,EAAE,yBAAyB;QACrC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,4BAA4B;KACvC;CAAK,CAAC;AASF,QAAA,gCAAgC,GAAa,CAAC,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,sBAAsB,EAAE,SAAS,CAAC,CAAC;AAGvH,QAAA,gCAAgC,GAAa,CAAC,eAAe,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 AddIngestionOnlyProjectApiKeyRequest {
|
|
13
|
+
/**
|
|
14
|
+
* Description of the key
|
|
15
|
+
*/
|
|
16
|
+
'name': string;
|
|
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.AddIngestionOnlyProjectApiKeyRequest = void 0;
|
|
15
|
+
class AddIngestionOnlyProjectApiKeyRequest {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return AddIngestionOnlyProjectApiKeyRequest.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.AddIngestionOnlyProjectApiKeyRequest = AddIngestionOnlyProjectApiKeyRequest;
|
|
21
|
+
AddIngestionOnlyProjectApiKeyRequest.discriminator = undefined;
|
|
22
|
+
AddIngestionOnlyProjectApiKeyRequest.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "name",
|
|
25
|
+
"baseName": "name",
|
|
26
|
+
"type": "string"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
//# sourceMappingURL=addIngestionOnlyProjectApiKeyRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"addIngestionOnlyProjectApiKeyRequest.js","sourceRoot":"","sources":["../../../../library/sdk/model/addIngestionOnlyProjectApiKeyRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,oCAAoC;IAe7C,MAAM,CAAC,mBAAmB;QACtB,OAAO,oCAAoC,CAAC,gBAAgB,CAAC;IACjE,CAAC;;AAjBL,oFAkBC;AAZU,kDAAa,GAAuB,SAAS,CAAC;AAE9C,qDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 { ProjectDatasetMetadataClasses } from './projectDatasetMetadataClasses';
|
|
13
|
+
import { ProjectDatasetMetadataRegression } from './projectDatasetMetadataRegression';
|
|
14
|
+
export declare class GetRawDataProjectMetadataResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Whether the operation succeeded
|
|
17
|
+
*/
|
|
18
|
+
'success': boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Optional error description (set if \'success\' was false)
|
|
21
|
+
*/
|
|
22
|
+
'error'?: string;
|
|
23
|
+
'metadata': ProjectDatasetMetadataClasses | ProjectDatasetMetadataRegression;
|
|
24
|
+
static discriminator: string | undefined;
|
|
25
|
+
static attributeTypeMap: Array<{
|
|
26
|
+
name: string;
|
|
27
|
+
baseName: string;
|
|
28
|
+
type: string;
|
|
29
|
+
}>;
|
|
30
|
+
static getAttributeTypeMap(): {
|
|
31
|
+
name: string;
|
|
32
|
+
baseName: string;
|
|
33
|
+
type: string;
|
|
34
|
+
}[];
|
|
35
|
+
}
|
|
@@ -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.GetRawDataProjectMetadataResponse = void 0;
|
|
15
|
+
class GetRawDataProjectMetadataResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetRawDataProjectMetadataResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetRawDataProjectMetadataResponse = GetRawDataProjectMetadataResponse;
|
|
21
|
+
GetRawDataProjectMetadataResponse.discriminator = undefined;
|
|
22
|
+
GetRawDataProjectMetadataResponse.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": "metadata",
|
|
35
|
+
"baseName": "metadata",
|
|
36
|
+
"type": "ProjectDatasetMetadataClasses | ProjectDatasetMetadataRegression"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
//# sourceMappingURL=getRawDataProjectMetadataResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRawDataProjectMetadataResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/getRawDataProjectMetadataResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAOH,MAAa,iCAAiC;IA8B1C,MAAM,CAAC,mBAAmB;QACtB,OAAO,iCAAiC,CAAC,gBAAgB,CAAC;IAC9D,CAAC;;AAhCL,8EAiCC;AAtBU,+CAAa,GAAuB,SAAS,CAAC;AAE9C,kDAAgB,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,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,kEAAkE;KAC7E;CAAK,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
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 { ProjectDatasetMetadataClasses } from './projectDatasetMetadataClasses';
|
|
13
|
+
import { ProjectDatasetMetadataRegression } from './projectDatasetMetadataRegression';
|
|
14
|
+
export declare class GetRawDataProjectMetadataResponseAllOf {
|
|
15
|
+
'metadata': ProjectDatasetMetadataClasses | ProjectDatasetMetadataRegression;
|
|
16
|
+
static discriminator: string | undefined;
|
|
17
|
+
static attributeTypeMap: Array<{
|
|
18
|
+
name: string;
|
|
19
|
+
baseName: string;
|
|
20
|
+
type: string;
|
|
21
|
+
}>;
|
|
22
|
+
static getAttributeTypeMap(): {
|
|
23
|
+
name: string;
|
|
24
|
+
baseName: string;
|
|
25
|
+
type: string;
|
|
26
|
+
}[];
|
|
27
|
+
}
|
|
@@ -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.GetRawDataProjectMetadataResponseAllOf = void 0;
|
|
15
|
+
class GetRawDataProjectMetadataResponseAllOf {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetRawDataProjectMetadataResponseAllOf.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetRawDataProjectMetadataResponseAllOf = GetRawDataProjectMetadataResponseAllOf;
|
|
21
|
+
GetRawDataProjectMetadataResponseAllOf.discriminator = undefined;
|
|
22
|
+
GetRawDataProjectMetadataResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "metadata",
|
|
25
|
+
"baseName": "metadata",
|
|
26
|
+
"type": "ProjectDatasetMetadataClasses | ProjectDatasetMetadataRegression"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
//# sourceMappingURL=getRawDataProjectMetadataResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRawDataProjectMetadataResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/getRawDataProjectMetadataResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,sCAAsC;IAY/C,MAAM,CAAC,mBAAmB;QACtB,OAAO,sCAAsC,CAAC,gBAAgB,CAAC;IACnE,CAAC;;AAdL,wFAeC;AAZU,oDAAa,GAAuB,SAAS,CAAC;AAE9C,uDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,kEAAkE;KAC7E;CAAK,CAAC"}
|
|
@@ -19,6 +19,10 @@ export declare class GetSSODomainIdPsResponse {
|
|
|
19
19
|
*/
|
|
20
20
|
'error'?: string;
|
|
21
21
|
'idps': Array<string>;
|
|
22
|
+
/**
|
|
23
|
+
* True when the user has no password set and none of their linked IDPs are currently valid. The client should display the password-setup flow instead of the password input.
|
|
24
|
+
*/
|
|
25
|
+
'needsPasswordSetup'?: boolean;
|
|
22
26
|
static discriminator: string | undefined;
|
|
23
27
|
static attributeTypeMap: Array<{
|
|
24
28
|
name: string;
|
|
@@ -34,6 +34,11 @@ GetSSODomainIdPsResponse.attributeTypeMap = [
|
|
|
34
34
|
"name": "idps",
|
|
35
35
|
"baseName": "idps",
|
|
36
36
|
"type": "Array<string>"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "needsPasswordSetup",
|
|
40
|
+
"baseName": "needsPasswordSetup",
|
|
41
|
+
"type": "boolean"
|
|
37
42
|
}
|
|
38
43
|
];
|
|
39
44
|
//# sourceMappingURL=getSSODomainIdPsResponse.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSSODomainIdPsResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/getSSODomainIdPsResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,wBAAwB;
|
|
1
|
+
{"version":3,"file":"getSSODomainIdPsResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/getSSODomainIdPsResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,wBAAwB;IAuCjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAzCL,4DA0CC;AA3BU,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,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,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC"}
|
|
@@ -11,6 +11,10 @@
|
|
|
11
11
|
*/
|
|
12
12
|
export declare class GetSSODomainIdPsResponseAllOf {
|
|
13
13
|
'idps': Array<string>;
|
|
14
|
+
/**
|
|
15
|
+
* True when the user has no password set and none of their linked IDPs are currently valid. The client should display the password-setup flow instead of the password input.
|
|
16
|
+
*/
|
|
17
|
+
'needsPasswordSetup'?: boolean;
|
|
14
18
|
static discriminator: string | undefined;
|
|
15
19
|
static attributeTypeMap: Array<{
|
|
16
20
|
name: string;
|
|
@@ -24,6 +24,11 @@ GetSSODomainIdPsResponseAllOf.attributeTypeMap = [
|
|
|
24
24
|
"name": "idps",
|
|
25
25
|
"baseName": "idps",
|
|
26
26
|
"type": "Array<string>"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "needsPasswordSetup",
|
|
30
|
+
"baseName": "needsPasswordSetup",
|
|
31
|
+
"type": "boolean"
|
|
27
32
|
}
|
|
28
33
|
];
|
|
29
34
|
//# sourceMappingURL=getSSODomainIdPsResponseAllOf.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSSODomainIdPsResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/getSSODomainIdPsResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,6BAA6B;
|
|
1
|
+
{"version":3,"file":"getSSODomainIdPsResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/getSSODomainIdPsResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,6BAA6B;IAqBtC,MAAM,CAAC,mBAAmB;QACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AAvBL,sEAwBC;AAjBU,2CAAa,GAAuB,SAAS,CAAC;AAE9C,8CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC"}
|
|
@@ -18,6 +18,7 @@ export * from './addApiKeyResponse';
|
|
|
18
18
|
export * from './addApiKeyResponseAllOf';
|
|
19
19
|
export * from './addCollaboratorRequest';
|
|
20
20
|
export * from './addHmacKeyRequest';
|
|
21
|
+
export * from './addIngestionOnlyProjectApiKeyRequest';
|
|
21
22
|
export * from './addKerasFilesRequest';
|
|
22
23
|
export * from './addMemberRequest';
|
|
23
24
|
export * from './addOrganizationApiKeyRequest';
|
|
@@ -560,6 +561,8 @@ export * from './getRawDataMetadataCooccurrenceResponse';
|
|
|
560
561
|
export * from './getRawDataMetadataCooccurrenceResponseAllOf';
|
|
561
562
|
export * from './getRawDataMetadataDistributionResponse';
|
|
562
563
|
export * from './getRawDataMetadataDistributionResponseAllOf';
|
|
564
|
+
export * from './getRawDataProjectMetadataResponse';
|
|
565
|
+
export * from './getRawDataProjectMetadataResponseAllOf';
|
|
563
566
|
export * from './getSSODomainIdPsResponse';
|
|
564
567
|
export * from './getSSODomainIdPsResponseAllOf';
|
|
565
568
|
export * from './getSampleDspResponse';
|
|
@@ -923,6 +926,22 @@ export * from './projectDataIntervalResponseAllOf';
|
|
|
923
926
|
export * from './projectDataIntervalResponseAllOfByDatastream';
|
|
924
927
|
export * from './projectDataIntervalResponseAllOfSensors';
|
|
925
928
|
export * from './projectDataSummary';
|
|
929
|
+
export * from './projectDatasetMetadataBase';
|
|
930
|
+
export * from './projectDatasetMetadataCategoryData';
|
|
931
|
+
export * from './projectDatasetMetadataClasses';
|
|
932
|
+
export * from './projectDatasetMetadataClassesAllOf';
|
|
933
|
+
export * from './projectDatasetMetadataClassesCategory';
|
|
934
|
+
export * from './projectDatasetMetadataClassesCategoryAllOf';
|
|
935
|
+
export * from './projectDatasetMetadataCommon';
|
|
936
|
+
export * from './projectDatasetMetadataRatioClass';
|
|
937
|
+
export * from './projectDatasetMetadataRatioClasses';
|
|
938
|
+
export * from './projectDatasetMetadataRatioCount';
|
|
939
|
+
export * from './projectDatasetMetadataRatioNoRatio';
|
|
940
|
+
export * from './projectDatasetMetadataRatioRegression';
|
|
941
|
+
export * from './projectDatasetMetadataRegression';
|
|
942
|
+
export * from './projectDatasetMetadataRegressionAllOf';
|
|
943
|
+
export * from './projectDatasetMetadataRegressionCategory';
|
|
944
|
+
export * from './projectDatasetMetadataRegressionCategoryAllOf';
|
|
926
945
|
export * from './projectDeploymentTarget';
|
|
927
946
|
export * from './projectDeploymentTargetAllOf';
|
|
928
947
|
export * from './projectDeploymentTargetsResponse';
|
|
@@ -962,6 +981,9 @@ export * from './publicProjectLicense';
|
|
|
962
981
|
export * from './publicProjectTierAvailability';
|
|
963
982
|
export * from './rawDataCategory';
|
|
964
983
|
export * from './rawDataFilterCategory';
|
|
984
|
+
export * from './rawDataLabelDistributionLabel';
|
|
985
|
+
export * from './rawDataLabelDistributionRegressionValueGroup';
|
|
986
|
+
export * from './rawDataLabelDistributionRegressionValueGroupsPerKey';
|
|
965
987
|
export * from './rawSampleData';
|
|
966
988
|
export * from './rawSampleDataStreamPayloads';
|
|
967
989
|
export * from './rawSampleDataStreamPayloadsDatastreamPayloads';
|
|
@@ -35,6 +35,7 @@ __exportStar(require("./addApiKeyResponse"), exports);
|
|
|
35
35
|
__exportStar(require("./addApiKeyResponseAllOf"), exports);
|
|
36
36
|
__exportStar(require("./addCollaboratorRequest"), exports);
|
|
37
37
|
__exportStar(require("./addHmacKeyRequest"), exports);
|
|
38
|
+
__exportStar(require("./addIngestionOnlyProjectApiKeyRequest"), exports);
|
|
38
39
|
__exportStar(require("./addKerasFilesRequest"), exports);
|
|
39
40
|
__exportStar(require("./addMemberRequest"), exports);
|
|
40
41
|
__exportStar(require("./addOrganizationApiKeyRequest"), exports);
|
|
@@ -577,6 +578,8 @@ __exportStar(require("./getRawDataMetadataCooccurrenceResponse"), exports);
|
|
|
577
578
|
__exportStar(require("./getRawDataMetadataCooccurrenceResponseAllOf"), exports);
|
|
578
579
|
__exportStar(require("./getRawDataMetadataDistributionResponse"), exports);
|
|
579
580
|
__exportStar(require("./getRawDataMetadataDistributionResponseAllOf"), exports);
|
|
581
|
+
__exportStar(require("./getRawDataProjectMetadataResponse"), exports);
|
|
582
|
+
__exportStar(require("./getRawDataProjectMetadataResponseAllOf"), exports);
|
|
580
583
|
__exportStar(require("./getSSODomainIdPsResponse"), exports);
|
|
581
584
|
__exportStar(require("./getSSODomainIdPsResponseAllOf"), exports);
|
|
582
585
|
__exportStar(require("./getSampleDspResponse"), exports);
|
|
@@ -940,6 +943,22 @@ __exportStar(require("./projectDataIntervalResponseAllOf"), exports);
|
|
|
940
943
|
__exportStar(require("./projectDataIntervalResponseAllOfByDatastream"), exports);
|
|
941
944
|
__exportStar(require("./projectDataIntervalResponseAllOfSensors"), exports);
|
|
942
945
|
__exportStar(require("./projectDataSummary"), exports);
|
|
946
|
+
__exportStar(require("./projectDatasetMetadataBase"), exports);
|
|
947
|
+
__exportStar(require("./projectDatasetMetadataCategoryData"), exports);
|
|
948
|
+
__exportStar(require("./projectDatasetMetadataClasses"), exports);
|
|
949
|
+
__exportStar(require("./projectDatasetMetadataClassesAllOf"), exports);
|
|
950
|
+
__exportStar(require("./projectDatasetMetadataClassesCategory"), exports);
|
|
951
|
+
__exportStar(require("./projectDatasetMetadataClassesCategoryAllOf"), exports);
|
|
952
|
+
__exportStar(require("./projectDatasetMetadataCommon"), exports);
|
|
953
|
+
__exportStar(require("./projectDatasetMetadataRatioClass"), exports);
|
|
954
|
+
__exportStar(require("./projectDatasetMetadataRatioClasses"), exports);
|
|
955
|
+
__exportStar(require("./projectDatasetMetadataRatioCount"), exports);
|
|
956
|
+
__exportStar(require("./projectDatasetMetadataRatioNoRatio"), exports);
|
|
957
|
+
__exportStar(require("./projectDatasetMetadataRatioRegression"), exports);
|
|
958
|
+
__exportStar(require("./projectDatasetMetadataRegression"), exports);
|
|
959
|
+
__exportStar(require("./projectDatasetMetadataRegressionAllOf"), exports);
|
|
960
|
+
__exportStar(require("./projectDatasetMetadataRegressionCategory"), exports);
|
|
961
|
+
__exportStar(require("./projectDatasetMetadataRegressionCategoryAllOf"), exports);
|
|
943
962
|
__exportStar(require("./projectDeploymentTarget"), exports);
|
|
944
963
|
__exportStar(require("./projectDeploymentTargetAllOf"), exports);
|
|
945
964
|
__exportStar(require("./projectDeploymentTargetsResponse"), exports);
|
|
@@ -979,6 +998,9 @@ __exportStar(require("./publicProjectLicense"), exports);
|
|
|
979
998
|
__exportStar(require("./publicProjectTierAvailability"), exports);
|
|
980
999
|
__exportStar(require("./rawDataCategory"), exports);
|
|
981
1000
|
__exportStar(require("./rawDataFilterCategory"), exports);
|
|
1001
|
+
__exportStar(require("./rawDataLabelDistributionLabel"), exports);
|
|
1002
|
+
__exportStar(require("./rawDataLabelDistributionRegressionValueGroup"), exports);
|
|
1003
|
+
__exportStar(require("./rawDataLabelDistributionRegressionValueGroupsPerKey"), exports);
|
|
982
1004
|
__exportStar(require("./rawSampleData"), exports);
|
|
983
1005
|
__exportStar(require("./rawSampleDataStreamPayloads"), exports);
|
|
984
1006
|
__exportStar(require("./rawSampleDataStreamPayloadsDatastreamPayloads"), exports);
|
|
@@ -1246,6 +1268,7 @@ const addApiKeyResponse_1 = require("./addApiKeyResponse");
|
|
|
1246
1268
|
const addApiKeyResponseAllOf_1 = require("./addApiKeyResponseAllOf");
|
|
1247
1269
|
const addCollaboratorRequest_1 = require("./addCollaboratorRequest");
|
|
1248
1270
|
const addHmacKeyRequest_1 = require("./addHmacKeyRequest");
|
|
1271
|
+
const addIngestionOnlyProjectApiKeyRequest_1 = require("./addIngestionOnlyProjectApiKeyRequest");
|
|
1249
1272
|
const addKerasFilesRequest_1 = require("./addKerasFilesRequest");
|
|
1250
1273
|
const addMemberRequest_1 = require("./addMemberRequest");
|
|
1251
1274
|
const addOrganizationApiKeyRequest_1 = require("./addOrganizationApiKeyRequest");
|
|
@@ -1774,6 +1797,8 @@ const getRawDataMetadataCooccurrenceResponse_1 = require("./getRawDataMetadataCo
|
|
|
1774
1797
|
const getRawDataMetadataCooccurrenceResponseAllOf_1 = require("./getRawDataMetadataCooccurrenceResponseAllOf");
|
|
1775
1798
|
const getRawDataMetadataDistributionResponse_1 = require("./getRawDataMetadataDistributionResponse");
|
|
1776
1799
|
const getRawDataMetadataDistributionResponseAllOf_1 = require("./getRawDataMetadataDistributionResponseAllOf");
|
|
1800
|
+
const getRawDataProjectMetadataResponse_1 = require("./getRawDataProjectMetadataResponse");
|
|
1801
|
+
const getRawDataProjectMetadataResponseAllOf_1 = require("./getRawDataProjectMetadataResponseAllOf");
|
|
1777
1802
|
const getSSODomainIdPsResponse_1 = require("./getSSODomainIdPsResponse");
|
|
1778
1803
|
const getSSODomainIdPsResponseAllOf_1 = require("./getSSODomainIdPsResponseAllOf");
|
|
1779
1804
|
const getSampleDspResponse_1 = require("./getSampleDspResponse");
|
|
@@ -2117,6 +2142,22 @@ const projectDataIntervalResponseAllOf_1 = require("./projectDataIntervalRespons
|
|
|
2117
2142
|
const projectDataIntervalResponseAllOfByDatastream_1 = require("./projectDataIntervalResponseAllOfByDatastream");
|
|
2118
2143
|
const projectDataIntervalResponseAllOfSensors_1 = require("./projectDataIntervalResponseAllOfSensors");
|
|
2119
2144
|
const projectDataSummary_1 = require("./projectDataSummary");
|
|
2145
|
+
const projectDatasetMetadataBase_1 = require("./projectDatasetMetadataBase");
|
|
2146
|
+
const projectDatasetMetadataCategoryData_1 = require("./projectDatasetMetadataCategoryData");
|
|
2147
|
+
const projectDatasetMetadataClasses_1 = require("./projectDatasetMetadataClasses");
|
|
2148
|
+
const projectDatasetMetadataClassesAllOf_1 = require("./projectDatasetMetadataClassesAllOf");
|
|
2149
|
+
const projectDatasetMetadataClassesCategory_1 = require("./projectDatasetMetadataClassesCategory");
|
|
2150
|
+
const projectDatasetMetadataClassesCategoryAllOf_1 = require("./projectDatasetMetadataClassesCategoryAllOf");
|
|
2151
|
+
const projectDatasetMetadataCommon_1 = require("./projectDatasetMetadataCommon");
|
|
2152
|
+
const projectDatasetMetadataRatioClass_1 = require("./projectDatasetMetadataRatioClass");
|
|
2153
|
+
const projectDatasetMetadataRatioClasses_1 = require("./projectDatasetMetadataRatioClasses");
|
|
2154
|
+
const projectDatasetMetadataRatioCount_1 = require("./projectDatasetMetadataRatioCount");
|
|
2155
|
+
const projectDatasetMetadataRatioNoRatio_1 = require("./projectDatasetMetadataRatioNoRatio");
|
|
2156
|
+
const projectDatasetMetadataRatioRegression_1 = require("./projectDatasetMetadataRatioRegression");
|
|
2157
|
+
const projectDatasetMetadataRegression_1 = require("./projectDatasetMetadataRegression");
|
|
2158
|
+
const projectDatasetMetadataRegressionAllOf_1 = require("./projectDatasetMetadataRegressionAllOf");
|
|
2159
|
+
const projectDatasetMetadataRegressionCategory_1 = require("./projectDatasetMetadataRegressionCategory");
|
|
2160
|
+
const projectDatasetMetadataRegressionCategoryAllOf_1 = require("./projectDatasetMetadataRegressionCategoryAllOf");
|
|
2120
2161
|
const projectDeploymentTarget_1 = require("./projectDeploymentTarget");
|
|
2121
2162
|
const projectDeploymentTargetAllOf_1 = require("./projectDeploymentTargetAllOf");
|
|
2122
2163
|
const projectDeploymentTargetsResponse_1 = require("./projectDeploymentTargetsResponse");
|
|
@@ -2148,6 +2189,9 @@ const projectTrainingDataSummaryResponseAllOf_1 = require("./projectTrainingData
|
|
|
2148
2189
|
const projectTrainingDataSummaryResponseAllOfDataSummary_1 = require("./projectTrainingDataSummaryResponseAllOfDataSummary");
|
|
2149
2190
|
const projectVersionRequest_1 = require("./projectVersionRequest");
|
|
2150
2191
|
const publicOrganizationTransformationBlock_1 = require("./publicOrganizationTransformationBlock");
|
|
2192
|
+
const rawDataLabelDistributionLabel_1 = require("./rawDataLabelDistributionLabel");
|
|
2193
|
+
const rawDataLabelDistributionRegressionValueGroup_1 = require("./rawDataLabelDistributionRegressionValueGroup");
|
|
2194
|
+
const rawDataLabelDistributionRegressionValueGroupsPerKey_1 = require("./rawDataLabelDistributionRegressionValueGroupsPerKey");
|
|
2151
2195
|
const rawSampleData_1 = require("./rawSampleData");
|
|
2152
2196
|
const rawSampleDataStreamPayloads_1 = require("./rawSampleDataStreamPayloads");
|
|
2153
2197
|
const rawSampleDataStreamPayloadsDatastreamPayloads_1 = require("./rawSampleDataStreamPayloadsDatastreamPayloads");
|
|
@@ -2554,6 +2598,18 @@ const enumsMap = {
|
|
|
2554
2598
|
"ProjectCategoryEnum": "ProjectCategoryEnum",
|
|
2555
2599
|
"ProjectApiKeyRoleEnum": "ProjectApiKeyRoleEnum",
|
|
2556
2600
|
"ProjectDataIntervalResponseAllOfByDatastreamTypeEnum": "ProjectDataIntervalResponseAllOfByDatastreamTypeEnum",
|
|
2601
|
+
"ProjectDatasetMetadataBaseTypeEnum": "ProjectDatasetMetadataBaseTypeEnum",
|
|
2602
|
+
"ProjectDatasetMetadataClassesTypeEnum": "ProjectDatasetMetadataClassesTypeEnum",
|
|
2603
|
+
"ProjectDatasetMetadataClassesAllOfTypeEnum": "ProjectDatasetMetadataClassesAllOfTypeEnum",
|
|
2604
|
+
"ProjectDatasetMetadataClassesCategoryTypeEnum": "ProjectDatasetMetadataClassesCategoryTypeEnum",
|
|
2605
|
+
"ProjectDatasetMetadataClassesCategoryAllOfTypeEnum": "ProjectDatasetMetadataClassesCategoryAllOfTypeEnum",
|
|
2606
|
+
"ProjectDatasetMetadataRatioClassesTypeEnum": "ProjectDatasetMetadataRatioClassesTypeEnum",
|
|
2607
|
+
"ProjectDatasetMetadataRatioNoRatioTypeEnum": "ProjectDatasetMetadataRatioNoRatioTypeEnum",
|
|
2608
|
+
"ProjectDatasetMetadataRatioRegressionTypeEnum": "ProjectDatasetMetadataRatioRegressionTypeEnum",
|
|
2609
|
+
"ProjectDatasetMetadataRegressionTypeEnum": "ProjectDatasetMetadataRegressionTypeEnum",
|
|
2610
|
+
"ProjectDatasetMetadataRegressionAllOfTypeEnum": "ProjectDatasetMetadataRegressionAllOfTypeEnum",
|
|
2611
|
+
"ProjectDatasetMetadataRegressionCategoryTypeEnum": "ProjectDatasetMetadataRegressionCategoryTypeEnum",
|
|
2612
|
+
"ProjectDatasetMetadataRegressionCategoryAllOfTypeEnum": "ProjectDatasetMetadataRegressionCategoryAllOfTypeEnum",
|
|
2557
2613
|
"ProjectDeploymentTargetUiSectionEnum": "ProjectDeploymentTargetUiSectionEnum",
|
|
2558
2614
|
"ProjectInfoResponseAllOfAcquisitionSettingsViewTypeEnum": "ProjectInfoResponseAllOfAcquisitionSettingsViewTypeEnum",
|
|
2559
2615
|
"ProjectInfoResponseAllOfDeploySettingsSensorEnum": "ProjectInfoResponseAllOfDeploySettingsSensorEnum",
|
|
@@ -2621,6 +2677,7 @@ const typeMap = {
|
|
|
2621
2677
|
"AddApiKeyResponseAllOf": addApiKeyResponseAllOf_1.AddApiKeyResponseAllOf,
|
|
2622
2678
|
"AddCollaboratorRequest": addCollaboratorRequest_1.AddCollaboratorRequest,
|
|
2623
2679
|
"AddHmacKeyRequest": addHmacKeyRequest_1.AddHmacKeyRequest,
|
|
2680
|
+
"AddIngestionOnlyProjectApiKeyRequest": addIngestionOnlyProjectApiKeyRequest_1.AddIngestionOnlyProjectApiKeyRequest,
|
|
2624
2681
|
"AddKerasFilesRequest": addKerasFilesRequest_1.AddKerasFilesRequest,
|
|
2625
2682
|
"AddMemberRequest": addMemberRequest_1.AddMemberRequest,
|
|
2626
2683
|
"AddOrganizationApiKeyRequest": addOrganizationApiKeyRequest_1.AddOrganizationApiKeyRequest,
|
|
@@ -3149,6 +3206,8 @@ const typeMap = {
|
|
|
3149
3206
|
"GetRawDataMetadataCooccurrenceResponseAllOf": getRawDataMetadataCooccurrenceResponseAllOf_1.GetRawDataMetadataCooccurrenceResponseAllOf,
|
|
3150
3207
|
"GetRawDataMetadataDistributionResponse": getRawDataMetadataDistributionResponse_1.GetRawDataMetadataDistributionResponse,
|
|
3151
3208
|
"GetRawDataMetadataDistributionResponseAllOf": getRawDataMetadataDistributionResponseAllOf_1.GetRawDataMetadataDistributionResponseAllOf,
|
|
3209
|
+
"GetRawDataProjectMetadataResponse": getRawDataProjectMetadataResponse_1.GetRawDataProjectMetadataResponse,
|
|
3210
|
+
"GetRawDataProjectMetadataResponseAllOf": getRawDataProjectMetadataResponseAllOf_1.GetRawDataProjectMetadataResponseAllOf,
|
|
3152
3211
|
"GetSSODomainIdPsResponse": getSSODomainIdPsResponse_1.GetSSODomainIdPsResponse,
|
|
3153
3212
|
"GetSSODomainIdPsResponseAllOf": getSSODomainIdPsResponseAllOf_1.GetSSODomainIdPsResponseAllOf,
|
|
3154
3213
|
"GetSampleDspResponse": getSampleDspResponse_1.GetSampleDspResponse,
|
|
@@ -3492,6 +3551,22 @@ const typeMap = {
|
|
|
3492
3551
|
"ProjectDataIntervalResponseAllOfByDatastream": projectDataIntervalResponseAllOfByDatastream_1.ProjectDataIntervalResponseAllOfByDatastream,
|
|
3493
3552
|
"ProjectDataIntervalResponseAllOfSensors": projectDataIntervalResponseAllOfSensors_1.ProjectDataIntervalResponseAllOfSensors,
|
|
3494
3553
|
"ProjectDataSummary": projectDataSummary_1.ProjectDataSummary,
|
|
3554
|
+
"ProjectDatasetMetadataBase": projectDatasetMetadataBase_1.ProjectDatasetMetadataBase,
|
|
3555
|
+
"ProjectDatasetMetadataCategoryData": projectDatasetMetadataCategoryData_1.ProjectDatasetMetadataCategoryData,
|
|
3556
|
+
"ProjectDatasetMetadataClasses": projectDatasetMetadataClasses_1.ProjectDatasetMetadataClasses,
|
|
3557
|
+
"ProjectDatasetMetadataClassesAllOf": projectDatasetMetadataClassesAllOf_1.ProjectDatasetMetadataClassesAllOf,
|
|
3558
|
+
"ProjectDatasetMetadataClassesCategory": projectDatasetMetadataClassesCategory_1.ProjectDatasetMetadataClassesCategory,
|
|
3559
|
+
"ProjectDatasetMetadataClassesCategoryAllOf": projectDatasetMetadataClassesCategoryAllOf_1.ProjectDatasetMetadataClassesCategoryAllOf,
|
|
3560
|
+
"ProjectDatasetMetadataCommon": projectDatasetMetadataCommon_1.ProjectDatasetMetadataCommon,
|
|
3561
|
+
"ProjectDatasetMetadataRatioClass": projectDatasetMetadataRatioClass_1.ProjectDatasetMetadataRatioClass,
|
|
3562
|
+
"ProjectDatasetMetadataRatioClasses": projectDatasetMetadataRatioClasses_1.ProjectDatasetMetadataRatioClasses,
|
|
3563
|
+
"ProjectDatasetMetadataRatioCount": projectDatasetMetadataRatioCount_1.ProjectDatasetMetadataRatioCount,
|
|
3564
|
+
"ProjectDatasetMetadataRatioNoRatio": projectDatasetMetadataRatioNoRatio_1.ProjectDatasetMetadataRatioNoRatio,
|
|
3565
|
+
"ProjectDatasetMetadataRatioRegression": projectDatasetMetadataRatioRegression_1.ProjectDatasetMetadataRatioRegression,
|
|
3566
|
+
"ProjectDatasetMetadataRegression": projectDatasetMetadataRegression_1.ProjectDatasetMetadataRegression,
|
|
3567
|
+
"ProjectDatasetMetadataRegressionAllOf": projectDatasetMetadataRegressionAllOf_1.ProjectDatasetMetadataRegressionAllOf,
|
|
3568
|
+
"ProjectDatasetMetadataRegressionCategory": projectDatasetMetadataRegressionCategory_1.ProjectDatasetMetadataRegressionCategory,
|
|
3569
|
+
"ProjectDatasetMetadataRegressionCategoryAllOf": projectDatasetMetadataRegressionCategoryAllOf_1.ProjectDatasetMetadataRegressionCategoryAllOf,
|
|
3495
3570
|
"ProjectDeploymentTarget": projectDeploymentTarget_1.ProjectDeploymentTarget,
|
|
3496
3571
|
"ProjectDeploymentTargetAllOf": projectDeploymentTargetAllOf_1.ProjectDeploymentTargetAllOf,
|
|
3497
3572
|
"ProjectDeploymentTargetsResponse": projectDeploymentTargetsResponse_1.ProjectDeploymentTargetsResponse,
|
|
@@ -3523,6 +3598,9 @@ const typeMap = {
|
|
|
3523
3598
|
"ProjectTrainingDataSummaryResponseAllOfDataSummary": projectTrainingDataSummaryResponseAllOfDataSummary_1.ProjectTrainingDataSummaryResponseAllOfDataSummary,
|
|
3524
3599
|
"ProjectVersionRequest": projectVersionRequest_1.ProjectVersionRequest,
|
|
3525
3600
|
"PublicOrganizationTransformationBlock": publicOrganizationTransformationBlock_1.PublicOrganizationTransformationBlock,
|
|
3601
|
+
"RawDataLabelDistributionLabel": rawDataLabelDistributionLabel_1.RawDataLabelDistributionLabel,
|
|
3602
|
+
"RawDataLabelDistributionRegressionValueGroup": rawDataLabelDistributionRegressionValueGroup_1.RawDataLabelDistributionRegressionValueGroup,
|
|
3603
|
+
"RawDataLabelDistributionRegressionValueGroupsPerKey": rawDataLabelDistributionRegressionValueGroupsPerKey_1.RawDataLabelDistributionRegressionValueGroupsPerKey,
|
|
3526
3604
|
"RawSampleData": rawSampleData_1.RawSampleData,
|
|
3527
3605
|
"RawSampleDataStreamPayloads": rawSampleDataStreamPayloads_1.RawSampleDataStreamPayloads,
|
|
3528
3606
|
"RawSampleDataStreamPayloadsDatastreamPayloads": rawSampleDataStreamPayloadsDatastreamPayloads_1.RawSampleDataStreamPayloadsDatastreamPayloads,
|