edge-impulse-api 1.60.5 → 1.60.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/library/sdk/api/classifyApi.d.ts +20 -0
- package/build/library/sdk/api/classifyApi.js +86 -0
- package/build/library/sdk/api/classifyApi.js.map +1 -1
- package/build/library/sdk/api/jobsApi.d.ts +26 -0
- package/build/library/sdk/api/jobsApi.js +168 -0
- package/build/library/sdk/api/jobsApi.js.map +1 -1
- package/build/library/sdk/api/organizationBlocksApi.d.ts +12 -0
- package/build/library/sdk/api/organizationBlocksApi.js +79 -0
- package/build/library/sdk/api/organizationBlocksApi.js.map +1 -1
- package/build/library/sdk/api/organizationJobsApi.d.ts +2 -0
- package/build/library/sdk/api/organizationJobsApi.js +4 -0
- package/build/library/sdk/api/organizationJobsApi.js.map +1 -1
- package/build/library/sdk/api/projectsApi.d.ts +105 -0
- package/build/library/sdk/api/projectsApi.js +732 -27
- package/build/library/sdk/api/projectsApi.js.map +1 -1
- package/build/library/sdk/api/rawDataApi.d.ts +25 -0
- package/build/library/sdk/api/rawDataApi.js +164 -0
- package/build/library/sdk/api/rawDataApi.js.map +1 -1
- package/build/library/sdk/model/aIAction.d.ts +51 -0
- package/build/library/sdk/model/aIAction.js +69 -0
- package/build/library/sdk/model/aIAction.js.map +1 -0
- package/build/library/sdk/model/aIActionLastPreviewState.d.ts +31 -0
- package/build/library/sdk/model/aIActionLastPreviewState.js +37 -0
- package/build/library/sdk/model/aIActionLastPreviewState.js.map +1 -0
- package/build/library/sdk/model/aIActionLastPreviewStateProposedChanges.d.ts +27 -0
- package/build/library/sdk/model/aIActionLastPreviewStateProposedChanges.js +34 -0
- package/build/library/sdk/model/aIActionLastPreviewStateProposedChanges.js.map +1 -0
- package/build/library/sdk/model/aIActionsConfig.d.ts +44 -0
- package/build/library/sdk/model/aIActionsConfig.js +49 -0
- package/build/library/sdk/model/aIActionsConfig.js.map +1 -0
- package/build/library/sdk/model/aIActionsDataCategory.d.ts +13 -0
- package/build/library/sdk/model/aIActionsDataCategory.js +16 -0
- package/build/library/sdk/model/aIActionsDataCategory.js.map +1 -0
- package/build/library/sdk/model/addOrganizationTransformationBlockRequest.d.ts +6 -0
- package/build/library/sdk/model/addOrganizationTransformationBlockRequest.js +10 -0
- package/build/library/sdk/model/addOrganizationTransformationBlockRequest.js.map +1 -1
- package/build/library/sdk/model/createAIActionResponse.d.ts +33 -0
- package/build/library/sdk/model/createAIActionResponse.js +39 -0
- package/build/library/sdk/model/createAIActionResponse.js.map +1 -0
- package/build/library/sdk/model/createPreviewAIActionsJobRequest.d.ts +35 -0
- package/build/library/sdk/model/createPreviewAIActionsJobRequest.js +39 -0
- package/build/library/sdk/model/createPreviewAIActionsJobRequest.js.map +1 -0
- package/build/library/sdk/model/dSPGroupItem.d.ts +1 -0
- package/build/library/sdk/model/dSPGroupItem.js +5 -0
- package/build/library/sdk/model/dSPGroupItem.js.map +1 -1
- package/build/library/sdk/model/environmentVariable.d.ts +32 -0
- package/build/library/sdk/model/environmentVariable.js +34 -0
- package/build/library/sdk/model/environmentVariable.js.map +1 -0
- package/build/library/sdk/model/getAIActionResponse.d.ts +34 -0
- package/build/library/sdk/model/getAIActionResponse.js +39 -0
- package/build/library/sdk/model/getAIActionResponse.js.map +1 -0
- package/build/library/sdk/model/getAIActionResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/getAIActionResponseAllOf.js +29 -0
- package/build/library/sdk/model/getAIActionResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/getAIActionsProposedChangesResponse.d.ts +34 -0
- package/build/library/sdk/model/getAIActionsProposedChangesResponse.js +39 -0
- package/build/library/sdk/model/getAIActionsProposedChangesResponse.js.map +1 -0
- package/build/library/sdk/model/getAIActionsProposedChangesResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/getAIActionsProposedChangesResponseAllOf.js +29 -0
- package/build/library/sdk/model/getAIActionsProposedChangesResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/getPublicOrganizationTransformationBlockResponse.d.ts +34 -0
- package/build/library/sdk/model/getPublicOrganizationTransformationBlockResponse.js +39 -0
- package/build/library/sdk/model/getPublicOrganizationTransformationBlockResponse.js.map +1 -0
- package/build/library/sdk/model/getPublicOrganizationTransformationBlockResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/getPublicOrganizationTransformationBlockResponseAllOf.js +29 -0
- package/build/library/sdk/model/getPublicOrganizationTransformationBlockResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/listAIActionsResponse.d.ts +34 -0
- package/build/library/sdk/model/listAIActionsResponse.js +39 -0
- package/build/library/sdk/model/listAIActionsResponse.js.map +1 -0
- package/build/library/sdk/model/listAIActionsResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/listAIActionsResponseAllOf.js +29 -0
- package/build/library/sdk/model/listAIActionsResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/models.d.ts +21 -0
- package/build/library/sdk/model/models.js +62 -0
- package/build/library/sdk/model/models.js.map +1 -1
- package/build/library/sdk/model/organizationTransformationBlock.d.ts +9 -0
- package/build/library/sdk/model/organizationTransformationBlock.js +10 -0
- package/build/library/sdk/model/organizationTransformationBlock.js.map +1 -1
- package/build/library/sdk/model/previewAIActionsSamplesRequest.d.ts +42 -0
- package/build/library/sdk/model/previewAIActionsSamplesRequest.js +49 -0
- package/build/library/sdk/model/previewAIActionsSamplesRequest.js.map +1 -0
- package/build/library/sdk/model/publicOrganizationTransformationBlock.d.ts +4 -0
- package/build/library/sdk/model/publicOrganizationTransformationBlock.js +5 -0
- package/build/library/sdk/model/publicOrganizationTransformationBlock.js.map +1 -1
- package/build/library/sdk/model/sampleProposedChanges.d.ts +48 -0
- package/build/library/sdk/model/sampleProposedChanges.js +49 -0
- package/build/library/sdk/model/sampleProposedChanges.js.map +1 -0
- package/build/library/sdk/model/setAIActionsOrderRequest.d.ts +25 -0
- package/build/library/sdk/model/setAIActionsOrderRequest.js +29 -0
- package/build/library/sdk/model/setAIActionsOrderRequest.js.map +1 -0
- package/build/library/sdk/model/setSampleProposedChangesRequest.d.ts +30 -0
- package/build/library/sdk/model/setSampleProposedChangesRequest.js +34 -0
- package/build/library/sdk/model/setSampleProposedChangesRequest.js.map +1 -0
- package/build/library/sdk/model/updateAIActionRequest.d.ts +57 -0
- package/build/library/sdk/model/updateAIActionRequest.js +64 -0
- package/build/library/sdk/model/updateAIActionRequest.js.map +1 -0
- package/build/library/sdk/model/updateOrganizationTransformationBlockRequest.d.ts +6 -0
- package/build/library/sdk/model/updateOrganizationTransformationBlockRequest.js +10 -0
- package/build/library/sdk/model/updateOrganizationTransformationBlockRequest.js.map +1 -1
- package/build/library/sdk/model/updateProjectRequest.d.ts +4 -0
- package/build/library/sdk/model/updateProjectRequest.js +5 -0
- package/build/library/sdk/model/updateProjectRequest.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,32 @@
|
|
|
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 EnvironmentVariable {
|
|
13
|
+
/**
|
|
14
|
+
* Environmental variable key. Needs to adhere to regex \"^[a-zA-Z_]+[a-zA-Z0-9_]*$\".
|
|
15
|
+
*/
|
|
16
|
+
'key': string;
|
|
17
|
+
/**
|
|
18
|
+
* If value is left undefined, only the key is passed in as an environmental variable.
|
|
19
|
+
*/
|
|
20
|
+
'value'?: string;
|
|
21
|
+
static discriminator: string | undefined;
|
|
22
|
+
static attributeTypeMap: Array<{
|
|
23
|
+
name: string;
|
|
24
|
+
baseName: string;
|
|
25
|
+
type: string;
|
|
26
|
+
}>;
|
|
27
|
+
static getAttributeTypeMap(): {
|
|
28
|
+
name: string;
|
|
29
|
+
baseName: string;
|
|
30
|
+
type: string;
|
|
31
|
+
}[];
|
|
32
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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.EnvironmentVariable = void 0;
|
|
15
|
+
class EnvironmentVariable {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return EnvironmentVariable.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.EnvironmentVariable = EnvironmentVariable;
|
|
21
|
+
EnvironmentVariable.discriminator = undefined;
|
|
22
|
+
EnvironmentVariable.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "key",
|
|
25
|
+
"baseName": "key",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "value",
|
|
30
|
+
"baseName": "value",
|
|
31
|
+
"type": "string"
|
|
32
|
+
}
|
|
33
|
+
];
|
|
34
|
+
//# sourceMappingURL=environmentVariable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"environmentVariable.js","sourceRoot":"","sources":["../../../../library/sdk/model/environmentVariable.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,mBAAmB;IAwB5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AA1BL,kDA2BC;AAjBU,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { AIAction } from './aIAction';
|
|
13
|
+
export declare class GetAIActionResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Whether the operation succeeded
|
|
16
|
+
*/
|
|
17
|
+
'success': boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Optional error description (set if \'success\' was false)
|
|
20
|
+
*/
|
|
21
|
+
'error'?: string;
|
|
22
|
+
'action': AIAction;
|
|
23
|
+
static discriminator: string | undefined;
|
|
24
|
+
static attributeTypeMap: Array<{
|
|
25
|
+
name: string;
|
|
26
|
+
baseName: string;
|
|
27
|
+
type: string;
|
|
28
|
+
}>;
|
|
29
|
+
static getAttributeTypeMap(): {
|
|
30
|
+
name: string;
|
|
31
|
+
baseName: string;
|
|
32
|
+
type: string;
|
|
33
|
+
}[];
|
|
34
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Edge Impulse API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.GetAIActionResponse = void 0;
|
|
15
|
+
class GetAIActionResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetAIActionResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetAIActionResponse = GetAIActionResponse;
|
|
21
|
+
GetAIActionResponse.discriminator = undefined;
|
|
22
|
+
GetAIActionResponse.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": "action",
|
|
35
|
+
"baseName": "action",
|
|
36
|
+
"type": "AIAction"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
//# sourceMappingURL=getAIActionResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAIActionResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/getAIActionResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,mBAAmB;IA8B5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AAhCL,kDAiCC;AAtBU,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,UAAU;KACrB;CAAK,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { AIAction } from './aIAction';
|
|
13
|
+
export declare class GetAIActionResponseAllOf {
|
|
14
|
+
'action': AIAction;
|
|
15
|
+
static discriminator: string | undefined;
|
|
16
|
+
static attributeTypeMap: Array<{
|
|
17
|
+
name: string;
|
|
18
|
+
baseName: string;
|
|
19
|
+
type: string;
|
|
20
|
+
}>;
|
|
21
|
+
static getAttributeTypeMap(): {
|
|
22
|
+
name: string;
|
|
23
|
+
baseName: string;
|
|
24
|
+
type: string;
|
|
25
|
+
}[];
|
|
26
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Edge Impulse API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.GetAIActionResponseAllOf = void 0;
|
|
15
|
+
class GetAIActionResponseAllOf {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetAIActionResponseAllOf.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetAIActionResponseAllOf = GetAIActionResponseAllOf;
|
|
21
|
+
GetAIActionResponseAllOf.discriminator = undefined;
|
|
22
|
+
GetAIActionResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "action",
|
|
25
|
+
"baseName": "action",
|
|
26
|
+
"type": "AIAction"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
//# sourceMappingURL=getAIActionResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAIActionResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/getAIActionResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,wBAAwB;IAYjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAdL,4DAeC;AAZU,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,UAAU;KACrB;CAAK,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { AIActionLastPreviewStateProposedChanges } from './aIActionLastPreviewStateProposedChanges';
|
|
13
|
+
export declare class GetAIActionsProposedChangesResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Whether the operation succeeded
|
|
16
|
+
*/
|
|
17
|
+
'success': boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Optional error description (set if \'success\' was false)
|
|
20
|
+
*/
|
|
21
|
+
'error'?: string;
|
|
22
|
+
'proposedChanges': Array<AIActionLastPreviewStateProposedChanges>;
|
|
23
|
+
static discriminator: string | undefined;
|
|
24
|
+
static attributeTypeMap: Array<{
|
|
25
|
+
name: string;
|
|
26
|
+
baseName: string;
|
|
27
|
+
type: string;
|
|
28
|
+
}>;
|
|
29
|
+
static getAttributeTypeMap(): {
|
|
30
|
+
name: string;
|
|
31
|
+
baseName: string;
|
|
32
|
+
type: string;
|
|
33
|
+
}[];
|
|
34
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Edge Impulse API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.GetAIActionsProposedChangesResponse = void 0;
|
|
15
|
+
class GetAIActionsProposedChangesResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetAIActionsProposedChangesResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetAIActionsProposedChangesResponse = GetAIActionsProposedChangesResponse;
|
|
21
|
+
GetAIActionsProposedChangesResponse.discriminator = undefined;
|
|
22
|
+
GetAIActionsProposedChangesResponse.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": "proposedChanges",
|
|
35
|
+
"baseName": "proposedChanges",
|
|
36
|
+
"type": "Array<AIActionLastPreviewStateProposedChanges>"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
//# sourceMappingURL=getAIActionsProposedChangesResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAIActionsProposedChangesResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/getAIActionsProposedChangesResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,mCAAmC;IA8B5C,MAAM,CAAC,mBAAmB;QACtB,OAAO,mCAAmC,CAAC,gBAAgB,CAAC;IAChE,CAAC;;AAhCL,kFAiCC;AAtBU,iDAAa,GAAuB,SAAS,CAAC;AAE9C,oDAAgB,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,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,gDAAgD;KAC3D;CAAK,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { AIActionLastPreviewStateProposedChanges } from './aIActionLastPreviewStateProposedChanges';
|
|
13
|
+
export declare class GetAIActionsProposedChangesResponseAllOf {
|
|
14
|
+
'proposedChanges': Array<AIActionLastPreviewStateProposedChanges>;
|
|
15
|
+
static discriminator: string | undefined;
|
|
16
|
+
static attributeTypeMap: Array<{
|
|
17
|
+
name: string;
|
|
18
|
+
baseName: string;
|
|
19
|
+
type: string;
|
|
20
|
+
}>;
|
|
21
|
+
static getAttributeTypeMap(): {
|
|
22
|
+
name: string;
|
|
23
|
+
baseName: string;
|
|
24
|
+
type: string;
|
|
25
|
+
}[];
|
|
26
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Edge Impulse API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.GetAIActionsProposedChangesResponseAllOf = void 0;
|
|
15
|
+
class GetAIActionsProposedChangesResponseAllOf {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetAIActionsProposedChangesResponseAllOf.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetAIActionsProposedChangesResponseAllOf = GetAIActionsProposedChangesResponseAllOf;
|
|
21
|
+
GetAIActionsProposedChangesResponseAllOf.discriminator = undefined;
|
|
22
|
+
GetAIActionsProposedChangesResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "proposedChanges",
|
|
25
|
+
"baseName": "proposedChanges",
|
|
26
|
+
"type": "Array<AIActionLastPreviewStateProposedChanges>"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
//# sourceMappingURL=getAIActionsProposedChangesResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAIActionsProposedChangesResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/getAIActionsProposedChangesResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,wCAAwC;IAYjD,MAAM,CAAC,mBAAmB;QACtB,OAAO,wCAAwC,CAAC,gBAAgB,CAAC;IACrE,CAAC;;AAdL,4FAeC;AAZU,sDAAa,GAAuB,SAAS,CAAC;AAE9C,yDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,gDAAgD;KAC3D;CAAK,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { PublicOrganizationTransformationBlock } from './publicOrganizationTransformationBlock';
|
|
13
|
+
export declare class GetPublicOrganizationTransformationBlockResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Whether the operation succeeded
|
|
16
|
+
*/
|
|
17
|
+
'success': boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Optional error description (set if \'success\' was false)
|
|
20
|
+
*/
|
|
21
|
+
'error'?: string;
|
|
22
|
+
'transformationBlock': PublicOrganizationTransformationBlock;
|
|
23
|
+
static discriminator: string | undefined;
|
|
24
|
+
static attributeTypeMap: Array<{
|
|
25
|
+
name: string;
|
|
26
|
+
baseName: string;
|
|
27
|
+
type: string;
|
|
28
|
+
}>;
|
|
29
|
+
static getAttributeTypeMap(): {
|
|
30
|
+
name: string;
|
|
31
|
+
baseName: string;
|
|
32
|
+
type: string;
|
|
33
|
+
}[];
|
|
34
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Edge Impulse API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.GetPublicOrganizationTransformationBlockResponse = void 0;
|
|
15
|
+
class GetPublicOrganizationTransformationBlockResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetPublicOrganizationTransformationBlockResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetPublicOrganizationTransformationBlockResponse = GetPublicOrganizationTransformationBlockResponse;
|
|
21
|
+
GetPublicOrganizationTransformationBlockResponse.discriminator = undefined;
|
|
22
|
+
GetPublicOrganizationTransformationBlockResponse.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": "transformationBlock",
|
|
35
|
+
"baseName": "transformationBlock",
|
|
36
|
+
"type": "PublicOrganizationTransformationBlock"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
//# sourceMappingURL=getPublicOrganizationTransformationBlockResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPublicOrganizationTransformationBlockResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/getPublicOrganizationTransformationBlockResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,gDAAgD;IA8BzD,MAAM,CAAC,mBAAmB;QACtB,OAAO,gDAAgD,CAAC,gBAAgB,CAAC;IAC7E,CAAC;;AAhCL,4GAiCC;AAtBU,8DAAa,GAAuB,SAAS,CAAC;AAE9C,iEAAgB,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,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,uCAAuC;KAClD;CAAK,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { PublicOrganizationTransformationBlock } from './publicOrganizationTransformationBlock';
|
|
13
|
+
export declare class GetPublicOrganizationTransformationBlockResponseAllOf {
|
|
14
|
+
'transformationBlock': PublicOrganizationTransformationBlock;
|
|
15
|
+
static discriminator: string | undefined;
|
|
16
|
+
static attributeTypeMap: Array<{
|
|
17
|
+
name: string;
|
|
18
|
+
baseName: string;
|
|
19
|
+
type: string;
|
|
20
|
+
}>;
|
|
21
|
+
static getAttributeTypeMap(): {
|
|
22
|
+
name: string;
|
|
23
|
+
baseName: string;
|
|
24
|
+
type: string;
|
|
25
|
+
}[];
|
|
26
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Edge Impulse API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.GetPublicOrganizationTransformationBlockResponseAllOf = void 0;
|
|
15
|
+
class GetPublicOrganizationTransformationBlockResponseAllOf {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetPublicOrganizationTransformationBlockResponseAllOf.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetPublicOrganizationTransformationBlockResponseAllOf = GetPublicOrganizationTransformationBlockResponseAllOf;
|
|
21
|
+
GetPublicOrganizationTransformationBlockResponseAllOf.discriminator = undefined;
|
|
22
|
+
GetPublicOrganizationTransformationBlockResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "transformationBlock",
|
|
25
|
+
"baseName": "transformationBlock",
|
|
26
|
+
"type": "PublicOrganizationTransformationBlock"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
//# sourceMappingURL=getPublicOrganizationTransformationBlockResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPublicOrganizationTransformationBlockResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/getPublicOrganizationTransformationBlockResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,qDAAqD;IAY9D,MAAM,CAAC,mBAAmB;QACtB,OAAO,qDAAqD,CAAC,gBAAgB,CAAC;IAClF,CAAC;;AAdL,sHAeC;AAZU,mEAAa,GAAuB,SAAS,CAAC;AAE9C,sEAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,uCAAuC;KAClD;CAAK,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { AIAction } from './aIAction';
|
|
13
|
+
export declare class ListAIActionsResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Whether the operation succeeded
|
|
16
|
+
*/
|
|
17
|
+
'success': boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Optional error description (set if \'success\' was false)
|
|
20
|
+
*/
|
|
21
|
+
'error'?: string;
|
|
22
|
+
'actions': Array<AIAction>;
|
|
23
|
+
static discriminator: string | undefined;
|
|
24
|
+
static attributeTypeMap: Array<{
|
|
25
|
+
name: string;
|
|
26
|
+
baseName: string;
|
|
27
|
+
type: string;
|
|
28
|
+
}>;
|
|
29
|
+
static getAttributeTypeMap(): {
|
|
30
|
+
name: string;
|
|
31
|
+
baseName: string;
|
|
32
|
+
type: string;
|
|
33
|
+
}[];
|
|
34
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Edge Impulse API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.ListAIActionsResponse = void 0;
|
|
15
|
+
class ListAIActionsResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return ListAIActionsResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.ListAIActionsResponse = ListAIActionsResponse;
|
|
21
|
+
ListAIActionsResponse.discriminator = undefined;
|
|
22
|
+
ListAIActionsResponse.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": "actions",
|
|
35
|
+
"baseName": "actions",
|
|
36
|
+
"type": "Array<AIAction>"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
//# sourceMappingURL=listAIActionsResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"listAIActionsResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/listAIActionsResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,qBAAqB;IA8B9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AAhCL,sDAiCC;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,iBAAiB;KAC5B;CAAK,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { AIAction } from './aIAction';
|
|
13
|
+
export declare class ListAIActionsResponseAllOf {
|
|
14
|
+
'actions': Array<AIAction>;
|
|
15
|
+
static discriminator: string | undefined;
|
|
16
|
+
static attributeTypeMap: Array<{
|
|
17
|
+
name: string;
|
|
18
|
+
baseName: string;
|
|
19
|
+
type: string;
|
|
20
|
+
}>;
|
|
21
|
+
static getAttributeTypeMap(): {
|
|
22
|
+
name: string;
|
|
23
|
+
baseName: string;
|
|
24
|
+
type: string;
|
|
25
|
+
}[];
|
|
26
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Edge Impulse API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.ListAIActionsResponseAllOf = void 0;
|
|
15
|
+
class ListAIActionsResponseAllOf {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return ListAIActionsResponseAllOf.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.ListAIActionsResponseAllOf = ListAIActionsResponseAllOf;
|
|
21
|
+
ListAIActionsResponseAllOf.discriminator = undefined;
|
|
22
|
+
ListAIActionsResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "actions",
|
|
25
|
+
"baseName": "actions",
|
|
26
|
+
"type": "Array<AIAction>"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
//# sourceMappingURL=listAIActionsResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"listAIActionsResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/listAIActionsResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,0BAA0B;IAYnC,MAAM,CAAC,mBAAmB;QACtB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACvD,CAAC;;AAdL,gEAeC;AAZU,wCAAa,GAAuB,SAAS,CAAC;AAE9C,2CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,iBAAiB;KAC5B;CAAK,CAAC"}
|