@infisale-client/api 1.1.34 → 1.1.35

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 +36 -0
  2. package/package.json +2 -2
package/dist/api/api.d.ts CHANGED
@@ -1760,6 +1760,12 @@ export interface ICompany {
1760
1760
  * @memberof ICompany
1761
1761
  */
1762
1762
  'logo'?: IImage;
1763
+ /**
1764
+ *
1765
+ * @type {IImage}
1766
+ * @memberof ICompany
1767
+ */
1768
+ 'favicon'?: IImage;
1763
1769
  /**
1764
1770
  *
1765
1771
  * @type {TimezoneEnum}
@@ -1981,6 +1987,12 @@ export interface ICompanyAdminResponse {
1981
1987
  * @memberof ICompanyAdminResponse
1982
1988
  */
1983
1989
  'logo'?: IImage;
1990
+ /**
1991
+ *
1992
+ * @type {IImage}
1993
+ * @memberof ICompanyAdminResponse
1994
+ */
1995
+ 'favicon'?: IImage;
1984
1996
  /**
1985
1997
  *
1986
1998
  * @type {TimezoneEnum}
@@ -2514,6 +2526,12 @@ export interface ICompanyPatchRequest {
2514
2526
  * @memberof ICompanyPatchRequest
2515
2527
  */
2516
2528
  'logo'?: IImage;
2529
+ /**
2530
+ *
2531
+ * @type {IImage}
2532
+ * @memberof ICompanyPatchRequest
2533
+ */
2534
+ 'favicon'?: IImage;
2517
2535
  /**
2518
2536
  *
2519
2537
  * @type {TimezoneEnum}
@@ -2704,6 +2722,12 @@ export interface ICompanyResponse {
2704
2722
  * @memberof ICompanyResponse
2705
2723
  */
2706
2724
  'logo'?: IImage;
2725
+ /**
2726
+ *
2727
+ * @type {IImage}
2728
+ * @memberof ICompanyResponse
2729
+ */
2730
+ 'favicon'?: IImage;
2707
2731
  /**
2708
2732
  *
2709
2733
  * @type {TimezoneEnum}
@@ -3176,6 +3200,12 @@ export interface ICompanyUpdateConfigRequest {
3176
3200
  * @memberof ICompanyUpdateConfigRequest
3177
3201
  */
3178
3202
  'logo'?: IImage;
3203
+ /**
3204
+ *
3205
+ * @type {IImage}
3206
+ * @memberof ICompanyUpdateConfigRequest
3207
+ */
3208
+ 'favicon'?: IImage;
3179
3209
  }
3180
3210
  /**
3181
3211
  *
@@ -7268,6 +7298,12 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
7268
7298
  * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
7269
7299
  */
7270
7300
  'logo'?: IImage;
7301
+ /**
7302
+ *
7303
+ * @type {IImage}
7304
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
7305
+ */
7306
+ 'favicon'?: IImage;
7271
7307
  /**
7272
7308
  *
7273
7309
  * @type {TimezoneEnum}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.1.34",
3
+ "version": "1.1.35",
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": "020b8f72a4a2a22a1137c98246b61b6fe9af745b"
40
+ "gitHead": "32a6e7d966062a0a1a63d447b4b4f501eba9578b"
41
41
  }