edge-impulse-api 1.93.26 → 1.93.28
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 +2448 -7
- package/build/browser/edge-impulse-api.js +7286 -785
- 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 +119 -0
- package/build/library/sdk/api/organizationBlocksApi.js +391 -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/addOrganizationTransferLearningBlockRequest.d.ts +4 -0
- 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/organizationTransferLearningBlock.d.ts +4 -0
- package/build/library/sdk/model/projectDataSummary.d.ts +3 -0
- package/build/library/sdk/model/projectInfoResponse.d.ts +42 -3
- package/build/library/sdk/model/projectInfoResponse.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/build/library/sdk/model/transferLearningModel.d.ts +4 -0
- package/package.json +1 -1
|
@@ -200,6 +200,9 @@ export declare class OrganizationsApi {
|
|
|
200
200
|
headers: {
|
|
201
201
|
[name: string]: string;
|
|
202
202
|
};
|
|
203
|
+
responseHeadersCallback?: (headers: {
|
|
204
|
+
[name: string]: string;
|
|
205
|
+
}) => void;
|
|
203
206
|
}): Promise<AddApiKeyResponse>;
|
|
204
207
|
/**
|
|
205
208
|
* Add a member to an organization.
|
|
@@ -211,9 +214,12 @@ export declare class OrganizationsApi {
|
|
|
211
214
|
headers: {
|
|
212
215
|
[name: string]: string;
|
|
213
216
|
};
|
|
217
|
+
responseHeadersCallback?: (headers: {
|
|
218
|
+
[name: string]: string;
|
|
219
|
+
}) => void;
|
|
214
220
|
}): Promise<EntityCreatedResponse>;
|
|
215
221
|
/**
|
|
216
|
-
*
|
|
222
|
+
* Create multi-project deployment
|
|
217
223
|
* @summary Create multi-project deployment
|
|
218
224
|
* @param organizationId Organization ID
|
|
219
225
|
* @param createMultiProjectDeploymentRequest
|
|
@@ -222,6 +228,9 @@ export declare class OrganizationsApi {
|
|
|
222
228
|
headers: {
|
|
223
229
|
[name: string]: string;
|
|
224
230
|
};
|
|
231
|
+
responseHeadersCallback?: (headers: {
|
|
232
|
+
[name: string]: string;
|
|
233
|
+
}) => void;
|
|
225
234
|
}): Promise<StartJobResponse>;
|
|
226
235
|
/**
|
|
227
236
|
* Create a new organization. This is an internal API.
|
|
@@ -232,6 +241,9 @@ export declare class OrganizationsApi {
|
|
|
232
241
|
headers: {
|
|
233
242
|
[name: string]: string;
|
|
234
243
|
};
|
|
244
|
+
responseHeadersCallback?: (headers: {
|
|
245
|
+
[name: string]: string;
|
|
246
|
+
}) => void;
|
|
235
247
|
}): Promise<CreateOrganizationResponse>;
|
|
236
248
|
/**
|
|
237
249
|
* Remove the current organization, and all data associated with it. This is irrevocable!
|
|
@@ -242,9 +254,12 @@ export declare class OrganizationsApi {
|
|
|
242
254
|
headers: {
|
|
243
255
|
[name: string]: string;
|
|
244
256
|
};
|
|
257
|
+
responseHeadersCallback?: (headers: {
|
|
258
|
+
[name: string]: string;
|
|
259
|
+
}) => void;
|
|
245
260
|
}): Promise<GenericApiResponse>;
|
|
246
261
|
/**
|
|
247
|
-
*
|
|
262
|
+
* Download multi-project deployment
|
|
248
263
|
* @summary Download multi-project deployment
|
|
249
264
|
* @param organizationId Organization ID
|
|
250
265
|
* @param jobId Job ID
|
|
@@ -253,6 +268,9 @@ export declare class OrganizationsApi {
|
|
|
253
268
|
headers: {
|
|
254
269
|
[name: string]: string;
|
|
255
270
|
};
|
|
271
|
+
responseHeadersCallback?: (headers: {
|
|
272
|
+
[name: string]: string;
|
|
273
|
+
}) => void;
|
|
256
274
|
}): Promise<Buffer>;
|
|
257
275
|
/**
|
|
258
276
|
* Download a data export for an organization.
|
|
@@ -264,6 +282,9 @@ export declare class OrganizationsApi {
|
|
|
264
282
|
headers: {
|
|
265
283
|
[name: string]: string;
|
|
266
284
|
};
|
|
285
|
+
responseHeadersCallback?: (headers: {
|
|
286
|
+
[name: string]: string;
|
|
287
|
+
}) => void;
|
|
267
288
|
}): Promise<any>;
|
|
268
289
|
/**
|
|
269
290
|
* Get a data export for an organization.
|
|
@@ -275,6 +296,9 @@ export declare class OrganizationsApi {
|
|
|
275
296
|
headers: {
|
|
276
297
|
[name: string]: string;
|
|
277
298
|
};
|
|
299
|
+
responseHeadersCallback?: (headers: {
|
|
300
|
+
[name: string]: string;
|
|
301
|
+
}) => void;
|
|
278
302
|
}): Promise<GetOrganizationDataExportResponse>;
|
|
279
303
|
/**
|
|
280
304
|
* Get all data exports for an organization.
|
|
@@ -287,6 +311,9 @@ export declare class OrganizationsApi {
|
|
|
287
311
|
headers: {
|
|
288
312
|
[name: string]: string;
|
|
289
313
|
};
|
|
314
|
+
responseHeadersCallback?: (headers: {
|
|
315
|
+
[name: string]: string;
|
|
316
|
+
}) => void;
|
|
290
317
|
}): Promise<GetOrganizationDataExportsResponse>;
|
|
291
318
|
/**
|
|
292
319
|
* List all information about this organization.
|
|
@@ -297,6 +324,9 @@ export declare class OrganizationsApi {
|
|
|
297
324
|
headers: {
|
|
298
325
|
[name: string]: string;
|
|
299
326
|
};
|
|
327
|
+
responseHeadersCallback?: (headers: {
|
|
328
|
+
[name: string]: string;
|
|
329
|
+
}) => void;
|
|
300
330
|
}): Promise<OrganizationInfoResponse>;
|
|
301
331
|
/**
|
|
302
332
|
* Get general metrics for this organization.
|
|
@@ -309,6 +339,9 @@ export declare class OrganizationsApi {
|
|
|
309
339
|
headers: {
|
|
310
340
|
[name: string]: string;
|
|
311
341
|
};
|
|
342
|
+
responseHeadersCallback?: (headers: {
|
|
343
|
+
[name: string]: string;
|
|
344
|
+
}) => void;
|
|
312
345
|
}): Promise<OrganizationMetricsResponse>;
|
|
313
346
|
/**
|
|
314
347
|
* Invite a member to an organization.
|
|
@@ -320,6 +353,9 @@ export declare class OrganizationsApi {
|
|
|
320
353
|
headers: {
|
|
321
354
|
[name: string]: string;
|
|
322
355
|
};
|
|
356
|
+
responseHeadersCallback?: (headers: {
|
|
357
|
+
[name: string]: string;
|
|
358
|
+
}) => void;
|
|
323
359
|
}): Promise<GenericApiResponse>;
|
|
324
360
|
/**
|
|
325
361
|
* Retrieve all API keys. This does **not** return the full API key, but only a portion (for security purposes).
|
|
@@ -330,6 +366,9 @@ export declare class OrganizationsApi {
|
|
|
330
366
|
headers: {
|
|
331
367
|
[name: string]: string;
|
|
332
368
|
};
|
|
369
|
+
responseHeadersCallback?: (headers: {
|
|
370
|
+
[name: string]: string;
|
|
371
|
+
}) => void;
|
|
333
372
|
}): Promise<ListOrganizationApiKeysResponse>;
|
|
334
373
|
/**
|
|
335
374
|
* Retrieve all projects for the organization.
|
|
@@ -340,6 +379,9 @@ export declare class OrganizationsApi {
|
|
|
340
379
|
headers: {
|
|
341
380
|
[name: string]: string;
|
|
342
381
|
};
|
|
382
|
+
responseHeadersCallback?: (headers: {
|
|
383
|
+
[name: string]: string;
|
|
384
|
+
}) => void;
|
|
343
385
|
}): Promise<ListProjectsResponse>;
|
|
344
386
|
/**
|
|
345
387
|
* Retrieve list of organizations that a user is a part of. If authenticating using JWT token this lists all the organizations the user has access to, if authenticating using an API key, this only lists that organization.
|
|
@@ -349,6 +391,9 @@ export declare class OrganizationsApi {
|
|
|
349
391
|
headers: {
|
|
350
392
|
[name: string]: string;
|
|
351
393
|
};
|
|
394
|
+
responseHeadersCallback?: (headers: {
|
|
395
|
+
[name: string]: string;
|
|
396
|
+
}) => void;
|
|
352
397
|
}): Promise<ListOrganizationsResponse>;
|
|
353
398
|
/**
|
|
354
399
|
* Remove a member from an organization. Note that you cannot invoke this function if only a single member is present to the organization.
|
|
@@ -360,6 +405,9 @@ export declare class OrganizationsApi {
|
|
|
360
405
|
headers: {
|
|
361
406
|
[name: string]: string;
|
|
362
407
|
};
|
|
408
|
+
responseHeadersCallback?: (headers: {
|
|
409
|
+
[name: string]: string;
|
|
410
|
+
}) => void;
|
|
363
411
|
}): Promise<GenericApiResponse>;
|
|
364
412
|
/**
|
|
365
413
|
* Request a license required for the deployment of an impulse containing the Edge Impulse HR block.
|
|
@@ -370,6 +418,9 @@ export declare class OrganizationsApi {
|
|
|
370
418
|
headers: {
|
|
371
419
|
[name: string]: string;
|
|
372
420
|
};
|
|
421
|
+
responseHeadersCallback?: (headers: {
|
|
422
|
+
[name: string]: string;
|
|
423
|
+
}) => void;
|
|
373
424
|
}): Promise<GenericApiResponse>;
|
|
374
425
|
/**
|
|
375
426
|
* Request an increase in the limits for this organization. Available limits are: users, projects, compute, storage.
|
|
@@ -381,6 +432,9 @@ export declare class OrganizationsApi {
|
|
|
381
432
|
headers: {
|
|
382
433
|
[name: string]: string;
|
|
383
434
|
};
|
|
435
|
+
responseHeadersCallback?: (headers: {
|
|
436
|
+
[name: string]: string;
|
|
437
|
+
}) => void;
|
|
384
438
|
}): Promise<GenericApiResponse>;
|
|
385
439
|
/**
|
|
386
440
|
* Request an extension for an enterprise trial.
|
|
@@ -392,6 +446,9 @@ export declare class OrganizationsApi {
|
|
|
392
446
|
headers: {
|
|
393
447
|
[name: string]: string;
|
|
394
448
|
};
|
|
449
|
+
responseHeadersCallback?: (headers: {
|
|
450
|
+
[name: string]: string;
|
|
451
|
+
}) => void;
|
|
395
452
|
}): Promise<GenericApiResponse>;
|
|
396
453
|
/**
|
|
397
454
|
* Resend an invitation to a member in an organization.
|
|
@@ -403,6 +460,9 @@ export declare class OrganizationsApi {
|
|
|
403
460
|
headers: {
|
|
404
461
|
[name: string]: string;
|
|
405
462
|
};
|
|
463
|
+
responseHeadersCallback?: (headers: {
|
|
464
|
+
[name: string]: string;
|
|
465
|
+
}) => void;
|
|
406
466
|
}): Promise<GenericApiResponse>;
|
|
407
467
|
/**
|
|
408
468
|
* Revoke an API key.
|
|
@@ -414,6 +474,9 @@ export declare class OrganizationsApi {
|
|
|
414
474
|
headers: {
|
|
415
475
|
[name: string]: string;
|
|
416
476
|
};
|
|
477
|
+
responseHeadersCallback?: (headers: {
|
|
478
|
+
[name: string]: string;
|
|
479
|
+
}) => void;
|
|
417
480
|
}): Promise<GenericApiResponse>;
|
|
418
481
|
/**
|
|
419
482
|
* Set the datasets a guest member has access to in an organization.
|
|
@@ -426,6 +489,9 @@ export declare class OrganizationsApi {
|
|
|
426
489
|
headers: {
|
|
427
490
|
[name: string]: string;
|
|
428
491
|
};
|
|
492
|
+
responseHeadersCallback?: (headers: {
|
|
493
|
+
[name: string]: string;
|
|
494
|
+
}) => void;
|
|
429
495
|
}): Promise<GenericApiResponse>;
|
|
430
496
|
/**
|
|
431
497
|
* Change the role of a member in an organization.
|
|
@@ -438,6 +504,9 @@ export declare class OrganizationsApi {
|
|
|
438
504
|
headers: {
|
|
439
505
|
[name: string]: string;
|
|
440
506
|
};
|
|
507
|
+
responseHeadersCallback?: (headers: {
|
|
508
|
+
[name: string]: string;
|
|
509
|
+
}) => void;
|
|
441
510
|
}): Promise<GenericApiResponse>;
|
|
442
511
|
/**
|
|
443
512
|
* Test endpoint that can only be reached with admin rights.
|
|
@@ -448,6 +517,9 @@ export declare class OrganizationsApi {
|
|
|
448
517
|
headers: {
|
|
449
518
|
[name: string]: string;
|
|
450
519
|
};
|
|
520
|
+
responseHeadersCallback?: (headers: {
|
|
521
|
+
[name: string]: string;
|
|
522
|
+
}) => void;
|
|
451
523
|
}): Promise<GenericApiResponse>;
|
|
452
524
|
/**
|
|
453
525
|
* Update organization properties such as name and logo.
|
|
@@ -459,6 +531,9 @@ export declare class OrganizationsApi {
|
|
|
459
531
|
headers: {
|
|
460
532
|
[name: string]: string;
|
|
461
533
|
};
|
|
534
|
+
responseHeadersCallback?: (headers: {
|
|
535
|
+
[name: string]: string;
|
|
536
|
+
}) => void;
|
|
462
537
|
}): Promise<GenericApiResponse>;
|
|
463
538
|
/**
|
|
464
539
|
* Uploads and updates the organization header image
|
|
@@ -470,6 +545,9 @@ export declare class OrganizationsApi {
|
|
|
470
545
|
headers: {
|
|
471
546
|
[name: string]: string;
|
|
472
547
|
};
|
|
548
|
+
responseHeadersCallback?: (headers: {
|
|
549
|
+
[name: string]: string;
|
|
550
|
+
}) => void;
|
|
473
551
|
}): Promise<UploadAssetResponse>;
|
|
474
552
|
/**
|
|
475
553
|
* Uploads and updates the organization logo
|
|
@@ -481,6 +559,9 @@ export declare class OrganizationsApi {
|
|
|
481
559
|
headers: {
|
|
482
560
|
[name: string]: string;
|
|
483
561
|
};
|
|
562
|
+
responseHeadersCallback?: (headers: {
|
|
563
|
+
[name: string]: string;
|
|
564
|
+
}) => void;
|
|
484
565
|
}): Promise<UploadAssetResponse>;
|
|
485
566
|
/**
|
|
486
567
|
* Uploads an image to the user CDN and returns the path.
|
|
@@ -492,6 +573,9 @@ export declare class OrganizationsApi {
|
|
|
492
573
|
headers: {
|
|
493
574
|
[name: string]: string;
|
|
494
575
|
};
|
|
576
|
+
responseHeadersCallback?: (headers: {
|
|
577
|
+
[name: string]: string;
|
|
578
|
+
}) => void;
|
|
495
579
|
}): Promise<UploadReadmeImageResponse>;
|
|
496
580
|
/**
|
|
497
581
|
* White label admin only API to add a development board.
|
|
@@ -503,6 +587,9 @@ export declare class OrganizationsApi {
|
|
|
503
587
|
headers: {
|
|
504
588
|
[name: string]: string;
|
|
505
589
|
};
|
|
590
|
+
responseHeadersCallback?: (headers: {
|
|
591
|
+
[name: string]: string;
|
|
592
|
+
}) => void;
|
|
506
593
|
}): Promise<EntityCreatedResponse>;
|
|
507
594
|
/**
|
|
508
595
|
* White label admin only API to add an API key to an organization. Add a temporary API key that can be used to make Organizations API (/api/organizations/{organizationId}/) requests on behalf of the organization. These API keys are not visible to the organization itself and have a customizable TTL defaulting to 1 minute.
|
|
@@ -515,6 +602,9 @@ export declare class OrganizationsApi {
|
|
|
515
602
|
headers: {
|
|
516
603
|
[name: string]: string;
|
|
517
604
|
};
|
|
605
|
+
responseHeadersCallback?: (headers: {
|
|
606
|
+
[name: string]: string;
|
|
607
|
+
}) => void;
|
|
518
608
|
}): Promise<AddApiKeyResponse>;
|
|
519
609
|
/**
|
|
520
610
|
* White label admin only API to add an API key to a project. Add a temporary API key that can be used to make Projects API (/api/projects/{projectId}/) requests on behalf of the project admin. These API keys are not visible to the project itself and have a customizable TTL defaulting to 1 minute.
|
|
@@ -527,6 +617,9 @@ export declare class OrganizationsApi {
|
|
|
527
617
|
headers: {
|
|
528
618
|
[name: string]: string;
|
|
529
619
|
};
|
|
620
|
+
responseHeadersCallback?: (headers: {
|
|
621
|
+
[name: string]: string;
|
|
622
|
+
}) => void;
|
|
530
623
|
}): Promise<AddApiKeyResponse>;
|
|
531
624
|
/**
|
|
532
625
|
* DEPRECATED. White label admin only API to add a user to an organization. If no user is provided, the current user is used.
|
|
@@ -539,6 +632,9 @@ export declare class OrganizationsApi {
|
|
|
539
632
|
headers: {
|
|
540
633
|
[name: string]: string;
|
|
541
634
|
};
|
|
635
|
+
responseHeadersCallback?: (headers: {
|
|
636
|
+
[name: string]: string;
|
|
637
|
+
}) => void;
|
|
542
638
|
}): Promise<GenericApiResponse>;
|
|
543
639
|
/**
|
|
544
640
|
* DEPRECATED. White label admin only API to add a user to a project. If no user is provided, the current user is used.
|
|
@@ -551,6 +647,9 @@ export declare class OrganizationsApi {
|
|
|
551
647
|
headers: {
|
|
552
648
|
[name: string]: string;
|
|
553
649
|
};
|
|
650
|
+
responseHeadersCallback?: (headers: {
|
|
651
|
+
[name: string]: string;
|
|
652
|
+
}) => void;
|
|
554
653
|
}): Promise<GenericApiResponse>;
|
|
555
654
|
/**
|
|
556
655
|
* Create a new organization. This is an API only available to white label admins
|
|
@@ -562,6 +661,9 @@ export declare class OrganizationsApi {
|
|
|
562
661
|
headers: {
|
|
563
662
|
[name: string]: string;
|
|
564
663
|
};
|
|
664
|
+
responseHeadersCallback?: (headers: {
|
|
665
|
+
[name: string]: string;
|
|
666
|
+
}) => void;
|
|
565
667
|
}): Promise<CreateOrganizationResponse>;
|
|
566
668
|
/**
|
|
567
669
|
* Create a new data export for an organization. A job is created to process the export request and the job details are returned in the response. This is an API only available to white label admins.
|
|
@@ -574,6 +676,9 @@ export declare class OrganizationsApi {
|
|
|
574
676
|
headers: {
|
|
575
677
|
[name: string]: string;
|
|
576
678
|
};
|
|
679
|
+
responseHeadersCallback?: (headers: {
|
|
680
|
+
[name: string]: string;
|
|
681
|
+
}) => void;
|
|
577
682
|
}): Promise<StartJobResponse>;
|
|
578
683
|
/**
|
|
579
684
|
* White label admin only API to create a new project for an organization.
|
|
@@ -586,6 +691,9 @@ export declare class OrganizationsApi {
|
|
|
586
691
|
headers: {
|
|
587
692
|
[name: string]: string;
|
|
588
693
|
};
|
|
694
|
+
responseHeadersCallback?: (headers: {
|
|
695
|
+
[name: string]: string;
|
|
696
|
+
}) => void;
|
|
589
697
|
}): Promise<CreateProjectResponse>;
|
|
590
698
|
/**
|
|
591
699
|
* Create a new usage report for an organization. A job is created to process the report request and the job details are returned in the response. This is an API only available to white label admins.
|
|
@@ -599,6 +707,9 @@ export declare class OrganizationsApi {
|
|
|
599
707
|
headers: {
|
|
600
708
|
[name: string]: string;
|
|
601
709
|
};
|
|
710
|
+
responseHeadersCallback?: (headers: {
|
|
711
|
+
[name: string]: string;
|
|
712
|
+
}) => void;
|
|
602
713
|
}): Promise<StartJobResponse>;
|
|
603
714
|
/**
|
|
604
715
|
* Create a new free tier project. This is an API only available to white label admins.
|
|
@@ -610,6 +721,9 @@ export declare class OrganizationsApi {
|
|
|
610
721
|
headers: {
|
|
611
722
|
[name: string]: string;
|
|
612
723
|
};
|
|
724
|
+
responseHeadersCallback?: (headers: {
|
|
725
|
+
[name: string]: string;
|
|
726
|
+
}) => void;
|
|
613
727
|
}): Promise<CreateProjectResponse>;
|
|
614
728
|
/**
|
|
615
729
|
* White label admin only API to delete an organization.
|
|
@@ -621,6 +735,9 @@ export declare class OrganizationsApi {
|
|
|
621
735
|
headers: {
|
|
622
736
|
[name: string]: string;
|
|
623
737
|
};
|
|
738
|
+
responseHeadersCallback?: (headers: {
|
|
739
|
+
[name: string]: string;
|
|
740
|
+
}) => void;
|
|
624
741
|
}): Promise<StartJobResponse>;
|
|
625
742
|
/**
|
|
626
743
|
* Delete a data export for an organization. This is an API only available to white label admins.
|
|
@@ -633,6 +750,9 @@ export declare class OrganizationsApi {
|
|
|
633
750
|
headers: {
|
|
634
751
|
[name: string]: string;
|
|
635
752
|
};
|
|
753
|
+
responseHeadersCallback?: (headers: {
|
|
754
|
+
[name: string]: string;
|
|
755
|
+
}) => void;
|
|
636
756
|
}): Promise<GenericApiResponse>;
|
|
637
757
|
/**
|
|
638
758
|
* Delete a usage report for an organization. This is an API only available to white label admins.
|
|
@@ -645,6 +765,9 @@ export declare class OrganizationsApi {
|
|
|
645
765
|
headers: {
|
|
646
766
|
[name: string]: string;
|
|
647
767
|
};
|
|
768
|
+
responseHeadersCallback?: (headers: {
|
|
769
|
+
[name: string]: string;
|
|
770
|
+
}) => void;
|
|
648
771
|
}): Promise<GenericApiResponse>;
|
|
649
772
|
/**
|
|
650
773
|
* White label admin only API to delete a project.
|
|
@@ -656,6 +779,9 @@ export declare class OrganizationsApi {
|
|
|
656
779
|
headers: {
|
|
657
780
|
[name: string]: string;
|
|
658
781
|
};
|
|
782
|
+
responseHeadersCallback?: (headers: {
|
|
783
|
+
[name: string]: string;
|
|
784
|
+
}) => void;
|
|
659
785
|
}): Promise<StartJobResponse>;
|
|
660
786
|
/**
|
|
661
787
|
* White label admin only API to delete a user.
|
|
@@ -667,6 +793,9 @@ export declare class OrganizationsApi {
|
|
|
667
793
|
headers: {
|
|
668
794
|
[name: string]: string;
|
|
669
795
|
};
|
|
796
|
+
responseHeadersCallback?: (headers: {
|
|
797
|
+
[name: string]: string;
|
|
798
|
+
}) => void;
|
|
670
799
|
}): Promise<GenericApiResponse>;
|
|
671
800
|
/**
|
|
672
801
|
* Download a usage report for an organization. This is an API only available to white label admins.
|
|
@@ -679,6 +808,9 @@ export declare class OrganizationsApi {
|
|
|
679
808
|
headers: {
|
|
680
809
|
[name: string]: string;
|
|
681
810
|
};
|
|
811
|
+
responseHeadersCallback?: (headers: {
|
|
812
|
+
[name: string]: string;
|
|
813
|
+
}) => void;
|
|
682
814
|
}): Promise<any>;
|
|
683
815
|
/**
|
|
684
816
|
* White label admin only API to get the white label information.
|
|
@@ -689,6 +821,9 @@ export declare class OrganizationsApi {
|
|
|
689
821
|
headers: {
|
|
690
822
|
[name: string]: string;
|
|
691
823
|
};
|
|
824
|
+
responseHeadersCallback?: (headers: {
|
|
825
|
+
[name: string]: string;
|
|
826
|
+
}) => void;
|
|
692
827
|
}): Promise<GetWhitelabelResponse>;
|
|
693
828
|
/**
|
|
694
829
|
* White label admin only API to get global metrics.
|
|
@@ -699,6 +834,9 @@ export declare class OrganizationsApi {
|
|
|
699
834
|
headers: {
|
|
700
835
|
[name: string]: string;
|
|
701
836
|
};
|
|
837
|
+
responseHeadersCallback?: (headers: {
|
|
838
|
+
[name: string]: string;
|
|
839
|
+
}) => void;
|
|
702
840
|
}): Promise<AdminGetMetricsResponse>;
|
|
703
841
|
/**
|
|
704
842
|
* Get compute time usage for an organization over a period of time. This is an API only available to white label admins
|
|
@@ -712,6 +850,9 @@ export declare class OrganizationsApi {
|
|
|
712
850
|
headers: {
|
|
713
851
|
[name: string]: string;
|
|
714
852
|
};
|
|
853
|
+
responseHeadersCallback?: (headers: {
|
|
854
|
+
[name: string]: string;
|
|
855
|
+
}) => void;
|
|
715
856
|
}): Promise<AdminGetOrganizationComputeTimeUsageResponse>;
|
|
716
857
|
/**
|
|
717
858
|
* Get a data export for an organization. This is an API only available to white label admins.
|
|
@@ -724,6 +865,9 @@ export declare class OrganizationsApi {
|
|
|
724
865
|
headers: {
|
|
725
866
|
[name: string]: string;
|
|
726
867
|
};
|
|
868
|
+
responseHeadersCallback?: (headers: {
|
|
869
|
+
[name: string]: string;
|
|
870
|
+
}) => void;
|
|
727
871
|
}): Promise<GetOrganizationDataExportResponse>;
|
|
728
872
|
/**
|
|
729
873
|
* Get all data exports for an organization. This is an API only available to white label admins.
|
|
@@ -737,6 +881,9 @@ export declare class OrganizationsApi {
|
|
|
737
881
|
headers: {
|
|
738
882
|
[name: string]: string;
|
|
739
883
|
};
|
|
884
|
+
responseHeadersCallback?: (headers: {
|
|
885
|
+
[name: string]: string;
|
|
886
|
+
}) => void;
|
|
740
887
|
}): Promise<GetOrganizationDataExportsResponse>;
|
|
741
888
|
/**
|
|
742
889
|
* White label admin only API to list all information about an organization.
|
|
@@ -749,6 +896,9 @@ export declare class OrganizationsApi {
|
|
|
749
896
|
headers: {
|
|
750
897
|
[name: string]: string;
|
|
751
898
|
};
|
|
899
|
+
responseHeadersCallback?: (headers: {
|
|
900
|
+
[name: string]: string;
|
|
901
|
+
}) => void;
|
|
752
902
|
}): Promise<AdminOrganizationInfoResponse>;
|
|
753
903
|
/**
|
|
754
904
|
* White label admin only API to get the list of all jobs for a organization.
|
|
@@ -762,6 +912,9 @@ export declare class OrganizationsApi {
|
|
|
762
912
|
headers: {
|
|
763
913
|
[name: string]: string;
|
|
764
914
|
};
|
|
915
|
+
responseHeadersCallback?: (headers: {
|
|
916
|
+
[name: string]: string;
|
|
917
|
+
}) => void;
|
|
765
918
|
}): Promise<ListJobsResponse>;
|
|
766
919
|
/**
|
|
767
920
|
* Get a usage report for an organization. This is an API only available to white label admins.
|
|
@@ -774,6 +927,9 @@ export declare class OrganizationsApi {
|
|
|
774
927
|
headers: {
|
|
775
928
|
[name: string]: string;
|
|
776
929
|
};
|
|
930
|
+
responseHeadersCallback?: (headers: {
|
|
931
|
+
[name: string]: string;
|
|
932
|
+
}) => void;
|
|
777
933
|
}): Promise<AdminGetReportResponse>;
|
|
778
934
|
/**
|
|
779
935
|
* Get all usage reports for an organization. This is an API only available to white label admins.
|
|
@@ -787,6 +943,9 @@ export declare class OrganizationsApi {
|
|
|
787
943
|
headers: {
|
|
788
944
|
[name: string]: string;
|
|
789
945
|
};
|
|
946
|
+
responseHeadersCallback?: (headers: {
|
|
947
|
+
[name: string]: string;
|
|
948
|
+
}) => void;
|
|
790
949
|
}): Promise<AdminGetReportsResponse>;
|
|
791
950
|
/**
|
|
792
951
|
* White label admin only API to get the list of all organizations.
|
|
@@ -804,6 +963,9 @@ export declare class OrganizationsApi {
|
|
|
804
963
|
headers: {
|
|
805
964
|
[name: string]: string;
|
|
806
965
|
};
|
|
966
|
+
responseHeadersCallback?: (headers: {
|
|
967
|
+
[name: string]: string;
|
|
968
|
+
}) => void;
|
|
807
969
|
}): Promise<AdminGetOrganizationsResponse>;
|
|
808
970
|
/**
|
|
809
971
|
* White label admin only API to get project information.
|
|
@@ -815,6 +977,9 @@ export declare class OrganizationsApi {
|
|
|
815
977
|
headers: {
|
|
816
978
|
[name: string]: string;
|
|
817
979
|
};
|
|
980
|
+
responseHeadersCallback?: (headers: {
|
|
981
|
+
[name: string]: string;
|
|
982
|
+
}) => void;
|
|
818
983
|
}): Promise<AdminProjectInfoResponse>;
|
|
819
984
|
/**
|
|
820
985
|
* White label admin only API to get the list of all jobs for a project.
|
|
@@ -828,6 +993,9 @@ export declare class OrganizationsApi {
|
|
|
828
993
|
headers: {
|
|
829
994
|
[name: string]: string;
|
|
830
995
|
};
|
|
996
|
+
responseHeadersCallback?: (headers: {
|
|
997
|
+
[name: string]: string;
|
|
998
|
+
}) => void;
|
|
831
999
|
}): Promise<ListJobsResponse>;
|
|
832
1000
|
/**
|
|
833
1001
|
* White label admin only API to get the list of all projects.
|
|
@@ -844,6 +1012,9 @@ export declare class OrganizationsApi {
|
|
|
844
1012
|
headers: {
|
|
845
1013
|
[name: string]: string;
|
|
846
1014
|
};
|
|
1015
|
+
responseHeadersCallback?: (headers: {
|
|
1016
|
+
[name: string]: string;
|
|
1017
|
+
}) => void;
|
|
847
1018
|
}): Promise<AdminListProjectsResponse>;
|
|
848
1019
|
/**
|
|
849
1020
|
* White label admin only API to get information about a user.
|
|
@@ -855,6 +1026,9 @@ export declare class OrganizationsApi {
|
|
|
855
1026
|
headers: {
|
|
856
1027
|
[name: string]: string;
|
|
857
1028
|
};
|
|
1029
|
+
responseHeadersCallback?: (headers: {
|
|
1030
|
+
[name: string]: string;
|
|
1031
|
+
}) => void;
|
|
858
1032
|
}): Promise<AdminGetUserResponse>;
|
|
859
1033
|
/**
|
|
860
1034
|
* White label admin only API to get the list of all project jobs for a user.
|
|
@@ -868,6 +1042,9 @@ export declare class OrganizationsApi {
|
|
|
868
1042
|
headers: {
|
|
869
1043
|
[name: string]: string;
|
|
870
1044
|
};
|
|
1045
|
+
responseHeadersCallback?: (headers: {
|
|
1046
|
+
[name: string]: string;
|
|
1047
|
+
}) => void;
|
|
871
1048
|
}): Promise<ListJobsResponse>;
|
|
872
1049
|
/**
|
|
873
1050
|
* White label admin only API to get marketing metrics about a user.
|
|
@@ -879,6 +1056,9 @@ export declare class OrganizationsApi {
|
|
|
879
1056
|
headers: {
|
|
880
1057
|
[name: string]: string;
|
|
881
1058
|
};
|
|
1059
|
+
responseHeadersCallback?: (headers: {
|
|
1060
|
+
[name: string]: string;
|
|
1061
|
+
}) => void;
|
|
882
1062
|
}): Promise<AdminGetUserMetricsResponse>;
|
|
883
1063
|
/**
|
|
884
1064
|
* White label admin only API to get the list of all registered users.
|
|
@@ -897,6 +1077,9 @@ export declare class OrganizationsApi {
|
|
|
897
1077
|
headers: {
|
|
898
1078
|
[name: string]: string;
|
|
899
1079
|
};
|
|
1080
|
+
responseHeadersCallback?: (headers: {
|
|
1081
|
+
[name: string]: string;
|
|
1082
|
+
}) => void;
|
|
900
1083
|
}): Promise<AdminGetUsersResponse>;
|
|
901
1084
|
/**
|
|
902
1085
|
* White label admin only API to remove a development board.
|
|
@@ -908,6 +1091,9 @@ export declare class OrganizationsApi {
|
|
|
908
1091
|
headers: {
|
|
909
1092
|
[name: string]: string;
|
|
910
1093
|
};
|
|
1094
|
+
responseHeadersCallback?: (headers: {
|
|
1095
|
+
[name: string]: string;
|
|
1096
|
+
}) => void;
|
|
911
1097
|
}): Promise<GenericApiResponse>;
|
|
912
1098
|
/**
|
|
913
1099
|
* DEPRECATED. White label admin only API to remove a user from an organization.
|
|
@@ -920,6 +1106,9 @@ export declare class OrganizationsApi {
|
|
|
920
1106
|
headers: {
|
|
921
1107
|
[name: string]: string;
|
|
922
1108
|
};
|
|
1109
|
+
responseHeadersCallback?: (headers: {
|
|
1110
|
+
[name: string]: string;
|
|
1111
|
+
}) => void;
|
|
923
1112
|
}): Promise<GenericApiResponse>;
|
|
924
1113
|
/**
|
|
925
1114
|
* DEPRECATED. White label admin only API to remove a user from a project.
|
|
@@ -932,6 +1121,9 @@ export declare class OrganizationsApi {
|
|
|
932
1121
|
headers: {
|
|
933
1122
|
[name: string]: string;
|
|
934
1123
|
};
|
|
1124
|
+
responseHeadersCallback?: (headers: {
|
|
1125
|
+
[name: string]: string;
|
|
1126
|
+
}) => void;
|
|
935
1127
|
}): Promise<GenericApiResponse>;
|
|
936
1128
|
/**
|
|
937
1129
|
* White label admin only API to restore a deleted organization. All organization projects sharing the same deletion date as that of the organization will also be restored. If this is a trial organization that was never upgraded to a paid plan then the organization will be restored to its original trial state.
|
|
@@ -943,6 +1135,9 @@ export declare class OrganizationsApi {
|
|
|
943
1135
|
headers: {
|
|
944
1136
|
[name: string]: string;
|
|
945
1137
|
};
|
|
1138
|
+
responseHeadersCallback?: (headers: {
|
|
1139
|
+
[name: string]: string;
|
|
1140
|
+
}) => void;
|
|
946
1141
|
}): Promise<GenericApiResponse>;
|
|
947
1142
|
/**
|
|
948
1143
|
* White label admin only API to update the default deployment target for this white label.
|
|
@@ -954,6 +1149,9 @@ export declare class OrganizationsApi {
|
|
|
954
1149
|
headers: {
|
|
955
1150
|
[name: string]: string;
|
|
956
1151
|
};
|
|
1152
|
+
responseHeadersCallback?: (headers: {
|
|
1153
|
+
[name: string]: string;
|
|
1154
|
+
}) => void;
|
|
957
1155
|
}): Promise<GenericApiResponse>;
|
|
958
1156
|
/**
|
|
959
1157
|
* White label admin only API to customize the order of deployment options in the deployment view for this white label.
|
|
@@ -965,6 +1163,9 @@ export declare class OrganizationsApi {
|
|
|
965
1163
|
headers: {
|
|
966
1164
|
[name: string]: string;
|
|
967
1165
|
};
|
|
1166
|
+
responseHeadersCallback?: (headers: {
|
|
1167
|
+
[name: string]: string;
|
|
1168
|
+
}) => void;
|
|
968
1169
|
}): Promise<GenericApiResponse>;
|
|
969
1170
|
/**
|
|
970
1171
|
* White label admin only API to update some or all of the deployment targets enabled for this white label.
|
|
@@ -976,6 +1177,9 @@ export declare class OrganizationsApi {
|
|
|
976
1177
|
headers: {
|
|
977
1178
|
[name: string]: string;
|
|
978
1179
|
};
|
|
1180
|
+
responseHeadersCallback?: (headers: {
|
|
1181
|
+
[name: string]: string;
|
|
1182
|
+
}) => void;
|
|
979
1183
|
}): Promise<GenericApiResponse>;
|
|
980
1184
|
/**
|
|
981
1185
|
* White label admin only API to update a development board.
|
|
@@ -988,6 +1192,9 @@ export declare class OrganizationsApi {
|
|
|
988
1192
|
headers: {
|
|
989
1193
|
[name: string]: string;
|
|
990
1194
|
};
|
|
1195
|
+
responseHeadersCallback?: (headers: {
|
|
1196
|
+
[name: string]: string;
|
|
1197
|
+
}) => void;
|
|
991
1198
|
}): Promise<GenericApiResponse>;
|
|
992
1199
|
/**
|
|
993
1200
|
* White label admin only API to update the image of a development board.
|
|
@@ -1000,6 +1207,9 @@ export declare class OrganizationsApi {
|
|
|
1000
1207
|
headers: {
|
|
1001
1208
|
[name: string]: string;
|
|
1002
1209
|
};
|
|
1210
|
+
responseHeadersCallback?: (headers: {
|
|
1211
|
+
[name: string]: string;
|
|
1212
|
+
}) => void;
|
|
1003
1213
|
}): Promise<UploadAssetResponse>;
|
|
1004
1214
|
/**
|
|
1005
1215
|
* White label admin only API to update the white label information.
|
|
@@ -1011,6 +1221,9 @@ export declare class OrganizationsApi {
|
|
|
1011
1221
|
headers: {
|
|
1012
1222
|
[name: string]: string;
|
|
1013
1223
|
};
|
|
1224
|
+
responseHeadersCallback?: (headers: {
|
|
1225
|
+
[name: string]: string;
|
|
1226
|
+
}) => void;
|
|
1014
1227
|
}): Promise<GenericApiResponse>;
|
|
1015
1228
|
/**
|
|
1016
1229
|
* White label admin only API to update some or all of the learning blocks enabled for this white label.
|
|
@@ -1022,6 +1235,9 @@ export declare class OrganizationsApi {
|
|
|
1022
1235
|
headers: {
|
|
1023
1236
|
[name: string]: string;
|
|
1024
1237
|
};
|
|
1238
|
+
responseHeadersCallback?: (headers: {
|
|
1239
|
+
[name: string]: string;
|
|
1240
|
+
}) => void;
|
|
1025
1241
|
}): Promise<GenericApiResponse>;
|
|
1026
1242
|
/**
|
|
1027
1243
|
* White label admin only API to update organization properties such as name and logo.
|
|
@@ -1034,6 +1250,9 @@ export declare class OrganizationsApi {
|
|
|
1034
1250
|
headers: {
|
|
1035
1251
|
[name: string]: string;
|
|
1036
1252
|
};
|
|
1253
|
+
responseHeadersCallback?: (headers: {
|
|
1254
|
+
[name: string]: string;
|
|
1255
|
+
}) => void;
|
|
1037
1256
|
}): Promise<GenericApiResponse>;
|
|
1038
1257
|
/**
|
|
1039
1258
|
* Update a data export for an organization. This is an API only available to white label admins.
|
|
@@ -1047,6 +1266,9 @@ export declare class OrganizationsApi {
|
|
|
1047
1266
|
headers: {
|
|
1048
1267
|
[name: string]: string;
|
|
1049
1268
|
};
|
|
1269
|
+
responseHeadersCallback?: (headers: {
|
|
1270
|
+
[name: string]: string;
|
|
1271
|
+
}) => void;
|
|
1050
1272
|
}): Promise<GenericApiResponse>;
|
|
1051
1273
|
/**
|
|
1052
1274
|
* White label admin only API to update project properties.
|
|
@@ -1059,6 +1281,9 @@ export declare class OrganizationsApi {
|
|
|
1059
1281
|
headers: {
|
|
1060
1282
|
[name: string]: string;
|
|
1061
1283
|
};
|
|
1284
|
+
responseHeadersCallback?: (headers: {
|
|
1285
|
+
[name: string]: string;
|
|
1286
|
+
}) => void;
|
|
1062
1287
|
}): Promise<GenericApiResponse>;
|
|
1063
1288
|
/**
|
|
1064
1289
|
* White label admin only API to update some or all theme colors.
|
|
@@ -1070,6 +1295,9 @@ export declare class OrganizationsApi {
|
|
|
1070
1295
|
headers: {
|
|
1071
1296
|
[name: string]: string;
|
|
1072
1297
|
};
|
|
1298
|
+
responseHeadersCallback?: (headers: {
|
|
1299
|
+
[name: string]: string;
|
|
1300
|
+
}) => void;
|
|
1073
1301
|
}): Promise<GenericApiResponse>;
|
|
1074
1302
|
/**
|
|
1075
1303
|
* White label admin only API to update the white label theme device logo.
|
|
@@ -1081,6 +1309,9 @@ export declare class OrganizationsApi {
|
|
|
1081
1309
|
headers: {
|
|
1082
1310
|
[name: string]: string;
|
|
1083
1311
|
};
|
|
1312
|
+
responseHeadersCallback?: (headers: {
|
|
1313
|
+
[name: string]: string;
|
|
1314
|
+
}) => void;
|
|
1084
1315
|
}): Promise<UploadAssetResponse>;
|
|
1085
1316
|
/**
|
|
1086
1317
|
* White label admin only API to update the theme favicon.
|
|
@@ -1092,6 +1323,9 @@ export declare class OrganizationsApi {
|
|
|
1092
1323
|
headers: {
|
|
1093
1324
|
[name: string]: string;
|
|
1094
1325
|
};
|
|
1326
|
+
responseHeadersCallback?: (headers: {
|
|
1327
|
+
[name: string]: string;
|
|
1328
|
+
}) => void;
|
|
1095
1329
|
}): Promise<GenericApiResponse>;
|
|
1096
1330
|
/**
|
|
1097
1331
|
* White label admin only API to update the white label theme logo.
|
|
@@ -1103,6 +1337,9 @@ export declare class OrganizationsApi {
|
|
|
1103
1337
|
headers: {
|
|
1104
1338
|
[name: string]: string;
|
|
1105
1339
|
};
|
|
1340
|
+
responseHeadersCallback?: (headers: {
|
|
1341
|
+
[name: string]: string;
|
|
1342
|
+
}) => void;
|
|
1106
1343
|
}): Promise<UploadAssetResponse>;
|
|
1107
1344
|
/**
|
|
1108
1345
|
* White label admin only API to update user properties.
|
|
@@ -1115,6 +1352,9 @@ export declare class OrganizationsApi {
|
|
|
1115
1352
|
headers: {
|
|
1116
1353
|
[name: string]: string;
|
|
1117
1354
|
};
|
|
1355
|
+
responseHeadersCallback?: (headers: {
|
|
1356
|
+
[name: string]: string;
|
|
1357
|
+
}) => void;
|
|
1118
1358
|
}): Promise<GenericApiResponse>;
|
|
1119
1359
|
}
|
|
1120
1360
|
export {};
|