|
|
@@ -266,6 +266,7 @@ export interface IConditionInfoItem<T = IProcedureProcess> {
|
|
|
|
|
|
export interface IApostilleInfo {
|
|
|
parentProcessID: string;
|
|
|
+ parentProcessReferenceID: string;
|
|
|
nextProcessID?: string;
|
|
|
afterApostille?: string;
|
|
|
}
|
|
|
@@ -311,6 +312,8 @@ export interface IProcedureItem {
|
|
|
addition?: string;
|
|
|
reduction?: string;
|
|
|
configure?: IParticipantConfig[];
|
|
|
+ sectorType?: 'apostille' | 'condition' | 'approval';
|
|
|
+ apostilleInfo: IApostilleInfo;
|
|
|
}
|
|
|
|
|
|
export interface IApproval {
|