diff --git a/src/modules/CaaSMapper.ts b/src/modules/CaaSMapper.ts index 99b9585..dc354ba 100644 --- a/src/modules/CaaSMapper.ts +++ b/src/modules/CaaSMapper.ts @@ -692,6 +692,7 @@ export class CaaSMapper { }), remoteProjectId, route: pageRef.route, + translated: pageRef.page.translated } } diff --git a/src/types.ts b/src/types.ts index 26b5ff8..98fa9fe 100644 --- a/src/types.ts +++ b/src/types.ts @@ -459,6 +459,7 @@ export interface CaaSApi_Page { uid: string uidType: string template: CaaSApi_Template + translated: boolean formData: CaaSApi_DataEntries metaFormData: CaaSApi_DataEntries children: CaaSApi_Body[] @@ -566,6 +567,7 @@ export interface Page { metaPageRef?: DataEntries remoteProjectId?: string route: string + translated: boolean } export interface Reference {