@infisale-client/api 1.2.94 → 1.2.95
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 +12 -18
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -8230,12 +8230,6 @@ export interface ITemplateResponseComponentsInnerContentsInnerConfig {
|
|
|
8230
8230
|
* @interface ITemplateResponseComponentsInnerIdentity
|
|
8231
8231
|
*/
|
|
8232
8232
|
export interface ITemplateResponseComponentsInnerIdentity {
|
|
8233
|
-
/**
|
|
8234
|
-
*
|
|
8235
|
-
* @type {IProductResponse}
|
|
8236
|
-
* @memberof ITemplateResponseComponentsInnerIdentity
|
|
8237
|
-
*/
|
|
8238
|
-
'singleProduct'?: IProductResponse;
|
|
8239
8233
|
/**
|
|
8240
8234
|
*
|
|
8241
8235
|
* @type {Array<ITemplateResponseComponentsInnerIdentityButtonsInner>}
|
|
@@ -9699,29 +9693,29 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFi
|
|
|
9699
9693
|
*/
|
|
9700
9694
|
export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages {
|
|
9701
9695
|
/**
|
|
9702
|
-
*
|
|
9703
|
-
* @type {
|
|
9696
|
+
*
|
|
9697
|
+
* @type {PartialRecordLanguageEnumString}
|
|
9704
9698
|
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages
|
|
9705
9699
|
*/
|
|
9706
|
-
'
|
|
9700
|
+
'termsOfService'?: PartialRecordLanguageEnumString;
|
|
9707
9701
|
/**
|
|
9708
|
-
*
|
|
9709
|
-
* @type {
|
|
9702
|
+
*
|
|
9703
|
+
* @type {PartialRecordLanguageEnumString}
|
|
9710
9704
|
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages
|
|
9711
9705
|
*/
|
|
9712
|
-
'
|
|
9706
|
+
'privacyPolicy'?: PartialRecordLanguageEnumString;
|
|
9713
9707
|
/**
|
|
9714
|
-
*
|
|
9715
|
-
* @type {
|
|
9708
|
+
*
|
|
9709
|
+
* @type {PartialRecordLanguageEnumString}
|
|
9716
9710
|
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages
|
|
9717
9711
|
*/
|
|
9718
|
-
'
|
|
9712
|
+
'returnPolicy'?: PartialRecordLanguageEnumString;
|
|
9719
9713
|
/**
|
|
9720
|
-
*
|
|
9721
|
-
* @type {
|
|
9714
|
+
*
|
|
9715
|
+
* @type {PartialRecordLanguageEnumString}
|
|
9722
9716
|
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages
|
|
9723
9717
|
*/
|
|
9724
|
-
'
|
|
9718
|
+
'distanceSalesAgreement'?: PartialRecordLanguageEnumString;
|
|
9725
9719
|
}
|
|
9726
9720
|
/**
|
|
9727
9721
|
* From T, pick a set of properties whose keys are in the union K
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.95",
|
|
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": "d94b2a176c4521a784286691124e6e3a2bf53198"
|
|
41
41
|
}
|