@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 +13 -0
- package/dist/api/api.js +2 -1
- package/dist/api/api.mjs +2 -1
- package/package.json +2 -2
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
package/dist/api/api.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.1.
|
|
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": "
|
|
40
|
+
"gitHead": "910aed4adc0509233b726a1cf12da6866017cfee"
|
|
41
41
|
}
|