@infisale-client/api 1.2.52 → 1.2.53
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 +10 -16
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -920,18 +920,6 @@ export interface IBasketSummary {
|
|
|
920
920
|
* @memberof IBasketSummary
|
|
921
921
|
*/
|
|
922
922
|
'tax': number;
|
|
923
|
-
/**
|
|
924
|
-
*
|
|
925
|
-
* @type {number}
|
|
926
|
-
* @memberof IBasketSummary
|
|
927
|
-
*/
|
|
928
|
-
'shipping': number;
|
|
929
|
-
/**
|
|
930
|
-
*
|
|
931
|
-
* @type {boolean}
|
|
932
|
-
* @memberof IBasketSummary
|
|
933
|
-
*/
|
|
934
|
-
'freeShipping': boolean;
|
|
935
923
|
/**
|
|
936
924
|
*
|
|
937
925
|
* @type {number}
|
|
@@ -5135,6 +5123,12 @@ export interface IOrderPostRequest {
|
|
|
5135
5123
|
* @memberof IOrderPostRequest
|
|
5136
5124
|
*/
|
|
5137
5125
|
'cardCvv'?: number;
|
|
5126
|
+
/**
|
|
5127
|
+
*
|
|
5128
|
+
* @type {string}
|
|
5129
|
+
* @memberof IOrderPostRequest
|
|
5130
|
+
*/
|
|
5131
|
+
'shippingRateId': string;
|
|
5138
5132
|
}
|
|
5139
5133
|
/**
|
|
5140
5134
|
*
|
|
@@ -5264,10 +5258,10 @@ export interface IOrderResponse {
|
|
|
5264
5258
|
'shipping': number;
|
|
5265
5259
|
/**
|
|
5266
5260
|
*
|
|
5267
|
-
* @type {
|
|
5261
|
+
* @type {string}
|
|
5268
5262
|
* @memberof IOrderResponse
|
|
5269
5263
|
*/
|
|
5270
|
-
'
|
|
5264
|
+
'shippingRate': string;
|
|
5271
5265
|
/**
|
|
5272
5266
|
*
|
|
5273
5267
|
* @type {number}
|
|
@@ -8816,10 +8810,10 @@ export interface PickIOrderExcludeKeyofIOrderHtmlOrIframe {
|
|
|
8816
8810
|
'shipping': number;
|
|
8817
8811
|
/**
|
|
8818
8812
|
*
|
|
8819
|
-
* @type {
|
|
8813
|
+
* @type {string}
|
|
8820
8814
|
* @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
|
|
8821
8815
|
*/
|
|
8822
|
-
'
|
|
8816
|
+
'shippingRate': string;
|
|
8823
8817
|
/**
|
|
8824
8818
|
*
|
|
8825
8819
|
* @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.53",
|
|
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": "f9a05a541e6d0d8946740fbeb3c5d9bc3cefa28c"
|
|
41
41
|
}
|