@infisale-client/api-client 1.1.38 → 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}
|
|
@@ -8448,6 +8460,7 @@ export declare const SitemapTypeEnum: {
|
|
|
8448
8460
|
readonly PRODUCTS: "products";
|
|
8449
8461
|
readonly PAGES: "pages";
|
|
8450
8462
|
readonly COLLECTIONS: "collections";
|
|
8463
|
+
readonly BLOG: "blog";
|
|
8451
8464
|
};
|
|
8452
8465
|
export type SitemapTypeEnum = typeof SitemapTypeEnum[keyof typeof SitemapTypeEnum];
|
|
8453
8466
|
/**
|
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-client",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.39",
|
|
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": "
|
|
40
|
+
"gitHead": "910aed4adc0509233b726a1cf12da6866017cfee"
|
|
41
41
|
}
|