@infisale-client/api 1.2.82 → 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.
Files changed (2) hide show
  1. package/dist/api/api.d.ts +25 -0
  2. package/package.json +2 -2
package/dist/api/api.d.ts CHANGED
@@ -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.82",
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": "b6b73fe5ab3b6d6f6ec3aace5ed896b3e5dd888d"
40
+ "gitHead": "77cdec4b5be58cf62bc64488886d5bb2e7929e9a"
41
41
  }