@emilgroup/partner-sdk-node 1.0.0 → 1.0.1
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 +0 -7
- package/README.md +2 -2
- package/api/partner-types-api.ts +10 -24
- package/api/partners-api.ts +10 -24
- package/api.ts +0 -4
- package/base.ts +0 -1
- package/dist/api/partner-types-api.d.ts +7 -16
- package/dist/api/partner-types-api.js +9 -15
- package/dist/api/partners-api.d.ts +7 -16
- package/dist/api/partners-api.js +9 -15
- package/dist/api.d.ts +0 -2
- package/dist/api.js +0 -2
- package/dist/base.js +0 -1
- package/dist/models/index.d.ts +0 -5
- package/dist/models/index.js +0 -5
- package/dist/models/partner-class.d.ts +0 -12
- package/dist/models/update-partner-type-request-dto.d.ts +0 -6
- package/models/index.ts +0 -5
- package/models/partner-class.ts +0 -12
- package/models/update-partner-type-request-dto.ts +0 -6
- package/package.json +1 -4
- package/api/partner-relations-api.ts +0 -349
- package/api/partner-version-api.ts +0 -375
- package/dist/api/partner-relations-api.d.ts +0 -206
- package/dist/api/partner-relations-api.js +0 -352
- package/dist/api/partner-version-api.d.ts +0 -224
- package/dist/api/partner-version-api.js +0 -363
- package/dist/models/get-partner-relation-type-class.d.ts +0 -25
- package/dist/models/get-partner-relation-type-class.js +0 -15
- package/dist/models/get-partner-version-response-class.d.ts +0 -25
- package/dist/models/get-partner-version-response-class.js +0 -15
- package/dist/models/list-partner-relation-types-class.d.ts +0 -31
- package/dist/models/list-partner-relation-types-class.js +0 -15
- package/dist/models/list-partner-versions-response-class.d.ts +0 -25
- package/dist/models/list-partner-versions-response-class.js +0 -15
- package/dist/models/partner-relation-type-class.d.ts +0 -66
- package/dist/models/partner-relation-type-class.js +0 -15
- package/models/get-partner-relation-type-class.ts +0 -31
- package/models/get-partner-version-response-class.ts +0 -31
- package/models/list-partner-relation-types-class.ts +0 -37
- package/models/list-partner-versions-response-class.ts +0 -31
- package/models/partner-relation-type-class.ts +0 -72
|
@@ -1,363 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL PartnerService
|
|
6
|
-
* The EMIL PartnerService API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
var __extends = (this && this.__extends) || (function () {
|
|
16
|
-
var extendStatics = function (d, b) {
|
|
17
|
-
extendStatics = Object.setPrototypeOf ||
|
|
18
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
19
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
20
|
-
return extendStatics(d, b);
|
|
21
|
-
};
|
|
22
|
-
return function (d, b) {
|
|
23
|
-
if (typeof b !== "function" && b !== null)
|
|
24
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
25
|
-
extendStatics(d, b);
|
|
26
|
-
function __() { this.constructor = d; }
|
|
27
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
28
|
-
};
|
|
29
|
-
})();
|
|
30
|
-
var __assign = (this && this.__assign) || function () {
|
|
31
|
-
__assign = Object.assign || function(t) {
|
|
32
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
33
|
-
s = arguments[i];
|
|
34
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
35
|
-
t[p] = s[p];
|
|
36
|
-
}
|
|
37
|
-
return t;
|
|
38
|
-
};
|
|
39
|
-
return __assign.apply(this, arguments);
|
|
40
|
-
};
|
|
41
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
42
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
43
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
44
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
45
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
46
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
47
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
48
|
-
});
|
|
49
|
-
};
|
|
50
|
-
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
51
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
52
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
53
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
54
|
-
function step(op) {
|
|
55
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
56
|
-
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
57
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
58
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
59
|
-
switch (op[0]) {
|
|
60
|
-
case 0: case 1: t = op; break;
|
|
61
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
62
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
63
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
64
|
-
default:
|
|
65
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
66
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
67
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
68
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
69
|
-
if (t[2]) _.ops.pop();
|
|
70
|
-
_.trys.pop(); continue;
|
|
71
|
-
}
|
|
72
|
-
op = body.call(thisArg, _);
|
|
73
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
74
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
75
|
-
}
|
|
76
|
-
};
|
|
77
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
78
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
79
|
-
};
|
|
80
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
81
|
-
exports.PartnerVersionApi = exports.PartnerVersionApiFactory = exports.PartnerVersionApiFp = exports.PartnerVersionApiAxiosParamCreator = void 0;
|
|
82
|
-
var axios_1 = __importDefault(require("axios"));
|
|
83
|
-
// Some imports not used depending on template conditions
|
|
84
|
-
// @ts-ignore
|
|
85
|
-
var common_1 = require("../common");
|
|
86
|
-
// @ts-ignore
|
|
87
|
-
var base_1 = require("../base");
|
|
88
|
-
/**
|
|
89
|
-
* PartnerVersionApi - axios parameter creator
|
|
90
|
-
* @export
|
|
91
|
-
*/
|
|
92
|
-
var PartnerVersionApiAxiosParamCreator = function (configuration) {
|
|
93
|
-
var _this = this;
|
|
94
|
-
return {
|
|
95
|
-
/**
|
|
96
|
-
* Retrieve a partner version by providing partner code and version number
|
|
97
|
-
* @summary Retrieve the partner version
|
|
98
|
-
* @param {string} code Unique identifier for the object.
|
|
99
|
-
* @param {number} version
|
|
100
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
101
|
-
* @param {*} [options] Override http request option.
|
|
102
|
-
* @throws {RequiredError}
|
|
103
|
-
*/
|
|
104
|
-
getPartnerVersion: function (code, version, authorization, options) {
|
|
105
|
-
if (options === void 0) { options = {}; }
|
|
106
|
-
return __awaiter(_this, void 0, void 0, function () {
|
|
107
|
-
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
108
|
-
return __generator(this, function (_a) {
|
|
109
|
-
switch (_a.label) {
|
|
110
|
-
case 0:
|
|
111
|
-
// verify required parameter 'code' is not null or undefined
|
|
112
|
-
(0, common_1.assertParamExists)('getPartnerVersion', 'code', code);
|
|
113
|
-
// verify required parameter 'version' is not null or undefined
|
|
114
|
-
(0, common_1.assertParamExists)('getPartnerVersion', 'version', version);
|
|
115
|
-
localVarPath = "/partnerservice/v1/partners/{code}/versions/{version}"
|
|
116
|
-
.replace("{".concat("code", "}"), encodeURIComponent(String(code)))
|
|
117
|
-
.replace("{".concat("version", "}"), encodeURIComponent(String(version)));
|
|
118
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
119
|
-
if (configuration) {
|
|
120
|
-
baseOptions = configuration.baseOptions;
|
|
121
|
-
baseAccessToken = configuration.accessToken;
|
|
122
|
-
}
|
|
123
|
-
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
124
|
-
localVarHeaderParameter = {};
|
|
125
|
-
localVarQueryParameter = {};
|
|
126
|
-
// authentication bearer required
|
|
127
|
-
// http bearer authentication required
|
|
128
|
-
return [4 /*yield*/, (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration)];
|
|
129
|
-
case 1:
|
|
130
|
-
// authentication bearer required
|
|
131
|
-
// http bearer authentication required
|
|
132
|
-
_a.sent();
|
|
133
|
-
if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
|
|
134
|
-
localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
|
|
135
|
-
}
|
|
136
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
137
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
138
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
139
|
-
return [2 /*return*/, {
|
|
140
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
141
|
-
options: localVarRequestOptions,
|
|
142
|
-
}];
|
|
143
|
-
}
|
|
144
|
-
});
|
|
145
|
-
});
|
|
146
|
-
},
|
|
147
|
-
/**
|
|
148
|
-
* List all partner versions by providing partner code
|
|
149
|
-
* @summary List partner versions
|
|
150
|
-
* @param {string} code
|
|
151
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
152
|
-
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
153
|
-
* @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
154
|
-
* @param {any} [filter] Filter the response by one or multiple fields<br/> <br/> <i>Allowed values: code, version, displayName, updatedAt, updatedBy</i>
|
|
155
|
-
* @param {any} [search] Search the list by any field. For instance, if you want to search by code add code=xxx in order to fetch the result.
|
|
156
|
-
* @param {any} [order] Order allowing you to specify the desired order of entities retrieved from the server.<br/> <br/> <i>Allowed values: displayName, createdAt, updatedAt, version</i>
|
|
157
|
-
* @param {'partnerType'} [expand] Allowed expands for the partner version
|
|
158
|
-
* @param {any} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
|
|
159
|
-
* @param {*} [options] Override http request option.
|
|
160
|
-
* @throws {RequiredError}
|
|
161
|
-
*/
|
|
162
|
-
listPartnerVersion: function (code, authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
|
|
163
|
-
if (options === void 0) { options = {}; }
|
|
164
|
-
return __awaiter(_this, void 0, void 0, function () {
|
|
165
|
-
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
166
|
-
return __generator(this, function (_a) {
|
|
167
|
-
switch (_a.label) {
|
|
168
|
-
case 0:
|
|
169
|
-
// verify required parameter 'code' is not null or undefined
|
|
170
|
-
(0, common_1.assertParamExists)('listPartnerVersion', 'code', code);
|
|
171
|
-
localVarPath = "/partnerservice/v1/partners/{code}/versions"
|
|
172
|
-
.replace("{".concat("code", "}"), encodeURIComponent(String(code)));
|
|
173
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
174
|
-
if (configuration) {
|
|
175
|
-
baseOptions = configuration.baseOptions;
|
|
176
|
-
baseAccessToken = configuration.accessToken;
|
|
177
|
-
}
|
|
178
|
-
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
179
|
-
localVarHeaderParameter = {};
|
|
180
|
-
localVarQueryParameter = {};
|
|
181
|
-
// authentication bearer required
|
|
182
|
-
// http bearer authentication required
|
|
183
|
-
return [4 /*yield*/, (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration)];
|
|
184
|
-
case 1:
|
|
185
|
-
// authentication bearer required
|
|
186
|
-
// http bearer authentication required
|
|
187
|
-
_a.sent();
|
|
188
|
-
if (pageSize !== undefined) {
|
|
189
|
-
localVarQueryParameter['pageSize'] = pageSize;
|
|
190
|
-
}
|
|
191
|
-
if (pageToken !== undefined) {
|
|
192
|
-
localVarQueryParameter['pageToken'] = pageToken;
|
|
193
|
-
}
|
|
194
|
-
if (filter !== undefined) {
|
|
195
|
-
localVarQueryParameter['filter'] = filter;
|
|
196
|
-
}
|
|
197
|
-
if (search !== undefined) {
|
|
198
|
-
localVarQueryParameter['search'] = search;
|
|
199
|
-
}
|
|
200
|
-
if (order !== undefined) {
|
|
201
|
-
localVarQueryParameter['order'] = order;
|
|
202
|
-
}
|
|
203
|
-
if (expand !== undefined) {
|
|
204
|
-
localVarQueryParameter['expand'] = expand;
|
|
205
|
-
}
|
|
206
|
-
if (filters !== undefined) {
|
|
207
|
-
localVarQueryParameter['filters'] = filters;
|
|
208
|
-
}
|
|
209
|
-
if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
|
|
210
|
-
localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
|
|
211
|
-
}
|
|
212
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
213
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
214
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
215
|
-
return [2 /*return*/, {
|
|
216
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
217
|
-
options: localVarRequestOptions,
|
|
218
|
-
}];
|
|
219
|
-
}
|
|
220
|
-
});
|
|
221
|
-
});
|
|
222
|
-
},
|
|
223
|
-
};
|
|
224
|
-
};
|
|
225
|
-
exports.PartnerVersionApiAxiosParamCreator = PartnerVersionApiAxiosParamCreator;
|
|
226
|
-
/**
|
|
227
|
-
* PartnerVersionApi - functional programming interface
|
|
228
|
-
* @export
|
|
229
|
-
*/
|
|
230
|
-
var PartnerVersionApiFp = function (configuration) {
|
|
231
|
-
var localVarAxiosParamCreator = (0, exports.PartnerVersionApiAxiosParamCreator)(configuration);
|
|
232
|
-
return {
|
|
233
|
-
/**
|
|
234
|
-
* Retrieve a partner version by providing partner code and version number
|
|
235
|
-
* @summary Retrieve the partner version
|
|
236
|
-
* @param {string} code Unique identifier for the object.
|
|
237
|
-
* @param {number} version
|
|
238
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
239
|
-
* @param {*} [options] Override http request option.
|
|
240
|
-
* @throws {RequiredError}
|
|
241
|
-
*/
|
|
242
|
-
getPartnerVersion: function (code, version, authorization, options) {
|
|
243
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
244
|
-
var localVarAxiosArgs;
|
|
245
|
-
return __generator(this, function (_a) {
|
|
246
|
-
switch (_a.label) {
|
|
247
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getPartnerVersion(code, version, authorization, options)];
|
|
248
|
-
case 1:
|
|
249
|
-
localVarAxiosArgs = _a.sent();
|
|
250
|
-
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
251
|
-
}
|
|
252
|
-
});
|
|
253
|
-
});
|
|
254
|
-
},
|
|
255
|
-
/**
|
|
256
|
-
* List all partner versions by providing partner code
|
|
257
|
-
* @summary List partner versions
|
|
258
|
-
* @param {string} code
|
|
259
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
260
|
-
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
261
|
-
* @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
262
|
-
* @param {any} [filter] Filter the response by one or multiple fields<br/> <br/> <i>Allowed values: code, version, displayName, updatedAt, updatedBy</i>
|
|
263
|
-
* @param {any} [search] Search the list by any field. For instance, if you want to search by code add code=xxx in order to fetch the result.
|
|
264
|
-
* @param {any} [order] Order allowing you to specify the desired order of entities retrieved from the server.<br/> <br/> <i>Allowed values: displayName, createdAt, updatedAt, version</i>
|
|
265
|
-
* @param {'partnerType'} [expand] Allowed expands for the partner version
|
|
266
|
-
* @param {any} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
|
|
267
|
-
* @param {*} [options] Override http request option.
|
|
268
|
-
* @throws {RequiredError}
|
|
269
|
-
*/
|
|
270
|
-
listPartnerVersion: function (code, authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
|
|
271
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
272
|
-
var localVarAxiosArgs;
|
|
273
|
-
return __generator(this, function (_a) {
|
|
274
|
-
switch (_a.label) {
|
|
275
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listPartnerVersion(code, authorization, pageSize, pageToken, filter, search, order, expand, filters, options)];
|
|
276
|
-
case 1:
|
|
277
|
-
localVarAxiosArgs = _a.sent();
|
|
278
|
-
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
279
|
-
}
|
|
280
|
-
});
|
|
281
|
-
});
|
|
282
|
-
},
|
|
283
|
-
};
|
|
284
|
-
};
|
|
285
|
-
exports.PartnerVersionApiFp = PartnerVersionApiFp;
|
|
286
|
-
/**
|
|
287
|
-
* PartnerVersionApi - factory interface
|
|
288
|
-
* @export
|
|
289
|
-
*/
|
|
290
|
-
var PartnerVersionApiFactory = function (configuration, basePath, axios) {
|
|
291
|
-
var localVarFp = (0, exports.PartnerVersionApiFp)(configuration);
|
|
292
|
-
return {
|
|
293
|
-
/**
|
|
294
|
-
* Retrieve a partner version by providing partner code and version number
|
|
295
|
-
* @summary Retrieve the partner version
|
|
296
|
-
* @param {string} code Unique identifier for the object.
|
|
297
|
-
* @param {number} version
|
|
298
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
299
|
-
* @param {*} [options] Override http request option.
|
|
300
|
-
* @throws {RequiredError}
|
|
301
|
-
*/
|
|
302
|
-
getPartnerVersion: function (code, version, authorization, options) {
|
|
303
|
-
return localVarFp.getPartnerVersion(code, version, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
304
|
-
},
|
|
305
|
-
/**
|
|
306
|
-
* List all partner versions by providing partner code
|
|
307
|
-
* @summary List partner versions
|
|
308
|
-
* @param {string} code
|
|
309
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
310
|
-
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
311
|
-
* @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
312
|
-
* @param {any} [filter] Filter the response by one or multiple fields<br/> <br/> <i>Allowed values: code, version, displayName, updatedAt, updatedBy</i>
|
|
313
|
-
* @param {any} [search] Search the list by any field. For instance, if you want to search by code add code=xxx in order to fetch the result.
|
|
314
|
-
* @param {any} [order] Order allowing you to specify the desired order of entities retrieved from the server.<br/> <br/> <i>Allowed values: displayName, createdAt, updatedAt, version</i>
|
|
315
|
-
* @param {'partnerType'} [expand] Allowed expands for the partner version
|
|
316
|
-
* @param {any} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
|
|
317
|
-
* @param {*} [options] Override http request option.
|
|
318
|
-
* @throws {RequiredError}
|
|
319
|
-
*/
|
|
320
|
-
listPartnerVersion: function (code, authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
|
|
321
|
-
return localVarFp.listPartnerVersion(code, authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then(function (request) { return request(axios, basePath); });
|
|
322
|
-
},
|
|
323
|
-
};
|
|
324
|
-
};
|
|
325
|
-
exports.PartnerVersionApiFactory = PartnerVersionApiFactory;
|
|
326
|
-
/**
|
|
327
|
-
* PartnerVersionApi - object-oriented interface
|
|
328
|
-
* @export
|
|
329
|
-
* @class PartnerVersionApi
|
|
330
|
-
* @extends {BaseAPI}
|
|
331
|
-
*/
|
|
332
|
-
var PartnerVersionApi = /** @class */ (function (_super) {
|
|
333
|
-
__extends(PartnerVersionApi, _super);
|
|
334
|
-
function PartnerVersionApi() {
|
|
335
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
336
|
-
}
|
|
337
|
-
/**
|
|
338
|
-
* Retrieve a partner version by providing partner code and version number
|
|
339
|
-
* @summary Retrieve the partner version
|
|
340
|
-
* @param {PartnerVersionApiGetPartnerVersionRequest} requestParameters Request parameters.
|
|
341
|
-
* @param {*} [options] Override http request option.
|
|
342
|
-
* @throws {RequiredError}
|
|
343
|
-
* @memberof PartnerVersionApi
|
|
344
|
-
*/
|
|
345
|
-
PartnerVersionApi.prototype.getPartnerVersion = function (requestParameters, options) {
|
|
346
|
-
var _this = this;
|
|
347
|
-
return (0, exports.PartnerVersionApiFp)(this.configuration).getPartnerVersion(requestParameters.code, requestParameters.version, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
348
|
-
};
|
|
349
|
-
/**
|
|
350
|
-
* List all partner versions by providing partner code
|
|
351
|
-
* @summary List partner versions
|
|
352
|
-
* @param {PartnerVersionApiListPartnerVersionRequest} requestParameters Request parameters.
|
|
353
|
-
* @param {*} [options] Override http request option.
|
|
354
|
-
* @throws {RequiredError}
|
|
355
|
-
* @memberof PartnerVersionApi
|
|
356
|
-
*/
|
|
357
|
-
PartnerVersionApi.prototype.listPartnerVersion = function (requestParameters, options) {
|
|
358
|
-
var _this = this;
|
|
359
|
-
return (0, exports.PartnerVersionApiFp)(this.configuration).listPartnerVersion(requestParameters.code, requestParameters.authorization, requestParameters.pageSize, requestParameters.pageToken, requestParameters.filter, requestParameters.search, requestParameters.order, requestParameters.expand, requestParameters.filters, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
360
|
-
};
|
|
361
|
-
return PartnerVersionApi;
|
|
362
|
-
}(base_1.BaseAPI));
|
|
363
|
-
exports.PartnerVersionApi = PartnerVersionApi;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL PartnerService
|
|
3
|
-
* The EMIL PartnerService API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
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 { PartnerRelationTypeClass } from './partner-relation-type-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface GetPartnerRelationTypeClass
|
|
17
|
-
*/
|
|
18
|
-
export interface GetPartnerRelationTypeClass {
|
|
19
|
-
/**
|
|
20
|
-
* The partner relation type response.
|
|
21
|
-
* @type {PartnerRelationTypeClass}
|
|
22
|
-
* @memberof GetPartnerRelationTypeClass
|
|
23
|
-
*/
|
|
24
|
-
'relationType': PartnerRelationTypeClass;
|
|
25
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL PartnerService
|
|
6
|
-
* The EMIL PartnerService API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL PartnerService
|
|
3
|
-
* The EMIL PartnerService API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
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 { PartnerClass } from './partner-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface GetPartnerVersionResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface GetPartnerVersionResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* The list of partners.
|
|
21
|
-
* @type {Array<PartnerClass>}
|
|
22
|
-
* @memberof GetPartnerVersionResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'partnerVersion': Array<PartnerClass>;
|
|
25
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL PartnerService
|
|
6
|
-
* The EMIL PartnerService API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL PartnerService
|
|
3
|
-
* The EMIL PartnerService API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
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 { PartnerRelationTypeClass } from './partner-relation-type-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ListPartnerRelationTypesClass
|
|
17
|
-
*/
|
|
18
|
-
export interface ListPartnerRelationTypesClass {
|
|
19
|
-
/**
|
|
20
|
-
* The list of partner relation typess.
|
|
21
|
-
* @type {Array<PartnerRelationTypeClass>}
|
|
22
|
-
* @memberof ListPartnerRelationTypesClass
|
|
23
|
-
*/
|
|
24
|
-
'items': Array<PartnerRelationTypeClass>;
|
|
25
|
-
/**
|
|
26
|
-
* Next page token
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof ListPartnerRelationTypesClass
|
|
29
|
-
*/
|
|
30
|
-
'nextPageToken': string;
|
|
31
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL PartnerService
|
|
6
|
-
* The EMIL PartnerService API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL PartnerService
|
|
3
|
-
* The EMIL PartnerService API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
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 { PartnerClass } from './partner-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ListPartnerVersionsResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface ListPartnerVersionsResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* The list of Partnerss.
|
|
21
|
-
* @type {Array<PartnerClass>}
|
|
22
|
-
* @memberof ListPartnerVersionsResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'items': Array<PartnerClass>;
|
|
25
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL PartnerService
|
|
6
|
-
* The EMIL PartnerService API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL PartnerService
|
|
3
|
-
* The EMIL PartnerService API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
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
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface PartnerRelationTypeClass
|
|
16
|
-
*/
|
|
17
|
-
export interface PartnerRelationTypeClass {
|
|
18
|
-
/**
|
|
19
|
-
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof PartnerRelationTypeClass
|
|
22
|
-
*/
|
|
23
|
-
'id': number;
|
|
24
|
-
/**
|
|
25
|
-
* A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof PartnerRelationTypeClass
|
|
28
|
-
*/
|
|
29
|
-
'slug': string;
|
|
30
|
-
/**
|
|
31
|
-
* The name of the relation type
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof PartnerRelationTypeClass
|
|
34
|
-
*/
|
|
35
|
-
'relationName': string;
|
|
36
|
-
/**
|
|
37
|
-
* The description of the relation type
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof PartnerRelationTypeClass
|
|
40
|
-
*/
|
|
41
|
-
'description': string;
|
|
42
|
-
/**
|
|
43
|
-
* The maximum number of times this relation type can be connected to a partner
|
|
44
|
-
* @type {number}
|
|
45
|
-
* @memberof PartnerRelationTypeClass
|
|
46
|
-
*/
|
|
47
|
-
'maxCardinality': number;
|
|
48
|
-
/**
|
|
49
|
-
* The inverse side of maximum cardinality for the relation type - the maximum number of times a partner can be connected to this relation type from the inverse side
|
|
50
|
-
* @type {number}
|
|
51
|
-
* @memberof PartnerRelationTypeClass
|
|
52
|
-
*/
|
|
53
|
-
'inverseMaxCardinality': number;
|
|
54
|
-
/**
|
|
55
|
-
* Time at which the object was created.
|
|
56
|
-
* @type {string}
|
|
57
|
-
* @memberof PartnerRelationTypeClass
|
|
58
|
-
*/
|
|
59
|
-
'createdAt': string;
|
|
60
|
-
/**
|
|
61
|
-
* Time at which the object was updated.
|
|
62
|
-
* @type {string}
|
|
63
|
-
* @memberof PartnerRelationTypeClass
|
|
64
|
-
*/
|
|
65
|
-
'updatedAt': string;
|
|
66
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL PartnerService
|
|
6
|
-
* The EMIL PartnerService API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL PartnerService
|
|
5
|
-
* The EMIL PartnerService API description
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: kontakt@emil.de
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
import { PartnerRelationTypeClass } from './partner-relation-type-class';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface GetPartnerRelationTypeClass
|
|
22
|
-
*/
|
|
23
|
-
export interface GetPartnerRelationTypeClass {
|
|
24
|
-
/**
|
|
25
|
-
* The partner relation type response.
|
|
26
|
-
* @type {PartnerRelationTypeClass}
|
|
27
|
-
* @memberof GetPartnerRelationTypeClass
|
|
28
|
-
*/
|
|
29
|
-
'relationType': PartnerRelationTypeClass;
|
|
30
|
-
}
|
|
31
|
-
|