@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.
Files changed (98) hide show
  1. package/auth/src/models/PagingMetadata.d.ts +4 -4
  2. package/auth/src/models/PagingMetadata.js +4 -0
  3. package/banking-operation/src/models/PagingMetadata.d.ts +4 -4
  4. package/banking-operation/src/models/PagingMetadata.js +4 -0
  5. package/catalog/src/models/PagingMetadata.d.ts +4 -4
  6. package/catalog/src/models/PagingMetadata.js +4 -0
  7. package/factory/src/models/PagingMetadata.d.ts +4 -4
  8. package/factory/src/models/PagingMetadata.js +4 -0
  9. package/favorite/src/models/PagingMetadata.d.ts +4 -4
  10. package/favorite/src/models/PagingMetadata.js +4 -0
  11. package/inventory/src/apis/ManageInventoryApi.d.ts +28 -1
  12. package/inventory/src/apis/ManageInventoryApi.js +165 -8
  13. package/inventory/src/apis/index.d.ts +0 -1
  14. package/inventory/src/apis/index.js +0 -1
  15. package/inventory/src/models/ActiveProductUpdateParameters.d.ts +32 -0
  16. package/inventory/src/models/ActiveProductUpdateParameters.js +46 -0
  17. package/inventory/src/models/PagingMetadata.d.ts +4 -4
  18. package/inventory/src/models/PagingMetadata.js +4 -0
  19. package/inventory/src/models/SynchronizationMode.d.ts +3 -3
  20. package/inventory/src/models/SynchronizationMode.js +3 -3
  21. package/inventory/src/models/index.d.ts +1 -7
  22. package/inventory/src/models/index.js +1 -7
  23. package/invoice/src/models/Invoice.d.ts +2 -2
  24. package/invoice/src/models/OrderTally.d.ts +4 -4
  25. package/invoice/src/models/PagingMetadata.d.ts +4 -4
  26. package/invoice/src/models/PagingMetadata.js +4 -0
  27. package/laboratory/src/models/PagingMetadata.d.ts +4 -4
  28. package/laboratory/src/models/PagingMetadata.js +4 -0
  29. package/laboratory-store/src/models/PagingMetadata.d.ts +4 -4
  30. package/laboratory-store/src/models/PagingMetadata.js +4 -0
  31. package/laboratory-store-log/src/models/PagingMetadata.d.ts +4 -4
  32. package/laboratory-store-log/src/models/PagingMetadata.js +4 -0
  33. package/lexicon/src/models/PagingMetadata.d.ts +4 -4
  34. package/lexicon/src/models/PagingMetadata.js +4 -0
  35. package/message/src/models/PagingMetadata.d.ts +4 -4
  36. package/message/src/models/PagingMetadata.js +4 -0
  37. package/notification/src/models/PagingMetadata.d.ts +4 -4
  38. package/notification/src/models/PagingMetadata.js +4 -0
  39. package/order/src/models/Order.d.ts +1 -1
  40. package/order/src/models/Order.js +2 -0
  41. package/order/src/models/PagingMetadata.d.ts +4 -4
  42. package/order/src/models/PagingMetadata.js +4 -0
  43. package/order/src/models/UserLink.d.ts +1 -1
  44. package/order-log/src/models/PagingMetadata.d.ts +4 -4
  45. package/order-log/src/models/PagingMetadata.js +4 -0
  46. package/outrage-message/src/models/PagingMetadata.d.ts +4 -4
  47. package/outrage-message/src/models/PagingMetadata.js +4 -0
  48. package/package.json +1 -1
  49. package/product/src/models/PagingMetadata.d.ts +4 -4
  50. package/product/src/models/PagingMetadata.js +4 -0
  51. package/pub/src/models/Image.d.ts +6 -0
  52. package/pub/src/models/Image.js +4 -0
  53. package/pub/src/models/PagingMetadata.d.ts +4 -4
  54. package/pub/src/models/PagingMetadata.js +4 -0
  55. package/recommendation/src/models/PagingMetadata.d.ts +4 -4
  56. package/recommendation/src/models/PagingMetadata.js +4 -0
  57. package/rfx/src/models/PagingMetadata.d.ts +4 -4
  58. package/rfx/src/models/PagingMetadata.js +4 -0
  59. package/sale-offer/src/models/PagingMetadata.d.ts +4 -4
  60. package/sale-offer/src/models/PagingMetadata.js +4 -0
  61. package/sale-offer-log/src/models/PagingMetadata.d.ts +4 -4
  62. package/sale-offer-log/src/models/PagingMetadata.js +4 -0
  63. package/shipment/src/models/PagingMetadata.d.ts +4 -4
  64. package/shipment/src/models/PagingMetadata.js +4 -0
  65. package/shopping-cart/src/models/ProductLink.d.ts +1 -1
  66. package/statistic/src/models/PagingMetadata.d.ts +4 -4
  67. package/statistic/src/models/PagingMetadata.js +4 -0
  68. package/subscription/src/models/PagingMetadata.d.ts +4 -4
  69. package/subscription/src/models/PagingMetadata.js +4 -0
  70. package/thread/src/models/PagingMetadata.d.ts +4 -4
  71. package/thread/src/models/PagingMetadata.js +4 -0
  72. package/ubo/src/models/Ubo.d.ts +2 -3
  73. package/ubo/src/models/Ubo.js +2 -3
  74. package/ubo/src/models/index.d.ts +0 -1
  75. package/ubo/src/models/index.js +0 -1
  76. package/user/src/models/PagingMetadata.d.ts +4 -4
  77. package/user/src/models/PagingMetadata.js +4 -0
  78. package/user/src/models/UserUpdateParameters.d.ts +1 -1
  79. package/wish/src/models/PagingMetadata.d.ts +4 -4
  80. package/wish/src/models/PagingMetadata.js +4 -0
  81. package/inventory/src/apis/ManageInventorySynchronizationApi.d.ts +0 -93
  82. package/inventory/src/apis/ManageInventorySynchronizationApi.js +0 -515
  83. package/inventory/src/models/AnyBuffer.d.ts +0 -26
  84. package/inventory/src/models/AnyBuffer.js +0 -50
  85. package/inventory/src/models/Buffer.d.ts +0 -33
  86. package/inventory/src/models/Buffer.js +0 -47
  87. package/inventory/src/models/FixedBuffer.d.ts +0 -37
  88. package/inventory/src/models/FixedBuffer.js +0 -49
  89. package/inventory/src/models/IdentifiedSynchronization.d.ts +0 -52
  90. package/inventory/src/models/IdentifiedSynchronization.js +0 -62
  91. package/inventory/src/models/SalesForecastBuffer.d.ts +0 -37
  92. package/inventory/src/models/SalesForecastBuffer.js +0 -49
  93. package/inventory/src/models/Synchronization.d.ts +0 -48
  94. package/inventory/src/models/Synchronization.js +0 -58
  95. package/inventory/src/models/SynchronizationProposal.d.ts +0 -56
  96. package/inventory/src/models/SynchronizationProposal.js +0 -63
  97. package/ubo/src/models/Birthplace.d.ts +0 -38
  98. 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. May not be present if user do not request specific page.
