@infisale-client/api 1.2.60 → 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 +8 -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}
|
|
@@ -5450,10 +5381,10 @@ export interface IOrderReturnAdminPostRequest {
|
|
|
5450
5381
|
export interface IOrderReturnPostRequest {
|
|
5451
5382
|
/**
|
|
5452
5383
|
*
|
|
5453
|
-
* @type {Array<
|
|
5384
|
+
* @type {Array<PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInnerProductsInner>}
|
|
5454
5385
|
* @memberof IOrderReturnPostRequest
|
|
5455
5386
|
*/
|
|
5456
|
-
'products': Array<
|
|
5387
|
+
'products': Array<PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInnerProductsInner>;
|
|
5457
5388
|
}
|
|
5458
5389
|
/**
|
|
5459
5390
|
*
|
|
@@ -9232,17 +9163,10 @@ export interface PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInnerProductsInn
|
|
|
9232
9163
|
'amount': number;
|
|
9233
9164
|
/**
|
|
9234
9165
|
*
|
|
9235
|
-
* @type {
|
|
9166
|
+
* @type {string}
|
|
9236
9167
|
* @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInnerProductsInner
|
|
9237
9168
|
*/
|
|
9238
|
-
'_id':
|
|
9239
|
-
}
|
|
9240
|
-
/**
|
|
9241
|
-
*
|
|
9242
|
-
* @export
|
|
9243
|
-
* @interface PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInnerProductsInnerId
|
|
9244
|
-
*/
|
|
9245
|
-
export interface PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInnerProductsInnerId {
|
|
9169
|
+
'_id': string;
|
|
9246
9170
|
}
|
|
9247
9171
|
/**
|
|
9248
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
|
}
|