@infisale-client/api 1.1.33 → 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.
- package/dist/api/api.d.ts +44 -21
- 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
|
*
|
|
@@ -5996,10 +6026,16 @@ export interface ITemplateResponseComponentsInner {
|
|
|
5996
6026
|
export interface ITemplateResponseComponentsInnerConfig {
|
|
5997
6027
|
/**
|
|
5998
6028
|
*
|
|
5999
|
-
* @type {
|
|
6029
|
+
* @type {FontSizeEnum}
|
|
6030
|
+
* @memberof ITemplateResponseComponentsInnerConfig
|
|
6031
|
+
*/
|
|
6032
|
+
'descriptionFontSize'?: FontSizeEnum;
|
|
6033
|
+
/**
|
|
6034
|
+
*
|
|
6035
|
+
* @type {FontSizeEnum}
|
|
6000
6036
|
* @memberof ITemplateResponseComponentsInnerConfig
|
|
6001
6037
|
*/
|
|
6002
|
-
'
|
|
6038
|
+
'titleFontSize'?: FontSizeEnum;
|
|
6003
6039
|
/**
|
|
6004
6040
|
*
|
|
6005
6041
|
* @type {string}
|
|
@@ -6055,25 +6091,6 @@ export interface ITemplateResponseComponentsInnerConfig {
|
|
|
6055
6091
|
*/
|
|
6056
6092
|
'addName'?: boolean;
|
|
6057
6093
|
}
|
|
6058
|
-
/**
|
|
6059
|
-
*
|
|
6060
|
-
* @export
|
|
6061
|
-
* @interface ITemplateResponseComponentsInnerConfigFontSize
|
|
6062
|
-
*/
|
|
6063
|
-
export interface ITemplateResponseComponentsInnerConfigFontSize {
|
|
6064
|
-
/**
|
|
6065
|
-
*
|
|
6066
|
-
* @type {FontSizeEnum}
|
|
6067
|
-
* @memberof ITemplateResponseComponentsInnerConfigFontSize
|
|
6068
|
-
*/
|
|
6069
|
-
'description'?: FontSizeEnum;
|
|
6070
|
-
/**
|
|
6071
|
-
*
|
|
6072
|
-
* @type {FontSizeEnum}
|
|
6073
|
-
* @memberof ITemplateResponseComponentsInnerConfigFontSize
|
|
6074
|
-
*/
|
|
6075
|
-
'title'?: FontSizeEnum;
|
|
6076
|
-
}
|
|
6077
6094
|
/**
|
|
6078
6095
|
*
|
|
6079
6096
|
* @export
|
|
@@ -7281,6 +7298,12 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
|
|
|
7281
7298
|
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
7282
7299
|
*/
|
|
7283
7300
|
'logo'?: IImage;
|
|
7301
|
+
/**
|
|
7302
|
+
*
|
|
7303
|
+
* @type {IImage}
|
|
7304
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
7305
|
+
*/
|
|
7306
|
+
'favicon'?: IImage;
|
|
7284
7307
|
/**
|
|
7285
7308
|
*
|
|
7286
7309
|
* @type {TimezoneEnum}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.1.
|
|
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": "
|
|
40
|
+
"gitHead": "32a6e7d966062a0a1a63d447b4b4f501eba9578b"
|
|
41
41
|
}
|