@infisale-client/api 1.3.22 → 1.3.23
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 +2 -2
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -8797,7 +8797,7 @@ export interface IThemeResponse {
|
|
|
8797
8797
|
* @type {string}
|
|
8798
8798
|
* @memberof IThemeResponse
|
|
8799
8799
|
*/
|
|
8800
|
-
'company'
|
|
8800
|
+
'company': string;
|
|
8801
8801
|
/**
|
|
8802
8802
|
*
|
|
8803
8803
|
* @type {string}
|
|
@@ -11711,7 +11711,7 @@ export interface PickIThemeExcludeKeyofIThemeGroups {
|
|
|
11711
11711
|
* @type {string}
|
|
11712
11712
|
* @memberof PickIThemeExcludeKeyofIThemeGroups
|
|
11713
11713
|
*/
|
|
11714
|
-
'company'
|
|
11714
|
+
'company': string;
|
|
11715
11715
|
/**
|
|
11716
11716
|
*
|
|
11717
11717
|
* @type {string}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.23",
|
|
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": "33fb9ed7753c73afb90c50b42e6ac78ccb14dc46"
|
|
41
41
|
}
|