@infisale-client/api 1.2.63 → 1.2.64
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
|
@@ -9209,6 +9209,12 @@ export interface PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInner {
|
|
|
9209
9209
|
* @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInner
|
|
9210
9210
|
*/
|
|
9211
9211
|
'cargoCode'?: string;
|
|
9212
|
+
/**
|
|
9213
|
+
*
|
|
9214
|
+
* @type {boolean}
|
|
9215
|
+
* @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInner
|
|
9216
|
+
*/
|
|
9217
|
+
'refund': boolean;
|
|
9212
9218
|
/**
|
|
9213
9219
|
*
|
|
9214
9220
|
* @type {number}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.64",
|
|
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": "5313d183c202dac32b3f8e7a8c24f68a667c96fe"
|
|
41
41
|
}
|