@emilgroup/partner-sdk-node 1.13.0 → 1.13.1-beta.0

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.
@@ -45,7 +45,7 @@ const FormData = require('form-data');
45
45
  export const PartnerTypesApiAxiosParamCreator = function (configuration?: Configuration) {
46
46
  return {
47
47
  /**
48
- * This will create a partner type.
48
+ * This will create a partner type. **Required Permissions** \"partner-management.partners.create\"
49
49
  * @summary Create the partner-types
50
50
  * @param {CreatePartnerTypeRequestDto} createPartnerTypeRequestDto
51
51
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -92,7 +92,7 @@ export const PartnerTypesApiAxiosParamCreator = function (configuration?: Config
92
92
  };
93
93
  },
94
94
  /**
95
- * Permanently deletes the partner-types. Supply the unique code that was returned when you created the partner-types and this will delete it.
95
+ * Permanently deletes the partner-types. Supply the unique code that was returned when you created the partner-types and this will delete it. **Required Permissions** \"partner-management.partners.delete\"
96
96
  * @summary Delete the partner-types
97
97
  * @param {string} code
98
98
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -137,7 +137,7 @@ export const PartnerTypesApiAxiosParamCreator = function (configuration?: Config
137
137
  };
138
138
  },
139
139
  /**
140
- * Retrieves the details of the partner-types that was previously created. Supply the unique partner-types code that was returned when you created it and Emil Api will return the corresponding partner-types information.
140
+ * Retrieves the details of the partner-types that was previously created. Supply the unique partner-types code that was returned when you created it and Emil Api will return the corresponding partner-types information. **Required Permissions** \"partner-management.partners.view\"
141
141
  * @summary Retrieve the partner-types
142
142
  * @param {string} code Unique identifier for the object.
143
143
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -187,7 +187,7 @@ export const PartnerTypesApiAxiosParamCreator = function (configuration?: Config
187
187
  };
188
188
  },
189
189
  /**
190
- * Returns a list of partner-types you have previously created. The partner-types are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
190
+ * Returns a list of partner-types you have previously created. The partner-types are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
191
191
  * @summary List partner-types
192
192
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
193
193
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -263,7 +263,7 @@ export const PartnerTypesApiAxiosParamCreator = function (configuration?: Config
263
263
  };
264
264
  },
265
265
  /**
266
- * Updates the specified partner-types by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
266
+ * Updates the specified partner-types by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"partner-management.partners.update\"
267
267
  * @summary Update the partner-types
268
268
  * @param {string} code Unique identifier for the object.
269
269
  * @param {UpdatePartnerTypeRequestDto} updatePartnerTypeRequestDto
@@ -324,7 +324,7 @@ export const PartnerTypesApiFp = function(configuration?: Configuration) {
324
324
  const localVarAxiosParamCreator = PartnerTypesApiAxiosParamCreator(configuration)
325
325
  return {
326
326
  /**
327
- * This will create a partner type.
327
+ * This will create a partner type. **Required Permissions** \"partner-management.partners.create\"
328
328
  * @summary Create the partner-types
329
329
  * @param {CreatePartnerTypeRequestDto} createPartnerTypeRequestDto
330
330
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -336,7 +336,7 @@ export const PartnerTypesApiFp = function(configuration?: Configuration) {
336
336
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
337
337
  },
338
338
  /**
339
- * Permanently deletes the partner-types. Supply the unique code that was returned when you created the partner-types and this will delete it.
339
+ * Permanently deletes the partner-types. Supply the unique code that was returned when you created the partner-types and this will delete it. **Required Permissions** \"partner-management.partners.delete\"
340
340
  * @summary Delete the partner-types
341
341
  * @param {string} code
342
342
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -348,7 +348,7 @@ export const PartnerTypesApiFp = function(configuration?: Configuration) {
348
348
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
349
349
  },
350
350
  /**
351
- * Retrieves the details of the partner-types that was previously created. Supply the unique partner-types code that was returned when you created it and Emil Api will return the corresponding partner-types information.
351
+ * Retrieves the details of the partner-types that was previously created. Supply the unique partner-types code that was returned when you created it and Emil Api will return the corresponding partner-types information. **Required Permissions** \"partner-management.partners.view\"
352
352
  * @summary Retrieve the partner-types
353
353
  * @param {string} code Unique identifier for the object.
354
354
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -361,7 +361,7 @@ export const PartnerTypesApiFp = function(configuration?: Configuration) {
361
361
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
362
362
  },
363
363
  /**
364
- * Returns a list of partner-types you have previously created. The partner-types are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
364
+ * Returns a list of partner-types you have previously created. The partner-types are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
365
365
  * @summary List partner-types
366
366
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
367
367
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -379,7 +379,7 @@ export const PartnerTypesApiFp = function(configuration?: Configuration) {
379
379
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
380
380
  },
381
381
  /**
382
- * Updates the specified partner-types by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
382
+ * Updates the specified partner-types by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"partner-management.partners.update\"
383
383
  * @summary Update the partner-types
384
384
  * @param {string} code Unique identifier for the object.
385
385
  * @param {UpdatePartnerTypeRequestDto} updatePartnerTypeRequestDto
@@ -402,7 +402,7 @@ export const PartnerTypesApiFactory = function (configuration?: Configuration, b
402
402
  const localVarFp = PartnerTypesApiFp(configuration)
403
403
  return {
404
404
  /**
405
- * This will create a partner type.
405
+ * This will create a partner type. **Required Permissions** \"partner-management.partners.create\"
406
406
  * @summary Create the partner-types
407
407
  * @param {CreatePartnerTypeRequestDto} createPartnerTypeRequestDto
408
408
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -413,7 +413,7 @@ export const PartnerTypesApiFactory = function (configuration?: Configuration, b
413
413
  return localVarFp.createPartnerType(createPartnerTypeRequestDto, authorization, options).then((request) => request(axios, basePath));
414
414
  },
415
415
  /**
416
- * Permanently deletes the partner-types. Supply the unique code that was returned when you created the partner-types and this will delete it.
416
+ * Permanently deletes the partner-types. Supply the unique code that was returned when you created the partner-types and this will delete it. **Required Permissions** \"partner-management.partners.delete\"
417
417
  * @summary Delete the partner-types
418
418
  * @param {string} code
419
419
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -424,7 +424,7 @@ export const PartnerTypesApiFactory = function (configuration?: Configuration, b
424
424
  return localVarFp.deletePartnerType(code, authorization, options).then((request) => request(axios, basePath));
425
425
  },
426
426
  /**
427
- * Retrieves the details of the partner-types that was previously created. Supply the unique partner-types code that was returned when you created it and Emil Api will return the corresponding partner-types information.
427
+ * Retrieves the details of the partner-types that was previously created. Supply the unique partner-types code that was returned when you created it and Emil Api will return the corresponding partner-types information. **Required Permissions** \"partner-management.partners.view\"
428
428
  * @summary Retrieve the partner-types
429
429
  * @param {string} code Unique identifier for the object.
430
430
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -436,7 +436,7 @@ export const PartnerTypesApiFactory = function (configuration?: Configuration, b
436
436
  return localVarFp.getPartnerType(code, authorization, expand, options).then((request) => request(axios, basePath));
437
437
  },
438
438
  /**
439
- * Returns a list of partner-types you have previously created. The partner-types are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
439
+ * Returns a list of partner-types you have previously created. The partner-types are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
440
440
  * @summary List partner-types
441
441
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
442
442
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -453,7 +453,7 @@ export const PartnerTypesApiFactory = function (configuration?: Configuration, b
453
453
  return localVarFp.listPartnerTypes(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then((request) => request(axios, basePath));
454
454
  },
455
455
  /**
456
- * Updates the specified partner-types by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
456
+ * Updates the specified partner-types by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"partner-management.partners.update\"
457
457
  * @summary Update the partner-types
458
458
  * @param {string} code Unique identifier for the object.
459
459
  * @param {UpdatePartnerTypeRequestDto} updatePartnerTypeRequestDto
@@ -636,7 +636,7 @@ export interface PartnerTypesApiUpdatePartnerTypeRequest {
636
636
  */
637
637
  export class PartnerTypesApi extends BaseAPI {
638
638
  /**
639
- * This will create a partner type.
639
+ * This will create a partner type. **Required Permissions** \"partner-management.partners.create\"
640
640
  * @summary Create the partner-types
641
641
  * @param {PartnerTypesApiCreatePartnerTypeRequest} requestParameters Request parameters.
642
642
  * @param {*} [options] Override http request option.
@@ -648,7 +648,7 @@ export class PartnerTypesApi extends BaseAPI {
648
648
  }
649
649
 
650
650
  /**
651
- * Permanently deletes the partner-types. Supply the unique code that was returned when you created the partner-types and this will delete it.
651
+ * Permanently deletes the partner-types. Supply the unique code that was returned when you created the partner-types and this will delete it. **Required Permissions** \"partner-management.partners.delete\"
652
652
  * @summary Delete the partner-types
653
653
  * @param {PartnerTypesApiDeletePartnerTypeRequest} requestParameters Request parameters.
654
654
  * @param {*} [options] Override http request option.
@@ -660,7 +660,7 @@ export class PartnerTypesApi extends BaseAPI {
660
660
  }
661
661
 
662
662
  /**
663
- * Retrieves the details of the partner-types that was previously created. Supply the unique partner-types code that was returned when you created it and Emil Api will return the corresponding partner-types information.
663
+ * Retrieves the details of the partner-types that was previously created. Supply the unique partner-types code that was returned when you created it and Emil Api will return the corresponding partner-types information. **Required Permissions** \"partner-management.partners.view\"
664
664
  * @summary Retrieve the partner-types
665
665
  * @param {PartnerTypesApiGetPartnerTypeRequest} requestParameters Request parameters.
666
666
  * @param {*} [options] Override http request option.
@@ -672,7 +672,7 @@ export class PartnerTypesApi extends BaseAPI {
672
672
  }
673
673
 
674
674
  /**
675
- * Returns a list of partner-types you have previously created. The partner-types are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
675
+ * Returns a list of partner-types you have previously created. The partner-types are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
676
676
  * @summary List partner-types
677
677
  * @param {PartnerTypesApiListPartnerTypesRequest} requestParameters Request parameters.
678
678
  * @param {*} [options] Override http request option.
@@ -684,7 +684,7 @@ export class PartnerTypesApi extends BaseAPI {
684
684
  }
685
685
 
686
686
  /**
687
- * Updates the specified partner-types by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
687
+ * Updates the specified partner-types by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"partner-management.partners.update\"
688
688
  * @summary Update the partner-types
689
689
  * @param {PartnerTypesApiUpdatePartnerTypeRequest} requestParameters Request parameters.
690
690
  * @param {*} [options] Override http request option.
@@ -35,7 +35,7 @@ const FormData = require('form-data');
35
35
  export const PartnerVersionsApiAxiosParamCreator = function (configuration?: Configuration) {
36
36
  return {
37
37
  /**
38
- * Retrieve a partner version by providing partner code and version number
38
+ * Retrieve a partner version by providing partner code and version number **Required Permissions** \"partner-management.partners.view\"
39
39
  * @summary Retrieve the partner version
40
40
  * @param {string} code Unique identifier for the object.
41
41
  * @param {number} version
@@ -84,7 +84,7 @@ export const PartnerVersionsApiAxiosParamCreator = function (configuration?: Con
84
84
  };
85
85
  },
86
86
  /**
87
- * Returns a list of partner versions you have previously created. The partner versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
87
+ * Returns a list of partner versions you have previously created. The partner versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
88
88
  * @summary List partner versions
89
89
  * @param {string} code
90
90
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -174,7 +174,7 @@ export const PartnerVersionsApiFp = function(configuration?: Configuration) {
174
174
  const localVarAxiosParamCreator = PartnerVersionsApiAxiosParamCreator(configuration)
175
175
  return {
176
176
  /**
177
- * Retrieve a partner version by providing partner code and version number
177
+ * Retrieve a partner version by providing partner code and version number **Required Permissions** \"partner-management.partners.view\"
178
178
  * @summary Retrieve the partner version
179
179
  * @param {string} code Unique identifier for the object.
180
180
  * @param {number} version
@@ -187,7 +187,7 @@ export const PartnerVersionsApiFp = function(configuration?: Configuration) {
187
187
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
188
188
  },
189
189
  /**
190
- * Returns a list of partner versions you have previously created. The partner versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
190
+ * Returns a list of partner versions you have previously created. The partner versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
191
191
  * @summary List partner versions
192
192
  * @param {string} code
193
193
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -216,7 +216,7 @@ export const PartnerVersionsApiFactory = function (configuration?: Configuration
216
216
  const localVarFp = PartnerVersionsApiFp(configuration)
217
217
  return {
218
218
  /**
219
- * Retrieve a partner version by providing partner code and version number
219
+ * Retrieve a partner version by providing partner code and version number **Required Permissions** \"partner-management.partners.view\"
220
220
  * @summary Retrieve the partner version
221
221
  * @param {string} code Unique identifier for the object.
222
222
  * @param {number} version
@@ -228,7 +228,7 @@ export const PartnerVersionsApiFactory = function (configuration?: Configuration
228
228
  return localVarFp.getPartnerVersion(code, version, authorization, options).then((request) => request(axios, basePath));
229
229
  },
230
230
  /**
231
- * Returns a list of partner versions you have previously created. The partner versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
231
+ * Returns a list of partner versions you have previously created. The partner versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
232
232
  * @summary List partner versions
233
233
  * @param {string} code
234
234
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -354,7 +354,7 @@ export interface PartnerVersionsApiListPartnerVersionRequest {
354
354
  */
355
355
  export class PartnerVersionsApi extends BaseAPI {
356
356
  /**
357
- * Retrieve a partner version by providing partner code and version number
357
+ * Retrieve a partner version by providing partner code and version number **Required Permissions** \"partner-management.partners.view\"
358
358
  * @summary Retrieve the partner version
359
359
  * @param {PartnerVersionsApiGetPartnerVersionRequest} requestParameters Request parameters.
360
360
  * @param {*} [options] Override http request option.
@@ -366,7 +366,7 @@ export class PartnerVersionsApi extends BaseAPI {
366
366
  }
367
367
 
368
368
  /**
369
- * Returns a list of partner versions you have previously created. The partner versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
369
+ * Returns a list of partner versions you have previously created. The partner versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
370
370
  * @summary List partner versions
371
371
  * @param {PartnerVersionsApiListPartnerVersionRequest} requestParameters Request parameters.
372
372
  * @param {*} [options] Override http request option.
@@ -49,7 +49,7 @@ const FormData = require('form-data');
49
49
  export const PartnersApiAxiosParamCreator = function (configuration?: Configuration) {
50
50
  return {
51
51
  /**
52
- * This will create a partner.
52
+ * This will create a partner. **Required Permissions** \"partner-management.partners.create\"
53
53
  * @summary Create the partner
54
54
  * @param {CreatePartnerRequestDto} createPartnerRequestDto
55
55
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -96,7 +96,7 @@ export const PartnersApiAxiosParamCreator = function (configuration?: Configurat
96
96
  };
97
97
  },
98
98
  /**
99
- * Permanently deletes the partner. Supply the unique code that was returned when you created the partner and this will delete it.
99
+ * Permanently deletes the partner. Supply the unique code that was returned when you created the partner and this will delete it. **Required Permissions** \"partner-management.partners.delete\"
100
100
  * @summary Delete the partner
101
101
  * @param {string} code
102
102
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -141,7 +141,7 @@ export const PartnersApiAxiosParamCreator = function (configuration?: Configurat
141
141
  };
142
142
  },
143
143
  /**
144
- * Retrieves the details of the partner that was previously created. Supply the unique partner code that was returned when you created it and Emil Api will return the corresponding partner information.
144
+ * Retrieves the details of the partner that was previously created. Supply the unique partner code that was returned when you created it and Emil Api will return the corresponding partner information. **Required Permissions** \"partner-management.partners.view\"
145
145
  * @summary Retrieve the partner
146
146
  * @param {string} code Unique identifier for the object.
147
147
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -191,7 +191,7 @@ export const PartnersApiAxiosParamCreator = function (configuration?: Configurat
191
191
  };
192
192
  },
193
193
  /**
194
- * Returns a list of partners you have previously created. The partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
194
+ * Returns a list of partners you have previously created. The partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
195
195
  * @summary List partners
196
196
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
197
197
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -267,7 +267,7 @@ export const PartnersApiAxiosParamCreator = function (configuration?: Configurat
267
267
  };
268
268
  },
269
269
  /**
270
- * Returns a list of grouped relations for partner you have previously created. The grouped relations for partner are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
270
+ * Returns a list of grouped relations for partner you have previously created. The grouped relations for partner are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
271
271
  * @summary List grouped relations for partner
272
272
  * @param {string} code
273
273
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -347,7 +347,7 @@ export const PartnersApiAxiosParamCreator = function (configuration?: Configurat
347
347
  };
348
348
  },
349
349
  /**
350
- * Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
350
+ * Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"partner-management.partners.update\"
351
351
  * @summary Update the partner
352
352
  * @param {string} code
353
353
  * @param {TagPartnerRequestDtoRest} tagPartnerRequestDtoRest
@@ -398,7 +398,7 @@ export const PartnersApiAxiosParamCreator = function (configuration?: Configurat
398
398
  };
399
399
  },
400
400
  /**
401
- * Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
401
+ * Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"partner-management.partners.update\"
402
402
  * @summary Update the partner
403
403
  * @param {string} code Unique identifier for the object.
404
404
  * @param {UpdatePartnerRequestDto} updatePartnerRequestDto
@@ -459,7 +459,7 @@ export const PartnersApiFp = function(configuration?: Configuration) {
459
459
  const localVarAxiosParamCreator = PartnersApiAxiosParamCreator(configuration)
460
460
  return {
461
461
  /**
462
- * This will create a partner.
462
+ * This will create a partner. **Required Permissions** \"partner-management.partners.create\"
463
463
  * @summary Create the partner
464
464
  * @param {CreatePartnerRequestDto} createPartnerRequestDto
465
465
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -471,7 +471,7 @@ export const PartnersApiFp = function(configuration?: Configuration) {
471
471
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
472
472
  },
473
473
  /**
474
- * Permanently deletes the partner. Supply the unique code that was returned when you created the partner and this will delete it.
474
+ * Permanently deletes the partner. Supply the unique code that was returned when you created the partner and this will delete it. **Required Permissions** \"partner-management.partners.delete\"
475
475
  * @summary Delete the partner
476
476
  * @param {string} code
477
477
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -483,7 +483,7 @@ export const PartnersApiFp = function(configuration?: Configuration) {
483
483
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
484
484
  },
485
485
  /**
486
- * Retrieves the details of the partner that was previously created. Supply the unique partner code that was returned when you created it and Emil Api will return the corresponding partner information.
486
+ * Retrieves the details of the partner that was previously created. Supply the unique partner code that was returned when you created it and Emil Api will return the corresponding partner information. **Required Permissions** \"partner-management.partners.view\"
487
487
  * @summary Retrieve the partner
488
488
  * @param {string} code Unique identifier for the object.
489
489
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -496,7 +496,7 @@ export const PartnersApiFp = function(configuration?: Configuration) {
496
496
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
497
497
  },
498
498
  /**
499
- * Returns a list of partners you have previously created. The partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
499
+ * Returns a list of partners you have previously created. The partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
500
500
  * @summary List partners
501
501
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
502
502
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -514,7 +514,7 @@ export const PartnersApiFp = function(configuration?: Configuration) {
514
514
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
515
515
  },
516
516
  /**
517
- * Returns a list of grouped relations for partner you have previously created. The grouped relations for partner are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
517
+ * Returns a list of grouped relations for partner you have previously created. The grouped relations for partner are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
518
518
  * @summary List grouped relations for partner
519
519
  * @param {string} code
520
520
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -533,7 +533,7 @@ export const PartnersApiFp = function(configuration?: Configuration) {
533
533
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
534
534
  },
535
535
  /**
536
- * Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
536
+ * Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"partner-management.partners.update\"
537
537
  * @summary Update the partner
538
538
  * @param {string} code
539
539
  * @param {TagPartnerRequestDtoRest} tagPartnerRequestDtoRest
@@ -546,7 +546,7 @@ export const PartnersApiFp = function(configuration?: Configuration) {
546
546
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
547
547
  },
548
548
  /**
549
- * Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
549
+ * Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"partner-management.partners.update\"
550
550
  * @summary Update the partner
551
551
  * @param {string} code Unique identifier for the object.
552
552
  * @param {UpdatePartnerRequestDto} updatePartnerRequestDto
@@ -569,7 +569,7 @@ export const PartnersApiFactory = function (configuration?: Configuration, baseP
569
569
  const localVarFp = PartnersApiFp(configuration)
570
570
  return {
571
571
  /**
572
- * This will create a partner.
572
+ * This will create a partner. **Required Permissions** \"partner-management.partners.create\"
573
573
  * @summary Create the partner
574
574
  * @param {CreatePartnerRequestDto} createPartnerRequestDto
575
575
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -580,7 +580,7 @@ export const PartnersApiFactory = function (configuration?: Configuration, baseP
580
580
  return localVarFp.createPartner(createPartnerRequestDto, authorization, options).then((request) => request(axios, basePath));
581
581
  },
582
582
  /**
583
- * Permanently deletes the partner. Supply the unique code that was returned when you created the partner and this will delete it.
583
+ * Permanently deletes the partner. Supply the unique code that was returned when you created the partner and this will delete it. **Required Permissions** \"partner-management.partners.delete\"
584
584
  * @summary Delete the partner
585
585
  * @param {string} code
586
586
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -591,7 +591,7 @@ export const PartnersApiFactory = function (configuration?: Configuration, baseP
591
591
  return localVarFp.deletePartner(code, authorization, options).then((request) => request(axios, basePath));
592
592
  },
593
593
  /**
594
- * Retrieves the details of the partner that was previously created. Supply the unique partner code that was returned when you created it and Emil Api will return the corresponding partner information.
594
+ * Retrieves the details of the partner that was previously created. Supply the unique partner code that was returned when you created it and Emil Api will return the corresponding partner information. **Required Permissions** \"partner-management.partners.view\"
595
595
  * @summary Retrieve the partner
596
596
  * @param {string} code Unique identifier for the object.
597
597
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -603,7 +603,7 @@ export const PartnersApiFactory = function (configuration?: Configuration, baseP
603
603
  return localVarFp.getPartner(code, authorization, expand, options).then((request) => request(axios, basePath));
604
604
  },
605
605
  /**
606
- * Returns a list of partners you have previously created. The partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
606
+ * Returns a list of partners you have previously created. The partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
607
607
  * @summary List partners
608
608
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
609
609
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -620,7 +620,7 @@ export const PartnersApiFactory = function (configuration?: Configuration, baseP
620
620
  return localVarFp.listPartners(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then((request) => request(axios, basePath));
621
621
  },
622
622
  /**
623
- * Returns a list of grouped relations for partner you have previously created. The grouped relations for partner are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
623
+ * Returns a list of grouped relations for partner you have previously created. The grouped relations for partner are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
624
624
  * @summary List grouped relations for partner
625
625
  * @param {string} code
626
626
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -638,7 +638,7 @@ export const PartnersApiFactory = function (configuration?: Configuration, baseP
638
638
  return localVarFp.listRelationsForPartner(code, authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then((request) => request(axios, basePath));
639
639
  },
640
640
  /**
641
- * Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
641
+ * Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"partner-management.partners.update\"
642
642
  * @summary Update the partner
643
643
  * @param {string} code
644
644
  * @param {TagPartnerRequestDtoRest} tagPartnerRequestDtoRest
@@ -650,7 +650,7 @@ export const PartnersApiFactory = function (configuration?: Configuration, baseP
650
650
  return localVarFp.tagPartner(code, tagPartnerRequestDtoRest, authorization, options).then((request) => request(axios, basePath));
651
651
  },
652
652
  /**
653
- * Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
653
+ * Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"partner-management.partners.update\"
654
654
  * @summary Update the partner
655
655
  * @param {string} code Unique identifier for the object.
656
656
  * @param {UpdatePartnerRequestDto} updatePartnerRequestDto
@@ -931,7 +931,7 @@ export interface PartnersApiUpdatePartnerRequest {
931
931
  */
932
932
  export class PartnersApi extends BaseAPI {
933
933
  /**
934
- * This will create a partner.
934
+ * This will create a partner. **Required Permissions** \"partner-management.partners.create\"
935
935
  * @summary Create the partner
936
936
  * @param {PartnersApiCreatePartnerRequest} requestParameters Request parameters.
937
937
  * @param {*} [options] Override http request option.
@@ -943,7 +943,7 @@ export class PartnersApi extends BaseAPI {
943
943
  }
944
944
 
945
945
  /**
946
- * Permanently deletes the partner. Supply the unique code that was returned when you created the partner and this will delete it.
946
+ * Permanently deletes the partner. Supply the unique code that was returned when you created the partner and this will delete it. **Required Permissions** \"partner-management.partners.delete\"
947
947
  * @summary Delete the partner
948
948
  * @param {PartnersApiDeletePartnerRequest} requestParameters Request parameters.
949
949
  * @param {*} [options] Override http request option.
@@ -955,7 +955,7 @@ export class PartnersApi extends BaseAPI {
955
955
  }
956
956
 
957
957
  /**
958
- * Retrieves the details of the partner that was previously created. Supply the unique partner code that was returned when you created it and Emil Api will return the corresponding partner information.
958
+ * Retrieves the details of the partner that was previously created. Supply the unique partner code that was returned when you created it and Emil Api will return the corresponding partner information. **Required Permissions** \"partner-management.partners.view\"
959
959
  * @summary Retrieve the partner
960
960
  * @param {PartnersApiGetPartnerRequest} requestParameters Request parameters.
961
961
  * @param {*} [options] Override http request option.
@@ -967,7 +967,7 @@ export class PartnersApi extends BaseAPI {
967
967
  }
968
968
 
969
969
  /**
970
- * Returns a list of partners you have previously created. The partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
970
+ * Returns a list of partners you have previously created. The partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
971
971
  * @summary List partners
972
972
  * @param {PartnersApiListPartnersRequest} requestParameters Request parameters.
973
973
  * @param {*} [options] Override http request option.
@@ -979,7 +979,7 @@ export class PartnersApi extends BaseAPI {
979
979
  }
980
980
 
981
981
  /**
982
- * Returns a list of grouped relations for partner you have previously created. The grouped relations for partner are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
982
+ * Returns a list of grouped relations for partner you have previously created. The grouped relations for partner are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
983
983
  * @summary List grouped relations for partner
984
984
  * @param {PartnersApiListRelationsForPartnerRequest} requestParameters Request parameters.
985
985
  * @param {*} [options] Override http request option.
@@ -991,7 +991,7 @@ export class PartnersApi extends BaseAPI {
991
991
  }
992
992
 
993
993
  /**
994
- * Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
994
+ * Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"partner-management.partners.update\"
995
995
  * @summary Update the partner
996
996
  * @param {PartnersApiTagPartnerRequest} requestParameters Request parameters.
997
997
  * @param {*} [options] Override http request option.
@@ -1003,7 +1003,7 @@ export class PartnersApi extends BaseAPI {
1003
1003
  }
1004
1004
 
1005
1005
  /**
1006
- * Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
1006
+ * Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"partner-management.partners.update\"
1007
1007
  * @summary Update the partner
1008
1008
  * @param {PartnersApiUpdatePartnerRequest} requestParameters Request parameters.
1009
1009
  * @param {*} [options] Override http request option.
@@ -20,7 +20,7 @@ import { InvitePartnerToEisResponseClass } from '../models';
20
20
  */
21
21
  export declare const PartnerInvitationsApiAxiosParamCreator: (configuration?: Configuration) => {
22
22
  /**
23
- * Invites a partner to EIS Platform - partner must have one of vermittler,intermediary to be eligible for invitation.
23
+ * Invites a partner to EIS Platform - partner must have one of vermittler,intermediary to be eligible for invitation. **Required Permissions** \"partner-management.partners.create\"
24
24
  * @summary Create the Partner Invitation
25
25
  * @param {InvitePartnerToEISRequestDto} invitePartnerToEISRequestDto
26
26
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -35,7 +35,7 @@ export declare const PartnerInvitationsApiAxiosParamCreator: (configuration?: Co
35
35
  */
36
36
  export declare const PartnerInvitationsApiFp: (configuration?: Configuration) => {
37
37
  /**
38
- * Invites a partner to EIS Platform - partner must have one of vermittler,intermediary to be eligible for invitation.
38
+ * Invites a partner to EIS Platform - partner must have one of vermittler,intermediary to be eligible for invitation. **Required Permissions** \"partner-management.partners.create\"
39
39
  * @summary Create the Partner Invitation
40
40
  * @param {InvitePartnerToEISRequestDto} invitePartnerToEISRequestDto
41
41
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -50,7 +50,7 @@ export declare const PartnerInvitationsApiFp: (configuration?: Configuration) =>
50
50
  */
51
51
  export declare const PartnerInvitationsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
52
52
  /**
53
- * Invites a partner to EIS Platform - partner must have one of vermittler,intermediary to be eligible for invitation.
53
+ * Invites a partner to EIS Platform - partner must have one of vermittler,intermediary to be eligible for invitation. **Required Permissions** \"partner-management.partners.create\"
54
54
  * @summary Create the Partner Invitation
55
55
  * @param {InvitePartnerToEISRequestDto} invitePartnerToEISRequestDto
56
56
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -86,7 +86,7 @@ export interface PartnerInvitationsApiInvitePartnerToEISRequest {
86
86
  */
87
87
  export declare class PartnerInvitationsApi extends BaseAPI {
88
88
  /**
89
- * Invites a partner to EIS Platform - partner must have one of vermittler,intermediary to be eligible for invitation.
89
+ * Invites a partner to EIS Platform - partner must have one of vermittler,intermediary to be eligible for invitation. **Required Permissions** \"partner-management.partners.create\"
90
90
  * @summary Create the Partner Invitation
91
91
  * @param {PartnerInvitationsApiInvitePartnerToEISRequest} requestParameters Request parameters.
92
92
  * @param {*} [options] Override http request option.
@@ -97,7 +97,7 @@ var PartnerInvitationsApiAxiosParamCreator = function (configuration) {
97
97
  var _this = this;
98
98
  return {
99
99
  /**
100
- * Invites a partner to EIS Platform - partner must have one of vermittler,intermediary to be eligible for invitation.
100
+ * Invites a partner to EIS Platform - partner must have one of vermittler,intermediary to be eligible for invitation. **Required Permissions** \"partner-management.partners.create\"
101
101
  * @summary Create the Partner Invitation
102
102
  * @param {InvitePartnerToEISRequestDto} invitePartnerToEISRequestDto
103
103
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -156,7 +156,7 @@ var PartnerInvitationsApiFp = function (configuration) {
156
156
  var localVarAxiosParamCreator = (0, exports.PartnerInvitationsApiAxiosParamCreator)(configuration);
157
157
  return {
158
158
  /**
159
- * Invites a partner to EIS Platform - partner must have one of vermittler,intermediary to be eligible for invitation.
159
+ * Invites a partner to EIS Platform - partner must have one of vermittler,intermediary to be eligible for invitation. **Required Permissions** \"partner-management.partners.create\"
160
160
  * @summary Create the Partner Invitation
161
161
  * @param {InvitePartnerToEISRequestDto} invitePartnerToEISRequestDto
162
162
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -187,7 +187,7 @@ var PartnerInvitationsApiFactory = function (configuration, basePath, axios) {
187
187
  var localVarFp = (0, exports.PartnerInvitationsApiFp)(configuration);
188
188
  return {
189
189
  /**
190
- * Invites a partner to EIS Platform - partner must have one of vermittler,intermediary to be eligible for invitation.
190
+ * Invites a partner to EIS Platform - partner must have one of vermittler,intermediary to be eligible for invitation. **Required Permissions** \"partner-management.partners.create\"
191
191
  * @summary Create the Partner Invitation
192
192
  * @param {InvitePartnerToEISRequestDto} invitePartnerToEISRequestDto
193
193
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -212,7 +212,7 @@ var PartnerInvitationsApi = /** @class */ (function (_super) {
212
212
  return _super !== null && _super.apply(this, arguments) || this;
213
213
  }
214
214
  /**
215
- * Invites a partner to EIS Platform - partner must have one of vermittler,intermediary to be eligible for invitation.
215
+ * Invites a partner to EIS Platform - partner must have one of vermittler,intermediary to be eligible for invitation. **Required Permissions** \"partner-management.partners.create\"
216
216
  * @summary Create the Partner Invitation
217
217
  * @param {PartnerInvitationsApiInvitePartnerToEISRequest} requestParameters Request parameters.
218
218
  * @param {*} [options] Override http request option.