@infisale-client/api 1.2.58 → 1.2.60

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 (2) hide show
  1. package/dist/api/api.d.ts +18 -0
  2. package/package.json +2 -2
package/dist/api/api.d.ts CHANGED
@@ -5435,6 +5435,12 @@ export interface IOrderReturnAdminPostRequest {
5435
5435
  * @memberof IOrderReturnAdminPostRequest
5436
5436
  */
5437
5437
  'status': OrderReturnStatusEnum;
5438
+ /**
5439
+ *
5440
+ * @type {string}
5441
+ * @memberof IOrderReturnAdminPostRequest
5442
+ */
5443
+ 'warehouse'?: string;
5438
5444
  }
5439
5445
  /**
5440
5446
  *
@@ -5479,6 +5485,12 @@ export interface IOrderReturnUpdatePostRequest {
5479
5485
  * @memberof IOrderReturnUpdatePostRequest
5480
5486
  */
5481
5487
  'price'?: number;
5488
+ /**
5489
+ *
5490
+ * @type {string}
5491
+ * @memberof IOrderReturnUpdatePostRequest
5492
+ */
5493
+ 'warehouse'?: string;
5482
5494
  }
5483
5495
  /**
5484
5496
  *
@@ -9169,6 +9181,12 @@ export interface PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInner {
9169
9181
  * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInner
9170
9182
  */
9171
9183
  'status': OrderReturnStatusEnum;
9184
+ /**
9185
+ *
9186
+ * @type {string}
9187
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInner
9188
+ */
9189
+ 'warehouse'?: string;
9172
9190
  /**
9173
9191
  *
9174
9192
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.2.58",
3
+ "version": "1.2.60",
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",
@@ -37,5 +37,5 @@
37
37
  "bugs": {
38
38
  "url": "https://github.com/infisale/infisale-client/issues"
39
39
  },
40
- "gitHead": "b788eb30cab38d447b43ae9457cc26ead35f53a7"
40
+ "gitHead": "eced486d0b672b95de6c699a4ccf9433feb0ba9a"
41
41
  }