@equisoft/equisoft-connect-sdk-typescript
Advanced tools
Comparing version 10.9.4 to 10.9.5-snapshot.20211102125516
@@ -12,2 +12,3 @@ /** | ||
*/ | ||
import { FieldValue } from './'; | ||
/** | ||
@@ -21,6 +22,6 @@ * | ||
* | ||
* @type {string} | ||
* @type {FieldValue} | ||
* @memberof ContactContactIdentification | ||
*/ | ||
title?: string; | ||
title?: FieldValue | null; | ||
/** | ||
@@ -27,0 +28,0 @@ * |
@@ -18,2 +18,3 @@ "use strict"; | ||
const runtime_1 = require("../runtime"); | ||
const _1 = require("./"); | ||
function ContactContactIdentificationFromJSON(json) { | ||
@@ -28,3 +29,3 @@ return ContactContactIdentificationFromJSONTyped(json, false); | ||
return { | ||
'title': !runtime_1.exists(json, 'title') ? undefined : json['title'], | ||
'title': !runtime_1.exists(json, 'title') ? undefined : _1.FieldValueFromJSON(json['title']), | ||
'gender': !runtime_1.exists(json, 'gender') ? undefined : json['gender'], | ||
@@ -49,3 +50,3 @@ 'firstName': !runtime_1.exists(json, 'firstName') ? undefined : json['firstName'], | ||
return { | ||
'title': value.title, | ||
'title': _1.FieldValueToJSON(value.title), | ||
'gender': value.gender, | ||
@@ -52,0 +53,0 @@ 'firstName': value.firstName, |
@@ -42,3 +42,3 @@ /** | ||
*/ | ||
status?: FieldValue; | ||
status?: FieldValue | null; | ||
/** | ||
@@ -45,0 +45,0 @@ * |
{ | ||
"name": "@equisoft/equisoft-connect-sdk-typescript", | ||
"version": "10.9.4", | ||
"version": "10.9.5-snapshot.20211102125516", | ||
"description": "OpenAPI client for @equisoft/equisoft-connect-sdk-typescript", | ||
@@ -5,0 +5,0 @@ "author": "OpenAPI-Generator", |
@@ -16,2 +16,9 @@ /* tslint:disable */ | ||
import { exists, mapValues } from '../runtime'; | ||
import { | ||
FieldValue, | ||
FieldValueFromJSON, | ||
FieldValueFromJSONTyped, | ||
FieldValueToJSON, | ||
} from './'; | ||
/** | ||
@@ -25,6 +32,6 @@ * | ||
* | ||
* @type {string} | ||
* @type {FieldValue} | ||
* @memberof ContactContactIdentification | ||
*/ | ||
title?: string; | ||
title?: FieldValue | null; | ||
/** | ||
@@ -90,3 +97,3 @@ * | ||
'title': !exists(json, 'title') ? undefined : json['title'], | ||
'title': !exists(json, 'title') ? undefined : FieldValueFromJSON(json['title']), | ||
'gender': !exists(json, 'gender') ? undefined : json['gender'], | ||
@@ -112,3 +119,3 @@ 'firstName': !exists(json, 'firstName') ? undefined : json['firstName'], | ||
'title': value.title, | ||
'title': FieldValueToJSON(value.title), | ||
'gender': value.gender, | ||
@@ -115,0 +122,0 @@ 'firstName': value.firstName, |
@@ -52,3 +52,3 @@ /* tslint:disable */ | ||
*/ | ||
status?: FieldValue; | ||
status?: FieldValue | null; | ||
/** | ||
@@ -55,0 +55,0 @@ * |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1953267
40486
3