@equisoft/equisoft-connect-sdk-typescript 13.4.0 → 13.4.1-snapshot.20240503173759

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.
@@ -127,7 +127,7 @@ export interface KronosFinanceContactPayloadItem {
127
127
  */
128
128
  picture?: LegacyContactPicture;
129
129
  /**
130
- * Gender of the contact. Either MALE or FEMALE.
130
+ * Gender of the contact. Either MALE, FEMALE or UNKNOWN.
131
131
  * @type {string}
132
132
  * @memberof KronosFinanceContactPayloadItem
133
133
  */
@@ -131,7 +131,7 @@ export interface KronosFinanceGetContactItem {
131
131
  */
132
132
  picture?: LegacyContactPicture;
133
133
  /**
134
- * Gender of the contact. Either MALE or FEMALE.
134
+ * Gender of the contact. Either MALE, FEMALE or UNKNOWN.
135
135
  * @type {string}
136
136
  * @memberof KronosFinanceGetContactItem
137
137
  */
@@ -129,7 +129,7 @@ export interface LegacyContactContactGetItem {
129
129
  */
130
130
  picture?: LegacyContactPicture;
131
131
  /**
132
- * Gender of the contact. Either MALE or FEMALE.
132
+ * Gender of the contact. Either MALE, FEMALE or UNKNOWN.
133
133
  * @type {string}
134
134
  * @memberof LegacyContactContactGetItem
135
135
  */
@@ -126,7 +126,7 @@ export interface LegacyContactContactPayloadItem {
126
126
  */
127
127
  picture?: LegacyContactPicture;
128
128
  /**
129
- * Gender of the contact. Either MALE or FEMALE.
129
+ * Gender of the contact. Either MALE, FEMALE or UNKNOWN.
130
130
  * @type {string}
131
131
  * @memberof LegacyContactContactPayloadItem
132
132
  */
@@ -124,7 +124,7 @@ export interface LegacyContactSpouseContactPayloadItem {
124
124
  */
125
125
  picture?: LegacyContactPicture;
126
126
  /**
127
- * Gender of the contact. Either MALE or FEMALE.
127
+ * Gender of the contact. Either MALE, FEMALE or UNKNOWN.
128
128
  * @type {string}
129
129
  * @memberof LegacyContactSpouseContactPayloadItem
130
130
  */
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- * Visibility type.
13
+ *
14
14
  * @export
15
15
  */
16
16
  export declare const TasksVisibilityType: {
@@ -12,7 +12,7 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
  /**
15
- * Visibility type.
15
+ *
16
16
  * @export
17
17
  */
18
18
  export const TasksVisibilityType = {
@@ -127,7 +127,7 @@ export interface KronosFinanceContactPayloadItem {
127
127
  */
128
128
  picture?: LegacyContactPicture;
129
129
  /**
130
- * Gender of the contact. Either MALE or FEMALE.
130
+ * Gender of the contact. Either MALE, FEMALE or UNKNOWN.
131
131
  * @type {string}
132
132
  * @memberof KronosFinanceContactPayloadItem
133
133
  */
@@ -131,7 +131,7 @@ export interface KronosFinanceGetContactItem {
131
131
  */
132
132
  picture?: LegacyContactPicture;
133
133
  /**
134
- * Gender of the contact. Either MALE or FEMALE.
134
+ * Gender of the contact. Either MALE, FEMALE or UNKNOWN.
135
135
  * @type {string}
136
136
  * @memberof KronosFinanceGetContactItem
137
137
  */
@@ -129,7 +129,7 @@ export interface LegacyContactContactGetItem {
129
129
  */
130
130
  picture?: LegacyContactPicture;
131
131
  /**
132
- * Gender of the contact. Either MALE or FEMALE.
132
+ * Gender of the contact. Either MALE, FEMALE or UNKNOWN.
133
133
  * @type {string}
134
134
  * @memberof LegacyContactContactGetItem
135
135
  */
@@ -126,7 +126,7 @@ export interface LegacyContactContactPayloadItem {
126
126
  */
127
127
  picture?: LegacyContactPicture;
128
128
  /**
129
- * Gender of the contact. Either MALE or FEMALE.
129
+ * Gender of the contact. Either MALE, FEMALE or UNKNOWN.
130
130
  * @type {string}
131
131
  * @memberof LegacyContactContactPayloadItem
132
132
  */
@@ -124,7 +124,7 @@ export interface LegacyContactSpouseContactPayloadItem {
124
124
  */
125
125
  picture?: LegacyContactPicture;
126
126
  /**
127
- * Gender of the contact. Either MALE or FEMALE.
127
+ * Gender of the contact. Either MALE, FEMALE or UNKNOWN.
128
128
  * @type {string}
129
129
  * @memberof LegacyContactSpouseContactPayloadItem
130
130
  */
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- * Visibility type.
13
+ *
14
14
  * @export
15
15
  */
16
16
  export declare const TasksVisibilityType: {
@@ -15,7 +15,7 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.TasksVisibilityTypeToJSON = exports.TasksVisibilityTypeFromJSONTyped = exports.TasksVisibilityTypeFromJSON = exports.TasksVisibilityType = void 0;
17
17
  /**
18
- * Visibility type.
18
+ *
19
19
  * @export
20
20
  */
21
21
  exports.TasksVisibilityType = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equisoft/equisoft-connect-sdk-typescript",
3
- "version": "13.4.0",
3
+ "version": "13.4.1-snapshot.20240503173759",
4
4
  "description": "OpenAPI client for @equisoft/equisoft-connect-sdk-typescript",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -177,7 +177,7 @@ export interface KronosFinanceContactPayloadItem {
177
177
  */
178
178
  picture?: LegacyContactPicture;
179
179
  /**
180
- * Gender of the contact. Either MALE or FEMALE.
180
+ * Gender of the contact. Either MALE, FEMALE or UNKNOWN.
181
181
  * @type {string}
182
182
  * @memberof KronosFinanceContactPayloadItem
183
183
  */
@@ -201,7 +201,7 @@ export interface KronosFinanceGetContactItem {
201
201
  */
202
202
  picture?: LegacyContactPicture;
203
203
  /**
204
- * Gender of the contact. Either MALE or FEMALE.
204
+ * Gender of the contact. Either MALE, FEMALE or UNKNOWN.
205
205
  * @type {string}
206
206
  * @memberof KronosFinanceGetContactItem
207
207
  */
@@ -189,7 +189,7 @@ export interface LegacyContactContactGetItem {
189
189
  */
190
190
  picture?: LegacyContactPicture;
191
191
  /**
192
- * Gender of the contact. Either MALE or FEMALE.
192
+ * Gender of the contact. Either MALE, FEMALE or UNKNOWN.
193
193
  * @type {string}
194
194
  * @memberof LegacyContactContactGetItem
195
195
  */
@@ -171,7 +171,7 @@ export interface LegacyContactContactPayloadItem {
171
171
  */
172
172
  picture?: LegacyContactPicture;
173
173
  /**
174
- * Gender of the contact. Either MALE or FEMALE.
174
+ * Gender of the contact. Either MALE, FEMALE or UNKNOWN.
175
175
  * @type {string}
176
176
  * @memberof LegacyContactContactPayloadItem
177
177
  */
@@ -159,7 +159,7 @@ export interface LegacyContactSpouseContactPayloadItem {
159
159
  */
160
160
  picture?: LegacyContactPicture;
161
161
  /**
162
- * Gender of the contact. Either MALE or FEMALE.
162
+ * Gender of the contact. Either MALE, FEMALE or UNKNOWN.
163
163
  * @type {string}
164
164
  * @memberof LegacyContactSpouseContactPayloadItem
165
165
  */
@@ -14,7 +14,7 @@
14
14
 
15
15
 
16
16
  /**
17
- * Visibility type.
17
+ *
18
18
  * @export
19
19
  */
20
20
  export const TasksVisibilityType = {