Skip to content

Commit

Permalink
[Auto Generated] 1.3.10-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jigardafda committed Dec 11, 2023
1 parent ea0ac72 commit 465438d
Show file tree
Hide file tree
Showing 12 changed files with 635 additions and 47 deletions.
330 changes: 329 additions & 1 deletion CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ console.log("Active Theme: ", response.information.name);
The above code will log the curl command in the console

```bash
curl --request GET "https://api.fynd.com/service/application/theme/v1.0/applied-theme" --header 'authorization: Bearer <authorization-token>' --header 'x-fp-sdk-version: 1.3.10-beta.2' --header 'x-fp-date: 20230222T115108Z' --header 'x-fp-signature: v1.1:1e3ab3b02b5bc626e3c32a37ee844266ade02bbcbaafc28fc7a0e46a76a7a1a8'
curl --request GET "https://api.fynd.com/service/application/theme/v1.0/applied-theme" --header 'authorization: Bearer <authorization-token>' --header 'x-fp-sdk-version: 1.3.10-beta.3' --header 'x-fp-date: 20230222T115108Z' --header 'x-fp-signature: v1.1:1e3ab3b02b5bc626e3c32a37ee844266ade02bbcbaafc28fc7a0e46a76a7a1a8'
Active Theme: Emerge
```

