Skip to content

Commit

Permalink
Merge pull request #37 from FreeClimbAPI/VCSWP-18939
Browse files Browse the repository at this point in the history
Resolve VCSWP-18939 (Increment patch version for package release)
  • Loading branch information
amahadaya authored Feb 16, 2023
2 parents 944caf7 + 1dd1c9f commit c5a7158
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 22 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

None

<a name="4.2.1"></a>

## [4.2.1] 2023-02-14

### Changed

- Application Request model allows for null values

<a name="4.2.0"></a>

## [4.2.0] 2023-01-06
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FreeClimb is a cloud-based application programming interface (API) that puts the
This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.0.0
- SDK version: 4.2.0
- SDK version: 4.2.1
- Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen
For more information, please visit [https://www.freeclimb.com/support/](https://www.freeclimb.com/support/)

Expand Down
10 changes: 5 additions & 5 deletions freeclimb.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 2012
VisualStudioVersion = 12.0.0.0
MinimumVisualStudioVersion = 10.0.0.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "freeclimb", "src\freeclimb\freeclimb.csproj", "{0FD22819-B511-47F9-B6F5-8D9585CE52E2}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "freeclimb", "src\freeclimb\freeclimb.csproj", "{696DE10F-0582-45E2-B1A1-740763D4C775}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "freeclimb.Test", "src\freeclimb.Test\freeclimb.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
{0FD22819-B511-47F9-B6F5-8D9585CE52E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FD22819-B511-47F9-B6F5-8D9585CE52E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FD22819-B511-47F9-B6F5-8D9585CE52E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FD22819-B511-47F9-B6F5-8D9585CE52E2}.Release|Any CPU.Build.0 = Release|Any CPU
{696DE10F-0582-45E2-B1A1-740763D4C775}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{696DE10F-0582-45E2-B1A1-740763D4C775}.Debug|Any CPU.Build.0 = Debug|Any CPU
{696DE10F-0582-45E2-B1A1-740763D4C775}.Release|Any CPU.ActiveCfg = Release|Any CPU
{696DE10F-0582-45E2-B1A1-740763D4C775}.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
18 changes: 12 additions & 6 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1379,27 +1379,33 @@
},
"voiceUrl": {
"type": "string",
"description": "The URL that FreeClimb will request when an inbound call arrives on a phone number assigned to this application. Used only for inbound calls."
"description": "The URL that FreeClimb will request when an inbound call arrives on a phone number assigned to this application. Used only for inbound calls.",
"nullable": true
},
"voiceFallbackUrl": {
"type": "string",
"description": "The URL that FreeClimb will request if it times out waiting for a response from the voiceUrl. Used for inbound calls only. Note: A PerCL response is expected to control the inbound call."
"description": "The URL that FreeClimb will request if it times out waiting for a response from the voiceUrl. Used for inbound calls only. Note: A PerCL response is expected to control the inbound call.",
"nullable": true
},
"callConnectUrl": {
"type": "string",
"description": "The URL that FreeClimb will request when an outbound call request is complete. Used for outbound calls only. Note: A PerCL response is expected if the outbound call is connected (status=InProgress) to control the call."
"description": "The URL that FreeClimb will request when an outbound call request is complete. Used for outbound calls only. Note: A PerCL response is expected if the outbound call is connected (status=InProgress) to control the call.",
"nullable": true
},
"statusCallbackUrl": {
"type": "string",
"description": "The URL that FreeClimb will request to pass call status (such as call ended) to the application. Note: This is a notification only; any PerCL returned will be ignored."
"description": "The URL that FreeClimb will request to pass call status (such as call ended) to the application. Note: This is a notification only; any PerCL returned will be ignored.",
"nullable": true
},
"smsUrl": {
"type": "string",
"description": "The URL that FreeClimb will request when a phone number assigned to this application receives an incoming SMS message. Used for inbound SMS only. Note: Any PerCL returned will be ignored."
"description": "The URL that FreeClimb will request when a phone number assigned to this application receives an incoming SMS message. Used for inbound SMS only. Note: Any PerCL returned will be ignored.",
"nullable": true
},
"smsFallbackUrl": {
"type": "string",
"description": "The URL that FreeClimb will request if it times out waiting for a response from the smsUrl. Used for inbound SMS only. Note: Any PerCL returned will be ignored."
"description": "The URL that FreeClimb will request if it times out waiting for a response from the smsUrl. Used for inbound SMS only. Note: Any PerCL returned will be ignored.",
"nullable": true
}
}
},
Expand Down
6 changes: 3 additions & 3 deletions src/freeclimb/Client/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class Configuration : IReadableConfiguration
/// Version of the package.
/// </summary>
/// <value>Version of the package.</value>
public const string Version = "4.2.0";
public const string Version = "4.2.1";

