Skip to content

Commit

Permalink
[Auto Generated] 1.4.15-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jigardafda committed Oct 24, 2024
1 parent 99ecc16 commit 0f1d1a0
Show file tree
Hide file tree
Showing 8 changed files with 4,060 additions and 4,025 deletions.
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 v1.9.4",
"version": "v1.4.15-beta.1",
"version": "1.4.15-beta.2",
"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 v1.9.4",
"version": "v1.4.15-beta.1",
"version": "1.4.15-beta.2",
"description": "Fynd Platform's Partner Side APIs"
},
"openapi": "3.0.2",
Expand Down
159 changes: 97 additions & 62 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 v1.9.4",
"version": "v1.4.15-beta.1",
"version": "1.4.15-beta.2",
"description": "Fynd Platform's Platform Side APIs"
},
"openapi": "3.0.2",
Expand Down Expand Up @@ -4098,7 +4098,8 @@
"cancellation_allowed": false,
"return_allowed": false
}
}
},
"auto_remove": true
}
}
}
Expand Down Expand Up @@ -4141,7 +4142,8 @@
"cancellation_allowed": false,
"return_allowed": false
}
}
},
"auto_remove": true
}
}
}
Expand Down Expand Up @@ -4284,7 +4286,8 @@
"cancellation_allowed": false,
"return_allowed": false
}
}
},
"auto_remove": true
}
}
}
Expand Down Expand Up @@ -4327,7 +4330,8 @@
"cancellation_allowed": false,
"return_allowed": false
}
}
},
"auto_remove": true
}
}
}
Expand Down Expand Up @@ -4427,7 +4431,6 @@
"return_allowed": false
}
},
"remove_articles": false,
"auto_remove": true
}
]
Expand Down Expand Up @@ -113048,6 +113051,10 @@
"$ref": "#/components/schemas/Article"
}
},
"auto_remove": {
"type": "boolean",
"description": "This field if set true will remove mop type price adjustment."
},
"meta": {
"type": "object"
},
Expand Down Expand Up @@ -113128,6 +113135,10 @@
"$ref": "#/components/schemas/Article"
}
},
"auto_remove": {
"type": "boolean",
"description": "This field if set true will remove mop type price adjustment."
},
"meta": {
"type": "object"
},
Expand Down Expand Up @@ -113233,6 +113244,10 @@
"cart_id": {
"type": "string",
"description": "The ID of the cart"
},
"auto_remove": {
"type": "boolean",
"description": "This field if set true will remove mop type price adjustment."
}
},
"required": [
Expand Down Expand Up @@ -144709,29 +144724,72 @@
"type"
]
},
"ZoneMappingType": {
"ZoneMappingDetailType": {
"type": "object",
"properties": {
"country": {
"type": "string"
"type": "string",
"description": "Uid for the country."
},
"pincode": {
"regions": {
"type": "array",
"items": {
"type": "string"
}
"$ref": "#/components/schemas/ZoneMappingRegions"
},
"description": "List of regions with its details."
}
},
"required": [
"country"
]
},
"ZoneMappingType": {
"type": "object",
"properties": {
"country": {
"type": "string"
},
"state": {
"regions": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"country"
"country",
"regions"
]
},
"ZoneMappingRegions": {
"type": "object",
"properties": {
"display_name": {
"type": "string",
"description": "Name of the region that is in proper casing."
},
"parent_id": {
"type": "array",
"items": {
"type": "string",
"description": "List Unique identifier for that regions parents."
}
},
"parent_uid": {
"type": "string",
"description": "Unique identifier for that regions parent."
},
"sub_type": {
"type": "string",
"description": "What type does the region belong to.",
"x-not-enum": true
},
"uid": {
"type": "string",
"description": "Unique identifier for that region."
}
}
},
"UpdateZoneData": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -144777,14 +144835,6 @@
"items": {
"$ref": "#/components/schemas/ZoneMappingType"
}
},
"assignment_preference": {
"type": "string",
"default": "optimal",
"enum": [
"optimal",
"manual"
]
}
},
"required": [
Expand Down Expand Up @@ -144876,14 +144926,6 @@
"$ref": "#/components/schemas/ZoneMappingType"
}
},
"assignment_preference": {
"type": "string",
"default": "optimal",
"enum": [
"optimal",
"manual"
]
},
"stores_count": {
"type": "integer"
}
Expand Down Expand Up @@ -144954,19 +144996,9 @@
"mapping": {
"type": "array",
"items": {
"$ref": "#/components/schemas/ZoneMappingType"
}
},
"assignment_preference": {
"type": "string",
"default": "optimal",
"enum": [
"optimal",
"manual"
]
},
"stores_count": {
"type": "integer"
"$ref": "#/components/schemas/ZoneMappingDetailType"
},
"description": "Country to region mapping for the zone."
}
},
"required": [
Expand All @@ -144978,7 +145010,6 @@
"region_type",
"slug",
"store_ids",
"stores_count",
"zone_id"
]
},
Expand Down Expand Up @@ -145009,6 +145040,9 @@
"type": "integer"
}
},
"product": {
"$ref": "#/components/schemas/ZoneProductTypes"
},
"region_type": {
"type": "string",
"enum": [
Expand All @@ -145021,14 +145055,6 @@
"items": {
"$ref": "#/components/schemas/ZoneMappingType"
}
},
"assignment_preference": {
"type": "string",
"default": "optimal",
"enum": [
"optimal",
"manual"
]
}
},
"required": [
Expand Down Expand Up @@ -145106,13 +145132,9 @@
"items": {
"type": "integer"
}
},
"assignment_preference": {
"type": "string"
}
},
"required": [
"assignment_preference",
"is_active",
"name",
"slug",
Expand Down Expand Up @@ -171274,16 +171296,29 @@
{
"country": "64aec5a93a079bd328537835",
"regions": [
"64aec5a93a079bd328537838"
{
"uid": "64aec5a93a079bd328537838"
},
{
"display_name": "Haryana"
},
{
"sub_type": "non-pincode"
},
{
"parent_uid": "6141d2dba76572e458223bbe"
},
{
"parent_id": [
"6141d2dba76572e458223bbe",
"64856259b1d095234c1fc058",
"5db290c4ce5de4cc176d935b"
]
}
]
}
],
"zone_id": "64d22858f8aafe61d79f07ea",
"stores_count": 10,
"display_name_mapping": {
"64aec5a93a079bd328537835": "India",
"64aec5a93a079bd328537838": "GUJARAT"
}
"zone_id": "64d22858f8aafe61d79f07ea"
}
},
"UpdateZoneByIdGujaratHaryanaExample": {
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 v1.9.4",
"version": "v1.4.15-beta.1",
"version": "1.4.15-beta.2",
"description": "Fynd Platform's Public Side APIs"
},
"openapi": "3.0.2",
Expand Down
Loading

0 comments on commit 0f1d1a0

Please sign in to comment.