@glodon-aiot/apis 3.19.0-alpha.24 → 3.19.0-alpha.25

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.
@@ -90,6 +90,7 @@ export declare class CVForceDatahubApi extends BaseApi {
90
90
  operator: import('./model').IOperator;
91
91
  confirmStatus?: number;
92
92
  isLabeled?: boolean;
93
+ thumbnailUrl?: string;
93
94
  }>;
94
95
  getImportInfo(): Promise<{
95
96
  token: string;
@@ -147,6 +147,7 @@ export interface ISample {
147
147
  operator: IOperator;
148
148
  confirmStatus?: number;
149
149
  isLabeled?: boolean;
150
+ thumbnailUrl?: string;
150
151
  }
151
152
  export interface sampleParams {
152
153
  samples: SampleSigleParams | SampleSigleParams[] | ISampleTextParams[] | sampleFileParams[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glodon-aiot/apis",
3
- "version": "3.19.0-alpha.24",
3
+ "version": "3.19.0-alpha.25",
4
4
  "author": "glodoncv",
5
5
  "description": "aiot apis",
6
6
  "type": "module",