@infisale-client/api 1.2.93 → 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 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}
@@ -8183,12 +8230,6 @@ export interface ITemplateResponseComponentsInnerContentsInnerConfig {
8183
8230
  * @interface ITemplateResponseComponentsInnerIdentity
8184
8231
  */
8185
8232
  export interface ITemplateResponseComponentsInnerIdentity {
8186
- /**
8187
- *
8188
- * @type {IProductResponse}
8189
- * @memberof ITemplateResponseComponentsInnerIdentity
8190
- */
8191
- 'singleProduct'?: IProductResponse;
8192
8233
  /**
8193
8234
  *
8194
8235
  * @type {Array<ITemplateResponseComponentsInnerIdentityButtonsInner>}
@@ -9607,6 +9648,12 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
9607
9648
  * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
9608
9649
  */
9609
9650
  'autoApproveReviews': boolean;
9651
+ /**
9652
+ *
9653
+ * @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages}
9654
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
9655
+ */
9656
+ 'policyPages': PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages;
9610
9657
  /**
9611
9658
  *
9612
9659
  * @type {string}
@@ -9639,6 +9686,37 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysFi
9639
9686
  */
9640
9687
  'google': boolean;
9641
9688
  }
9689
+ /**
9690
+ *
9691
+ * @export
9692
+ * @interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages
9693
+ */
9694
+ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages {
9695
+ /**
9696
+ *
9697
+ * @type {PartialRecordLanguageEnumString}
9698
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages
9699
+ */
9700
+ 'termsOfService'?: PartialRecordLanguageEnumString;
9701
+ /**
9702
+ *
9703
+ * @type {PartialRecordLanguageEnumString}
9704
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages
9705
+ */
9706
+ 'privacyPolicy'?: PartialRecordLanguageEnumString;
9707
+ /**
9708
+ *
9709
+ * @type {PartialRecordLanguageEnumString}
9710
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages
9711
+ */
9712
+ 'returnPolicy'?: PartialRecordLanguageEnumString;
9713
+ /**
9714
+ *
9715
+ * @type {PartialRecordLanguageEnumString}
9716
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPolicyPages
9717
+ */
9718
+ 'distanceSalesAgreement'?: PartialRecordLanguageEnumString;
9719
+ }
9642
9720
  /**
9643
9721
  * From T, pick a set of properties whose keys are in the union K
9644
9722
  * @export
@@ -9996,6 +10074,12 @@ export interface PickIOrderExcludeKeyofIOrderHtmlOrIframe {
9996
10074
  * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
9997
10075
  */
9998
10076
  'note'?: string;
10077
+ /**
10078
+ *
10079
+ * @type {string}
10080
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
10081
+ */
10082
+ 'ip': string;
9999
10083
  /**
10000
10084
  *
10001
10085
  * @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.93",
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": "0bc42cb1620b473fc8ab9355886fd87aa7f0da64"
40
+ "gitHead": "d94b2a176c4521a784286691124e6e3a2bf53198"
41
41
  }