testkube-sdk
Advanced tools
Comparing version 1.17.1 to 1.17.2
@@ -107,3 +107,3 @@ "use strict"; | ||
var value = payload[prop.key]; | ||
if (isSpeakeasyBase(prop.type)) { | ||
if (isSpeakeasyBase(prop.type) && value != null) { | ||
this[prop.key] = new prop.type(value); | ||
@@ -110,0 +110,0 @@ } |
@@ -37,5 +37,5 @@ "use strict"; | ||
this.openapiDocVersion = "1.0.0"; | ||
this.sdkVersion = "1.17.1"; | ||
this.genVersion = "2.143.2"; | ||
this.userAgent = "speakeasy-sdk/typescript 1.17.1 2.143.2 1.0.0 testkube-sdk"; | ||
this.sdkVersion = "1.17.2"; | ||
this.genVersion = "2.147.0"; | ||
this.userAgent = "speakeasy-sdk/typescript 1.17.2 2.147.0 1.0.0 testkube-sdk"; | ||
Object.assign(this, init); | ||
@@ -42,0 +42,0 @@ } |
{ | ||
"name": "testkube-sdk", | ||
"version": "1.17.1", | ||
"version": "1.17.2", | ||
"author": "aabedraba", | ||
@@ -5,0 +5,0 @@ "scripts": { |
3154651