@equisoft/equisoft-connect-sdk-typescript 10.13.2-snapshot.20220126180850 → 10.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -87,30 +87,6 @@ export interface LegacyContactContact {
87
87
  * @memberof LegacyContactContact
88
88
  */
89
89
  rank?: string;
90
- /**
91
- *
92
- * @type {string}
93
- * @memberof LegacyContactContact
94
- */
95
- facebookLink?: string;
96
- /**
97
- *
98
- * @type {string}
99
- * @memberof LegacyContactContact
100
- */
101
- twitterLink?: string;
102
- /**
103
- *
104
- * @type {string}
105
- * @memberof LegacyContactContact
106
- */
107
- linkedinLink?: string;
108
- /**
109
- *
110
- * @type {number}
111
- * @memberof LegacyContactContact
112
- */
113
- avatar?: number;
114
90
  }
115
91
  export declare function LegacyContactContactFromJSON(json: any): LegacyContactContact;
116
92
  export declare function LegacyContactContactFromJSONTyped(json: any, ignoreDiscriminator: boolean): LegacyContactContact;
@@ -36,10 +36,6 @@ function LegacyContactContactFromJSONTyped(json, ignoreDiscriminator) {
36
36
  'corporationName': !runtime_1.exists(json, 'corporationName') ? undefined : json['corporationName'],
37
37
  'corporationNameLine2': !runtime_1.exists(json, 'corporationNameLine2') ? undefined : json['corporationNameLine2'],
38
38
  'rank': !runtime_1.exists(json, 'rank') ? undefined : json['rank'],
39
- 'facebookLink': !runtime_1.exists(json, 'facebookLink') ? undefined : json['facebookLink'],
40
- 'twitterLink': !runtime_1.exists(json, 'twitterLink') ? undefined : json['twitterLink'],
41
- 'linkedinLink': !runtime_1.exists(json, 'linkedinLink') ? undefined : json['linkedinLink'],
42
- 'avatar': !runtime_1.exists(json, 'avatar') ? undefined : json['avatar'],
43
39
  };
44
40
  }
45
41
  exports.LegacyContactContactFromJSONTyped = LegacyContactContactFromJSONTyped;
@@ -63,10 +59,6 @@ function LegacyContactContactToJSON(value) {
63
59
  'corporationName': value.corporationName,
64
60
  'corporationNameLine2': value.corporationNameLine2,
65
61
  'rank': value.rank,
66
- 'facebookLink': value.facebookLink,
67
- 'twitterLink': value.twitterLink,
68
- 'linkedinLink': value.linkedinLink,
69
- 'avatar': value.avatar,
70
62
  };
71
63
  }
72
64
  exports.LegacyContactContactToJSON = LegacyContactContactToJSON;
@@ -87,30 +87,6 @@ export interface LegacyContactContactPayloadItem {
87
87
  * @memberof LegacyContactContactPayloadItem
88
88
  */
89
89
  rank?: string;
90
- /**
91
- *
92
- * @type {string}
93
- * @memberof LegacyContactContactPayloadItem
94
- */
95
- facebookLink?: string;
96
- /**
97
- *
98
- * @type {string}
99
- * @memberof LegacyContactContactPayloadItem
100
- */
101
- twitterLink?: string;
102
- /**
103
- *
104
- * @type {string}
105
- * @memberof LegacyContactContactPayloadItem
106
- */
107
- linkedinLink?: string;
108
- /**
109
- *
110
- * @type {number}
111
- * @memberof LegacyContactContactPayloadItem
112
- */
113
- avatar?: number;
114
90
  /**
115
91
  * external key
116
92
  * @type {string}
@@ -36,10 +36,6 @@ function LegacyContactContactPayloadItemFromJSONTyped(json, ignoreDiscriminator)
36
36
  'corporationName': !runtime_1.exists(json, 'corporationName') ? undefined : json['corporationName'],
37
37
  'corporationNameLine2': !runtime_1.exists(json, 'corporationNameLine2') ? undefined : json['corporationNameLine2'],
38
38
  'rank': !runtime_1.exists(json, 'rank') ? undefined : json['rank'],
39
- 'facebookLink': !runtime_1.exists(json, 'facebookLink') ? undefined : json['facebookLink'],
40
- 'twitterLink': !runtime_1.exists(json, 'twitterLink') ? undefined : json['twitterLink'],
41
- 'linkedinLink': !runtime_1.exists(json, 'linkedinLink') ? undefined : json['linkedinLink'],
42
- 'avatar': !runtime_1.exists(json, 'avatar') ? undefined : json['avatar'],
43
39
  'externalKey': !runtime_1.exists(json, 'externalKey') ? undefined : json['externalKey'],
44
40
  'externalKeyType': !runtime_1.exists(json, 'externalKeyType') ? undefined : json['externalKeyType'],
45
41
  'gender': !runtime_1.exists(json, 'gender') ? undefined : json['gender'],
@@ -108,10 +104,6 @@ function LegacyContactContactPayloadItemToJSON(value) {
108
104
  'corporationName': value.corporationName,
109
105
  'corporationNameLine2': value.corporationNameLine2,
110
106
  'rank': value.rank,
111
- 'facebookLink': value.facebookLink,
112
- 'twitterLink': value.twitterLink,
113
- 'linkedinLink': value.linkedinLink,
114
- 'avatar': value.avatar,
115
107
  'externalKey': value.externalKey,
116
108
  'externalKeyType': value.externalKeyType,
117
109
  'gender': value.gender,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equisoft/equisoft-connect-sdk-typescript",
3
- "version": "10.13.2-snapshot.20220126180850",
3
+ "version": "10.14.0",
4
4
  "description": "OpenAPI client for @equisoft/equisoft-connect-sdk-typescript",
5
5
  "author": "OpenAPI-Generator",
6
6
  "main": "./dist/index.js",
@@ -91,30 +91,6 @@ export interface LegacyContactContact {
91
91
  * @memberof LegacyContactContact
92
92
  */
93
93
  rank?: string;
94
- /**
95
- *
96
- * @type {string}
97
- * @memberof LegacyContactContact
98
- */
99
- facebookLink?: string;
100
- /**
101
- *
102
- * @type {string}
103
- * @memberof LegacyContactContact
104
- */
105
- twitterLink?: string;
106
- /**
107
- *
108
- * @type {string}
109
- * @memberof LegacyContactContact
110
- */
111
- linkedinLink?: string;
112
- /**
113
- *
114
- * @type {number}
115
- * @memberof LegacyContactContact
116
- */
117
- avatar?: number;
118
94
  }
