Skip to content

Commit a797a36

Browse files
committed
[Auto Generated] v3.1.0-beta.8
1 parent 330812f commit a797a36

File tree

5 files changed

+12
-48
lines changed

5 files changed

+12
-48
lines changed

CHANGELOG.md

Lines changed: 7 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CHANGE LOG (v3.1.0-beta.7) - 1.10.2
1+
# CHANGE LOG (v3.1.0-beta.8) - 1.10.2
22

33
## Application Client
44

@@ -9696,6 +9696,12 @@
96969696
- [Breaking] [Changed] Type from <code>object</code> to <code>integer</code> of property <code>inventory.exclude_category[]</code> of schema <code>AppInventoryConfig</code> in response with status code 200
96979697

96989698

9699+
#### getDomains
9700+
9701+
- ##### What's New
9702+
- [Added] Security in Request
9703+
9704+
96999705
#### getCurrencies
97009706

97019707
- ##### What's New
@@ -9895,13 +9901,6 @@
98959901

98969902

98979903

9898-
#### getDomains
9899-
9900-
- ##### What's New
9901-
- [Added] method <code>getDomains</code>
9902-
9903-
9904-
99059904
#### addDomain
99069905

99079906
- ##### What's New
@@ -14853,41 +14852,6 @@
1485314852
- [Breaking] [Deleted] Response with status 400
1485414853

1485514854

14856-
#### bulkImportStoreFrontUsers
14857-
14858-
- ##### What's Deprecated
14859-
- [Breaking] [Deleted] method <code>bulkImportStoreFrontUsers</code>
14860-
14861-
14862-
14863-
#### getBulkImportUsersList
14864-
14865-
- ##### What's Deprecated
14866-
- [Breaking] [Deleted] method <code>getBulkImportUsersList</code>
14867-
14868-
14869-
14870-
#### createBulkExportUsers
14871-
14872-
- ##### What's Deprecated
14873-
- [Breaking] [Deleted] method <code>createBulkExportUsers</code>
14874-
14875-
14876-
14877-
#### getBulkExportUsersList
14878-
14879-
- ##### What's Deprecated
14880-
- [Breaking] [Deleted] method <code>getBulkExportUsersList</code>
14881-
14882-
14883-
14884-
#### getUsersJobByJobId
14885-
14886-
- ##### What's Deprecated
14887-
- [Breaking] [Deleted] method <code>getUsersJobByJobId</code>
14888-
14889-
14890-
1489114855
#### getUsersByByGroupId
1489214856

1489314857
- ##### What's New

README.md

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

239239
```bash
240-
curl --request GET "https://api.fynd.com/service/application/theme/v1.0/applied-theme" --header 'authorization: Bearer <authorization-token>' --header 'x-fp-sdk-version: v3.1.0-beta.7' --header 'x-fp-date: 20230222T115108Z' --header 'x-fp-signature: v1.1:1e3ab3b02b5bc626e3c32a37ee844266ade02bbcbaafc28fc7a0e46a76a7a1a8'
240+
curl --request GET "https://api.fynd.com/service/application/theme/v1.0/applied-theme" --header 'authorization: Bearer <authorization-token>' --header 'x-fp-sdk-version: v3.1.0-beta.8' --header 'x-fp-date: 20230222T115108Z' --header 'x-fp-signature: v1.1:1e3ab3b02b5bc626e3c32a37ee844266ade02bbcbaafc28fc7a0e46a76a7a1a8'
241241
Active Theme: Emerge
242242
```
243243

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.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gofynd/fdk-client-javascript",
3-
"version": "v3.1.0-beta.7",
3+
"version": "v3.1.0-beta.8",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)