@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 +3 -0
- package/dist/api/api.js +4 -1
- package/dist/api/api.mjs +4 -1
- package/package.json +2 -2
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
package/dist/api/api.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.1.
|
|
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": "
|
|
40
|
+
"gitHead": "22237e17ba6c887f709b3d6d3ad6e618aa8b707e"
|
|
41
41
|
}
|