Merged in feat/support-for-all-page-links (pull request #1212)
Feat/support for all page links * feat: added all page link connections to queries * feat: updated output files Approved-by: Fredrik Thorsson Approved-by: Matilda Landström
This commit is contained in:
@@ -9,6 +9,7 @@ export namespace ContentEnum {
|
||||
HotelPage = "HotelPage",
|
||||
ImageContainer = "ImageContainer",
|
||||
LoyaltyPage = "LoyaltyPage",
|
||||
StartPage = "StartPage",
|
||||
SysAsset = "SysAsset",
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
import { z } from "zod"
|
||||
import type { z } from "zod"
|
||||
|
||||
import {
|
||||
import type {
|
||||
extendedPageLinkSchema,
|
||||
pageLinkSchema,
|
||||
} from "@/server/routers/contentstack/schemas/pageLinks"
|
||||
|
||||
import type { EmbedEnum } from "./embeds"
|
||||
import type { TypenameInterface } from "./typename"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user