@infisale-client/api 1.2.10 → 1.2.11

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 CHANGED
@@ -770,6 +770,12 @@ export interface IBasketSummary {
770
770
  * @memberof IBasketSummary
771
771
  */
772
772
  'shipping': number;
773
+ /**
774
+ *
775
+ * @type {boolean}
776
+ * @memberof IBasketSummary
777
+ */
778
+ 'freeShipping': boolean;
773
779
  /**
774
780
  *
775
781
  * @type {number}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.2.10",
3
+ "version": "1.2.11",
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": "8d992d3fdcd4636855c7ba46fd45be19847a7fab"
40
+ "gitHead": "fac742bf156c1272b8557f12afc438f42ea2e9bc"
41
41
  }