@infisale-client/api 1.2.96 → 1.2.97
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 +65 -0
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -2223,6 +2223,14 @@ export interface ICompany {
|
|
|
2223
2223
|
* @memberof ICompany
|
|
2224
2224
|
*/
|
|
2225
2225
|
'policyPages': PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages;
|
|
2226
|
+
/**
|
|
2227
|
+
* Construct a type with a set of properties K of type T
|
|
2228
|
+
* @type {{ [key: string]: RecordStringUrlStringFileIImageValue; }}
|
|
2229
|
+
* @memberof ICompany
|
|
2230
|
+
*/
|
|
2231
|
+
'legalDocuments': {
|
|
2232
|
+
[key: string]: RecordStringUrlStringFileIImageValue;
|
|
2233
|
+
};
|
|
2226
2234
|
/**
|
|
2227
2235
|
*
|
|
2228
2236
|
* @type {CompanyStatusEnum}
|
|
@@ -2442,6 +2450,14 @@ export interface ICompanyAdminResponse {
|
|
|
2442
2450
|
* @memberof ICompanyAdminResponse
|
|
2443
2451
|
*/
|
|
2444
2452
|
'policyPages': PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages;
|
|
2453
|
+
/**
|
|
2454
|
+
* Construct a type with a set of properties K of type T
|
|
2455
|
+
* @type {{ [key: string]: RecordStringUrlStringFileIImageValue; }}
|
|
2456
|
+
* @memberof ICompanyAdminResponse
|
|
2457
|
+
*/
|
|
2458
|
+
'legalDocuments': {
|
|
2459
|
+
[key: string]: RecordStringUrlStringFileIImageValue;
|
|
2460
|
+
};
|
|
2445
2461
|
/**
|
|
2446
2462
|
*
|
|
2447
2463
|
* @type {string}
|
|
@@ -2892,6 +2908,14 @@ export interface ICompanyPatchRequest {
|
|
|
2892
2908
|
* @memberof ICompanyPatchRequest
|
|
2893
2909
|
*/
|
|
2894
2910
|
'policyPages'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages;
|
|
2911
|
+
/**
|
|
2912
|
+
* Construct a type with a set of properties K of type T
|
|
2913
|
+
* @type {{ [key: string]: RecordStringUrlStringFileIImageValue; }}
|
|
2914
|
+
* @memberof ICompanyPatchRequest
|
|
2915
|
+
*/
|
|
2916
|
+
'legalDocuments'?: {
|
|
2917
|
+
[key: string]: RecordStringUrlStringFileIImageValue;
|
|
2918
|
+
};
|
|
2895
2919
|
/**
|
|
2896
2920
|
*
|
|
2897
2921
|
* @type {string}
|
|
@@ -3210,6 +3234,14 @@ export interface ICompanyResponse {
|
|
|
3210
3234
|
* @memberof ICompanyResponse
|
|
3211
3235
|
*/
|
|
3212
3236
|
'policyPages': PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages;
|
|
3237
|
+
/**
|
|
3238
|
+
* Construct a type with a set of properties K of type T
|
|
3239
|
+
* @type {{ [key: string]: RecordStringUrlStringFileIImageValue; }}
|
|
3240
|
+
* @memberof ICompanyResponse
|
|
3241
|
+
*/
|
|
3242
|
+
'legalDocuments': {
|
|
3243
|
+
[key: string]: RecordStringUrlStringFileIImageValue;
|
|
3244
|
+
};
|
|
3213
3245
|
/**
|
|
3214
3246
|
*
|
|
3215
3247
|
* @type {string}
|
|
@@ -7916,6 +7948,12 @@ export interface ITemplateResponseComponentsInnerBlogs {
|
|
|
7916
7948
|
* @interface ITemplateResponseComponentsInnerConfig
|
|
7917
7949
|
*/
|
|
7918
7950
|
export interface ITemplateResponseComponentsInnerConfig {
|
|
7951
|
+
/**
|
|
7952
|
+
*
|
|
7953
|
+
* @type {boolean}
|
|
7954
|
+
* @memberof ITemplateResponseComponentsInnerConfig
|
|
7955
|
+
*/
|
|
7956
|
+
'legalDocuments'?: boolean;
|
|
7919
7957
|
/**
|
|
7920
7958
|
*
|
|
7921
7959
|
* @type {boolean}
|
|
@@ -9710,6 +9748,14 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
|
|
|
9710
9748
|
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
9711
9749
|
*/
|
|
9712
9750
|
'policyPages': PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages;
|
|
9751
|
+
/**
|
|
9752
|
+
* Construct a type with a set of properties K of type T
|
|
9753
|
+
* @type {{ [key: string]: RecordStringUrlStringFileIImageValue; }}
|
|
9754
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
9755
|
+
*/
|
|
9756
|
+
'legalDocuments': {
|
|
9757
|
+
[key: string]: RecordStringUrlStringFileIImageValue;
|
|
9758
|
+
};
|
|
9713
9759
|
/**
|
|
9714
9760
|
*
|
|
9715
9761
|
* @type {string}
|
|
@@ -11635,6 +11681,25 @@ export interface RecordLanguageEnumTitleStringTr {
|
|
|
11635
11681
|
*/
|
|
11636
11682
|
'title': string;
|
|
11637
11683
|
}
|
|
11684
|
+
/**
|
|
11685
|
+
*
|
|
11686
|
+
* @export
|
|
11687
|
+
* @interface RecordStringUrlStringFileIImageValue
|
|
11688
|
+
*/
|
|
11689
|
+
export interface RecordStringUrlStringFileIImageValue {
|
|
11690
|
+
/**
|
|
11691
|
+
*
|
|
11692
|
+
* @type {IImage}
|
|
11693
|
+
* @memberof RecordStringUrlStringFileIImageValue
|
|
11694
|
+
*/
|
|
11695
|
+
'file': IImage;
|
|
11696
|
+
/**
|
|
11697
|
+
*
|
|
11698
|
+
* @type {string}
|
|
11699
|
+
* @memberof RecordStringUrlStringFileIImageValue
|
|
11700
|
+
*/
|
|
11701
|
+
'url': string;
|
|
11702
|
+
}
|
|
11638
11703
|
/**
|
|
11639
11704
|
*
|
|
11640
11705
|
* @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.97",
|
|
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": "ee17f0fbb87adc3623595e6530b3ca6dd55ae4f4"
|
|
41
41
|
}
|