Expand Down
2 changes: 1 addition & 1 deletion dist/application.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions documentation/application/CART.md
Original file line number Diff line number Diff line change
Expand Up @@ -9261,6 +9261,7 @@ Success. Returns a success message and the coupon validity. Refer `PaymentCoupon
| ---------- | ---- | -------- | ----------- |
| _custom_json | string? | yes | |
| action | [ProductAction](#ProductAction)? | yes | |
| attributes | string? | yes | |
| brand | [BaseInfo](#BaseInfo)? | yes | |
| categories | [[CategoryInfo](#CategoryInfo)]? | yes | |
| images | [[ProductImage](#ProductImage)]? | yes | |
Expand Down Expand Up @@ -9305,6 +9306,7 @@ Success. Returns a success message and the coupon validity. Refer `PaymentCoupon
| price | [ProductPriceInfo](#ProductPriceInfo)? | yes | |
| price_per_unit | [ProductPricePerUnitInfo](#ProductPricePerUnitInfo)? | yes | |
| product | [CartProduct](#CartProduct)? | yes | |
| product_ean_id | string? | yes | |
| promo_meta | [PromoMeta](#PromoMeta)? | yes | |
| promotions_applied | [[AppliedPromotion](#AppliedPromotion)]? | yes | |
| quantity | number? | yes | |
Expand Down
6 changes: 3 additions & 3 deletions documentation/partner/FILESTORAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const data = await partnerClient.fileStorage.browse({ namespace : value,
| Argument | Type | Required | Description |
| --------- | ----- | -------- | ----------- |
| namespace | string | yes | Segregation of different types of files(products, orders, logistics etc), Required for validating the data of the file being uploaded, decides where exactly the file will be stored inside the storage bucket. |
| organizationId | number | yes | |
| organizationId | string | yes | |
| page | number | no | page no |
| limit | number | no | Limit |

Expand Down Expand Up @@ -240,7 +240,7 @@ const data = await partnerClient.fileStorage.completeUpload({ namespace : value
| Argument | Type | Required | Description |
| --------- | ----- | -------- | ----------- |
| namespace | string | yes | Segregation of different types of files(products, orders, logistics etc), Required for validating the data of the file being uploaded, decides where exactly the file will be stored inside the storage bucket. |
| organizationId | number | yes | |
| organizationId | string | yes | |
| body | [StartResponse](#StartResponse) | yes | Request body |


Expand Down Expand Up @@ -351,7 +351,7 @@ const data = await partnerClient.fileStorage.startUpload({ namespace : value,
| Argument | Type | Required | Description |
| --------- | ----- | -------- | ----------- |
| namespace | string | yes | Segregation of different types of files(products, orders, logistics etc), Required for validating the data of the file being uploaded, decides where exactly the file will be stored inside the storage bucket. |
| organizationId | number | yes | |
| organizationId | string | yes | |
| body | [StartRequest](#StartRequest) | yes | Request body |


Expand Down
62 changes: 62 additions & 0 deletions documentation/platform/CART.md
Original file line number Diff line number Diff line change
Expand Up @@ -13243,6 +13243,15 @@ Success. Returns a success message and the coupon validity. Refer `PaymentCoupon
| success | boolean? | yes | |


---

#### [CartCommonConfig](#CartCommonConfig)

| Properties | Type | Nullable | Description |
| ---------- | ---- | -------- | ----------- |
| delivery_charges_config | [DeliveryChargesConfig](#DeliveryChargesConfig)? | yes | |


---

#### [CartCurrency](#CartCurrency)
Expand All @@ -13263,6 +13272,30 @@ Success. Returns a success message and the coupon validity. Refer `PaymentCoupon
| pickup_stores | [number]? | yes | Store pick up available store uids |


---

#### [CartDetailCoupon](#CartDetailCoupon)

| Properties | Type | Nullable | Description |
| ---------- | ---- | -------- | ----------- |
| cashback_amount | number? | yes | |
| cashback_message_primary | string? | yes | |
| cashback_message_secondary | string? | yes | |
| coupon_code | string? | yes | |
| coupon_description | string? | yes | |
| coupon_id | string? | yes | |
| coupon_subtitle | string? | yes | |
| coupon_title | string? | yes | |
| coupon_type | string? | yes | |
| coupon_value | number? | yes | |
| discount | number? | yes | |
| is_applied | boolean? | yes | |
| is_valid | boolean? | yes | |
| maximum_discount_value | number? | yes | |
| message | string? | yes | |
| minimum_cart_value | number? | yes | |


---

#### [CartDetailResponse](#CartDetailResponse)
Expand All @@ -13272,8 +13305,11 @@ Success. Returns a success message and the coupon validity. Refer `PaymentCoupon
| applied_promo_details | [[AppliedPromotion](#AppliedPromotion)]? | yes | |
| breakup_values | [CartBreakup](#CartBreakup)? | yes | |
| buy_now | boolean? | yes | |
| cart_id | number? | yes | |
| checkout_mode | string? | yes | |
| comment | string? | yes | |
| common_config | [CartCommonConfig](#CartCommonConfig)? | yes | |
| coupon | [CartDetailCoupon](#CartDetailCoupon)? | yes | |
| coupon_text | string? | yes | |
| currency | [CartCurrency](#CartCurrency)? | yes | |
| delivery_charge_info | string? | yes | |
Expand All @@ -13284,10 +13320,14 @@ Success. Returns a success message and the coupon validity. Refer `PaymentCoupon
| items | [[CartProductInfo](#CartProductInfo)]? | yes | |
| last_modified | string? | yes | |
| message | string? | yes | |
| notification | string? | yes | |
| pan_config | string? | yes | |
| pan_no | string? | yes | |
| payment_selection_lock | [PaymentSelectionLock](#PaymentSelectionLock)? | yes | |
| restrict_checkout | boolean? | yes | |
| staff_user_id | string? | yes | |
| success | boolean? | yes | |
| uid | string? | yes | |


---
Expand Down Expand Up @@ -13393,6 +13433,7 @@ Success. Returns a success message and the coupon validity. Refer `PaymentCoupon
| ---------- | ---- | -------- | ----------- |
| _custom_json | string? | yes | |
| action | [ProductAction](#ProductAction)? | yes | |
| attributes | string? | yes | |
| brand | [BaseInfo](#BaseInfo)? | yes | |
| categories | [[CategoryInfo](#CategoryInfo)]? | yes | |
| images | [[ProductImage](#ProductImage)]? | yes | |
Expand Down Expand Up @@ -13437,6 +13478,7 @@ Success. Returns a success message and the coupon validity. Refer `PaymentCoupon
| price | [ProductPriceInfo](#ProductPriceInfo)? | yes | |
| price_per_unit | [ProductPriceInfo](#ProductPriceInfo)? | yes | |
| product | [CartProduct](#CartProduct)? | yes | |
| product_ean_id | string? | yes | |
| promo_meta | [PromoMeta](#PromoMeta)? | yes | |
| promotions_applied | [[AppliedPromotion](#AppliedPromotion)]? | yes | |
| quantity | number? | yes | |
Expand All @@ -13462,6 +13504,16 @@ Success. Returns a success message and the coupon validity. Refer `PaymentCoupon
| threshold | number? | yes | |


---

#### [ChargesThreshold](#ChargesThreshold)

| Properties | Type | Nullable | Description |
| ---------- | ---- | -------- | ----------- |
| charges | number? | yes | |
| threshold | number? | yes | |


---

#### [CheckCart](#CheckCart)
Expand Down Expand Up @@ -13750,6 +13802,16 @@ Success. Returns a success message and the coupon validity. Refer `PaymentCoupon
| enabled | boolean? | yes | |


---

#### [DeliveryChargesConfig](#DeliveryChargesConfig)

| Properties | Type | Nullable | Description |
| ---------- | ---- | -------- | ----------- |
| charges | [[ChargesThreshold](#ChargesThreshold)]? | yes | |
| enabled | boolean? | yes | |


---

#### [DiscountOffer](#DiscountOffer)
Expand Down
78 changes: 39 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gofynd/fdk-client-javascript",
"version": "1.3.10-beta.2",
"version": "1.3.10-beta.3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions sdk/application/Cart/CartApplicationModel.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ export = CartApplicationModel;
* @typedef CartProduct
* @property {Object} [_custom_json]
* @property {ProductAction} [action]
* @property {Object} [attributes]
* @property {BaseInfo} [brand]
* @property {CategoryInfo[]} [categories]
* @property {ProductImage[]} [images]
Expand Down Expand Up @@ -316,6 +317,7 @@ export = CartApplicationModel;
* @property {ProductPriceInfo} [price]
* @property {ProductPricePerUnitInfo} [price_per_unit]
* @property {CartProduct} [product]
* @property {string} [product_ean_id]
* @property {PromoMeta} [promo_meta]
* @property {AppliedPromotion[]} [promotions_applied]
* @property {number} [quantity]
Expand Down Expand Up @@ -1288,6 +1290,7 @@ declare function CartProduct(): CartProduct;
type CartProduct = {
_custom_json?: any;
action?: ProductAction;
attributes?: any;
brand?: BaseInfo;
categories?: CategoryInfo[];
images?: ProductImage[];
Expand Down Expand Up @@ -1331,6 +1334,7 @@ type CartProductInfo = {
price?: ProductPriceInfo;
price_per_unit?: ProductPricePerUnitInfo;
product?: CartProduct;
product_ean_id?: string;
promo_meta?: PromoMeta;
promotions_applied?: AppliedPromotion[];
quantity?: number;
Expand Down
Loading

0 comments on commit 465438d

Please sign in to comment.