@equisoft/equisoft-connect-sdk-typescript 13.51.1-snapshot.20260603131258 → 13.52.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.
Files changed (25) hide show
  1. package/dist/esm/models/KronosFinanceContactPayloadItem.d.ts +2 -2
  2. package/dist/esm/models/KronosFinanceGetContactItem.d.ts +2 -2
  3. package/dist/esm/models/LegacyContactContactGetItem.d.ts +2 -2
  4. package/dist/esm/models/LegacyContactContactLinkParticipant.d.ts +1 -1
  5. package/dist/esm/models/LegacyContactContactPayloadItem.d.ts +2 -2
  6. package/dist/esm/models/LegacyContactSpouseContactPayloadItem.d.ts +2 -2
  7. package/dist/esm/models/LegacyProvisioningDeleteOrganizationOption.d.ts +1 -1
  8. package/dist/esm/models/LegacyProvisioningDeleteUserOption.d.ts +1 -1
  9. package/dist/models/KronosFinanceContactPayloadItem.d.ts +2 -2
  10. package/dist/models/KronosFinanceGetContactItem.d.ts +2 -2
  11. package/dist/models/LegacyContactContactGetItem.d.ts +2 -2
  12. package/dist/models/LegacyContactContactLinkParticipant.d.ts +1 -1
  13. package/dist/models/LegacyContactContactPayloadItem.d.ts +2 -2
  14. package/dist/models/LegacyContactSpouseContactPayloadItem.d.ts +2 -2
  15. package/dist/models/LegacyProvisioningDeleteOrganizationOption.d.ts +1 -1
  16. package/dist/models/LegacyProvisioningDeleteUserOption.d.ts +1 -1
  17. package/package.json +1 -1
  18. package/src/models/KronosFinanceContactPayloadItem.ts +2 -2
  19. package/src/models/KronosFinanceGetContactItem.ts +2 -2
  20. package/src/models/LegacyContactContactGetItem.ts +2 -2
  21. package/src/models/LegacyContactContactLinkParticipant.ts +1 -1
  22. package/src/models/LegacyContactContactPayloadItem.ts +2 -2
  23. package/src/models/LegacyContactSpouseContactPayloadItem.ts +2 -2
  24. package/src/models/LegacyProvisioningDeleteOrganizationOption.ts +1 -1
  25. package/src/models/LegacyProvisioningDeleteUserOption.ts +1 -1
