@infisale-client/api 1.2.81 → 1.2.83
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 +27 -2
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -7654,13 +7654,13 @@ export interface ITemplateResponseComponentsInnerConfig {
|
|
|
7654
7654
|
* @type {number}
|
|
7655
7655
|
* @memberof ITemplateResponseComponentsInnerConfig
|
|
7656
7656
|
*/
|
|
7657
|
-
'
|
|
7657
|
+
'contentMobileMaxWidth'?: number;
|
|
7658
7658
|
/**
|
|
7659
7659
|
*
|
|
7660
7660
|
* @type {number}
|
|
7661
7661
|
* @memberof ITemplateResponseComponentsInnerConfig
|
|
7662
7662
|
*/
|
|
7663
|
-
'
|
|
7663
|
+
'contentMaxWidth'?: number;
|
|
7664
7664
|
/**
|
|
7665
7665
|
*
|
|
7666
7666
|
* @type {number}
|
|
@@ -10665,6 +10665,12 @@ export interface PickIThemeExcludeKeyofIThemeTemplate {
|
|
|
10665
10665
|
* @interface PickIThemeExcludeKeyofIThemeTemplateConfig
|
|
10666
10666
|
*/
|
|
10667
10667
|
export interface PickIThemeExcludeKeyofIThemeTemplateConfig {
|
|
10668
|
+
/**
|
|
10669
|
+
*
|
|
10670
|
+
* @type {PickIThemeExcludeKeyofIThemeTemplateConfigTypography}
|
|
10671
|
+
* @memberof PickIThemeExcludeKeyofIThemeTemplateConfig
|
|
10672
|
+
*/
|
|
10673
|
+
'typography': PickIThemeExcludeKeyofIThemeTemplateConfigTypography;
|
|
10668
10674
|
/**
|
|
10669
10675
|
*
|
|
10670
10676
|
* @type {PickIThemeExcludeKeyofIThemeTemplateConfigBlogCard}
|
|
@@ -10895,6 +10901,25 @@ export interface PickIThemeExcludeKeyofIThemeTemplateConfigLayout {
|
|
|
10895
10901
|
*/
|
|
10896
10902
|
'containerWidth': number;
|
|
10897
10903
|
}
|
|
10904
|
+
/**
|
|
10905
|
+
*
|
|
10906
|
+
* @export
|
|
10907
|
+
* @interface PickIThemeExcludeKeyofIThemeTemplateConfigTypography
|
|
10908
|
+
*/
|
|
10909
|
+
export interface PickIThemeExcludeKeyofIThemeTemplateConfigTypography {
|
|
10910
|
+
/**
|
|
10911
|
+
*
|
|
10912
|
+
* @type {string}
|
|
10913
|
+
* @memberof PickIThemeExcludeKeyofIThemeTemplateConfigTypography
|
|
10914
|
+
*/
|
|
10915
|
+
'fontFamilyUrl'?: string;
|
|
10916
|
+
/**
|
|
10917
|
+
*
|
|
10918
|
+
* @type {string}
|
|
10919
|
+
* @memberof PickIThemeExcludeKeyofIThemeTemplateConfigTypography
|
|
10920
|
+
*/
|
|
10921
|
+
'fontFamily': string;
|
|
10922
|
+
}
|
|
10898
10923
|
/**
|
|
10899
10924
|
* From T, pick a set of properties whose keys are in the union K
|
|
10900
10925
|
* @export
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.83",
|
|
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": "77cdec4b5be58cf62bc64488886d5bb2e7929e9a"
|
|
41
41
|
}
|