@forge/manifest
13.0.0-next.213.0.0-next.3
out/schema/manifest.d.ts~
out/schema/manifest.d.tsModified+518−170
Index: package/out/schema/manifest.d.ts
===================================================================
--- package/out/schema/manifest.d.ts
+++ package/out/schema/manifest.d.ts
@@ -14616,22 +14616,31 @@
endpoint: string;
};
view?: {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
};
edit?: {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
};
create?: {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -14673,22 +14682,31 @@
endpoint: string;
};
view?: {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
};
edit?: {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
};
create?: {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -14728,8 +14746,11 @@
(
| {
view?: {
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
formatter?: {
@@ -14742,9 +14763,9 @@
value?: {
function: string;
[k: string]: unknown;
};
- experience?: ('issue-view' | 'portal-view')[];
+ experience?: ('csm-request-view' | 'issue-view' | 'portal-view')[];
[k: string]: unknown;
};
name:
| string
@@ -14784,8 +14805,11 @@
[k: string]: unknown;
}
| ({
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -14794,8 +14818,11 @@
[k: string]: unknown;
})
| {
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
validation?: {
@@ -14811,9 +14838,16 @@
parser?: {
expression: string;
[k: string]: unknown;
};
- experience?: ('issue-create' | 'issue-view' | 'portal-request' | 'issue-bulk-edit')[];
+ experience?: (
+ | 'csm-contact-form'
+ | 'issue-bulk-edit'
+ | 'issue-create'
+ | 'issue-view'
+ | 'list-view'
+ | 'portal-request'
+ )[];
isInline?: boolean;
[k: string]: unknown;
};
value?: {
@@ -14830,8 +14864,11 @@
[k: string]: unknown;
};
function?: string;
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
parser?: {
@@ -14841,9 +14878,9 @@
migratedFromConnect?: boolean;
connectFieldProperty?: {
key?: string;
path?: string;
- connectFieldType?: 'MULTI_SELECT' | 'SINGLE_SELECT' | 'TEXT' | 'RICH_TEXT';
+ connectFieldType?: 'MULTI_SELECT' | 'RICH_TEXT' | 'SINGLE_SELECT' | 'TEXT';
[k: string]: unknown;
};
isUIModificationsEnabled?: boolean;
displayConditions?: {
@@ -14854,8 +14891,11 @@
}
| {
view: {
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
formatter: {
@@ -14868,9 +14908,9 @@
value?: {
function: string;
[k: string]: unknown;
};
- experience?: ('issue-view' | 'portal-view')[];
+ experience?: ('csm-request-view' | 'issue-view' | 'portal-view')[];
[k: string]: unknown;
};
schema?: {
[k: string]: unknown;
@@ -14913,8 +14953,11 @@
[k: string]: unknown;
}
| ({
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -14923,8 +14966,11 @@
[k: string]: unknown;
})
| {
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
validation?: {
@@ -14940,9 +14986,16 @@
parser?: {
expression: string;
[k: string]: unknown;
};
- experience?: ('issue-create' | 'issue-view' | 'portal-request' | 'issue-bulk-edit')[];
+ experience?: (
+ | 'csm-contact-form'
+ | 'issue-bulk-edit'
+ | 'issue-create'
+ | 'issue-view'
+ | 'list-view'
+ | 'portal-request'
+ )[];
isInline?: boolean;
[k: string]: unknown;
};
value?: {
@@ -14959,8 +15012,11 @@
[k: string]: unknown;
};
function?: string;
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
parser?: {
@@ -14970,9 +15026,9 @@
migratedFromConnect?: boolean;
connectFieldProperty?: {
key?: string;
path?: string;
- connectFieldType?: 'MULTI_SELECT' | 'SINGLE_SELECT' | 'TEXT' | 'RICH_TEXT';
+ connectFieldType?: 'MULTI_SELECT' | 'RICH_TEXT' | 'SINGLE_SELECT' | 'TEXT';
[k: string]: unknown;
};
isUIModificationsEnabled?: boolean;
displayConditions?: {
@@ -15030,8 +15086,11 @@
[k: string]: unknown;
}
| ({
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -15040,8 +15099,11 @@
[k: string]: unknown;
})
| {
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
validation?: {
@@ -15057,9 +15119,16 @@
parser?: {
expression: string;
[k: string]: unknown;
};
- experience?: ('issue-create' | 'issue-view' | 'portal-request' | 'issue-bulk-edit')[];
+ experience?: (
+ | 'csm-contact-form'
+ | 'issue-bulk-edit'
+ | 'issue-create'
+ | 'issue-view'
+ | 'list-view'
+ | 'portal-request'
+ )[];
isInline?: boolean;
[k: string]: unknown;
};
value?: {
@@ -15076,8 +15145,11 @@
[k: string]: unknown;
};
function?: string;
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
parser?: {
@@ -15087,9 +15159,9 @@
migratedFromConnect?: boolean;
connectFieldProperty?: {
key?: string;
path?: string;
- connectFieldType?: 'MULTI_SELECT' | 'SINGLE_SELECT' | 'TEXT' | 'RICH_TEXT';
+ connectFieldType?: 'MULTI_SELECT' | 'RICH_TEXT' | 'SINGLE_SELECT' | 'TEXT';
[k: string]: unknown;
};
isUIModificationsEnabled?: boolean;
displayConditions?: {
@@ -15102,8 +15174,11 @@
...(
| {
view?: {
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
formatter?: {
@@ -15116,9 +15191,9 @@
value?: {
function: string;
[k: string]: unknown;
};
- experience?: ('issue-view' | 'portal-view')[];
+ experience?: ('csm-request-view' | 'issue-view' | 'portal-view')[];
[k: string]: unknown;
};
name:
| string
@@ -15158,8 +15233,11 @@
[k: string]: unknown;
}
| ({
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -15168,8 +15246,11 @@
[k: string]: unknown;
})
| {
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
validation?: {
@@ -15185,9 +15266,16 @@
parser?: {
expression: string;
[k: string]: unknown;
};
- experience?: ('issue-create' | 'issue-view' | 'portal-request' | 'issue-bulk-edit')[];
+ experience?: (
+ | 'csm-contact-form'
+ | 'issue-bulk-edit'
+ | 'issue-create'
+ | 'issue-view'
+ | 'list-view'
+ | 'portal-request'
+ )[];
isInline?: boolean;
[k: string]: unknown;
};
value?: {
@@ -15204,8 +15292,11 @@
[k: string]: unknown;
};
function?: string;
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
parser?: {
@@ -15215,9 +15306,9 @@
migratedFromConnect?: boolean;
connectFieldProperty?: {
key?: string;
path?: string;
- connectFieldType?: 'MULTI_SELECT' | 'SINGLE_SELECT' | 'TEXT' | 'RICH_TEXT';
+ connectFieldType?: 'MULTI_SELECT' | 'RICH_TEXT' | 'SINGLE_SELECT' | 'TEXT';
[k: string]: unknown;
};
isUIModificationsEnabled?: boolean;
displayConditions?: {
@@ -15228,8 +15319,11 @@
}
| {
view: {
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
formatter: {
@@ -15242,9 +15336,9 @@
value?: {
function: string;
[k: string]: unknown;
};
- experience?: ('issue-view' | 'portal-view')[];
+ experience?: ('csm-request-view' | 'issue-view' | 'portal-view')[];
[k: string]: unknown;
};
schema?: {
[k: string]: unknown;
@@ -15287,8 +15381,11 @@
[k: string]: unknown;
}
| ({
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -15297,8 +15394,11 @@
[k: string]: unknown;
})
| {
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
validation?: {
@@ -15314,9 +15414,16 @@
parser?: {
expression: string;
[k: string]: unknown;
};
- experience?: ('issue-create' | 'issue-view' | 'portal-request' | 'issue-bulk-edit')[];
+ experience?: (
+ | 'csm-contact-form'
+ | 'issue-bulk-edit'
+ | 'issue-create'
+ | 'issue-view'
+ | 'list-view'
+ | 'portal-request'
+ )[];
isInline?: boolean;
[k: string]: unknown;
};
value?: {
@@ -15333,8 +15440,11 @@
[k: string]: unknown;
};
function?: string;
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
parser?: {
@@ -15344,9 +15454,9 @@
migratedFromConnect?: boolean;
connectFieldProperty?: {
key?: string;
path?: string;
- connectFieldType?: 'MULTI_SELECT' | 'SINGLE_SELECT' | 'TEXT' | 'RICH_TEXT';
+ connectFieldType?: 'MULTI_SELECT' | 'RICH_TEXT' | 'SINGLE_SELECT' | 'TEXT';
[k: string]: unknown;
};
isUIModificationsEnabled?: boolean;
displayConditions?: {
@@ -15404,8 +15514,11 @@
[k: string]: unknown;
}
| ({
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -15414,8 +15527,11 @@
[k: string]: unknown;
})
| {
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
validation?: {
@@ -15431,9 +15547,16 @@
parser?: {
expression: string;
[k: string]: unknown;
};
- experience?: ('issue-create' | 'issue-view' | 'portal-request' | 'issue-bulk-edit')[];
+ experience?: (
+ | 'csm-contact-form'
+ | 'issue-bulk-edit'
+ | 'issue-create'
+ | 'issue-view'
+ | 'list-view'
+ | 'portal-request'
+ )[];
isInline?: boolean;
[k: string]: unknown;
};
value?: {
@@ -15450,8 +15573,11 @@
[k: string]: unknown;
};
function?: string;
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
parser?: {
@@ -15461,9 +15587,9 @@
migratedFromConnect?: boolean;
connectFieldProperty?: {
key?: string;
path?: string;
- connectFieldType?: 'MULTI_SELECT' | 'SINGLE_SELECT' | 'TEXT' | 'RICH_TEXT';
+ connectFieldType?: 'MULTI_SELECT' | 'RICH_TEXT' | 'SINGLE_SELECT' | 'TEXT';
[k: string]: unknown;
};
isUIModificationsEnabled?: boolean;
displayConditions?: {
@@ -15478,8 +15604,11 @@
(
| {
view?: {
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
formatter?: {
@@ -15492,9 +15621,9 @@
value?: {
function: string;
[k: string]: unknown;
};
- experience?: ('issue-view' | 'portal-view')[];
+ experience?: ('csm-request-view' | 'issue-view' | 'portal-view')[];
[k: string]: unknown;
};
name:
| string
@@ -15527,8 +15656,11 @@
[k: string]: unknown;
}
| ({
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -15537,8 +15669,11 @@
[k: string]: unknown;
})
| {
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
validation?: {
@@ -15554,9 +15689,16 @@
parser?: {
expression: string;
[k: string]: unknown;
};
- experience?: ('issue-create' | 'issue-view' | 'portal-request' | 'issue-bulk-edit')[];
+ experience?: (
+ | 'csm-contact-form'
+ | 'issue-bulk-edit'
+ | 'issue-create'
+ | 'issue-view'
+ | 'list-view'
+ | 'portal-request'
+ )[];
isInline?: boolean;
[k: string]: unknown;
};
value?: {
@@ -15587,16 +15729,22 @@
[k: string]: unknown;
}
| {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
layout?: 'basic' | 'blank' | 'native';
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
}
| ({
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -15605,8 +15753,11 @@
[k: string]: unknown;
});
function?: string;
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
parser?: {
@@ -15622,8 +15773,11 @@
}
| {
view: {
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
formatter: {
@@ -15636,9 +15790,9 @@
value?: {
function: string;
[k: string]: unknown;
};
- experience?: ('issue-view' | 'portal-view')[];
+ experience?: ('csm-request-view' | 'issue-view' | 'portal-view')[];
[k: string]: unknown;
};
schema?: {
[k: string]: unknown;
@@ -15674,8 +15828,11 @@
[k: string]: unknown;
}
| ({
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -15684,8 +15841,11 @@
[k: string]: unknown;
})
| {
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
validation?: {
@@ -15701,9 +15861,16 @@
parser?: {
expression: string;
[k: string]: unknown;
};
- experience?: ('issue-create' | 'issue-view' | 'portal-request' | 'issue-bulk-edit')[];
+ experience?: (
+ | 'csm-contact-form'
+ | 'issue-bulk-edit'
+ | 'issue-create'
+ | 'issue-view'
+ | 'list-view'
+ | 'portal-request'
+ )[];
isInline?: boolean;
[k: string]: unknown;
};
value?: {
@@ -15734,16 +15901,22 @@
[k: string]: unknown;
}
| {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
layout?: 'basic' | 'blank' | 'native';
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
}
| ({
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -15752,8 +15925,11 @@
[k: string]: unknown;
});
function?: string;
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
parser?: {
@@ -15809,8 +15985,11 @@
[k: string]: unknown;
}
| ({
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -15819,8 +15998,11 @@
[k: string]: unknown;
})
| {
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
validation?: {
@@ -15836,9 +16018,16 @@
parser?: {
expression: string;
[k: string]: unknown;
};
- experience?: ('issue-create' | 'issue-view' | 'portal-request' | 'issue-bulk-edit')[];
+ experience?: (
+ | 'csm-contact-form'
+ | 'issue-bulk-edit'
+ | 'issue-create'
+ | 'issue-view'
+ | 'list-view'
+ | 'portal-request'
+ )[];
isInline?: boolean;
[k: string]: unknown;
};
value?: {
@@ -15869,16 +16058,22 @@
[k: string]: unknown;
}
| {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
layout?: 'basic' | 'blank' | 'native';
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
}
| ({
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -15887,8 +16082,11 @@
[k: string]: unknown;
});
function?: string;
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
parser?: {
@@ -15906,8 +16104,11 @@
...(
| {
view?: {
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
formatter?: {
@@ -15920,9 +16121,9 @@
value?: {
function: string;
[k: string]: unknown;
};
- experience?: ('issue-view' | 'portal-view')[];
+ experience?: ('csm-request-view' | 'issue-view' | 'portal-view')[];
[k: string]: unknown;
};
name:
| string
@@ -15955,8 +16156,11 @@
[k: string]: unknown;
}
| ({
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -15965,8 +16169,11 @@
[k: string]: unknown;
})
| {
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
validation?: {
@@ -15982,9 +16189,16 @@
parser?: {
expression: string;
[k: string]: unknown;
};
- experience?: ('issue-create' | 'issue-view' | 'portal-request' | 'issue-bulk-edit')[];
+ experience?: (
+ | 'csm-contact-form'
+ | 'issue-bulk-edit'
+ | 'issue-create'
+ | 'issue-view'
+ | 'list-view'
+ | 'portal-request'
+ )[];
isInline?: boolean;
[k: string]: unknown;
};
value?: {
@@ -16015,16 +16229,22 @@
[k: string]: unknown;
}
| {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
layout?: 'basic' | 'blank' | 'native';
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
}
| ({
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -16033,8 +16253,11 @@
[k: string]: unknown;
});
function?: string;
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
parser?: {
@@ -16050,8 +16273,11 @@
}
| {
view: {
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
formatter: {
@@ -16064,9 +16290,9 @@
value?: {
function: string;
[k: string]: unknown;
};
- experience?: ('issue-view' | 'portal-view')[];
+ experience?: ('csm-request-view' | 'issue-view' | 'portal-view')[];
[k: string]: unknown;
};
schema?: {
[k: string]: unknown;
@@ -16102,8 +16328,11 @@
[k: string]: unknown;
}
| ({
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -16112,8 +16341,11 @@
[k: string]: unknown;
})
| {
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
validation?: {
@@ -16129,9 +16361,16 @@
parser?: {
expression: string;
[k: string]: unknown;
};
- experience?: ('issue-create' | 'issue-view' | 'portal-request' | 'issue-bulk-edit')[];
+ experience?: (
+ | 'csm-contact-form'
+ | 'issue-bulk-edit'
+ | 'issue-create'
+ | 'issue-view'
+ | 'list-view'
+ | 'portal-request'
+ )[];
isInline?: boolean;
[k: string]: unknown;
};
value?: {
@@ -16162,16 +16401,22 @@
[k: string]: unknown;
}
| {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
layout?: 'basic' | 'blank' | 'native';
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
}
| ({
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -16180,8 +16425,11 @@
[k: string]: unknown;
});
function?: string;
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
parser?: {
@@ -16237,8 +16485,11 @@
[k: string]: unknown;
}
| ({
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -16247,8 +16498,11 @@
[k: string]: unknown;
})
| {
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
validation?: {
@@ -16264,9 +16518,16 @@
parser?: {
expression: string;
[k: string]: unknown;
};
- experience?: ('issue-create' | 'issue-view' | 'portal-request' | 'issue-bulk-edit')[];
+ experience?: (
+ | 'csm-contact-form'
+ | 'issue-bulk-edit'
+ | 'issue-create'
+ | 'issue-view'
+ | 'list-view'
+ | 'portal-request'
+ )[];
isInline?: boolean;
[k: string]: unknown;
};
value?: {
@@ -16297,16 +16558,22 @@
[k: string]: unknown;
}
| {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
layout?: 'basic' | 'blank' | 'native';
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
}
| ({
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -16315,8 +16582,11 @@
[k: string]: unknown;
});
function?: string;
resource?: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
parser?: {
@@ -16349,8 +16619,11 @@
[k: string]: unknown;
}
| {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resolver?:
| {
function: string;
@@ -16359,19 +16632,13 @@
endpoint: string;
};
resourceUploadId?: string;
viewportSize?:
- | ('large' | 'max' | 'medium' | 'small' | 'xlarge' | 'resizable')
| {
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
width: string;
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
height?: string;
- };
+ }
+ | ('large' | 'max' | 'medium' | 'resizable' | 'small' | 'xlarge');
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
title:
| string
@@ -16402,8 +16669,11 @@
[k: string]: unknown;
}
| {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resolver?:
| {
function: string;
@@ -16412,19 +16682,13 @@
endpoint: string;
};
resourceUploadId?: string;
viewportSize?:
- | ('large' | 'max' | 'medium' | 'small' | 'xlarge' | 'resizable')
| {
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
width: string;
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
height?: string;
- };
+ }
+ | ('large' | 'max' | 'medium' | 'resizable' | 'small' | 'xlarge');
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
title:
| string
@@ -16448,8 +16712,11 @@
i18n: string;
};
title__i18n?: string;
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resolver?:
| {
function: string;
@@ -16469,8 +16736,11 @@
i18n: string;
};
title__i18n?: string;
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resolver?:
| {
function: string;
@@ -16518,8 +16788,11 @@
[k: string]: unknown;
}
| {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resolver?:
| {
function: string;
@@ -16592,8 +16865,11 @@
[k: string]: unknown;
}
| {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resolver?:
| {
function: string;
@@ -16657,8 +16933,11 @@
[k: string]: unknown;
}
| {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resolver?:
| {
function: string;
@@ -16711,8 +16990,11 @@
[k: string]: unknown;
}
| {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resolver?:
| {
function: string;
@@ -16761,8 +17043,11 @@
[k: string]: unknown;
}
| {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resolver?:
| {
function: string;
@@ -16803,8 +17088,11 @@
[k: string]: unknown;
}
| {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resolver?:
| {
function: string;
@@ -16865,8 +17153,11 @@
[k: string]: unknown;
}
| {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resolver?:
| {
function: string;
@@ -16875,8 +17166,11 @@
endpoint: string;
};
edit?: {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -16944,8 +17238,11 @@
[k: string]: unknown;
}
| {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resolver?:
| {
function: string;
@@ -16954,8 +17251,11 @@
endpoint: string;
};
edit?: {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -17042,8 +17342,11 @@
[k: string]: unknown;
}
| {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resourceUploadId?: string;
resolver?:
| {
@@ -17153,8 +17456,11 @@
[k: string]: unknown;
}
| {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resourceUploadId?: string;
resolver?:
| {
@@ -17264,8 +17570,11 @@
[k: string]: unknown;
}
| {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resourceUploadId?: string;
resolver?:
| {
@@ -17371,8 +17680,11 @@
[k: string]: unknown;
}
| {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resourceUploadId?: string;
resolver?:
| {
@@ -17572,8 +17884,11 @@
[k: string]: unknown;
}
| {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resourceUploadId?: string;
resolver?:
| {
@@ -17679,8 +17994,11 @@
[k: string]: unknown;
}
| {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resourceUploadId?: string;
resolver?:
| {
@@ -17788,8 +18106,11 @@
[k: string]: unknown;
}
| {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resourceUploadId?: string;
resolver?:
| {
@@ -17895,8 +18216,11 @@
[k: string]: unknown;
}
| {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resourceUploadId?: string;
resolver?:
| {
@@ -17977,22 +18301,31 @@
endpoint: string;
};
view?: {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
};
edit?: {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
};
create?: {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -18023,22 +18356,31 @@
endpoint: string;
};
view?: {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
};
edit?: {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
};
create?: {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -18050,8 +18392,11 @@
];
'jira:dashboardBackgroundScript'?: [
{
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resolver?:
| {
function: string;
@@ -18068,8 +18413,11 @@
[k: string]: unknown;
},
...{
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resolver?:
| {
function: string;
@@ -18188,22 +18536,31 @@
endpoint: string;
};
view?: {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
};
edit?: {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
};
create?: {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -18234,22 +18591,31 @@
endpoint: string;
};
view?: {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
};
edit?: {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
};
create?: {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -18282,22 +18648,31 @@
endpoint: string;
};
view?: {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
};
edit?: {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
};
create?: {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -18328,22 +18703,31 @@
endpoint: string;
};
view?: {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
};
edit?: {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
};
create?: {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -18388,8 +18772,11 @@
[k: string]: unknown;
}
| {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resolver?:
| {
function: string;
@@ -18462,8 +18849,11 @@
[k: string]: unknown;
}
| {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resolver?:
| {
function: string;
@@ -18507,8 +18897,11 @@
'jira:issueViewBackgroundScript'?: [
{
shouldReloadOnRefresh?: boolean;
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resolver?:
| {
function: string;
@@ -18526,8 +18919,11 @@
},
...{
shouldReloadOnRefresh?: boolean;
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resolver?:
| {
function: string;
@@ -18741,8 +19137,11 @@
'jira:issueNavigatorAction'?: [
{
icon?: string;
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
title:
| string
| {
@@ -18764,34 +19163,22 @@
};
resourceUploadId?: string;
actionType?: 'dynamic' | 'modal';
viewportSize?:
- | ('large' | 'max' | 'medium' | 'small' | 'xlarge' | 'resizable')
| {
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
width: string;
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
height?: string;
- };
+ }
+ | ('large' | 'max' | 'medium' | 'resizable' | 'small' | 'xlarge');
actions?: {
key: string;
actionType?: 'dynamic' | 'modal';
viewportSize?:
- | ('large' | 'max' | 'medium' | 'small' | 'xlarge' | 'resizable')
| {
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
width: string;
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
height?: string;
- };
+ }
+ | ('large' | 'max' | 'medium' | 'resizable' | 'small' | 'xlarge');
title:
| string
| {
i18n: string;
@@ -18813,8 +19200,11 @@
},
...{
icon?: string;
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
title:
| string
| {
@@ -18836,34 +19226,22 @@
};
resourceUploadId?: string;
actionType?: 'dynamic' | 'modal';
viewportSize?:
- | ('large' | 'max' | 'medium' | 'small' | 'xlarge' | 'resizable')
| {
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
width: string;
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
height?: string;
- };
+ }
+ | ('large' | 'max' | 'medium' | 'resizable' | 'small' | 'xlarge');
actions?: {
key: string;
actionType?: 'dynamic' | 'modal';
viewportSize?:
- | ('large' | 'max' | 'medium' | 'small' | 'xlarge' | 'resizable')
| {
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
width: string;
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
height?: string;
- };
+ }
+ | ('large' | 'max' | 'medium' | 'resizable' | 'small' | 'xlarge');
title:
| string
| {
i18n: string;
@@ -18886,8 +19264,11 @@
];
'jira:personalSettingsPage'?: [
{
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resourceUploadId?: string;
resolver?:
| {
@@ -18943,8 +19324,11 @@
key: ModuleKeySchema;
},
...{
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resourceUploadId?: string;
resolver?:
| {
@@ -19003,8 +19387,11 @@
'jira:backlogAction'?: [
{
icon?: string;
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
title:
| string
| {
@@ -19026,34 +19413,22 @@
};
resourceUploadId?: string;
actionType?: 'dynamic' | 'modal';
viewportSize?:
- | ('large' | 'max' | 'medium' | 'small' | 'xlarge' | 'resizable')
| {
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
width: string;
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
height?: string;
- };
+ }
+ | ('large' | 'max' | 'medium' | 'resizable' | 'small' | 'xlarge');
actions?: {
key: string;
actionType?: 'dynamic' | 'modal';
viewportSize?:
- | ('large' | 'max' | 'medium' | 'small' | 'xlarge' | 'resizable')
| {
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
width: string;
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
height?: string;
- };
+ }
+ | ('large' | 'max' | 'medium' | 'resizable' | 'small' | 'xlarge');
title:
| string
| {
i18n: string;
@@ -19075,8 +19450,11 @@
},
...{
icon?: string;
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
title:
| string
| {
@@ -19098,34 +19476,22 @@
};
resourceUploadId?: string;
actionType?: 'dynamic' | 'modal';
viewportSize?:
- | ('large' | 'max' | 'medium' | 'small' | 'xlarge' | 'resizable')
| {
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
width: string;
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
height?: string;
- };
+ }
+ | ('large' | 'max' | 'medium' | 'resizable' | 'small' | 'xlarge');
actions?: {
key: string;
actionType?: 'dynamic' | 'modal';
viewportSize?:
- | ('large' | 'max' | 'medium' | 'small' | 'xlarge' | 'resizable')
| {
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
width: string;
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
height?: string;
- };
+ }
+ | ('large' | 'max' | 'medium' | 'resizable' | 'small' | 'xlarge');
title:
| string
| {
i18n: string;
@@ -19159,8 +19525,11 @@
keywords?: string[];
target:
| {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -19191,8 +19560,11 @@
keywords?: string[];
target:
| {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
@@ -19215,8 +19587,11 @@
'jira:boardAction'?: [
{
icon?: string;
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
title:
| string
| {
@@ -19238,34 +19613,22 @@
};
resourceUploadId?: string;
actionType?: 'dynamic' | 'modal';
viewportSize?:
- | ('large' | 'max' | 'medium' | 'small' | 'xlarge' | 'resizable')
| {
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
width: string;
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
height?: string;
- };
+ }
+ | ('large' | 'max' | 'medium' | 'resizable' | 'small' | 'xlarge');
actions?: {
key: string;
actionType?: 'dynamic' | 'modal';
viewportSize?:
- | ('large' | 'max' | 'medium' | 'small' | 'xlarge' | 'resizable')
| {
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
width: string;
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
height?: string;
- };
+ }
+ | ('large' | 'max' | 'medium' | 'resizable' | 'small' | 'xlarge');
title:
| string
| {
i18n: string;
@@ -19287,8 +19650,11 @@
},
...{
icon?: string;
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
title:
| string
| {
@@ -19310,34 +19676,22 @@
};
resourceUploadId?: string;
actionType?: 'dynamic' | 'modal';
viewportSize?:
- | ('large' | 'max' | 'medium' | 'small' | 'xlarge' | 'resizable')
| {
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
width: string;
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
height?: string;
- };
+ }
+ | ('large' | 'max' | 'medium' | 'resizable' | 'small' | 'xlarge');
actions?: {
key: string;
actionType?: 'dynamic' | 'modal';
viewportSize?:
- | ('large' | 'max' | 'medium' | 'small' | 'xlarge' | 'resizable')
| {
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
width: string;
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
height?: string;
- };
+ }
+ | ('large' | 'max' | 'medium' | 'resizable' | 'small' | 'xlarge');
title:
| string
| {
i18n: string;
@@ -19361,8 +19715,11 @@
'jira:sprintAction'?: [
{
icon?: string;
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
title:
| string
| {
@@ -19384,34 +19741,22 @@
};
resourceUploadId?: string;
actionType?: 'dynamic' | 'modal';
viewportSize?:
- | ('large' | 'max' | 'medium' | 'small' | 'xlarge' | 'resizable')
| {
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
width: string;
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
height?: string;
- };
+ }
+ | ('large' | 'max' | 'medium' | 'resizable' | 'small' | 'xlarge');
actions?: {
key: string;
actionType?: 'dynamic' | 'modal';
viewportSize?:
- | ('large' | 'max' | 'medium' | 'small' | 'xlarge' | 'resizable')
| {
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
width: string;
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
height?: string;
- };
+ }
+ | ('large' | 'max' | 'medium' | 'resizable' | 'small' | 'xlarge');
title:
| string
| {
i18n: string;
@@ -19433,8 +19778,11 @@
},
...{
icon?: string;
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
title:
| string
| {
@@ -19456,34 +19804,22 @@
};
resourceUploadId?: string;
actionType?: 'dynamic' | 'modal';
viewportSize?:
- | ('large' | 'max' | 'medium' | 'small' | 'xlarge' | 'resizable')
| {
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
width: string;
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
height?: string;
- };
+ }
+ | ('large' | 'max' | 'medium' | 'resizable' | 'small' | 'xlarge');
actions?: {
key: string;
actionType?: 'dynamic' | 'modal';
viewportSize?:
- | ('large' | 'max' | 'medium' | 'small' | 'xlarge' | 'resizable')
| {
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
width: string;
- /**
- * CSS dimension value with unit, e.g. '800px', '50vw', '100%'
- */
height?: string;
- };
+ }
+ | ('large' | 'max' | 'medium' | 'resizable' | 'small' | 'xlarge');
title:
| string
| {
i18n: string;
@@ -19547,15 +19883,21 @@
'jira:globalBackgroundScript'?: [
{
target?: {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
};
experience: ('all' | 'board' | 'dashboard' | 'issue-view')[];
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resolver?:
| {
function: string;
@@ -19573,15 +19915,21 @@
},
...{
target?: {
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
render?: 'default' | 'native';
renderRuntimeType?: 'iframe' | 'webworker';
[k: string]: unknown;
};
experience: ('all' | 'board' | 'dashboard' | 'issue-view')[];
resource: string;
+ /**
+ * Internal-only resolved entry filename derived from `resource` (`<resource>/<entry>`) and injected by XLS.
+ */
resolvedResourceEntry?: string;
resolver?:
| {
function: string;