@createiq/backend 1.0.65 → 1.0.67

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.
@@ -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
  };
@@ -2181,6 +2184,7 @@ export type SendAdvisorPresetRequestDto = {
2181
2184
  };
2182
2185
 
2183
2186
  export type NegotiationSummaryDto = {
2187
+ watching: boolean;
2184
2188
  document: DocumentWithPackDto;
2185
2189
  matchingElections?: number;
2186
2190
  subAccountId: string;
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
  };
@@ -1883,6 +1886,7 @@ type SendAdvisorPresetRequestDto = {
1883
1886
  presetIds: Array<string>;
1884
1887
  };
1885
1888
  type NegotiationSummaryDto = {
1889
+ watching: boolean;
1886
1890
  document: DocumentWithPackDto;
1887
1891
  matchingElections?: number;
1888
1892
  subAccountId: string;
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
  };
@@ -1883,6 +1886,7 @@ type SendAdvisorPresetRequestDto = {
1883
1886
  presetIds: Array<string>;
1884
1887
  };
1885
1888
  type NegotiationSummaryDto = {
1889
+ watching: boolean;
1886
1890
  document: DocumentWithPackDto;
1887
1891
  matchingElections?: number;
1888
1892
  subAccountId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@createiq/backend",
3
- "version": "1.0.65",
3
+ "version": "1.0.67",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.cjs",
@@ -1 +1 @@
1
- 80b9838a92920221f613d73778ee0978029527379913d1f011aab5354f60808c
1
+ e6d16f9e202f0e3a51f34006519d42facdd320a3699d580413aa14546710a742