119
95
 
120
96
  export function LegacyContactContactFromJSON(json: any): LegacyContactContact {
@@ -139,10 +115,6 @@ export function LegacyContactContactFromJSONTyped(json: any, ignoreDiscriminator
139
115
  'corporationName': !exists(json, 'corporationName') ? undefined : json['corporationName'],
140
116
  'corporationNameLine2': !exists(json, 'corporationNameLine2') ? undefined : json['corporationNameLine2'],
141
117
  'rank': !exists(json, 'rank') ? undefined : json['rank'],
142
- 'facebookLink': !exists(json, 'facebookLink') ? undefined : json['facebookLink'],
143
- 'twitterLink': !exists(json, 'twitterLink') ? undefined : json['twitterLink'],
144
- 'linkedinLink': !exists(json, 'linkedinLink') ? undefined : json['linkedinLink'],
145
- 'avatar': !exists(json, 'avatar') ? undefined : json['avatar'],
146
118
  };
147
119
  }
148
120
 
@@ -167,10 +139,6 @@ export function LegacyContactContactToJSON(value?: LegacyContactContact | null):
167
139
  'corporationName': value.corporationName,
168
140
  'corporationNameLine2': value.corporationNameLine2,
169
141
  'rank': value.rank,
170
- 'facebookLink': value.facebookLink,
171
- 'twitterLink': value.twitterLink,
172
- 'linkedinLink': value.linkedinLink,
173
- 'avatar': value.avatar,
174
142
  };
175
143
  }
176
144
 
@@ -102,30 +102,6 @@ export interface LegacyContactContactPayloadItem {
102
102
  * @memberof LegacyContactContactPayloadItem
103
103
  */
104
104
  rank?: string;
105
- /**
106
- *
107
- * @type {string}
108
- * @memberof LegacyContactContactPayloadItem
109
- */
110
- facebookLink?: string;
111
- /**
112
- *
113
- * @type {string}
114
- * @memberof LegacyContactContactPayloadItem
115
- */
116
- twitterLink?: string;
117
- /**
118
- *
119
- * @type {string}
120
- * @memberof LegacyContactContactPayloadItem
121
- */
122
- linkedinLink?: string;
123
- /**
124
- *
125
- * @type {number}
126
- * @memberof LegacyContactContactPayloadItem
127
- */
128
- avatar?: number;
129
105
  /**
130
106
  * external key
131
107
  * @type {string}
@@ -420,10 +396,6 @@ export function LegacyContactContactPayloadItemFromJSONTyped(json: any, ignoreDi
420
396
  'corporationName': !exists(json, 'corporationName') ? undefined : json['corporationName'],
421
397
  'corporationNameLine2': !exists(json, 'corporationNameLine2') ? undefined : json['corporationNameLine2'],
422
398
  'rank': !exists(json, 'rank') ? undefined : json['rank'],
423
- 'facebookLink': !exists(json, 'facebookLink') ? undefined : json['facebookLink'],
424
- 'twitterLink': !exists(json, 'twitterLink') ? undefined : json['twitterLink'],
425
- 'linkedinLink': !exists(json, 'linkedinLink') ? undefined : json['linkedinLink'],
426
- 'avatar': !exists(json, 'avatar') ? undefined : json['avatar'],
427
399
  'externalKey': !exists(json, 'externalKey') ? undefined : json['externalKey'],
428
400
  'externalKeyType': !exists(json, 'externalKeyType') ? undefined : json['externalKeyType'],
429
401
  'gender': !exists(json, 'gender') ? undefined : json['gender'],
@@ -493,10 +465,6 @@ export function LegacyContactContactPayloadItemToJSON(value?: LegacyContactConta
493
465
  'corporationName': value.corporationName,
494
466
  'corporationNameLine2': value.corporationNameLine2,
495
467
  'rank': value.rank,
496
- 'facebookLink': value.facebookLink,
497
- 'twitterLink': value.twitterLink,
498
- 'linkedinLink': value.linkedinLink,
499
- 'avatar': value.avatar,
500
468
  'externalKey': value.externalKey,
501
469
  'externalKeyType': value.externalKeyType,
502
470
  'gender': value.gender,