57 lines
1.4 KiB
TypeScript
57 lines
1.4 KiB
TypeScript
/* eslint-disable */
|
|
/* This is a auto generated file for building the project */
|
|
|
|
|
|
import type { PageMeta } from "@webstudio-is/sdk";
|
|
import type { System, ResourceRequest } from "@webstudio-is/sdk";
|
|
export const getResources = (_props: { system: System }) => {
|
|
const action: ResourceRequest = {
|
|
name: "action",
|
|
url: "https://n8n-ai.bsidesolutions.net/webhook/9974ca96-98ba-4e56-bb48-debfdad8cf59",
|
|
searchParams: [
|
|
],
|
|
method: "post",
|
|
headers: [
|
|
{ name: "Content-Type", value: "application/json" },
|
|
{ name: "Authentication", value: "testing" },
|
|
],
|
|
}
|
|
const _data = new Map<string, ResourceRequest>([
|
|
])
|
|
const _action = new Map<string, ResourceRequest>([
|
|
["action", action],
|
|
])
|
|
return { data: _data, action: _action }
|
|
}
|
|
|
|
|
|
export const getPageMeta = ({
|
|
system,
|
|
resources,
|
|
}: {
|
|
system: System;
|
|
resources: Record<string, any>;
|
|
}): PageMeta => {
|
|
return {
|
|
title: "Inasa Healthcare | Contact",
|
|
description: "",
|
|
excludePageFromSearch: true,
|
|
language: "",
|
|
socialImageAssetName: undefined,
|
|
socialImageUrl: "",
|
|
status: undefined,
|
|
redirect: "",
|
|
custom: [
|
|
],
|
|
};
|
|
};
|
|
|
|
|
|
type Params = Record<string, string | undefined>;
|
|
export const getRemixParams = ({ ...params }: Params): Params => {
|
|
return params
|
|
}
|
|
|
|
|
|
export const contactEmail = "inasahealthcare@gmail.com";
|
|
|