@createiq/backend 1.0.65 → 1.0.66
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/client/types.gen.ts +5 -2
- package/dist/index.d.cts +5 -2
- package/dist/index.d.ts +5 -2
- package/package.json +1 -1
- package/swagger.json.sha256 +1 -1
package/client/types.gen.ts
CHANGED
|
@@ -636,6 +636,7 @@ export type AnnouncementsDto = {
|
|
|
636
636
|
};
|
|
637
637
|
|
|
638
638
|
export type AuditEventCauseDto = {
|
|
639
|
+
unverifiedOneLinkEmail?: string;
|
|
639
640
|
timestamp: string;
|
|
640
641
|
role?: string;
|
|
641
642
|
description: string;
|
|
@@ -765,7 +766,6 @@ export type PresetEventHistoryDto_EventByDto = {
|
|
|
765
766
|
export type SignaturePagePartyNegotiationRole = 'initiator' | 'receiver' | 'moderator';
|
|
766
767
|
|
|
767
768
|
export type PresetAuditEventDto = {
|
|
768
|
-
auditEventId: string;
|
|
769
769
|
timestamp: string;
|
|
770
770
|
description?: string;
|
|
771
771
|
requesterEmail?: string;
|
|
@@ -776,6 +776,8 @@ export type PresetAuditEventDto = {
|
|
|
776
776
|
requesterLastName?: string;
|
|
777
777
|
message: string;
|
|
778
778
|
supportImpersonatorUserId?: string;
|
|
779
|
+
unverifiedOneLinkEmail?: string;
|
|
780
|
+
auditEventId: string;
|
|
779
781
|
};
|
|
780
782
|
|
|
781
783
|
export type PagingMetaDto = {
|
|
@@ -1513,7 +1515,6 @@ export type ExecutedNegotiationSummaryDto = {
|
|
|
1513
1515
|
};
|
|
1514
1516
|
|
|
1515
1517
|
export type NegotiationAuditTrailEventDto = {
|
|
1516
|
-
auditEventId: string;
|
|
1517
1518
|
timestamp: string;
|
|
1518
1519
|
description?: string;
|
|
1519
1520
|
requesterEmail?: string;
|
|
@@ -1524,6 +1525,8 @@ export type NegotiationAuditTrailEventDto = {
|
|
|
1524
1525
|
requesterLastName?: string;
|
|
1525
1526
|
message: string;
|
|
1526
1527
|
supportImpersonatorUserId?: string;
|
|
1528
|
+
unverifiedOneLinkEmail?: string;
|
|
1529
|
+
auditEventId: string;
|
|
1527
1530
|
negotiationVersion: MajorMinorDto;
|
|
1528
1531
|
negotiationId: string;
|
|
1529
1532
|
};
|
package/dist/index.d.cts
CHANGED
|
@@ -560,6 +560,7 @@ type AnnouncementsDto = {
|
|
|
560
560
|
announcements: Array<AnnouncementDto>;
|
|
561
561
|
};
|
|
562
562
|
type AuditEventCauseDto = {
|
|
563
|
+
unverifiedOneLinkEmail?: string;
|
|
563
564
|
timestamp: string;
|
|
564
565
|
role?: string;
|
|
565
566
|
description: string;
|
|
@@ -669,7 +670,6 @@ type PresetEventHistoryDto_EventByDto = {
|
|
|
669
670
|
};
|
|
670
671
|
type SignaturePagePartyNegotiationRole = 'initiator' | 'receiver' | 'moderator';
|
|
671
672
|
type PresetAuditEventDto = {
|
|
672
|
-
auditEventId: string;
|
|
673
673
|
timestamp: string;
|
|
674
674
|
description?: string;
|
|
675
675
|
requesterEmail?: string;
|
|
@@ -680,6 +680,8 @@ type PresetAuditEventDto = {
|
|
|
680
680
|
requesterLastName?: string;
|
|
681
681
|
message: string;
|
|
682
682
|
supportImpersonatorUserId?: string;
|
|
683
|
+
unverifiedOneLinkEmail?: string;
|
|
684
|
+
auditEventId: string;
|
|
683
685
|
};
|
|
684
686
|
type PagingMetaDto = {
|
|
685
687
|
firstIndex: number;
|
|
@@ -1323,7 +1325,6 @@ type ExecutedNegotiationSummaryDto = {
|
|
|
1323
1325
|
};
|
|
1324
1326
|
};
|
|
1325
1327
|
type NegotiationAuditTrailEventDto = {
|
|
1326
|
-
auditEventId: string;
|
|
1327
1328
|
timestamp: string;
|
|
1328
1329
|
description?: string;
|
|
1329
1330
|
requesterEmail?: string;
|
|
@@ -1334,6 +1335,8 @@ type NegotiationAuditTrailEventDto = {
|
|
|
1334
1335
|
requesterLastName?: string;
|
|
1335
1336
|
message: string;
|
|
1336
1337
|
supportImpersonatorUserId?: string;
|
|
1338
|
+
unverifiedOneLinkEmail?: string;
|
|
1339
|
+
auditEventId: string;
|
|
1337
1340
|
negotiationVersion: MajorMinorDto;
|
|
1338
1341
|
negotiationId: string;
|
|
1339
1342
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -560,6 +560,7 @@ type AnnouncementsDto = {
|
|
|
560
560
|
announcements: Array<AnnouncementDto>;
|
|
561
561
|
};
|
|
562
562
|
type AuditEventCauseDto = {
|
|
563
|
+
unverifiedOneLinkEmail?: string;
|
|
563
564
|
timestamp: string;
|
|
564
565
|
role?: string;
|
|
565
566
|
description: string;
|
|
@@ -669,7 +670,6 @@ type PresetEventHistoryDto_EventByDto = {
|
|
|
669
670
|
};
|
|
670
671
|
type SignaturePagePartyNegotiationRole = 'initiator' | 'receiver' | 'moderator';
|
|
671
672
|
type PresetAuditEventDto = {
|
|
672
|
-
auditEventId: string;
|
|
673
673
|
timestamp: string;
|
|
674
674
|
description?: string;
|
|
675
675
|
requesterEmail?: string;
|
|
@@ -680,6 +680,8 @@ type PresetAuditEventDto = {
|
|
|
680
680
|
requesterLastName?: string;
|
|
681
681
|
message: string;
|
|
682
682
|
supportImpersonatorUserId?: string;
|
|
683
|
+
unverifiedOneLinkEmail?: string;
|
|
684
|
+
auditEventId: string;
|
|
683
685
|
};
|
|
684
686
|
type PagingMetaDto = {
|
|
685
687
|
firstIndex: number;
|
|
@@ -1323,7 +1325,6 @@ type ExecutedNegotiationSummaryDto = {
|
|
|
1323
1325
|
};
|
|
1324
1326
|
};
|
|
1325
1327
|
type NegotiationAuditTrailEventDto = {
|
|
1326
|
-
auditEventId: string;
|
|
1327
1328
|
timestamp: string;
|
|
1328
1329
|
description?: string;
|
|
1329
1330
|
requesterEmail?: string;
|
|
@@ -1334,6 +1335,8 @@ type NegotiationAuditTrailEventDto = {
|
|
|
1334
1335
|
requesterLastName?: string;
|
|
1335
1336
|
message: string;
|
|
1336
1337
|
supportImpersonatorUserId?: string;
|
|
1338
|
+
unverifiedOneLinkEmail?: string;
|
|
1339
|
+
auditEventId: string;
|
|
1337
1340
|
negotiationVersion: MajorMinorDto;
|
|
1338
1341
|
negotiationId: string;
|
|
1339
1342
|
};
|
package/package.json
CHANGED
package/swagger.json.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
0c35ae1179e7cc9fbc8e9d50ba606cf982d3b42b95436a9d516f7c83240382e1
|