@infisale-client/api 1.2.89 → 1.2.90
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 +50 -1
- package/dist/api/api.js +1 -1
- package/dist/api/api.mjs +1 -1
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -137,11 +137,11 @@ export declare const ComponentTypeEnum: {
|
|
|
137
137
|
readonly COLLECTION_LIST: "collection-list";
|
|
138
138
|
readonly CATEGORY_LIST: "category-list";
|
|
139
139
|
readonly BRAND_LIST: "brand-list";
|
|
140
|
+
readonly BLOG_LIST: "blog-list";
|
|
140
141
|
readonly RICH_TEXT: "rich-text";
|
|
141
142
|
readonly BANNER_WITH_TEXT: "banner-with-text";
|
|
142
143
|
readonly ACCORDION: "accordion";
|
|
143
144
|
readonly VIDEO: "video";
|
|
144
|
-
readonly BLOG_LIST: "blog-list";
|
|
145
145
|
readonly HEADER: "header";
|
|
146
146
|
readonly ANNOUNCEMENT: "announcement";
|
|
147
147
|
readonly FOOTER: "footer";
|
|
@@ -7747,6 +7747,30 @@ export interface ITemplateResponseComponentsInner {
|
|
|
7747
7747
|
* @memberof ITemplateResponseComponentsInner
|
|
7748
7748
|
*/
|
|
7749
7749
|
'contents': Array<ITemplateResponseComponentsInnerContentsInner>;
|
|
7750
|
+
/**
|
|
7751
|
+
*
|
|
7752
|
+
* @type {ITemplateResponseComponentsInnerBlogs}
|
|
7753
|
+
* @memberof ITemplateResponseComponentsInner
|
|
7754
|
+
*/
|
|
7755
|
+
'blogs'?: ITemplateResponseComponentsInnerBlogs;
|
|
7756
|
+
/**
|
|
7757
|
+
*
|
|
7758
|
+
* @type {Array<ICollectionResponse>}
|
|
7759
|
+
* @memberof ITemplateResponseComponentsInner
|
|
7760
|
+
*/
|
|
7761
|
+
'collections': Array<ICollectionResponse>;
|
|
7762
|
+
/**
|
|
7763
|
+
*
|
|
7764
|
+
* @type {Array<IBrandsResponse>}
|
|
7765
|
+
* @memberof ITemplateResponseComponentsInner
|
|
7766
|
+
*/
|
|
7767
|
+
'brands': Array<IBrandsResponse>;
|
|
7768
|
+
/**
|
|
7769
|
+
*
|
|
7770
|
+
* @type {Array<ICategoryResponse>}
|
|
7771
|
+
* @memberof ITemplateResponseComponentsInner
|
|
7772
|
+
*/
|
|
7773
|
+
'categories': Array<ICategoryResponse>;
|
|
7750
7774
|
/**
|
|
7751
7775
|
*
|
|
7752
7776
|
* @type {ITemplateResponseComponentsInnerProducts}
|
|
@@ -7778,6 +7802,31 @@ export interface ITemplateResponseComponentsInner {
|
|
|
7778
7802
|
*/
|
|
7779
7803
|
'_id': string;
|
|
7780
7804
|
}
|
|
7805
|
+
/**
|
|
7806
|
+
*
|
|
7807
|
+
* @export
|
|
7808
|
+
* @interface ITemplateResponseComponentsInnerBlogs
|
|
7809
|
+
*/
|
|
7810
|
+
export interface ITemplateResponseComponentsInnerBlogs {
|
|
7811
|
+
/**
|
|
7812
|
+
*
|
|
7813
|
+
* @type {number}
|
|
7814
|
+
* @memberof ITemplateResponseComponentsInnerBlogs
|
|
7815
|
+
*/
|
|
7816
|
+
'limit'?: number;
|
|
7817
|
+
/**
|
|
7818
|
+
*
|
|
7819
|
+
* @type {Array<IPageResponse>}
|
|
7820
|
+
* @memberof ITemplateResponseComponentsInnerBlogs
|
|
7821
|
+
*/
|
|
7822
|
+
'list'?: Array<IPageResponse>;
|
|
7823
|
+
/**
|
|
7824
|
+
*
|
|
7825
|
+
* @type {Array<IPageResponse>}
|
|
7826
|
+
* @memberof ITemplateResponseComponentsInnerBlogs
|
|
7827
|
+
*/
|
|
7828
|
+
'items'?: Array<IPageResponse>;
|
|
7829
|
+
}
|
|
7781
7830
|
/**
|
|
7782
7831
|
*
|
|
7783
7832
|
* @export
|
package/dist/api/api.js
CHANGED
|
@@ -142,11 +142,11 @@ exports.ComponentTypeEnum = {
|
|
|
142
142
|
COLLECTION_LIST: 'collection-list',
|
|
143
143
|
CATEGORY_LIST: 'category-list',
|
|
144
144
|
BRAND_LIST: 'brand-list',
|
|
145
|
+
BLOG_LIST: 'blog-list',
|
|
145
146
|
RICH_TEXT: 'rich-text',
|
|
146
147
|
BANNER_WITH_TEXT: 'banner-with-text',
|
|
147
148
|
ACCORDION: 'accordion',
|
|
148
149
|
VIDEO: 'video',
|
|
149
|
-
BLOG_LIST: 'blog-list',
|
|
150
150
|
HEADER: 'header',
|
|
151
151
|
ANNOUNCEMENT: 'announcement',
|
|
152
152
|
FOOTER: 'footer',
|
package/dist/api/api.mjs
CHANGED
|
@@ -130,11 +130,11 @@ export const ComponentTypeEnum = {
|
|
|
130
130
|
COLLECTION_LIST: 'collection-list',
|
|
131
131
|
CATEGORY_LIST: 'category-list',
|
|
132
132
|
BRAND_LIST: 'brand-list',
|
|
133
|
+
BLOG_LIST: 'blog-list',
|
|
133
134
|
RICH_TEXT: 'rich-text',
|
|
134
135
|
BANNER_WITH_TEXT: 'banner-with-text',
|
|
135
136
|
ACCORDION: 'accordion',
|
|
136
137
|
VIDEO: 'video',
|
|
137
|
-
BLOG_LIST: 'blog-list',
|
|
138
138
|
HEADER: 'header',
|
|
139
139
|
ANNOUNCEMENT: 'announcement',
|
|
140
140
|
FOOTER: 'footer',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.90",
|
|
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": "88beb5654d274143e021c62680777b01d335c0ba"
|
|
41
41
|
}
|