Skip to content

Commit

Permalink
Update OpenAPI Specification (swagger.json)
Browse files Browse the repository at this point in the history
  • Loading branch information
konfig-bot[bot] authored Sep 30, 2024
1 parent 6847f79 commit 2ed5fd0
Showing 1 changed file with 83 additions and 0 deletions.
83 changes: 83 additions & 0 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,30 @@
"Automation"
]
},
{
"type": "string",
"name": "X-Splitit-Strategy",
"x-originalName": "planStrategy",
"in": "header",
"x-schema": {
"$ref": "#/definitions/PlanStrategy"
},
"x-nullable": true,
"enum": [
"SecuredPlan",
"NonSecuredPlan",
"SecuredPlanCaptureExistingSecurityAuth",
"SecuredPlan3",
"SinglePayment",
"ExternalInstallmentProvider",
"SecuredPlan3A",
"SecuredPlan3B",
"SecuredPlan2A",
"SecuredPlan2",
"SecuredPlan4",
"SecuredPlan4A"
]
},
{
"type": "string",
"name": "Splititclientinfo",
Expand Down Expand Up @@ -351,6 +375,30 @@
"Automation"
]
},
{
"type": "string",
"name": "X-Splitit-Strategy",
"x-originalName": "planStrategy",
"in": "header",
"x-schema": {
"$ref": "#/definitions/PlanStrategy"
},
"x-nullable": true,
"enum": [
"SecuredPlan",
"NonSecuredPlan",
"SecuredPlanCaptureExistingSecurityAuth",
"SecuredPlan3",
"SinglePayment",
"ExternalInstallmentProvider",
"SecuredPlan3A",
"SecuredPlan3B",
"SecuredPlan2A",
"SecuredPlan2",
"SecuredPlan4",
"SecuredPlan4A"
]
},
{
"type": "string",
"name": "Splititclientinfo",
Expand Down Expand Up @@ -1835,6 +1883,38 @@
"Automation"
]
},
"PlanStrategy": {
"type": "string",
"description": "",
"x-enumNames": [
"SecuredPlan",
"NonSecuredPlan",
"SecuredPlanCaptureExistingSecurityAuth",
"SecuredPlan3",
"SinglePayment",
"ExternalInstallmentProvider",
"SecuredPlan3A",
"SecuredPlan3B",
"SecuredPlan2A",
"SecuredPlan2",
"SecuredPlan4",
"SecuredPlan4A"
],
"enum": [
"SecuredPlan",
"NonSecuredPlan",
"SecuredPlanCaptureExistingSecurityAuth",
"SecuredPlan3",
"SinglePayment",
"ExternalInstallmentProvider",
"SecuredPlan3A",
"SecuredPlan3B",
"SecuredPlan2A",
"SecuredPlan2",
"SecuredPlan4",
"SecuredPlan4A"
]
},
"InstallmentPlanCreateResponse": {
"type": "object",
"required": [
Expand Down Expand Up @@ -2283,6 +2363,9 @@
"FirstInstallmentDate": {
"type": "string",
"format": "date-time"
},
"Strategy": {
"$ref": "#/definitions/PlanStrategy"
}
}
},
Expand Down

0 comments on commit 2ed5fd0

Please sign in to comment.