@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.
- package/dist/esm/models/KronosFinanceContactPayloadItem.d.ts +2 -2
- package/dist/esm/models/KronosFinanceGetContactItem.d.ts +2 -2
- package/dist/esm/models/LegacyContactContactGetItem.d.ts +2 -2
- package/dist/esm/models/LegacyContactContactLinkParticipant.d.ts +1 -1
- package/dist/esm/models/LegacyContactContactPayloadItem.d.ts +2 -2
- package/dist/esm/models/LegacyContactSpouseContactPayloadItem.d.ts +2 -2
- package/dist/esm/models/LegacyProvisioningDeleteOrganizationOption.d.ts +1 -1
- package/dist/esm/models/LegacyProvisioningDeleteUserOption.d.ts +1 -1
- package/dist/models/KronosFinanceContactPayloadItem.d.ts +2 -2
- package/dist/models/KronosFinanceGetContactItem.d.ts +2 -2
- package/dist/models/LegacyContactContactGetItem.d.ts +2 -2
- package/dist/models/LegacyContactContactLinkParticipant.d.ts +1 -1
- package/dist/models/LegacyContactContactPayloadItem.d.ts +2 -2
- package/dist/models/LegacyContactSpouseContactPayloadItem.d.ts +2 -2
- package/dist/models/LegacyProvisioningDeleteOrganizationOption.d.ts +1 -1
- package/dist/models/LegacyProvisioningDeleteUserOption.d.ts +1 -1
- package/package.json +1 -1
- package/src/models/KronosFinanceContactPayloadItem.ts +2 -2
- package/src/models/KronosFinanceGetContactItem.ts +2 -2
- package/src/models/LegacyContactContactGetItem.ts +2 -2
- package/src/models/LegacyContactContactLinkParticipant.ts +1 -1
- package/src/models/LegacyContactContactPayloadItem.ts +2 -2
- package/src/models/LegacyContactSpouseContactPayloadItem.ts +2 -2
- package/src/models/LegacyProvisioningDeleteOrganizationOption.ts +1 -1
- package/src/models/LegacyProvisioningDeleteUserOption.ts +1 -1
|
@@ -283,13 +283,13 @@ export interface KronosFinanceContactPayloadItem {
|
|
|
283
283
|
*/
|
|
284
284
|
language?: string;
|
|
285
285
|
/**
|
|
286
|
-
* Active (
|
|
286
|
+
* Active (bool).
|
|
287
287
|
* @type {string}
|
|
288
288
|
* @memberof KronosFinanceContactPayloadItem
|
|
289
289
|
*/
|
|
290
290
|
active?: string;
|
|
291
291
|
/**
|
|
292
|
-
* Publish (
|
|
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 (
|
|
290
|
+
* Active (bool).
|
|
291
291
|
* @type {string}
|
|
292
292
|
* @memberof KronosFinanceGetContactItem
|
|
293
293
|
*/
|
|
294
294
|
active?: string;
|
|
295
295
|
/**
|
|
296
|
-
* Publish (
|
|
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 (
|
|
288
|
+
* Active (bool).
|
|
289
289
|
* @type {string}
|
|
290
290
|
* @memberof LegacyContactContactGetItem
|
|
291
291
|
*/
|
|
292
292
|
active?: string;
|
|
293
293
|
/**
|
|
294
|
-
* Publish (
|
|
294
|
+
* Publish (bool).
|
|
295
295
|
* @type {string}
|
|
296
296
|
* @memberof LegacyContactContactGetItem
|
|
297
297
|
* @deprecated
|
|
@@ -282,13 +282,13 @@ export interface LegacyContactContactPayloadItem {
|
|
|
282
282
|
*/
|
|
283
283
|
language?: string;
|
|
284
284
|
/**
|
|
285
|
-
* Active (
|
|
285
|
+
* Active (bool).
|
|
286
286
|
* @type {string}
|
|
287
287
|
* @memberof LegacyContactContactPayloadItem
|
|
288
288
|
*/
|
|
289
289
|
active?: string;
|
|
290
290
|
/**
|
|
291
|
-
* Publish (
|
|
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 (
|
|
283
|
+
* Active (bool).
|
|
284
284
|
* @type {string}
|
|
285
285
|
* @memberof LegacyContactSpouseContactPayloadItem
|
|
286
286
|
*/
|
|
287
287
|
active?: string;
|
|
288
288
|
/**
|
|
289
|
-
* Publish (
|
|
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. (
|
|
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. (
|
|
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 (
|
|
286
|
+
* Active (bool).
|
|
287
287
|
* @type {string}
|
|
288
288
|
* @memberof KronosFinanceContactPayloadItem
|
|
289
289
|
*/
|
|
290
290
|
active?: string;
|
|
291
291
|
/**
|
|
292
|
-
* Publish (
|
|
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 (
|
|
290
|
+
* Active (bool).
|
|
291
291
|
* @type {string}
|
|
292
292
|
* @memberof KronosFinanceGetContactItem
|
|
293
293
|
*/
|
|
294
294
|
active?: string;
|
|
295
295
|
/**
|
|
296
|
-
* Publish (
|
|
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 (
|
|
288
|
+
* Active (bool).
|
|
289
289
|
* @type {string}
|
|
290
290
|
* @memberof LegacyContactContactGetItem
|
|
291
291
|
*/
|
|
292
292
|
active?: string;
|
|
293
293
|
/**
|
|
294
|
-
* Publish (
|
|
294
|
+
* Publish (bool).
|
|
295
295
|
* @type {string}
|
|
296
296
|
* @memberof LegacyContactContactGetItem
|
|
297
297
|
* @deprecated
|
|
@@ -282,13 +282,13 @@ export interface LegacyContactContactPayloadItem {
|
|
|
282
282
|
*/
|
|
283
283
|
language?: string;
|
|
284
284
|
/**
|
|
285
|
-
* Active (
|
|
285
|
+
* Active (bool).
|
|
286
286
|
* @type {string}
|
|
287
287
|
* @memberof LegacyContactContactPayloadItem
|
|
288
288
|
*/
|
|
289
289
|
active?: string;
|
|
290
290
|
/**
|
|
291
|
-
* Publish (
|
|
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 (
|
|
283
|
+
* Active (bool).
|
|
284
284
|
* @type {string}
|
|
285
285
|
* @memberof LegacyContactSpouseContactPayloadItem
|
|
286
286
|
*/
|
|
287
287
|
active?: string;
|
|
288
288
|
/**
|
|
289
|
-
* Publish (
|
|
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. (
|
|
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. (
|
|
25
|
+
* Do not delete the associated fna user. (bool).
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof LegacyProvisioningDeleteUserOption
|
|
28
28
|
*/
|
package/package.json
CHANGED
|
@@ -342,13 +342,13 @@ export interface KronosFinanceContactPayloadItem {
|
|
|
342
342
|
*/
|
|
343
343
|
language?: string;
|
|
344
344
|
/**
|
|
345
|
-
* Active (
|
|
345
|
+
* Active (bool).
|
|
346
346
|
* @type {string}
|
|
347
347
|
* @memberof KronosFinanceContactPayloadItem
|
|
348
348
|
*/
|
|
349
349
|
active?: string;
|
|
350
350
|
/**
|
|
351
|
-
* Publish (
|
|
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 (
|
|
373
|
+
* Active (bool).
|
|
374
374
|
* @type {string}
|
|
375
375
|
* @memberof KronosFinanceGetContactItem
|
|
376
376
|
*/
|
|
377
377
|
active?: string;
|
|
378
378
|
/**
|
|
379
|
-
* Publish (
|
|
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 (
|
|
359
|
+
* Active (bool).
|
|
360
360
|
* @type {string}
|
|
361
361
|
* @memberof LegacyContactContactGetItem
|
|
362
362
|
*/
|
|
363
363
|
active?: string;
|
|
364
364
|
/**
|
|
365
|
-
* Publish (
|
|
365
|
+
* Publish (bool).
|
|
366
366
|
* @type {string}
|
|
367
367
|
* @memberof LegacyContactContactGetItem
|
|
368
368
|
* @deprecated
|
|
@@ -335,13 +335,13 @@ export interface LegacyContactContactPayloadItem {
|
|
|
335
335
|
*/
|
|
336
336
|
language?: string;
|
|
337
337
|
/**
|
|
338
|
-
* Active (
|
|
338
|
+
* Active (bool).
|
|
339
339
|
* @type {string}
|
|
340
340
|
* @memberof LegacyContactContactPayloadItem
|
|
341
341
|
*/
|
|
342
342
|
active?: string;
|
|
343
343
|
/**
|
|
344
|
-
* Publish (
|
|
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 (
|
|
324
|
+
* Active (bool).
|
|
325
325
|
* @type {string}
|
|
326
326
|
* @memberof LegacyContactSpouseContactPayloadItem
|
|
327
327
|
*/
|
|
328
328
|
active?: string;
|
|
329
329
|
/**
|
|
330
|
-
* Publish (
|
|
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. (
|
|
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. (
|
|
29
|
+
* Do not delete the associated fna user. (bool).
|
|
30
30
|
* @type {string}
|
|
31
31
|
* @memberof LegacyProvisioningDeleteUserOption
|
|
32
32
|
*/
|