19
+ * Current page requested. Start at 0.
20
20
  * @type {number}
21
21
  * @memberof PagingMetadata
22
22
  */
23
- page?: number;
23
+ page: number;
24
24
  /**
25
- * Number of item per page. 0 means that you only required metadata. May not be present if user do not request specific perPage.
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?: number;
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. May not be present if user do not request specific page.
19
+ * Current page requested. Start at 0.
20
20
  * @type {number}
21
21
  * @memberof PagingMetadata
22
22
  */
23
- page?: number;
23
+ page: number;
24
24
  /**
25
- * Number of item per page. 0 means that you only required metadata. May not be present if user do not request specific perPage.
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?: number;
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. May not be present if user do not request specific page.
19
+ * Current page requested. Start at 0.
20
20
  * @type {number}
21
21
  * @memberof PagingMetadata
22
22
  */
23
- page?: number;
23
+ page: number;
24
24
  /**
25
- * Number of item per page. 0 means that you only required metadata. May not be present if user do not request specific perPage.
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?: number;
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)
@@ -46,7 +46,7 @@ export interface ProductLink {
46
46
  * @type {string}
47
47
  * @memberof ProductLink
48
48
  */
49
- shortName: string | null;
49
+ shortName: string;
50
50
  /**
51
51
  *
52
52
  * @type {ProductStorageType}
@@ -16,17 +16,17 @@
16
16
  */
