@infisale-client/api 1.2.61 → 1.2.62
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 +18 -0
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -5372,6 +5372,12 @@ export interface IOrderReturnAdminPostRequest {
|
|
|
5372
5372
|
* @memberof IOrderReturnAdminPostRequest
|
|
5373
5373
|
*/
|
|
5374
5374
|
'warehouse'?: string;
|
|
5375
|
+
/**
|
|
5376
|
+
*
|
|
5377
|
+
* @type {string}
|
|
5378
|
+
* @memberof IOrderReturnAdminPostRequest
|
|
5379
|
+
*/
|
|
5380
|
+
'shippedId'?: string;
|
|
5375
5381
|
}
|
|
5376
5382
|
/**
|
|
5377
5383
|
*
|
|
@@ -5385,6 +5391,12 @@ export interface IOrderReturnPostRequest {
|
|
|
5385
5391
|
* @memberof IOrderReturnPostRequest
|
|
5386
5392
|
*/
|
|
5387
5393
|
'products': Array<PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInnerProductsInner>;
|
|
5394
|
+
/**
|
|
5395
|
+
*
|
|
5396
|
+
* @type {string}
|
|
5397
|
+
* @memberof IOrderReturnPostRequest
|
|
5398
|
+
*/
|
|
5399
|
+
'shippedId'?: string;
|
|
5388
5400
|
}
|
|
5389
5401
|
/**
|
|
5390
5402
|
*
|
|
@@ -9142,6 +9154,12 @@ export interface PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInner {
|
|
|
9142
9154
|
* @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInner
|
|
9143
9155
|
*/
|
|
9144
9156
|
'products': Array<PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInnerProductsInner>;
|
|
9157
|
+
/**
|
|
9158
|
+
*
|
|
9159
|
+
* @type {string}
|
|
9160
|
+
* @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInner
|
|
9161
|
+
*/
|
|
9162
|
+
'shippedId'?: string;
|
|
9145
9163
|
/**
|
|
9146
9164
|
*
|
|
9147
9165
|
* @type {string}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.62",
|
|
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": "29236a58ec74b0fc660ed0137194e5998b6dd6bd"
|
|
41
41
|
}
|