@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,352 +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.PartnerRelationsApi = exports.PartnerRelationsApiFactory = exports.PartnerRelationsApiFp = exports.PartnerRelationsApiAxiosParamCreator = 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
|
-
* PartnerRelationsApi - axios parameter creator
|
|
90
|
-
* @export
|
|
91
|
-
*/
|
|
92
|
-
var PartnerRelationsApiAxiosParamCreator = function (configuration) {
|
|
93
|
-
var _this = this;
|
|
94
|
-
return {
|
|
95
|
-
/**
|
|
96
|
-
* Retrieve a single partner relation type identified with a slug - can be used to create partner relations
|
|
97
|
-
* @summary Retrieve the partner relation type
|
|
98
|
-
* @param {string} slug Identifying slug of the partner relation type
|
|
99
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
100
|
-
* @param {*} [options] Override http request option.
|
|
101
|
-
* @throws {RequiredError}
|
|
102
|
-
*/
|
|
103
|
-
getPartnerRelationType: function (slug, authorization, options) {
|
|
104
|
-
if (options === void 0) { options = {}; }
|
|
105
|
-
return __awaiter(_this, void 0, void 0, function () {
|
|
106
|
-
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
107
|
-
return __generator(this, function (_a) {
|
|
108
|
-
switch (_a.label) {
|
|
109
|
-
case 0:
|
|
110
|
-
// verify required parameter 'slug' is not null or undefined
|
|
111
|
-
(0, common_1.assertParamExists)('getPartnerRelationType', 'slug', slug);
|
|
112
|
-
localVarPath = "/partnerservice/v1/partners/relations/types/{slug}"
|
|
113
|
-
.replace("{".concat("slug", "}"), encodeURIComponent(String(slug)));
|
|
114
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
115
|
-
if (configuration) {
|
|
116
|
-
baseOptions = configuration.baseOptions;
|
|
117
|
-
baseAccessToken = configuration.accessToken;
|
|
118
|
-
}
|
|
119
|
-
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
120
|
-
localVarHeaderParameter = {};
|
|
121
|
-
localVarQueryParameter = {};
|
|
122
|
-
// authentication bearer required
|
|
123
|
-
// http bearer authentication required
|
|
124
|
-
return [4 /*yield*/, (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration)];
|
|
125
|
-
case 1:
|
|
126
|
-
// authentication bearer required
|
|
127
|
-
// http bearer authentication required
|
|
128
|
-
_a.sent();
|
|
129
|
-
if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
|
|
130
|
-
localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
|
|
131
|
-
}
|
|
132
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
133
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
134
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
135
|
-
return [2 /*return*/, {
|
|
136
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
137
|
-
options: localVarRequestOptions,
|
|
138
|
-
}];
|
|
139
|
-
}
|
|
140
|
-
});
|
|
141
|
-
});
|
|
142
|
-
},
|
|
143
|
-
/**
|
|
144
|
-
* List all partner relation types - is used to create partner relations
|
|
145
|
-
* @summary List partner relation types
|
|
146
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
147
|
-
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
148
|
-
* @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.
|
|
149
|
-
* @param {any} [filter] Filter the response by one or multiple fields<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseCardinality</i>
|
|
150
|
-
* @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.
|
|
151
|
-
* @param {any} [order] Order allowing you to specify the desired order of entities retrieved from the server.<br/> <br/> <i>Allowed values: id, slug, maxCardinality, inverseMaxCardinality, createdAt, updatedAt</i>
|
|
152
|
-
* @param {number} [expand] Allowed expands for the partner relation types - there are no possible expands for partner relation types
|
|
153
|
-
* @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.
|
|
154
|
-
* @param {*} [options] Override http request option.
|
|
155
|
-
* @throws {RequiredError}
|
|
156
|
-
*/
|
|
157
|
-
listPartnerVersion: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
|
|
158
|
-
if (options === void 0) { options = {}; }
|
|
159
|
-
return __awaiter(_this, void 0, void 0, function () {
|
|
160
|
-
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
161
|
-
return __generator(this, function (_a) {
|
|
162
|
-
switch (_a.label) {
|
|
163
|
-
case 0:
|
|
164
|
-
localVarPath = "/partnerservice/v1/partners/relations/types";
|
|
165
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
166
|
-
if (configuration) {
|
|
167
|
-
baseOptions = configuration.baseOptions;
|
|
168
|
-
baseAccessToken = configuration.accessToken;
|
|
169
|
-
}
|
|
170
|
-
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
171
|
-
localVarHeaderParameter = {};
|
|
172
|
-
localVarQueryParameter = {};
|
|
173
|
-
// authentication bearer required
|
|
174
|
-
// http bearer authentication required
|
|
175
|
-
return [4 /*yield*/, (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration)];
|
|
176
|
-
case 1:
|
|
177
|
-
// authentication bearer required
|
|
178
|
-
// http bearer authentication required
|
|
179
|
-
_a.sent();
|
|
180
|
-
if (pageSize !== undefined) {
|
|
181
|
-
localVarQueryParameter['pageSize'] = pageSize;
|
|
182
|
-
}
|
|
183
|
-
if (pageToken !== undefined) {
|
|
184
|
-
localVarQueryParameter['pageToken'] = pageToken;
|
|
185
|
-
}
|
|
186
|
-
if (filter !== undefined) {
|
|
187
|
-
localVarQueryParameter['filter'] = filter;
|
|
188
|
-
}
|
|
189
|
-
if (search !== undefined) {
|
|
190
|
-
localVarQueryParameter['search'] = search;
|
|
191
|
-
}
|
|
192
|
-
if (order !== undefined) {
|
|
193
|
-
localVarQueryParameter['order'] = order;
|
|
194
|
-
}
|
|
195
|
-
if (expand !== undefined) {
|
|
196
|
-
localVarQueryParameter['expand'] = expand;
|
|
197
|
-
}
|
|
198
|
-
if (filters !== undefined) {
|
|
199
|
-
localVarQueryParameter['filters'] = filters;
|
|
200
|
-
}
|
|
201
|
-
if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
|
|
202
|
-
localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
|
|
203
|
-
}
|
|
204
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
205
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
206
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
207
|
-
return [2 /*return*/, {
|
|
208
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
209
|
-
options: localVarRequestOptions,
|
|
210
|
-
}];
|
|
211
|
-
}
|
|
212
|
-
});
|
|
213
|
-
});
|
|
214
|
-
},
|
|
215
|
-
};
|
|
216
|
-
};
|
|
217
|
-
exports.PartnerRelationsApiAxiosParamCreator = PartnerRelationsApiAxiosParamCreator;
|
|
218
|
-
/**
|
|
219
|
-
* PartnerRelationsApi - functional programming interface
|
|
220
|
-
* @export
|
|
221
|
-
*/
|
|
222
|
-
var PartnerRelationsApiFp = function (configuration) {
|
|
223
|
-
var localVarAxiosParamCreator = (0, exports.PartnerRelationsApiAxiosParamCreator)(configuration);
|
|
224
|
-
return {
|
|
225
|
-
/**
|
|
226
|
-
* Retrieve a single partner relation type identified with a slug - can be used to create partner relations
|
|
227
|
-
* @summary Retrieve the partner relation type
|
|
228
|
-
* @param {string} slug Identifying slug of the partner relation type
|
|
229
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
230
|
-
* @param {*} [options] Override http request option.
|
|
231
|
-
* @throws {RequiredError}
|
|
232
|
-
*/
|
|
233
|
-
getPartnerRelationType: function (slug, authorization, options) {
|
|
234
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
235
|
-
var localVarAxiosArgs;
|
|
236
|
-
return __generator(this, function (_a) {
|
|
237
|
-
switch (_a.label) {
|
|
238
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getPartnerRelationType(slug, authorization, options)];
|
|
239
|
-
case 1:
|
|
240
|
-
localVarAxiosArgs = _a.sent();
|
|
241
|
-
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
242
|
-
}
|
|
243
|
-
});
|
|
244
|
-
});
|
|
245
|
-
},
|
|
246
|
-
/**
|
|
247
|
-
* List all partner relation types - is used to create partner relations
|
|
248
|
-
* @summary List partner relation types
|
|
249
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
250
|
-
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
251
|
-
* @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.
|
|
252
|
-
* @param {any} [filter] Filter the response by one or multiple fields<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseCardinality</i>
|
|
253
|
-
* @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.
|
|
254
|
-
* @param {any} [order] Order allowing you to specify the desired order of entities retrieved from the server.<br/> <br/> <i>Allowed values: id, slug, maxCardinality, inverseMaxCardinality, createdAt, updatedAt</i>
|
|
255
|
-
* @param {number} [expand] Allowed expands for the partner relation types - there are no possible expands for partner relation types
|
|
256
|
-
* @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.
|
|
257
|
-
* @param {*} [options] Override http request option.
|
|
258
|
-
* @throws {RequiredError}
|
|
259
|
-
*/
|
|
260
|
-
listPartnerVersion: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
|
|
261
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
262
|
-
var localVarAxiosArgs;
|
|
263
|
-
return __generator(this, function (_a) {
|
|
264
|
-
switch (_a.label) {
|
|
265
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listPartnerVersion(authorization, pageSize, pageToken, filter, search, order, expand, filters, options)];
|
|
266
|
-
case 1:
|
|
267
|
-
localVarAxiosArgs = _a.sent();
|
|
268
|
-
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
269
|
-
}
|
|
270
|
-
});
|
|
271
|
-
});
|
|
272
|
-
},
|
|
273
|
-
};
|
|
274
|
-
};
|
|
275
|
-
exports.PartnerRelationsApiFp = PartnerRelationsApiFp;
|
|
276
|
-
/**
|
|
277
|
-
* PartnerRelationsApi - factory interface
|
|
278
|
-
* @export
|
|
279
|
-
*/
|
|
280
|
-
var PartnerRelationsApiFactory = function (configuration, basePath, axios) {
|
|
281
|
-
var localVarFp = (0, exports.PartnerRelationsApiFp)(configuration);
|
|
282
|
-
return {
|
|
283
|
-
/**
|
|
284
|
-
* Retrieve a single partner relation type identified with a slug - can be used to create partner relations
|
|
285
|
-
* @summary Retrieve the partner relation type
|
|
286
|
-
* @param {string} slug Identifying slug of the partner relation type
|
|
287
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
288
|
-
* @param {*} [options] Override http request option.
|
|
289
|
-
* @throws {RequiredError}
|
|
290
|
-
*/
|
|
291
|
-
getPartnerRelationType: function (slug, authorization, options) {
|
|
292
|
-
return localVarFp.getPartnerRelationType(slug, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
293
|
-
},
|
|
294
|
-
/**
|
|
295
|
-
* List all partner relation types - is used to create partner relations
|
|
296
|
-
* @summary List partner relation types
|
|
297
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
298
|
-
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
299
|
-
* @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.
|
|
300
|
-
* @param {any} [filter] Filter the response by one or multiple fields<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseCardinality</i>
|
|
301
|
-
* @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.
|
|
302
|
-
* @param {any} [order] Order allowing you to specify the desired order of entities retrieved from the server.<br/> <br/> <i>Allowed values: id, slug, maxCardinality, inverseMaxCardinality, createdAt, updatedAt</i>
|
|
303
|
-
* @param {number} [expand] Allowed expands for the partner relation types - there are no possible expands for partner relation types
|
|
304
|
-
* @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.
|
|
305
|
-
* @param {*} [options] Override http request option.
|
|
306
|
-
* @throws {RequiredError}
|
|
307
|
-
*/
|
|
308
|
-
listPartnerVersion: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
|
|
309
|
-
return localVarFp.listPartnerVersion(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then(function (request) { return request(axios, basePath); });
|
|
310
|
-
},
|
|
311
|
-
};
|
|
312
|
-
};
|
|
313
|
-
exports.PartnerRelationsApiFactory = PartnerRelationsApiFactory;
|
|
314
|
-
/**
|
|
315
|
-
* PartnerRelationsApi - object-oriented interface
|
|
316
|
-
* @export
|
|
317
|
-
* @class PartnerRelationsApi
|
|
318
|
-
* @extends {BaseAPI}
|
|
319
|
-
*/
|
|
320
|
-
var PartnerRelationsApi = /** @class */ (function (_super) {
|
|
321
|
-
__extends(PartnerRelationsApi, _super);
|
|
322
|
-
function PartnerRelationsApi() {
|
|
323
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
324
|
-
}
|
|
325
|
-
/**
|
|
326
|
-
* Retrieve a single partner relation type identified with a slug - can be used to create partner relations
|
|
327
|
-
* @summary Retrieve the partner relation type
|
|
328
|
-
* @param {PartnerRelationsApiGetPartnerRelationTypeRequest} requestParameters Request parameters.
|
|
329
|
-
* @param {*} [options] Override http request option.
|
|
330
|
-
* @throws {RequiredError}
|
|
331
|
-
* @memberof PartnerRelationsApi
|
|
332
|
-
*/
|
|
333
|
-
PartnerRelationsApi.prototype.getPartnerRelationType = function (requestParameters, options) {
|
|
334
|
-
var _this = this;
|
|
335
|
-
return (0, exports.PartnerRelationsApiFp)(this.configuration).getPartnerRelationType(requestParameters.slug, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
336
|
-
};
|
|
337
|
-
/**
|
|
338
|
-
* List all partner relation types - is used to create partner relations
|
|
339
|
-
* @summary List partner relation types
|
|
340
|
-
* @param {PartnerRelationsApiListPartnerVersionRequest} requestParameters Request parameters.
|
|
341
|
-
* @param {*} [options] Override http request option.
|
|
342
|
-
* @throws {RequiredError}
|
|
343
|
-
* @memberof PartnerRelationsApi
|
|
344
|
-
*/
|
|
345
|
-
PartnerRelationsApi.prototype.listPartnerVersion = function (requestParameters, options) {
|
|
346
|
-
var _this = this;
|
|
347
|
-
if (requestParameters === void 0) { requestParameters = {}; }
|
|
348
|
-
return (0, exports.PartnerRelationsApiFp)(this.configuration).listPartnerVersion(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); });
|
|
349
|
-
};
|
|
350
|
-
return PartnerRelationsApi;
|
|
351
|
-
}(base_1.BaseAPI));
|
|
352
|
-
exports.PartnerRelationsApi = PartnerRelationsApi;
|
|
@@ -1,224 +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 { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
13
|
-
import { Configuration } from '../configuration';
|
|
14
|
-
import { RequestArgs, BaseAPI } from '../base';
|
|
15
|
-
import { GetPartnerVersionResponseClass } from '../models';
|
|
16
|
-
import { ListPartnerVersionsResponseClass } from '../models';
|
|
17
|
-
/**
|
|
18
|
-
* PartnerVersionApi - axios parameter creator
|
|
19
|
-
* @export
|
|
20
|
-
*/
|
|
21
|
-
export declare const PartnerVersionApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
22
|
-
/**
|
|
23
|
-
* Retrieve a partner version by providing partner code and version number
|
|
24
|
-
* @summary Retrieve the partner version
|
|
25
|
-
* @param {string} code Unique identifier for the object.
|
|
26
|
-
* @param {number} version
|
|
27
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
28
|
-
* @param {*} [options] Override http request option.
|
|
29
|
-
* @throws {RequiredError}
|
|
30
|
-
*/
|
|
31
|
-
getPartnerVersion: (code: string, version: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
32
|
-
/**
|
|
33
|
-
* List all partner versions by providing partner code
|
|
34
|
-
* @summary List partner versions
|
|
35
|
-
* @param {string} code
|
|
36
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
37
|
-
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
38
|
-
* @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.
|
|
39
|
-
* @param {any} [filter] Filter the response by one or multiple fields<br/> <br/> <i>Allowed values: code, version, displayName, updatedAt, updatedBy</i>
|
|
40
|
-
* @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.
|
|
41
|
-
* @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>
|
|
42
|
-
* @param {'partnerType'} [expand] Allowed expands for the partner version
|
|
43
|
-
* @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.
|
|
44
|
-
* @param {*} [options] Override http request option.
|
|
45
|
-
* @throws {RequiredError}
|
|
46
|
-
*/
|
|
47
|
-
listPartnerVersion: (code: string, authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: 'partnerType', filters?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
48
|
-
};
|
|
49
|
-
/**
|
|
50
|
-
* PartnerVersionApi - functional programming interface
|
|
51
|
-
* @export
|
|
52
|
-
*/
|
|
53
|
-
export declare const PartnerVersionApiFp: (configuration?: Configuration) => {
|
|
54
|
-
/**
|
|
55
|
-
* Retrieve a partner version by providing partner code and version number
|
|
56
|
-
* @summary Retrieve the partner version
|
|
57
|
-
* @param {string} code Unique identifier for the object.
|
|
58
|
-
* @param {number} version
|
|
59
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
60
|
-
* @param {*} [options] Override http request option.
|
|
61
|
-
* @throws {RequiredError}
|
|
62
|
-
*/
|
|
63
|
-
getPartnerVersion(code: string, version: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPartnerVersionResponseClass>>;
|
|
64
|
-
/**
|
|
65
|
-
* List all partner versions by providing partner code
|
|
66
|
-
* @summary List partner versions
|
|
67
|
-
* @param {string} code
|
|
68
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
69
|
-
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
70
|
-
* @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.
|
|
71
|
-
* @param {any} [filter] Filter the response by one or multiple fields<br/> <br/> <i>Allowed values: code, version, displayName, updatedAt, updatedBy</i>
|
|
72
|
-
* @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.
|
|
73
|
-
* @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>
|
|
74
|
-
* @param {'partnerType'} [expand] Allowed expands for the partner version
|
|
75
|
-
* @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.
|
|
76
|
-
* @param {*} [options] Override http request option.
|
|
77
|
-
* @throws {RequiredError}
|
|
78
|
-
*/
|
|
79
|
-
listPartnerVersion(code: string, authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: 'partnerType', filters?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListPartnerVersionsResponseClass>>;
|
|
80
|
-
};
|
|
81
|
-
/**
|
|
82
|
-
* PartnerVersionApi - factory interface
|
|
83
|
-
* @export
|
|
84
|
-
*/
|
|
85
|
-
export declare const PartnerVersionApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
86
|
-
/**
|
|
87
|
-
* Retrieve a partner version by providing partner code and version number
|
|
88
|
-
* @summary Retrieve the partner version
|
|
89
|
-
* @param {string} code Unique identifier for the object.
|
|
90
|
-
* @param {number} version
|
|
91
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
92
|
-
* @param {*} [options] Override http request option.
|
|
93
|
-
* @throws {RequiredError}
|
|
94
|
-
*/
|
|
95
|
-
getPartnerVersion(code: string, version: number, authorization?: string, options?: any): AxiosPromise<GetPartnerVersionResponseClass>;
|
|
96
|
-
/**
|
|
97
|
-
* List all partner versions by providing partner code
|
|
98
|
-
* @summary List partner versions
|
|
99
|
-
* @param {string} code
|
|
100
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
101
|
-
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
102
|
-
* @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.
|
|
103
|
-
* @param {any} [filter] Filter the response by one or multiple fields<br/> <br/> <i>Allowed values: code, version, displayName, updatedAt, updatedBy</i>
|
|
104
|
-
* @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.
|
|
105
|
-
* @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>
|
|
106
|
-
* @param {'partnerType'} [expand] Allowed expands for the partner version
|
|
107
|
-
* @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.
|
|
108
|
-
* @param {*} [options] Override http request option.
|
|
109
|
-
* @throws {RequiredError}
|
|
110
|
-
*/
|
|
111
|
-
listPartnerVersion(code: string, authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: 'partnerType', filters?: any, options?: any): AxiosPromise<ListPartnerVersionsResponseClass>;
|
|
112
|
-
};
|
|
113
|
-
/**
|
|
114
|
-
* Request parameters for getPartnerVersion operation in PartnerVersionApi.
|
|
115
|
-
* @export
|
|
116
|
-
* @interface PartnerVersionApiGetPartnerVersionRequest
|
|
117
|
-
*/
|
|
118
|
-
export interface PartnerVersionApiGetPartnerVersionRequest {
|
|
119
|
-
/**
|
|
120
|
-
* Unique identifier for the object.
|
|
121
|
-
* @type {string}
|
|
122
|
-
* @memberof PartnerVersionApiGetPartnerVersion
|
|
123
|
-
*/
|
|
124
|
-
readonly code: string;
|
|
125
|
-
/**
|
|
126
|
-
*
|
|
127
|
-
* @type {number}
|
|
128
|
-
* @memberof PartnerVersionApiGetPartnerVersion
|
|
129
|
-
*/
|
|
130
|
-
readonly version: number;
|
|
131
|
-
/**
|
|
132
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
133
|
-
* @type {string}
|
|
134
|
-
* @memberof PartnerVersionApiGetPartnerVersion
|
|
135
|
-
*/
|
|
136
|
-
readonly authorization?: string;
|
|
137
|
-
}
|
|
138
|
-
/**
|
|
139
|
-
* Request parameters for listPartnerVersion operation in PartnerVersionApi.
|
|
140
|
-
* @export
|
|
141
|
-
* @interface PartnerVersionApiListPartnerVersionRequest
|
|
142
|
-
*/
|
|
143
|
-
export interface PartnerVersionApiListPartnerVersionRequest {
|
|
144
|
-
/**
|
|
145
|
-
*
|
|
146
|
-
* @type {string}
|
|
147
|
-
* @memberof PartnerVersionApiListPartnerVersion
|
|
148
|
-
*/
|
|
149
|
-
readonly code: string;
|
|
150
|
-
/**
|
|
151
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
152
|
-
* @type {string}
|
|
153
|
-
* @memberof PartnerVersionApiListPartnerVersion
|
|
154
|
-
*/
|
|
155
|
-
readonly authorization?: string;
|
|
156
|
-
/**
|
|
157
|
-
* A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
158
|
-
* @type {any}
|
|
159
|
-
* @memberof PartnerVersionApiListPartnerVersion
|
|
160
|
-
*/
|
|
161
|
-
readonly pageSize?: any;
|
|
162
|
-
/**
|
|
163
|
-
* 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.
|
|
164
|
-
* @type {any}
|
|
165
|
-
* @memberof PartnerVersionApiListPartnerVersion
|
|
166
|
-
*/
|
|
167
|
-
readonly pageToken?: any;
|
|
168
|
-
/**
|
|
169
|
-
* Filter the response by one or multiple fields<br/> <br/> <i>Allowed values: code, version, displayName, updatedAt, updatedBy</i>
|
|
170
|
-
* @type {any}
|
|
171
|
-
* @memberof PartnerVersionApiListPartnerVersion
|
|
172
|
-
*/
|
|
173
|
-
readonly filter?: any;
|
|
174
|
-
/**
|
|
175
|
-
* Search the list by any field. For instance, if you want to search by code add code=xxx in order to fetch the result.
|
|
176
|
-
* @type {any}
|
|
177
|
-
* @memberof PartnerVersionApiListPartnerVersion
|
|
178
|
-
*/
|
|
179
|
-
readonly search?: any;
|
|
180
|
-
/**
|
|
181
|
-
* Order allowing you to specify the desired order of entities retrieved from the server.<br/> <br/> <i>Allowed values: displayName, createdAt, updatedAt, version</i>
|
|
182
|
-
* @type {any}
|
|
183
|
-
* @memberof PartnerVersionApiListPartnerVersion
|
|
184
|
-
*/
|
|
185
|
-
readonly order?: any;
|
|
186
|
-
/**
|
|
187
|
-
* Allowed expands for the partner version
|
|
188
|
-
* @type {'partnerType'}
|
|
189
|
-
* @memberof PartnerVersionApiListPartnerVersion
|
|
190
|
-
*/
|
|
191
|
-
readonly expand?: 'partnerType';
|
|
192
|
-
/**
|
|
193
|
-
* 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.
|
|
194
|
-
* @type {any}
|
|
195
|
-
* @memberof PartnerVersionApiListPartnerVersion
|
|
196
|
-
*/
|
|
197
|
-
readonly filters?: any;
|
|
198
|
-
}
|
|
199
|
-
/**
|
|
200
|
-
* PartnerVersionApi - object-oriented interface
|
|
201
|
-
* @export
|
|
202
|
-
* @class PartnerVersionApi
|
|
203
|
-
* @extends {BaseAPI}
|
|
204
|
-
*/
|
|
205
|
-
export declare class PartnerVersionApi extends BaseAPI {
|
|
206
|
-
/**
|
|
207
|
-
* Retrieve a partner version by providing partner code and version number
|
|
208
|
-
* @summary Retrieve the partner version
|
|
209
|
-
* @param {PartnerVersionApiGetPartnerVersionRequest} requestParameters Request parameters.
|
|
210
|
-
* @param {*} [options] Override http request option.
|
|
211
|
-
* @throws {RequiredError}
|
|
212
|
-
* @memberof PartnerVersionApi
|
|
213
|
-
*/
|
|
214
|
-
getPartnerVersion(requestParameters: PartnerVersionApiGetPartnerVersionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetPartnerVersionResponseClass, any>>;
|
|
215
|
-
/**
|
|
216
|
-
* List all partner versions by providing partner code
|
|
217
|
-
* @summary List partner versions
|
|
218
|
-
* @param {PartnerVersionApiListPartnerVersionRequest} requestParameters Request parameters.
|
|
219
|
-
* @param {*} [options] Override http request option.
|
|
220
|
-
* @throws {RequiredError}
|
|
221
|
-
* @memberof PartnerVersionApi
|
|
222
|
-
*/
|
|
223
|
-
listPartnerVersion(requestParameters: PartnerVersionApiListPartnerVersionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPartnerVersionsResponseClass, any>>;
|
|
224
|
-
}
|