@infisale-client/api 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
@@ -12469,6 +12469,7 @@ export declare const SitemapTypeEnum: {
12469
12469
  readonly PAGES: "pages";
12470
12470
  readonly COLLECTIONS: "collections";
12471
12471
  readonly BLOG: "blog";
12472
+ readonly UNIQUE_PAGES: "unique-pages";
12472
12473
  };
12473
12474
  export type SitemapTypeEnum = typeof SitemapTypeEnum[keyof typeof SitemapTypeEnum];
12474
12475
  /**
package/dist/api/api.js CHANGED
@@ -687,7 +687,8 @@ exports.SitemapTypeEnum = {
687
687
  PRODUCTS: 'products',
688
688
  PAGES: 'pages',
689
689
  COLLECTIONS: 'collections',
690
- BLOG: 'blog'
690
+ BLOG: 'blog',
691
+ UNIQUE_PAGES: 'unique-pages'
691
692
  };
692
693
  /**
693
694
  *
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",
3
- "version": "1.3.21",
3
+ "version": "1.3.22",
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": "34cae509a953fd0510fc20c973a4f6d2d55d79fe"
40
+ "gitHead": "8df397f878fe42a8a52dc9892278be254c511da1"
41
41
  }