Skip to content

Commit

Permalink
[Auto Generated] 1.4.2-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jigardafda committed Feb 12, 2024
1 parent 070706c commit 5a39e7a
Show file tree
Hide file tree
Showing 246 changed files with 19,864 additions and 62,773 deletions.
5,365 changes: 435 additions & 4,930 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.4.2-beta.1' --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.4.2-beta.4' --header 'x-fp-date: 20230222T115108Z' --header 'x-fp-signature: v1.1:1e3ab3b02b5bc626e3c32a37ee844266ade02bbcbaafc28fc7a0e46a76a7a1a8'
Active Theme: Emerge
```

Expand Down
6 changes: 3 additions & 3 deletions application.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ApplicationConfig } from "sdk/output/javascript/code/sdk/application";
import { ApplicationClient } from "sdk/output/javascript/code/sdk/application";
import { ApplicationModel } from "sdk/output/javascript/code/sdk/application";
import { ApplicationConfig } from "./sdk/application";
import { ApplicationClient } from "./sdk/application";
import { ApplicationModel } from "./sdk/application";
export { ApplicationConfig, ApplicationClient, ApplicationModel };
6 changes: 3 additions & 3 deletions common.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { fdkAxios } from "sdk/output/javascript/code/sdk/common/AxiosHelper";
import Utility = require("sdk/output/javascript/code/sdk/common/Utility");
import Constant = require("sdk/output/javascript/code/sdk/common/Constant");
import { fdkAxios } from "./sdk/common/AxiosHelper";
import Utility = require("./sdk/common/Utility");
import Constant = require("./sdk/common/Constant");
export { fdkAxios as FdkAxios, Utility, Constant };
2 changes: 1 addition & 1 deletion dist/application.js

Large diffs are not rendered by default.

Loading

0 comments on commit 5a39e7a

Please sign in to comment.