edge-impulse-api 1.92.4 → 1.92.6
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 +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/model/addOrganizationApiKeyRequest.d.ts +4 -0
- package/build/library/sdk/model/addOrganizationApiKeyRequest.js +5 -0
- package/build/library/sdk/model/addOrganizationApiKeyRequest.js.map +1 -1
- package/build/library/sdk/model/addOrganizationApiKeyRequestAllOf.d.ts +4 -0
- package/build/library/sdk/model/addOrganizationApiKeyRequestAllOf.js +5 -0
- package/build/library/sdk/model/addOrganizationApiKeyRequestAllOf.js.map +1 -1
- package/build/library/sdk/model/addProjectApiKeyRequest.d.ts +5 -1
- package/build/library/sdk/model/addProjectApiKeyRequest.js +6 -1
- package/build/library/sdk/model/addProjectApiKeyRequest.js.map +1 -1
- package/build/library/sdk/model/addProjectApiKeyRequestAllOf.d.ts +5 -1
- package/build/library/sdk/model/addProjectApiKeyRequestAllOf.js +6 -1
- package/build/library/sdk/model/addProjectApiKeyRequestAllOf.js.map +1 -1
- package/build/library/sdk/model/adminCreateProjectRequest.d.ts +4 -0
- package/build/library/sdk/model/adminCreateProjectRequest.js +5 -0
- package/build/library/sdk/model/adminCreateProjectRequest.js.map +1 -1
- package/build/library/sdk/model/createProjectRequest.d.ts +4 -0
- package/build/library/sdk/model/createProjectRequest.js +5 -0
- package/build/library/sdk/model/createProjectRequest.js.map +1 -1
- package/build/library/sdk/model/getHmacDevkeyResponse.d.ts +36 -0
- package/build/library/sdk/model/getHmacDevkeyResponse.js +39 -0
- package/build/library/sdk/model/getHmacDevkeyResponse.js.map +1 -0
- package/build/library/sdk/model/getHmacDevkeyResponseAllOf.d.ts +28 -0
- package/build/library/sdk/model/getHmacDevkeyResponseAllOf.js +29 -0
- package/build/library/sdk/model/getHmacDevkeyResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/models.d.ts +2 -0
- package/build/library/sdk/model/models.js +6 -0
- package/build/library/sdk/model/models.js.map +1 -1
- package/build/library/sdk/model/organizationApiKey.d.ts +4 -0
- package/build/library/sdk/model/organizationApiKey.js +5 -0
- package/build/library/sdk/model/organizationApiKey.js.map +1 -1
- package/build/library/sdk/model/projectApiKey.d.ts +5 -1
- package/build/library/sdk/model/projectApiKey.js +6 -1
- package/build/library/sdk/model/projectApiKey.js.map +1 -1
- package/build/library/sdk/model/restoreProjectRequest.d.ts +2 -2
- package/build/library/sdk/model/updateOrganizationCreateEmptyProjectRequest.d.ts +4 -0
- package/build/library/sdk/model/updateOrganizationCreateEmptyProjectRequest.js +5 -0
- package/build/library/sdk/model/updateOrganizationCreateEmptyProjectRequest.js.map +1 -1
- package/package.json +1 -1
|
@@ -19,6 +19,10 @@ export declare class AddOrganizationApiKeyRequest {
|
|
|
19
19
|
*/
|
|
20
20
|
'apiKey'?: string;
|
|
21
21
|
'role': AddOrganizationApiKeyRequestRoleEnum;
|
|
22
|
+
/**
|
|
23
|
+
* Optional: time to live in seconds.
|
|
24
|
+
*/
|
|
25
|
+
'ttl'?: number;
|
|
22
26
|
static discriminator: string | undefined;
|
|
23
27
|
static attributeTypeMap: Array<{
|
|
24
28
|
name: string;
|
|
@@ -34,6 +34,11 @@ AddOrganizationApiKeyRequest.attributeTypeMap = [
|
|
|
34
34
|
"name": "role",
|
|
35
35
|
"baseName": "role",
|
|
36
36
|
"type": "AddOrganizationApiKeyRequestRoleEnum"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "ttl",
|
|
40
|
+
"baseName": "ttl",
|
|
41
|
+
"type": "number"
|
|
37
42
|
}
|
|
38
43
|
];
|
|
39
44
|
exports.AddOrganizationApiKeyRequestRoleEnumValues = ['admin', 'member'];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"addOrganizationApiKeyRequest.js","sourceRoot":"","sources":["../../../../library/sdk/model/addOrganizationApiKeyRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,4BAA4B;
|
|
1
|
+
{"version":3,"file":"addOrganizationApiKeyRequest.js","sourceRoot":"","sources":["../../../../library/sdk/model/addOrganizationApiKeyRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,4BAA4B;IAuCrC,MAAM,CAAC,mBAAmB;QACtB,OAAO,4BAA4B,CAAC,gBAAgB,CAAC;IACzD,CAAC;;AAzCL,oEA0CC;AA3BU,0CAAa,GAAuB,SAAS,CAAC;AAE9C,6CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,sCAAsC;KACjD;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AASF,QAAA,0CAA0C,GAAa,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC"}
|
|
@@ -11,6 +11,10 @@
|
|
|
11
11
|
*/
|
|
12
12
|
export declare class AddOrganizationApiKeyRequestAllOf {
|
|
13
13
|
'role': AddOrganizationApiKeyRequestAllOfRoleEnum;
|
|
14
|
+
/**
|
|
15
|
+
* Optional: time to live in seconds.
|
|
16
|
+
*/
|
|
17
|
+
'ttl'?: number;
|
|
14
18
|
static discriminator: string | undefined;
|
|
15
19
|
static attributeTypeMap: Array<{
|
|
16
20
|
name: string;
|
|
@@ -24,6 +24,11 @@ AddOrganizationApiKeyRequestAllOf.attributeTypeMap = [
|
|
|
24
24
|
"name": "role",
|
|
25
25
|
"baseName": "role",
|
|
26
26
|
"type": "AddOrganizationApiKeyRequestAllOfRoleEnum"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "ttl",
|
|
30
|
+
"baseName": "ttl",
|
|
31
|
+
"type": "number"
|
|
27
32
|
}
|
|
28
33
|
];
|
|
29
34
|
exports.AddOrganizationApiKeyRequestAllOfRoleEnumValues = ['admin', 'member'];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"addOrganizationApiKeyRequestAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/addOrganizationApiKeyRequestAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,iCAAiC;
|
|
1
|
+
{"version":3,"file":"addOrganizationApiKeyRequestAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/addOrganizationApiKeyRequestAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,iCAAiC;IAqB1C,MAAM,CAAC,mBAAmB;QACtB,OAAO,iCAAiC,CAAC,gBAAgB,CAAC;IAC9D,CAAC;;AAvBL,8EAwBC;AAjBU,+CAAa,GAAuB,SAAS,CAAC;AAE9C,kDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,2CAA2C;KACtD;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AASF,QAAA,+CAA+C,GAAa,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC"}
|
|
@@ -23,6 +23,10 @@ export declare class AddProjectApiKeyRequest {
|
|
|
23
23
|
*/
|
|
24
24
|
'isDevelopmentKey': boolean;
|
|
25
25
|
'role': AddProjectApiKeyRequestRoleEnum;
|
|
26
|
+
/**
|
|
27
|
+
* Optional: time to live in seconds.
|
|
28
|
+
*/
|
|
29
|
+
'ttl'?: number;
|
|
26
30
|
static discriminator: string | undefined;
|
|
27
31
|
static attributeTypeMap: Array<{
|
|
28
32
|
name: string;
|
|
@@ -35,5 +39,5 @@ export declare class AddProjectApiKeyRequest {
|
|
|
35
39
|
type: string;
|
|
36
40
|
}[];
|
|
37
41
|
}
|
|
38
|
-
export type AddProjectApiKeyRequestRoleEnum = 'admin' | 'readonly' | 'ingestiononly';
|
|
42
|
+
export type AddProjectApiKeyRequestRoleEnum = 'admin' | 'readonly' | 'ingestiononly' | 'ingestion_deployment';
|
|
39
43
|
export declare const AddProjectApiKeyRequestRoleEnumValues: string[];
|
|
@@ -39,7 +39,12 @@ AddProjectApiKeyRequest.attributeTypeMap = [
|
|
|
39
39
|
"name": "role",
|
|
40
40
|
"baseName": "role",
|
|
41
41
|
"type": "AddProjectApiKeyRequestRoleEnum"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "ttl",
|
|
45
|
+
"baseName": "ttl",
|
|
46
|
+
"type": "number"
|
|
42
47
|
}
|
|
43
48
|
];
|
|
44
|
-
exports.AddProjectApiKeyRequestRoleEnumValues = ['admin', 'readonly', 'ingestiononly'];
|
|
49
|
+
exports.AddProjectApiKeyRequestRoleEnumValues = ['admin', 'readonly', 'ingestiononly', 'ingestion_deployment'];
|
|
45
50
|
//# sourceMappingURL=addProjectApiKeyRequest.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"addProjectApiKeyRequest.js","sourceRoot":"","sources":["../../../../library/sdk/model/addProjectApiKeyRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,uBAAuB;
|
|
1
|
+
{"version":3,"file":"addProjectApiKeyRequest.js","sourceRoot":"","sources":["../../../../library/sdk/model/addProjectApiKeyRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,uBAAuB;IAgDhC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AAlDL,0DAmDC;AAhCU,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,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,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AASF,QAAA,qCAAqC,GAAa,CAAC,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,sBAAsB,CAAC,CAAC"}
|
|
@@ -15,6 +15,10 @@ export declare class AddProjectApiKeyRequestAllOf {
|
|
|
15
15
|
*/
|
|
16
16
|
'isDevelopmentKey': boolean;
|
|
17
17
|
'role': AddProjectApiKeyRequestAllOfRoleEnum;
|
|
18
|
+
/**
|
|
19
|
+
* Optional: time to live in seconds.
|
|
20
|
+
*/
|
|
21
|
+
'ttl'?: number;
|
|
18
22
|
static discriminator: string | undefined;
|
|
19
23
|
static attributeTypeMap: Array<{
|
|
20
24
|
name: string;
|
|
@@ -27,5 +31,5 @@ export declare class AddProjectApiKeyRequestAllOf {
|
|
|
27
31
|
type: string;
|
|
28
32
|
}[];
|
|
29
33
|
}
|
|
30
|
-
export type AddProjectApiKeyRequestAllOfRoleEnum = 'admin' | 'readonly' | 'ingestiononly';
|
|
34
|
+
export type AddProjectApiKeyRequestAllOfRoleEnum = 'admin' | 'readonly' | 'ingestiononly' | 'ingestion_deployment';
|
|
31
35
|
export declare const AddProjectApiKeyRequestAllOfRoleEnumValues: string[];
|
|
@@ -29,7 +29,12 @@ AddProjectApiKeyRequestAllOf.attributeTypeMap = [
|
|
|
29
29
|
"name": "role",
|
|
30
30
|
"baseName": "role",
|
|
31
31
|
"type": "AddProjectApiKeyRequestAllOfRoleEnum"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "ttl",
|
|
35
|
+
"baseName": "ttl",
|
|
36
|
+
"type": "number"
|
|
32
37
|
}
|
|
33
38
|
];
|
|
34
|
-
exports.AddProjectApiKeyRequestAllOfRoleEnumValues = ['admin', 'readonly', 'ingestiononly'];
|
|
39
|
+
exports.AddProjectApiKeyRequestAllOfRoleEnumValues = ['admin', 'readonly', 'ingestiononly', 'ingestion_deployment'];
|
|
35
40
|
//# sourceMappingURL=addProjectApiKeyRequestAllOf.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"addProjectApiKeyRequestAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/addProjectApiKeyRequestAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,4BAA4B;
|
|
1
|
+
{"version":3,"file":"addProjectApiKeyRequestAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/addProjectApiKeyRequestAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,4BAA4B;IA8BrC,MAAM,CAAC,mBAAmB;QACtB,OAAO,4BAA4B,CAAC,gBAAgB,CAAC;IACzD,CAAC;;AAhCL,oEAiCC;AAtBU,0CAAa,GAAuB,SAAS,CAAC;AAE9C,6CAAgB,GAA0D;IAC7E;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,sCAAsC;KACjD;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AASF,QAAA,0CAA0C,GAAa,CAAC,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,sBAAsB,CAAC,CAAC"}
|
|
@@ -24,6 +24,10 @@ export declare class AdminCreateProjectRequest {
|
|
|
24
24
|
* Email of the owner of the new project. Either this parameter or ownerId must be set.
|
|
25
25
|
*/
|
|
26
26
|
'ownerEmail'?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Whether to create an API key. If set to FALSE, the \"apiKey\" property on the response will be empty. If this field is not set, it will default to TRUE.
|
|
29
|
+
*/
|
|
30
|
+
'createApiKey'?: boolean;
|
|
27
31
|
static discriminator: string | undefined;
|
|
28
32
|
static attributeTypeMap: Array<{
|
|
29
33
|
name: string;
|
|
@@ -39,6 +39,11 @@ AdminCreateProjectRequest.attributeTypeMap = [
|
|
|
39
39
|
"name": "ownerEmail",
|
|
40
40
|
"baseName": "ownerEmail",
|
|
41
41
|
"type": "string"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "createApiKey",
|
|
45
|
+
"baseName": "createApiKey",
|
|
46
|
+
"type": "boolean"
|
|
42
47
|
}
|
|
43
48
|
];
|
|
44
49
|
//# sourceMappingURL=adminCreateProjectRequest.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"adminCreateProjectRequest.js","sourceRoot":"","sources":["../../../../library/sdk/model/adminCreateProjectRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,yBAAyB;
|
|
1
|
+
{"version":3,"file":"adminCreateProjectRequest.js","sourceRoot":"","sources":["../../../../library/sdk/model/adminCreateProjectRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,yBAAyB;IAgDlC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AAlDL,8DAmDC;AAhCU,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC"}
|
|
@@ -26,6 +26,10 @@ export declare class CreateProjectRequest {
|
|
|
26
26
|
*/
|
|
27
27
|
'showGettingStartedWizard'?: boolean;
|
|
28
28
|
'tutorialKey'?: TutorialType;
|
|
29
|
+
/**
|
|
30
|
+
* Whether to create an API key. If set to FALSE, the \"apiKey\" property on the response will be empty. If this field is not set, it will default to TRUE.
|
|
31
|
+
*/
|
|
32
|
+
'createApiKey'?: boolean;
|
|
29
33
|
static discriminator: string | undefined;
|
|
30
34
|
static attributeTypeMap: Array<{
|
|
31
35
|
name: string;
|
|
@@ -44,6 +44,11 @@ CreateProjectRequest.attributeTypeMap = [
|
|
|
44
44
|
"name": "tutorialKey",
|
|
45
45
|
"baseName": "tutorialKey",
|
|
46
46
|
"type": "TutorialType"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "createApiKey",
|
|
50
|
+
"baseName": "createApiKey",
|
|
51
|
+
"type": "boolean"
|
|
47
52
|
}
|
|
48
53
|
];
|
|
49
54
|
//# sourceMappingURL=createProjectRequest.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createProjectRequest.js","sourceRoot":"","sources":["../../../../library/sdk/model/createProjectRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,oBAAoB;
|
|
1
|
+
{"version":3,"file":"createProjectRequest.js","sourceRoot":"","sources":["../../../../library/sdk/model/createProjectRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,oBAAoB;IAsD7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AAxDL,oDAyDC;AArCU,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,0BAA0B;QAClC,UAAU,EAAE,0BAA0B;QACtC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,0BAA0B;QAClC,UAAU,EAAE,0BAA0B;QACtC,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
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 GetHmacDevkeyResponse {
|
|
13
|
+
/**
|
|
14
|
+
* Whether the operation succeeded
|
|
15
|
+
*/
|
|
16
|
+
'success': boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Optional error description (set if \'success\' was false)
|
|
19
|
+
*/
|
|
20
|
+
'error'?: string;
|
|
21
|
+
/**
|
|
22
|
+
* HMAC Key
|
|
23
|
+
*/
|
|
24
|
+
'hmacKey'?: string;
|
|
25
|
+
static discriminator: string | undefined;
|
|
26
|
+
static attributeTypeMap: Array<{
|
|
27
|
+
name: string;
|
|
28
|
+
baseName: string;
|
|
29
|
+
type: string;
|
|
30
|
+
}>;
|
|
31
|
+
static getAttributeTypeMap(): {
|
|
32
|
+
name: string;
|
|
33
|
+
baseName: string;
|
|
34
|
+
type: string;
|
|
35
|
+
}[];
|
|
36
|
+
}
|
|
@@ -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.GetHmacDevkeyResponse = void 0;
|
|
15
|
+
class GetHmacDevkeyResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetHmacDevkeyResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetHmacDevkeyResponse = GetHmacDevkeyResponse;
|
|
21
|
+
GetHmacDevkeyResponse.discriminator = undefined;
|
|
22
|
+
GetHmacDevkeyResponse.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": "hmacKey",
|
|
35
|
+
"baseName": "hmacKey",
|
|
36
|
+
"type": "string"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
//# sourceMappingURL=getHmacDevkeyResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getHmacDevkeyResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/getHmacDevkeyResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,qBAAqB;IAiC9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AAnCL,sDAoCC;AAtBU,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,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,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 GetHmacDevkeyResponseAllOf {
|
|
13
|
+
/**
|
|
14
|
+
* HMAC Key
|
|
15
|
+
*/
|
|
16
|
+
'hmacKey'?: 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.GetHmacDevkeyResponseAllOf = void 0;
|
|
15
|
+
class GetHmacDevkeyResponseAllOf {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetHmacDevkeyResponseAllOf.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetHmacDevkeyResponseAllOf = GetHmacDevkeyResponseAllOf;
|
|
21
|
+
GetHmacDevkeyResponseAllOf.discriminator = undefined;
|
|
22
|
+
GetHmacDevkeyResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "hmacKey",
|
|
25
|
+
"baseName": "hmacKey",
|
|
26
|
+
"type": "string"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
//# sourceMappingURL=getHmacDevkeyResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getHmacDevkeyResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/getHmacDevkeyResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,0BAA0B;IAenC,MAAM,CAAC,mBAAmB;QACtB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACvD,CAAC;;AAjBL,gEAkBC;AAZU,wCAAa,GAAuB,SAAS,CAAC;AAE9C,2CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -428,6 +428,8 @@ export * from './getFeatureFlagsResponseAllOf';
|
|
|
428
428
|
export * from './getFeatureFlagsResponseAllOfFlags';
|
|
429
429
|
export * from './getFeaturesForPostProcessingSampleResponse';
|
|
430
430
|
export * from './getFeaturesForPostProcessingSampleResponseAllOf';
|
|
431
|
+
export * from './getHmacDevkeyResponse';
|
|
432
|
+
export * from './getHmacDevkeyResponseAllOf';
|
|
431
433
|
export * from './getImpulseBlocksResponse';
|
|
432
434
|
export * from './getImpulseBlocksResponseAllOf';
|
|
433
435
|
export * from './getImpulseRecordsRequest';
|
|
@@ -445,6 +445,8 @@ __exportStar(require("./getFeatureFlagsResponseAllOf"), exports);
|
|
|
445
445
|
__exportStar(require("./getFeatureFlagsResponseAllOfFlags"), exports);
|
|
446
446
|
__exportStar(require("./getFeaturesForPostProcessingSampleResponse"), exports);
|
|
447
447
|
__exportStar(require("./getFeaturesForPostProcessingSampleResponseAllOf"), exports);
|
|
448
|
+
__exportStar(require("./getHmacDevkeyResponse"), exports);
|
|
449
|
+
__exportStar(require("./getHmacDevkeyResponseAllOf"), exports);
|
|
448
450
|
__exportStar(require("./getImpulseBlocksResponse"), exports);
|
|
449
451
|
__exportStar(require("./getImpulseBlocksResponseAllOf"), exports);
|
|
450
452
|
__exportStar(require("./getImpulseRecordsRequest"), exports);
|
|
@@ -1589,6 +1591,8 @@ const getFeatureFlagsResponseAllOf_1 = require("./getFeatureFlagsResponseAllOf")
|
|
|
1589
1591
|
const getFeatureFlagsResponseAllOfFlags_1 = require("./getFeatureFlagsResponseAllOfFlags");
|
|
1590
1592
|
const getFeaturesForPostProcessingSampleResponse_1 = require("./getFeaturesForPostProcessingSampleResponse");
|
|
1591
1593
|
const getFeaturesForPostProcessingSampleResponseAllOf_1 = require("./getFeaturesForPostProcessingSampleResponseAllOf");
|
|
1594
|
+
const getHmacDevkeyResponse_1 = require("./getHmacDevkeyResponse");
|
|
1595
|
+
const getHmacDevkeyResponseAllOf_1 = require("./getHmacDevkeyResponseAllOf");
|
|
1592
1596
|
const getImpulseBlocksResponse_1 = require("./getImpulseBlocksResponse");
|
|
1593
1597
|
const getImpulseBlocksResponseAllOf_1 = require("./getImpulseBlocksResponseAllOf");
|
|
1594
1598
|
const getImpulseRecordsRequest_1 = require("./getImpulseRecordsRequest");
|
|
@@ -2894,6 +2898,8 @@ const typeMap = {
|
|
|
2894
2898
|
"GetFeatureFlagsResponseAllOfFlags": getFeatureFlagsResponseAllOfFlags_1.GetFeatureFlagsResponseAllOfFlags,
|
|
2895
2899
|
"GetFeaturesForPostProcessingSampleResponse": getFeaturesForPostProcessingSampleResponse_1.GetFeaturesForPostProcessingSampleResponse,
|
|
2896
2900
|
"GetFeaturesForPostProcessingSampleResponseAllOf": getFeaturesForPostProcessingSampleResponseAllOf_1.GetFeaturesForPostProcessingSampleResponseAllOf,
|
|
2901
|
+
"GetHmacDevkeyResponse": getHmacDevkeyResponse_1.GetHmacDevkeyResponse,
|
|
2902
|
+
"GetHmacDevkeyResponseAllOf": getHmacDevkeyResponseAllOf_1.GetHmacDevkeyResponseAllOf,
|
|
2897
2903
|
"GetImpulseBlocksResponse": getImpulseBlocksResponse_1.GetImpulseBlocksResponse,
|
|
2898
2904
|
"GetImpulseBlocksResponseAllOf": getImpulseBlocksResponseAllOf_1.GetImpulseBlocksResponseAllOf,
|
|
2899
2905
|
"GetImpulseRecordsRequest": getImpulseRecordsRequest_1.GetImpulseRecordsRequest,
|