@lcdp/api-react-rest-client 2.14.3-develop.18489802587 → 2.14.3-develop.18496590089
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.
|
@@ -38,12 +38,12 @@ export declare class SearchInvoiceApi extends runtime.BaseAPI {
|
|
|
38
38
|
*/
|
|
39
39
|
getInvoice(requestParameters: GetInvoiceRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.BlobWithMeta>;
|
|
40
40
|
/**
|
|
41
|
-
* Allow to get invoices. Currently, invoiceType supported values : - SERVICE -
|
|
41
|
+
* Allow to get invoices. Currently, invoiceType supported values : - SERVICE - EXTERNAL
|
|
42
42
|
* Get invoices for service
|
|
43
43
|
*/
|
|
44
44
|
getInvoicesRaw(requestParameters: GetInvoicesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedInvoices | runtime.BlobWithMeta>>;
|
|
45
45
|
/**
|
|
46
|
-
* Allow to get invoices. Currently, invoiceType supported values : - SERVICE -
|
|
46
|
+
* Allow to get invoices. Currently, invoiceType supported values : - SERVICE - EXTERNAL
|
|
47
47
|
* Get invoices for service
|
|
48
48
|
*/
|
|
49
49
|
getInvoices(requestParameters: GetInvoicesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedInvoices | runtime.BlobWithMeta>;
|
|
@@ -163,7 +163,7 @@ var SearchInvoiceApi = /** @class */ (function (_super) {
|
|
|
163
163
|
});
|
|
164
164
|
};
|
|
165
165
|
/**
|
|
166
|
-
* Allow to get invoices. Currently, invoiceType supported values : - SERVICE -
|
|
166
|
+
* Allow to get invoices. Currently, invoiceType supported values : - SERVICE - EXTERNAL
|
|
167
167
|
* Get invoices for service
|
|
168
168
|
*/
|
|
169
169
|
SearchInvoiceApi.prototype.getInvoicesRaw = function (requestParameters, initOverrides) {
|
|
@@ -247,7 +247,7 @@ var SearchInvoiceApi = /** @class */ (function (_super) {
|
|
|
247
247
|
});
|
|
248
248
|
};
|
|
249
249
|
/**
|
|
250
|
-
* Allow to get invoices. Currently, invoiceType supported values : - SERVICE -
|
|
250
|
+
* Allow to get invoices. Currently, invoiceType supported values : - SERVICE - EXTERNAL
|
|
251
251
|
* Get invoices for service
|
|
252
252
|
*/
|
|
253
253
|
SearchInvoiceApi.prototype.getInvoices = function (requestParameters, initOverrides) {
|
|
@@ -18,7 +18,6 @@ export declare const InvoiceType: {
|
|
|
18
18
|
readonly COMMISSION_SELLER: "COMMISSION_SELLER";
|
|
19
19
|
readonly COMMISSION_CREDIT_NOTE_BUYER: "COMMISSION_CREDIT_NOTE_BUYER";
|
|
20
20
|
readonly COMMISSION_CREDIT_NOTE_SELLER: "COMMISSION_CREDIT_NOTE_SELLER";
|
|
21
|
-
readonly SUBSCRIPTION: "SUBSCRIPTION";
|
|
22
21
|
readonly SERVICE: "SERVICE";
|
|
23
22
|
readonly ORDER_BUYER: "ORDER_BUYER";
|
|
24
23
|
readonly ORDER_SELLER: "ORDER_SELLER";
|
|
@@ -23,7 +23,6 @@ exports.InvoiceType = {
|
|
|
23
23
|
COMMISSION_SELLER: 'COMMISSION_SELLER',
|
|
24
24
|
COMMISSION_CREDIT_NOTE_BUYER: 'COMMISSION_CREDIT_NOTE_BUYER',
|
|
25
25
|
COMMISSION_CREDIT_NOTE_SELLER: 'COMMISSION_CREDIT_NOTE_SELLER',
|
|
26
|
-
SUBSCRIPTION: 'SUBSCRIPTION',
|
|
27
26
|
SERVICE: 'SERVICE',
|
|
28
27
|
ORDER_BUYER: 'ORDER_BUYER',
|
|
29
28
|
ORDER_SELLER: 'ORDER_SELLER',
|