edge-impulse-api 1.60.2 → 1.60.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/library/sdk/api/adminApi.d.ts +32 -0
- package/build/library/sdk/api/adminApi.js +219 -0
- package/build/library/sdk/api/adminApi.js.map +1 -1
- package/build/library/sdk/api/organizationDataApi.d.ts +0 -115
- package/build/library/sdk/api/organizationDataApi.js +0 -584
- package/build/library/sdk/api/organizationDataApi.js.map +1 -1
- package/build/library/sdk/api/projectsApi.d.ts +0 -11
- package/build/library/sdk/api/projectsApi.js +0 -73
- package/build/library/sdk/api/projectsApi.js.map +1 -1
- package/build/library/sdk/model/{organizationProjectsDataBatchRequest.d.ts → adminUpdateConfigRequest.d.ts} +5 -2
- package/build/library/sdk/model/{getNotesResponseAllOf.js → adminUpdateConfigRequest.js} +10 -10
- package/build/library/sdk/model/adminUpdateConfigRequest.js.map +1 -0
- package/build/library/sdk/model/{getNotesResponse.d.ts → getStudioConfigResponse.d.ts} +6 -3
- package/build/library/sdk/model/{getNotesResponse.js → getStudioConfigResponse.js} +10 -10
- package/build/library/sdk/model/getStudioConfigResponse.js.map +1 -0
- package/build/library/sdk/model/{getNotesResponseAllOf.d.ts → getStudioConfigResponseAllOf.d.ts} +6 -3
- package/build/library/sdk/model/getStudioConfigResponseAllOf.js +29 -0
- package/build/library/sdk/model/getStudioConfigResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/{listOrganizationProjectsDataResponseAllOfProjects.d.ts → getStudioConfigResponseAllOfConfig.d.ts} +9 -5
- package/build/library/sdk/model/getStudioConfigResponseAllOfConfig.js +34 -0
- package/build/library/sdk/model/getStudioConfigResponseAllOfConfig.js.map +1 -0
- package/build/library/sdk/model/models.d.ts +4 -11
- package/build/library/sdk/model/models.js +12 -35
- package/build/library/sdk/model/models.js.map +1 -1
- package/build/library/sdk/model/optimizeConfig.d.ts +6 -4
- package/build/library/sdk/model/optimizeConfig.js +9 -5
- package/build/library/sdk/model/optimizeConfig.js.map +1 -1
- package/build/library/sdk/model/optimizeConfigResponse.d.ts +6 -4
- package/build/library/sdk/model/optimizeConfigResponse.js +9 -5
- package/build/library/sdk/model/optimizeConfigResponse.js.map +1 -1
- package/build/library/sdk/model/permission.d.ts +1 -1
- package/build/library/sdk/model/permission.js +1 -1
- package/build/library/sdk/model/permission.js.map +1 -1
- package/package.json +3 -2
- package/build/library/sdk/model/getNotesResponse.js.map +0 -1
- package/build/library/sdk/model/getNotesResponseAllOf.js.map +0 -1
- package/build/library/sdk/model/getOrganizationProjectsDataCountResponse.d.ts +0 -33
- package/build/library/sdk/model/getOrganizationProjectsDataCountResponse.js +0 -39
- package/build/library/sdk/model/getOrganizationProjectsDataCountResponse.js.map +0 -1
- package/build/library/sdk/model/listOrganizationProjectsDataResponse.d.ts +0 -36
- package/build/library/sdk/model/listOrganizationProjectsDataResponse.js +0 -44
- package/build/library/sdk/model/listOrganizationProjectsDataResponse.js.map +0 -1
- package/build/library/sdk/model/listOrganizationProjectsDataResponseAllOf.d.ts +0 -28
- package/build/library/sdk/model/listOrganizationProjectsDataResponseAllOf.js +0 -34
- package/build/library/sdk/model/listOrganizationProjectsDataResponseAllOf.js.map +0 -1
- package/build/library/sdk/model/listOrganizationProjectsDataResponseAllOfProjects.js +0 -44
- package/build/library/sdk/model/listOrganizationProjectsDataResponseAllOfProjects.js.map +0 -1
- package/build/library/sdk/model/note.d.ts +0 -43
- package/build/library/sdk/model/note.js +0 -59
- package/build/library/sdk/model/note.js.map +0 -1
- package/build/library/sdk/model/organizationProjectsDataBatchDisableResponse.d.ts +0 -33
- package/build/library/sdk/model/organizationProjectsDataBatchDisableResponse.js +0 -39
- package/build/library/sdk/model/organizationProjectsDataBatchDisableResponse.js.map +0 -1
- package/build/library/sdk/model/organizationProjectsDataBatchEnableResponse.d.ts +0 -33
- package/build/library/sdk/model/organizationProjectsDataBatchEnableResponse.js +0 -39
- package/build/library/sdk/model/organizationProjectsDataBatchEnableResponse.js.map +0 -1
- package/build/library/sdk/model/organizationProjectsDataBatchRequest.js +0 -29
- package/build/library/sdk/model/organizationProjectsDataBatchRequest.js.map +0 -1
- package/build/library/sdk/model/organizationProjectsDataBulkMetadataRequest.d.ts +0 -34
- package/build/library/sdk/model/organizationProjectsDataBulkMetadataRequest.js +0 -34
- package/build/library/sdk/model/organizationProjectsDataBulkMetadataRequest.js.map +0 -1
|
@@ -35,6 +35,7 @@ import { AdminListProjectsResponse } from '../model/adminListProjectsResponse';
|
|
|
35
35
|
import { AdminOrganizationInfoResponse } from '../model/adminOrganizationInfoResponse';
|
|
36
36
|
import { AdminStartEnterpriseTrialRequest } from '../model/adminStartEnterpriseTrialRequest';
|
|
37
37
|
import { AdminToggleDataMigrationRequest } from '../model/adminToggleDataMigrationRequest';
|
|
38
|
+
import { AdminUpdateConfigRequest } from '../model/adminUpdateConfigRequest';
|
|
38
39
|
import { AdminUpdateOrganizationDataExportRequest } from '../model/adminUpdateOrganizationDataExportRequest';
|
|
39
40
|
import { AdminUpdateOrganizationRequest } from '../model/adminUpdateOrganizationRequest';
|
|
40
41
|
import { AdminUpdateTrialRequest } from '../model/adminUpdateTrialRequest';
|
|
@@ -50,6 +51,7 @@ import { GetEmailVerificationCodeResponse } from '../model/getEmailVerificationC
|
|
|
50
51
|
import { GetFeatureFlagsResponse } from '../model/getFeatureFlagsResponse';
|
|
51
52
|
import { GetOrganizationDataExportResponse } from '../model/getOrganizationDataExportResponse';
|
|
52
53
|
import { GetOrganizationDataExportsResponse } from '../model/getOrganizationDataExportsResponse';
|
|
54
|
+
import { GetStudioConfigResponse } from '../model/getStudioConfigResponse';
|
|
53
55
|
import { JobDetailsResponse } from '../model/jobDetailsResponse';
|
|
54
56
|
import { JobLogsResponse } from '../model/jobLogsResponse';
|
|
55
57
|
import { JobMetricsResponse } from '../model/jobMetricsResponse';
|
|
@@ -375,6 +377,16 @@ export declare class AdminApi {
|
|
|
375
377
|
[name: string]: string;
|
|
376
378
|
};
|
|
377
379
|
}): Promise<GenericApiResponse>;
|
|
380
|
+
/**
|
|
381
|
+
* Admin-only API to delete a studio config item.
|
|
382
|
+
* @summary Delete a studio config item
|
|
383
|
+
* @param configKey Config Key
|
|
384
|
+
*/
|
|
385
|
+
adminDeleteStudioConfig(configKey: string, options?: {
|
|
386
|
+
headers: {
|
|
387
|
+
[name: string]: string;
|
|
388
|
+
};
|
|
389
|
+
}): Promise<GenericApiResponse>;
|
|
378
390
|
/**
|
|
379
391
|
* Admin-only API to delete an enterprise trial.
|
|
380
392
|
* @summary Delete enterprise trial
|
|
@@ -730,6 +742,15 @@ export declare class AdminApi {
|
|
|
730
742
|
[name: string]: string;
|
|
731
743
|
};
|
|
732
744
|
}): Promise<AdminGetSSOSettingsResponse>;
|
|
745
|
+
/**
|
|
746
|
+
* Admin-only API to get all studio config.
|
|
747
|
+
* @summary Get all studio config
|
|
748
|
+
*/
|
|
749
|
+
adminGetStudioConfig(options?: {
|
|
750
|
+
headers: {
|
|
751
|
+
[name: string]: string;
|
|
752
|
+
};
|
|
753
|
+
}): Promise<GetStudioConfigResponse>;
|
|
733
754
|
/**
|
|
734
755
|
* Admin-only API to get a specific enterprise trial.
|
|
735
756
|
* @summary Get enterprise trial
|
|
@@ -831,6 +852,17 @@ export declare class AdminApi {
|
|
|
831
852
|
[name: string]: string;
|
|
832
853
|
};
|
|
833
854
|
}): Promise<GenericApiResponse>;
|
|
855
|
+
/**
|
|
856
|
+
* Admin-only API to update a studio config item.
|
|
857
|
+
* @summary Update studio config
|
|
858
|
+
* @param configKey Config Key
|
|
859
|
+
* @param adminUpdateConfigRequest
|
|
860
|
+
*/
|
|
861
|
+
adminSetStudioConfig(configKey: string, adminUpdateConfigRequest: AdminUpdateConfigRequest, options?: {
|
|
862
|
+
headers: {
|
|
863
|
+
[name: string]: string;
|
|
864
|
+
};
|
|
865
|
+
}): Promise<GenericApiResponse>;
|
|
834
866
|
/**
|
|
835
867
|
* Admin-only API to run or pause a data migration.
|
|
836
868
|
* @summary Run or pause a data migration
|
|
@@ -1533,6 +1533,79 @@ class AdminApi {
|
|
|
1533
1533
|
});
|
|
1534
1534
|
});
|
|
1535
1535
|
}
|
|
1536
|
+
/**
|
|
1537
|
+
* Admin-only API to delete a studio config item.
|
|
1538
|
+
* @summary Delete a studio config item
|
|
1539
|
+
* @param configKey Config Key
|
|
1540
|
+
*/
|
|
1541
|
+
async adminDeleteStudioConfig(configKey, options = { headers: {} }) {
|
|
1542
|
+
const localVarPath = this.basePath + '/api/admin/infra/config/{configKey}'
|
|
1543
|
+
.replace('{' + 'configKey' + '}', encodeURIComponent(String(configKey)));
|
|
1544
|
+
let localVarQueryParameters = {};
|
|
1545
|
+
let localVarHeaderParams = Object.assign({
|
|
1546
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1547
|
+
}, this.defaultHeaders);
|
|
1548
|
+
const produces = ['application/json'];
|
|
1549
|
+
// give precedence to 'application/json'
|
|
1550
|
+
if (produces.indexOf('application/json') >= 0) {
|
|
1551
|
+
localVarHeaderParams.Accept = 'application/json';
|
|
1552
|
+
}
|
|
1553
|
+
else {
|
|
1554
|
+
localVarHeaderParams.Accept = produces.join(',');
|
|
1555
|
+
}
|
|
1556
|
+
let localVarFormParams = {};
|
|
1557
|
+
// verify required parameter 'configKey' is not null or undefined
|
|
1558
|
+
if (configKey === null || configKey === undefined) {
|
|
1559
|
+
throw new Error('Required parameter configKey was null or undefined when calling adminDeleteStudioConfig.');
|
|
1560
|
+
}
|
|
1561
|
+
Object.assign(localVarHeaderParams, options.headers);
|
|
1562
|
+
Object.assign(localVarHeaderParams, this.opts.extraHeaders);
|
|
1563
|
+
let localVarUseFormData = false;
|
|
1564
|
+
let localVarRequestOptions = {
|
|
1565
|
+
method: 'DELETE',
|
|
1566
|
+
qs: localVarQueryParameters,
|
|
1567
|
+
headers: localVarHeaderParams,
|
|
1568
|
+
uri: localVarPath,
|
|
1569
|
+
useQuerystring: this._useQuerystring,
|
|
1570
|
+
agentOptions: { keepAlive: false },
|
|
1571
|
+
json: true,
|
|
1572
|
+
};
|
|
1573
|
+
let authenticationPromise = Promise.resolve();
|
|
1574
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
1575
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
1576
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
1577
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
1578
|
+
return authenticationPromise.then(() => {
|
|
1579
|
+
if (Object.keys(localVarFormParams).length) {
|
|
1580
|
+
if (localVarUseFormData) {
|
|
1581
|
+
localVarRequestOptions.formData = localVarFormParams;
|
|
1582
|
+
}
|
|
1583
|
+
else {
|
|
1584
|
+
localVarRequestOptions.form = localVarFormParams;
|
|
1585
|
+
}
|
|
1586
|
+
}
|
|
1587
|
+
return new Promise((resolve, reject) => {
|
|
1588
|
+
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
1589
|
+
if (error) {
|
|
1590
|
+
reject(error);
|
|
1591
|
+
}
|
|
1592
|
+
else {
|
|
1593
|
+
body = models_1.ObjectSerializer.deserialize(body, "GenericApiResponse");
|
|
1594
|
+
const errString = `Failed to call "${localVarPath}", returned ${response.statusCode}: ` + response.body;
|
|
1595
|
+
if (typeof body.success === 'boolean' && !body.success) {
|
|
1596
|
+
reject(new Error(body.error || errString));
|
|
1597
|
+
}
|
|
1598
|
+
else if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
1599
|
+
resolve(body);
|
|
1600
|
+
}
|
|
1601
|
+
else {
|
|
1602
|
+
reject(errString);
|
|
1603
|
+
}
|
|
1604
|
+
}
|
|
1605
|
+
});
|
|
1606
|
+
});
|
|
1607
|
+
});
|
|
1608
|
+
}
|
|
1536
1609
|
/**
|
|
1537
1610
|
* Admin-only API to delete an enterprise trial.
|
|
1538
1611
|
* @summary Delete enterprise trial
|
|
@@ -4040,6 +4113,73 @@ class AdminApi {
|
|
|
4040
4113
|
});
|
|
4041
4114
|
});
|
|
4042
4115
|
}
|
|
4116
|
+
/**
|
|
4117
|
+
* Admin-only API to get all studio config.
|
|
4118
|
+
* @summary Get all studio config
|
|
4119
|
+
*/
|
|
4120
|
+
async adminGetStudioConfig(options = { headers: {} }) {
|
|
4121
|
+
const localVarPath = this.basePath + '/api/admin/infra/config';
|
|
4122
|
+
let localVarQueryParameters = {};
|
|
4123
|
+
let localVarHeaderParams = Object.assign({
|
|
4124
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
4125
|
+
}, this.defaultHeaders);
|
|
4126
|
+
const produces = ['application/json'];
|
|
4127
|
+
// give precedence to 'application/json'
|
|
4128
|
+
if (produces.indexOf('application/json') >= 0) {
|
|
4129
|
+
localVarHeaderParams.Accept = 'application/json';
|
|
4130
|
+
}
|
|
4131
|
+
else {
|
|
4132
|
+
localVarHeaderParams.Accept = produces.join(',');
|
|
4133
|
+
}
|
|
4134
|
+
let localVarFormParams = {};
|
|
4135
|
+
Object.assign(localVarHeaderParams, options.headers);
|
|
4136
|
+
Object.assign(localVarHeaderParams, this.opts.extraHeaders);
|
|
4137
|
+
let localVarUseFormData = false;
|
|
4138
|
+
let localVarRequestOptions = {
|
|
4139
|
+
method: 'GET',
|
|
4140
|
+
qs: localVarQueryParameters,
|
|
4141
|
+
headers: localVarHeaderParams,
|
|
4142
|
+
uri: localVarPath,
|
|
4143
|
+
useQuerystring: this._useQuerystring,
|
|
4144
|
+
agentOptions: { keepAlive: false },
|
|
4145
|
+
json: true,
|
|
4146
|
+
};
|
|
4147
|
+
let authenticationPromise = Promise.resolve();
|
|
4148
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
4149
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
4150
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
4151
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
4152
|
+
return authenticationPromise.then(() => {
|
|
4153
|
+
if (Object.keys(localVarFormParams).length) {
|
|
4154
|
+
if (localVarUseFormData) {
|
|
4155
|
+
localVarRequestOptions.formData = localVarFormParams;
|
|
4156
|
+
}
|
|
4157
|
+
else {
|
|
4158
|
+
localVarRequestOptions.form = localVarFormParams;
|
|
4159
|
+
}
|
|
4160
|
+
}
|
|
4161
|
+
return new Promise((resolve, reject) => {
|
|
4162
|
+
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
4163
|
+
if (error) {
|
|
4164
|
+
reject(error);
|
|
4165
|
+
}
|
|
4166
|
+
else {
|
|
4167
|
+
body = models_1.ObjectSerializer.deserialize(body, "GetStudioConfigResponse");
|
|
4168
|
+
const errString = `Failed to call "${localVarPath}", returned ${response.statusCode}: ` + response.body;
|
|
4169
|
+
if (typeof body.success === 'boolean' && !body.success) {
|
|
4170
|
+
reject(new Error(body.error || errString));
|
|
4171
|
+
}
|
|
4172
|
+
else if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
4173
|
+
resolve(body);
|
|
4174
|
+
}
|
|
4175
|
+
else {
|
|
4176
|
+
reject(errString);
|
|
4177
|
+
}
|
|
4178
|
+
}
|
|
4179
|
+
});
|
|
4180
|
+
});
|
|
4181
|
+
});
|
|
4182
|
+
}
|
|
4043
4183
|
/**
|
|
4044
4184
|
* Admin-only API to get a specific enterprise trial.
|
|
4045
4185
|
* @summary Get enterprise trial
|
|
@@ -4743,6 +4883,85 @@ class AdminApi {
|
|
|
4743
4883
|
});
|
|
4744
4884
|
});
|
|
4745
4885
|
}
|
|
4886
|
+
/**
|
|
4887
|
+
* Admin-only API to update a studio config item.
|
|
4888
|
+
* @summary Update studio config
|
|
4889
|
+
* @param configKey Config Key
|
|
4890
|
+
* @param adminUpdateConfigRequest
|
|
4891
|
+
*/
|
|
4892
|
+
async adminSetStudioConfig(configKey, adminUpdateConfigRequest, options = { headers: {} }) {
|
|
4893
|
+
const localVarPath = this.basePath + '/api/admin/infra/config/{configKey}'
|
|
4894
|
+
.replace('{' + 'configKey' + '}', encodeURIComponent(String(configKey)));
|
|
4895
|
+
let localVarQueryParameters = {};
|
|
4896
|
+
let localVarHeaderParams = Object.assign({
|
|
4897
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
4898
|
+
}, this.defaultHeaders);
|
|
4899
|
+
const produces = ['application/json'];
|
|
4900
|
+
// give precedence to 'application/json'
|
|
4901
|
+
if (produces.indexOf('application/json') >= 0) {
|
|
4902
|
+
localVarHeaderParams.Accept = 'application/json';
|
|
4903
|
+
}
|
|
4904
|
+
else {
|
|
4905
|
+
localVarHeaderParams.Accept = produces.join(',');
|
|
4906
|
+
}
|
|
4907
|
+
let localVarFormParams = {};
|
|
4908
|
+
// verify required parameter 'configKey' is not null or undefined
|
|
4909
|
+
if (configKey === null || configKey === undefined) {
|
|
4910
|
+
throw new Error('Required parameter configKey was null or undefined when calling adminSetStudioConfig.');
|
|
4911
|
+
}
|
|
4912
|
+
// verify required parameter 'adminUpdateConfigRequest' is not null or undefined
|
|
4913
|
+
if (adminUpdateConfigRequest === null || adminUpdateConfigRequest === undefined) {
|
|
4914
|
+
throw new Error('Required parameter adminUpdateConfigRequest was null or undefined when calling adminSetStudioConfig.');
|
|
4915
|
+
}
|
|
4916
|
+
Object.assign(localVarHeaderParams, options.headers);
|
|
4917
|
+
Object.assign(localVarHeaderParams, this.opts.extraHeaders);
|
|
4918
|
+
let localVarUseFormData = false;
|
|
4919
|
+
let localVarRequestOptions = {
|
|
4920
|
+
method: 'POST',
|
|
4921
|
+
qs: localVarQueryParameters,
|
|
4922
|
+
headers: localVarHeaderParams,
|
|
4923
|
+
uri: localVarPath,
|
|
4924
|
+
useQuerystring: this._useQuerystring,
|
|
4925
|
+
agentOptions: { keepAlive: false },
|
|
4926
|
+
json: true,
|
|
4927
|
+
body: models_1.ObjectSerializer.serialize(adminUpdateConfigRequest, "AdminUpdateConfigRequest")
|
|
4928
|
+
};
|
|
4929
|
+
let authenticationPromise = Promise.resolve();
|
|
4930
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
4931
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
4932
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
4933
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
4934
|
+
return authenticationPromise.then(() => {
|
|
4935
|
+
if (Object.keys(localVarFormParams).length) {
|
|
4936
|
+
if (localVarUseFormData) {
|
|
4937
|
+
localVarRequestOptions.formData = localVarFormParams;
|
|
4938
|
+
}
|
|
4939
|
+
else {
|
|
4940
|
+
localVarRequestOptions.form = localVarFormParams;
|
|
4941
|
+
}
|
|
4942
|
+
}
|
|
4943
|
+
return new Promise((resolve, reject) => {
|
|
4944
|
+
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
4945
|
+
if (error) {
|
|
4946
|
+
reject(error);
|
|
4947
|
+
}
|
|
4948
|
+
else {
|
|
4949
|
+
body = models_1.ObjectSerializer.deserialize(body, "GenericApiResponse");
|
|
4950
|
+
const errString = `Failed to call "${localVarPath}", returned ${response.statusCode}: ` + response.body;
|
|
4951
|
+
if (typeof body.success === 'boolean' && !body.success) {
|
|
4952
|
+
reject(new Error(body.error || errString));
|
|
4953
|
+
}
|
|
4954
|
+
else if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
4955
|
+
resolve(body);
|
|
4956
|
+
}
|
|
4957
|
+
else {
|
|
4958
|
+
reject(errString);
|
|
4959
|
+
}
|
|
4960
|
+
}
|
|
4961
|
+
});
|
|
4962
|
+
});
|
|
4963
|
+
});
|
|
4964
|
+
}
|
|
4746
4965
|
/**
|
|
4747
4966
|
* Admin-only API to run or pause a data migration.
|
|
4748
4967
|
* @summary Run or pause a data migration
|