@infisale-client/api 1.2.58 → 1.2.59
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 +6 -0
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -9169,6 +9169,12 @@ export interface PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInner {
|
|
|
9169
9169
|
* @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInner
|
|
9170
9170
|
*/
|
|
9171
9171
|
'status': OrderReturnStatusEnum;
|
|
9172
|
+
/**
|
|
9173
|
+
*
|
|
9174
|
+
* @type {string}
|
|
9175
|
+
* @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInner
|
|
9176
|
+
*/
|
|
9177
|
+
'warehouse'?: string;
|
|
9172
9178
|
/**
|
|
9173
9179
|
*
|
|
9174
9180
|
* @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.59",
|
|
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": "ba90160b1854607d54b8a9be5ae21b779652f000"
|
|
41
41
|
}
|