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

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.
@@ -24,7 +24,7 @@ import { UpdateTagResponseClass } from '../models';
24
24
  */
25
25
  export declare const PartnerTagsApiAxiosParamCreator: (configuration?: Configuration) => {
26
26
  /**
27
- * This will create a tag that can be used tag partners. Tags can be used to categorize partners and to apply specific rules to them. **Required Permissions** \"partner-management.partners.create\"
27
+ * This will create a tag that can be used tag partners. Tags can be used to categorize partners and to apply specific rules to them.
28
28
  * @summary Create the partner tag
29
29
  * @param {CreateTagRequestDto} createTagRequestDto
30
30
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -33,16 +33,16 @@ export declare const PartnerTagsApiAxiosParamCreator: (configuration?: Configura
33
33
  */
34
34
  createTag: (createTagRequestDto: CreateTagRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
35
35
  /**
36
- * Permanently deletes the partner tag. Supply the unique code that was returned when you created the partner tag and this will delete it. **Required Permissions** \"partner-management.partners.delete\"
36
+ * Permanently deletes the partner tag. Supply the unique code that was returned when you created the partner tag and this will delete it.
37
37
  * @summary Delete the partner tag
38
- * @param {string} code Unique identifier for the object.
38
+ * @param {string} code
39
39
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
40
40
  * @param {*} [options] Override http request option.
41
41
  * @throws {RequiredError}
42
42
  */
43
43
  deleteTag: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
44
44
  /**
45
- * Retrieves the details of the partner tag that was previously created. Supply the unique partner tag code that was returned when you created it and Emil Api will return the corresponding partner tag information. **Required Permissions** \"partner-management.partners.view\"
45
+ * Retrieves the details of the partner tag that was previously created. Supply the unique partner tag code that was returned when you created it and Emil Api will return the corresponding partner tag information.
46
46
  * @summary Retrieve the partner tag
47
47
  * @param {string} code Unique identifier for the object.
48
48
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -51,7 +51,7 @@ export declare const PartnerTagsApiAxiosParamCreator: (configuration?: Configura
51
51
  */
52
52
  getTag: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
53
53
  /**
54
- * Returns a list of partner tags you have previously created. The partner tags 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\"
54
+ * Returns a list of partner tags you have previously created. The partner tags are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
55
55
  * @summary List partner tags
56
56
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
57
57
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -66,7 +66,7 @@ export declare const PartnerTagsApiAxiosParamCreator: (configuration?: Configura
66
66
  */
67
67
  listTags: (authorization?: string, pageSize?: any, pageToken?: any, filter?: string, search?: any, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
68
68
  /**
69
- * Updates the specified partner tag by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"partner-management.partners.update\"
69
+ * Updates the specified partner tag by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
70
70
  * @summary Update the partner tag
71
71
  * @param {string} code
72
72
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -81,7 +81,7 @@ export declare const PartnerTagsApiAxiosParamCreator: (configuration?: Configura
81
81
  */
82
82
  export declare const PartnerTagsApiFp: (configuration?: Configuration) => {
83
83
  /**
84
- * This will create a tag that can be used tag partners. Tags can be used to categorize partners and to apply specific rules to them. **Required Permissions** \"partner-management.partners.create\"
84
+ * This will create a tag that can be used tag partners. Tags can be used to categorize partners and to apply specific rules to them.
85
85
  * @summary Create the partner tag
86
86
  * @param {CreateTagRequestDto} createTagRequestDto
87
87
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -90,16 +90,16 @@ export declare const PartnerTagsApiFp: (configuration?: Configuration) => {
90
90
  */
91
91
  createTag(createTagRequestDto: CreateTagRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateTagResponseClass>>;
92
92
  /**
93
- * Permanently deletes the partner tag. Supply the unique code that was returned when you created the partner tag and this will delete it. **Required Permissions** \"partner-management.partners.delete\"
93
+ * Permanently deletes the partner tag. Supply the unique code that was returned when you created the partner tag and this will delete it.
94
94
  * @summary Delete the partner tag
95
- * @param {string} code Unique identifier for the object.
95
+ * @param {string} code
96
96
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
97
97
  * @param {*} [options] Override http request option.
98
98
  * @throws {RequiredError}
99
99
  */
100
100
  deleteTag(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DeleteResponseClass>>;
101
101
  /**
102
- * Retrieves the details of the partner tag that was previously created. Supply the unique partner tag code that was returned when you created it and Emil Api will return the corresponding partner tag information. **Required Permissions** \"partner-management.partners.view\"
102
+ * Retrieves the details of the partner tag that was previously created. Supply the unique partner tag code that was returned when you created it and Emil Api will return the corresponding partner tag information.
103
103
  * @summary Retrieve the partner tag
104
104
  * @param {string} code Unique identifier for the object.
105
105
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -108,7 +108,7 @@ export declare const PartnerTagsApiFp: (configuration?: Configuration) => {
108
108
  */
109
109
  getTag(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetTagResponseClass>>;
110
110
  /**
111
- * Returns a list of partner tags you have previously created. The partner tags 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\"
111
+ * Returns a list of partner tags you have previously created. The partner tags are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
112
112
  * @summary List partner tags
113
113
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
114
114
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -123,7 +123,7 @@ export declare const PartnerTagsApiFp: (configuration?: Configuration) => {
123
123
  */
124
124
  listTags(authorization?: string, pageSize?: any, pageToken?: any, filter?: string, search?: any, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListTagsResponseClass>>;
125
125
  /**
126
- * Updates the specified partner tag by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"partner-management.partners.update\"
126
+ * Updates the specified partner tag by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
127
127
  * @summary Update the partner tag
128
128
  * @param {string} code
129
129
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -138,7 +138,7 @@ export declare const PartnerTagsApiFp: (configuration?: Configuration) => {
138
138
  */
139
139
  export declare const PartnerTagsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
140
140
  /**
141
- * This will create a tag that can be used tag partners. Tags can be used to categorize partners and to apply specific rules to them. **Required Permissions** \"partner-management.partners.create\"
141
+ * This will create a tag that can be used tag partners. Tags can be used to categorize partners and to apply specific rules to them.
142
142
  * @summary Create the partner tag
143
143
  * @param {CreateTagRequestDto} createTagRequestDto
144
144
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -147,16 +147,16 @@ export declare const PartnerTagsApiFactory: (configuration?: Configuration, base
147
147
  */
148
148
  createTag(createTagRequestDto: CreateTagRequestDto, authorization?: string, options?: any): AxiosPromise<CreateTagResponseClass>;
149
149
  /**
150
- * Permanently deletes the partner tag. Supply the unique code that was returned when you created the partner tag and this will delete it. **Required Permissions** \"partner-management.partners.delete\"
150
+ * Permanently deletes the partner tag. Supply the unique code that was returned when you created the partner tag and this will delete it.
151
151
  * @summary Delete the partner tag
152
- * @param {string} code Unique identifier for the object.
152
+ * @param {string} code
153
153
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
154
154
  * @param {*} [options] Override http request option.
155
155
  * @throws {RequiredError}
156
156
  */
157
157
  deleteTag(code: string, authorization?: string, options?: any): AxiosPromise<DeleteResponseClass>;
158
158
  /**
159
- * Retrieves the details of the partner tag that was previously created. Supply the unique partner tag code that was returned when you created it and Emil Api will return the corresponding partner tag information. **Required Permissions** \"partner-management.partners.view\"
159
+ * Retrieves the details of the partner tag that was previously created. Supply the unique partner tag code that was returned when you created it and Emil Api will return the corresponding partner tag information.
160
160
  * @summary Retrieve the partner tag
161
161
  * @param {string} code Unique identifier for the object.
162
162
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -165,7 +165,7 @@ export declare const PartnerTagsApiFactory: (configuration?: Configuration, base
165
165
  */
166
166
  getTag(code: string, authorization?: string, options?: any): AxiosPromise<GetTagResponseClass>;
167
167
  /**
168
- * Returns a list of partner tags you have previously created. The partner tags 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\"
168
+ * Returns a list of partner tags you have previously created. The partner tags are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
169
169
  * @summary List partner tags
170
170
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
171
171
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -180,7 +180,7 @@ export declare const PartnerTagsApiFactory: (configuration?: Configuration, base
180
180
  */
181
181
  listTags(authorization?: string, pageSize?: any, pageToken?: any, filter?: string, search?: any, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListTagsResponseClass>;
182
182
  /**
183
- * Updates the specified partner tag by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"partner-management.partners.update\"
183
+ * Updates the specified partner tag by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
184
184
  * @summary Update the partner tag
185
185
  * @param {string} code
186
186
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -215,7 +215,7 @@ export interface PartnerTagsApiCreateTagRequest {
215
215
  */
216
216
  export interface PartnerTagsApiDeleteTagRequest {
217
217
  /**
218
- * Unique identifier for the object.
218
+ *
219
219
  * @type {string}
220
220
  * @memberof PartnerTagsApiDeleteTag
221
221
  */
@@ -328,7 +328,7 @@ export interface PartnerTagsApiUpdateTagRequest {
328
328
  */
329
329
  export declare class PartnerTagsApi extends BaseAPI {
330
330
  /**
331
- * This will create a tag that can be used tag partners. Tags can be used to categorize partners and to apply specific rules to them. **Required Permissions** \"partner-management.partners.create\"
331
+ * This will create a tag that can be used tag partners. Tags can be used to categorize partners and to apply specific rules to them.
332
332
  * @summary Create the partner tag
333
333
  * @param {PartnerTagsApiCreateTagRequest} requestParameters Request parameters.
334
334
  * @param {*} [options] Override http request option.
@@ -337,7 +337,7 @@ export declare class PartnerTagsApi extends BaseAPI {
337
337
  */
338
338
  createTag(requestParameters: PartnerTagsApiCreateTagRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateTagResponseClass, any>>;
339
339
  /**
340
- * Permanently deletes the partner tag. Supply the unique code that was returned when you created the partner tag and this will delete it. **Required Permissions** \"partner-management.partners.delete\"
340
+ * Permanently deletes the partner tag. Supply the unique code that was returned when you created the partner tag and this will delete it.
341
341
  * @summary Delete the partner tag
342
342
  * @param {PartnerTagsApiDeleteTagRequest} requestParameters Request parameters.
343
343
  * @param {*} [options] Override http request option.
@@ -346,7 +346,7 @@ export declare class PartnerTagsApi extends BaseAPI {
346
346
  */
347
347
  deleteTag(requestParameters: PartnerTagsApiDeleteTagRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteResponseClass, any>>;
348
348
  /**
349
- * Retrieves the details of the partner tag that was previously created. Supply the unique partner tag code that was returned when you created it and Emil Api will return the corresponding partner tag information. **Required Permissions** \"partner-management.partners.view\"
349
+ * Retrieves the details of the partner tag that was previously created. Supply the unique partner tag code that was returned when you created it and Emil Api will return the corresponding partner tag information.
350
350
  * @summary Retrieve the partner tag
351
351
  * @param {PartnerTagsApiGetTagRequest} requestParameters Request parameters.
352
352
  * @param {*} [options] Override http request option.
@@ -355,7 +355,7 @@ export declare class PartnerTagsApi extends BaseAPI {
355
355
  */
356
356
  getTag(requestParameters: PartnerTagsApiGetTagRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetTagResponseClass, any>>;
357
357
  /**
358
- * Returns a list of partner tags you have previously created. The partner tags 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\"
358
+ * Returns a list of partner tags you have previously created. The partner tags are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
359
359
  * @summary List partner tags
360
360
  * @param {PartnerTagsApiListTagsRequest} requestParameters Request parameters.
361
361
  * @param {*} [options] Override http request option.
@@ -364,7 +364,7 @@ export declare class PartnerTagsApi extends BaseAPI {
364
364
  */
365
365
  listTags(requestParameters?: PartnerTagsApiListTagsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListTagsResponseClass, any>>;
366
366
  /**
367
- * Updates the specified partner tag by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"partner-management.partners.update\"
367
+ * Updates the specified partner tag by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
368
368
  * @summary Update the partner tag
369
369
  * @param {PartnerTagsApiUpdateTagRequest} requestParameters Request parameters.
370
370
  * @param {*} [options] Override http request option.
@@ -97,7 +97,7 @@ var PartnerTagsApiAxiosParamCreator = function (configuration) {
97
97
  var _this = this;
98
98
  return {
99
99
  /**
100
- * This will create a tag that can be used tag partners. Tags can be used to categorize partners and to apply specific rules to them. **Required Permissions** \"partner-management.partners.create\"
100
+ * This will create a tag that can be used tag partners. Tags can be used to categorize partners and to apply specific rules to them.
101
101
  * @summary Create the partner tag
102
102
  * @param {CreateTagRequestDto} createTagRequestDto
103
103
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -146,9 +146,9 @@ var PartnerTagsApiAxiosParamCreator = function (configuration) {
146
146
  });
147
147
  },
148
148
  /**
149
- * Permanently deletes the partner tag. Supply the unique code that was returned when you created the partner tag and this will delete it. **Required Permissions** \"partner-management.partners.delete\"
149
+ * Permanently deletes the partner tag. Supply the unique code that was returned when you created the partner tag and this will delete it.
150
150
  * @summary Delete the partner tag
151
- * @param {string} code Unique identifier for the object.
151
+ * @param {string} code
152
152
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
153
153
  * @param {*} [options] Override http request option.
154
154
  * @throws {RequiredError}
@@ -194,7 +194,7 @@ var PartnerTagsApiAxiosParamCreator = function (configuration) {
194
194
  });
195
195
  },
196
196
  /**
197
- * Retrieves the details of the partner tag that was previously created. Supply the unique partner tag code that was returned when you created it and Emil Api will return the corresponding partner tag information. **Required Permissions** \"partner-management.partners.view\"
197
+ * Retrieves the details of the partner tag that was previously created. Supply the unique partner tag code that was returned when you created it and Emil Api will return the corresponding partner tag information.
198
198
  * @summary Retrieve the partner tag
199
199
  * @param {string} code Unique identifier for the object.
200
200
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -242,7 +242,7 @@ var PartnerTagsApiAxiosParamCreator = function (configuration) {
242
242
  });
243
243
  },
244
244
  /**
245
- * Returns a list of partner tags you have previously created. The partner tags 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\"
245
+ * Returns a list of partner tags you have previously created. The partner tags are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
246
246
  * @summary List partner tags
247
247
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
248
248
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -314,7 +314,7 @@ var PartnerTagsApiAxiosParamCreator = function (configuration) {
314
314
  });
315
315
  },
316
316
  /**
317
- * Updates the specified partner tag by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"partner-management.partners.update\"
317
+ * Updates the specified partner tag by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
318
318
  * @summary Update the partner tag
319
319
  * @param {string} code
320
320
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -372,7 +372,7 @@ var PartnerTagsApiFp = function (configuration) {
372
372
  var localVarAxiosParamCreator = (0, exports.PartnerTagsApiAxiosParamCreator)(configuration);
373
373
  return {
374
374
  /**
375
- * This will create a tag that can be used tag partners. Tags can be used to categorize partners and to apply specific rules to them. **Required Permissions** \"partner-management.partners.create\"
375
+ * This will create a tag that can be used tag partners. Tags can be used to categorize partners and to apply specific rules to them.
376
376
  * @summary Create the partner tag
377
377
  * @param {CreateTagRequestDto} createTagRequestDto
378
378
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -393,9 +393,9 @@ var PartnerTagsApiFp = function (configuration) {
393
393
  });
394
394
  },
395
395
  /**
396
- * Permanently deletes the partner tag. Supply the unique code that was returned when you created the partner tag and this will delete it. **Required Permissions** \"partner-management.partners.delete\"
396
+ * Permanently deletes the partner tag. Supply the unique code that was returned when you created the partner tag and this will delete it.
397
397
  * @summary Delete the partner tag
398
- * @param {string} code Unique identifier for the object.
398
+ * @param {string} code
399
399
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
400
400
  * @param {*} [options] Override http request option.
401
401
  * @throws {RequiredError}
@@ -414,7 +414,7 @@ var PartnerTagsApiFp = function (configuration) {
414
414
  });
415
415
  },
416
416
  /**
417
- * Retrieves the details of the partner tag that was previously created. Supply the unique partner tag code that was returned when you created it and Emil Api will return the corresponding partner tag information. **Required Permissions** \"partner-management.partners.view\"
417
+ * Retrieves the details of the partner tag that was previously created. Supply the unique partner tag code that was returned when you created it and Emil Api will return the corresponding partner tag information.
418
418
  * @summary Retrieve the partner tag
419
419
  * @param {string} code Unique identifier for the object.
420
420
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -435,7 +435,7 @@ var PartnerTagsApiFp = function (configuration) {
435
435
  });
436
436
  },
437
437
  /**
438
- * Returns a list of partner tags you have previously created. The partner tags 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\"
438
+ * Returns a list of partner tags you have previously created. The partner tags are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
439
439
  * @summary List partner tags
440
440
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
441
441
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -462,7 +462,7 @@ var PartnerTagsApiFp = function (configuration) {
462
462
  });
463
463
  },
464
464
  /**
465
- * Updates the specified partner tag by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"partner-management.partners.update\"
465
+ * Updates the specified partner tag by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
466
466
  * @summary Update the partner tag
467
467
  * @param {string} code
468
468
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -493,7 +493,7 @@ var PartnerTagsApiFactory = function (configuration, basePath, axios) {
493
493
  var localVarFp = (0, exports.PartnerTagsApiFp)(configuration);
494
494
  return {
495
495
  /**
496
- * This will create a tag that can be used tag partners. Tags can be used to categorize partners and to apply specific rules to them. **Required Permissions** \"partner-management.partners.create\"
496
+ * This will create a tag that can be used tag partners. Tags can be used to categorize partners and to apply specific rules to them.
497
497
  * @summary Create the partner tag
498
498
  * @param {CreateTagRequestDto} createTagRequestDto
499
499
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -504,9 +504,9 @@ var PartnerTagsApiFactory = function (configuration, basePath, axios) {
504
504
  return localVarFp.createTag(createTagRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
505
505
  },
506
506
  /**
507
- * Permanently deletes the partner tag. Supply the unique code that was returned when you created the partner tag and this will delete it. **Required Permissions** \"partner-management.partners.delete\"
507
+ * Permanently deletes the partner tag. Supply the unique code that was returned when you created the partner tag and this will delete it.
508
508
  * @summary Delete the partner tag
509
- * @param {string} code Unique identifier for the object.
509
+ * @param {string} code
510
510
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
511
511
  * @param {*} [options] Override http request option.
512
512
  * @throws {RequiredError}
@@ -515,7 +515,7 @@ var PartnerTagsApiFactory = function (configuration, basePath, axios) {
515
515
  return localVarFp.deleteTag(code, authorization, options).then(function (request) { return request(axios, basePath); });
516
516
  },
517
517
  /**
518
- * Retrieves the details of the partner tag that was previously created. Supply the unique partner tag code that was returned when you created it and Emil Api will return the corresponding partner tag information. **Required Permissions** \"partner-management.partners.view\"
518
+ * Retrieves the details of the partner tag that was previously created. Supply the unique partner tag code that was returned when you created it and Emil Api will return the corresponding partner tag information.
519
519
  * @summary Retrieve the partner tag
520
520
  * @param {string} code Unique identifier for the object.
521
521
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -526,7 +526,7 @@ var PartnerTagsApiFactory = function (configuration, basePath, axios) {
526
526
  return localVarFp.getTag(code, authorization, options).then(function (request) { return request(axios, basePath); });
527
527
  },
528
528
  /**
529
- * Returns a list of partner tags you have previously created. The partner tags 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\"
529
+ * Returns a list of partner tags you have previously created. The partner tags are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
530
530
  * @summary List partner tags
531
531
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
532
532
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -543,7 +543,7 @@ var PartnerTagsApiFactory = function (configuration, basePath, axios) {
543
543
  return localVarFp.listTags(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then(function (request) { return request(axios, basePath); });
544
544
  },
545
545
  /**
546
- * Updates the specified partner tag by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"partner-management.partners.update\"
546
+ * Updates the specified partner tag by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
547
547
  * @summary Update the partner tag
548
548
  * @param {string} code
549
549
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -568,7 +568,7 @@ var PartnerTagsApi = /** @class */ (function (_super) {
568
568
  return _super !== null && _super.apply(this, arguments) || this;
569
569
  }
570
570
  /**
571
- * This will create a tag that can be used tag partners. Tags can be used to categorize partners and to apply specific rules to them. **Required Permissions** \"partner-management.partners.create\"
571
+ * This will create a tag that can be used tag partners. Tags can be used to categorize partners and to apply specific rules to them.
572
572
  * @summary Create the partner tag
573
573
  * @param {PartnerTagsApiCreateTagRequest} requestParameters Request parameters.
574
574
  * @param {*} [options] Override http request option.
@@ -580,7 +580,7 @@ var PartnerTagsApi = /** @class */ (function (_super) {
580
580
  return (0, exports.PartnerTagsApiFp)(this.configuration).createTag(requestParameters.createTagRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
581
581
  };
582
582
  /**
583
- * Permanently deletes the partner tag. Supply the unique code that was returned when you created the partner tag and this will delete it. **Required Permissions** \"partner-management.partners.delete\"
583
+ * Permanently deletes the partner tag. Supply the unique code that was returned when you created the partner tag and this will delete it.
584
584
  * @summary Delete the partner tag
585
585
  * @param {PartnerTagsApiDeleteTagRequest} requestParameters Request parameters.
586
586
  * @param {*} [options] Override http request option.
@@ -592,7 +592,7 @@ var PartnerTagsApi = /** @class */ (function (_super) {
592
592
  return (0, exports.PartnerTagsApiFp)(this.configuration).deleteTag(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
593
593
  };
594
594
  /**
595
- * Retrieves the details of the partner tag that was previously created. Supply the unique partner tag code that was returned when you created it and Emil Api will return the corresponding partner tag information. **Required Permissions** \"partner-management.partners.view\"
595
+ * Retrieves the details of the partner tag that was previously created. Supply the unique partner tag code that was returned when you created it and Emil Api will return the corresponding partner tag information.
596
596
  * @summary Retrieve the partner tag
597
597
  * @param {PartnerTagsApiGetTagRequest} requestParameters Request parameters.
598
598
  * @param {*} [options] Override http request option.
@@ -604,7 +604,7 @@ var PartnerTagsApi = /** @class */ (function (_super) {
604
604
  return (0, exports.PartnerTagsApiFp)(this.configuration).getTag(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
605
605
  };
606
606
  /**
607
- * Returns a list of partner tags you have previously created. The partner tags 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
+ * Returns a list of partner tags you have previously created. The partner tags are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
608
608
  * @summary List partner tags
609
609
  * @param {PartnerTagsApiListTagsRequest} requestParameters Request parameters.
610
610
  * @param {*} [options] Override http request option.
@@ -617,7 +617,7 @@ var PartnerTagsApi = /** @class */ (function (_super) {
617
617
  return (0, exports.PartnerTagsApiFp)(this.configuration).listTags(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); });
618
618
  };
619
619
  /**
620
- * Updates the specified partner tag by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"partner-management.partners.update\"
620
+ * Updates the specified partner tag by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
621
621
  * @summary Update the partner tag
622
622
  * @param {PartnerTagsApiUpdateTagRequest} requestParameters Request parameters.
623
623
  * @param {*} [options] Override http request option.
@@ -25,7 +25,7 @@ import { UpdatePartnerTypeResponseClass } from '../models';
25
25
  */
26
26
  export declare const PartnerTypesApiAxiosParamCreator: (configuration?: Configuration) => {
27
27
  /**
28
- * This will create a partner type. **Required Permissions** \"partner-management.partners.create\"
28
+ * This will create a partner type.
29
29
  * @summary Create the partner-types
30
30
  * @param {CreatePartnerTypeRequestDto} createPartnerTypeRequestDto
31
31
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -34,7 +34,7 @@ export declare const PartnerTypesApiAxiosParamCreator: (configuration?: Configur
34
34
  */
35
35
  createPartnerType: (createPartnerTypeRequestDto: CreatePartnerTypeRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
36
36
  /**
37
- * 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\"
37
+ * Permanently deletes the partner-types. Supply the unique code that was returned when you created the partner-types and this will delete it.
38
38
  * @summary Delete the partner-types
39
39
  * @param {string} code
40
40
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -43,7 +43,7 @@ export declare const PartnerTypesApiAxiosParamCreator: (configuration?: Configur
43
43
  */
44
44
  deletePartnerType: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
45
45
  /**
46
- * 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\"
46
+ * 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.
47
47
  * @summary Retrieve the partner-types
48
48
  * @param {string} code Unique identifier for the object.
49
49
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -53,7 +53,7 @@ export declare const PartnerTypesApiAxiosParamCreator: (configuration?: Configur
53
53
  */
54
54
  getPartnerType: (code: string, authorization?: string, expand?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
55
55
  /**
56
- * 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\"
56
+ * 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.
57
57
  * @summary List partner-types
58
58
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
59
59
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -68,7 +68,7 @@ export declare const PartnerTypesApiAxiosParamCreator: (configuration?: Configur
68
68
  */
69
69
  listPartnerTypes: (authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, filters?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
70
70
  /**
71
- * 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\"
71
+ * Updates the specified partner-types by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
72
72
  * @summary Update the partner-types
73
73
  * @param {string} code Unique identifier for the object.
74
74
  * @param {UpdatePartnerTypeRequestDto} updatePartnerTypeRequestDto
@@ -84,7 +84,7 @@ export declare const PartnerTypesApiAxiosParamCreator: (configuration?: Configur
84
84
  */
85
85
  export declare const PartnerTypesApiFp: (configuration?: Configuration) => {
86
86
  /**
87
- * This will create a partner type. **Required Permissions** \"partner-management.partners.create\"
87
+ * This will create a partner type.
88
88
  * @summary Create the partner-types
89
89
  * @param {CreatePartnerTypeRequestDto} createPartnerTypeRequestDto
90
90
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -93,7 +93,7 @@ export declare const PartnerTypesApiFp: (configuration?: Configuration) => {
93
93
  */
94
94
  createPartnerType(createPartnerTypeRequestDto: CreatePartnerTypeRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreatePartnerTypeResponseClass>>;
95
95
  /**
96
- * 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
+ * Permanently deletes the partner-types. Supply the unique code that was returned when you created the partner-types and this will delete it.
97
97
  * @summary Delete the partner-types
98
98
  * @param {string} code
99
99
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -102,7 +102,7 @@ export declare const PartnerTypesApiFp: (configuration?: Configuration) => {
102
102
  */
103
103
  deletePartnerType(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DeleteResponseClass>>;
104
104
  /**
105
- * 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\"
105
+ * 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.
106
106
  * @summary Retrieve the partner-types
107
107
  * @param {string} code Unique identifier for the object.
108
108
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -112,7 +112,7 @@ export declare const PartnerTypesApiFp: (configuration?: Configuration) => {
112
112
  */
113
113
  getPartnerType(code: string, authorization?: string, expand?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPartnerTypeResponseClass>>;
114
114
  /**
115
- * 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\"
115
+ * 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.
116
116
  * @summary List partner-types
117
117
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
118
118
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -127,7 +127,7 @@ export declare const PartnerTypesApiFp: (configuration?: Configuration) => {
127
127
  */
128
128
  listPartnerTypes(authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, filters?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListPartnerTypesResponseClass>>;
129
129
  /**
130
- * 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\"
130
+ * Updates the specified partner-types by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
131
131
  * @summary Update the partner-types
132
132
  * @param {string} code Unique identifier for the object.
133
133
  * @param {UpdatePartnerTypeRequestDto} updatePartnerTypeRequestDto
@@ -143,7 +143,7 @@ export declare const PartnerTypesApiFp: (configuration?: Configuration) => {
143
143
  */
144
144
  export declare const PartnerTypesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
145
145
  /**
146
- * This will create a partner type. **Required Permissions** \"partner-management.partners.create\"
146
+ * This will create a partner type.
147
147
  * @summary Create the partner-types
148
148
  * @param {CreatePartnerTypeRequestDto} createPartnerTypeRequestDto
149
149
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -152,7 +152,7 @@ export declare const PartnerTypesApiFactory: (configuration?: Configuration, bas
152
152
  */
153
153
  createPartnerType(createPartnerTypeRequestDto: CreatePartnerTypeRequestDto, authorization?: string, options?: any): AxiosPromise<CreatePartnerTypeResponseClass>;
154
154
  /**
155
- * 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\"
155
+ * Permanently deletes the partner-types. Supply the unique code that was returned when you created the partner-types and this will delete it.
156
156
  * @summary Delete the partner-types
157
157
  * @param {string} code
158
158
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -161,7 +161,7 @@ export declare const PartnerTypesApiFactory: (configuration?: Configuration, bas
161
161
  */
162
162
  deletePartnerType(code: string, authorization?: string, options?: any): AxiosPromise<DeleteResponseClass>;
163
163
  /**
164
- * 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\"
164
+ * 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.
165
165
  * @summary Retrieve the partner-types
166
166
  * @param {string} code Unique identifier for the object.
167
167
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
@@ -171,7 +171,7 @@ export declare const PartnerTypesApiFactory: (configuration?: Configuration, bas
171
171
  */
172
172
  getPartnerType(code: string, authorization?: string, expand?: any, options?: any): AxiosPromise<GetPartnerTypeResponseClass>;
173
173
  /**
174
- * 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\"
174
+ * 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.
175
175
  * @summary List partner-types
176
176
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
177
177
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -186,7 +186,7 @@ export declare const PartnerTypesApiFactory: (configuration?: Configuration, bas
186
186
  */
187
187
  listPartnerTypes(authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, filters?: any, options?: any): AxiosPromise<ListPartnerTypesResponseClass>;
188
188
  /**
189
- * 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\"
189
+ * Updates the specified partner-types by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
190
190
  * @summary Update the partner-types
191
191
  * @param {string} code Unique identifier for the object.
192
192
  * @param {UpdatePartnerTypeRequestDto} updatePartnerTypeRequestDto
@@ -347,7 +347,7 @@ export interface PartnerTypesApiUpdatePartnerTypeRequest {
347
347
  */
348
348
  export declare class PartnerTypesApi extends BaseAPI {
349
349
  /**
350
- * This will create a partner type. **Required Permissions** \"partner-management.partners.create\"
350
+ * This will create a partner type.
351
351
  * @summary Create the partner-types
352
352
  * @param {PartnerTypesApiCreatePartnerTypeRequest} requestParameters Request parameters.
353
353
  * @param {*} [options] Override http request option.
@@ -356,7 +356,7 @@ export declare class PartnerTypesApi extends BaseAPI {
356
356
  */
357
357
  createPartnerType(requestParameters: PartnerTypesApiCreatePartnerTypeRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreatePartnerTypeResponseClass, any>>;
358
358
  /**
359
- * 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\"
359
+ * Permanently deletes the partner-types. Supply the unique code that was returned when you created the partner-types and this will delete it.
360
360
  * @summary Delete the partner-types
361
361
  * @param {PartnerTypesApiDeletePartnerTypeRequest} requestParameters Request parameters.
362
362
  * @param {*} [options] Override http request option.
@@ -365,7 +365,7 @@ export declare class PartnerTypesApi extends BaseAPI {
365
365
  */
366
366
  deletePartnerType(requestParameters: PartnerTypesApiDeletePartnerTypeRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteResponseClass, any>>;
367
367
  /**
368
- * 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\"
368
+ * 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.
369
369
  * @summary Retrieve the partner-types
370
370
  * @param {PartnerTypesApiGetPartnerTypeRequest} requestParameters Request parameters.
371
371
  * @param {*} [options] Override http request option.
@@ -374,7 +374,7 @@ export declare class PartnerTypesApi extends BaseAPI {
374
374
  */
375
375
  getPartnerType(requestParameters: PartnerTypesApiGetPartnerTypeRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetPartnerTypeResponseClass, any>>;
376
376
  /**
377
- * 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\"
377
+ * 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.
378
378
  * @summary List partner-types
379
379
  * @param {PartnerTypesApiListPartnerTypesRequest} requestParameters Request parameters.
380
380
  * @param {*} [options] Override http request option.
@@ -383,7 +383,7 @@ export declare class PartnerTypesApi extends BaseAPI {
383
383
  */
384
384
  listPartnerTypes(requestParameters?: PartnerTypesApiListPartnerTypesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPartnerTypesResponseClass, any>>;
385
385
  /**
386
- * 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\"
386
+ * Updates the specified partner-types by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
387
387
  * @summary Update the partner-types
388
388
  * @param {PartnerTypesApiUpdatePartnerTypeRequest} requestParameters Request parameters.
389
389
  * @param {*} [options] Override http request option.