Skip to content

Commit 38ae3c8

Browse files
Update OpenAPI Specification (#31)
* Update OpenAPI Specification (swagger.json) * Regenerate SDKs * Update submodule references --------- Co-authored-by: konfig-bot[bot] <121480725+konfig-bot[bot]@users.noreply.github.com> Co-authored-by: konfig-publisher <[email protected]>
1 parent 37bde66 commit 38ae3c8

File tree

23 files changed

+69
-27
lines changed

23 files changed

+69
-27
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
java: patch
3+
python: patch
4+
typescript: patch
5+
csharp: patch
6+
php: patch
7+
go: patch
8+
phpGuzzle6: patch
9+
---
10+
11+
Regenerate SDKs

STATISTICS.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
| SDK Name | Lines of Code |
44
| -------- | ------------- |
5-
| java | 43416 |
6-
| python | 41831 |
5+
| java | 43422 |
6+
| python | 41840 |
77
| typescript | 12443 |
8-
| csharp | 26563 |
9-
| php | 44052 |
10-
| go | 31151 |
11-
| phpGuzzle6 | 44052 |
12-
| **Total** | 243508 |
8+
| csharp | 26569 |
9+
| php | 44055 |
10+
| go | 31157 |
11+
| phpGuzzle6 | 44055 |
12+
| **Total** | 243541 |

csharp/.konfig/generate-id.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e2fd9cd0-8689-49e2-a430-21652259ee2a
1+
63b2a5d9-218f-4899-8540-5dddcffebe87

csharp/Splitit.Web.Net.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 14
33
VisualStudioVersion = 14.0.25420.1
44
MinimumVisualStudioVersion = 10.0.40219.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Splitit.Web.Net", "src\Splitit.Web.Net\Splitit.Web.Net.csproj", "{59091680-A9AB-4EF8-95BA-5F563AC8B2E1}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Splitit.Web.Net", "src\Splitit.Web.Net\Splitit.Web.Net.csproj", "{BF757228-AAAE-4F34-A7AB-1702DEF6B58B}"
66
EndProject
77
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Splitit.Web.Net.Test", "src\Splitit.Web.Net.Test\Splitit.Web.Net.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
88
EndProject
@@ -12,10 +12,10 @@ Global
1212
Release|Any CPU = Release|Any CPU
1313
EndGlobalSection
1414
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15-
{59091680-A9AB-4EF8-95BA-5F563AC8B2E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{59091680-A9AB-4EF8-95BA-5F563AC8B2E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{59091680-A9AB-4EF8-95BA-5F563AC8B2E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{59091680-A9AB-4EF8-95BA-5F563AC8B2E1}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{BF757228-AAAE-4F34-A7AB-1702DEF6B58B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{BF757228-AAAE-4F34-A7AB-1702DEF6B58B}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{BF757228-AAAE-4F34-A7AB-1702DEF6B58B}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{BF757228-AAAE-4F34-A7AB-1702DEF6B58B}.Release|Any CPU.Build.0 = Release|Any CPU
1919
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2020
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
2121
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU

csharp/src/Splitit.Web.Net/Model/GwAuthorizationStatus.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,13 @@ public enum GwAuthorizationStatus
5959
/// Enum Canceled for value: Canceled
6060
/// </summary>
6161
[EnumMember(Value = "Canceled")]
62-
Canceled = 5
62+
Canceled = 5,
63+
64+
/// <summary>
65+
/// Enum Voided for value: Voided
66+
/// </summary>
67+
[EnumMember(Value = "Voided")]
68+
Voided = 6
6369

6470
}
6571

go/.konfig/generate-id.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e2fd9cd0-8689-49e2-a430-21652259ee2a
1+
63b2a5d9-218f-4899-8540-5dddcffebe87

go/api/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,13 +1489,15 @@ components:
14891489
- Pending3DS
14901490
- Failed
14911491
- Canceled
1492+
- Voided
14921493
type: string
14931494
x-enumNames:
14941495
- NA
14951496
- Succeeded
14961497
- Pending3DS
14971498
- Failed
14981499
- Canceled
1500+
- Voided
14991501
ThreeDsRedirectDataV3:
15001502
example:
15011503
Verb: Verb

go/docs/GwAuthorizationStatus.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
* `CANCELED` (value: `"Canceled"`)
1515

16+
* `VOIDED` (value: `"Voided"`)
17+
1618

1719
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1820

go/model_gw_authorization_status.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

java/.konfig/generate-id.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e2fd9cd0-8689-49e2-a430-21652259ee2a
1+
63b2a5d9-218f-4899-8540-5dddcffebe87

0 commit comments

Comments
 (0)