Skip to content

Commit

Permalink
[Auto Generated] 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jigardafda committed Dec 23, 2024
1 parent 1502a2e commit b770ff0
Show file tree
Hide file tree
Showing 58 changed files with 4,377 additions and 489 deletions.
92 changes: 92 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,95 @@
# CHANGE LOG (1.6.0) - 2.1.0

## Application Client



### Logistic



#### getCountries

- ##### What's New
- [Added] <code>query</code> parameter <code>phoneCode</code> (type: <code>string</code>)



## Partner Client



### FileStorage



#### signUrls

- ##### What's New
- [Added] method <code>signUrls</code>



### Webhook



#### fetchSubscribers

- ##### What's New
- [Breaking] [Added] Type <code>object</code> to property <code>items[].association</code> of schema <code>Association</code> in response with status code 200
- [Breaking] [Added] Type <code>object</code> to property <code>items[].auth_meta</code> of schema <code>AuthMeta</code> in response with status code 200


## Platform Client



### AuditTrail



#### createAuditLog

- ##### What's New
- [Breaking] [Added] Type <code>object</code> to property <code></code> of schema <code>CreateLogResp</code> in response with status code 200

- ##### What's Deprecated
- [Deleted] Required status to Request body content


### Content



#### createPagePreview

- ##### What's Deprecated
- [Breaking] [Deleted] method <code>createPagePreview</code>



### Payment



#### validateCustomerAndCreditSummary

- ##### What's New
- [Added] method <code>validateCustomerAndCreditSummary</code>



### User



#### createUser

- ##### What's Changed
- [Changed] <code>username</code> made optional in request body


# CHANGE LOG (1.5.2) - 2.0.0

## Application Client
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,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.5.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.6.0' --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.

Loading

0 comments on commit b770ff0

Please sign in to comment.