diff --git a/.konfig/changesets/deep-badgers-smell.md b/.konfig/changesets/deep-badgers-smell.md new file mode 100644 index 0000000..eb77693 --- /dev/null +++ b/.konfig/changesets/deep-badgers-smell.md @@ -0,0 +1,11 @@ +--- +java: patch +python: patch +typescript: patch +csharp: patch +php: patch +go: patch +phpGuzzle6: patch +--- + +Regenerate SDKs diff --git a/STATISTICS.md b/STATISTICS.md index 85b3c57..3ab4eb9 100644 --- a/STATISTICS.md +++ b/STATISTICS.md @@ -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 | diff --git a/csharp/.konfig/generate-id.txt b/csharp/.konfig/generate-id.txt index 625fcf4..a4e59b3 100644 --- a/csharp/.konfig/generate-id.txt +++ b/csharp/.konfig/generate-id.txt @@ -1 +1 @@ -e2fd9cd0-8689-49e2-a430-21652259ee2a \ No newline at end of file +63b2a5d9-218f-4899-8540-5dddcffebe87 \ No newline at end of file diff --git a/csharp/Splitit.Web.Net.sln b/csharp/Splitit.Web.Net.sln index 784e8a9..794e44a 100644 --- a/csharp/Splitit.Web.Net.sln +++ b/csharp/Splitit.Web.Net.sln @@ -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 @@ -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 diff --git a/csharp/src/Splitit.Web.Net/Model/GwAuthorizationStatus.cs b/csharp/src/Splitit.Web.Net/Model/GwAuthorizationStatus.cs index 9d4bcca..4669cd7 100644 --- a/csharp/src/Splitit.Web.Net/Model/GwAuthorizationStatus.cs +++ b/csharp/src/Splitit.Web.Net/Model/GwAuthorizationStatus.cs @@ -59,7 +59,13 @@ public enum GwAuthorizationStatus /// Enum Canceled for value: Canceled /// [EnumMember(Value = "Canceled")] - Canceled = 5 + Canceled = 5, + + /// + /// Enum Voided for value: Voided + /// + [EnumMember(Value = "Voided")] + Voided = 6 } diff --git a/go/.konfig/generate-id.txt b/go/.konfig/generate-id.txt index 625fcf4..a4e59b3 100644 --- a/go/.konfig/generate-id.txt +++ b/go/.konfig/generate-id.txt @@ -1 +1 @@ -e2fd9cd0-8689-49e2-a430-21652259ee2a \ No newline at end of file +63b2a5d9-218f-4899-8540-5dddcffebe87 \ No newline at end of file diff --git a/go/api/openapi.yaml b/go/api/openapi.yaml index 1855124..7a42236 100644 --- a/go/api/openapi.yaml +++ b/go/api/openapi.yaml @@ -1489,6 +1489,7 @@ components: - Pending3DS - Failed - Canceled + - Voided type: string x-enumNames: - NA @@ -1496,6 +1497,7 @@ components: - Pending3DS - Failed - Canceled + - Voided ThreeDsRedirectDataV3: example: Verb: Verb diff --git a/go/docs/GwAuthorizationStatus.md b/go/docs/GwAuthorizationStatus.md index ca89402..089dc52 100644 --- a/go/docs/GwAuthorizationStatus.md +++ b/go/docs/GwAuthorizationStatus.md @@ -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) diff --git a/go/model_gw_authorization_status.go b/go/model_gw_authorization_status.go index 3138405..200349e 100644 --- a/go/model_gw_authorization_status.go +++ b/go/model_gw_authorization_status.go @@ -25,6 +25,7 @@ const ( GWAUTHORIZATIONSTATUS_PENDING3_DS GwAuthorizationStatus = "Pending3DS" GWAUTHORIZATIONSTATUS_FAILED GwAuthorizationStatus = "Failed" GWAUTHORIZATIONSTATUS_CANCELED GwAuthorizationStatus = "Canceled" + GWAUTHORIZATIONSTATUS_VOIDED GwAuthorizationStatus = "Voided" ) // All allowed values of GwAuthorizationStatus enum @@ -34,6 +35,7 @@ var AllowedGwAuthorizationStatusEnumValues = []GwAuthorizationStatus{ "Pending3DS", "Failed", "Canceled", + "Voided", } func (v *GwAuthorizationStatus) UnmarshalJSON(src []byte) error { diff --git a/java/.konfig/generate-id.txt b/java/.konfig/generate-id.txt index 625fcf4..a4e59b3 100644 --- a/java/.konfig/generate-id.txt +++ b/java/.konfig/generate-id.txt @@ -1 +1 @@ -e2fd9cd0-8689-49e2-a430-21652259ee2a \ No newline at end of file +63b2a5d9-218f-4899-8540-5dddcffebe87 \ No newline at end of file diff --git a/java/api/openapi.yaml b/java/api/openapi.yaml index 27df98d..863addb 100644 --- a/java/api/openapi.yaml +++ b/java/api/openapi.yaml @@ -1550,6 +1550,7 @@ components: - Pending3DS - Failed - Canceled + - Voided type: string x-enumNames: - NA @@ -1557,6 +1558,7 @@ components: - Pending3DS - Failed - Canceled + - Voided ThreeDsRedirectDataV3: example: Verb: Verb diff --git a/java/docs/GwAuthorizationStatus.md b/java/docs/GwAuthorizationStatus.md index 97f5e8c..bef6c99 100644 --- a/java/docs/GwAuthorizationStatus.md +++ b/java/docs/GwAuthorizationStatus.md @@ -15,5 +15,7 @@ * `CANCELED` (value: `"Canceled"`) +* `VOIDED` (value: `"Voided"`) + diff --git a/java/src/main/java/com/konfigthis/splitit/client/model/GwAuthorizationStatus.java b/java/src/main/java/com/konfigthis/splitit/client/model/GwAuthorizationStatus.java index cc48b2a..6ad05ca 100644 --- a/java/src/main/java/com/konfigthis/splitit/client/model/GwAuthorizationStatus.java +++ b/java/src/main/java/com/konfigthis/splitit/client/model/GwAuthorizationStatus.java @@ -36,7 +36,9 @@ FAILED("Failed"), - CANCELED("Canceled"); + CANCELED("Canceled"), + + VOIDED("Voided"); private String value; diff --git a/php b/php index 230a511..bb9e401 160000 --- a/php +++ b/php @@ -1 +1 @@ -Subproject commit 230a51122f7010412dbff4dd3e592e6b3b2cb50b +Subproject commit bb9e4017e151d3eb4d93397c1de87fee131408d2 diff --git a/phpGuzzle6 b/phpGuzzle6 index ddc9e14..ec836e6 160000 --- a/phpGuzzle6 +++ b/phpGuzzle6 @@ -1 +1 @@ -Subproject commit ddc9e1407a19667e75a7deda2a6d9d76dea68ad1 +Subproject commit ec836e634cf64384421745a78aeaf33638d80e8f diff --git a/python/.konfig/generate-id.txt b/python/.konfig/generate-id.txt index 625fcf4..a4e59b3 100644 --- a/python/.konfig/generate-id.txt +++ b/python/.konfig/generate-id.txt @@ -1 +1 @@ -e2fd9cd0-8689-49e2-a430-21652259ee2a \ No newline at end of file +63b2a5d9-218f-4899-8540-5dddcffebe87 \ No newline at end of file diff --git a/python/splitit_client/model/gw_authorization_status.py b/python/splitit_client/model/gw_authorization_status.py index 14c50ad..244bc1d 100644 --- a/python/splitit_client/model/gw_authorization_status.py +++ b/python/splitit_client/model/gw_authorization_status.py @@ -39,6 +39,7 @@ class MetaOapg: "Pending3DS": "PENDING3DS", "Failed": "FAILED", "Canceled": "CANCELED", + "Voided": "VOIDED", } @schemas.classproperty @@ -60,3 +61,7 @@ def FAILED(cls): @schemas.classproperty def CANCELED(cls): return cls("Canceled") + + @schemas.classproperty + def VOIDED(cls): + return cls("Voided") diff --git a/python/splitit_client/model/gw_authorization_status.pyi b/python/splitit_client/model/gw_authorization_status.pyi index 42dce41..f7c07ca 100644 --- a/python/splitit_client/model/gw_authorization_status.pyi +++ b/python/splitit_client/model/gw_authorization_status.pyi @@ -50,3 +50,7 @@ class GwAuthorizationStatus( @schemas.classproperty def CANCELED(cls): return cls("Canceled") + + @schemas.classproperty + def VOIDED(cls): + return cls("Voided") diff --git a/python/splitit_client/type/gw_authorization_status.py b/python/splitit_client/type/gw_authorization_status.py index b8ee334..83d0012 100644 --- a/python/splitit_client/type/gw_authorization_status.py +++ b/python/splitit_client/type/gw_authorization_status.py @@ -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"] diff --git a/swagger-fixed.json b/swagger-fixed.json index 8d2740e..270fab9 100644 --- a/swagger-fixed.json +++ b/swagger-fixed.json @@ -2012,14 +2012,16 @@ "Succeeded", "Pending3DS", "Failed", - "Canceled" + "Canceled", + "Voided" ], "enum": [ "NA", "Succeeded", "Pending3DS", "Failed", - "Canceled" + "Canceled", + "Voided" ] }, "ThreeDsRedirectDataV3": { diff --git a/swagger.json b/swagger.json index cc09c0a..9a71ba5 100644 --- a/swagger.json +++ b/swagger.json @@ -1218,14 +1218,16 @@ "Succeeded", "Pending3DS", "Failed", - "Canceled" + "Canceled", + "Voided" ], "enum": [ "NA", "Succeeded", "Pending3DS", "Failed", - "Canceled" + "Canceled", + "Voided" ] }, "ThreeDsRedirectDataV3": { diff --git a/typescript/.konfig/generate-id.txt b/typescript/.konfig/generate-id.txt index 625fcf4..a4e59b3 100644 --- a/typescript/.konfig/generate-id.txt +++ b/typescript/.konfig/generate-id.txt @@ -1 +1 @@ -e2fd9cd0-8689-49e2-a430-21652259ee2a \ No newline at end of file +63b2a5d9-218f-4899-8540-5dddcffebe87 \ No newline at end of file diff --git a/typescript/models/gw-authorization-status.ts b/typescript/models/gw-authorization-status.ts index 7a03239..9833965 100644 --- a/typescript/models/gw-authorization-status.ts +++ b/typescript/models/gw-authorization-status.ts @@ -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'