edge-impulse-api 1.78.0 → 1.79.0

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.
Files changed (61) hide show
  1. package/build/library/sdk/api/devicesApi.d.ts +38 -0
  2. package/build/library/sdk/api/devicesApi.js +192 -0
  3. package/build/library/sdk/api/devicesApi.js.map +1 -1
  4. package/build/library/sdk/api/rawDataApi.d.ts +54 -0
  5. package/build/library/sdk/api/rawDataApi.js +165 -0
  6. package/build/library/sdk/api/rawDataApi.js.map +1 -1
  7. package/build/library/sdk/api/vlmApi.d.ts +24 -0
  8. package/build/library/sdk/api/vlmApi.js +162 -0
  9. package/build/library/sdk/api/vlmApi.js.map +1 -1
  10. package/build/library/sdk/model/backToLabelingRequest.d.ts +30 -0
  11. package/build/library/sdk/model/backToLabelingRequest.js +30 -0
  12. package/build/library/sdk/model/backToLabelingRequest.js.map +1 -0
  13. package/build/library/sdk/model/deploymentTarget.d.ts +1 -0
  14. package/build/library/sdk/model/deploymentTarget.js +5 -0
  15. package/build/library/sdk/model/deploymentTarget.js.map +1 -1
  16. package/build/library/sdk/model/getInferenceMetricsRequest.d.ts +32 -0
  17. package/build/library/sdk/model/getInferenceMetricsRequest.js +35 -0
  18. package/build/library/sdk/model/getInferenceMetricsRequest.js.map +1 -0
  19. package/build/library/sdk/model/getInferenceMetricsRequestAggregate.d.ts +37 -0
  20. package/build/library/sdk/model/getInferenceMetricsRequestAggregate.js +38 -0
  21. package/build/library/sdk/model/getInferenceMetricsRequestAggregate.js.map +1 -0
  22. package/build/library/sdk/model/getInferenceMetricsRequestMetrics.d.ts +34 -0
  23. package/build/library/sdk/model/getInferenceMetricsRequestMetrics.js +39 -0
  24. package/build/library/sdk/model/getInferenceMetricsRequestMetrics.js.map +1 -0
  25. package/build/library/sdk/model/getInferenceMetricsResponse.d.ts +41 -0
  26. package/build/library/sdk/model/getInferenceMetricsResponse.js +44 -0
  27. package/build/library/sdk/model/getInferenceMetricsResponse.js.map +1 -0
  28. package/build/library/sdk/model/getInferenceMetricsResponseAllOf.d.ts +33 -0
  29. package/build/library/sdk/model/getInferenceMetricsResponseAllOf.js +34 -0
  30. package/build/library/sdk/model/getInferenceMetricsResponseAllOf.js.map +1 -0
  31. package/build/library/sdk/model/getInferenceMetricsResponseAllOfData.d.ts +26 -0
  32. package/build/library/sdk/model/getInferenceMetricsResponseAllOfData.js +34 -0
  33. package/build/library/sdk/model/getInferenceMetricsResponseAllOfData.js.map +1 -0
  34. package/build/library/sdk/model/inferenceHistoryEntry.d.ts +26 -0
  35. package/build/library/sdk/model/inferenceHistoryEntry.js +34 -0
  36. package/build/library/sdk/model/inferenceHistoryEntry.js.map +1 -0
  37. package/build/library/sdk/model/inferenceHistoryTimestamp.d.ts +26 -0
  38. package/build/library/sdk/model/inferenceHistoryTimestamp.js +34 -0
  39. package/build/library/sdk/model/inferenceHistoryTimestamp.js.map +1 -0
  40. package/build/library/sdk/model/models.d.ts +13 -0
  41. package/build/library/sdk/model/models.js +42 -0
  42. package/build/library/sdk/model/models.js.map +1 -1
  43. package/build/library/sdk/model/objectDetectionAutoLabelRequest.d.ts +1 -1
  44. package/build/library/sdk/model/objectDetectionAutoLabelRequest.js +1 -1
  45. package/build/library/sdk/model/objectDetectionAutoLabelRequest.js.map +1 -1
  46. package/build/library/sdk/model/projectDeploymentTarget.d.ts +1 -0
  47. package/build/library/sdk/model/projectDeploymentTarget.js +5 -0
  48. package/build/library/sdk/model/projectDeploymentTarget.js.map +1 -1
  49. package/build/library/sdk/model/storeInferenceHistoryRequest.d.ts +26 -0
  50. package/build/library/sdk/model/storeInferenceHistoryRequest.js +29 -0
  51. package/build/library/sdk/model/storeInferenceHistoryRequest.js.map +1 -0
  52. package/build/library/sdk/model/storeInferenceHistoryRequestSummaries.d.ts +32 -0
  53. package/build/library/sdk/model/storeInferenceHistoryRequestSummaries.js +54 -0
  54. package/build/library/sdk/model/storeInferenceHistoryRequestSummaries.js.map +1 -0
  55. package/build/library/sdk/model/vlmGetModelResponse.d.ts +34 -0
  56. package/build/library/sdk/model/vlmGetModelResponse.js +39 -0
  57. package/build/library/sdk/model/vlmGetModelResponse.js.map +1 -0
  58. package/build/library/sdk/model/vlmGetModelResponseAllOf.d.ts +26 -0
  59. package/build/library/sdk/model/vlmGetModelResponseAllOf.js +29 -0
  60. package/build/library/sdk/model/vlmGetModelResponseAllOf.js.map +1 -0
  61. package/package.json +1 -1
@@ -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 { VlmModel } from './vlmModel';
13
+ export declare class VlmGetModelResponseAllOf {
14
+ 'model'?: VlmModel;
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.VlmGetModelResponseAllOf = void 0;
15
+ class VlmGetModelResponseAllOf {
16
+ static getAttributeTypeMap() {
17
+ return VlmGetModelResponseAllOf.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.VlmGetModelResponseAllOf = VlmGetModelResponseAllOf;
21
+ VlmGetModelResponseAllOf.discriminator = undefined;
22
+ VlmGetModelResponseAllOf.attributeTypeMap = [
23
+ {
24
+ "name": "model",
25
+ "baseName": "model",
26
+ "type": "VlmModel"
27
+ }
28
+ ];
29
+ //# sourceMappingURL=vlmGetModelResponseAllOf.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vlmGetModelResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/vlmGetModelResponseAllOf.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,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,UAAU;KACrB;CAAK,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edge-impulse-api",
3
- "version": "1.78.0",
3
+ "version": "1.79.0",
4
4
  "description": "Node.js bindings for the Edge Impulse API",
5
5
  "scripts": {
6
6
  "build": "tsc -p .",