@infisale-client/api-client 1.3.35 → 1.3.38
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/LICENSE.md +1 -1
- package/dist/api/api.d.ts +36 -12
- package/package.json +2 -2
package/LICENSE.md
CHANGED
package/dist/api/api.d.ts
CHANGED
|
@@ -7976,6 +7976,12 @@ export interface IReview {
|
|
|
7976
7976
|
* @memberof IReview
|
|
7977
7977
|
*/
|
|
7978
7978
|
'product': string;
|
|
7979
|
+
/**
|
|
7980
|
+
*
|
|
7981
|
+
* @type {PartialRecordLanguageEnumString}
|
|
7982
|
+
* @memberof IReview
|
|
7983
|
+
*/
|
|
7984
|
+
'productTitle': PartialRecordLanguageEnumString;
|
|
7979
7985
|
/**
|
|
7980
7986
|
*
|
|
7981
7987
|
* @type {PartialRecordLanguageEnumString}
|
|
@@ -8128,6 +8134,12 @@ export interface IReviewResponse {
|
|
|
8128
8134
|
* @memberof IReviewResponse
|
|
8129
8135
|
*/
|
|
8130
8136
|
'relId': string;
|
|
8137
|
+
/**
|
|
8138
|
+
*
|
|
8139
|
+
* @type {PartialRecordLanguageEnumString}
|
|
8140
|
+
* @memberof IReviewResponse
|
|
8141
|
+
*/
|
|
8142
|
+
'productTitle': PartialRecordLanguageEnumString;
|
|
8131
8143
|
/**
|
|
8132
8144
|
*
|
|
8133
8145
|
* @type {PartialRecordLanguageEnumString}
|
|
@@ -8175,7 +8187,7 @@ export interface IReviewResponse {
|
|
|
8175
8187
|
* @type {IProductResponse}
|
|
8176
8188
|
* @memberof IReviewResponse
|
|
8177
8189
|
*/
|
|
8178
|
-
'product'
|
|
8190
|
+
'product'?: IProductResponse;
|
|
8179
8191
|
}
|
|
8180
8192
|
/**
|
|
8181
8193
|
*
|
|
@@ -8759,11 +8771,11 @@ export interface IThemePatchRequest {
|
|
|
8759
8771
|
};
|
|
8760
8772
|
/**
|
|
8761
8773
|
* Make all properties in T optional
|
|
8762
|
-
* @type {{ [key: string]:
|
|
8774
|
+
* @type {{ [key: string]: PartialRecordStringNameStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
|
|
8763
8775
|
* @memberof IThemePatchRequest
|
|
8764
8776
|
*/
|
|
8765
8777
|
'groups'?: {
|
|
8766
|
-
[key: string]:
|
|
8778
|
+
[key: string]: PartialRecordStringNameStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
|
|
8767
8779
|
};
|
|
8768
8780
|
/**
|
|
8769
8781
|
*
|
|
@@ -8826,11 +8838,11 @@ export interface IThemePostRequest {
|
|
|
8826
8838
|
};
|
|
8827
8839
|
/**
|
|
8828
8840
|
* Make all properties in T optional
|
|
8829
|
-
* @type {{ [key: string]:
|
|
8841
|
+
* @type {{ [key: string]: PartialRecordStringNameStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
|
|
8830
8842
|
* @memberof IThemePostRequest
|
|
8831
8843
|
*/
|
|
8832
8844
|
'groups': {
|
|
8833
|
-
[key: string]:
|
|
8845
|
+
[key: string]: PartialRecordStringNameStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
|
|
8834
8846
|
};
|
|
8835
8847
|
/**
|
|
8836
8848
|
*
|
|
@@ -8941,11 +8953,11 @@ export interface IThemeResponse {
|
|
|
8941
8953
|
'creator'?: string;
|
|
8942
8954
|
/**
|
|
8943
8955
|
* Make all properties in T optional
|
|
8944
|
-
* @type {{ [key: string]:
|
|
8956
|
+
* @type {{ [key: string]: PartialRecordStringNameStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
|
|
8945
8957
|
* @memberof IThemeResponse
|
|
8946
8958
|
*/
|
|
8947
8959
|
'groups': {
|
|
8948
|
-
[key: string]:
|
|
8960
|
+
[key: string]: PartialRecordStringNameStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
|
|
8949
8961
|
};
|
|
8950
8962
|
/**
|
|
8951
8963
|
* Construct a type with a set of properties K of type T
|
|
@@ -10083,15 +10095,21 @@ export interface PartialRecordLanguageEnumTitleStringDescription63StringTr {
|
|
|
10083
10095
|
/**
|
|
10084
10096
|
*
|
|
10085
10097
|
* @export
|
|
10086
|
-
* @interface
|
|
10098
|
+
* @interface PartialRecordStringNameStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue
|
|
10087
10099
|
*/
|
|
10088
|
-
export interface
|
|
10100
|
+
export interface PartialRecordStringNameStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue {
|
|
10089
10101
|
/**
|
|
10090
10102
|
*
|
|
10091
10103
|
* @type {PartialRecordLanguageEnumITemplateComponentResponseArray}
|
|
10092
|
-
* @memberof
|
|
10104
|
+
* @memberof PartialRecordStringNameStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue
|
|
10093
10105
|
*/
|
|
10094
10106
|
'components': PartialRecordLanguageEnumITemplateComponentResponseArray;
|
|
10107
|
+
/**
|
|
10108
|
+
*
|
|
10109
|
+
* @type {string}
|
|
10110
|
+
* @memberof PartialRecordStringNameStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue
|
|
10111
|
+
*/
|
|
10112
|
+
'name': string;
|
|
10095
10113
|
}
|
|
10096
10114
|
/**
|
|
10097
10115
|
*
|
|
@@ -11971,6 +11989,12 @@ export interface PickIReviewExcludeKeyofIReviewProduct {
|
|
|
11971
11989
|
* @memberof PickIReviewExcludeKeyofIReviewProduct
|
|
11972
11990
|
*/
|
|
11973
11991
|
'relId': string;
|
|
11992
|
+
/**
|
|
11993
|
+
*
|
|
11994
|
+
* @type {PartialRecordLanguageEnumString}
|
|
11995
|
+
* @memberof PickIReviewExcludeKeyofIReviewProduct
|
|
11996
|
+
*/
|
|
11997
|
+
'productTitle': PartialRecordLanguageEnumString;
|
|
11974
11998
|
/**
|
|
11975
11999
|
*
|
|
11976
12000
|
* @type {PartialRecordLanguageEnumString}
|
|
@@ -12233,11 +12257,11 @@ export interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseO
|
|
|
12233
12257
|
};
|
|
12234
12258
|
/**
|
|
12235
12259
|
* Make all properties in T optional
|
|
12236
|
-
* @type {{ [key: string]:
|
|
12260
|
+
* @type {{ [key: string]: PartialRecordStringNameStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
|
|
12237
12261
|
* @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrMainOrCompanyOrCreatorOrFiles
|
|
12238
12262
|
*/
|
|
12239
12263
|
'groups': {
|
|
12240
|
-
[key: string]:
|
|
12264
|
+
[key: string]: PartialRecordStringNameStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
|
|
12241
12265
|
};
|
|
12242
12266
|
/**
|
|
12243
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.38",
|
|
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": "4cfab50b597b3e6ad8a558f966aaadddaaf9c687"
|
|
41
41
|
}
|