@forge/manifest
12.9.1-next.012.10.0-next.1
out/schema/manifest.d.ts~
out/schema/manifest.d.tsModified+8−4
Index: package/out/schema/manifest.d.ts
===================================================================
--- package/out/schema/manifest.d.ts
+++ package/out/schema/manifest.d.ts
@@ -12583,9 +12583,9 @@
| {
openOnInsert?: boolean;
parameters?: {
/**
- * A unique identifier for the parameter. Must start with a lowercase letter and contain only lowercase alphanumeric characters, dashes, and underscores.
+ * A unique identifier for the parameter. Must start with a letter and contain only alphanumeric characters, dashes, and underscores (camelCase is supported).
*
*/
identifier: string;
type: 'string' | 'confluence-content' | 'attachment' | 'spacekey';
@@ -12617,9 +12617,9 @@
openOnInsert?: boolean;
icon?: string;
parameters?: {
/**
- * A unique identifier for the parameter. Must start with a lowercase letter and contain only lowercase alphanumeric characters, dashes, and underscores.
+ * A unique identifier for the parameter. Must start with a letter and contain only alphanumeric characters, dashes, and underscores (camelCase is supported).
*
*/
identifier: string;
type: 'string' | 'confluence-content' | 'attachment' | 'spacekey';
@@ -12728,9 +12728,9 @@
| {
openOnInsert?: boolean;
parameters?: {
/**
- * A unique identifier for the parameter. Must start with a lowercase letter and contain only lowercase alphanumeric characters, dashes, and underscores.
+ * A unique identifier for the parameter. Must start with a letter and contain only alphanumeric characters, dashes, and underscores (camelCase is supported).
*
*/
identifier: string;
type: 'string' | 'confluence-content' | 'attachment' | 'spacekey';
@@ -12762,9 +12762,9 @@
openOnInsert?: boolean;
icon?: string;
parameters?: {
/**
- * A unique identifier for the parameter. Must start with a lowercase letter and contain only lowercase alphanumeric characters, dashes, and underscores.
+ * A unique identifier for the parameter. Must start with a letter and contain only alphanumeric characters, dashes, and underscores (camelCase is supported).
*
*/
identifier: string;
type: 'string' | 'confluence-content' | 'attachment' | 'spacekey';
@@ -17433,8 +17433,9 @@
'jira:fullPage'?: [
(
| {
resource: string;
+ resolvedResourceEntry?: string;
resourceUploadId?: string;
resolver?:
| {
function: string;
@@ -17453,8 +17454,9 @@
key: ModuleKeySchema;
}
| {
resource: string;
+ resolvedResourceEntry?: string;
resourceUploadId?: string;
resolver?:
| {
function: string;
@@ -17476,8 +17478,9 @@
),
...(
| {
resource: string;
+ resolvedResourceEntry?: string;
resourceUploadId?: string;
resolver?:
| {
function: string;
@@ -17496,8 +17499,9 @@
key: ModuleKeySchema;
}
| {
resource: string;
+ resolvedResourceEntry?: string;
resourceUploadId?: string;
resolver?:
| {
function: string;