Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .konfig/changesets/deep-badgers-smell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
java: patch
python: patch
typescript: patch
csharp: patch
php: patch
go: patch
phpGuzzle6: patch
---

Regenerate SDKs
14 changes: 7 additions & 7 deletions STATISTICS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

| SDK Name | Lines of Code |
| -------- | ------------- |
| java | 43416 |
| python | 41831 |
| java | 43422 |
| python | 41840 |
| typescript | 12443 |
| csharp | 26563 |
| php | 44052 |
| go | 31151 |
| phpGuzzle6 | 44052 |
| **Total** | 243508 |
| csharp | 26569 |
| php | 44055 |
| go | 31157 |
| phpGuzzle6 | 44055 |
| **Total** | 243541 |
2 changes: 1 addition & 1 deletion csharp/.konfig/generate-id.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e2fd9cd0-8689-49e2-a430-21652259ee2a
63b2a5d9-218f-4899-8540-5dddcffebe87
10 changes: 5 additions & 5 deletions csharp/Splitit.Web.Net.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Splitit.Web.Net", "src\Splitit.Web.Net\Splitit.Web.Net.csproj", "{59091680-A9AB-4EF8-95BA-5F563AC8B2E1}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Splitit.Web.Net", "src\Splitit.Web.Net\Splitit.Web.Net.csproj", "{BF757228-AAAE-4F34-A7AB-1702DEF6B58B}"
EndProject
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}"
EndProject
Expand All @@ -12,10 +12,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{59091680-A9AB-4EF8-95BA-5F563AC8B2E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59091680-A9AB-4EF8-95BA-5F563AC8B2E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59091680-A9AB-4EF8-95BA-5F563AC8B2E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59091680-A9AB-4EF8-95BA-5F563AC8B2E1}.Release|Any CPU.Build.0 = Release|Any CPU
{BF757228-AAAE-4F34-A7AB-1702DEF6B58B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF757228-AAAE-4F34-A7AB-1702DEF6B58B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF757228-AAAE-4F34-A7AB-1702DEF6B58B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF757228-AAAE-4F34-A7AB-1702DEF6B58B}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
8 changes: 7 additions & 1 deletion csharp/src/Splitit.Web.Net/Model/GwAuthorizationStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,13 @@ public enum GwAuthorizationStatus
/// Enum Canceled for value: Canceled
/// </summary>
[EnumMember(Value = "Canceled")]
Canceled = 5
Canceled = 5,

/// <summary>
/// Enum Voided for value: Voided
/// </summary>
[EnumMember(Value = "Voided")]
Voided = 6

}

Expand Down
2 changes: 1 addition & 1 deletion go/.konfig/generate-id.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e2fd9cd0-8689-49e2-a430-21652259ee2a
63b2a5d9-218f-4899-8540-5dddcffebe87
2 changes: 2 additions & 0 deletions go/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1489,13 +1489,15 @@ components:
- Pending3DS
- Failed
- Canceled
- Voided
type: string
x-enumNames:
- NA
- Succeeded
- Pending3DS
- Failed
- Canceled
- Voided
ThreeDsRedirectDataV3:
example:
Verb: Verb
Expand Down
2 changes: 2 additions & 0 deletions go/docs/GwAuthorizationStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

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

* `VOIDED` (value: `"Voided"`)


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

Expand Down
2 changes: 2 additions & 0 deletions go/model_gw_authorization_status.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion java/.konfig/generate-id.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e2fd9cd0-8689-49e2-a430-21652259ee2a
63b2a5d9-218f-4899-8540-5dddcffebe87
2 changes: 2 additions & 0 deletions java/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1550,13 +1550,15 @@ components:
- Pending3DS
- Failed
- Canceled
- Voided
type: string
x-enumNames:
- NA
- Succeeded
- Pending3DS
- Failed
- Canceled
- Voided
ThreeDsRedirectDataV3:
example:
Verb: Verb
Expand Down
2 changes: 2 additions & 0 deletions java/docs/GwAuthorizationStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@

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

* `VOIDED` (value: `"Voided"`)



Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@

FAILED("Failed"),

CANCELED("Canceled");
CANCELED("Canceled"),

VOIDED("Voided");

private String value;

Expand Down
2 changes: 1 addition & 1 deletion php
2 changes: 1 addition & 1 deletion phpGuzzle6
2 changes: 1 addition & 1 deletion python/.konfig/generate-id.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e2fd9cd0-8689-49e2-a430-21652259ee2a
63b2a5d9-218f-4899-8540-5dddcffebe87
5 changes: 5 additions & 0 deletions python/splitit_client/model/gw_authorization_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class MetaOapg:
"Pending3DS": "PENDING3DS",
"Failed": "FAILED",
"Canceled": "CANCELED",
"Voided": "VOIDED",
}

@schemas.classproperty
Expand All @@ -60,3 +61,7 @@ def FAILED(cls):
@schemas.classproperty
def CANCELED(cls):
return cls("Canceled")

@schemas.classproperty
def VOIDED(cls):
return cls("Voided")
4 changes: 4 additions & 0 deletions python/splitit_client/model/gw_authorization_status.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ class GwAuthorizationStatus(
@schemas.classproperty
def CANCELED(cls):
return cls("Canceled")

@schemas.classproperty
def VOIDED(cls):
return cls("Voided")
2 changes: 1 addition & 1 deletion python/splitit_client/type/gw_authorization_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
from typing_extensions import TypedDict, Literal, TYPE_CHECKING


GwAuthorizationStatus = Literal["NA", "Succeeded", "Pending3DS", "Failed", "Canceled"]
GwAuthorizationStatus = Literal["NA", "Succeeded", "Pending3DS", "Failed", "Canceled", "Voided"]
6 changes: 4 additions & 2 deletions swagger-fixed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2012,14 +2012,16 @@
"Succeeded",
"Pending3DS",
"Failed",
"Canceled"
"Canceled",
"Voided"
],
"enum": [
"NA",
"Succeeded",
"Pending3DS",
"Failed",
"Canceled"
"Canceled",
"Voided"
]
},
"ThreeDsRedirectDataV3": {
Expand Down
6 changes: 4 additions & 2 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1218,14 +1218,16 @@
"Succeeded",
"Pending3DS",
"Failed",
"Canceled"
"Canceled",
"Voided"
],
"enum": [
"NA",
"Succeeded",
"Pending3DS",
"Failed",
"Canceled"
"Canceled",
"Voided"
]
},
"ThreeDsRedirectDataV3": {
Expand Down
2 changes: 1 addition & 1 deletion typescript/.konfig/generate-id.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e2fd9cd0-8689-49e2-a430-21652259ee2a
63b2a5d9-218f-4899-8540-5dddcffebe87
2 changes: 1 addition & 1 deletion typescript/models/gw-authorization-status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ import type * as buffer from "buffer"
* @export
* @enum {string}
*/
export type GwAuthorizationStatus = 'NA' | 'Succeeded' | 'Pending3DS' | 'Failed' | 'Canceled'
export type GwAuthorizationStatus = 'NA' | 'Succeeded' | 'Pending3DS' | 'Failed' | 'Canceled' | 'Voided'