@infisale-client/api-client 1.1.38 → 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
  /**
@@ -8448,6 +8463,7 @@ export declare const SitemapTypeEnum: {
8448
8463
  readonly PRODUCTS: "products";
8449
8464
  readonly PAGES: "pages";
8450
8465
  readonly COLLECTIONS: "collections";
8466
+ readonly BLOG: "blog";
8451
8467
  };
8452
8468
  export type SitemapTypeEnum = typeof SitemapTypeEnum[keyof typeof SitemapTypeEnum];
8453
8469
  /**
package/dist/api/api.js CHANGED
@@ -578,7 +578,10 @@ exports.PlanTypeEnum = {
578
578
  */
579
579
  exports.ProductDetailImageZoomTypeEnum = {
580
580
  MOVE: 'move',
581
- CLICK: 'click'
581
+ CLICK: 'click',
582
+ HOVER: 'hover',
583
+ DIALOG: 'dialog',
584
+ NONE: 'none'
582
585
  };
583
586
  /**
584
587
  *
@@ -588,7 +591,8 @@ exports.ProductDetailImageZoomTypeEnum = {
588
591
  exports.SitemapTypeEnum = {
589
592
  PRODUCTS: 'products',
590
593
  PAGES: 'pages',
591
- COLLECTIONS: 'collections'
594
+ COLLECTIONS: 'collections',
595
+ BLOG: 'blog'
592
596
  };
593
597
  /**
594
598
  *
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-client",
3
- "version": "1.1.38",
3
+ "version": "1.1.40",
4
4
  "description": "api-client-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": "cb341b93f6dff49c149a0d2eabe3ed1def18e812"
40
+ "gitHead": "22237e17ba6c887f709b3d6d3ad6e618aa8b707e"
41
41
  }