@infisale-client/api 1.1.39 → 1.1.40

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
@@ -8375,6 +8375,9 @@ export interface PriceType {
8375
8375
  export declare const ProductDetailImageZoomTypeEnum: {
8376
8376
  readonly MOVE: "move";
8377
8377
  readonly CLICK: "click";
8378
+ readonly HOVER: "hover";
8379
+ readonly DIALOG: "dialog";
8380
+ readonly NONE: "none";
8378
8381
  };
8379
8382
  export type ProductDetailImageZoomTypeEnum = typeof ProductDetailImageZoomTypeEnum[keyof typeof ProductDetailImageZoomTypeEnum];
8380
8383
  /**
package/dist/api/api.js CHANGED
@@ -579,7 +579,10 @@ exports.PlanTypeEnum = {
579
579
  */
580
580
  exports.ProductDetailImageZoomTypeEnum = {
581
581
  MOVE: 'move',
582
- CLICK: 'click'
582
+ CLICK: 'click',
583
+ HOVER: 'hover',
584
+ DIALOG: 'dialog',
585
+ NONE: 'none'
583
586
  };
584
587
  /**
585
588
  *
package/dist/api/api.mjs CHANGED
@@ -568,7 +568,10 @@ export const PlanTypeEnum = {
568
568
  */
569
569
  export const ProductDetailImageZoomTypeEnum = {
570
570
  MOVE: 'move',
571
- CLICK: 'click'
571
+ CLICK: 'click',
572
+ HOVER: 'hover',
573
+ DIALOG: 'dialog',
574
+ NONE: 'none'
572
575
  };
573
576
  /**
574
577
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.1.39",
3
+ "version": "1.1.40",
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": "910aed4adc0509233b726a1cf12da6866017cfee"
40
+ "gitHead": "22237e17ba6c887f709b3d6d3ad6e618aa8b707e"
41
41
  }