@emilgroup/partner-sdk 1.12.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.
- package/README.md +2 -2
- package/api/partner-invitations-api.ts +4 -4
- package/api/partner-relations-api.ts +28 -28
- package/api/partner-tags-api.ts +24 -24
- package/api/partner-types-api.ts +20 -20
- package/api/partner-versions-api.ts +8 -8
- package/api/partners-api.ts +28 -28
- package/base.ts +1 -0
- package/dist/api/partner-invitations-api.d.ts +4 -4
- package/dist/api/partner-invitations-api.js +4 -4
- package/dist/api/partner-relations-api.d.ts +28 -28
- package/dist/api/partner-relations-api.js +28 -28
- package/dist/api/partner-tags-api.d.ts +24 -24
- package/dist/api/partner-tags-api.js +23 -23
- package/dist/api/partner-types-api.d.ts +20 -20
- package/dist/api/partner-types-api.js +20 -20
- package/dist/api/partner-versions-api.d.ts +8 -8
- package/dist/api/partner-versions-api.js +8 -8
- package/dist/api/partners-api.d.ts +28 -28
- package/dist/api/partners-api.js +28 -28
- package/dist/base.d.ts +1 -0
- package/dist/base.js +1 -0
- package/package.json +1 -1
|
@@ -93,7 +93,7 @@ var PartnerTypesApiAxiosParamCreator = function (configuration) {
|
|
|
93
93
|
var _this = this;
|
|
94
94
|
return {
|
|
95
95
|
/**
|
|
96
|
-
* This will create a partner type.
|
|
96
|
+
* This will create a partner type. **Required Permissions** \"partner-management.partners.create\"
|
|
97
97
|
* @summary Create the partner-types
|
|
98
98
|
* @param {CreatePartnerTypeRequestDto} createPartnerTypeRequestDto
|
|
99
99
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -142,7 +142,7 @@ var PartnerTypesApiAxiosParamCreator = function (configuration) {
|
|
|
142
142
|
});
|
|
143
143
|
},
|
|
144
144
|
/**
|
|
145
|
-
* Permanently deletes the partner-types. Supply the unique code that was returned when you created the partner-types and this will delete it.
|
|
145
|
+
* 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\"
|
|
146
146
|
* @summary Delete the partner-types
|
|
147
147
|
* @param {string} code
|
|
148
148
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -190,7 +190,7 @@ var PartnerTypesApiAxiosParamCreator = function (configuration) {
|
|
|
190
190
|
});
|
|
191
191
|
},
|
|
192
192
|
/**
|
|
193
|
-
* 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.
|
|
193
|
+
* 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\"
|
|
194
194
|
* @summary Retrieve the partner-types
|
|
195
195
|
* @param {string} code Unique identifier for the object.
|
|
196
196
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -242,7 +242,7 @@ var PartnerTypesApiAxiosParamCreator = function (configuration) {
|
|
|
242
242
|
});
|
|
243
243
|
},
|
|
244
244
|
/**
|
|
245
|
-
* 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.
|
|
245
|
+
* 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\"
|
|
246
246
|
* @summary List partner-types
|
|
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 PartnerTypesApiAxiosParamCreator = function (configuration) {
|
|
|
314
314
|
});
|
|
315
315
|
},
|
|
316
316
|
/**
|
|
317
|
-
* Updates the specified partner-types by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
317
|
+
* 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\"
|
|
318
318
|
* @summary Update the partner-types
|
|
319
319
|
* @param {string} code Unique identifier for the object.
|
|
320
320
|
* @param {UpdatePartnerTypeRequestDto} updatePartnerTypeRequestDto
|
|
@@ -377,7 +377,7 @@ var PartnerTypesApiFp = function (configuration) {
|
|
|
377
377
|
var localVarAxiosParamCreator = (0, exports.PartnerTypesApiAxiosParamCreator)(configuration);
|
|
378
378
|
return {
|
|
379
379
|
/**
|
|
380
|
-
* This will create a partner type.
|
|
380
|
+
* This will create a partner type. **Required Permissions** \"partner-management.partners.create\"
|
|
381
381
|
* @summary Create the partner-types
|
|
382
382
|
* @param {CreatePartnerTypeRequestDto} createPartnerTypeRequestDto
|
|
383
383
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -398,7 +398,7 @@ var PartnerTypesApiFp = function (configuration) {
|
|
|
398
398
|
});
|
|
399
399
|
},
|
|
400
400
|
/**
|
|
401
|
-
* Permanently deletes the partner-types. Supply the unique code that was returned when you created the partner-types and this will delete it.
|
|
401
|
+
* 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\"
|
|
402
402
|
* @summary Delete the partner-types
|
|
403
403
|
* @param {string} code
|
|
404
404
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -419,7 +419,7 @@ var PartnerTypesApiFp = function (configuration) {
|
|
|
419
419
|
});
|
|
420
420
|
},
|
|
421
421
|
/**
|
|
422
|
-
* 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.
|
|
422
|
+
* 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\"
|
|
423
423
|
* @summary Retrieve the partner-types
|
|
424
424
|
* @param {string} code Unique identifier for the object.
|
|
425
425
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -441,7 +441,7 @@ var PartnerTypesApiFp = function (configuration) {
|
|
|
441
441
|
});
|
|
442
442
|
},
|
|
443
443
|
/**
|
|
444
|
-
* 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.
|
|
444
|
+
* 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\"
|
|
445
445
|
* @summary List partner-types
|
|
446
446
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
447
447
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -468,7 +468,7 @@ var PartnerTypesApiFp = function (configuration) {
|
|
|
468
468
|
});
|
|
469
469
|
},
|
|
470
470
|
/**
|
|
471
|
-
* Updates the specified partner-types by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
471
|
+
* 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\"
|
|
472
472
|
* @summary Update the partner-types
|
|
473
473
|
* @param {string} code Unique identifier for the object.
|
|
474
474
|
* @param {UpdatePartnerTypeRequestDto} updatePartnerTypeRequestDto
|
|
@@ -500,7 +500,7 @@ var PartnerTypesApiFactory = function (configuration, basePath, axios) {
|
|
|
500
500
|
var localVarFp = (0, exports.PartnerTypesApiFp)(configuration);
|
|
501
501
|
return {
|
|
502
502
|
/**
|
|
503
|
-
* This will create a partner type.
|
|
503
|
+
* This will create a partner type. **Required Permissions** \"partner-management.partners.create\"
|
|
504
504
|
* @summary Create the partner-types
|
|
505
505
|
* @param {CreatePartnerTypeRequestDto} createPartnerTypeRequestDto
|
|
506
506
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -511,7 +511,7 @@ var PartnerTypesApiFactory = function (configuration, basePath, axios) {
|
|
|
511
511
|
return localVarFp.createPartnerType(createPartnerTypeRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
512
512
|
},
|
|
513
513
|
/**
|
|
514
|
-
* Permanently deletes the partner-types. Supply the unique code that was returned when you created the partner-types and this will delete it.
|
|
514
|
+
* 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\"
|
|
515
515
|
* @summary Delete the partner-types
|
|
516
516
|
* @param {string} code
|
|
517
517
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -522,7 +522,7 @@ var PartnerTypesApiFactory = function (configuration, basePath, axios) {
|
|
|
522
522
|
return localVarFp.deletePartnerType(code, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
523
523
|
},
|
|
524
524
|
/**
|
|
525
|
-
* 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.
|
|
525
|
+
* 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\"
|
|
526
526
|
* @summary Retrieve the partner-types
|
|
527
527
|
* @param {string} code Unique identifier for the object.
|
|
528
528
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -534,7 +534,7 @@ var PartnerTypesApiFactory = function (configuration, basePath, axios) {
|
|
|
534
534
|
return localVarFp.getPartnerType(code, authorization, expand, options).then(function (request) { return request(axios, basePath); });
|
|
535
535
|
},
|
|
536
536
|
/**
|
|
537
|
-
* 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.
|
|
537
|
+
* 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\"
|
|
538
538
|
* @summary List partner-types
|
|
539
539
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
540
540
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -551,7 +551,7 @@ var PartnerTypesApiFactory = function (configuration, basePath, axios) {
|
|
|
551
551
|
return localVarFp.listPartnerTypes(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then(function (request) { return request(axios, basePath); });
|
|
552
552
|
},
|
|
553
553
|
/**
|
|
554
|
-
* Updates the specified partner-types by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
554
|
+
* 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\"
|
|
555
555
|
* @summary Update the partner-types
|
|
556
556
|
* @param {string} code Unique identifier for the object.
|
|
557
557
|
* @param {UpdatePartnerTypeRequestDto} updatePartnerTypeRequestDto
|
|
@@ -577,7 +577,7 @@ var PartnerTypesApi = /** @class */ (function (_super) {
|
|
|
577
577
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
578
578
|
}
|
|
579
579
|
/**
|
|
580
|
-
* This will create a partner type.
|
|
580
|
+
* This will create a partner type. **Required Permissions** \"partner-management.partners.create\"
|
|
581
581
|
* @summary Create the partner-types
|
|
582
582
|
* @param {PartnerTypesApiCreatePartnerTypeRequest} requestParameters Request parameters.
|
|
583
583
|
* @param {*} [options] Override http request option.
|
|
@@ -589,7 +589,7 @@ var PartnerTypesApi = /** @class */ (function (_super) {
|
|
|
589
589
|
return (0, exports.PartnerTypesApiFp)(this.configuration).createPartnerType(requestParameters.createPartnerTypeRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
590
590
|
};
|
|
591
591
|
/**
|
|
592
|
-
* Permanently deletes the partner-types. Supply the unique code that was returned when you created the partner-types and this will delete it.
|
|
592
|
+
* 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\"
|
|
593
593
|
* @summary Delete the partner-types
|
|
594
594
|
* @param {PartnerTypesApiDeletePartnerTypeRequest} requestParameters Request parameters.
|
|
595
595
|
* @param {*} [options] Override http request option.
|
|
@@ -601,7 +601,7 @@ var PartnerTypesApi = /** @class */ (function (_super) {
|
|
|
601
601
|
return (0, exports.PartnerTypesApiFp)(this.configuration).deletePartnerType(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
602
602
|
};
|
|
603
603
|
/**
|
|
604
|
-
* 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.
|
|
604
|
+
* 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\"
|
|
605
605
|
* @summary Retrieve the partner-types
|
|
606
606
|
* @param {PartnerTypesApiGetPartnerTypeRequest} requestParameters Request parameters.
|
|
607
607
|
* @param {*} [options] Override http request option.
|
|
@@ -613,7 +613,7 @@ var PartnerTypesApi = /** @class */ (function (_super) {
|
|
|
613
613
|
return (0, exports.PartnerTypesApiFp)(this.configuration).getPartnerType(requestParameters.code, requestParameters.authorization, requestParameters.expand, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
614
614
|
};
|
|
615
615
|
/**
|
|
616
|
-
* 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.
|
|
616
|
+
* 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\"
|
|
617
617
|
* @summary List partner-types
|
|
618
618
|
* @param {PartnerTypesApiListPartnerTypesRequest} requestParameters Request parameters.
|
|
619
619
|
* @param {*} [options] Override http request option.
|
|
@@ -626,7 +626,7 @@ var PartnerTypesApi = /** @class */ (function (_super) {
|
|
|
626
626
|
return (0, exports.PartnerTypesApiFp)(this.configuration).listPartnerTypes(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); });
|
|
627
627
|
};
|
|
628
628
|
/**
|
|
629
|
-
* Updates the specified partner-types by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
629
|
+
* 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\"
|
|
630
630
|
* @summary Update the partner-types
|
|
631
631
|
* @param {PartnerTypesApiUpdatePartnerTypeRequest} requestParameters Request parameters.
|
|
632
632
|
* @param {*} [options] Override http request option.
|
|
@@ -20,7 +20,7 @@ import { ListPartnerVersionsResponseClass } from '../models';
|
|
|
20
20
|
*/
|
|
21
21
|
export declare const PartnerVersionsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
22
22
|
/**
|
|
23
|
-
* Retrieve a partner version by providing partner code and version number
|
|
23
|
+
* Retrieve a partner version by providing partner code and version number **Required Permissions** \"partner-management.partners.view\"
|
|
24
24
|
* @summary Retrieve the partner version
|
|
25
25
|
* @param {string} code Unique identifier for the object.
|
|
26
26
|
* @param {number} version
|
|
@@ -30,7 +30,7 @@ export declare const PartnerVersionsApiAxiosParamCreator: (configuration?: Confi
|
|
|
30
30
|
*/
|
|
31
31
|
getPartnerVersion: (code: string, version: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
32
32
|
/**
|
|
33
|
-
* 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.
|
|
33
|
+
* 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\"
|
|
34
34
|
* @summary List partner versions
|
|
35
35
|
* @param {string} code
|
|
36
36
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -52,7 +52,7 @@ export declare const PartnerVersionsApiAxiosParamCreator: (configuration?: Confi
|
|
|
52
52
|
*/
|
|
53
53
|
export declare const PartnerVersionsApiFp: (configuration?: Configuration) => {
|
|
54
54
|
/**
|
|
55
|
-
* Retrieve a partner version by providing partner code and version number
|
|
55
|
+
* Retrieve a partner version by providing partner code and version number **Required Permissions** \"partner-management.partners.view\"
|
|
56
56
|
* @summary Retrieve the partner version
|
|
57
57
|
* @param {string} code Unique identifier for the object.
|
|
58
58
|
* @param {number} version
|
|
@@ -62,7 +62,7 @@ export declare const PartnerVersionsApiFp: (configuration?: Configuration) => {
|
|
|
62
62
|
*/
|
|
63
63
|
getPartnerVersion(code: string, version: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPartnerVersionResponseClass>>;
|
|
64
64
|
/**
|
|
65
|
-
* 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.
|
|
65
|
+
* 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\"
|
|
66
66
|
* @summary List partner versions
|
|
67
67
|
* @param {string} code
|
|
68
68
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -84,7 +84,7 @@ export declare const PartnerVersionsApiFp: (configuration?: Configuration) => {
|
|
|
84
84
|
*/
|
|
85
85
|
export declare const PartnerVersionsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
86
86
|
/**
|
|
87
|
-
* Retrieve a partner version by providing partner code and version number
|
|
87
|
+
* Retrieve a partner version by providing partner code and version number **Required Permissions** \"partner-management.partners.view\"
|
|
88
88
|
* @summary Retrieve the partner version
|
|
89
89
|
* @param {string} code Unique identifier for the object.
|
|
90
90
|
* @param {number} version
|
|
@@ -94,7 +94,7 @@ export declare const PartnerVersionsApiFactory: (configuration?: Configuration,
|
|
|
94
94
|
*/
|
|
95
95
|
getPartnerVersion(code: string, version: number, authorization?: string, options?: any): AxiosPromise<GetPartnerVersionResponseClass>;
|
|
96
96
|
/**
|
|
97
|
-
* 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.
|
|
97
|
+
* 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\"
|
|
98
98
|
* @summary List partner versions
|
|
99
99
|
* @param {string} code
|
|
100
100
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -204,7 +204,7 @@ export interface PartnerVersionsApiListPartnerVersionRequest {
|
|
|
204
204
|
*/
|
|
205
205
|
export declare class PartnerVersionsApi extends BaseAPI {
|
|
206
206
|
/**
|
|
207
|
-
* Retrieve a partner version by providing partner code and version number
|
|
207
|
+
* Retrieve a partner version by providing partner code and version number **Required Permissions** \"partner-management.partners.view\"
|
|
208
208
|
* @summary Retrieve the partner version
|
|
209
209
|
* @param {PartnerVersionsApiGetPartnerVersionRequest} requestParameters Request parameters.
|
|
210
210
|
* @param {*} [options] Override http request option.
|
|
@@ -213,7 +213,7 @@ export declare class PartnerVersionsApi extends BaseAPI {
|
|
|
213
213
|
*/
|
|
214
214
|
getPartnerVersion(requestParameters: PartnerVersionsApiGetPartnerVersionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetPartnerVersionResponseClass, any>>;
|
|
215
215
|
/**
|
|
216
|
-
* 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.
|
|
216
|
+
* 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\"
|
|
217
217
|
* @summary List partner versions
|
|
218
218
|
* @param {PartnerVersionsApiListPartnerVersionRequest} requestParameters Request parameters.
|
|
219
219
|
* @param {*} [options] Override http request option.
|
|
@@ -93,7 +93,7 @@ var PartnerVersionsApiAxiosParamCreator = function (configuration) {
|
|
|
93
93
|
var _this = this;
|
|
94
94
|
return {
|
|
95
95
|
/**
|
|
96
|
-
* Retrieve a partner version by providing partner code and version number
|
|
96
|
+
* Retrieve a partner version by providing partner code and version number **Required Permissions** \"partner-management.partners.view\"
|
|
97
97
|
* @summary Retrieve the partner version
|
|
98
98
|
* @param {string} code Unique identifier for the object.
|
|
99
99
|
* @param {number} version
|
|
@@ -145,7 +145,7 @@ var PartnerVersionsApiAxiosParamCreator = function (configuration) {
|
|
|
145
145
|
});
|
|
146
146
|
},
|
|
147
147
|
/**
|
|
148
|
-
* 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.
|
|
148
|
+
* 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\"
|
|
149
149
|
* @summary List partner versions
|
|
150
150
|
* @param {string} code
|
|
151
151
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -231,7 +231,7 @@ var PartnerVersionsApiFp = function (configuration) {
|
|
|
231
231
|
var localVarAxiosParamCreator = (0, exports.PartnerVersionsApiAxiosParamCreator)(configuration);
|
|
232
232
|
return {
|
|
233
233
|
/**
|
|
234
|
-
* Retrieve a partner version by providing partner code and version number
|
|
234
|
+
* Retrieve a partner version by providing partner code and version number **Required Permissions** \"partner-management.partners.view\"
|
|
235
235
|
* @summary Retrieve the partner version
|
|
236
236
|
* @param {string} code Unique identifier for the object.
|
|
237
237
|
* @param {number} version
|
|
@@ -253,7 +253,7 @@ var PartnerVersionsApiFp = function (configuration) {
|
|
|
253
253
|
});
|
|
254
254
|
},
|
|
255
255
|
/**
|
|
256
|
-
* 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.
|
|
256
|
+
* 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\"
|
|
257
257
|
* @summary List partner versions
|
|
258
258
|
* @param {string} code
|
|
259
259
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -291,7 +291,7 @@ var PartnerVersionsApiFactory = function (configuration, basePath, axios) {
|
|
|
291
291
|
var localVarFp = (0, exports.PartnerVersionsApiFp)(configuration);
|
|
292
292
|
return {
|
|
293
293
|
/**
|
|
294
|
-
* Retrieve a partner version by providing partner code and version number
|
|
294
|
+
* Retrieve a partner version by providing partner code and version number **Required Permissions** \"partner-management.partners.view\"
|
|
295
295
|
* @summary Retrieve the partner version
|
|
296
296
|
* @param {string} code Unique identifier for the object.
|
|
297
297
|
* @param {number} version
|
|
@@ -303,7 +303,7 @@ var PartnerVersionsApiFactory = function (configuration, basePath, axios) {
|
|
|
303
303
|
return localVarFp.getPartnerVersion(code, version, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
304
304
|
},
|
|
305
305
|
/**
|
|
306
|
-
* 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.
|
|
306
|
+
* 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\"
|
|
307
307
|
* @summary List partner versions
|
|
308
308
|
* @param {string} code
|
|
309
309
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -335,7 +335,7 @@ var PartnerVersionsApi = /** @class */ (function (_super) {
|
|
|
335
335
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
336
336
|
}
|
|
337
337
|
/**
|
|
338
|
-
* Retrieve a partner version by providing partner code and version number
|
|
338
|
+
* Retrieve a partner version by providing partner code and version number **Required Permissions** \"partner-management.partners.view\"
|
|
339
339
|
* @summary Retrieve the partner version
|
|
340
340
|
* @param {PartnerVersionsApiGetPartnerVersionRequest} requestParameters Request parameters.
|
|
341
341
|
* @param {*} [options] Override http request option.
|
|
@@ -347,7 +347,7 @@ var PartnerVersionsApi = /** @class */ (function (_super) {
|
|
|
347
347
|
return (0, exports.PartnerVersionsApiFp)(this.configuration).getPartnerVersion(requestParameters.code, requestParameters.version, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
348
348
|
};
|
|
349
349
|
/**
|
|
350
|
-
* 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.
|
|
350
|
+
* 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\"
|
|
351
351
|
* @summary List partner versions
|
|
352
352
|
* @param {PartnerVersionsApiListPartnerVersionRequest} requestParameters Request parameters.
|
|
353
353
|
* @param {*} [options] Override http request option.
|
|
@@ -27,7 +27,7 @@ import { UpdatePartnerResponseClass } from '../models';
|
|
|
27
27
|
*/
|
|
28
28
|
export declare const PartnersApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
29
29
|
/**
|
|
30
|
-
* This will create a partner.
|
|
30
|
+
* This will create a partner. **Required Permissions** \"partner-management.partners.create\"
|
|
31
31
|
* @summary Create the partner
|
|
32
32
|
* @param {CreatePartnerRequestDto} createPartnerRequestDto
|
|
33
33
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -36,7 +36,7 @@ export declare const PartnersApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
36
36
|
*/
|
|
37
37
|
createPartner: (createPartnerRequestDto: CreatePartnerRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
38
38
|
/**
|
|
39
|
-
* Permanently deletes the partner. Supply the unique code that was returned when you created the partner and this will delete it.
|
|
39
|
+
* 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\"
|
|
40
40
|
* @summary Delete the partner
|
|
41
41
|
* @param {string} code
|
|
42
42
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -45,7 +45,7 @@ export declare const PartnersApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
45
45
|
*/
|
|
46
46
|
deletePartner: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
47
47
|
/**
|
|
48
|
-
* 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.
|
|
48
|
+
* 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\"
|
|
49
49
|
* @summary Retrieve the partner
|
|
50
50
|
* @param {string} code Unique identifier for the object.
|
|
51
51
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -55,7 +55,7 @@ export declare const PartnersApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
55
55
|
*/
|
|
56
56
|
getPartner: (code: string, authorization?: string, expand?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
57
57
|
/**
|
|
58
|
-
* 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.
|
|
58
|
+
* 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\"
|
|
59
59
|
* @summary List partners
|
|
60
60
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
61
61
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -70,7 +70,7 @@ export declare const PartnersApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
70
70
|
*/
|
|
71
71
|
listPartners: (authorization?: string, pageSize?: any, pageToken?: any, filter?: string, search?: any, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
72
72
|
/**
|
|
73
|
-
* 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.
|
|
73
|
+
* 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\"
|
|
74
74
|
* @summary List grouped relations for partner
|
|
75
75
|
* @param {string} code
|
|
76
76
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -86,7 +86,7 @@ export declare const PartnersApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
86
86
|
*/
|
|
87
87
|
listRelationsForPartner: (code: string, authorization?: string, pageSize?: any, pageToken?: any, filter?: string, search?: any, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
88
88
|
/**
|
|
89
|
-
* Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
89
|
+
* 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\"
|
|
90
90
|
* @summary Update the partner
|
|
91
91
|
* @param {string} code
|
|
92
92
|
* @param {TagPartnerRequestDtoRest} tagPartnerRequestDtoRest
|
|
@@ -96,7 +96,7 @@ export declare const PartnersApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
96
96
|
*/
|
|
97
97
|
tagPartner: (code: string, tagPartnerRequestDtoRest: TagPartnerRequestDtoRest, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
98
98
|
/**
|
|
99
|
-
* Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
99
|
+
* 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\"
|
|
100
100
|
* @summary Update the partner
|
|
101
101
|
* @param {string} code Unique identifier for the object.
|
|
102
102
|
* @param {UpdatePartnerRequestDto} updatePartnerRequestDto
|
|
@@ -112,7 +112,7 @@ export declare const PartnersApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
112
112
|
*/
|
|
113
113
|
export declare const PartnersApiFp: (configuration?: Configuration) => {
|
|
114
114
|
/**
|
|
115
|
-
* This will create a partner.
|
|
115
|
+
* This will create a partner. **Required Permissions** \"partner-management.partners.create\"
|
|
116
116
|
* @summary Create the partner
|
|
117
117
|
* @param {CreatePartnerRequestDto} createPartnerRequestDto
|
|
118
118
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -121,7 +121,7 @@ export declare const PartnersApiFp: (configuration?: Configuration) => {
|
|
|
121
121
|
*/
|
|
122
122
|
createPartner(createPartnerRequestDto: CreatePartnerRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreatePartnerResponseClass>>;
|
|
123
123
|
/**
|
|
124
|
-
* Permanently deletes the partner. Supply the unique code that was returned when you created the partner and this will delete it.
|
|
124
|
+
* 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\"
|
|
125
125
|
* @summary Delete the partner
|
|
126
126
|
* @param {string} code
|
|
127
127
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -130,7 +130,7 @@ export declare const PartnersApiFp: (configuration?: Configuration) => {
|
|
|
130
130
|
*/
|
|
131
131
|
deletePartner(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DeleteResponseClass>>;
|
|
132
132
|
/**
|
|
133
|
-
* 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.
|
|
133
|
+
* 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\"
|
|
134
134
|
* @summary Retrieve the partner
|
|
135
135
|
* @param {string} code Unique identifier for the object.
|
|
136
136
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -140,7 +140,7 @@ export declare const PartnersApiFp: (configuration?: Configuration) => {
|
|
|
140
140
|
*/
|
|
141
141
|
getPartner(code: string, authorization?: string, expand?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPartnerResponseClass>>;
|
|
142
142
|
/**
|
|
143
|
-
* 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.
|
|
143
|
+
* 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\"
|
|
144
144
|
* @summary List partners
|
|
145
145
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
146
146
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -155,7 +155,7 @@ export declare const PartnersApiFp: (configuration?: Configuration) => {
|
|
|
155
155
|
*/
|
|
156
156
|
listPartners(authorization?: string, pageSize?: any, pageToken?: any, filter?: string, search?: any, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListPartnersResponseClass>>;
|
|
157
157
|
/**
|
|
158
|
-
* 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.
|
|
158
|
+
* 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\"
|
|
159
159
|
* @summary List grouped relations for partner
|
|
160
160
|
* @param {string} code
|
|
161
161
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -171,7 +171,7 @@ export declare const PartnersApiFp: (configuration?: Configuration) => {
|
|
|
171
171
|
*/
|
|
172
172
|
listRelationsForPartner(code: string, authorization?: string, pageSize?: any, pageToken?: any, filter?: string, search?: any, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListRelatedPartnersResponseClass>>;
|
|
173
173
|
/**
|
|
174
|
-
* Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
174
|
+
* 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\"
|
|
175
175
|
* @summary Update the partner
|
|
176
176
|
* @param {string} code
|
|
177
177
|
* @param {TagPartnerRequestDtoRest} tagPartnerRequestDtoRest
|
|
@@ -181,7 +181,7 @@ export declare const PartnersApiFp: (configuration?: Configuration) => {
|
|
|
181
181
|
*/
|
|
182
182
|
tagPartner(code: string, tagPartnerRequestDtoRest: TagPartnerRequestDtoRest, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPartnerResponseClass>>;
|
|
183
183
|
/**
|
|
184
|
-
* Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
184
|
+
* 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\"
|
|
185
185
|
* @summary Update the partner
|
|
186
186
|
* @param {string} code Unique identifier for the object.
|
|
187
187
|
* @param {UpdatePartnerRequestDto} updatePartnerRequestDto
|
|
@@ -197,7 +197,7 @@ export declare const PartnersApiFp: (configuration?: Configuration) => {
|
|
|
197
197
|
*/
|
|
198
198
|
export declare const PartnersApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
199
199
|
/**
|
|
200
|
-
* This will create a partner.
|
|
200
|
+
* This will create a partner. **Required Permissions** \"partner-management.partners.create\"
|
|
201
201
|
* @summary Create the partner
|
|
202
202
|
* @param {CreatePartnerRequestDto} createPartnerRequestDto
|
|
203
203
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -206,7 +206,7 @@ export declare const PartnersApiFactory: (configuration?: Configuration, basePat
|
|
|
206
206
|
*/
|
|
207
207
|
createPartner(createPartnerRequestDto: CreatePartnerRequestDto, authorization?: string, options?: any): AxiosPromise<CreatePartnerResponseClass>;
|
|
208
208
|
/**
|
|
209
|
-
* Permanently deletes the partner. Supply the unique code that was returned when you created the partner and this will delete it.
|
|
209
|
+
* 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\"
|
|
210
210
|
* @summary Delete the partner
|
|
211
211
|
* @param {string} code
|
|
212
212
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -215,7 +215,7 @@ export declare const PartnersApiFactory: (configuration?: Configuration, basePat
|
|
|
215
215
|
*/
|
|
216
216
|
deletePartner(code: string, authorization?: string, options?: any): AxiosPromise<DeleteResponseClass>;
|
|
217
217
|
/**
|
|
218
|
-
* 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.
|
|
218
|
+
* 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\"
|
|
219
219
|
* @summary Retrieve the partner
|
|
220
220
|
* @param {string} code Unique identifier for the object.
|
|
221
221
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -225,7 +225,7 @@ export declare const PartnersApiFactory: (configuration?: Configuration, basePat
|
|
|
225
225
|
*/
|
|
226
226
|
getPartner(code: string, authorization?: string, expand?: any, options?: any): AxiosPromise<GetPartnerResponseClass>;
|
|
227
227
|
/**
|
|
228
|
-
* 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.
|
|
228
|
+
* 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\"
|
|
229
229
|
* @summary List partners
|
|
230
230
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
231
231
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -240,7 +240,7 @@ export declare const PartnersApiFactory: (configuration?: Configuration, basePat
|
|
|
240
240
|
*/
|
|
241
241
|
listPartners(authorization?: string, pageSize?: any, pageToken?: any, filter?: string, search?: any, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListPartnersResponseClass>;
|
|
242
242
|
/**
|
|
243
|
-
* 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.
|
|
243
|
+
* 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\"
|
|
244
244
|
* @summary List grouped relations for partner
|
|
245
245
|
* @param {string} code
|
|
246
246
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -256,7 +256,7 @@ export declare const PartnersApiFactory: (configuration?: Configuration, basePat
|
|
|
256
256
|
*/
|
|
257
257
|
listRelationsForPartner(code: string, authorization?: string, pageSize?: any, pageToken?: any, filter?: string, search?: any, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListRelatedPartnersResponseClass>;
|
|
258
258
|
/**
|
|
259
|
-
* Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
259
|
+
* 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\"
|
|
260
260
|
* @summary Update the partner
|
|
261
261
|
* @param {string} code
|
|
262
262
|
* @param {TagPartnerRequestDtoRest} tagPartnerRequestDtoRest
|
|
@@ -266,7 +266,7 @@ export declare const PartnersApiFactory: (configuration?: Configuration, basePat
|
|
|
266
266
|
*/
|
|
267
267
|
tagPartner(code: string, tagPartnerRequestDtoRest: TagPartnerRequestDtoRest, authorization?: string, options?: any): AxiosPromise<GetPartnerResponseClass>;
|
|
268
268
|
/**
|
|
269
|
-
* Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
269
|
+
* 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\"
|
|
270
270
|
* @summary Update the partner
|
|
271
271
|
* @param {string} code Unique identifier for the object.
|
|
272
272
|
* @param {UpdatePartnerRequestDto} updatePartnerRequestDto
|
|
@@ -513,7 +513,7 @@ export interface PartnersApiUpdatePartnerRequest {
|
|
|
513
513
|
*/
|
|
514
514
|
export declare class PartnersApi extends BaseAPI {
|
|
515
515
|
/**
|
|
516
|
-
* This will create a partner.
|
|
516
|
+
* This will create a partner. **Required Permissions** \"partner-management.partners.create\"
|
|
517
517
|
* @summary Create the partner
|
|
518
518
|
* @param {PartnersApiCreatePartnerRequest} requestParameters Request parameters.
|
|
519
519
|
* @param {*} [options] Override http request option.
|
|
@@ -522,7 +522,7 @@ export declare class PartnersApi extends BaseAPI {
|
|
|
522
522
|
*/
|
|
523
523
|
createPartner(requestParameters: PartnersApiCreatePartnerRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreatePartnerResponseClass, any>>;
|
|
524
524
|
/**
|
|
525
|
-
* Permanently deletes the partner. Supply the unique code that was returned when you created the partner and this will delete it.
|
|
525
|
+
* 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\"
|
|
526
526
|
* @summary Delete the partner
|
|
527
527
|
* @param {PartnersApiDeletePartnerRequest} requestParameters Request parameters.
|
|
528
528
|
* @param {*} [options] Override http request option.
|
|
@@ -531,7 +531,7 @@ export declare class PartnersApi extends BaseAPI {
|
|
|
531
531
|
*/
|
|
532
532
|
deletePartner(requestParameters: PartnersApiDeletePartnerRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteResponseClass, any>>;
|
|
533
533
|
/**
|
|
534
|
-
* 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.
|
|
534
|
+
* 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\"
|
|
535
535
|
* @summary Retrieve the partner
|
|
536
536
|
* @param {PartnersApiGetPartnerRequest} requestParameters Request parameters.
|
|
537
537
|
* @param {*} [options] Override http request option.
|
|
@@ -540,7 +540,7 @@ export declare class PartnersApi extends BaseAPI {
|
|
|
540
540
|
*/
|
|
541
541
|
getPartner(requestParameters: PartnersApiGetPartnerRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetPartnerResponseClass, any>>;
|
|
542
542
|
/**
|
|
543
|
-
* 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.
|
|
543
|
+
* 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\"
|
|
544
544
|
* @summary List partners
|
|
545
545
|
* @param {PartnersApiListPartnersRequest} requestParameters Request parameters.
|
|
546
546
|
* @param {*} [options] Override http request option.
|
|
@@ -549,7 +549,7 @@ export declare class PartnersApi extends BaseAPI {
|
|
|
549
549
|
*/
|
|
550
550
|
listPartners(requestParameters?: PartnersApiListPartnersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPartnersResponseClass, any>>;
|
|
551
551
|
/**
|
|
552
|
-
* 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.
|
|
552
|
+
* 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\"
|
|
553
553
|
* @summary List grouped relations for partner
|
|
554
554
|
* @param {PartnersApiListRelationsForPartnerRequest} requestParameters Request parameters.
|
|
555
555
|
* @param {*} [options] Override http request option.
|
|
@@ -558,7 +558,7 @@ export declare class PartnersApi extends BaseAPI {
|
|
|
558
558
|
*/
|
|
559
559
|
listRelationsForPartner(requestParameters: PartnersApiListRelationsForPartnerRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListRelatedPartnersResponseClass, any>>;
|
|
560
560
|
/**
|
|
561
|
-
* Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
561
|
+
* 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\"
|
|
562
562
|
* @summary Update the partner
|
|
563
563
|
* @param {PartnersApiTagPartnerRequest} requestParameters Request parameters.
|
|
564
564
|
* @param {*} [options] Override http request option.
|
|
@@ -567,7 +567,7 @@ export declare class PartnersApi extends BaseAPI {
|
|
|
567
567
|
*/
|
|
568
568
|
tagPartner(requestParameters: PartnersApiTagPartnerRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetPartnerResponseClass, any>>;
|
|
569
569
|
/**
|
|
570
|
-
* Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
570
|
+
* 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\"
|
|
571
571
|
* @summary Update the partner
|
|
572
572
|
* @param {PartnersApiUpdatePartnerRequest} requestParameters Request parameters.
|
|
573
573
|
* @param {*} [options] Override http request option.
|