@infisale-client/api 1.2.67 → 1.2.70
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/README.md +1 -1
- package/dist/api/api.d.ts +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
package/dist/api/api.d.ts
CHANGED
|
@@ -5470,13 +5470,13 @@ export interface IOrderReturnUpdatePatchRequest {
|
|
|
5470
5470
|
* @type {boolean}
|
|
5471
5471
|
* @memberof IOrderReturnUpdatePatchRequest
|
|
5472
5472
|
*/
|
|
5473
|
-
'returnToStock'
|
|
5473
|
+
'returnToStock'?: boolean;
|
|
5474
5474
|
/**
|
|
5475
5475
|
*
|
|
5476
5476
|
* @type {boolean}
|
|
5477
5477
|
* @memberof IOrderReturnUpdatePatchRequest
|
|
5478
5478
|
*/
|
|
5479
|
-
'refund'
|
|
5479
|
+
'refund'?: boolean;
|
|
5480
5480
|
}
|
|
5481
5481
|
/**
|
|
5482
5482
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.70",
|
|
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": "8a6870c62bca83d4dd0e3ac4d7d90012ab5451a4"
|
|
41
41
|
}
|