/// <summary>
/// Identifier for ISO 8601 DateTime Format
Expand Down Expand Up @@ -107,7 +107,7 @@ public class Configuration : IReadableConfiguration
public Configuration()
{
Proxy = null;
UserAgent = "OpenAPI-Generator/4.2.0/csharp";
UserAgent = "OpenAPI-Generator/4.2.1/csharp";
BasePath = "https://www.freeclimb.com/apiserver";
DefaultHeaders = new ConcurrentDictionary<string, string>();
ApiKey = new ConcurrentDictionary<string, string>();
Expand Down Expand Up @@ -452,7 +452,7 @@ public static string ToDebugReport()
report += " OS: " + System.Environment.OSVersion + "\n";
report += " .NET Framework Version: " + System.Environment.Version + "\n";
report += " Version of the API: 1.0.0\n";
report += " SDK Package Version: 4.2.0\n";
report += " SDK Package Version: 4.2.1\n";

return report;
}
Expand Down
12 changes: 6 additions & 6 deletions src/freeclimb/Model/ApplicationRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,42 +65,42 @@ public partial class ApplicationRequest : IEquatable<ApplicationRequest>, IValid
/// The URL that FreeClimb will request when an inbound call arrives on a phone number assigned to this application. Used only for inbound calls.
/// </summary>
/// <value>The URL that FreeClimb will request when an inbound call arrives on a phone number assigned to this application. Used only for inbound calls.</value>
[DataMember(Name = "voiceUrl", EmitDefaultValue = false)]
[DataMember(Name = "voiceUrl", EmitDefaultValue = true)]
public string VoiceUrl { get; set; }

/// <summary>
/// The URL that FreeClimb will request if it times out waiting for a response from the voiceUrl. Used for inbound calls only. Note: A PerCL response is expected to control the inbound call.
/// </summary>
/// <value>The URL that FreeClimb will request if it times out waiting for a response from the voiceUrl. Used for inbound calls only. Note: A PerCL response is expected to control the inbound call.</value>
[DataMember(Name = "voiceFallbackUrl", EmitDefaultValue = false)]
[DataMember(Name = "voiceFallbackUrl", EmitDefaultValue = true)]
public string VoiceFallbackUrl { get; set; }

/// <summary>
/// The URL that FreeClimb will request when an outbound call request is complete. Used for outbound calls only. Note: A PerCL response is expected if the outbound call is connected (status&#x3D;InProgress) to control the call.
/// </summary>
/// <value>The URL that FreeClimb will request when an outbound call request is complete. Used for outbound calls only. Note: A PerCL response is expected if the outbound call is connected (status&#x3D;InProgress) to control the call.</value>
[DataMember(Name = "callConnectUrl", EmitDefaultValue = false)]
[DataMember(Name = "callConnectUrl", EmitDefaultValue = true)]
public string CallConnectUrl { get; set; }

/// <summary>
/// The URL that FreeClimb will request to pass call status (such as call ended) to the application. Note: This is a notification only; any PerCL returned will be ignored.
/// </summary>
/// <value>The URL that FreeClimb will request to pass call status (such as call ended) to the application. Note: This is a notification only; any PerCL returned will be ignored.</value>
[DataMember(Name = "statusCallbackUrl", EmitDefaultValue = false)]
[DataMember(Name = "statusCallbackUrl", EmitDefaultValue = true)]
public string StatusCallbackUrl { get; set; }

/// <summary>
/// The URL that FreeClimb will request when a phone number assigned to this application receives an incoming SMS message. Used for inbound SMS only. Note: Any PerCL returned will be ignored.
/// </summary>
/// <value>The URL that FreeClimb will request when a phone number assigned to this application receives an incoming SMS message. Used for inbound SMS only. Note: Any PerCL returned will be ignored.</value>
[DataMember(Name = "smsUrl", EmitDefaultValue = false)]
[DataMember(Name = "smsUrl", EmitDefaultValue = true)]
public string SmsUrl { get; set; }

/// <summary>
/// The URL that FreeClimb will request if it times out waiting for a response from the smsUrl. Used for inbound SMS only. Note: Any PerCL returned will be ignored.
/// </summary>
/// <value>The URL that FreeClimb will request if it times out waiting for a response from the smsUrl. Used for inbound SMS only. Note: Any PerCL returned will be ignored.</value>
[DataMember(Name = "smsFallbackUrl", EmitDefaultValue = false)]
[DataMember(Name = "smsFallbackUrl", EmitDefaultValue = true)]
public string SmsFallbackUrl { get; set; }

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion src/freeclimb/freeclimb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Description>A library generated from a OpenAPI doc</Description>
<Copyright>No Copyright</Copyright>
<RootNamespace>freeclimb</RootNamespace>
<Version>4.2.0</Version>
<Version>4.2.1</Version>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\freeclimb.xml</DocumentationFile>
<RepositoryUrl>https://github.com/freeclimbapi/csharp-sdk.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit c5a7158

Please sign in to comment.