@infisale-client/api-client 1.3.38 → 1.3.39
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 +13 -13
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -8771,11 +8771,11 @@ export interface IThemePatchRequest {
|
|
|
8771
8771
|
};
|
|
8772
8772
|
/**
|
|
8773
8773
|
* Make all properties in T optional
|
|
8774
|
-
* @type {{ [key: string]:
|
|
8774
|
+
* @type {{ [key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
|
|
8775
8775
|
* @memberof IThemePatchRequest
|
|
8776
8776
|
*/
|
|
8777
8777
|
'groups'?: {
|
|
8778
|
-
[key: string]:
|
|
8778
|
+
[key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
|
|
8779
8779
|
};
|
|
8780
8780
|
/**
|
|
8781
8781
|
*
|
|
@@ -8838,11 +8838,11 @@ export interface IThemePostRequest {
|
|
|
8838
8838
|
};
|
|
8839
8839
|
/**
|
|
8840
8840
|
* Make all properties in T optional
|
|
8841
|
-
* @type {{ [key: string]:
|
|
8841
|
+
* @type {{ [key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
|
|
8842
8842
|
* @memberof IThemePostRequest
|
|
8843
8843
|
*/
|
|
8844
8844
|
'groups': {
|
|
8845
|
-
[key: string]:
|
|
8845
|
+
[key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
|
|
8846
8846
|
};
|
|
8847
8847
|
/**
|
|
8848
8848
|
*
|
|
@@ -8953,11 +8953,11 @@ export interface IThemeResponse {
|
|
|
8953
8953
|
'creator'?: string;
|
|
8954
8954
|
/**
|
|
8955
8955
|
* Make all properties in T optional
|
|
8956
|
-
* @type {{ [key: string]:
|
|
8956
|
+
* @type {{ [key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
|
|
8957
8957
|
* @memberof IThemeResponse
|
|
8958
8958
|
*/
|
|
8959
8959
|
'groups': {
|
|
8960
|
-
[key: string]:
|
|
8960
|
+
[key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
|
|
8961
8961
|
};
|
|
8962
8962
|
/**
|
|
8963
8963
|
* Construct a type with a set of properties K of type T
|
|
@@ -10095,21 +10095,21 @@ export interface PartialRecordLanguageEnumTitleStringDescription63StringTr {
|
|
|
10095
10095
|
/**
|
|
10096
10096
|
*
|
|
10097
10097
|
* @export
|
|
10098
|
-
* @interface
|
|
10098
|
+
* @interface PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue
|
|
10099
10099
|
*/
|
|
10100
|
-
export interface
|
|
10100
|
+
export interface PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue {
|
|
10101
10101
|
/**
|
|
10102
10102
|
*
|
|
10103
10103
|
* @type {PartialRecordLanguageEnumITemplateComponentResponseArray}
|
|
10104
|
-
* @memberof
|
|
10104
|
+
* @memberof PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue
|
|
10105
10105
|
*/
|
|
10106
10106
|
'components': PartialRecordLanguageEnumITemplateComponentResponseArray;
|
|
10107
10107
|
/**
|
|
10108
10108
|
*
|
|
10109
10109
|
* @type {string}
|
|
10110
|
-
* @memberof
|
|
10110
|
+
* @memberof PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue
|
|
10111
10111
|
*/
|
|
10112
|
-
'
|
|
10112
|
+
'title': string;
|
|
10113
10113
|
}
|
|
10114
10114
|
/**
|
|
10115
10115
|
*
|
|
@@ -12257,11 +12257,11 @@ export interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseO
|
|
|
12257
12257
|
};
|
|
12258
12258
|
/**
|
|
12259
12259
|
* Make all properties in T optional
|
|
12260
|
-
* @type {{ [key: string]:
|
|
12260
|
+
* @type {{ [key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
|
|
12261
12261
|
* @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrMainOrCompanyOrCreatorOrFiles
|
|
12262
12262
|
*/
|
|
12263
12263
|
'groups': {
|
|
12264
|
-
[key: string]:
|
|
12264
|
+
[key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
|
|
12265
12265
|
};
|
|
12266
12266
|
/**
|
|
12267
12267
|
*
|
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.39",
|
|
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": "40e5f446f03212f9b4fa1e46fefda952d5de9aa1"
|
|
41
41
|
}
|