@infisale-client/api 1.2.59 → 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.
- package/dist/api/api.d.ts +12 -0
- 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
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.2.
|
|
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": "
|
|
40
|
+
"gitHead": "eced486d0b672b95de6c699a4ccf9433feb0ba9a"
|
|
41
41
|
}
|