Skip to content

Commit

Permalink
[Auto Generated] 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jigardafda committed Nov 26, 2024
1 parent ffcd2c0 commit 0648772
Show file tree
Hide file tree
Showing 9 changed files with 3,672 additions and 3,677 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/on_release_created.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,22 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Add new Postman Collection
- name: Update Postman Collection
run: |
echo "Creating new collection..."
# Application collection
curl --location --request POST 'https://api.getpostman.com/collections?workspace=422d6aac-2d35-401b-b25a-ccbca57a13c2' \
--header 'X-Api-Key: {{secrets.POSTMAN_API_KEY}}' \
curl --location --request PUT 'https://api.getpostman.com/collections/25401129-7e096476-440d-4727-a607-22d33c2d1250' \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: {{secrets.POSTMAN_API_KEY}}' \
--data-binary "@postman/application.json"
echo "\n🟨 Please add newly created collection in your postman collection list (POSTMAN_COLLECTION_UIDS) in SDK.\n"
echo "\n✅ Application collection updated!!"
# Platform collection
curl --location --request POST 'https://api.getpostman.com/collections?workspace=422d6aac-2d35-401b-b25a-ccbca57a13c2' \
--header 'X-Api-Key: {{secrets.POSTMAN_API_KEY}}' \
curl --location --request PUT 'https://api.getpostman.com/collections/25401129-39706828-fab0-4fc6-b361-1ee71dd04b93' \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: {{secrets.POSTMAN_API_KEY}}' \
--data-binary "@postman/platform.json"
echo "\n🟨 Please add newly created collection in your postman collection list (POSTMAN_COLLECTION_UIDS) in SDK.\n"
echo "\n✅ Platform collection updated!!"
2 changes: 1 addition & 1 deletion openapi/application.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"info": {
"title": "Fynd Platform's Application Side APIs v2.0.0",
"version": "1.4.15",
"version": "1.5.0",
"description": "Fynd Platform's Application Side APIs"
},
"openapi": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion openapi/partner.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"info": {
"title": "Fynd Platform's Partner Side APIs v2.0.0",
"version": "1.4.15",
"version": "1.5.0",
"description": "Fynd Platform's Partner Side APIs"
},
"openapi": "3.0.2",
Expand Down
9 changes: 3 additions & 6 deletions openapi/platform.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"info": {
"title": "Fynd Platform's Platform Side APIs v2.0.0",
"version": "1.4.15",
"version": "1.5.0",
"description": "Fynd Platform's Platform Side APIs"
},
"openapi": "3.0.2",
Expand Down Expand Up @@ -112682,13 +112682,10 @@
"type": "object",
"properties": {
"child_details": {
"type": "array",
"type": "object",
"nullable": true,
"description": "Contains a flexible set of key-value pairs representing detailed information about the article's child entities, including dimensions (width, height, length), weight, and unique identifiers (EAN, article code, seller identifier) for each child entity.",
"items": {
"type": "object",
"additionalProperties": true
}
"additionalProperties": true
},
"seller_identifier": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion openapi/public.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"info": {
"title": "Fynd Platform's Public Side APIs v2.0.0",
"version": "1.4.15",
"version": "1.5.0",
"description": "Fynd Platform's Public Side APIs"
},
"openapi": "3.0.2",
Expand Down
Loading

0 comments on commit 0648772

Please sign in to comment.