Skip to content

Commit

Permalink
[Auto Generated] 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jigardafda committed Aug 7, 2023
1 parent c509a34 commit fe2aa1b
Show file tree
Hide file tree
Showing 47 changed files with 8,669 additions and 67 deletions.
90 changes: 89 additions & 1 deletion .github/workflows/on_create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,92 @@ jobs:
- run: npm ci
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}


create-release:
runs-on: ubuntu-latest

steps:
- name: checkout repository
uses: actions/checkout@v3


- name: create release on `@gofynd/fdk-client-python` repository
run: |
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GH_ACCESS_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/gofynd/fdk-client-python/releases \
-d '{"tag_name":"${{ github.event.release.tag_name }}","target_commitish":"${{ github.event.release.target_commitish }}","name":"${{ github.event.release.name }}","draft":${{ github.event.release.draft }},"prerelease":${{ github.event.release.prerelease }},"generate_release_notes":true}'
continue-on-error: true


- name: create release on `@gofynd/fdk-client-java` repository
run: |
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GH_ACCESS_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/gofynd/fdk-client-java/releases \
-d '{"tag_name":"${{ github.event.release.tag_name }}","target_commitish":"${{ github.event.release.target_commitish }}","name":"${{ github.event.release.name }}","draft":${{ github.event.release.draft }},"prerelease":${{ github.event.release.prerelease }},"generate_release_notes":true}'
continue-on-error: true


- name: create release on `@gofynd/fdk-client-swift` repository
run: |
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GH_ACCESS_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/gofynd/fdk-client-swift/releases \
-d '{"tag_name":"${{ github.event.release.tag_name }}","target_commitish":"${{ github.event.release.target_commitish }}","name":"${{ github.event.release.name }}","draft":${{ github.event.release.draft }},"prerelease":${{ github.event.release.prerelease }},"generate_release_notes":true}'
continue-on-error: true


- name: create release on `@gofynd/fdk-client-kotlin` repository
run: |
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GH_ACCESS_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/gofynd/fdk-client-kotlin/releases \
-d '{"tag_name":"${{ github.event.release.tag_name }}","target_commitish":"${{ github.event.release.target_commitish }}","name":"${{ github.event.release.name }}","draft":${{ github.event.release.draft }},"prerelease":${{ github.event.release.prerelease }},"generate_release_notes":true}'
continue-on-error: true


- name: create release on `@gofynd/fdk-client-golang` repository
run: |
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GH_ACCESS_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/gofynd/fdk-client-golang/releases \
-d '{"tag_name":"${{ github.event.release.tag_name }}","target_commitish":"${{ github.event.release.target_commitish }}","name":"${{ github.event.release.name }}","draft":${{ github.event.release.draft }},"prerelease":${{ github.event.release.prerelease }},"generate_release_notes":true}'
continue-on-error: true


- name: create release on `@gofynd/fdk-client-apispec` repository
run: |
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GH_ACCESS_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/gofynd/fdk-client-apispec/releases \
-d '{"tag_name":"${{ github.event.release.tag_name }}","target_commitish":"${{ github.event.release.target_commitish }}","name":"${{ github.event.release.name }}","draft":${{ github.event.release.draft }},"prerelease":${{ github.event.release.prerelease }},"generate_release_notes":true}'
continue-on-error: true


- name: create release on `@gofynd/fdk-client-documentation` repository
run: |
curl --header 'Content-Type: application/json' \
--header "PRIVATE-TOKEN: ${{ secrets.GL_ACCESS_TOKEN }}" \
--data '{ "name": "${{ github.event.release.name }}", "tag_name": "${{ github.event.release.tag_name }}", "ref": "${{ github.event.release.target_commitish }}" }' \
--request POST "https://gitlab.com/api/v4/projects/30067193/releases"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ import { ApplicationConfig, ApplicationClient } from "fdk-client-javascript";
### Documentation

