@frontastic/extension-types
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "@frontastic/extension-types", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Type definitions required for backend extension development with Frontastic", | ||
"main": "src/ts/index.ts", | ||
"main": "./src/ts/exports.ts", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
@@ -54,3 +54,3 @@ // This file is autogenerated – run `ant apidocs` to update it | ||
*/ | ||
featureFlags: Map<string, boolean>; | ||
featureFlags: Record<string, boolean> | []; | ||
} | ||
@@ -137,3 +137,3 @@ | ||
*/ | ||
additionalResponseHeaders?: Map<string, string>; | ||
additionalResponseHeaders?: Record<string, string> | []; | ||
} | ||
@@ -229,3 +229,3 @@ | ||
clientIp?: string; | ||
headers?: Map<string, string>; | ||
headers?: Record<string, string> | []; | ||
frontasticRequestId?: string; | ||
@@ -232,0 +232,0 @@ /** |
// This file is autogenerated – run `ant apidocs` to update it | ||
export interface LinkReferenceValue extends ReferenceValue { | ||
type?: string; | ||
link?: null | string; | ||
target?: string; | ||
} | ||
export interface PageFolderReferenceValue extends ReferenceValue { | ||
type?: string; | ||
pageFolder?: PageFolderValue; | ||
} | ||
export interface PageFolderTreeValue extends PageFolderValue { | ||
@@ -29,6 +18,1 @@ children?: PageFolderTreeValue[]; | ||
} | ||
export interface ReferenceValue { | ||
type?: string; | ||
openInNewWindow?: boolean; | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12123
11
381