@createiq/backend 1.0.34 → 1.0.35
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 +3 -0
- package/dist/index.d.cts +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
- package/swagger.json.sha256 +1 -1
package/client/types.gen.ts
CHANGED
|
@@ -1631,6 +1631,7 @@ export type NegotiationSearchDto = {
|
|
|
1631
1631
|
pageIndex?: number;
|
|
1632
1632
|
approvalType: Array<'general' | 'election' | 'custodian'>;
|
|
1633
1633
|
requestingUserId?: string;
|
|
1634
|
+
advisorPresetIds: Array<unknown>;
|
|
1634
1635
|
partyC: Array<string>;
|
|
1635
1636
|
groupId: Array<string>;
|
|
1636
1637
|
bulkSetIds: Array<string>;
|
|
@@ -2148,6 +2149,7 @@ export type NegotiationSummaryDto = {
|
|
|
2148
2149
|
electionApprovalState?: 'Pending' | 'Approved' | 'Rejected' | 'ApprovalRequired' | 'NoApprovalRequired';
|
|
2149
2150
|
totalElections: number;
|
|
2150
2151
|
groupId?: string;
|
|
2152
|
+
totalStage2Templates?: number;
|
|
2151
2153
|
documentApprovalState?: 'Pending' | 'Approved' | 'Rejected' | 'ApprovalRequired' | 'NoApprovalRequired';
|
|
2152
2154
|
bulkSetId?: string;
|
|
2153
2155
|
progressPercent?: number;
|
|
@@ -3620,6 +3622,7 @@ export type NegotiationListMetadataDto = {
|
|
|
3620
3622
|
activeFilters: FilterResultsDto;
|
|
3621
3623
|
totalFavouriteConfirmedTemplates: number;
|
|
3622
3624
|
pagingMeta?: PagingMetaDto;
|
|
3625
|
+
totalPhase2Templates: number;
|
|
3623
3626
|
displayReferenceIds: Array<string>;
|
|
3624
3627
|
negotiationGroupNames: Array<NegotiationGroupIdAndNameDto>;
|
|
3625
3628
|
negotiationUIFilterCounts: NegotiationUIFilterCountsDto;
|
package/dist/index.d.cts
CHANGED
|
@@ -1429,6 +1429,7 @@ type NegotiationSearchDto = {
|
|
|
1429
1429
|
pageIndex?: number;
|
|
1430
1430
|
approvalType: Array<'general' | 'election' | 'custodian'>;
|
|
1431
1431
|
requestingUserId?: string;
|
|
1432
|
+
advisorPresetIds: Array<unknown>;
|
|
1432
1433
|
partyC: Array<string>;
|
|
1433
1434
|
groupId: Array<string>;
|
|
1434
1435
|
bulkSetIds: Array<string>;
|
|
@@ -1863,6 +1864,7 @@ type NegotiationSummaryDto = {
|
|
|
1863
1864
|
electionApprovalState?: 'Pending' | 'Approved' | 'Rejected' | 'ApprovalRequired' | 'NoApprovalRequired';
|
|
1864
1865
|
totalElections: number;
|
|
1865
1866
|
groupId?: string;
|
|
1867
|
+
totalStage2Templates?: number;
|
|
1866
1868
|
documentApprovalState?: 'Pending' | 'Approved' | 'Rejected' | 'ApprovalRequired' | 'NoApprovalRequired';
|
|
1867
1869
|
bulkSetId?: string;
|
|
1868
1870
|
progressPercent?: number;
|
|
@@ -3139,6 +3141,7 @@ type NegotiationListMetadataDto = {
|
|
|
3139
3141
|
activeFilters: FilterResultsDto;
|
|
3140
3142
|
totalFavouriteConfirmedTemplates: number;
|
|
3141
3143
|
pagingMeta?: PagingMetaDto;
|
|
3144
|
+
totalPhase2Templates: number;
|
|
3142
3145
|
displayReferenceIds: Array<string>;
|
|
3143
3146
|
negotiationGroupNames: Array<NegotiationGroupIdAndNameDto>;
|
|
3144
3147
|
negotiationUIFilterCounts: NegotiationUIFilterCountsDto;
|
package/dist/index.d.ts
CHANGED
|
@@ -1429,6 +1429,7 @@ type NegotiationSearchDto = {
|
|
|
1429
1429
|
pageIndex?: number;
|
|
1430
1430
|
approvalType: Array<'general' | 'election' | 'custodian'>;
|
|
1431
1431
|
requestingUserId?: string;
|
|
1432
|
+
advisorPresetIds: Array<unknown>;
|
|
1432
1433
|
partyC: Array<string>;
|
|
1433
1434
|
groupId: Array<string>;
|
|
1434
1435
|
bulkSetIds: Array<string>;
|
|
@@ -1863,6 +1864,7 @@ type NegotiationSummaryDto = {
|
|
|
1863
1864
|
electionApprovalState?: 'Pending' | 'Approved' | 'Rejected' | 'ApprovalRequired' | 'NoApprovalRequired';
|
|
1864
1865
|
totalElections: number;
|
|
1865
1866
|
groupId?: string;
|
|
1867
|
+
totalStage2Templates?: number;
|
|
1866
1868
|
documentApprovalState?: 'Pending' | 'Approved' | 'Rejected' | 'ApprovalRequired' | 'NoApprovalRequired';
|
|
1867
1869
|
bulkSetId?: string;
|
|
1868
1870
|
progressPercent?: number;
|
|
@@ -3139,6 +3141,7 @@ type NegotiationListMetadataDto = {
|
|
|
3139
3141
|
activeFilters: FilterResultsDto;
|
|
3140
3142
|
totalFavouriteConfirmedTemplates: number;
|
|
3141
3143
|
pagingMeta?: PagingMetaDto;
|
|
3144
|
+
totalPhase2Templates: number;
|
|
3142
3145
|
displayReferenceIds: Array<string>;
|
|
3143
3146
|
negotiationGroupNames: Array<NegotiationGroupIdAndNameDto>;
|
|
3144
3147
|
negotiationUIFilterCounts: NegotiationUIFilterCountsDto;
|
package/package.json
CHANGED
package/swagger.json.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
89c3ec17f5bb3833a7db080e7a10253d23cf77b0664b58bd0113b99856518f54
|