@infisale-client/api 1.1.19 → 1.1.20

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/dist/api/api.d.ts CHANGED
@@ -2528,6 +2528,12 @@ export interface ICompanyPatchRequest {
2528
2528
  * @memberof ICompanyPatchRequest
2529
2529
  */
2530
2530
  'currencies'?: RecordCurrencyEnumCurrency;
2531
+ /**
2532
+ *
2533
+ * @type {Array<ICompanyResponseWarehousesInner>}
2534
+ * @memberof ICompanyPatchRequest
2535
+ */
2536
+ 'warehouses'?: Array<ICompanyResponseWarehousesInner>;
2531
2537
  /**
2532
2538
  *
2533
2539
  * @type {Array<ICompanyResponseSenderEmailDnsRecordsInner>}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.1.19",
3
+ "version": "1.1.20",
4
4
  "description": "api-sdk",
5
5
  "author": "Muhammet KÖKLÜ <105980019+byhipernova@users.noreply.github.com>",
6
6
  "homepage": "https://github.com/infisale/infisale-client#readme",
@@ -36,5 +36,5 @@
36
36
  "bugs": {
37
37
  "url": "https://github.com/infisale/infisale-client/issues"
38
38
  },
39
- "gitHead": "3bece57b6764b113ec9e88dbcc5375b98d9437fc"
39
+ "gitHead": "58b8c5178da29404c5a3bfb390679d42623f5994"
40
40
  }