- [Application Front](documentation/application/README.md)
- [Partner Front](documentation/partner/README.md)
- [Platform Front](documentation/platform/README.md)
- [Public Front](documentation/public/README.md)

2 changes: 1 addition & 1 deletion dist/application.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions documentation/application/LEAD.md
Original file line number Diff line number Diff line change
Expand Up @@ -1145,6 +1145,7 @@ Success
| created_by | string? | yes | Creator of the ticket |
| priority | [PriorityEnum](#PriorityEnum)? | yes | Priority of the ticket |
| status | string? | yes | Status of the ticket |
| subscribers | [string]? | yes | |


---
Expand Down Expand Up @@ -1750,6 +1751,7 @@ Success
| rating | rating | This means history event is a rating |
| log | log | This means history event is a changelog |
| comment | comment | This means history event is a comment |
| thread | thread | This means history event is a thread |

---

Expand Down
4 changes: 4 additions & 0 deletions documentation/partner/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
##### [Back to home](../../README.md)

# FDK Partner Front API Documentaion

4 changes: 2 additions & 2 deletions documentation/platform/CATALOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21022,7 +21022,7 @@ List of fields and validation values fro each. See example below or refer `Inven

| Properties | Type | Nullable | Description |
| ---------- | ---- | -------- | ----------- |
| unit | any? | yes | The unit of measurement used for the net quantity of the product. |
| unit | string? | yes | The unit of measurement used for the net quantity of the product. |
| value | number? | yes | The value of the net quantity of the product. |


Expand Down Expand Up @@ -22332,7 +22332,7 @@ List of fields and validation values fro each. See example below or refer `Inven
| Properties | Type | Nullable | Description |
| ---------- | ---- | -------- | ----------- |
| address | [string]? | yes | |
| name | any | no | |
| name | string | no | |
| type | string? | yes | |


Expand Down
11 changes: 7 additions & 4 deletions documentation/platform/ORDER.md
Original file line number Diff line number Diff line change
Expand Up @@ -2878,7 +2878,8 @@ const promise = platformClient.order.getShipments({ lane : value,
orderingChannel : value,
companyAffiliateTag : value,
myOrders : value,
platformUserId : value });
platformUserId : value,
tags : value });

// Async/Await
const data = await platformClient.order.getShipments({ lane : value,
Expand All @@ -2903,7 +2904,8 @@ const data = await platformClient.order.getShipments({ lane : value,
orderingChannel : value,
companyAffiliateTag : value,
myOrders : value,
platformUserId : value });
platformUserId : value,
tags : value });
```


Expand Down Expand Up @@ -2934,7 +2936,8 @@ const data = await platformClient.order.getShipments({ lane : value,
| orderingChannel | string | no | |
| companyAffiliateTag | string | no | |
| myOrders | boolean | no | |
| platformUserId | string | no | |
| platformUserId | string | no | |
| tags | string | no | Comma separated values of tags |



Expand Down Expand Up @@ -5980,7 +5983,7 @@ Verify OTP
| gst_fee | number | no | |
| gst_tag | string? | yes | |
| gst_tax_percentage | number? | yes | |
| gstin_code | string | no | |
| gstin_code | string? | yes | |
| hsn_code | string? | yes | |
| hsn_code_id | string? | yes | |
| igst_gst_fee | string? | yes | |
Expand Down
1 change: 1 addition & 0 deletions documentation/platform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* [Partner](PARTNER.md) - Partner configuration apis
* [Payment](PAYMENT.md) - Collect payment through many payment gateway i.e Stripe, Razorpay, Juspay etc.into Fynd or Self account
* [Rewards](REWARDS.md) - Earn and redeem reward points
* [Serviceability](SERVICEABILITY.md) - Logistics Configuration API's allows you to configure zone, application logistics and many more useful features.
* [Share](SHARE.md) - Short link and QR Code
* [Theme](THEME.md) - Responsible for themes
* [User](USER.md) - Authentication Service
Expand Down
Loading

0 comments on commit fe2aa1b

Please sign in to comment.