Skip to content

Commit 119988c

Browse files
committed
[Auto Generated] 1.4.16-beta.2
1 parent a797a36 commit 119988c

File tree

275 files changed

+70532
-118151
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

275 files changed

+70532
-118151
lines changed

CHANGELOG.md

Lines changed: 1027 additions & 13506 deletions
Large diffs are not rendered by default.

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.8' --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: 1.4.16-beta.2' --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: 5 additions & 5 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.8",
3+
"version": "1.4.16-beta.2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

sdk/application/ApplicationClient.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ declare class ApplicationClient {
1515
configuration: Configuration;
1616
content: Content;
1717
fileStorage: FileStorage;
18+
finance: Finance;
1819
lead: Lead;
1920
logistic: Logistic;
2021
order: Order;
@@ -71,6 +72,7 @@ import Communication = require("./Communication/CommunicationApplicationClient")
7172
import Configuration = require("./Configuration/ConfigurationApplicationClient");
7273
import Content = require("./Content/ContentApplicationClient");
7374
import FileStorage = require("./FileStorage/FileStorageApplicationClient");
75+
import Finance = require("./Finance/FinanceApplicationClient");
7476
import Lead = require("./Lead/LeadApplicationClient");
7577
import Logistic = require("./Logistic/LogisticApplicationClient");
7678
import Order = require("./Order/OrderApplicationClient");

sdk/application/ApplicationClient.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const Communication = require("./Communication/CommunicationApplicationClient");
55
const Configuration = require("./Configuration/ConfigurationApplicationClient");
66
const Content = require("./Content/ContentApplicationClient");
77
const FileStorage = require("./FileStorage/FileStorageApplicationClient");
8+
const Finance = require("./Finance/FinanceApplicationClient");
89
const Lead = require("./Lead/LeadApplicationClient");
910
const Logistic = require("./Logistic/LogisticApplicationClient");
1011
const Order = require("./Order/OrderApplicationClient");
@@ -35,6 +36,7 @@ class ApplicationClient {
3536
this.configuration = new Configuration(config);
3637
this.content = new Content(config);
3738
this.fileStorage = new FileStorage(config);
39+
this.finance = new Finance(config);
3840
this.lead = new Lead(config);
3941
this.logistic = new Logistic(config);
4042
this.order = new Order(config);

sdk/application/Cart/CartApplicationClient.d.ts

Lines changed: 79 additions & 99 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)