Skip to content

Commit

Permalink
[Auto Generated] 1.3.4-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jigardafda committed Oct 3, 2023
1 parent d42f1b3 commit 36b50f6
Show file tree
Hide file tree
Showing 42 changed files with 7,790 additions and 4,713 deletions.
935 changes: 876 additions & 59 deletions 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.3-beta.3' --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.4-beta.1' --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 @@ -9074,6 +9074,7 @@ Success. Returns a success message and the coupon validity. Refer `PaymentCoupon
| order_type | string? | yes | |
| ordering_store | number? | yes | |
| payment_auto_confirm | boolean? | yes | |
| payment_extra_identifiers | string? | yes | |
| payment_identifier | string? | yes | |
| payment_mode | string | no | |
| payment_params | string? | yes | |
Expand Down Expand Up @@ -9726,6 +9727,7 @@ Success. Returns a success message and the coupon validity. Refer `PaymentCoupon
| mode | string | no | |
| name | string? | yes | |
| payment | string? | yes | |
| payment_extra_identifiers | string? | yes | |
| payment_meta | [PaymentMeta](#PaymentMeta) | no | |


Expand Down
7 changes: 3 additions & 4 deletions documentation/application/THEME.md
Original file line number Diff line number Diff line change
Expand Up @@ -5249,8 +5249,7 @@ Success. Returns a JSON object of the theme. Check the example shown below or re

| Properties | Type | Nullable | Description |
| ---------- | ---- | -------- | ----------- |
| auth | [AuthConfig](#AuthConfig)? | yes | |
| palette | [PaletteConfig](#PaletteConfig)? | yes | |
| custom | [CustomConfig](#CustomConfig)? | yes | |
| statics | [StaticConfig](#StaticConfig)? | yes | |


Expand Down Expand Up @@ -5488,6 +5487,7 @@ Success. Returns a JSON object of the theme. Check the example shown below or re
| ---------- | ---- | -------- | ----------- |
| auth | [AuthConfig](#AuthConfig)? | yes | |
| colors | [Colors](#Colors)? | yes | |
| palette | [PaletteConfig](#PaletteConfig)? | yes | |


---
Expand Down Expand Up @@ -5518,8 +5518,7 @@ Success. Returns a JSON object of the theme. Check the example shown below or re

| Properties | Type | Nullable | Description |
| ---------- | ---- | -------- | ----------- |
| custom | [CustomConfig](#CustomConfig)? | yes | |
| global_config | [GlobalConfig](#GlobalConfig)? | yes | |
| global_config | string? | yes | |
| name | string? | yes | The name of the configuration |
| page | [string]? | yes | An array of pages |

Expand Down
2 changes: 2 additions & 0 deletions documentation/platform/CART.md
Original file line number Diff line number Diff line change
Expand Up @@ -14311,6 +14311,7 @@ Success. Returns a success message and the coupon validity. Refer `PaymentCoupon
| mode | string | no | |
| name | string? | yes | |
| payment | string? | yes | |
| payment_extra_identifiers | string? | yes | |
| payment_meta | [PaymentMeta](#PaymentMeta) | no | |


Expand Down Expand Up @@ -14430,6 +14431,7 @@ Success. Returns a success message and the coupon validity. Refer `PaymentCoupon
| order_type | string | no | |
| ordering_store | number? | yes | |
| payment_auto_confirm | boolean? | yes | |
| payment_extra_identifiers | string? | yes | |
| payment_identifier | string? | yes | |
| payment_mode | string | no | |
| payment_params | string? | yes | |
Expand Down
Loading

0 comments on commit 36b50f6

Please sign in to comment.