@infisale-client/api 1.2.59 → 1.2.61
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 +20 -84
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -5089,79 +5089,10 @@ export interface IOrderPatchRequest {
|
|
|
5089
5089
|
'cargoUrl'?: string;
|
|
5090
5090
|
/**
|
|
5091
5091
|
*
|
|
5092
|
-
* @type {Array<
|
|
5092
|
+
* @type {Array<PickIOrderExcludeKeyofIOrderHtmlOrIframeShippedInner>}
|
|
5093
5093
|
* @memberof IOrderPatchRequest
|
|
5094
5094
|
*/
|
|
5095
|
-
'shipped'?: Array<
|
|
5096
|
-
}
|
|
5097
|
-
/**
|
|
5098
|
-
*
|
|
5099
|
-
* @export
|
|
5100
|
-
* @interface IOrderPatchRequestShippedInner
|
|
5101
|
-
*/
|
|
5102
|
-
export interface IOrderPatchRequestShippedInner {
|
|
5103
|
-
/**
|
|
5104
|
-
*
|
|
5105
|
-
* @type {OrderShippedStatusEnum}
|
|
5106
|
-
* @memberof IOrderPatchRequestShippedInner
|
|
5107
|
-
*/
|
|
5108
|
-
'status': OrderShippedStatusEnum;
|
|
5109
|
-
/**
|
|
5110
|
-
*
|
|
5111
|
-
* @type {string}
|
|
5112
|
-
* @memberof IOrderPatchRequestShippedInner
|
|
5113
|
-
*/
|
|
5114
|
-
'warehouse': string;
|
|
5115
|
-
/**
|
|
5116
|
-
*
|
|
5117
|
-
* @type {string}
|
|
5118
|
-
* @memberof IOrderPatchRequestShippedInner
|
|
5119
|
-
*/
|
|
5120
|
-
'cargoUrl'?: string;
|
|
5121
|
-
/**
|
|
5122
|
-
*
|
|
5123
|
-
* @type {string}
|
|
5124
|
-
* @memberof IOrderPatchRequestShippedInner
|
|
5125
|
-
*/
|
|
5126
|
-
'cargoCode'?: string;
|
|
5127
|
-
/**
|
|
5128
|
-
*
|
|
5129
|
-
* @type {Array<IOrderPatchRequestShippedInnerProductsInner>}
|
|
5130
|
-
* @memberof IOrderPatchRequestShippedInner
|
|
5131
|
-
*/
|
|
5132
|
-
'products': Array<IOrderPatchRequestShippedInnerProductsInner>;
|
|
5133
|
-
/**
|
|
5134
|
-
*
|
|
5135
|
-
* @type {string}
|
|
5136
|
-
* @memberof IOrderPatchRequestShippedInner
|
|
5137
|
-
*/
|
|
5138
|
-
'_id': string;
|
|
5139
|
-
}
|
|
5140
|
-
/**
|
|
5141
|
-
*
|
|
5142
|
-
* @export
|
|
5143
|
-
* @interface IOrderPatchRequestShippedInnerProductsInner
|
|
5144
|
-
*/
|
|
5145
|
-
export interface IOrderPatchRequestShippedInnerProductsInner {
|
|
5146
|
-
/**
|
|
5147
|
-
*
|
|
5148
|
-
* @type {number}
|
|
5149
|
-
* @memberof IOrderPatchRequestShippedInnerProductsInner
|
|
5150
|
-
*/
|
|
5151
|
-
'amount': number;
|
|
5152
|
-
/**
|
|
5153
|
-
*
|
|
5154
|
-
* @type {IOrderPatchRequestShippedInnerProductsInnerId}
|
|
5155
|
-
* @memberof IOrderPatchRequestShippedInnerProductsInner
|
|
5156
|
-
*/
|
|
5157
|
-
'_id': IOrderPatchRequestShippedInnerProductsInnerId;
|
|
5158
|
-
}
|
|
5159
|
-
/**
|
|
5160
|
-
*
|
|
5161
|
-
* @export
|
|
5162
|
-
* @interface IOrderPatchRequestShippedInnerProductsInnerId
|
|
5163
|
-
*/
|
|
5164
|
-
export interface IOrderPatchRequestShippedInnerProductsInnerId {
|
|
5095
|
+
'shipped'?: Array<PickIOrderExcludeKeyofIOrderHtmlOrIframeShippedInner>;
|
|
5165
5096
|
}
|
|
5166
5097
|
/**
|
|
5167
5098
|
*
|
|
@@ -5407,10 +5338,10 @@ export interface IOrderResponse {
|
|
|
5407
5338
|
export interface IOrderReturnAdminPostRequest {
|
|
5408
5339
|
/**
|
|
5409
5340
|
*
|
|
5410
|
-
* @type {Array<
|
|
5341
|
+
* @type {Array<PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInnerProductsInner>}
|
|
5411
5342
|
* @memberof IOrderReturnAdminPostRequest
|
|
5412
5343
|
*/
|
|
5413
|
-
'products': Array<
|
|
5344
|
+
'products': Array<PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInnerProductsInner>;
|
|
5414
5345
|
/**
|
|
5415
5346
|
*
|
|
5416
5347
|
* @type {number}
|
|
@@ -5435,6 +5366,12 @@ export interface IOrderReturnAdminPostRequest {
|
|
|
5435
5366
|
* @memberof IOrderReturnAdminPostRequest
|
|
5436
5367
|
*/
|
|
5437
5368
|
'status': OrderReturnStatusEnum;
|
|
5369
|
+
/**
|
|
5370
|
+
*
|
|
5371
|
+
* @type {string}
|
|
5372
|
+
* @memberof IOrderReturnAdminPostRequest
|
|
5373
|
+
*/
|
|
5374
|
+
'warehouse'?: string;
|
|
5438
5375
|
}
|
|
5439
5376
|
/**
|
|
5440
5377
|
*
|
|
@@ -5444,10 +5381,10 @@ export interface IOrderReturnAdminPostRequest {
|
|
|
5444
5381
|
export interface IOrderReturnPostRequest {
|
|
5445
5382
|
/**
|
|
5446
5383
|
*
|
|
5447
|
-
* @type {Array<
|
|
5384
|
+
* @type {Array<PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInnerProductsInner>}
|
|
5448
5385
|
* @memberof IOrderReturnPostRequest
|
|
5449
5386
|
*/
|
|
5450
|
-
'products': Array<
|
|
5387
|
+
'products': Array<PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInnerProductsInner>;
|
|
5451
5388
|
}
|
|
5452
5389
|
/**
|
|
5453
5390
|
*
|
|
@@ -5479,6 +5416,12 @@ export interface IOrderReturnUpdatePostRequest {
|
|
|
5479
5416
|
* @memberof IOrderReturnUpdatePostRequest
|
|
5480
5417
|
*/
|
|
5481
5418
|
'price'?: number;
|
|
5419
|
+
/**
|
|
5420
|
+
*
|
|
5421
|
+
* @type {string}
|
|
5422
|
+
* @memberof IOrderReturnUpdatePostRequest
|
|
5423
|
+
*/
|
|
5424
|
+
'warehouse'?: string;
|
|
5482
5425
|
}
|
|
5483
5426
|
/**
|
|
5484
5427
|
*
|
|
@@ -9220,17 +9163,10 @@ export interface PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInnerProductsInn
|
|
|
9220
9163
|
'amount': number;
|
|
9221
9164
|
/**
|
|
9222
9165
|
*
|
|
9223
|
-
* @type {
|
|
9166
|
+
* @type {string}
|
|
9224
9167
|
* @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInnerProductsInner
|
|
9225
9168
|
*/
|
|
9226
|
-
'_id':
|
|
9227
|
-
}
|
|
9228
|
-
/**
|
|
9229
|
-
*
|
|
9230
|
-
* @export
|
|
9231
|
-
* @interface PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInnerProductsInnerId
|
|
9232
|
-
*/
|
|
9233
|
-
export interface PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInnerProductsInnerId {
|
|
9169
|
+
'_id': string;
|
|
9234
9170
|
}
|
|
9235
9171
|
/**
|
|
9236
9172
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.61",
|
|
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": "eb10684c87a6f6251fb14a68b24ec5bb8000b543"
|
|
41
41
|
}
|