@@ -283,13 +283,13 @@ export interface KronosFinanceContactPayloadItem {
283
283
  */
284
284
  language?: string;
285
285
  /**
286
- * Active (boolean).
286
+ * Active (bool).
287
287
  * @type {string}
288
288
  * @memberof KronosFinanceContactPayloadItem
289
289
  */
290
290
  active?: string;
291
291
  /**
292
- * Publish (boolean).
292
+ * Publish (bool).
293
293
  * @type {string}
294
294
  * @memberof KronosFinanceContactPayloadItem
295
295
  * @deprecated
@@ -287,13 +287,13 @@ export interface KronosFinanceGetContactItem {
287
287
  */
288
288
  language?: string;
289
289
  /**
290
- * Active (boolean).
290
+ * Active (bool).
291
291
  * @type {string}
292
292
  * @memberof KronosFinanceGetContactItem
293
293
  */
294
294
  active?: string;
295
295
  /**
296
- * Publish (boolean).
296
+ * Publish (bool).
297
297
  * @type {string}
298
298
  * @memberof KronosFinanceGetContactItem
299
299
  * @deprecated
@@ -285,13 +285,13 @@ export interface LegacyContactContactGetItem {
285
285
  */
286
286
  language?: string;
287
287
  /**
288
- * Active (boolean).
288
+ * Active (bool).
289
289
  * @type {string}
290
290
  * @memberof LegacyContactContactGetItem
291
291
  */
292
292
  active?: string;
293
293
  /**
294
- * Publish (boolean).
294
+ * Publish (bool).
295
295
  * @type {string}
296
296
  * @memberof LegacyContactContactGetItem
297
297
  * @deprecated
@@ -124,7 +124,7 @@ export interface LegacyContactContactLinkParticipant {
124
124
  */
125
125
  roleSystemName?: string;
126
126
  /**
127
- * Main participant (boolean).
127
+ * Main participant (bool).
128
128
  * @type {string}
129
129
  * @memberof LegacyContactContactLinkParticipant
130
130
  */
@@ -282,13 +282,13 @@ export interface LegacyContactContactPayloadItem {
282
282
  */
283
283
  language?: string;
284
284
  /**
285
- * Active (boolean).
285
+ * Active (bool).
286
286
  * @type {string}
287
287
  * @memberof LegacyContactContactPayloadItem
288
288
  */
289
289
  active?: string;
290
290
  /**
291
- * Publish (boolean).
291
+ * Publish (bool).
292
292
  * @type {string}
293
293
  * @memberof LegacyContactContactPayloadItem
294
294
  * @deprecated
@@ -280,13 +280,13 @@ export interface LegacyContactSpouseContactPayloadItem {
280
280
  */
281
281
  language?: string;
282
282
  /**
283
- * Active (boolean).
283
+ * Active (bool).
284
284
  * @type {string}
285
285
  * @memberof LegacyContactSpouseContactPayloadItem
286
286
  */
287
287
  active?: string;
288
288
  /**
289
- * Publish (boolean).
289
+ * Publish (bool).
290
290
  * @type {string}
291
291
  * @memberof LegacyContactSpouseContactPayloadItem
292
292
  * @deprecated
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface LegacyProvisioningDeleteOrganizationOption {
18
18
  /**
19
- * Do not delete the associated fna user. (boolean).
19
+ * Do not delete the associated fna user. (bool).
20
20
  * @type {string}
21
21
  * @memberof LegacyProvisioningDeleteOrganizationOption
22
22
  */
@@ -22,7 +22,7 @@ export interface LegacyProvisioningDeleteUserOption {
22
22
  */
23
23
  replaceByUserId?: string;
24
24
  /**
25
- * Do not delete the associated fna user. (boolean).
25
+ * Do not delete the associated fna user. (bool).
26
26
  * @type {string}
27
27
  * @memberof LegacyProvisioningDeleteUserOption
28
28
  */
@@ -283,13 +283,13 @@ export interface KronosFinanceContactPayloadItem {
283
283
  */
284
284
  language?: string;
285
285
  /**
286
- * Active (boolean).
286
+ * Active (bool).
287
287
  * @type {string}
288
288
  * @memberof KronosFinanceContactPayloadItem
289
289
  */
290
290
  active?: string;
291
291
  /**
292
- * Publish (boolean).
292
+ * Publish (bool).
293
293
  * @type {string}
294
294
  * @memberof KronosFinanceContactPayloadItem
295
295
  * @deprecated
@@ -287,13 +287,13 @@ export interface KronosFinanceGetContactItem {
287
287
  */
288
288
  language?: string;
289
289
  /**
290
- * Active (boolean).
290
+ * Active (bool).
291
291
  * @type {string}
292
292
  * @memberof KronosFinanceGetContactItem
293
293
  */
294
294
  active?: string;
295
295
  /**
296
- * Publish (boolean).
296
+ * Publish (bool).
297
297
  * @type {string}
298
298
  * @memberof KronosFinanceGetContactItem
299
299
  * @deprecated
@@ -285,13 +285,13 @@ export interface LegacyContactContactGetItem {
285
285
  */
286
286
  language?: string;
287
287
  /**
288
- * Active (boolean).
288
+ * Active (bool).
289
289
  * @type {string}
290
290
  * @memberof LegacyContactContactGetItem
291
291
  */
292
292
  active?: string;
293
293
  /**
294
- * Publish (boolean).
294
+ * Publish (bool).
295
295
  * @type {string}
296
296
  * @memberof LegacyContactContactGetItem
297
297
  * @deprecated
@@ -124,7 +124,7 @@ export interface LegacyContactContactLinkParticipant {
124
124
  */
125
125
  roleSystemName?: string;
126
126
  /**
127
- * Main participant (boolean).
127
+ * Main participant (bool).
128
128
  * @type {string}
129
129
  * @memberof LegacyContactContactLinkParticipant
130
130
  */
@@ -282,13 +282,13 @@ export interface LegacyContactContactPayloadItem {
282
282
  */
283
283
  language?: string;
284
284
  /**
285
- * Active (boolean).
285
+ * Active (bool).
286
286
  * @type {string}
287
287
  * @memberof LegacyContactContactPayloadItem
288
288
  */
289
289
  active?: string;
290
290
  /**
291
- * Publish (boolean).
291
+ * Publish (bool).
292
292
  * @type {string}
293
293
  * @memberof LegacyContactContactPayloadItem
294
294
  * @deprecated
@@ -280,13 +280,13 @@ export interface LegacyContactSpouseContactPayloadItem {
280
280
  */
281
281
  language?: string;
282
282
  /**
283
- * Active (boolean).
283
+ * Active (bool).
284
284
  * @type {string}
285
285
  * @memberof LegacyContactSpouseContactPayloadItem
286
286
  */
287
287
  active?: string;
288
288
  /**
289
- * Publish (boolean).
289
+ * Publish (bool).
290
290
  * @type {string}
291
291
  * @memberof LegacyContactSpouseContactPayloadItem
292
292
  * @deprecated
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface LegacyProvisioningDeleteOrganizationOption {
18
18
  /**
19
- * Do not delete the associated fna user. (boolean).
19
+ * Do not delete the associated fna user. (bool).
20
20
  * @type {string}
21
21
  * @memberof LegacyProvisioningDeleteOrganizationOption
22
22
  */
@@ -22,7 +22,7 @@ export interface LegacyProvisioningDeleteUserOption {
22
22
  */
23
23
  replaceByUserId?: string;
24
24
  /**
25
- * Do not delete the associated fna user. (boolean).
25
+ * Do not delete the associated fna user. (bool).
26
26
  * @type {string}
27
27
  * @memberof LegacyProvisioningDeleteUserOption
28
28
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equisoft/equisoft-connect-sdk-typescript",
3
- "version": "13.51.1-snapshot.20260603131258",
3
+ "version": "13.52.0",
4
4
  "description": "OpenAPI client for @equisoft/equisoft-connect-sdk-typescript",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -342,13 +342,13 @@ export interface KronosFinanceContactPayloadItem {
342
342
  */
343
343
  language?: string;
344
344
  /**
345
- * Active (boolean).
345
+ * Active (bool).
346
346
  * @type {string}
347
347
  * @memberof KronosFinanceContactPayloadItem
348
348
  */
349
349
  active?: string;
350
350
  /**
351
- * Publish (boolean).
351
+ * Publish (bool).
352
352
  * @type {string}
353
353
  * @memberof KronosFinanceContactPayloadItem
354
354
  * @deprecated
@@ -370,13 +370,13 @@ export interface KronosFinanceGetContactItem {
370
370
  */
371
371
  language?: string;
372
372
  /**
373
- * Active (boolean).
373
+ * Active (bool).
374
374
  * @type {string}
375
375
  * @memberof KronosFinanceGetContactItem
376
376
  */
377
377
  active?: string;
378
378
  /**
379
- * Publish (boolean).
379
+ * Publish (bool).
380
380
  * @type {string}
381
381
  * @memberof KronosFinanceGetContactItem
382
382
  * @deprecated
@@ -356,13 +356,13 @@ export interface LegacyContactContactGetItem {
356
356
  */
357
357
  language?: string;
358
358
  /**
359
- * Active (boolean).
359
+ * Active (bool).
360
360
  * @type {string}
361
361
  * @memberof LegacyContactContactGetItem
362
362
  */
363
363
  active?: string;
364
364
  /**
365
- * Publish (boolean).
365
+ * Publish (bool).
366
366
  * @type {string}
367
367
  * @memberof LegacyContactContactGetItem
368
368
  * @deprecated
@@ -128,7 +128,7 @@ export interface LegacyContactContactLinkParticipant {
128
128
  */
129
129
  roleSystemName?: string;
130
130
  /**
131
- * Main participant (boolean).
131
+ * Main participant (bool).
132
132
  * @type {string}
133
133
  * @memberof LegacyContactContactLinkParticipant
134
134
  */
@@ -335,13 +335,13 @@ export interface LegacyContactContactPayloadItem {
335
335
  */
336
336
  language?: string;
337
337
  /**
338
- * Active (boolean).
338
+ * Active (bool).
339
339
  * @type {string}
340
340
  * @memberof LegacyContactContactPayloadItem
341
341
  */
342
342
  active?: string;
343
343
  /**
344
- * Publish (boolean).
344
+ * Publish (bool).
345
345
  * @type {string}
346
346
  * @memberof LegacyContactContactPayloadItem
347
347
  * @deprecated
@@ -321,13 +321,13 @@ export interface LegacyContactSpouseContactPayloadItem {
321
321
  */
322
322
  language?: string;
323
323
  /**
324
- * Active (boolean).
324
+ * Active (bool).
325
325
  * @type {string}
326
326
  * @memberof LegacyContactSpouseContactPayloadItem
327
327
  */
328
328
  active?: string;
329
329
  /**
330
- * Publish (boolean).
330
+ * Publish (bool).
331
331
  * @type {string}
332
332
  * @memberof LegacyContactSpouseContactPayloadItem
333
333
  * @deprecated
@@ -20,7 +20,7 @@ import { mapValues } from '../runtime';
20
20
  */
21
21
  export interface LegacyProvisioningDeleteOrganizationOption {
22
22
  /**
23
- * Do not delete the associated fna user. (boolean).
23
+ * Do not delete the associated fna user. (bool).
24
24
  * @type {string}
25
25
  * @memberof LegacyProvisioningDeleteOrganizationOption
26
26
  */
@@ -26,7 +26,7 @@ export interface LegacyProvisioningDeleteUserOption {
26
26
  */
27
27
  replaceByUserId?: string;
28
28
  /**
29
- * Do not delete the associated fna user. (boolean).
29
+ * Do not delete the associated fna user. (bool).
30
30
  * @type {string}
31
31
  * @memberof LegacyProvisioningDeleteUserOption
32
32
  */