@createiq/backend 1.0.15 → 1.0.16

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.
@@ -437,7 +437,7 @@ export type MarkEventAsReadRequestDto = {
437
437
  eventIds: Array<string>;
438
438
  };
439
439
 
440
- export type NegotiationFilter = 'documentType' | 'userId' | 'displayReferenceId' | 'documentPublisherId' | 'turn' | 'accessibleToAdvisor' | 'isTriparty' | 'isOffline' | 'state' | 'status' | 'bulkSetIds' | 'forkedToOrFrom' | 'isForkedOrFork' | 'olderThanPeriod' | 'missingApprovers' | 'partyA' | 'partyB' | 'partyC' | 'partyAny' | 'approvalType' | 'approverUserId';
440
+ export type NegotiationFilter = 'documentType' | 'userId' | 'displayReferenceId' | 'documentPublisherId' | 'turn' | 'accessibleToAdvisor' | 'isTriparty' | 'isOffline' | 'state' | 'status' | 'bulkSetIds' | 'forkedToOrFrom' | 'isForkedOrFork' | 'olderThanPeriod' | 'missingApprovers' | 'partyA' | 'partyB' | 'partyC' | 'partyAny' | 'approvalType' | 'approverUserId' | 'advisorRelationshipId';
441
441
 
442
442
  export type NegotiationFilesSummaryDto = {
443
443
  signatureFiles: Array<NegotiationFileDto_SignatureFileDto>;
@@ -1560,7 +1560,6 @@ export type CreateBulkSetDto = {
1560
1560
  };
1561
1561
 
1562
1562
  export type NegotiationSearchDto = {
1563
- partyB: Array<string>;
1564
1563
  counterpartyEntityName: Array<string>;
1565
1564
  staleTo?: number;
1566
1565
  pageSize?: number;
@@ -1572,6 +1571,8 @@ export type NegotiationSearchDto = {
1572
1571
  userId: Array<string>;
1573
1572
  advisorNegotiationIds: Array<string>;
1574
1573
  isForkedOrFork?: boolean;
1574
+ advisorRelationshipId: Array<string>;
1575
+ partyB: Array<string>;
1575
1576
  olderThanPeriod?: string;
1576
1577
  state: Array<LegacyNegotiationStateGroup>;
1577
1578
  workflowType: Array<'offline' | 'w1' | 'w1Ext' | 'w1ExtOffline' | 'w1ExtStage2' | 'w1ExtStage2Offline' | 'w1ExtCombinedStage' | 'w1ExtCombinedStageOffline'>;
package/dist/index.d.cts CHANGED
@@ -382,7 +382,7 @@ type AddOptionalCommentDto = {
382
382
  type MarkEventAsReadRequestDto = {
383
383
  eventIds: Array<string>;
384
384
  };
385
- type NegotiationFilter = 'documentType' | 'userId' | 'displayReferenceId' | 'documentPublisherId' | 'turn' | 'accessibleToAdvisor' | 'isTriparty' | 'isOffline' | 'state' | 'status' | 'bulkSetIds' | 'forkedToOrFrom' | 'isForkedOrFork' | 'olderThanPeriod' | 'missingApprovers' | 'partyA' | 'partyB' | 'partyC' | 'partyAny' | 'approvalType' | 'approverUserId';
385
+ type NegotiationFilter = 'documentType' | 'userId' | 'displayReferenceId' | 'documentPublisherId' | 'turn' | 'accessibleToAdvisor' | 'isTriparty' | 'isOffline' | 'state' | 'status' | 'bulkSetIds' | 'forkedToOrFrom' | 'isForkedOrFork' | 'olderThanPeriod' | 'missingApprovers' | 'partyA' | 'partyB' | 'partyC' | 'partyAny' | 'approvalType' | 'approverUserId' | 'advisorRelationshipId';
386
386
  type NegotiationFilesSummaryDto = {
387
387
  signatureFiles: Array<NegotiationFileDto_SignatureFileDto>;
388
388
  auxiliaryDocument: NegotiationFileDto_AuxiliaryDocumentDto;
@@ -1366,7 +1366,6 @@ type CreateBulkSetDto = {
1366
1366
  negotiations: Array<CreateBulkSetItemDto>;
1367
1367
  };
1368
1368
  type NegotiationSearchDto = {
1369
- partyB: Array<string>;
1370
1369
  counterpartyEntityName: Array<string>;
1371
1370
  staleTo?: number;
1372
1371
  pageSize?: number;
@@ -1378,6 +1377,8 @@ type NegotiationSearchDto = {
1378
1377
  userId: Array<string>;
1379
1378
  advisorNegotiationIds: Array<string>;
1380
1379
  isForkedOrFork?: boolean;
1380
+ advisorRelationshipId: Array<string>;
1381
+ partyB: Array<string>;
1381
1382
  olderThanPeriod?: string;
1382
1383
  state: Array<LegacyNegotiationStateGroup>;
1383
1384
  workflowType: Array<'offline' | 'w1' | 'w1Ext' | 'w1ExtOffline' | 'w1ExtStage2' | 'w1ExtStage2Offline' | 'w1ExtCombinedStage' | 'w1ExtCombinedStageOffline'>;
package/dist/index.d.ts CHANGED
@@ -382,7 +382,7 @@ type AddOptionalCommentDto = {
382
382
  type MarkEventAsReadRequestDto = {
383
383
  eventIds: Array<string>;
384
384
  };
385
- type NegotiationFilter = 'documentType' | 'userId' | 'displayReferenceId' | 'documentPublisherId' | 'turn' | 'accessibleToAdvisor' | 'isTriparty' | 'isOffline' | 'state' | 'status' | 'bulkSetIds' | 'forkedToOrFrom' | 'isForkedOrFork' | 'olderThanPeriod' | 'missingApprovers' | 'partyA' | 'partyB' | 'partyC' | 'partyAny' | 'approvalType' | 'approverUserId';
385
+ type NegotiationFilter = 'documentType' | 'userId' | 'displayReferenceId' | 'documentPublisherId' | 'turn' | 'accessibleToAdvisor' | 'isTriparty' | 'isOffline' | 'state' | 'status' | 'bulkSetIds' | 'forkedToOrFrom' | 'isForkedOrFork' | 'olderThanPeriod' | 'missingApprovers' | 'partyA' | 'partyB' | 'partyC' | 'partyAny' | 'approvalType' | 'approverUserId' | 'advisorRelationshipId';
386
386
  type NegotiationFilesSummaryDto = {
387
387
  signatureFiles: Array<NegotiationFileDto_SignatureFileDto>;
388
388
  auxiliaryDocument: NegotiationFileDto_AuxiliaryDocumentDto;
@@ -1366,7 +1366,6 @@ type CreateBulkSetDto = {
1366
1366
  negotiations: Array<CreateBulkSetItemDto>;
1367
1367
  };
1368
1368
  type NegotiationSearchDto = {
1369
- partyB: Array<string>;
1370
1369
  counterpartyEntityName: Array<string>;
1371
1370
  staleTo?: number;
1372
1371
  pageSize?: number;
@@ -1378,6 +1377,8 @@ type NegotiationSearchDto = {
1378
1377
  userId: Array<string>;
1379
1378
  advisorNegotiationIds: Array<string>;
1380
1379
  isForkedOrFork?: boolean;
1380
+ advisorRelationshipId: Array<string>;
1381
+ partyB: Array<string>;
1381
1382
  olderThanPeriod?: string;
1382
1383
  state: Array<LegacyNegotiationStateGroup>;
1383
1384
  workflowType: Array<'offline' | 'w1' | 'w1Ext' | 'w1ExtOffline' | 'w1ExtStage2' | 'w1ExtStage2Offline' | 'w1ExtCombinedStage' | 'w1ExtCombinedStageOffline'>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@createiq/backend",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.cjs",
@@ -1 +1 @@
1
- f393f5179abb04a760e4f9399380bc98aeeba788bc85974397d3e9965f3b16b8
1
+ c4d25caaf73b501d490202568aa5e93aad24ac712429bf926c3cf807e177bf65