edge-impulse-api 1.71.29 → 1.71.30
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/integrationsApi.d.ts +1 -1
- package/build/library/sdk/api/integrationsApi.js +1 -1
- package/build/library/sdk/api/rawDataApi.d.ts +60 -0
- package/build/library/sdk/api/rawDataApi.js +120 -0
- package/build/library/sdk/api/rawDataApi.js.map +1 -1
- package/build/library/sdk/model/startIntegrationSessionResponse.d.ts +1 -1
- package/build/library/sdk/model/startIntegrationSessionResponseAllOf.d.ts +1 -1
- package/package.json +1 -1
|
@@ -19,7 +19,7 @@ export declare class StartIntegrationSessionResponse {
|
|
|
19
19
|
*/
|
|
20
20
|
'error'?: string;
|
|
21
21
|
/**
|
|
22
|
-
* Unique integration
|
|
22
|
+
* Unique integration resource identifier. Pass this to getIntegrationSessionStatus to check the status of the integration session.
|
|
23
23
|
*/
|
|
24
24
|
'id': string;
|
|
25
25
|
static discriminator: string | undefined;
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
export declare class StartIntegrationSessionResponseAllOf {
|
|
13
13
|
/**
|
|
14
|
-
* Unique integration
|
|
14
|
+
* Unique integration resource identifier. Pass this to getIntegrationSessionStatus to check the status of the integration session.
|
|
15
15
|
*/
|
|
16
16
|
'id': string;
|
|
17
17
|
static discriminator: string | undefined;
|