@infisale-client/api 1.2.93 → 1.2.94
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 +97 -7
- package/dist/api/api.js +0 -7
- package/dist/api/api.mjs +0 -7
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -71,15 +71,11 @@ export declare const ComponentContentTypeEnum: {
|
|
|
71
71
|
readonly TEXT: "text";
|
|
72
72
|
readonly CAPTION: "caption";
|
|
73
73
|
readonly BUTTONS: "buttons";
|
|
74
|
-
readonly CARD: "card";
|
|
75
74
|
readonly PRICE: "price";
|
|
76
75
|
readonly VARIANT_PICKER: "variant-picker";
|
|
77
|
-
readonly QUANTITY_SELECTOR: "quantity-selector";
|
|
78
76
|
readonly BUY_BUTTON: "buy-button";
|
|
79
77
|
readonly SHARE: "share";
|
|
80
|
-
readonly SKU: "sku";
|
|
81
78
|
readonly PRODUCT_RATING: "product-rating";
|
|
82
|
-
readonly INVENTORY_STATUS: "inventory-status";
|
|
83
79
|
readonly CAROUSEL_ITEM: "carousel-item";
|
|
84
80
|
readonly GRID_ITEM: "grid-item";
|
|
85
81
|
readonly ANNOUNCEMENT_ITEM: "announcement-item";
|
|
@@ -135,7 +131,6 @@ export declare const ComponentTypeEnum: {
|
|
|
135
131
|
readonly PAGE_DETAIL: "page-detail";
|
|
136
132
|
readonly PRODUCT_DETAIL: "product-detail";
|
|
137
133
|
readonly PRODUCT_MORE_DETAIL: "product-more-detail";
|
|
138
|
-
readonly SINGLE_PRODUCT: "single-product";
|
|
139
134
|
readonly COLLECTION_LIST: "collection-list";
|
|
140
135
|
readonly CATEGORY_LIST: "category-list";
|
|
141
136
|
readonly BRAND_LIST: "brand-list";
|
|
@@ -143,11 +138,9 @@ export declare const ComponentTypeEnum: {
|
|
|
143
138
|
readonly RICH_TEXT: "rich-text";
|
|
144
139
|
readonly BANNER_WITH_TEXT: "banner-with-text";
|
|
145
140
|
readonly ACCORDION: "accordion";
|
|
146
|
-
readonly VIDEO: "video";
|
|
147
141
|
readonly HEADER: "header";
|
|
148
142
|
readonly ANNOUNCEMENT: "announcement";
|
|
149
143
|
readonly FOOTER: "footer";
|
|
150
|
-
readonly EMAIL_SIGNUP: "email-signup";
|
|
151
144
|
readonly CONTACT_FORM: "contact-form";
|
|
152
145
|
readonly CART_DETAIL: "cart-detail";
|
|
153
146
|
readonly CHECKOUT_DETAIL: "checkout-detail";
|
|
@@ -2224,6 +2217,12 @@ export interface ICompany {
|
|
|
2224
2217
|
* @memberof ICompany
|
|
2225
2218
|
*/
|
|
2226
2219
|
'autoApproveReviews': boolean;
|
|
2220
|
+
/**
|
|
2221
|
+
*
|
|
2222
|
+
* @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages}
|
|
2223
|
+
* @memberof ICompany
|
|
2224
|
+
*/
|
|
2225
|
+
'policyPages': PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages;
|
|
2227
2226
|
/**
|
|
2228
2227
|
*
|
|
2229
2228
|
* @type {CompanyStatusEnum}
|
|
@@ -2437,6 +2436,12 @@ export interface ICompanyAdminResponse {
|
|
|
2437
2436
|
* @memberof ICompanyAdminResponse
|
|
2438
2437
|
*/
|
|
2439
2438
|
'autoApproveReviews': boolean;
|
|
2439
|
+
/**
|
|
2440
|
+
*
|
|
2441
|
+
* @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages}
|
|
2442
|
+
* @memberof ICompanyAdminResponse
|
|
2443
|
+
*/
|
|
2444
|
+
'policyPages': PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages;
|
|
2440
2445
|
/**
|
|
2441
2446
|
*
|
|
2442
2447
|
* @type {string}
|
|
@@ -2881,6 +2886,12 @@ export interface ICompanyPatchRequest {
|
|
|
2881
2886
|
* @memberof ICompanyPatchRequest
|
|
2882
2887
|
*/
|
|
2883
2888
|
'autoApproveReviews'?: boolean;
|
|
2889
|
+
/**
|
|
2890
|
+
*
|
|
2891
|
+
* @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages}
|
|
2892
|
+
* @memberof ICompanyPatchRequest
|
|
2893
|
+
*/
|
|
2894
|
+
'policyPages'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages;
|
|
2884
2895
|
/**
|
|
2885
2896
|
*
|
|
2886
2897
|
* @type {string}
|
|
@@ -3193,6 +3204,12 @@ export interface ICompanyResponse {
|
|
|
3193
3204
|
* @memberof ICompanyResponse
|
|
3194
3205
|
*/
|
|
3195
3206
|
'autoApproveReviews': boolean;
|
|
3207
|
+
/**
|
|
3208
|
+
*
|
|
3209
|
+
* @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages}
|
|
3210
|
+
* @memberof ICompanyResponse
|
|
3211
|
+
*/
|
|
3212
|
+
'policyPages': PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages;
|
|
3196
3213
|
/**
|
|
3197
3214
|
*
|
|
3198
3215
|
* @type {string}
|
|
@@ -5425,6 +5442,12 @@ export interface IOrderResponse {
|
|
|
5425
5442
|
* @memberof IOrderResponse
|
|
5426
5443
|
*/
|
|
5427
5444
|
'note'?: string;
|
|
5445
|
+
/**
|
|
5446
|
+
*
|
|
5447
|
+
* @type {string}
|
|
5448
|
+
* @memberof IOrderResponse
|
|
5449
|
+
*/
|
|
5450
|
+
'ip': string;
|
|
5428
5451
|
/**
|
|
5429
5452
|
*
|
|
5430
5453
|
* @type {Array<PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInner>}
|
|
@@ -7837,6 +7860,30 @@ export interface ITemplateResponseComponentsInnerBlogs {
|
|
|
7837
7860
|
* @interface ITemplateResponseComponentsInnerConfig
|
|
7838
7861
|
*/
|
|
7839
7862
|
export interface ITemplateResponseComponentsInnerConfig {
|
|
7863
|
+
/**
|
|
7864
|
+
*
|
|
7865
|
+
* @type {boolean}
|
|
7866
|
+
* @memberof ITemplateResponseComponentsInnerConfig
|
|
7867
|
+
*/
|
|
7868
|
+
'policyLinks'?: boolean;
|
|
7869
|
+
/**
|
|
7870
|
+
*
|
|
7871
|
+
* @type {boolean}
|
|
7872
|
+
* @memberof ITemplateResponseComponentsInnerConfig
|
|
7873
|
+
*/
|
|
7874
|
+
'paymentGatewayPictures'?: boolean;
|
|
7875
|
+
/**
|
|
7876
|
+
*
|
|
7877
|
+
* @type {boolean}
|
|
7878
|
+
* @memberof ITemplateResponseComponentsInnerConfig
|
|
7879
|
+
*/
|
|
7880
|
+
'languageSwitcher'?: boolean;
|
|
7881
|
+
/**
|
|
7882
|
+
*
|
|
7883
|
+
* @type {boolean}
|
|
7884
|
+
* @memberof ITemplateResponseComponentsInnerConfig
|
|
7885
|
+
*/
|
|
7886
|
+
'socialButtons'?: boolean;
|
|
7840
7887
|
/**
|
|
7841
7888
|
*
|
|
7842
7889
|
* @type {boolean}
|
|
@@ -9607,6 +9654,12 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
|
|
|
9607
9654
|
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
9608
9655
|
*/
|
|
9609
9656
|
'autoApproveReviews': boolean;
|
|
9657
|
+
/**
|
|
9658
|
+
*
|
|
9659
|
+
* @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages}
|
|
9660
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
9661
|
+
*/
|
|
9662
|
+
'policyPages': PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages;
|
|
9610
9663
|
/**
|
|
9611
9664
|
*
|
|
9612
9665
|
* @type {string}
|
|
@@ -9639,6 +9692,37 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFi
|
|
|
9639
9692
|
*/
|
|
9640
9693
|
'google': boolean;
|
|
9641
9694
|
}
|
|
9695
|
+
/**
|
|
9696
|
+
*
|
|
9697
|
+
* @export
|
|
9698
|
+
* @interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages
|
|
9699
|
+
*/
|
|
9700
|
+
export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages {
|
|
9701
|
+
/**
|
|
9702
|
+
* Construct a type with a set of properties K of type T
|
|
9703
|
+
* @type {object}
|
|
9704
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages
|
|
9705
|
+
*/
|
|
9706
|
+
'terms_of_service'?: object;
|
|
9707
|
+
/**
|
|
9708
|
+
* Construct a type with a set of properties K of type T
|
|
9709
|
+
* @type {object}
|
|
9710
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages
|
|
9711
|
+
*/
|
|
9712
|
+
'privacy_policy'?: object;
|
|
9713
|
+
/**
|
|
9714
|
+
* Construct a type with a set of properties K of type T
|
|
9715
|
+
* @type {object}
|
|
9716
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages
|
|
9717
|
+
*/
|
|
9718
|
+
'return_policy'?: object;
|
|
9719
|
+
/**
|
|
9720
|
+
* Construct a type with a set of properties K of type T
|
|
9721
|
+
* @type {object}
|
|
9722
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages
|
|
9723
|
+
*/
|
|
9724
|
+
'distance_sales_agreement'?: object;
|
|
9725
|
+
}
|
|
9642
9726
|
/**
|
|
9643
9727
|
* From T, pick a set of properties whose keys are in the union K
|
|
9644
9728
|
* @export
|
|
@@ -9996,6 +10080,12 @@ export interface PickIOrderExcludeKeyofIOrderHtmlOrIframe {
|
|
|
9996
10080
|
* @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
|
|
9997
10081
|
*/
|
|
9998
10082
|
'note'?: string;
|
|
10083
|
+
/**
|
|
10084
|
+
*
|
|
10085
|
+
* @type {string}
|
|
10086
|
+
* @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
|
|
10087
|
+
*/
|
|
10088
|
+
'ip': string;
|
|
9999
10089
|
/**
|
|
10000
10090
|
*
|
|
10001
10091
|
* @type {Array<PickIOrderExcludeKeyofIOrderHtmlOrIframeReturnsInner>}
|
package/dist/api/api.js
CHANGED
|
@@ -80,15 +80,11 @@ exports.ComponentContentTypeEnum = {
|
|
|
80
80
|
TEXT: 'text',
|
|
81
81
|
CAPTION: 'caption',
|
|
82
82
|
BUTTONS: 'buttons',
|
|
83
|
-
CARD: 'card',
|
|
84
83
|
PRICE: 'price',
|
|
85
84
|
VARIANT_PICKER: 'variant-picker',
|
|
86
|
-
QUANTITY_SELECTOR: 'quantity-selector',
|
|
87
85
|
BUY_BUTTON: 'buy-button',
|
|
88
86
|
SHARE: 'share',
|
|
89
|
-
SKU: 'sku',
|
|
90
87
|
PRODUCT_RATING: 'product-rating',
|
|
91
|
-
INVENTORY_STATUS: 'inventory-status',
|
|
92
88
|
CAROUSEL_ITEM: 'carousel-item',
|
|
93
89
|
GRID_ITEM: 'grid-item',
|
|
94
90
|
ANNOUNCEMENT_ITEM: 'announcement-item',
|
|
@@ -140,7 +136,6 @@ exports.ComponentTypeEnum = {
|
|
|
140
136
|
PAGE_DETAIL: 'page-detail',
|
|
141
137
|
PRODUCT_DETAIL: 'product-detail',
|
|
142
138
|
PRODUCT_MORE_DETAIL: 'product-more-detail',
|
|
143
|
-
SINGLE_PRODUCT: 'single-product',
|
|
144
139
|
COLLECTION_LIST: 'collection-list',
|
|
145
140
|
CATEGORY_LIST: 'category-list',
|
|
146
141
|
BRAND_LIST: 'brand-list',
|
|
@@ -148,11 +143,9 @@ exports.ComponentTypeEnum = {
|
|
|
148
143
|
RICH_TEXT: 'rich-text',
|
|
149
144
|
BANNER_WITH_TEXT: 'banner-with-text',
|
|
150
145
|
ACCORDION: 'accordion',
|
|
151
|
-
VIDEO: 'video',
|
|
152
146
|
HEADER: 'header',
|
|
153
147
|
ANNOUNCEMENT: 'announcement',
|
|
154
148
|
FOOTER: 'footer',
|
|
155
|
-
EMAIL_SIGNUP: 'email-signup',
|
|
156
149
|
CONTACT_FORM: 'contact-form',
|
|
157
150
|
CART_DETAIL: 'cart-detail',
|
|
158
151
|
CHECKOUT_DETAIL: 'checkout-detail',
|
package/dist/api/api.mjs
CHANGED
|
@@ -68,15 +68,11 @@ export const ComponentContentTypeEnum = {
|
|
|
68
68
|
TEXT: 'text',
|
|
69
69
|
CAPTION: 'caption',
|
|
70
70
|
BUTTONS: 'buttons',
|
|
71
|
-
CARD: 'card',
|
|
72
71
|
PRICE: 'price',
|
|
73
72
|
VARIANT_PICKER: 'variant-picker',
|
|
74
|
-
QUANTITY_SELECTOR: 'quantity-selector',
|
|
75
73
|
BUY_BUTTON: 'buy-button',
|
|
76
74
|
SHARE: 'share',
|
|
77
|
-
SKU: 'sku',
|
|
78
75
|
PRODUCT_RATING: 'product-rating',
|
|
79
|
-
INVENTORY_STATUS: 'inventory-status',
|
|
80
76
|
CAROUSEL_ITEM: 'carousel-item',
|
|
81
77
|
GRID_ITEM: 'grid-item',
|
|
82
78
|
ANNOUNCEMENT_ITEM: 'announcement-item',
|
|
@@ -128,7 +124,6 @@ export const ComponentTypeEnum = {
|
|
|
128
124
|
PAGE_DETAIL: 'page-detail',
|
|
129
125
|
PRODUCT_DETAIL: 'product-detail',
|
|
130
126
|
PRODUCT_MORE_DETAIL: 'product-more-detail',
|
|
131
|
-
SINGLE_PRODUCT: 'single-product',
|
|
132
127
|
COLLECTION_LIST: 'collection-list',
|
|
133
128
|
CATEGORY_LIST: 'category-list',
|
|
134
129
|
BRAND_LIST: 'brand-list',
|
|
@@ -136,11 +131,9 @@ export const ComponentTypeEnum = {
|
|
|
136
131
|
RICH_TEXT: 'rich-text',
|
|
137
132
|
BANNER_WITH_TEXT: 'banner-with-text',
|
|
138
133
|
ACCORDION: 'accordion',
|
|
139
|
-
VIDEO: 'video',
|
|
140
134
|
HEADER: 'header',
|
|
141
135
|
ANNOUNCEMENT: 'announcement',
|
|
142
136
|
FOOTER: 'footer',
|
|
143
|
-
EMAIL_SIGNUP: 'email-signup',
|
|
144
137
|
CONTACT_FORM: 'contact-form',
|
|
145
138
|
CART_DETAIL: 'cart-detail',
|
|
146
139
|
CHECKOUT_DETAIL: 'checkout-detail',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.94",
|
|
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": "a67aafa31843a66a66d81c07d9adc69ccdaaa2da"
|
|
41
41
|
}
|