@infisale-client/api 1.2.75 → 1.2.76
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 +24 -0
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -7084,6 +7084,30 @@ export interface IReview {
|
|
|
7084
7084
|
* @memberof IReview
|
|
7085
7085
|
*/
|
|
7086
7086
|
'product': string;
|
|
7087
|
+
/**
|
|
7088
|
+
*
|
|
7089
|
+
* @type {PartialRecordLanguageEnumString}
|
|
7090
|
+
* @memberof IReview
|
|
7091
|
+
*/
|
|
7092
|
+
'mainVariantTitle': PartialRecordLanguageEnumString;
|
|
7093
|
+
/**
|
|
7094
|
+
*
|
|
7095
|
+
* @type {PartialRecordLanguageEnumString}
|
|
7096
|
+
* @memberof IReview
|
|
7097
|
+
*/
|
|
7098
|
+
'subVariantTitle': PartialRecordLanguageEnumString;
|
|
7099
|
+
/**
|
|
7100
|
+
*
|
|
7101
|
+
* @type {string}
|
|
7102
|
+
* @memberof IReview
|
|
7103
|
+
*/
|
|
7104
|
+
'mainVariantId'?: string;
|
|
7105
|
+
/**
|
|
7106
|
+
*
|
|
7107
|
+
* @type {string}
|
|
7108
|
+
* @memberof IReview
|
|
7109
|
+
*/
|
|
7110
|
+
'subVariantId'?: string;
|
|
7087
7111
|
/**
|
|
7088
7112
|
*
|
|
7089
7113
|
* @type {number}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.76",
|
|
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": "191e1fad8fa241908e7639c2925cc91f561b889d"
|
|
41
41
|
}
|