Skip to content

Commit 42b51f8

Browse files
committed
[Auto Generated] 3.19.0
1 parent f6bd028 commit 42b51f8

22 files changed

+1093
-110
lines changed

CHANGELOG.md

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,106 @@
1+
# CHANGE LOG (3.19.0) - 2.11.5
2+
3+
## Application Client
4+
5+
6+
7+
### Order
8+
9+
10+
11+
#### getRefundModesWithPriceBreakup
12+
13+
- ##### What's New
14+
- [Added] method <code>getRefundModesWithPriceBreakup</code>
15+
16+
17+
18+
### Payment
19+
20+
21+
22+
#### getPosPaymentModeRoutes
23+
24+
- ##### What's New
25+
- [Added] <code>query</code> parameter <code>fulfillmentOption</code> (type: <code>array</code>)
26+
27+
28+
29+
## Partner Client
30+
31+
32+
33+
### Webhook
34+
35+
36+
37+
#### validateFilterConfiguration
38+
39+
- ##### What's New
40+
- [Added] method <code>validateFilterConfiguration</code>
41+
42+
43+
44+
#### validateReducerConfiguration
45+
46+
- ##### What's New
47+
- [Added] method <code>validateReducerConfiguration</code>
48+
49+
50+
51+
#### saveFilterReducerConfiguration
52+
53+
- ##### What's New
54+
- [Added] method <code>saveFilterReducerConfiguration</code>
55+
56+
57+
58+
## Platform Client
59+
60+
61+
62+
### Order
63+
64+
65+
66+
#### addStateManagerConfig
67+
68+
- ##### What's New
69+
- [Added] property <code>data.configs[].pre_hooks[].filter</code> of schema <code>PreHook</code> in request body
70+
- [Added] property <code>data.configs[].post_hooks[].filter</code> of schema <code>PostHook</code> in request body
71+
72+
- ##### What's Deprecated
73+
- [Breaking] [Deleted] property <code>data.configs[].pre_hooks[].filters</code> of schema <code>PreHook</code> in request body
74+
- [Breaking] [Deleted] property <code>data.configs[].post_hooks[].filters</code> of schema <code>PostHook</code> in request body
75+
76+
77+
#### getStateManagerConfig
78+
79+
- ##### What's New
80+
- [Added] property <code>data[].configs[].pre_hooks[].filter</code> of schema <code>PreHook</code> in response with status code 200
81+
- [Added] property <code>data[].configs[].post_hooks[].filter</code> of schema <code>PostHook</code> in response with status code 200
82+
83+
- ##### What's Deprecated
84+
- [Breaking] [Deleted] property <code>data[].configs[].pre_hooks[].filters</code> of schema <code>PreHook</code> in response with status code 200
85+
- [Breaking] [Deleted] property <code>data[].configs[].post_hooks[].filters</code> of schema <code>PostHook</code> in response with status code 200
86+
87+
88+
### User
89+
90+
91+
92+
#### createUser
93+
94+
- ##### What's New
95+
- [Added] property <code>dob</code> of schema <code>CreateUserRequestSchema</code> in request body
96+
97+
98+
#### updateUser
99+
100+
- ##### What's New
101+
- [Added] property <code>dob</code> of schema <code>UpdateUserRequestSchema</code> in request body
102+
103+
1104
# CHANGE LOG (3.18.0) - 2.11.3
2105

3106
## Application Client

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ console.log("Active Theme: ", response.information.name);
234234
The above code will log the curl command in the console
235235

236236
```bash
237-
curl --request GET "https://api.fynd.com/service/application/theme/v1.0/applied-theme" --header 'authorization: Bearer <authorization-token>' --header 'x-fp-sdk-version: 3.18.0' --header 'x-fp-date: 20230222T115108Z' --header 'x-fp-signature: v1.1:1e3ab3b02b5bc626e3c32a37ee844266ade02bbcbaafc28fc7a0e46a76a7a1a8'
237+
curl --request GET "https://api.fynd.com/service/application/theme/v1.0/applied-theme" --header 'authorization: Bearer <authorization-token>' --header 'x-fp-sdk-version: 3.19.0' --header 'x-fp-date: 20230222T115108Z' --header 'x-fp-signature: v1.1:1e3ab3b02b5bc626e3c32a37ee844266ade02bbcbaafc28fc7a0e46a76a7a1a8'
238238
Active Theme: Emerge
239239
```
240240

dist/application.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/application.js.LICENSE.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1+
/*!
2+
* The buffer module from node.js, for the browser.
3+
*
4+
* @author Feross Aboukhadijeh <https://feross.org>
5+
* @license MIT
6+
*/
7+
18
/*! Axios v1.13.5 Copyright (c) 2026 Matt Zabriskie and contributors */
9+
10+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */

0 commit comments

Comments
 (0)