@infisale-client/api 1.2.60 → 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 +26 -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}
|
|
@@ -5441,6 +5372,12 @@ export interface IOrderReturnAdminPostRequest {
|
|
|
5441
5372
|
* @memberof IOrderReturnAdminPostRequest
|
|
5442
5373
|
*/
|
|
5443
5374
|
'warehouse'?: string;
|
|
5375
|
+
/**
|
|
5376
|
+
*
|
|
5377
|
+
* @type {string}
|
|
5378
|
+
* @memberof IOrderReturnAdminPostRequest
|
|
5379
|
+
*/
|
|
5380
|
+
'shippedId'?: string;
|
|
5444
5381
|
}
|
|
5445
5382
|
/**
|
|
5446
5383
|
*
|
|
@@ -5450,10 +5387,16 @@ export interface IOrderReturnAdminPostRequest {
|
|
|
5450
5387
|
export interface IOrderReturnPostRequest {
|
|
5451
5388
|
/**
|
|
5452
5389
|
*
|
|
5453
|
-
* @type {Array<
|
|
5390
|
+
* @type {Array<PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInnerProductsInner>}
|
|
5391
|
+
* @memberof IOrderReturnPostRequest
|
|
5392
|
+
*/
|
|
5393
|
+
'products': Array<PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInnerProductsInner>;
|
|
5394
|
+
/**
|
|
5395
|
+
*
|
|
5396
|
+
* @type {string}
|
|
5454
5397
|
* @memberof IOrderReturnPostRequest
|
|
5455
5398
|
*/
|
|
5456
|
-
'
|
|
5399
|
+
'shippedId'?: string;
|
|
5457
5400
|
}
|
|
5458
5401
|
/**
|
|
5459
5402
|
*
|
|
@@ -9211,6 +9154,12 @@ export interface PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInner {
|
|
|
9211
9154
|
* @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInner
|
|
9212
9155
|
*/
|
|
9213
9156
|
'products': Array<PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInnerProductsInner>;
|
|
9157
|
+
/**
|
|
9158
|
+
*
|
|
9159
|
+
* @type {string}
|
|
9160
|
+
* @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInner
|
|
9161
|
+
*/
|
|
9162
|
+
'shippedId'?: string;
|
|
9214
9163
|
/**
|
|
9215
9164
|
*
|
|
9216
9165
|
* @type {string}
|
|
@@ -9232,17 +9181,10 @@ export interface PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInnerProductsInn
|
|
|
9232
9181
|
'amount': number;
|
|
9233
9182
|
/**
|
|
9234
9183
|
*
|
|
9235
|
-
* @type {
|
|
9184
|
+
* @type {string}
|
|
9236
9185
|
* @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInnerProductsInner
|
|
9237
9186
|
*/
|
|
9238
|
-
'_id':
|
|
9239
|
-
}
|
|
9240
|
-
/**
|
|
9241
|
-
*
|
|
9242
|
-
* @export
|
|
9243
|
-
* @interface PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInnerProductsInnerId
|
|
9244
|
-
*/
|
|
9245
|
-
export interface PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInnerProductsInnerId {
|
|
9187
|
+
'_id': string;
|
|
9246
9188
|
}
|
|
9247
9189
|
/**
|
|
9248
9190
|
*
|
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
|
}
|