edge-impulse-api 1.93.26 → 1.93.27
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/browser/edge-impulse-api.d.ts +2385 -12
- package/build/browser/edge-impulse-api.js +7228 -803
- package/build/browser/edge-impulse-api.js.map +1 -1
- package/build/library/sdk/api/adminApi.d.ts +297 -0
- package/build/library/sdk/api/adminApi.js +891 -99
- package/build/library/sdk/api/adminApi.js.map +1 -1
- package/build/library/sdk/api/authApi.d.ts +3 -0
- package/build/library/sdk/api/authApi.js +9 -1
- package/build/library/sdk/api/authApi.js.map +1 -1
- package/build/library/sdk/api/cDNApi.d.ts +3 -0
- package/build/library/sdk/api/cDNApi.js +9 -1
- package/build/library/sdk/api/cDNApi.js.map +1 -1
- package/build/library/sdk/api/canaryApi.d.ts +3 -0
- package/build/library/sdk/api/canaryApi.js +9 -1
- package/build/library/sdk/api/canaryApi.js.map +1 -1
- package/build/library/sdk/api/classifyApi.d.ts +30 -0
- package/build/library/sdk/api/classifyApi.js +90 -10
- package/build/library/sdk/api/classifyApi.js.map +1 -1
- package/build/library/sdk/api/dSPApi.d.ts +57 -0
- package/build/library/sdk/api/dSPApi.js +171 -19
- package/build/library/sdk/api/dSPApi.js.map +1 -1
- package/build/library/sdk/api/datasetVersionsApi.d.ts +18 -0
- package/build/library/sdk/api/datasetVersionsApi.js +54 -6
- package/build/library/sdk/api/datasetVersionsApi.js.map +1 -1
- package/build/library/sdk/api/deploymentApi.d.ts +51 -0
- package/build/library/sdk/api/deploymentApi.js +153 -17
- package/build/library/sdk/api/deploymentApi.js.map +1 -1
- package/build/library/sdk/api/devicesApi.d.ts +48 -0
- package/build/library/sdk/api/devicesApi.js +144 -16
- package/build/library/sdk/api/devicesApi.js.map +1 -1
- package/build/library/sdk/api/emailVerificationApi.d.ts +12 -0
- package/build/library/sdk/api/emailVerificationApi.js +36 -4
- package/build/library/sdk/api/emailVerificationApi.js.map +1 -1
- package/build/library/sdk/api/exportApi.d.ts +6 -0
- package/build/library/sdk/api/exportApi.js +18 -2
- package/build/library/sdk/api/exportApi.js.map +1 -1
- package/build/library/sdk/api/featureFlagsApi.d.ts +3 -0
- package/build/library/sdk/api/featureFlagsApi.js +9 -1
- package/build/library/sdk/api/featureFlagsApi.js.map +1 -1
- package/build/library/sdk/api/healthApi.d.ts +6 -0
- package/build/library/sdk/api/healthApi.js +18 -2
- package/build/library/sdk/api/healthApi.js.map +1 -1
- package/build/library/sdk/api/impulseApi.d.ts +54 -0
- package/build/library/sdk/api/impulseApi.js +162 -18
- package/build/library/sdk/api/impulseApi.js.map +1 -1
- package/build/library/sdk/api/integrationsApi.d.ts +6 -0
- package/build/library/sdk/api/integrationsApi.js +18 -2
- package/build/library/sdk/api/integrationsApi.js.map +1 -1
- package/build/library/sdk/api/jobsApi.d.ts +135 -0
- package/build/library/sdk/api/jobsApi.js +409 -45
- package/build/library/sdk/api/jobsApi.js.map +1 -1
- package/build/library/sdk/api/learnApi.d.ts +87 -0
- package/build/library/sdk/api/learnApi.js +261 -29
- package/build/library/sdk/api/learnApi.js.map +1 -1
- package/build/library/sdk/api/loginApi.d.ts +6 -0
- package/build/library/sdk/api/loginApi.js +18 -2
- package/build/library/sdk/api/loginApi.js.map +1 -1
- package/build/library/sdk/api/metricsApi.d.ts +9 -0
- package/build/library/sdk/api/metricsApi.js +27 -3
- package/build/library/sdk/api/metricsApi.js.map +1 -1
- package/build/library/sdk/api/monitoringApi.d.ts +39 -0
- package/build/library/sdk/api/monitoringApi.js +117 -13
- package/build/library/sdk/api/monitoringApi.js.map +1 -1
- package/build/library/sdk/api/optimizationApi.d.ts +51 -0
- package/build/library/sdk/api/optimizationApi.js +153 -17
- package/build/library/sdk/api/optimizationApi.js.map +1 -1
- package/build/library/sdk/api/organizationBlocksApi.d.ts +105 -0
- package/build/library/sdk/api/organizationBlocksApi.js +315 -35
- package/build/library/sdk/api/organizationBlocksApi.js.map +1 -1
- package/build/library/sdk/api/organizationCreateProjectApi.d.ts +45 -0
- package/build/library/sdk/api/organizationCreateProjectApi.js +135 -15
- package/build/library/sdk/api/organizationCreateProjectApi.js.map +1 -1
- package/build/library/sdk/api/organizationDataApi.d.ts +120 -0
- package/build/library/sdk/api/organizationDataApi.js +360 -40
- package/build/library/sdk/api/organizationDataApi.js.map +1 -1
- package/build/library/sdk/api/organizationDataCampaignsApi.d.ts +36 -0
- package/build/library/sdk/api/organizationDataCampaignsApi.js +108 -12
- package/build/library/sdk/api/organizationDataCampaignsApi.js.map +1 -1
- package/build/library/sdk/api/organizationJobsApi.d.ts +24 -0
- package/build/library/sdk/api/organizationJobsApi.js +72 -8
- package/build/library/sdk/api/organizationJobsApi.js.map +1 -1
- package/build/library/sdk/api/organizationPipelinesApi.d.ts +24 -0
- package/build/library/sdk/api/organizationPipelinesApi.js +72 -8
- package/build/library/sdk/api/organizationPipelinesApi.js.map +1 -1
- package/build/library/sdk/api/organizationPortalsApi.d.ts +21 -0
- package/build/library/sdk/api/organizationPortalsApi.js +63 -7
- package/build/library/sdk/api/organizationPortalsApi.js.map +1 -1
- package/build/library/sdk/api/organizationsApi.d.ts +242 -2
- package/build/library/sdk/api/organizationsApi.js +722 -82
- package/build/library/sdk/api/organizationsApi.js.map +1 -1
- package/build/library/sdk/api/performanceCalibrationApi.d.ts +33 -0
- package/build/library/sdk/api/performanceCalibrationApi.js +99 -11
- package/build/library/sdk/api/performanceCalibrationApi.js.map +1 -1
- package/build/library/sdk/api/postProcessingApi.d.ts +15 -0
- package/build/library/sdk/api/postProcessingApi.js +45 -5
- package/build/library/sdk/api/postProcessingApi.js.map +1 -1
- package/build/library/sdk/api/projectsApi.d.ts +282 -1
- package/build/library/sdk/api/projectsApi.js +991 -66
- package/build/library/sdk/api/projectsApi.js.map +1 -1
- package/build/library/sdk/api/rawDataApi.d.ts +207 -0
- package/build/library/sdk/api/rawDataApi.js +621 -69
- package/build/library/sdk/api/rawDataApi.js.map +1 -1
- package/build/library/sdk/api/testApi.d.ts +12 -0
- package/build/library/sdk/api/testApi.js +36 -4
- package/build/library/sdk/api/testApi.js.map +1 -1
- package/build/library/sdk/api/themesApi.d.ts +18 -0
- package/build/library/sdk/api/themesApi.js +54 -6
- package/build/library/sdk/api/themesApi.js.map +1 -1
- package/build/library/sdk/api/thirdPartyAuthApi.d.ts +21 -0
- package/build/library/sdk/api/thirdPartyAuthApi.js +63 -7
- package/build/library/sdk/api/thirdPartyAuthApi.js.map +1 -1
- package/build/library/sdk/api/uploadPortalApi.d.ts +21 -0
- package/build/library/sdk/api/uploadPortalApi.js +63 -7
- package/build/library/sdk/api/uploadPortalApi.js.map +1 -1
- package/build/library/sdk/api/userApi.d.ts +147 -0
- package/build/library/sdk/api/userApi.js +441 -49
- package/build/library/sdk/api/userApi.js.map +1 -1
- package/build/library/sdk/api/vlmApi.d.ts +15 -0
- package/build/library/sdk/api/vlmApi.js +45 -5
- package/build/library/sdk/api/vlmApi.js.map +1 -1
- package/build/library/sdk/api/whitelabelsApi.d.ts +24 -0
- package/build/library/sdk/api/whitelabelsApi.js +72 -8
- package/build/library/sdk/api/whitelabelsApi.js.map +1 -1
- package/build/library/sdk/model/getExtensionSharedStateListResponse.d.ts +14 -0
- package/build/library/sdk/model/getExtensionSharedStateListResponse.js +4 -0
- package/build/library/sdk/model/getExtensionSharedStateListResponse.js.map +1 -0
- package/build/library/sdk/model/models.d.ts +3 -0
- package/build/library/sdk/model/models.js +3 -0
- package/build/library/sdk/model/models.js.map +1 -1
- package/build/library/sdk/model/oAuthScope.d.ts +1 -1
- package/build/library/sdk/model/oAuthScope.js +1 -1
- package/build/library/sdk/model/oAuthScope.js.map +1 -1
- package/build/library/sdk/model/setExtensionSharedStateRequest.d.ts +13 -0
- package/build/library/sdk/model/setExtensionSharedStateRequest.js +4 -0
- package/build/library/sdk/model/setExtensionSharedStateRequest.js.map +1 -0
- package/build/library/sdk/model/setExtensionSharedStateResponse.d.ts +11 -0
- package/build/library/sdk/model/setExtensionSharedStateResponse.js +4 -0
- package/build/library/sdk/model/setExtensionSharedStateResponse.js.map +1 -0
- package/package.json +1 -1
|
@@ -28,6 +28,7 @@ import { GenericApiResponse } from '../model/genericApiResponse';
|
|
|
28
28
|
import { GetAIActionResponse } from '../model/getAIActionResponse';
|
|
29
29
|
import { GetCsvWizardUploadedFileInfo } from '../model/getCsvWizardUploadedFileInfo';
|
|
30
30
|
import { GetCurrentApiKeyInfoResponse } from '../model/getCurrentApiKeyInfoResponse';
|
|
31
|
+
import { GetExtensionSharedStateListResponse } from '../model/getExtensionSharedStateListResponse';
|
|
31
32
|
import { GetHmacDevkeyResponse } from '../model/getHmacDevkeyResponse';
|
|
32
33
|
import { GetModelVariantsResponse } from '../model/getModelVariantsResponse';
|
|
33
34
|
import { GetProjectActiveExtensionsResponse } from '../model/getProjectActiveExtensionsResponse';
|
|
@@ -56,6 +57,7 @@ import { ProjectTrainingDataSummaryResponse } from '../model/projectTrainingData
|
|
|
56
57
|
import { RemoveCollaboratorRequest } from '../model/removeCollaboratorRequest';
|
|
57
58
|
import { RemoveProjectActiveExtensionResponse } from '../model/removeProjectActiveExtensionResponse';
|
|
58
59
|
import { SetAIActionsOrderRequest } from '../model/setAIActionsOrderRequest';
|
|
60
|
+
import { SetExtensionSharedStateResponse } from '../model/setExtensionSharedStateResponse';
|
|
59
61
|
import { SetProjectComputeTimeRequest } from '../model/setProjectComputeTimeRequest';
|
|
60
62
|
import { SetProjectDspFileSizeRequest } from '../model/setProjectDspFileSizeRequest';
|
|
61
63
|
import { SocketTokenResponse } from '../model/socketTokenResponse';
|
|
@@ -77,6 +79,12 @@ export declare enum ProjectsApiApiKeys {
|
|
|
77
79
|
export type convertParquetToCsvFormParams = {
|
|
78
80
|
file: RequestFile;
|
|
79
81
|
};
|
|
82
|
+
type deleteExtensionSharedStateQueryParams = {
|
|
83
|
+
key: string;
|
|
84
|
+
};
|
|
85
|
+
type getExtensionSharedStateQueryParams = {
|
|
86
|
+
key: string;
|
|
87
|
+
};
|
|
80
88
|
type getModelVariantsQueryParams = {
|
|
81
89
|
impulseId?: number;
|
|
82
90
|
};
|
|
@@ -101,6 +109,13 @@ type listPublicProjectsQueryParams = {
|
|
|
101
109
|
projectTypes?: string;
|
|
102
110
|
sort?: string;
|
|
103
111
|
};
|
|
112
|
+
export type setExtensionSharedStateFormParams = {
|
|
113
|
+
currentVersion: number;
|
|
114
|
+
state: RequestFile;
|
|
115
|
+
};
|
|
116
|
+
type setExtensionSharedStateQueryParams = {
|
|
117
|
+
key: string;
|
|
118
|
+
};
|
|
104
119
|
export type uploadCsvWizardUploadedFileFormParams = {
|
|
105
120
|
file: RequestFile;
|
|
106
121
|
};
|
|
@@ -140,6 +155,9 @@ export declare class ProjectsApi {
|
|
|
140
155
|
headers: {
|
|
141
156
|
[name: string]: string;
|
|
142
157
|
};
|
|
158
|
+
responseHeadersCallback?: (headers: {
|
|
159
|
+
[name: string]: string;
|
|
160
|
+
}) => void;
|
|
143
161
|
}): Promise<EntityCreatedResponse>;
|
|
144
162
|
/**
|
|
145
163
|
* Adds an extension to a project. This API is only available through JWT token authentication.
|
|
@@ -151,6 +169,9 @@ export declare class ProjectsApi {
|
|
|
151
169
|
headers: {
|
|
152
170
|
[name: string]: string;
|
|
153
171
|
};
|
|
172
|
+
responseHeadersCallback?: (headers: {
|
|
173
|
+
[name: string]: string;
|
|
174
|
+
}) => void;
|
|
154
175
|
}): Promise<GenericApiResponse>;
|
|
155
176
|
/**
|
|
156
177
|
* Add an API key. If you set `developmentKey` to `true` this flag will be removed from the current development API key. For OAuth-based third-party integrations, prefer `/api/{projectId}/apikeys/ingestiononly`.
|
|
@@ -162,6 +183,9 @@ export declare class ProjectsApi {
|
|
|
162
183
|
headers: {
|
|
163
184
|
[name: string]: string;
|
|
164
185
|
};
|
|
186
|
+
responseHeadersCallback?: (headers: {
|
|
187
|
+
[name: string]: string;
|
|
188
|
+
}) => void;
|
|
165
189
|
}): Promise<AddApiKeyResponse>;
|
|
166
190
|
/**
|
|
167
191
|
* Add an HMAC key. If you set `developmentKey` to `true` this flag will be removed from the current development HMAC key.
|
|
@@ -173,6 +197,9 @@ export declare class ProjectsApi {
|
|
|
173
197
|
headers: {
|
|
174
198
|
[name: string]: string;
|
|
175
199
|
};
|
|
200
|
+
responseHeadersCallback?: (headers: {
|
|
201
|
+
[name: string]: string;
|
|
202
|
+
}) => void;
|
|
176
203
|
}): Promise<EntityCreatedResponse>;
|
|
177
204
|
/**
|
|
178
205
|
* Add an ingestion-only API key.
|
|
@@ -184,6 +211,9 @@ export declare class ProjectsApi {
|
|
|
184
211
|
headers: {
|
|
185
212
|
[name: string]: string;
|
|
186
213
|
};
|
|
214
|
+
responseHeadersCallback?: (headers: {
|
|
215
|
+
[name: string]: string;
|
|
216
|
+
}) => void;
|
|
187
217
|
}): Promise<AddApiKeyResponse>;
|
|
188
218
|
/**
|
|
189
219
|
* Remove all proposed changes for an AI Actions job.
|
|
@@ -195,6 +225,9 @@ export declare class ProjectsApi {
|
|
|
195
225
|
headers: {
|
|
196
226
|
[name: string]: string;
|
|
197
227
|
};
|
|
228
|
+
responseHeadersCallback?: (headers: {
|
|
229
|
+
[name: string]: string;
|
|
230
|
+
}) => void;
|
|
198
231
|
}): Promise<GenericApiResponse>;
|
|
199
232
|
/**
|
|
200
233
|
* Takes in a Parquet file and spits out the first few thousand lines of a corresponding CSV file. This is a helper function in the CSV wizard UI.
|
|
@@ -206,6 +239,9 @@ export declare class ProjectsApi {
|
|
|
206
239
|
headers: {
|
|
207
240
|
[name: string]: string;
|
|
208
241
|
};
|
|
242
|
+
responseHeadersCallback?: (headers: {
|
|
243
|
+
[name: string]: string;
|
|
244
|
+
}) => void;
|
|
209
245
|
}): Promise<ConvertParquetToCsvResponse>;
|
|
210
246
|
/**
|
|
211
247
|
* Create a new AI Action.
|
|
@@ -216,6 +252,9 @@ export declare class ProjectsApi {
|
|
|
216
252
|
headers: {
|
|
217
253
|
[name: string]: string;
|
|
218
254
|
};
|
|
255
|
+
responseHeadersCallback?: (headers: {
|
|
256
|
+
[name: string]: string;
|
|
257
|
+
}) => void;
|
|
219
258
|
}): Promise<EntityCreatedResponse>;
|
|
220
259
|
/**
|
|
221
260
|
* Create a new project. By default this endpoint creates and returns a project API key. When authenticated via OAuth, API key creation and API key return in the response are disabled.
|
|
@@ -226,6 +265,9 @@ export declare class ProjectsApi {
|
|
|
226
265
|
headers: {
|
|
227
266
|
[name: string]: string;
|
|
228
267
|
};
|
|
268
|
+
responseHeadersCallback?: (headers: {
|
|
269
|
+
[name: string]: string;
|
|
270
|
+
}) => void;
|
|
229
271
|
}): Promise<CreateProjectResponse>;
|
|
230
272
|
/**
|
|
231
273
|
* Deletes an AI Actions.
|
|
@@ -237,6 +279,9 @@ export declare class ProjectsApi {
|
|
|
237
279
|
headers: {
|
|
238
280
|
[name: string]: string;
|
|
239
281
|
};
|
|
282
|
+
responseHeadersCallback?: (headers: {
|
|
283
|
+
[name: string]: string;
|
|
284
|
+
}) => void;
|
|
240
285
|
}): Promise<GenericApiResponse>;
|
|
241
286
|
/**
|
|
242
287
|
* Clear the current CSV wizard config; subsequent CSVs will be uploaded as-is, without additional parsing.
|
|
@@ -247,6 +292,23 @@ export declare class ProjectsApi {
|
|
|
247
292
|
headers: {
|
|
248
293
|
[name: string]: string;
|
|
249
294
|
};
|
|
295
|
+
responseHeadersCallback?: (headers: {
|
|
296
|
+
[name: string]: string;
|
|
297
|
+
}) => void;
|
|
298
|
+
}): Promise<GenericApiResponse>;
|
|
299
|
+
/**
|
|
300
|
+
* Removes extension shared state. This API is only accessible with an API key that is attached to an extensionId.
|
|
301
|
+
* @summary Delete shared state
|
|
302
|
+
* @param projectId Project ID
|
|
303
|
+
* @param key Shared state key (required).
|
|
304
|
+
*/
|
|
305
|
+
deleteExtensionSharedState(projectId: number, queryParams: deleteExtensionSharedStateQueryParams, options?: {
|
|
306
|
+
headers: {
|
|
307
|
+
[name: string]: string;
|
|
308
|
+
};
|
|
309
|
+
responseHeadersCallback?: (headers: {
|
|
310
|
+
[name: string]: string;
|
|
311
|
+
}) => void;
|
|
250
312
|
}): Promise<GenericApiResponse>;
|
|
251
313
|
/**
|
|
252
314
|
* Remove the current project, and all data associated with it. This is irrevocable!
|
|
@@ -257,6 +319,9 @@ export declare class ProjectsApi {
|
|
|
257
319
|
headers: {
|
|
258
320
|
[name: string]: string;
|
|
259
321
|
};
|
|
322
|
+
responseHeadersCallback?: (headers: {
|
|
323
|
+
[name: string]: string;
|
|
324
|
+
}) => void;
|
|
260
325
|
}): Promise<GenericApiResponse>;
|
|
261
326
|
/**
|
|
262
327
|
* Delete a version. This does not delete the version from cold storage.
|
|
@@ -268,6 +333,9 @@ export declare class ProjectsApi {
|
|
|
268
333
|
headers: {
|
|
269
334
|
[name: string]: string;
|
|
270
335
|
};
|
|
336
|
+
responseHeadersCallback?: (headers: {
|
|
337
|
+
[name: string]: string;
|
|
338
|
+
}) => void;
|
|
271
339
|
}): Promise<GenericApiResponse>;
|
|
272
340
|
/**
|
|
273
341
|
* Returns a JSON file with the current CSV wizard config. If there is no config this will throw a 5xx error.
|
|
@@ -278,6 +346,9 @@ export declare class ProjectsApi {
|
|
|
278
346
|
headers: {
|
|
279
347
|
[name: string]: string;
|
|
280
348
|
};
|
|
349
|
+
responseHeadersCallback?: (headers: {
|
|
350
|
+
[name: string]: string;
|
|
351
|
+
}) => void;
|
|
281
352
|
}): Promise<Buffer>;
|
|
282
353
|
/**
|
|
283
354
|
* Returns the file that was uploaded when the CSV wizard was configured. If there is no config this will throw a 5xx error.
|
|
@@ -288,6 +359,9 @@ export declare class ProjectsApi {
|
|
|
288
359
|
headers: {
|
|
289
360
|
[name: string]: string;
|
|
290
361
|
};
|
|
362
|
+
responseHeadersCallback?: (headers: {
|
|
363
|
+
[name: string]: string;
|
|
364
|
+
}) => void;
|
|
291
365
|
}): Promise<Buffer>;
|
|
292
366
|
/**
|
|
293
367
|
* Get an AI Actions config
|
|
@@ -299,6 +373,9 @@ export declare class ProjectsApi {
|
|
|
299
373
|
headers: {
|
|
300
374
|
[name: string]: string;
|
|
301
375
|
};
|
|
376
|
+
responseHeadersCallback?: (headers: {
|
|
377
|
+
[name: string]: string;
|
|
378
|
+
}) => void;
|
|
302
379
|
}): Promise<GetAIActionResponse>;
|
|
303
380
|
/**
|
|
304
381
|
* Returns whether the file that was uploaded when the CSV wizard was configured is available.
|
|
@@ -309,6 +386,9 @@ export declare class ProjectsApi {
|
|
|
309
386
|
headers: {
|
|
310
387
|
[name: string]: string;
|
|
311
388
|
};
|
|
389
|
+
responseHeadersCallback?: (headers: {
|
|
390
|
+
[name: string]: string;
|
|
391
|
+
}) => void;
|
|
312
392
|
}): Promise<GetCsvWizardUploadedFileInfo>;
|
|
313
393
|
/**
|
|
314
394
|
* Only available when authenticating with a project API key. Returns the current role and project ID that you\'re authenticated with.
|
|
@@ -318,9 +398,53 @@ export declare class ProjectsApi {
|
|
|
318
398
|
headers: {
|
|
319
399
|
[name: string]: string;
|
|
320
400
|
};
|
|
401
|
+
responseHeadersCallback?: (headers: {
|
|
402
|
+
[name: string]: string;
|
|
403
|
+
}) => void;
|
|
321
404
|
}): Promise<GetCurrentApiKeyInfoResponse>;
|
|
322
405
|
/**
|
|
323
|
-
*
|
|
406
|
+
* Retrieves extension shared state. This API is only accessible with an API key that is attached to an extensionId. This also returns an x-version header with the current version of the state. If no state is available, an empty body is returned with x-version: 0.
|
|
407
|
+
* @summary Get shared state
|
|
408
|
+
* @param projectId Project ID
|
|
409
|
+
* @param key Shared state key (required).
|
|
410
|
+
*/
|
|
411
|
+
getExtensionSharedState(projectId: number, queryParams: getExtensionSharedStateQueryParams, options?: {
|
|
412
|
+
headers: {
|
|
413
|
+
[name: string]: string;
|
|
414
|
+
};
|
|
415
|
+
responseHeadersCallback?: (headers: {
|
|
416
|
+
[name: string]: string;
|
|
417
|
+
}) => void;
|
|
418
|
+
}): Promise<Buffer>;
|
|
419
|
+
/**
|
|
420
|
+
* Retrieve list of shared state keys and their latest version. This API is only accessible with an API key that is attached to an extensionId.
|
|
421
|
+
* @summary List shared state keys
|
|
422
|
+
* @param projectId Project ID
|
|
423
|
+
*/
|
|
424
|
+
getExtensionSharedStateList(projectId: number, options?: {
|
|
425
|
+
headers: {
|
|
426
|
+
[name: string]: string;
|
|
427
|
+
};
|
|
428
|
+
responseHeadersCallback?: (headers: {
|
|
429
|
+
[name: string]: string;
|
|
430
|
+
}) => void;
|
|
431
|
+
}): Promise<GetExtensionSharedStateListResponse>;
|
|
432
|
+
/**
|
|
433
|
+
* Retrieve list of shared state keys and their latest version.
|
|
434
|
+
* @summary List shared state keys for extension
|
|
435
|
+
* @param projectId Project ID
|
|
436
|
+
* @param extensionId Extension ID
|
|
437
|
+
*/
|
|
438
|
+
getExtensionSharedStateListForExtension(projectId: number, extensionId: number, options?: {
|
|
439
|
+
headers: {
|
|
440
|
+
[name: string]: string;
|
|
441
|
+
};
|
|
442
|
+
responseHeadersCallback?: (headers: {
|
|
443
|
+
[name: string]: string;
|
|
444
|
+
}) => void;
|
|
445
|
+
}): Promise<GetExtensionSharedStateListResponse>;
|
|
446
|
+
/**
|
|
447
|
+
* Retrieve the HMAC development key for a project. This key is specifically marked to be used during development. This key can be `undefined` if no development keys are set.
|
|
324
448
|
* @summary Get HMAC development key
|
|
325
449
|
* @param projectId Project ID
|
|
326
450
|
*/
|
|
@@ -328,6 +452,9 @@ export declare class ProjectsApi {
|
|
|
328
452
|
headers: {
|
|
329
453
|
[name: string]: string;
|
|
330
454
|
};
|
|
455
|
+
responseHeadersCallback?: (headers: {
|
|
456
|
+
[name: string]: string;
|
|
457
|
+
}) => void;
|
|
331
458
|
}): Promise<GetHmacDevkeyResponse>;
|
|
332
459
|
/**
|
|
333
460
|
* Get a list of model variants applicable to all trained learn blocks in this project.
|
|
@@ -339,6 +466,9 @@ export declare class ProjectsApi {
|
|
|
339
466
|
headers: {
|
|
340
467
|
[name: string]: string;
|
|
341
468
|
};
|
|
469
|
+
responseHeadersCallback?: (headers: {
|
|
470
|
+
[name: string]: string;
|
|
471
|
+
}) => void;
|
|
342
472
|
}): Promise<GetModelVariantsResponse>;
|
|
343
473
|
/**
|
|
344
474
|
* Get the AI Actions config for a new action
|
|
@@ -349,6 +479,9 @@ export declare class ProjectsApi {
|
|
|
349
479
|
headers: {
|
|
350
480
|
[name: string]: string;
|
|
351
481
|
};
|
|
482
|
+
responseHeadersCallback?: (headers: {
|
|
483
|
+
[name: string]: string;
|
|
484
|
+
}) => void;
|
|
352
485
|
}): Promise<GetAIActionResponse>;
|
|
353
486
|
/**
|
|
354
487
|
* Lists all extensions that are active for this project.
|
|
@@ -359,6 +492,9 @@ export declare class ProjectsApi {
|
|
|
359
492
|
headers: {
|
|
360
493
|
[name: string]: string;
|
|
361
494
|
};
|
|
495
|
+
responseHeadersCallback?: (headers: {
|
|
496
|
+
[name: string]: string;
|
|
497
|
+
}) => void;
|
|
362
498
|
}): Promise<GetProjectActiveExtensionsResponse>;
|
|
363
499
|
/**
|
|
364
500
|
* Get a list of axes that are present in the training data.
|
|
@@ -371,6 +507,9 @@ export declare class ProjectsApi {
|
|
|
371
507
|
headers: {
|
|
372
508
|
[name: string]: string;
|
|
373
509
|
};
|
|
510
|
+
responseHeadersCallback?: (headers: {
|
|
511
|
+
[name: string]: string;
|
|
512
|
+
}) => void;
|
|
374
513
|
}): Promise<ProjectDataAxesSummaryResponse>;
|
|
375
514
|
/**
|
|
376
515
|
* List all information about this project.
|
|
@@ -382,6 +521,9 @@ export declare class ProjectsApi {
|
|
|
382
521
|
headers: {
|
|
383
522
|
[name: string]: string;
|
|
384
523
|
};
|
|
524
|
+
responseHeadersCallback?: (headers: {
|
|
525
|
+
[name: string]: string;
|
|
526
|
+
}) => void;
|
|
385
527
|
}): Promise<ProjectInfoResponse>;
|
|
386
528
|
/**
|
|
387
529
|
* List a summary about this project - available for public projects.
|
|
@@ -392,6 +534,9 @@ export declare class ProjectsApi {
|
|
|
392
534
|
headers: {
|
|
393
535
|
[name: string]: string;
|
|
394
536
|
};
|
|
537
|
+
responseHeadersCallback?: (headers: {
|
|
538
|
+
[name: string]: string;
|
|
539
|
+
}) => void;
|
|
395
540
|
}): Promise<ProjectInfoSummaryResponse>;
|
|
396
541
|
/**
|
|
397
542
|
* Get the last modification date for a project (will be upped when data is modified, or when an impulse is trained)
|
|
@@ -402,6 +547,9 @@ export declare class ProjectsApi {
|
|
|
402
547
|
headers: {
|
|
403
548
|
[name: string]: string;
|
|
404
549
|
};
|
|
550
|
+
responseHeadersCallback?: (headers: {
|
|
551
|
+
[name: string]: string;
|
|
552
|
+
}) => void;
|
|
405
553
|
}): Promise<LastModificationDateResponse>;
|
|
406
554
|
/**
|
|
407
555
|
* Get the interval of the training data; if multiple intervals are present, the interval of the longest data item is returned. This only takes data in your _training_ set into account.
|
|
@@ -412,6 +560,9 @@ export declare class ProjectsApi {
|
|
|
412
560
|
headers: {
|
|
413
561
|
[name: string]: string;
|
|
414
562
|
};
|
|
563
|
+
responseHeadersCallback?: (headers: {
|
|
564
|
+
[name: string]: string;
|
|
565
|
+
}) => void;
|
|
415
566
|
}): Promise<ProjectDataIntervalResponse>;
|
|
416
567
|
/**
|
|
417
568
|
* Get summary of all data present in the training set. This returns the number of data items, the total length of all data, and the labels. This is similar to `dataSummary` in `ProjectInfoResponse` but allows you to exclude disabled items or items that are still processing.
|
|
@@ -424,6 +575,9 @@ export declare class ProjectsApi {
|
|
|
424
575
|
headers: {
|
|
425
576
|
[name: string]: string;
|
|
426
577
|
};
|
|
578
|
+
responseHeadersCallback?: (headers: {
|
|
579
|
+
[name: string]: string;
|
|
580
|
+
}) => void;
|
|
427
581
|
}): Promise<ProjectTrainingDataSummaryResponse>;
|
|
428
582
|
/**
|
|
429
583
|
* Get a token to authenticate with the web socket interface.
|
|
@@ -434,6 +588,9 @@ export declare class ProjectsApi {
|
|
|
434
588
|
headers: {
|
|
435
589
|
[name: string]: string;
|
|
436
590
|
};
|
|
591
|
+
responseHeadersCallback?: (headers: {
|
|
592
|
+
[name: string]: string;
|
|
593
|
+
}) => void;
|
|
437
594
|
}): Promise<SocketTokenResponse>;
|
|
438
595
|
/**
|
|
439
596
|
* Get the last used synthetic data config
|
|
@@ -444,6 +601,9 @@ export declare class ProjectsApi {
|
|
|
444
601
|
headers: {
|
|
445
602
|
[name: string]: string;
|
|
446
603
|
};
|
|
604
|
+
responseHeadersCallback?: (headers: {
|
|
605
|
+
[name: string]: string;
|
|
606
|
+
}) => void;
|
|
447
607
|
}): Promise<GetSyntheticDataConfigResponse>;
|
|
448
608
|
/**
|
|
449
609
|
* Retrieve target constraints for a project. The constraints object captures hardware attributes of your target device, along with an application budget to allow guidance on performance and resource usage
|
|
@@ -454,6 +614,9 @@ export declare class ProjectsApi {
|
|
|
454
614
|
headers: {
|
|
455
615
|
[name: string]: string;
|
|
456
616
|
};
|
|
617
|
+
responseHeadersCallback?: (headers: {
|
|
618
|
+
[name: string]: string;
|
|
619
|
+
}) => void;
|
|
457
620
|
}): Promise<GetTargetConstraintsResponse>;
|
|
458
621
|
/**
|
|
459
622
|
* This clears out *all data in your project*, and is irrevocable. This function is only available through a JWT token, and is not available to all users.
|
|
@@ -464,6 +627,9 @@ export declare class ProjectsApi {
|
|
|
464
627
|
headers: {
|
|
465
628
|
[name: string]: string;
|
|
466
629
|
};
|
|
630
|
+
responseHeadersCallback?: (headers: {
|
|
631
|
+
[name: string]: string;
|
|
632
|
+
}) => void;
|
|
467
633
|
}): Promise<GenericApiResponse>;
|
|
468
634
|
/**
|
|
469
635
|
* Get all AI actions.
|
|
@@ -474,6 +640,9 @@ export declare class ProjectsApi {
|
|
|
474
640
|
headers: {
|
|
475
641
|
[name: string]: string;
|
|
476
642
|
};
|
|
643
|
+
responseHeadersCallback?: (headers: {
|
|
644
|
+
[name: string]: string;
|
|
645
|
+
}) => void;
|
|
477
646
|
}): Promise<ListAIActionsResponse>;
|
|
478
647
|
/**
|
|
479
648
|
* List all development boards for a project
|
|
@@ -484,6 +653,9 @@ export declare class ProjectsApi {
|
|
|
484
653
|
headers: {
|
|
485
654
|
[name: string]: string;
|
|
486
655
|
};
|
|
656
|
+
responseHeadersCallback?: (headers: {
|
|
657
|
+
[name: string]: string;
|
|
658
|
+
}) => void;
|
|
487
659
|
}): Promise<DevelopmentBoardsResponse>;
|
|
488
660
|
/**
|
|
489
661
|
* Retrieve the development API and HMAC keys for a project. These keys are specifically marked to be used during development. These keys can be `undefined` if no development keys are set. Only available through JWT token authentication, if you authenticate with an API key then all keys will return undefined (this is changed behavior since 28 January 2026).
|
|
@@ -494,6 +666,9 @@ export declare class ProjectsApi {
|
|
|
494
666
|
headers: {
|
|
495
667
|
[name: string]: string;
|
|
496
668
|
};
|
|
669
|
+
responseHeadersCallback?: (headers: {
|
|
670
|
+
[name: string]: string;
|
|
671
|
+
}) => void;
|
|
497
672
|
}): Promise<DevelopmentKeysResponse>;
|
|
498
673
|
/**
|
|
499
674
|
* Retrieve the downloads for a project.
|
|
@@ -505,6 +680,9 @@ export declare class ProjectsApi {
|
|
|
505
680
|
headers: {
|
|
506
681
|
[name: string]: string;
|
|
507
682
|
};
|
|
683
|
+
responseHeadersCallback?: (headers: {
|
|
684
|
+
[name: string]: string;
|
|
685
|
+
}) => void;
|
|
508
686
|
}): Promise<ProjectDownloadsResponse>;
|
|
509
687
|
/**
|
|
510
688
|
* Get a list of all emails sent by Edge Impulse regarding this project.
|
|
@@ -515,6 +693,9 @@ export declare class ProjectsApi {
|
|
|
515
693
|
headers: {
|
|
516
694
|
[name: string]: string;
|
|
517
695
|
};
|
|
696
|
+
responseHeadersCallback?: (headers: {
|
|
697
|
+
[name: string]: string;
|
|
698
|
+
}) => void;
|
|
518
699
|
}): Promise<ListEmailResponse>;
|
|
519
700
|
/**
|
|
520
701
|
* Retrieve all API keys. This does **not** return the full API key, but only a portion (for security purposes). The development key will be returned in full, as it\'ll be set in devices and is thus not private.
|
|
@@ -525,6 +706,9 @@ export declare class ProjectsApi {
|
|
|
525
706
|
headers: {
|
|
526
707
|
[name: string]: string;
|
|
527
708
|
};
|
|
709
|
+
responseHeadersCallback?: (headers: {
|
|
710
|
+
[name: string]: string;
|
|
711
|
+
}) => void;
|
|
528
712
|
}): Promise<ListApiKeysResponse>;
|
|
529
713
|
/**
|
|
530
714
|
* Lists all available extensions that can be added to this project.
|
|
@@ -535,6 +719,9 @@ export declare class ProjectsApi {
|
|
|
535
719
|
headers: {
|
|
536
720
|
[name: string]: string;
|
|
537
721
|
};
|
|
722
|
+
responseHeadersCallback?: (headers: {
|
|
723
|
+
[name: string]: string;
|
|
724
|
+
}) => void;
|
|
538
725
|
}): Promise<ListProjectAvailableExtensionsResponse>;
|
|
539
726
|
/**
|
|
540
727
|
* Retrieve all HMAC keys.
|
|
@@ -545,6 +732,9 @@ export declare class ProjectsApi {
|
|
|
545
732
|
headers: {
|
|
546
733
|
[name: string]: string;
|
|
547
734
|
};
|
|
735
|
+
responseHeadersCallback?: (headers: {
|
|
736
|
+
[name: string]: string;
|
|
737
|
+
}) => void;
|
|
548
738
|
}): Promise<ListHmacKeysResponse>;
|
|
549
739
|
/**
|
|
550
740
|
* Retrieve list of active projects. If authenticating using JWT token this lists all the projects the user has access to, if authenticating using an API key, this only lists that project.
|
|
@@ -554,6 +744,9 @@ export declare class ProjectsApi {
|
|
|
554
744
|
headers: {
|
|
555
745
|
[name: string]: string;
|
|
556
746
|
};
|
|
747
|
+
responseHeadersCallback?: (headers: {
|
|
748
|
+
[name: string]: string;
|
|
749
|
+
}) => void;
|
|
557
750
|
}): Promise<ListProjectsResponse>;
|
|
558
751
|
/**
|
|
559
752
|
* Retrieve the list of available public project types. You don\'t need any authentication for this method.
|
|
@@ -563,6 +756,9 @@ export declare class ProjectsApi {
|
|
|
563
756
|
headers: {
|
|
564
757
|
[name: string]: string;
|
|
565
758
|
};
|
|
759
|
+
responseHeadersCallback?: (headers: {
|
|
760
|
+
[name: string]: string;
|
|
761
|
+
}) => void;
|
|
566
762
|
}): Promise<ListPublicProjectTypesResponse>;
|
|
567
763
|
/**
|
|
568
764
|
* Retrieve the list of all public projects. You don\'t need any authentication for this method.
|
|
@@ -577,6 +773,9 @@ export declare class ProjectsApi {
|
|
|
577
773
|
headers: {
|
|
578
774
|
[name: string]: string;
|
|
579
775
|
};
|
|
776
|
+
responseHeadersCallback?: (headers: {
|
|
777
|
+
[name: string]: string;
|
|
778
|
+
}) => void;
|
|
580
779
|
}): Promise<ListPublicProjectsResponse>;
|
|
581
780
|
/**
|
|
582
781
|
* Get all public versions for this project. You don\'t need any authentication for this function.
|
|
@@ -587,6 +786,9 @@ export declare class ProjectsApi {
|
|
|
587
786
|
headers: {
|
|
588
787
|
[name: string]: string;
|
|
589
788
|
};
|
|
789
|
+
responseHeadersCallback?: (headers: {
|
|
790
|
+
[name: string]: string;
|
|
791
|
+
}) => void;
|
|
590
792
|
}): Promise<ListPublicVersionsResponse>;
|
|
591
793
|
/**
|
|
592
794
|
* Get all versions for this project.
|
|
@@ -597,6 +799,9 @@ export declare class ProjectsApi {
|
|
|
597
799
|
headers: {
|
|
598
800
|
[name: string]: string;
|
|
599
801
|
};
|
|
802
|
+
responseHeadersCallback?: (headers: {
|
|
803
|
+
[name: string]: string;
|
|
804
|
+
}) => void;
|
|
600
805
|
}): Promise<ListVersionsResponse>;
|
|
601
806
|
/**
|
|
602
807
|
* Make a public version private.
|
|
@@ -608,6 +813,9 @@ export declare class ProjectsApi {
|
|
|
608
813
|
headers: {
|
|
609
814
|
[name: string]: string;
|
|
610
815
|
};
|
|
816
|
+
responseHeadersCallback?: (headers: {
|
|
817
|
+
[name: string]: string;
|
|
818
|
+
}) => void;
|
|
611
819
|
}): Promise<GenericApiResponse>;
|
|
612
820
|
/**
|
|
613
821
|
* Get a number of random samples to show in the AI Actions screen. If `saveConfig` is passed in, then a valid actionId is required in the URL. If you don\'t need to save the config (e.g. when creating a new action), you can use -1.
|
|
@@ -620,6 +828,9 @@ export declare class ProjectsApi {
|
|
|
620
828
|
headers: {
|
|
621
829
|
[name: string]: string;
|
|
622
830
|
};
|
|
831
|
+
responseHeadersCallback?: (headers: {
|
|
832
|
+
[name: string]: string;
|
|
833
|
+
}) => void;
|
|
623
834
|
}): Promise<ListSamplesResponse>;
|
|
624
835
|
/**
|
|
625
836
|
* Dismiss a notification
|
|
@@ -631,6 +842,9 @@ export declare class ProjectsApi {
|
|
|
631
842
|
headers: {
|
|
632
843
|
[name: string]: string;
|
|
633
844
|
};
|
|
845
|
+
responseHeadersCallback?: (headers: {
|
|
846
|
+
[name: string]: string;
|
|
847
|
+
}) => void;
|
|
634
848
|
}): Promise<GenericApiResponse>;
|
|
635
849
|
/**
|
|
636
850
|
* Remove a collaborator to a project. Note that you cannot invoke this function if only a single collaborator is present.
|
|
@@ -642,6 +856,9 @@ export declare class ProjectsApi {
|
|
|
642
856
|
headers: {
|
|
643
857
|
[name: string]: string;
|
|
644
858
|
};
|
|
859
|
+
responseHeadersCallback?: (headers: {
|
|
860
|
+
[name: string]: string;
|
|
861
|
+
}) => void;
|
|
645
862
|
}): Promise<GenericApiResponse>;
|
|
646
863
|
/**
|
|
647
864
|
* Removes an existing extension from a project.
|
|
@@ -653,6 +870,9 @@ export declare class ProjectsApi {
|
|
|
653
870
|
headers: {
|
|
654
871
|
[name: string]: string;
|
|
655
872
|
};
|
|
873
|
+
responseHeadersCallback?: (headers: {
|
|
874
|
+
[name: string]: string;
|
|
875
|
+
}) => void;
|
|
656
876
|
}): Promise<RemoveProjectActiveExtensionResponse>;
|
|
657
877
|
/**
|
|
658
878
|
* Revoke an API key. Note that if you revoke the development API key some services (such as automatic provisioning of devices through the serial daemon) will no longer work.
|
|
@@ -664,6 +884,9 @@ export declare class ProjectsApi {
|
|
|
664
884
|
headers: {
|
|
665
885
|
[name: string]: string;
|
|
666
886
|
};
|
|
887
|
+
responseHeadersCallback?: (headers: {
|
|
888
|
+
[name: string]: string;
|
|
889
|
+
}) => void;
|
|
667
890
|
}): Promise<GenericApiResponse>;
|
|
668
891
|
/**
|
|
669
892
|
* Revoke an HMAC key. Note that if you revoke the development key some services (such as automatic provisioning of devices through the serial daemon) will no longer work.
|
|
@@ -675,6 +898,9 @@ export declare class ProjectsApi {
|
|
|
675
898
|
headers: {
|
|
676
899
|
[name: string]: string;
|
|
677
900
|
};
|
|
901
|
+
responseHeadersCallback?: (headers: {
|
|
902
|
+
[name: string]: string;
|
|
903
|
+
}) => void;
|
|
678
904
|
}): Promise<GenericApiResponse>;
|
|
679
905
|
/**
|
|
680
906
|
* Revoke an ingestion-only API key. If the ID belongs to a key with a different role, this endpoint returns an error payload (`success: false`).
|
|
@@ -686,6 +912,9 @@ export declare class ProjectsApi {
|
|
|
686
912
|
headers: {
|
|
687
913
|
[name: string]: string;
|
|
688
914
|
};
|
|
915
|
+
responseHeadersCallback?: (headers: {
|
|
916
|
+
[name: string]: string;
|
|
917
|
+
}) => void;
|
|
689
918
|
}): Promise<GenericApiResponse>;
|
|
690
919
|
/**
|
|
691
920
|
* Change the order of AI actions. Post the new order of all AI Actions by ID. You need to specify _all_ AI Actions here. If not, an error will be thrown.
|
|
@@ -697,7 +926,26 @@ export declare class ProjectsApi {
|
|
|
697
926
|
headers: {
|
|
698
927
|
[name: string]: string;
|
|
699
928
|
};
|
|
929
|
+
responseHeadersCallback?: (headers: {
|
|
930
|
+
[name: string]: string;
|
|
931
|
+
}) => void;
|
|
700
932
|
}): Promise<GenericApiResponse>;
|
|
933
|
+
/**
|
|
934
|
+
* Stores extension shared state. This API is only accessible with an API key that is attached to an extensionId. State has a limit of 100MB per key.
|
|
935
|
+
* @summary Set shared state
|
|
936
|
+
* @param projectId Project ID
|
|
937
|
+
* @param key Shared state key (required).
|
|
938
|
+
* @param currentVersion
|
|
939
|
+
* @param state
|
|
940
|
+
*/
|
|
941
|
+
setExtensionSharedState(projectId: number, params: setExtensionSharedStateFormParams, queryParams: setExtensionSharedStateQueryParams, options?: {
|
|
942
|
+
headers: {
|
|
943
|
+
[name: string]: string;
|
|
944
|
+
};
|
|
945
|
+
responseHeadersCallback?: (headers: {
|
|
946
|
+
[name: string]: string;
|
|
947
|
+
}) => void;
|
|
948
|
+
}): Promise<SetExtensionSharedStateResponse>;
|
|
701
949
|
/**
|
|
702
950
|
* Change the job compute time limit for the project. This function is only available through a JWT token, and is not available to all users.
|
|
703
951
|
* @summary Set compute time limit
|
|
@@ -708,6 +956,9 @@ export declare class ProjectsApi {
|
|
|
708
956
|
headers: {
|
|
709
957
|
[name: string]: string;
|
|
710
958
|
};
|
|
959
|
+
responseHeadersCallback?: (headers: {
|
|
960
|
+
[name: string]: string;
|
|
961
|
+
}) => void;
|
|
711
962
|
}): Promise<GenericApiResponse>;
|
|
712
963
|
/**
|
|
713
964
|
* Change the DSP file size limit for the project. This function is only available through a JWT token, and is not available to all users.
|
|
@@ -719,6 +970,9 @@ export declare class ProjectsApi {
|
|
|
719
970
|
headers: {
|
|
720
971
|
[name: string]: string;
|
|
721
972
|
};
|
|
973
|
+
responseHeadersCallback?: (headers: {
|
|
974
|
+
[name: string]: string;
|
|
975
|
+
}) => void;
|
|
722
976
|
}): Promise<GenericApiResponse>;
|
|
723
977
|
/**
|
|
724
978
|
* Set target constraints for a project. Use the constraints object to capture hardware attributes of your target device, along with an application budget to allow guidance on performance and resource usage
|
|
@@ -730,6 +984,9 @@ export declare class ProjectsApi {
|
|
|
730
984
|
headers: {
|
|
731
985
|
[name: string]: string;
|
|
732
986
|
};
|
|
987
|
+
responseHeadersCallback?: (headers: {
|
|
988
|
+
[name: string]: string;
|
|
989
|
+
}) => void;
|
|
733
990
|
}): Promise<GenericApiResponse>;
|
|
734
991
|
/**
|
|
735
992
|
* Transfer ownership of a project to another user.
|
|
@@ -741,6 +998,9 @@ export declare class ProjectsApi {
|
|
|
741
998
|
headers: {
|
|
742
999
|
[name: string]: string;
|
|
743
1000
|
};
|
|
1001
|
+
responseHeadersCallback?: (headers: {
|
|
1002
|
+
[name: string]: string;
|
|
1003
|
+
}) => void;
|
|
744
1004
|
}): Promise<GenericApiResponse>;
|
|
745
1005
|
/**
|
|
746
1006
|
* Transfer ownership of a project to another organization.
|
|
@@ -752,6 +1012,9 @@ export declare class ProjectsApi {
|
|
|
752
1012
|
headers: {
|
|
753
1013
|
[name: string]: string;
|
|
754
1014
|
};
|
|
1015
|
+
responseHeadersCallback?: (headers: {
|
|
1016
|
+
[name: string]: string;
|
|
1017
|
+
}) => void;
|
|
755
1018
|
}): Promise<GenericApiResponse>;
|
|
756
1019
|
/**
|
|
757
1020
|
* Store an AI Actions config. Use `createAIActionsJob` to run the job. Post the full AI Action here w/ all parameters.
|
|
@@ -764,6 +1027,9 @@ export declare class ProjectsApi {
|
|
|
764
1027
|
headers: {
|
|
765
1028
|
[name: string]: string;
|
|
766
1029
|
};
|
|
1030
|
+
responseHeadersCallback?: (headers: {
|
|
1031
|
+
[name: string]: string;
|
|
1032
|
+
}) => void;
|
|
767
1033
|
}): Promise<GenericApiResponse>;
|
|
768
1034
|
/**
|
|
769
1035
|
* Update project properties such as name and logo.
|
|
@@ -775,6 +1041,9 @@ export declare class ProjectsApi {
|
|
|
775
1041
|
headers: {
|
|
776
1042
|
[name: string]: string;
|
|
777
1043
|
};
|
|
1044
|
+
responseHeadersCallback?: (headers: {
|
|
1045
|
+
[name: string]: string;
|
|
1046
|
+
}) => void;
|
|
778
1047
|
}): Promise<GenericApiResponse>;
|
|
779
1048
|
/**
|
|
780
1049
|
* Update the list of project tags.
|
|
@@ -786,6 +1055,9 @@ export declare class ProjectsApi {
|
|
|
786
1055
|
headers: {
|
|
787
1056
|
[name: string]: string;
|
|
788
1057
|
};
|
|
1058
|
+
responseHeadersCallback?: (headers: {
|
|
1059
|
+
[name: string]: string;
|
|
1060
|
+
}) => void;
|
|
789
1061
|
}): Promise<GenericApiResponse>;
|
|
790
1062
|
/**
|
|
791
1063
|
* Updates a version, this only updates fields that were set in the body.
|
|
@@ -798,6 +1070,9 @@ export declare class ProjectsApi {
|
|
|
798
1070
|
headers: {
|
|
799
1071
|
[name: string]: string;
|
|
800
1072
|
};
|
|
1073
|
+
responseHeadersCallback?: (headers: {
|
|
1074
|
+
[name: string]: string;
|
|
1075
|
+
}) => void;
|
|
801
1076
|
}): Promise<GenericApiResponse>;
|
|
802
1077
|
/**
|
|
803
1078
|
* Asynchronously called in the CSV Wizard to store the file that the CSV wizard was based on.
|
|
@@ -809,6 +1084,9 @@ export declare class ProjectsApi {
|
|
|
809
1084
|
headers: {
|
|
810
1085
|
[name: string]: string;
|
|
811
1086
|
};
|
|
1087
|
+
responseHeadersCallback?: (headers: {
|
|
1088
|
+
[name: string]: string;
|
|
1089
|
+
}) => void;
|
|
812
1090
|
}): Promise<GenericApiResponse>;
|
|
813
1091
|
/**
|
|
814
1092
|
* Uploads an image to the user CDN and returns the path.
|
|
@@ -820,6 +1098,9 @@ export declare class ProjectsApi {
|
|
|
820
1098
|
headers: {
|
|
821
1099
|
[name: string]: string;
|
|
822
1100
|
};
|
|
1101
|
+
responseHeadersCallback?: (headers: {
|
|
1102
|
+
[name: string]: string;
|
|
1103
|
+
}) => void;
|
|
823
1104
|
}): Promise<UploadReadmeImageResponse>;
|
|
824
1105
|
}
|
|
825
1106
|
export {};
|