@infisale-client/api-client 1.3.21 → 1.3.22

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
@@ -12437,6 +12437,7 @@ export declare const SitemapTypeEnum: {
12437
12437
  readonly PAGES: "pages";
12438
12438
  readonly COLLECTIONS: "collections";
12439
12439
  readonly BLOG: "blog";
12440
+ readonly UNIQUE_PAGES: "unique-pages";
12440
12441
  };
12441
12442
  export type SitemapTypeEnum = typeof SitemapTypeEnum[keyof typeof SitemapTypeEnum];
12442
12443
  /**
package/dist/api/api.js CHANGED
@@ -686,7 +686,8 @@ exports.SitemapTypeEnum = {
686
686
  PRODUCTS: 'products',
687
687
  PAGES: 'pages',
688
688
  COLLECTIONS: 'collections',
689
- BLOG: 'blog'
689
+ BLOG: 'blog',
690
+ UNIQUE_PAGES: 'unique-pages'
690
691
  };
691
692
  /**
692
693
  *
package/dist/api/api.mjs CHANGED
@@ -675,7 +675,8 @@ export const SitemapTypeEnum = {
675
675
  PRODUCTS: 'products',
676
676
  PAGES: 'pages',
677
677
  COLLECTIONS: 'collections',
678
- BLOG: 'blog'
678
+ BLOG: 'blog',
679
+ UNIQUE_PAGES: 'unique-pages'
679
680
  };
680
681
  /**
681
682
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api-client",
3
- "version": "1.3.21",
3
+ "version": "1.3.22",
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": "34cae509a953fd0510fc20c973a4f6d2d55d79fe"
40
+ "gitHead": "8df397f878fe42a8a52dc9892278be254c511da1"
41
41
  }