@createiq/backend 1.0.34 → 1.0.36
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 +4 -0
- package/dist/index.d.cts +4 -0
- package/dist/index.d.ts +4 -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;
|
|
@@ -3080,6 +3082,7 @@ export type TemplateSettingsDto = {
|
|
|
3080
3082
|
};
|
|
3081
3083
|
|
|
3082
3084
|
export type PresetAvailableActionsDto = {
|
|
3085
|
+
duplicate: boolean;
|
|
3083
3086
|
editAnswers: boolean;
|
|
3084
3087
|
unmarkElectionReserved: boolean;
|
|
3085
3088
|
deletePreset: boolean;
|
|
@@ -3620,6 +3623,7 @@ export type NegotiationListMetadataDto = {
|
|
|
3620
3623
|
activeFilters: FilterResultsDto;
|
|
3621
3624
|
totalFavouriteConfirmedTemplates: number;
|
|
3622
3625
|
pagingMeta?: PagingMetaDto;
|
|
3626
|
+
totalPhase2Templates: number;
|
|
3623
3627
|
displayReferenceIds: Array<string>;
|
|
3624
3628
|
negotiationGroupNames: Array<NegotiationGroupIdAndNameDto>;
|
|
3625
3629
|
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;
|
|
@@ -2668,6 +2670,7 @@ type TemplateSettingsDto = {
|
|
|
2668
2670
|
continuousPageNumbering: boolean;
|
|
2669
2671
|
};
|
|
2670
2672
|
type PresetAvailableActionsDto = {
|
|
2673
|
+
duplicate: boolean;
|
|
2671
2674
|
editAnswers: boolean;
|
|
2672
2675
|
unmarkElectionReserved: boolean;
|
|
2673
2676
|
deletePreset: boolean;
|
|
@@ -3139,6 +3142,7 @@ type NegotiationListMetadataDto = {
|
|
|
3139
3142
|
activeFilters: FilterResultsDto;
|
|
3140
3143
|
totalFavouriteConfirmedTemplates: number;
|
|
3141
3144
|
pagingMeta?: PagingMetaDto;
|
|
3145
|
+
totalPhase2Templates: number;
|
|
3142
3146
|
displayReferenceIds: Array<string>;
|
|
3143
3147
|
negotiationGroupNames: Array<NegotiationGroupIdAndNameDto>;
|
|
3144
3148
|
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;
|
|
@@ -2668,6 +2670,7 @@ type TemplateSettingsDto = {
|
|
|
2668
2670
|
continuousPageNumbering: boolean;
|
|
2669
2671
|
};
|
|
2670
2672
|
type PresetAvailableActionsDto = {
|
|
2673
|
+
duplicate: boolean;
|
|
2671
2674
|
editAnswers: boolean;
|
|
2672
2675
|
unmarkElectionReserved: boolean;
|
|
2673
2676
|
deletePreset: boolean;
|
|
@@ -3139,6 +3142,7 @@ type NegotiationListMetadataDto = {
|
|
|
3139
3142
|
activeFilters: FilterResultsDto;
|
|
3140
3143
|
totalFavouriteConfirmedTemplates: number;
|
|
3141
3144
|
pagingMeta?: PagingMetaDto;
|
|
3145
|
+
totalPhase2Templates: number;
|
|
3142
3146
|
displayReferenceIds: Array<string>;
|
|
3143
3147
|
negotiationGroupNames: Array<NegotiationGroupIdAndNameDto>;
|
|
3144
3148
|
negotiationUIFilterCounts: NegotiationUIFilterCountsDto;
|
package/package.json
CHANGED
package/swagger.json.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
387d0f13de8593dea873a793dba36aa993be5c64ba9e3ff7d78186e2cf38fa5d
|