@infisale-client/api 1.1.35 → 1.1.36

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 +12 -0
  2. package/package.json +2 -2
package/dist/api/api.d.ts CHANGED
@@ -6024,6 +6024,18 @@ export interface ITemplateResponseComponentsInner {
6024
6024
  * @interface ITemplateResponseComponentsInnerConfig
6025
6025
  */
6026
6026
  export interface ITemplateResponseComponentsInnerConfig {
6027
+ /**
6028
+ *
6029
+ * @type {FontSizeEnum}
6030
+ * @memberof ITemplateResponseComponentsInnerConfig
6031
+ */
6032
+ 'contentDescriptionFontSize'?: FontSizeEnum;
6033
+ /**
6034
+ *
6035
+ * @type {FontSizeEnum}
6036
+ * @memberof ITemplateResponseComponentsInnerConfig
6037
+ */
6038
+ 'contentTitleFontSize'?: FontSizeEnum;
6027
6039
  /**
6028
6040
  *
6029
6041
  * @type {FontSizeEnum}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.1.35",
3
+ "version": "1.1.36",
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": "32a6e7d966062a0a1a63d447b4b4f501eba9578b"
40
+ "gitHead": "36c2648f667ff80e7badd373a4342ad07b5cd403"
41
41
  }