@openshift-migration-advisor/planner-sdk 0.10.0-fa4e0ff47672 → 0.11.0-7cc84aae7ba0
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/.openapi-generator/FILES +12 -0
- package/README.md +16 -2
- package/dist/apis/AccountApi.js +9 -9
- package/dist/apis/AssessmentApi.d.ts +5 -13
- package/dist/apis/AssessmentApi.js +8 -8
- package/dist/apis/ImageApi.js +2 -2
- package/dist/apis/JobApi.js +2 -2
- package/dist/apis/PartnerApi.d.ts +323 -0
- package/dist/apis/PartnerApi.js +379 -0
- package/dist/apis/SourceApi.js +4 -4
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.js +1 -0
- package/dist/esm/apis/AccountApi.js +9 -9
- package/dist/esm/apis/AssessmentApi.d.ts +5 -13
- package/dist/esm/apis/AssessmentApi.js +9 -9
- package/dist/esm/apis/ImageApi.js +2 -2
- package/dist/esm/apis/JobApi.js +2 -2
- package/dist/esm/apis/PartnerApi.d.ts +323 -0
- package/dist/esm/apis/PartnerApi.js +375 -0
- package/dist/esm/apis/SourceApi.js +4 -4
- package/dist/esm/apis/index.d.ts +1 -0
- package/dist/esm/apis/index.js +1 -0
- package/dist/esm/models/MigrationEstimationRequest.d.ts +1 -1
- package/dist/esm/models/MigrationEstimationResponse.d.ts +43 -0
- package/dist/esm/models/MigrationEstimationResponse.js +50 -0
- package/dist/esm/models/PartnerRequest.d.ts +99 -0
- package/dist/esm/models/PartnerRequest.js +82 -0
- package/dist/esm/models/PartnerRequestCreate.d.ts +56 -0
- package/dist/esm/models/PartnerRequestCreate.js +59 -0
- package/dist/esm/models/PartnerRequestStatus.d.ts +27 -0
- package/dist/esm/models/PartnerRequestStatus.js +45 -0
- package/dist/esm/models/PartnerRequestUpdate.d.ts +39 -0
- package/dist/esm/models/PartnerRequestUpdate.js +46 -0
- package/dist/esm/models/index.d.ts +5 -0
- package/dist/esm/models/index.js +5 -0
- package/dist/models/MigrationEstimationRequest.d.ts +1 -1
- package/dist/models/MigrationEstimationResponse.d.ts +43 -0
- package/dist/models/MigrationEstimationResponse.js +57 -0
- package/dist/models/PartnerRequest.d.ts +99 -0
- package/dist/models/PartnerRequest.js +89 -0
- package/dist/models/PartnerRequestCreate.d.ts +56 -0
- package/dist/models/PartnerRequestCreate.js +66 -0
- package/dist/models/PartnerRequestStatus.d.ts +27 -0
- package/dist/models/PartnerRequestStatus.js +53 -0
- package/dist/models/PartnerRequestUpdate.d.ts +39 -0
- package/dist/models/PartnerRequestUpdate.js +53 -0
- package/dist/models/index.d.ts +5 -0
- package/dist/models/index.js +5 -0
- package/docs/AssessmentApi.md +2 -2
- package/docs/MigrationEstimationResponse.md +37 -0
- package/docs/PartnerApi.md +636 -0
- package/docs/PartnerRequest.md +56 -0
- package/docs/PartnerRequestCreate.md +42 -0
- package/docs/PartnerRequestStatus.md +32 -0
- package/docs/PartnerRequestUpdate.md +36 -0
- package/package.json +1 -1
- package/src/apis/AccountApi.ts +9 -9
- package/src/apis/AssessmentApi.ts +15 -15
- package/src/apis/ImageApi.ts +2 -2
- package/src/apis/JobApi.ts +2 -2
- package/src/apis/PartnerApi.ts +668 -0
- package/src/apis/SourceApi.ts +4 -4
- package/src/apis/index.ts +1 -0
- package/src/models/MigrationEstimationRequest.ts +1 -1
- package/src/models/MigrationEstimationResponse.ts +91 -0
- package/src/models/PartnerRequest.ts +172 -0
- package/src/models/PartnerRequestCreate.ts +102 -0
- package/src/models/PartnerRequestStatus.ts +55 -0
- package/src/models/PartnerRequestUpdate.ts +84 -0
- package/src/models/index.ts +5 -0
package/.openapi-generator/FILES
CHANGED
|
@@ -46,11 +46,17 @@ docs/MigrationComplexityRequest.md
|
|
|
46
46
|
docs/MigrationComplexityResponse.md
|
|
47
47
|
docs/MigrationEstimationByComplexityResponse.md
|
|
48
48
|
docs/MigrationEstimationRequest.md
|
|
49
|
+
docs/MigrationEstimationResponse.md
|
|
49
50
|
docs/MigrationIssue.md
|
|
50
51
|
docs/ModelError.md
|
|
51
52
|
docs/Network.md
|
|
52
53
|
docs/OsDiskEstimationEntry.md
|
|
53
54
|
docs/OsInfo.md
|
|
55
|
+
docs/PartnerApi.md
|
|
56
|
+
docs/PartnerRequest.md
|
|
57
|
+
docs/PartnerRequestCreate.md
|
|
58
|
+
docs/PartnerRequestStatus.md
|
|
59
|
+
docs/PartnerRequestUpdate.md
|
|
54
60
|
docs/PresignedUrl.md
|
|
55
61
|
docs/SchemaEstimationResult.md
|
|
56
62
|
docs/SizingOverCommitRatio.md
|
|
@@ -75,6 +81,7 @@ src/apis/HealthApi.ts
|
|
|
75
81
|
src/apis/ImageApi.ts
|
|
76
82
|
src/apis/InfoApi.ts
|
|
77
83
|
src/apis/JobApi.ts
|
|
84
|
+
src/apis/PartnerApi.ts
|
|
78
85
|
src/apis/SourceApi.ts
|
|
79
86
|
src/apis/index.ts
|
|
80
87
|
src/index.ts
|
|
@@ -116,11 +123,16 @@ src/models/MigrationComplexityRequest.ts
|
|
|
116
123
|
src/models/MigrationComplexityResponse.ts
|
|
117
124
|
src/models/MigrationEstimationByComplexityResponse.ts
|
|
118
125
|
src/models/MigrationEstimationRequest.ts
|
|
126
|
+
src/models/MigrationEstimationResponse.ts
|
|
119
127
|
src/models/MigrationIssue.ts
|
|
120
128
|
src/models/ModelError.ts
|
|
121
129
|
src/models/Network.ts
|
|
122
130
|
src/models/OsDiskEstimationEntry.ts
|
|
123
131
|
src/models/OsInfo.ts
|
|
132
|
+
src/models/PartnerRequest.ts
|
|
133
|
+
src/models/PartnerRequestCreate.ts
|
|
134
|
+
src/models/PartnerRequestStatus.ts
|
|
135
|
+
src/models/PartnerRequestUpdate.ts
|
|
124
136
|
src/models/PresignedUrl.ts
|
|
125
137
|
src/models/SchemaEstimationResult.ts
|
|
126
138
|
src/models/SizingOverCommitRatio.ts
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @openshift-migration-advisor/planner-sdk@0.
|
|
1
|
+
# @openshift-migration-advisor/planner-sdk@0.11.0-7cc84aae7ba0
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the raw.githubusercontent.com API.
|
|
4
4
|
|
|
@@ -76,6 +76,15 @@ All URIs are relative to *https://raw.githubusercontent.com*
|
|
|
76
76
|
*JobApi* | [**cancelJob**](docs/JobApi.md#canceljob) | **DELETE** /api/v1/assessments/jobs/{id} |
|
|
77
77
|
*JobApi* | [**createRVToolsAssessment**](docs/JobApi.md#creatervtoolsassessment) | **POST** /api/v1/assessments/rvtools |
|
|
78
78
|
*JobApi* | [**getJob**](docs/JobApi.md#getjob) | **GET** /api/v1/assessments/jobs/{id} |
|
|
79
|
+
*PartnerApi* | [**cancelPartnerRequest**](docs/PartnerApi.md#cancelpartnerrequest) | **DELETE** /api/v1/partners/requests/{id} |
|
|
80
|
+
*PartnerApi* | [**createPartnerRequest**](docs/PartnerApi.md#createpartnerrequest) | **POST** /api/v1/partners/{id}/request |
|
|
81
|
+
*PartnerApi* | [**getPartner**](docs/PartnerApi.md#getpartner) | **GET** /api/v1/partners/{id} |
|
|
82
|
+
*PartnerApi* | [**leavePartner**](docs/PartnerApi.md#leavepartner) | **DELETE** /api/v1/partners/{id} |
|
|
83
|
+
*PartnerApi* | [**listCustomers**](docs/PartnerApi.md#listcustomers) | **GET** /api/v1/customers |
|
|
84
|
+
*PartnerApi* | [**listPartnerRequests**](docs/PartnerApi.md#listpartnerrequests) | **GET** /api/v1/partners/requests |
|
|
85
|
+
*PartnerApi* | [**listPartners**](docs/PartnerApi.md#listpartners) | **GET** /api/v1/partners |
|
|
86
|
+
*PartnerApi* | [**removeCustomer**](docs/PartnerApi.md#removecustomer) | **DELETE** /api/v1/customers/{username} |
|
|
87
|
+
*PartnerApi* | [**updatePartnerRequest**](docs/PartnerApi.md#updatepartnerrequest) | **PUT** /api/v1/partners/requests/{id} |
|
|
79
88
|
*SourceApi* | [**createSource**](docs/SourceApi.md#createsource) | **POST** /api/v1/sources |
|
|
80
89
|
*SourceApi* | [**deleteSource**](docs/SourceApi.md#deletesource) | **DELETE** /api/v1/sources/{id} |
|
|
81
90
|
*SourceApi* | [**deleteSources**](docs/SourceApi.md#deletesources) | **DELETE** /api/v1/sources |
|
|
@@ -125,11 +134,16 @@ All URIs are relative to *https://raw.githubusercontent.com*
|
|
|
125
134
|
- [MigrationComplexityResponse](docs/MigrationComplexityResponse.md)
|
|
126
135
|
- [MigrationEstimationByComplexityResponse](docs/MigrationEstimationByComplexityResponse.md)
|
|
127
136
|
- [MigrationEstimationRequest](docs/MigrationEstimationRequest.md)
|
|
137
|
+
- [MigrationEstimationResponse](docs/MigrationEstimationResponse.md)
|
|
128
138
|
- [MigrationIssue](docs/MigrationIssue.md)
|
|
129
139
|
- [ModelError](docs/ModelError.md)
|
|
130
140
|
- [Network](docs/Network.md)
|
|
131
141
|
- [OsDiskEstimationEntry](docs/OsDiskEstimationEntry.md)
|
|
132
142
|
- [OsInfo](docs/OsInfo.md)
|
|
143
|
+
- [PartnerRequest](docs/PartnerRequest.md)
|
|
144
|
+
- [PartnerRequestCreate](docs/PartnerRequestCreate.md)
|
|
145
|
+
- [PartnerRequestStatus](docs/PartnerRequestStatus.md)
|
|
146
|
+
- [PartnerRequestUpdate](docs/PartnerRequestUpdate.md)
|
|
133
147
|
- [PresignedUrl](docs/PresignedUrl.md)
|
|
134
148
|
- [SchemaEstimationResult](docs/SchemaEstimationResult.md)
|
|
135
149
|
- [SizingOverCommitRatio](docs/SizingOverCommitRatio.md)
|
|
@@ -159,7 +173,7 @@ and is automatically generated by the
|
|
|
159
173
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
160
174
|
|
|
161
175
|
- API version: `undefined`
|
|
162
|
-
- Package version: `0.
|
|
176
|
+
- Package version: `0.11.0-7cc84aae7ba0`
|
|
163
177
|
- Generator version: `7.22.0-SNAPSHOT`
|
|
164
178
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
165
179
|
|
package/dist/apis/AccountApi.js
CHANGED
|
@@ -84,7 +84,7 @@ class AccountApi extends runtime.BaseAPI {
|
|
|
84
84
|
const headerParameters = {};
|
|
85
85
|
headerParameters['Content-Type'] = 'application/json';
|
|
86
86
|
let urlPath = `/api/v1/groups/{id}/members`;
|
|
87
|
-
urlPath = urlPath.replace(
|
|
87
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
88
88
|
return {
|
|
89
89
|
path: urlPath,
|
|
90
90
|
method: 'POST',
|
|
@@ -124,7 +124,7 @@ class AccountApi extends runtime.BaseAPI {
|
|
|
124
124
|
const queryParameters = {};
|
|
125
125
|
const headerParameters = {};
|
|
126
126
|
let urlPath = `/api/v1/groups/{id}`;
|
|
127
|
-
urlPath = urlPath.replace(
|
|
127
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
128
128
|
return {
|
|
129
129
|
path: urlPath,
|
|
130
130
|
method: 'DELETE',
|
|
@@ -163,7 +163,7 @@ class AccountApi extends runtime.BaseAPI {
|
|
|
163
163
|
const queryParameters = {};
|
|
164
164
|
const headerParameters = {};
|
|
165
165
|
let urlPath = `/api/v1/groups/{id}`;
|
|
166
|
-
urlPath = urlPath.replace(
|
|
166
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
167
167
|
return {
|
|
168
168
|
path: urlPath,
|
|
169
169
|
method: 'GET',
|
|
@@ -237,7 +237,7 @@ class AccountApi extends runtime.BaseAPI {
|
|
|
237
237
|
const queryParameters = {};
|
|
238
238
|
const headerParameters = {};
|
|
239
239
|
let urlPath = `/api/v1/groups/{id}/members`;
|
|
240
|
-
urlPath = urlPath.replace(
|
|
240
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
241
241
|
return {
|
|
242
242
|
path: urlPath,
|
|
243
243
|
method: 'GET',
|
|
@@ -323,8 +323,8 @@ class AccountApi extends runtime.BaseAPI {
|
|
|
323
323
|
const queryParameters = {};
|
|
324
324
|
const headerParameters = {};
|
|
325
325
|
let urlPath = `/api/v1/groups/{id}/members/{username}`;
|
|
326
|
-
urlPath = urlPath.replace(
|
|
327
|
-
urlPath = urlPath.replace(
|
|
326
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
327
|
+
urlPath = urlPath.replace('{username}', encodeURIComponent(String(requestParameters['username'])));
|
|
328
328
|
return {
|
|
329
329
|
path: urlPath,
|
|
330
330
|
method: 'DELETE',
|
|
@@ -366,7 +366,7 @@ class AccountApi extends runtime.BaseAPI {
|
|
|
366
366
|
const headerParameters = {};
|
|
367
367
|
headerParameters['Content-Type'] = 'application/json';
|
|
368
368
|
let urlPath = `/api/v1/groups/{id}`;
|
|
369
|
-
urlPath = urlPath.replace(
|
|
369
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
370
370
|
return {
|
|
371
371
|
path: urlPath,
|
|
372
372
|
method: 'PUT',
|
|
@@ -413,8 +413,8 @@ class AccountApi extends runtime.BaseAPI {
|
|
|
413
413
|
const headerParameters = {};
|
|
414
414
|
headerParameters['Content-Type'] = 'application/json';
|
|
415
415
|
let urlPath = `/api/v1/groups/{id}/members/{username}`;
|
|
416
|
-
urlPath = urlPath.replace(
|
|
417
|
-
urlPath = urlPath.replace(
|
|
416
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
417
|
+
urlPath = urlPath.replace('{username}', encodeURIComponent(String(requestParameters['username'])));
|
|
418
418
|
return {
|
|
419
419
|
path: urlPath,
|
|
420
420
|
method: 'PUT',
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime.js';
|
|
13
|
-
import type { Assessment, AssessmentForm, AssessmentUpdate, ClusterRequirementsRequest, ClusterRequirementsResponse, MigrationComplexityRequest, MigrationComplexityResponse, MigrationEstimationByComplexityResponse, MigrationEstimationRequest,
|
|
13
|
+
import type { Assessment, AssessmentForm, AssessmentUpdate, ClusterRequirementsRequest, ClusterRequirementsResponse, MigrationComplexityRequest, MigrationComplexityResponse, MigrationEstimationByComplexityResponse, MigrationEstimationRequest, MigrationEstimationResponse } from '../models/index.js';
|
|
14
14
|
export interface CalculateAssessmentClusterRequirementsRequest {
|
|
15
15
|
id: string;
|
|
16
16
|
clusterRequirementsRequest: ClusterRequirementsRequest;
|
|
@@ -108,15 +108,11 @@ export interface AssessmentApiInterface {
|
|
|
108
108
|
* @throws {RequiredError}
|
|
109
109
|
* @memberof AssessmentApiInterface
|
|
110
110
|
*/
|
|
111
|
-
calculateMigrationEstimationRaw(requestParameters: CalculateMigrationEstimationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<
|
|
112
|
-
[key: string]: SchemaEstimationResult;
|
|
113
|
-
}>>;
|
|
111
|
+
calculateMigrationEstimationRaw(requestParameters: CalculateMigrationEstimationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<MigrationEstimationResponse>>;
|
|
114
112
|
/**
|
|
115
113
|
* Calculate migration time estimation for an assessment
|
|
116
114
|
*/
|
|
117
|
-
calculateMigrationEstimation(requestParameters: CalculateMigrationEstimationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
118
|
-
[key: string]: SchemaEstimationResult;
|
|
119
|
-
}>;
|
|
115
|
+
calculateMigrationEstimation(requestParameters: CalculateMigrationEstimationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<MigrationEstimationResponse>;
|
|
120
116
|
/**
|
|
121
117
|
* Creates request options for calculateMigrationEstimationByComplexity without sending the request
|
|
122
118
|
* @param {string} id ID of the assessment
|
|
@@ -271,15 +267,11 @@ export declare class AssessmentApi extends runtime.BaseAPI implements Assessment
|
|
|
271
267
|
/**
|
|
272
268
|
* Calculate migration time estimation for an assessment
|
|
273
269
|
*/
|
|
274
|
-
calculateMigrationEstimationRaw(requestParameters: CalculateMigrationEstimationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<
|
|
275
|
-
[key: string]: SchemaEstimationResult;
|
|
276
|
-
}>>;
|
|
270
|
+
calculateMigrationEstimationRaw(requestParameters: CalculateMigrationEstimationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<MigrationEstimationResponse>>;
|
|
277
271
|
/**
|
|
278
272
|
* Calculate migration time estimation for an assessment
|
|
279
273
|
*/
|
|
280
|
-
calculateMigrationEstimation(requestParameters: CalculateMigrationEstimationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
281
|
-
[key: string]: SchemaEstimationResult;
|
|
282
|
-
}>;
|
|
274
|
+
calculateMigrationEstimation(requestParameters: CalculateMigrationEstimationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<MigrationEstimationResponse>;
|
|
283
275
|
/**
|
|
284
276
|
* Creates request options for calculateMigrationEstimationByComplexity without sending the request
|
|
285
277
|
*/
|
|
@@ -44,7 +44,7 @@ class AssessmentApi extends runtime.BaseAPI {
|
|
|
44
44
|
const headerParameters = {};
|
|
45
45
|
headerParameters['Content-Type'] = 'application/json';
|
|
46
46
|
let urlPath = `/api/v1/assessments/{id}/cluster-requirements`;
|
|
47
|
-
urlPath = urlPath.replace(
|
|
47
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
48
48
|
return {
|
|
49
49
|
path: urlPath,
|
|
50
50
|
method: 'POST',
|
|
@@ -88,7 +88,7 @@ class AssessmentApi extends runtime.BaseAPI {
|
|
|
88
88
|
const headerParameters = {};
|
|
89
89
|
headerParameters['Content-Type'] = 'application/json';
|
|
90
90
|
let urlPath = `/api/v1/assessments/{id}/complexity-estimation`;
|
|
91
|
-
urlPath = urlPath.replace(
|
|
91
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
92
92
|
return {
|
|
93
93
|
path: urlPath,
|
|
94
94
|
method: 'POST',
|
|
@@ -132,7 +132,7 @@ class AssessmentApi extends runtime.BaseAPI {
|
|
|
132
132
|
const headerParameters = {};
|
|
133
133
|
headerParameters['Content-Type'] = 'application/json';
|
|
134
134
|
let urlPath = `/api/v1/assessments/{id}/migration-estimation`;
|
|
135
|
-
urlPath = urlPath.replace(
|
|
135
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
136
136
|
return {
|
|
137
137
|
path: urlPath,
|
|
138
138
|
method: 'POST',
|
|
@@ -149,7 +149,7 @@ class AssessmentApi extends runtime.BaseAPI {
|
|
|
149
149
|
return __awaiter(this, void 0, void 0, function* () {
|
|
150
150
|
const requestOptions = yield this.calculateMigrationEstimationRequestOpts(requestParameters);
|
|
151
151
|
const response = yield this.request(requestOptions, initOverrides);
|
|
152
|
-
return new runtime.JSONApiResponse(response, (jsonValue) =>
|
|
152
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_js_1.MigrationEstimationResponseFromJSON)(jsonValue));
|
|
153
153
|
});
|
|
154
154
|
}
|
|
155
155
|
/**
|
|
@@ -176,7 +176,7 @@ class AssessmentApi extends runtime.BaseAPI {
|
|
|
176
176
|
const headerParameters = {};
|
|
177
177
|
headerParameters['Content-Type'] = 'application/json';
|
|
178
178
|
let urlPath = `/api/v1/assessments/{id}/migration-estimation/by-complexity`;
|
|
179
|
-
urlPath = urlPath.replace(
|
|
179
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
180
180
|
return {
|
|
181
181
|
path: urlPath,
|
|
182
182
|
method: 'POST',
|
|
@@ -256,7 +256,7 @@ class AssessmentApi extends runtime.BaseAPI {
|
|
|
256
256
|
const queryParameters = {};
|
|
257
257
|
const headerParameters = {};
|
|
258
258
|
let urlPath = `/api/v1/assessments/{id}`;
|
|
259
|
-
urlPath = urlPath.replace(
|
|
259
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
260
260
|
return {
|
|
261
261
|
path: urlPath,
|
|
262
262
|
method: 'DELETE',
|
|
@@ -295,7 +295,7 @@ class AssessmentApi extends runtime.BaseAPI {
|
|
|
295
295
|
const queryParameters = {};
|
|
296
296
|
const headerParameters = {};
|
|
297
297
|
let urlPath = `/api/v1/assessments/{id}`;
|
|
298
|
-
urlPath = urlPath.replace(
|
|
298
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
299
299
|
return {
|
|
300
300
|
path: urlPath,
|
|
301
301
|
method: 'GET',
|
|
@@ -376,7 +376,7 @@ class AssessmentApi extends runtime.BaseAPI {
|
|
|
376
376
|
const headerParameters = {};
|
|
377
377
|
headerParameters['Content-Type'] = 'application/json';
|
|
378
378
|
let urlPath = `/api/v1/assessments/{id}`;
|
|
379
|
-
urlPath = urlPath.replace(
|
|
379
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
380
380
|
return {
|
|
381
381
|
path: urlPath,
|
|
382
382
|
method: 'PUT',
|
package/dist/apis/ImageApi.js
CHANGED
|
@@ -40,7 +40,7 @@ class ImageApi extends runtime.BaseAPI {
|
|
|
40
40
|
const queryParameters = {};
|
|
41
41
|
const headerParameters = {};
|
|
42
42
|
let urlPath = `/api/v1/sources/{id}/image-url`;
|
|
43
|
-
urlPath = urlPath.replace(
|
|
43
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
44
44
|
return {
|
|
45
45
|
path: urlPath,
|
|
46
46
|
method: 'GET',
|
|
@@ -79,7 +79,7 @@ class ImageApi extends runtime.BaseAPI {
|
|
|
79
79
|
const queryParameters = {};
|
|
80
80
|
const headerParameters = {};
|
|
81
81
|
let urlPath = `/api/v1/sources/{id}/image`;
|
|
82
|
-
urlPath = urlPath.replace(
|
|
82
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
83
83
|
return {
|
|
84
84
|
path: urlPath,
|
|
85
85
|
method: 'HEAD',
|
package/dist/apis/JobApi.js
CHANGED
|
@@ -40,7 +40,7 @@ class JobApi extends runtime.BaseAPI {
|
|
|
40
40
|
const queryParameters = {};
|
|
41
41
|
const headerParameters = {};
|
|
42
42
|
let urlPath = `/api/v1/assessments/jobs/{id}`;
|
|
43
|
-
urlPath = urlPath.replace(
|
|
43
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
44
44
|
return {
|
|
45
45
|
path: urlPath,
|
|
46
46
|
method: 'DELETE',
|
|
@@ -142,7 +142,7 @@ class JobApi extends runtime.BaseAPI {
|
|
|
142
142
|
const queryParameters = {};
|
|
143
143
|
const headerParameters = {};
|
|
144
144
|
let urlPath = `/api/v1/assessments/jobs/{id}`;
|
|
145
|
-
urlPath = urlPath.replace(
|
|
145
|
+
urlPath = urlPath.replace('{id}', encodeURIComponent(String(requestParameters['id'])));
|
|
146
146
|
return {
|
|
147
147
|
path: urlPath,
|
|
148
148
|
method: 'GET',
|
|
@@ -0,0 +1,323 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenShift Migration Advisor API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: undefined
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import * as runtime from '../runtime.js';
|
|
13
|
+
import type { Group, PartnerRequest, PartnerRequestCreate, PartnerRequestUpdate } from '../models/index.js';
|
|
14
|
+
export interface CancelPartnerRequestRequest {
|
|
15
|
+
id: string;
|
|
16
|
+
}
|
|
17
|
+
export interface CreatePartnerRequestRequest {
|
|
18
|
+
id: string;
|
|
19
|
+
partnerRequestCreate: PartnerRequestCreate;
|
|
20
|
+
}
|
|
21
|
+
export interface GetPartnerRequest {
|
|
22
|
+
id: string;
|
|
23
|
+
}
|
|
24
|
+
export interface LeavePartnerRequest {
|
|
25
|
+
id: string;
|
|
26
|
+
}
|
|
27
|
+
export interface RemoveCustomerRequest {
|
|
28
|
+
username: string;
|
|
29
|
+
}
|
|
30
|
+
export interface UpdatePartnerRequestRequest {
|
|
31
|
+
id: string;
|
|
32
|
+
partnerRequestUpdate: PartnerRequestUpdate;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* PartnerApi - interface
|
|
36
|
+
*
|
|
37
|
+
* @export
|
|
38
|
+
* @interface PartnerApiInterface
|
|
39
|
+
*/
|
|
40
|
+
export interface PartnerApiInterface {
|
|
41
|
+
/**
|
|
42
|
+
* Creates request options for cancelPartnerRequest without sending the request
|
|
43
|
+
* @param {string} id Partner request ID
|
|
44
|
+
* @throws {RequiredError}
|
|
45
|
+
* @memberof PartnerApiInterface
|
|
46
|
+
*/
|
|
47
|
+
cancelPartnerRequestRequestOpts(requestParameters: CancelPartnerRequestRequest): Promise<runtime.RequestOpts>;
|
|
48
|
+
/**
|
|
49
|
+
* Cancel a pending partner request
|
|
50
|
+
* @param {string} id Partner request ID
|
|
51
|
+
* @param {*} [options] Override http request option.
|
|
52
|
+
* @throws {RequiredError}
|
|
53
|
+
* @memberof PartnerApiInterface
|
|
54
|
+
*/
|
|
55
|
+
cancelPartnerRequestRaw(requestParameters: CancelPartnerRequestRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
56
|
+
/**
|
|
57
|
+
* Cancel a pending partner request
|
|
58
|
+
*/
|
|
59
|
+
cancelPartnerRequest(requestParameters: CancelPartnerRequestRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
60
|
+
/**
|
|
61
|
+
* Creates request options for createPartnerRequest without sending the request
|
|
62
|
+
* @param {string} id Partner group ID
|
|
63
|
+
* @param {PartnerRequestCreate} partnerRequestCreate
|
|
64
|
+
* @throws {RequiredError}
|
|
65
|
+
* @memberof PartnerApiInterface
|
|
66
|
+
*/
|
|
67
|
+
createPartnerRequestRequestOpts(requestParameters: CreatePartnerRequestRequest): Promise<runtime.RequestOpts>;
|
|
68
|
+
/**
|
|
69
|
+
* Submit a partner request. Only regular users can make this request.
|
|
70
|
+
* @param {string} id Partner group ID
|
|
71
|
+
* @param {PartnerRequestCreate} partnerRequestCreate
|
|
72
|
+
* @param {*} [options] Override http request option.
|
|
73
|
+
* @throws {RequiredError}
|
|
74
|
+
* @memberof PartnerApiInterface
|
|
75
|
+
*/
|
|
76
|
+
createPartnerRequestRaw(requestParameters: CreatePartnerRequestRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PartnerRequest>>;
|
|
77
|
+
/**
|
|
78
|
+
* Submit a partner request. Only regular users can make this request.
|
|
79
|
+
*/
|
|
80
|
+
createPartnerRequest(requestParameters: CreatePartnerRequestRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PartnerRequest>;
|
|
81
|
+
/**
|
|
82
|
+
* Creates request options for getPartner without sending the request
|
|
83
|
+
* @param {string} id Partner group ID
|
|
84
|
+
* @throws {RequiredError}
|
|
85
|
+
* @memberof PartnerApiInterface
|
|
86
|
+
*/
|
|
87
|
+
getPartnerRequestOpts(requestParameters: GetPartnerRequest): Promise<runtime.RequestOpts>;
|
|
88
|
+
/**
|
|
89
|
+
* Get my partner organization details
|
|
90
|
+
* @param {string} id Partner group ID
|
|
91
|
+
* @param {*} [options] Override http request option.
|
|
92
|
+
* @throws {RequiredError}
|
|
93
|
+
* @memberof PartnerApiInterface
|
|
94
|
+
*/
|
|
95
|
+
getPartnerRaw(requestParameters: GetPartnerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Group>>;
|
|
96
|
+
/**
|
|
97
|
+
* Get my partner organization details
|
|
98
|
+
*/
|
|
99
|
+
getPartner(requestParameters: GetPartnerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Group>;
|
|
100
|
+
/**
|
|
101
|
+
* Creates request options for leavePartner without sending the request
|
|
102
|
+
* @param {string} id Partner group ID
|
|
103
|
+
* @throws {RequiredError}
|
|
104
|
+
* @memberof PartnerApiInterface
|
|
105
|
+
*/
|
|
106
|
+
leavePartnerRequestOpts(requestParameters: LeavePartnerRequest): Promise<runtime.RequestOpts>;
|
|
107
|
+
/**
|
|
108
|
+
* Leave partner organization
|
|
109
|
+
* @param {string} id Partner group ID
|
|
110
|
+
* @param {*} [options] Override http request option.
|
|
111
|
+
* @throws {RequiredError}
|
|
112
|
+
* @memberof PartnerApiInterface
|
|
113
|
+
*/
|
|
114
|
+
leavePartnerRaw(requestParameters: LeavePartnerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
115
|
+
/**
|
|
116
|
+
* Leave partner organization
|
|
117
|
+
*/
|
|
118
|
+
leavePartner(requestParameters: LeavePartnerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
119
|
+
/**
|
|
120
|
+
* Creates request options for listCustomers without sending the request
|
|
121
|
+
* @throws {RequiredError}
|
|
122
|
+
* @memberof PartnerApiInterface
|
|
123
|
+
*/
|
|
124
|
+
listCustomersRequestOpts(): Promise<runtime.RequestOpts>;
|
|
125
|
+
/**
|
|
126
|
+
* List customer requests for my partner organization
|
|
127
|
+
* @param {*} [options] Override http request option.
|
|
128
|
+
* @throws {RequiredError}
|
|
129
|
+
* @memberof PartnerApiInterface
|
|
130
|
+
*/
|
|
131
|
+
listCustomersRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<PartnerRequest>>>;
|
|
132
|
+
/**
|
|
133
|
+
* List customer requests for my partner organization
|
|
134
|
+
*/
|
|
135
|
+
listCustomers(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<PartnerRequest>>;
|
|
136
|
+
/**
|
|
137
|
+
* Creates request options for listPartnerRequests without sending the request
|
|
138
|
+
* @throws {RequiredError}
|
|
139
|
+
* @memberof PartnerApiInterface
|
|
140
|
+
*/
|
|
141
|
+
listPartnerRequestsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
142
|
+
/**
|
|
143
|
+
* List my partner requests
|
|
144
|
+
* @param {*} [options] Override http request option.
|
|
145
|
+
* @throws {RequiredError}
|
|
146
|
+
* @memberof PartnerApiInterface
|
|
147
|
+
*/
|
|
148
|
+
listPartnerRequestsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<PartnerRequest>>>;
|
|
149
|
+
/**
|
|
150
|
+
* List my partner requests
|
|
151
|
+
*/
|
|
152
|
+
listPartnerRequests(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<PartnerRequest>>;
|
|
153
|
+
/**
|
|
154
|
+
* Creates request options for listPartners without sending the request
|
|
155
|
+
* @throws {RequiredError}
|
|
156
|
+
* @memberof PartnerApiInterface
|
|
157
|
+
*/
|
|
158
|
+
listPartnersRequestOpts(): Promise<runtime.RequestOpts>;
|
|
159
|
+
/**
|
|
160
|
+
* List available partner organizations
|
|
161
|
+
* @param {*} [options] Override http request option.
|
|
162
|
+
* @throws {RequiredError}
|
|
163
|
+
* @memberof PartnerApiInterface
|
|
164
|
+
*/
|
|
165
|
+
listPartnersRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<Group>>>;
|
|
166
|
+
/**
|
|
167
|
+
* List available partner organizations
|
|
168
|
+
*/
|
|
169
|
+
listPartners(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<Group>>;
|
|
170
|
+
/**
|
|
171
|
+
* Creates request options for removeCustomer without sending the request
|
|
172
|
+
* @param {string} username Customer username
|
|
173
|
+
* @throws {RequiredError}
|
|
174
|
+
* @memberof PartnerApiInterface
|
|
175
|
+
*/
|
|
176
|
+
removeCustomerRequestOpts(requestParameters: RemoveCustomerRequest): Promise<runtime.RequestOpts>;
|
|
177
|
+
/**
|
|
178
|
+
* Remove a customer from partner organization
|
|
179
|
+
* @param {string} username Customer username
|
|
180
|
+
* @param {*} [options] Override http request option.
|
|
181
|
+
* @throws {RequiredError}
|
|
182
|
+
* @memberof PartnerApiInterface
|
|
183
|
+
*/
|
|
184
|
+
removeCustomerRaw(requestParameters: RemoveCustomerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
185
|
+
/**
|
|
186
|
+
* Remove a customer from partner organization
|
|
187
|
+
*/
|
|
188
|
+
removeCustomer(requestParameters: RemoveCustomerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
189
|
+
/**
|
|
190
|
+
* Creates request options for updatePartnerRequest without sending the request
|
|
191
|
+
* @param {string} id Partner request ID
|
|
192
|
+
* @param {PartnerRequestUpdate} partnerRequestUpdate
|
|
193
|
+
* @throws {RequiredError}
|
|
194
|
+
* @memberof PartnerApiInterface
|
|
195
|
+
*/
|
|
196
|
+
updatePartnerRequestRequestOpts(requestParameters: UpdatePartnerRequestRequest): Promise<runtime.RequestOpts>;
|
|
197
|
+
/**
|
|
198
|
+
* Accept or reject a customer request
|
|
199
|
+
* @param {string} id Partner request ID
|
|
200
|
+
* @param {PartnerRequestUpdate} partnerRequestUpdate
|
|
201
|
+
* @param {*} [options] Override http request option.
|
|
202
|
+
* @throws {RequiredError}
|
|
203
|
+
* @memberof PartnerApiInterface
|
|
204
|
+
*/
|
|
205
|
+
updatePartnerRequestRaw(requestParameters: UpdatePartnerRequestRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PartnerRequest>>;
|
|
206
|
+
/**
|
|
207
|
+
* Accept or reject a customer request
|
|
208
|
+
*/
|
|
209
|
+
updatePartnerRequest(requestParameters: UpdatePartnerRequestRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PartnerRequest>;
|
|
210
|
+
}
|
|
211
|
+
/**
|
|
212
|
+
*
|
|
213
|
+
*/
|
|
214
|
+
export declare class PartnerApi extends runtime.BaseAPI implements PartnerApiInterface {
|
|
215
|
+
/**
|
|
216
|
+
* Creates request options for cancelPartnerRequest without sending the request
|
|
217
|
+
*/
|
|
218
|
+
cancelPartnerRequestRequestOpts(requestParameters: CancelPartnerRequestRequest): Promise<runtime.RequestOpts>;
|
|
219
|
+
/**
|
|
220
|
+
* Cancel a pending partner request
|
|
221
|
+
*/
|
|
222
|
+
cancelPartnerRequestRaw(requestParameters: CancelPartnerRequestRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
223
|
+
/**
|
|
224
|
+
* Cancel a pending partner request
|
|
225
|
+
*/
|
|
226
|
+
cancelPartnerRequest(requestParameters: CancelPartnerRequestRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
227
|
+
/**
|
|
228
|
+
* Creates request options for createPartnerRequest without sending the request
|
|
229
|
+
*/
|
|
230
|
+
createPartnerRequestRequestOpts(requestParameters: CreatePartnerRequestRequest): Promise<runtime.RequestOpts>;
|
|
231
|
+
/**
|
|
232
|
+
* Submit a partner request. Only regular users can make this request.
|
|
233
|
+
*/
|
|
234
|
+
createPartnerRequestRaw(requestParameters: CreatePartnerRequestRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PartnerRequest>>;
|
|
235
|
+
/**
|
|
236
|
+
* Submit a partner request. Only regular users can make this request.
|
|
237
|
+
*/
|
|
238
|
+
createPartnerRequest(requestParameters: CreatePartnerRequestRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PartnerRequest>;
|
|
239
|
+
/**
|
|
240
|
+
* Creates request options for getPartner without sending the request
|
|
241
|
+
*/
|
|
242
|
+
getPartnerRequestOpts(requestParameters: GetPartnerRequest): Promise<runtime.RequestOpts>;
|
|
243
|
+
/**
|
|
244
|
+
* Get my partner organization details
|
|
245
|
+
*/
|
|
246
|
+
getPartnerRaw(requestParameters: GetPartnerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Group>>;
|
|
247
|
+
/**
|
|
248
|
+
* Get my partner organization details
|
|
249
|
+
*/
|
|
250
|
+
getPartner(requestParameters: GetPartnerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Group>;
|
|
251
|
+
/**
|
|
252
|
+
* Creates request options for leavePartner without sending the request
|
|
253
|
+
*/
|
|
254
|
+
leavePartnerRequestOpts(requestParameters: LeavePartnerRequest): Promise<runtime.RequestOpts>;
|
|
255
|
+
/**
|
|
256
|
+
* Leave partner organization
|
|
257
|
+
*/
|
|
258
|
+
leavePartnerRaw(requestParameters: LeavePartnerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
259
|
+
/**
|
|
260
|
+
* Leave partner organization
|
|
261
|
+
*/
|
|
262
|
+
leavePartner(requestParameters: LeavePartnerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
263
|
+
/**
|
|
264
|
+
* Creates request options for listCustomers without sending the request
|
|
265
|
+
*/
|
|
266
|
+
listCustomersRequestOpts(): Promise<runtime.RequestOpts>;
|
|
267
|
+
/**
|
|
268
|
+
* List customer requests for my partner organization
|
|
269
|
+
*/
|
|
270
|
+
listCustomersRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<PartnerRequest>>>;
|
|
271
|
+
/**
|
|
272
|
+
* List customer requests for my partner organization
|
|
273
|
+
*/
|
|
274
|
+
listCustomers(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<PartnerRequest>>;
|
|
275
|
+
/**
|
|
276
|
+
* Creates request options for listPartnerRequests without sending the request
|
|
277
|
+
*/
|
|
278
|
+
listPartnerRequestsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
279
|
+
/**
|
|
280
|
+
* List my partner requests
|
|
281
|
+
*/
|
|
282
|
+
listPartnerRequestsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<PartnerRequest>>>;
|
|
283
|
+
/**
|
|
284
|
+
* List my partner requests
|
|
285
|
+
*/
|
|
286
|
+
listPartnerRequests(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<PartnerRequest>>;
|
|
287
|
+
/**
|
|
288
|
+
* Creates request options for listPartners without sending the request
|
|
289
|
+
*/
|
|
290
|
+
listPartnersRequestOpts(): Promise<runtime.RequestOpts>;
|
|
291
|
+
/**
|
|
292
|
+
* List available partner organizations
|
|
293
|
+
*/
|
|
294
|
+
listPartnersRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<Group>>>;
|
|
295
|
+
/**
|
|
296
|
+
* List available partner organizations
|
|
297
|
+
*/
|
|
298
|
+
listPartners(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<Group>>;
|
|
299
|
+
/**
|
|
300
|
+
* Creates request options for removeCustomer without sending the request
|
|
301
|
+
*/
|
|
302
|
+
removeCustomerRequestOpts(requestParameters: RemoveCustomerRequest): Promise<runtime.RequestOpts>;
|
|
303
|
+
/**
|
|
304
|
+
* Remove a customer from partner organization
|
|
305
|
+
*/
|
|
306
|
+
removeCustomerRaw(requestParameters: RemoveCustomerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
307
|
+
/**
|
|
308
|
+
* Remove a customer from partner organization
|
|
309
|
+
*/
|
|
310
|
+
removeCustomer(requestParameters: RemoveCustomerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
311
|
+
/**
|
|
312
|
+
* Creates request options for updatePartnerRequest without sending the request
|
|
313
|
+
*/
|
|
314
|
+
updatePartnerRequestRequestOpts(requestParameters: UpdatePartnerRequestRequest): Promise<runtime.RequestOpts>;
|
|
315
|
+
/**
|
|
316
|
+
* Accept or reject a customer request
|
|
317
|
+
*/
|
|
318
|
+
updatePartnerRequestRaw(requestParameters: UpdatePartnerRequestRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PartnerRequest>>;
|
|
319
|
+
/**
|
|
320
|
+
* Accept or reject a customer request
|
|
321
|
+
*/
|
|
322
|
+
updatePartnerRequest(requestParameters: UpdatePartnerRequestRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PartnerRequest>;
|
|
323
|
+
}
|