@lcdp/api-react-rest-client 2.11.5-develop.15065984688 → 2.11.5
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/auth/src/models/PagingMetadata.d.ts +4 -4
- package/auth/src/models/PagingMetadata.js +4 -0
- package/banking-operation/src/models/PagingMetadata.d.ts +4 -4
- package/banking-operation/src/models/PagingMetadata.js +4 -0
- package/catalog/src/models/PagingMetadata.d.ts +4 -4
- package/catalog/src/models/PagingMetadata.js +4 -0
- package/factory/src/models/PagingMetadata.d.ts +4 -4
- package/factory/src/models/PagingMetadata.js +4 -0
- package/favorite/src/models/PagingMetadata.d.ts +4 -4
- package/favorite/src/models/PagingMetadata.js +4 -0
- package/inventory/src/apis/ManageInventoryApi.d.ts +28 -1
- package/inventory/src/apis/ManageInventoryApi.js +165 -8
- package/inventory/src/apis/index.d.ts +0 -1
- package/inventory/src/apis/index.js +0 -1
- package/inventory/src/models/ActiveProductUpdateParameters.d.ts +32 -0
- package/inventory/src/models/ActiveProductUpdateParameters.js +46 -0
- package/inventory/src/models/PagingMetadata.d.ts +4 -4
- package/inventory/src/models/PagingMetadata.js +4 -0
- package/inventory/src/models/SynchronizationMode.d.ts +3 -3
- package/inventory/src/models/SynchronizationMode.js +3 -3
- package/inventory/src/models/index.d.ts +1 -7
- package/inventory/src/models/index.js +1 -7
- package/invoice/src/models/Invoice.d.ts +2 -2
- package/invoice/src/models/OrderTally.d.ts +4 -4
- package/invoice/src/models/PagingMetadata.d.ts +4 -4
- package/invoice/src/models/PagingMetadata.js +4 -0
- package/laboratory/src/models/PagingMetadata.d.ts +4 -4
- package/laboratory/src/models/PagingMetadata.js +4 -0
- package/laboratory-store/src/models/PagingMetadata.d.ts +4 -4
- package/laboratory-store/src/models/PagingMetadata.js +4 -0
- package/laboratory-store-log/src/models/PagingMetadata.d.ts +4 -4
- package/laboratory-store-log/src/models/PagingMetadata.js +4 -0
- package/lexicon/src/models/PagingMetadata.d.ts +4 -4
- package/lexicon/src/models/PagingMetadata.js +4 -0
- package/message/src/models/PagingMetadata.d.ts +4 -4
- package/message/src/models/PagingMetadata.js +4 -0
- package/notification/src/models/PagingMetadata.d.ts +4 -4
- package/notification/src/models/PagingMetadata.js +4 -0
- package/order/src/models/Order.d.ts +1 -1
- package/order/src/models/Order.js +2 -0
- package/order/src/models/PagingMetadata.d.ts +4 -4
- package/order/src/models/PagingMetadata.js +4 -0
- package/order/src/models/UserLink.d.ts +1 -1
- package/order-log/src/models/PagingMetadata.d.ts +4 -4
- package/order-log/src/models/PagingMetadata.js +4 -0
- package/outrage-message/src/models/PagingMetadata.d.ts +4 -4
- package/outrage-message/src/models/PagingMetadata.js +4 -0
- package/package.json +1 -1
- package/product/src/models/PagingMetadata.d.ts +4 -4
- package/product/src/models/PagingMetadata.js +4 -0
- package/pub/src/models/Image.d.ts +6 -0
- package/pub/src/models/Image.js +4 -0
- package/pub/src/models/PagingMetadata.d.ts +4 -4
- package/pub/src/models/PagingMetadata.js +4 -0
- package/recommendation/src/models/PagingMetadata.d.ts +4 -4
- package/recommendation/src/models/PagingMetadata.js +4 -0
- package/rfx/src/models/PagingMetadata.d.ts +4 -4
- package/rfx/src/models/PagingMetadata.js +4 -0
- package/sale-offer/src/models/PagingMetadata.d.ts +4 -4
- package/sale-offer/src/models/PagingMetadata.js +4 -0
- package/sale-offer-log/src/models/PagingMetadata.d.ts +4 -4
- package/sale-offer-log/src/models/PagingMetadata.js +4 -0
- package/shipment/src/models/PagingMetadata.d.ts +4 -4
- package/shipment/src/models/PagingMetadata.js +4 -0
- package/shopping-cart/src/models/ProductLink.d.ts +1 -1
- package/statistic/src/models/PagingMetadata.d.ts +4 -4
- package/statistic/src/models/PagingMetadata.js +4 -0
- package/subscription/src/models/PagingMetadata.d.ts +4 -4
- package/subscription/src/models/PagingMetadata.js +4 -0
- package/thread/src/models/PagingMetadata.d.ts +4 -4
- package/thread/src/models/PagingMetadata.js +4 -0
- package/ubo/src/models/Ubo.d.ts +2 -3
- package/ubo/src/models/Ubo.js +2 -3
- package/ubo/src/models/index.d.ts +0 -1
- package/ubo/src/models/index.js +0 -1
- package/user/src/models/PagingMetadata.d.ts +4 -4
- package/user/src/models/PagingMetadata.js +4 -0
- package/user/src/models/UserUpdateParameters.d.ts +1 -1
- package/wish/src/models/PagingMetadata.d.ts +4 -4
- package/wish/src/models/PagingMetadata.js +4 -0
- package/inventory/src/apis/ManageInventorySynchronizationApi.d.ts +0 -93
- package/inventory/src/apis/ManageInventorySynchronizationApi.js +0 -515
- package/inventory/src/models/AnyBuffer.d.ts +0 -26
- package/inventory/src/models/AnyBuffer.js +0 -50
- package/inventory/src/models/Buffer.d.ts +0 -33
- package/inventory/src/models/Buffer.js +0 -47
- package/inventory/src/models/FixedBuffer.d.ts +0 -37
- package/inventory/src/models/FixedBuffer.js +0 -49
- package/inventory/src/models/IdentifiedSynchronization.d.ts +0 -52
- package/inventory/src/models/IdentifiedSynchronization.js +0 -62
- package/inventory/src/models/SalesForecastBuffer.d.ts +0 -37
- package/inventory/src/models/SalesForecastBuffer.js +0 -49
- package/inventory/src/models/Synchronization.d.ts +0 -48
- package/inventory/src/models/Synchronization.js +0 -58
- package/inventory/src/models/SynchronizationProposal.d.ts +0 -56
- package/inventory/src/models/SynchronizationProposal.js +0 -63
- package/ubo/src/models/Birthplace.d.ts +0 -38
- package/ubo/src/models/Birthplace.js +0 -52
|
@@ -16,17 +16,17 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface PagingMetadata {
|
|
18
18
|
/**
|
|
19
|
-
* Current page requested. Start at 0.
|
|
19
|
+
* Current page requested. Start at 0.
|
|
20
20
|
* @type {number}
|
|
21
21
|
* @memberof PagingMetadata
|
|
22
22
|
*/
|
|
23
|
-
page
|
|
23
|
+
page: number;
|
|
24
24
|
/**
|
|
25
|
-
* Number of item per page. 0 means that you only required
|
|
25
|
+
* Number of item per page. 0 means that you only required metdata.
|
|
26
26
|
* @type {number}
|
|
27
27
|
* @memberof PagingMetadata
|
|
28
28
|
*/
|
|
29
|
-
perPage
|
|
29
|
+
perPage: number;
|
|
30
30
|
/**
|
|
31
31
|
* Total number of item visible by the client in the request
|
|
32
32
|
* @type {number}
|
|
@@ -18,6 +18,10 @@ exports.PagingMetadataToJSON = exports.PagingMetadataFromJSONTyped = exports.Pag
|
|
|
18
18
|
* Check if a given object implements the PagingMetadata interface.
|
|
19
19
|
*/
|
|
20
20
|
function instanceOfPagingMetadata(value) {
|
|
21
|
+
if (!('page' in value) || value['page'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
if (!('perPage' in value) || value['perPage'] === undefined)
|
|
24
|
+
return false;
|
|
21
25
|
if (!('totalVisible' in value) || value['totalVisible'] === undefined)
|
|
22
26
|
return false;
|
|
23
27
|
if (!('totalFound' in value) || value['totalFound'] === undefined)
|
|
@@ -16,17 +16,17 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface PagingMetadata {
|
|
18
18
|
/**
|
|
19
|
-
* Current page requested. Start at 0.
|
|
19
|
+
* Current page requested. Start at 0.
|
|
20
20
|
* @type {number}
|
|
21
21
|
* @memberof PagingMetadata
|
|
22
22
|
*/
|
|
23
|
-
page
|
|
23
|
+
page: number;
|
|
24
24
|
/**
|
|
25
|
-
* Number of item per page. 0 means that you only required
|
|
25
|
+
* Number of item per page. 0 means that you only required metdata.
|
|
26
26
|
* @type {number}
|
|
27
27
|
* @memberof PagingMetadata
|
|
28
28
|
*/
|
|
29
|
-
perPage
|
|
29
|
+
perPage: number;
|
|
30
30
|
/**
|
|
31
31
|
* Total number of item visible by the client in the request
|
|
32
32
|
* @type {number}
|
|
@@ -18,6 +18,10 @@ exports.PagingMetadataToJSON = exports.PagingMetadataFromJSONTyped = exports.Pag
|
|
|
18
18
|
* Check if a given object implements the PagingMetadata interface.
|
|
19
19
|
*/
|
|
20
20
|
function instanceOfPagingMetadata(value) {
|
|
21
|
+
if (!('page' in value) || value['page'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
if (!('perPage' in value) || value['perPage'] === undefined)
|
|
24
|
+
return false;
|
|
21
25
|
if (!('totalVisible' in value) || value['totalVisible'] === undefined)
|
|
22
26
|
return false;
|
|
23
27
|
if (!('totalFound' in value) || value['totalFound'] === undefined)
|
|
@@ -16,17 +16,17 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface PagingMetadata {
|
|
18
18
|
/**
|
|
19
|
-
* Current page requested. Start at 0.
|
|
19
|
+
* Current page requested. Start at 0.
|
|
20
20
|
* @type {number}
|
|
21
21
|
* @memberof PagingMetadata
|
|
22
22
|
*/
|
|
23
|
-
page
|
|
23
|
+
page: number;
|
|
24
24
|
/**
|
|
25
|
-
* Number of item per page. 0 means that you only required
|
|
25
|
+
* Number of item per page. 0 means that you only required metdata.
|
|
26
26
|
* @type {number}
|
|
27
27
|
* @memberof PagingMetadata
|
|
28
28
|
*/
|
|
29
|
-
perPage
|
|
29
|
+
perPage: number;
|
|
30
30
|
/**
|
|
31
31
|
* Total number of item visible by the client in the request
|
|
32
32
|
* @type {number}
|
|
@@ -18,6 +18,10 @@ exports.PagingMetadataToJSON = exports.PagingMetadataFromJSONTyped = exports.Pag
|
|
|
18
18
|
* Check if a given object implements the PagingMetadata interface.
|
|
19
19
|
*/
|
|
20
20
|
function instanceOfPagingMetadata(value) {
|
|
21
|
+
if (!('page' in value) || value['page'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
if (!('perPage' in value) || value['perPage'] === undefined)
|
|
24
|
+
return false;
|
|
21
25
|
if (!('totalVisible' in value) || value['totalVisible'] === undefined)
|
|
22
26
|
return false;
|
|
23
27
|
if (!('totalFound' in value) || value['totalFound'] === undefined)
|
|
@@ -16,17 +16,17 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface PagingMetadata {
|
|
18
18
|
/**
|
|
19
|
-
* Current page requested. Start at 0.
|
|
19
|
+
* Current page requested. Start at 0.
|
|
20
20
|
* @type {number}
|
|
21
21
|
* @memberof PagingMetadata
|
|
22
22
|
*/
|
|
23
|
-
page
|
|
23
|
+
page: number;
|
|
24
24
|
/**
|
|
25
|
-
* Number of item per page. 0 means that you only required
|
|
25
|
+
* Number of item per page. 0 means that you only required metdata.
|
|
26
26
|
* @type {number}
|
|
27
27
|
* @memberof PagingMetadata
|
|
28
28
|
*/
|
|
29
|
-
perPage
|
|
29
|
+
perPage: number;
|
|
30
30
|
/**
|
|
31
31
|
* Total number of item visible by the client in the request
|
|
32
32
|
* @type {number}
|
|
@@ -18,6 +18,10 @@ exports.PagingMetadataToJSON = exports.PagingMetadataFromJSONTyped = exports.Pag
|
|
|
18
18
|
* Check if a given object implements the PagingMetadata interface.
|
|
19
19
|
*/
|
|
20
20
|
function instanceOfPagingMetadata(value) {
|
|
21
|
+
if (!('page' in value) || value['page'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
if (!('perPage' in value) || value['perPage'] === undefined)
|
|
24
|
+
return false;
|
|
21
25
|
if (!('totalVisible' in value) || value['totalVisible'] === undefined)
|
|
22
26
|
return false;
|
|
23
27
|
if (!('totalFound' in value) || value['totalFound'] === undefined)
|
|
@@ -16,17 +16,17 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface PagingMetadata {
|
|
18
18
|
/**
|
|
19
|
-
* Current page requested. Start at 0.
|
|
19
|
+
* Current page requested. Start at 0.
|
|
20
20
|
* @type {number}
|
|
21
21
|
* @memberof PagingMetadata
|
|
22
22
|
*/
|
|
23
|
-
page
|
|
23
|
+
page: number;
|
|
24
24
|
/**
|
|
25
|
-
* Number of item per page. 0 means that you only required
|
|
25
|
+
* Number of item per page. 0 means that you only required metdata.
|
|
26
26
|
* @type {number}
|
|
27
27
|
* @memberof PagingMetadata
|
|
28
28
|
*/
|
|
29
|
-
perPage
|
|
29
|
+
perPage: number;
|
|
30
30
|
/**
|
|
31
31
|
* Total number of item visible by the client in the request
|
|
32
32
|
* @type {number}
|
|
@@ -18,6 +18,10 @@ exports.PagingMetadataToJSON = exports.PagingMetadataFromJSONTyped = exports.Pag
|
|
|
18
18
|
* Check if a given object implements the PagingMetadata interface.
|
|
19
19
|
*/
|
|
20
20
|
function instanceOfPagingMetadata(value) {
|
|
21
|
+
if (!('page' in value) || value['page'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
if (!('perPage' in value) || value['perPage'] === undefined)
|
|
24
|
+
return false;
|
|
21
25
|
if (!('totalVisible' in value) || value['totalVisible'] === undefined)
|
|
22
26
|
return false;
|
|
23
27
|
if (!('totalFound' in value) || value['totalFound'] === undefined)
|
|
@@ -16,17 +16,17 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface PagingMetadata {
|
|
18
18
|
/**
|
|
19
|
-
* Current page requested. Start at 0.
|
|
19
|
+
* Current page requested. Start at 0.
|
|
20
20
|
* @type {number}
|
|
21
21
|
* @memberof PagingMetadata
|
|
22
22
|
*/
|
|
23
|
-
page
|
|
23
|
+
page: number;
|
|
24
24
|
/**
|
|
25
|
-
* Number of item per page. 0 means that you only required
|
|
25
|
+
* Number of item per page. 0 means that you only required metdata.
|
|
26
26
|
* @type {number}
|
|
27
27
|
* @memberof PagingMetadata
|
|
28
28
|
*/
|
|
29
|
-
perPage
|
|
29
|
+
perPage: number;
|
|
30
30
|
/**
|
|
31
31
|
* Total number of item visible by the client in the request
|
|
32
32
|
* @type {number}
|
|
@@ -18,6 +18,10 @@ exports.PagingMetadataToJSON = exports.PagingMetadataFromJSONTyped = exports.Pag
|
|
|
18
18
|
* Check if a given object implements the PagingMetadata interface.
|
|
19
19
|
*/
|
|
20
20
|
function instanceOfPagingMetadata(value) {
|
|
21
|
+
if (!('page' in value) || value['page'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
if (!('perPage' in value) || value['perPage'] === undefined)
|
|
24
|
+
return false;
|
|
21
25
|
if (!('totalVisible' in value) || value['totalVisible'] === undefined)
|
|
22
26
|
return false;
|
|
23
27
|
if (!('totalFound' in value) || value['totalFound'] === undefined)
|
package/ubo/src/models/Ubo.d.ts
CHANGED
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { Address } from './Address';
|
|
13
|
-
import type { Birthplace } from './Birthplace';
|
|
14
13
|
import type { Country } from './Country';
|
|
15
14
|
/**
|
|
16
15
|
*
|
|
@@ -56,10 +55,10 @@ export interface Ubo {
|
|
|
56
55
|
birthday: Date;
|
|
57
56
|
/**
|
|
58
57
|
*
|
|
59
|
-
* @type {
|
|
58
|
+
* @type {Address}
|
|
60
59
|
* @memberof Ubo
|
|
61
60
|
*/
|
|
62
|
-
birthplace:
|
|
61
|
+
birthplace: Address;
|
|
63
62
|
}
|
|
64
63
|
/**
|
|
65
64
|
* Check if a given object implements the Ubo interface.
|
package/ubo/src/models/Ubo.js
CHANGED
|
@@ -16,7 +16,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
16
16
|
exports.UboToJSON = exports.UboFromJSONTyped = exports.UboFromJSON = exports.instanceOfUbo = void 0;
|
|
17
17
|
var runtime_1 = require("../runtime");
|
|
18
18
|
var Address_1 = require("./Address");
|
|
19
|
-
var Birthplace_1 = require("./Birthplace");
|
|
20
19
|
var Country_1 = require("./Country");
|
|
21
20
|
/**
|
|
22
21
|
* Check if a given object implements the Ubo interface.
|
|
@@ -52,7 +51,7 @@ function UboFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
52
51
|
'address': (json['address'] === null || json['address'] === undefined) ? json['address'] : (0, Address_1.AddressFromJSON)(json['address']),
|
|
53
52
|
'nationality': (json['nationality'] === null || json['nationality'] === undefined) ? json['nationality'] : (0, Country_1.CountryFromJSON)(json['nationality']),
|
|
54
53
|
'birthday': (json['birthday'] === null || json['birthday'] === undefined) ? json['birthday'] : new Date(json['birthday']),
|
|
55
|
-
'birthplace': (json['birthplace'] === null || json['birthplace'] === undefined) ? json['birthplace'] : (0,
|
|
54
|
+
'birthplace': (json['birthplace'] === null || json['birthplace'] === undefined) ? json['birthplace'] : (0, Address_1.AddressFromJSON)(json['birthplace']),
|
|
56
55
|
};
|
|
57
56
|
}
|
|
58
57
|
exports.UboFromJSONTyped = UboFromJSONTyped;
|
|
@@ -67,7 +66,7 @@ function UboToJSON(value) {
|
|
|
67
66
|
'address': (0, Address_1.AddressToJSON)(value['address']),
|
|
68
67
|
'nationality': (0, Country_1.CountryToJSON)(value['nationality']),
|
|
69
68
|
'birthday': (value['birthday'] === null || value['birthday'] === undefined) ? value['birthday'] : (0, runtime_1.toDateISOString)(value['birthday']),
|
|
70
|
-
'birthplace': (0,
|
|
69
|
+
'birthplace': (0, Address_1.AddressToJSON)(value['birthplace']),
|
|
71
70
|
};
|
|
72
71
|
}
|
|
73
72
|
exports.UboToJSON = UboToJSON;
|
package/ubo/src/models/index.js
CHANGED
|
@@ -17,7 +17,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
/* tslint:disable */
|
|
18
18
|
/* eslint-disable */
|
|
19
19
|
__exportStar(require("./Address"), exports);
|
|
20
|
-
__exportStar(require("./Birthplace"), exports);
|
|
21
20
|
__exportStar(require("./Country"), exports);
|
|
22
21
|
__exportStar(require("./RestError"), exports);
|
|
23
22
|
__exportStar(require("./Ubo"), exports);
|
|
@@ -16,17 +16,17 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface PagingMetadata {
|
|
18
18
|
/**
|
|
19
|
-
* Current page requested. Start at 0.
|
|
19
|
+
* Current page requested. Start at 0.
|
|
20
20
|
* @type {number}
|
|
21
21
|
* @memberof PagingMetadata
|
|
22
22
|
*/
|
|
23
|
-
page
|
|
23
|
+
page: number;
|
|
24
24
|
/**
|
|
25
|
-
* Number of item per page. 0 means that you only required
|
|
25
|
+
* Number of item per page. 0 means that you only required metdata.
|
|
26
26
|
* @type {number}
|
|
27
27
|
* @memberof PagingMetadata
|
|
28
28
|
*/
|
|
29
|
-
perPage
|
|
29
|
+
perPage: number;
|
|
30
30
|
/**
|
|
31
31
|
* Total number of item visible by the client in the request
|
|
32
32
|
* @type {number}
|
|
@@ -18,6 +18,10 @@ exports.PagingMetadataToJSON = exports.PagingMetadataFromJSONTyped = exports.Pag
|
|
|
18
18
|
* Check if a given object implements the PagingMetadata interface.
|
|
19
19
|
*/
|
|
20
20
|
function instanceOfPagingMetadata(value) {
|
|
21
|
+
if (!('page' in value) || value['page'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
if (!('perPage' in value) || value['perPage'] === undefined)
|
|
24
|
+
return false;
|
|
21
25
|
if (!('totalVisible' in value) || value['totalVisible'] === undefined)
|
|
22
26
|
return false;
|
|
23
27
|
if (!('totalFound' in value) || value['totalFound'] === undefined)
|
|
@@ -16,17 +16,17 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface PagingMetadata {
|
|
18
18
|
/**
|
|
19
|
-
* Current page requested. Start at 0.
|
|
19
|
+
* Current page requested. Start at 0.
|
|
20
20
|
* @type {number}
|
|
21
21
|
* @memberof PagingMetadata
|
|
22
22
|
*/
|
|
23
|
-
page
|
|
23
|
+
page: number;
|
|
24
24
|
/**
|
|
25
|
-
* Number of item per page. 0 means that you only required
|
|
25
|
+
* Number of item per page. 0 means that you only required metdata.
|
|
26
26
|
* @type {number}
|
|
27
27
|
* @memberof PagingMetadata
|
|
28
28
|
*/
|
|
29
|
-
perPage
|
|
29
|
+
perPage: number;
|
|
30
30
|
/**
|
|
31
31
|
* Total number of item visible by the client in the request
|
|
32
32
|
* @type {number}
|
|
@@ -18,6 +18,10 @@ exports.PagingMetadataToJSON = exports.PagingMetadataFromJSONTyped = exports.Pag
|
|
|
18
18
|
* Check if a given object implements the PagingMetadata interface.
|
|
19
19
|
*/
|
|
20
20
|
function instanceOfPagingMetadata(value) {
|
|
21
|
+
if (!('page' in value) || value['page'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
if (!('perPage' in value) || value['perPage'] === undefined)
|
|
24
|
+
return false;
|
|
21
25
|
if (!('totalVisible' in value) || value['totalVisible'] === undefined)
|
|
22
26
|
return false;
|
|
23
27
|
if (!('totalFound' in value) || value['totalFound'] === undefined)
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* lcdp-pharmaide-service
|
|
3
|
-
* This is the REST API of LCDP products
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
* Contact: contact@lecomptoirdespharmacies.fr
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import * as runtime from '../runtime';
|
|
13
|
-
import type { IdentifiedSynchronization, Synchronization, SynchronizationMode } from '../models/index';
|
|
14
|
-
export interface CreateOrUpdateCurrentInventorySynchronizationRequest {
|
|
15
|
-
synchronizationId: number;
|
|
16
|
-
synchronization: Synchronization;
|
|
17
|
-
}
|
|
18
|
-
export interface CreateOrUpdateCurrentInventorySynchronizationsRequest {
|
|
19
|
-
identifiedSynchronization: Array<IdentifiedSynchronization>;
|
|
20
|
-
}
|
|
21
|
-
export interface CreateOrUpdateInventorySynchronizationRequest {
|
|
22
|
-
inventoryId: number;
|
|
23
|
-
synchronizationId: number;
|
|
24
|
-
synchronization: Synchronization;
|
|
25
|
-
}
|
|
26
|
-
export interface CreateOrUpdateInventorySynchronizationsRequest {
|
|
27
|
-
inventoryId: number;
|
|
28
|
-
identifiedSynchronization: Array<IdentifiedSynchronization>;
|
|
29
|
-
}
|
|
30
|
-
export interface UpdateCurrentInventorySynchronizationsRequest {
|
|
31
|
-
synchronization: Synchronization;
|
|
32
|
-
idEq?: Array<number>;
|
|
33
|
-
modeEq?: Array<SynchronizationMode>;
|
|
34
|
-
}
|
|
35
|
-
export interface UpdateInventorySynchronizationsRequest {
|
|
36
|
-
inventoryId: number;
|
|
37
|
-
synchronization: Synchronization;
|
|
38
|
-
idEq?: Array<number>;
|
|
39
|
-
modeEq?: Array<SynchronizationMode>;
|
|
40
|
-
}
|
|
41
|
-
/**
|
|
42
|
-
*
|
|
43
|
-
*/
|
|
44
|
-
export declare class ManageInventorySynchronizationApi extends runtime.BaseAPI {
|
|
45
|
-
/**
|
|
46
|
-
* Change synchronization mode on products for current user
|
|
47
|
-
*/
|
|
48
|
-
createOrUpdateCurrentInventorySynchronizationRaw(requestParameters: CreateOrUpdateCurrentInventorySynchronizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
49
|
-
/**
|
|
50
|
-
* Change synchronization mode on products for current user
|
|
51
|
-
*/
|
|
52
|
-
createOrUpdateCurrentInventorySynchronization(requestParameters: CreateOrUpdateCurrentInventorySynchronizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
53
|
-
/**
|
|
54
|
-
* Replace the list of product synchronizations for the current user
|
|
55
|
-
*/
|
|
56
|
-
createOrUpdateCurrentInventorySynchronizationsRaw(requestParameters: CreateOrUpdateCurrentInventorySynchronizationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
57
|
-
/**
|
|
58
|
-
* Replace the list of product synchronizations for the current user
|
|
59
|
-
*/
|
|
60
|
-
createOrUpdateCurrentInventorySynchronizations(requestParameters: CreateOrUpdateCurrentInventorySynchronizationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
61
|
-
/**
|
|
62
|
-
* Change synchronization mode on products for a user
|
|
63
|
-
*/
|
|
64
|
-
createOrUpdateInventorySynchronizationRaw(requestParameters: CreateOrUpdateInventorySynchronizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
65
|
-
/**
|
|
66
|
-
* Change synchronization mode on products for a user
|
|
67
|
-
*/
|
|
68
|
-
createOrUpdateInventorySynchronization(requestParameters: CreateOrUpdateInventorySynchronizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
69
|
-
/**
|
|
70
|
-
* Replace the list of product synchronizations for a user
|
|
71
|
-
*/
|
|
72
|
-
createOrUpdateInventorySynchronizationsRaw(requestParameters: CreateOrUpdateInventorySynchronizationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
73
|
-
/**
|
|
74
|
-
* Replace the list of product synchronizations for a user
|
|
75
|
-
*/
|
|
76
|
-
createOrUpdateInventorySynchronizations(requestParameters: CreateOrUpdateInventorySynchronizationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
77
|
-
/**
|
|
78
|
-
* Replace synchronization for each product matched by syncMode: If syncMode is not defined, so replace all product synchronization
|
|
79
|
-
*/
|
|
80
|
-
updateCurrentInventorySynchronizationsRaw(requestParameters: UpdateCurrentInventorySynchronizationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
81
|
-
/**
|
|
82
|
-
* Replace synchronization for each product matched by syncMode: If syncMode is not defined, so replace all product synchronization
|
|
83
|
-
*/
|
|
84
|
-
updateCurrentInventorySynchronizations(requestParameters: UpdateCurrentInventorySynchronizationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
85
|
-
/**
|
|
86
|
-
* Replace synchronization for each product matched by syncMode: If syncMode is not defined, so replace all product synchronization
|
|
87
|
-
*/
|
|
88
|
-
updateInventorySynchronizationsRaw(requestParameters: UpdateInventorySynchronizationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
89
|
-
/**
|
|
90
|
-
* Replace synchronization for each product matched by syncMode: If syncMode is not defined, so replace all product synchronization
|
|
91
|
-
*/
|
|
92
|
-
updateInventorySynchronizations(requestParameters: UpdateInventorySynchronizationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
93
|
-
}
|