@infisale-client/api 1.1.37 → 1.1.39

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}
@@ -8467,6 +8479,7 @@ export declare const SitemapTypeEnum: {
8467
8479
  readonly PRODUCTS: "products";
8468
8480
  readonly PAGES: "pages";
8469
8481
  readonly COLLECTIONS: "collections";
8482
+ readonly BLOG: "blog";
8470
8483
  };
8471
8484
  export type SitemapTypeEnum = typeof SitemapTypeEnum[keyof typeof SitemapTypeEnum];
8472
8485
  /**
package/dist/api/api.js CHANGED
@@ -589,7 +589,8 @@ exports.ProductDetailImageZoomTypeEnum = {
589
589
  exports.SitemapTypeEnum = {
590
590
  PRODUCTS: 'products',
591
591
  PAGES: 'pages',
592
- COLLECTIONS: 'collections'
592
+ COLLECTIONS: 'collections',
593
+ BLOG: 'blog'
593
594
  };
594
595
  /**
595
596
  *
package/dist/api/api.mjs CHANGED
@@ -578,7 +578,8 @@ export const ProductDetailImageZoomTypeEnum = {
578
578
  export const SitemapTypeEnum = {
579
579
  PRODUCTS: 'products',
580
580
  PAGES: 'pages',
581
- COLLECTIONS: 'collections'
581
+ COLLECTIONS: 'collections',
582
+ BLOG: 'blog'
582
583
  };
583
584
  /**
584
585
  *
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.39",
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": "910aed4adc0509233b726a1cf12da6866017cfee"
41
41
  }