@infisale-client/api 1.1.37 → 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
@@ -5874,6 +5874,12 @@ export interface ISearchProductsResponse {
5874
5874
  * @interface ISitemapResponse
5875
5875
  */
5876
5876
  export interface ISitemapResponse {
5877
+ /**
5878
+ *
5879
+ * @type {LanguageEnum}
5880
+ * @memberof ISitemapResponse
5881
+ */
5882
+ 'companyDefaultLanguage': LanguageEnum;
5877
5883
  /**
5878
5884
  *
5879
5885
  * @type {Array<ISitemapResponseSlugsInner>}
@@ -5887,6 +5893,12 @@ export interface ISitemapResponse {
5887
5893
  * @interface ISitemapResponseSlugsInner
5888
5894
  */
5889
5895
  export interface ISitemapResponseSlugsInner {
5896
+ /**
5897
+ *
5898
+ * @type {string}
5899
+ * @memberof ISitemapResponseSlugsInner
5900
+ */
5901
+ 'updatedAt': string;
5890
5902
  /**
5891
5903
  *
5892
5904
  * @type {string}
@@ -8363,6 +8375,9 @@ export interface PriceType {
8363
8375
  export declare const ProductDetailImageZoomTypeEnum: {
8364
8376
  readonly MOVE: "move";
8365
8377
  readonly CLICK: "click";
8378
+ readonly HOVER: "hover";
8379
+ readonly DIALOG: "dialog";
8380
+ readonly NONE: "none";
8366
8381
  };
8367
8382
  export type ProductDetailImageZoomTypeEnum = typeof ProductDetailImageZoomTypeEnum[keyof typeof ProductDetailImageZoomTypeEnum];
8368
8383
  /**
@@ -8467,6 +8482,7 @@ export declare const SitemapTypeEnum: {
8467
8482
  readonly PRODUCTS: "products";
8468
8483
  readonly PAGES: "pages";
8469
8484
  readonly COLLECTIONS: "collections";
8485
+ readonly BLOG: "blog";
8470
8486
  };
8471
8487
  export type SitemapTypeEnum = typeof SitemapTypeEnum[keyof typeof SitemapTypeEnum];
8472
8488
  /**
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
  *
@@ -589,7 +592,8 @@ exports.ProductDetailImageZoomTypeEnum = {
589
592
  exports.SitemapTypeEnum = {
590
593
  PRODUCTS: 'products',
591
594
  PAGES: 'pages',
592
- COLLECTIONS: 'collections'
595
+ COLLECTIONS: 'collections',
596
+ BLOG: 'blog'
593
597
  };
594
598
  /**
595
599
  *
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
  *
@@ -578,7 +581,8 @@ export const ProductDetailImageZoomTypeEnum = {
578
581
  export const SitemapTypeEnum = {
579
582
  PRODUCTS: 'products',
580
583
  PAGES: 'pages',
581
- COLLECTIONS: 'collections'
584
+ COLLECTIONS: 'collections',
585
+ BLOG: 'blog'
582
586
  };
583
587
  /**
584
588
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.1.37",
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": "3fe70a5d9f06ca9460bebb8a818f910adfc47820"
40
+ "gitHead": "22237e17ba6c887f709b3d6d3ad6e618aa8b707e"
41
41
  }