@infisale-client/api-client 1.3.58 → 1.3.59
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 +18 -0
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -3638,6 +3638,12 @@ export interface ICompanyResponse {
|
|
|
3638
3638
|
* @interface ICompanyResponseCustomHostnamesInner
|
|
3639
3639
|
*/
|
|
3640
3640
|
export interface ICompanyResponseCustomHostnamesInner {
|
|
3641
|
+
/**
|
|
3642
|
+
*
|
|
3643
|
+
* @type {string}
|
|
3644
|
+
* @memberof ICompanyResponseCustomHostnamesInner
|
|
3645
|
+
*/
|
|
3646
|
+
'validationUrl': string;
|
|
3641
3647
|
/**
|
|
3642
3648
|
*
|
|
3643
3649
|
* @type {string}
|
|
@@ -4709,6 +4715,12 @@ export interface IFileResponse {
|
|
|
4709
4715
|
* @memberof IFileResponse
|
|
4710
4716
|
*/
|
|
4711
4717
|
'mimeType': string;
|
|
4718
|
+
/**
|
|
4719
|
+
*
|
|
4720
|
+
* @type {string}
|
|
4721
|
+
* @memberof IFileResponse
|
|
4722
|
+
*/
|
|
4723
|
+
'extension': string;
|
|
4712
4724
|
}
|
|
4713
4725
|
/**
|
|
4714
4726
|
*
|
|
@@ -4814,6 +4826,12 @@ export interface IImage {
|
|
|
4814
4826
|
* @memberof IImage
|
|
4815
4827
|
*/
|
|
4816
4828
|
'mimeType': string;
|
|
4829
|
+
/**
|
|
4830
|
+
*
|
|
4831
|
+
* @type {string}
|
|
4832
|
+
* @memberof IImage
|
|
4833
|
+
*/
|
|
4834
|
+
'extension': string;
|
|
4817
4835
|
}
|
|
4818
4836
|
/**
|
|
4819
4837
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api-client",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.59",
|
|
4
4
|
"description": "api-client-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": "abaac6be55c7ba7f30c40a52232d725bb90ab489"
|
|
41
41
|
}
|