17
17
  export interface PagingMetadata {
18
18
  /**
19
- * Current page requested. Start at 0. May not be present if user do not request specific page.
19
+ * Current page requested. Start at 0.
20
20
  * @type {number}
21
21
  * @memberof PagingMetadata
22
22
  */
23
- page?: number;
23
+ page: number;
24
24
  /**
25
- * Number of item per page. 0 means that you only required metadata. May not be present if user do not request specific perPage.
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?: number;
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. May not be present if user do not request specific page.
19
+ * Current page requested. Start at 0.
20
20
  * @type {number}
21
21
  * @memberof PagingMetadata
22
22
  */
23
- page?: number;
23
+ page: number;
24
24
  /**
25
- * Number of item per page. 0 means that you only required metadata. May not be present if user do not request specific perPage.
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?: number;
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. May not be present if user do not request specific page.
19
+ * Current page requested. Start at 0.
20
20
  * @type {number}
21
21
  * @memberof PagingMetadata
22
22
  */
23
- page?: number;
23
+ page: number;
24
24
  /**
25
- * Number of item per page. 0 means that you only required metadata. May not be present if user do not request specific perPage.
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?: number;
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)
@@ -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 {Birthplace}
58
+ * @type {Address}
60
59
  * @memberof Ubo
61
60
  */
62
- birthplace: Birthplace;
61
+ birthplace: Address;
63
62
  }
64
63
  /**
65
64
  * Check if a given object implements the Ubo interface.
@@ -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, Birthplace_1.BirthplaceFromJSON)(json['birthplace']),
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, Birthplace_1.BirthplaceToJSON)(value['birthplace']),
69
+ 'birthplace': (0, Address_1.AddressToJSON)(value['birthplace']),
71
70
  };
72
71
  }
73
72
  exports.UboToJSON = UboToJSON;
@@ -1,5 +1,4 @@
1
1
  export * from './Address';
2
- export * from './Birthplace';
3
2
  export * from './Country';
4
3
  export * from './RestError';
5
4
  export * from './Ubo';
@@ -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. May not be present if user do not request specific page.
19
+ * Current page requested. Start at 0.
20
20
  * @type {number}
21
21
  * @memberof PagingMetadata
22
22
  */
23
- page?: number;
23
+ page: number;
24
24
  /**
25
- * Number of item per page. 0 means that you only required metadata. May not be present if user do not request specific perPage.
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?: number;
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)
@@ -63,7 +63,7 @@ export interface UserUpdateParameters {
63
63
  */
64
64
  nickname?: string;
65
65
  /**
66
- *
66
+ * User phone number
67
67
  * @type {string}
68
68
  * @memberof UserUpdateParameters
69
69
  */
@@ -16,17 +16,17 @@
16
16
  */
17
17
  export interface PagingMetadata {
18
18
  /**
19
- * Current page requested. Start at 0. May not be present if user do not request specific page.
19
+ * Current page requested. Start at 0.
20
20
  * @type {number}
21
21
  * @memberof PagingMetadata
22
22
  */
23
- page?: number;
23
+ page: number;
24
24
  /**
25
- * Number of item per page. 0 means that you only required metadata. May not be present if user do not request specific perPage.
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?: number;
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
- }