@lcdp/api-react-rest-client 2.6.12-develop.9479058889 → 2.6.12-develop.9561892727

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.
@@ -70,12 +70,12 @@ export declare class ManageInventoryApi extends BaseAPI {
70
70
  */
71
71
  updateInventoryOverstockProducts(requestParameters: UpdateInventoryOverstockProductsRequest): Promise<void>;
72
72
  /**
73
- * Allow to update sycnrhoneity of an inventory. For example to force resynchronize of a source, you can send source synchronizationScheduled to \'True\'. If you want to restart synchronization from the beginning of human life, you can send souyrce lastSynchronizationDate to \'0\'
73
+ * Allow to update synchroneity of an inventory. For example to force resynchronize of a source, you can send source synchronizationScheduled to \'True\'. If you want to restart synchronization from the beginning of human life, you can send souyrce lastSynchronizationDate to \'0\'
74
74
  * Modify synchroneity state of a user
75
75
  */
76
76
  updateInventorySynchroneityRaw(requestParameters: UpdateInventorySynchroneityRequest): Promise<ApiResponse<Synchroneity | BlobWithMeta>>;
77
77
  /**
78
- * Allow to update sycnrhoneity of an inventory. For example to force resynchronize of a source, you can send source synchronizationScheduled to \'True\'. If you want to restart synchronization from the beginning of human life, you can send souyrce lastSynchronizationDate to \'0\'
78
+ * Allow to update synchroneity of an inventory. For example to force resynchronize of a source, you can send source synchronizationScheduled to \'True\'. If you want to restart synchronization from the beginning of human life, you can send souyrce lastSynchronizationDate to \'0\'
79
79
  * Modify synchroneity state of a user
80
80
  */
81
81
  updateInventorySynchroneity(requestParameters: UpdateInventorySynchroneityRequest): Promise<Synchroneity | BlobWithMeta>;
@@ -374,7 +374,7 @@ var ManageInventoryApi = /** @class */ (function (_super) {
374
374
  });
375
375
  };
376
376
  /**
377
- * Allow to update sycnrhoneity of an inventory. For example to force resynchronize of a source, you can send source synchronizationScheduled to \'True\'. If you want to restart synchronization from the beginning of human life, you can send souyrce lastSynchronizationDate to \'0\'
377
+ * Allow to update synchroneity of an inventory. For example to force resynchronize of a source, you can send source synchronizationScheduled to \'True\'. If you want to restart synchronization from the beginning of human life, you can send souyrce lastSynchronizationDate to \'0\'
378
378
  * Modify synchroneity state of a user
379
379
  */
380
380
  ManageInventoryApi.prototype.updateInventorySynchroneityRaw = function (requestParameters) {
@@ -444,7 +444,7 @@ var ManageInventoryApi = /** @class */ (function (_super) {
444
444
  });
445
445
  };
446
446
  /**
447
- * Allow to update sycnrhoneity of an inventory. For example to force resynchronize of a source, you can send source synchronizationScheduled to \'True\'. If you want to restart synchronization from the beginning of human life, you can send souyrce lastSynchronizationDate to \'0\'
447
+ * Allow to update synchroneity of an inventory. For example to force resynchronize of a source, you can send source synchronizationScheduled to \'True\'. If you want to restart synchronization from the beginning of human life, you can send souyrce lastSynchronizationDate to \'0\'
448
448
  * Modify synchroneity state of a user
449
449
  */
450
450
  ManageInventoryApi.prototype.updateInventorySynchroneity = function (requestParameters) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lcdp/api-react-rest-client",
3
- "version": "2.6.12-develop.9479058889",
3
+ "version": "2.6.12-develop.9561892727",
4
4
  "scripts": {
5
5
  "build": "tsc"
6
6
  },