@forge/manifest 13.1.0-next.0 → 13.1.0-next.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/out/schema/manifest-schema.json +12 -79
- package/out/schema/manifest.d.ts +8 -30
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6901,85 +6901,6 @@
|
|
|
6901
6901
|
},
|
|
6902
6902
|
"minItems": 1
|
|
6903
6903
|
},
|
|
6904
|
-
"jira:entityPropertySet": {
|
|
6905
|
-
"type": "array",
|
|
6906
|
-
"items": {
|
|
6907
|
-
"type": "object",
|
|
6908
|
-
"properties": {
|
|
6909
|
-
"key": {
|
|
6910
|
-
"$ref": "#/definitions/ModuleKeySchema"
|
|
6911
|
-
},
|
|
6912
|
-
"resource": {
|
|
6913
|
-
"type": "string",
|
|
6914
|
-
"description": "Path to sidecar YAML file containing entity property definitions"
|
|
6915
|
-
},
|
|
6916
|
-
"properties": {
|
|
6917
|
-
"type": "array",
|
|
6918
|
-
"description": "List of entity property definitions (populated from sidecar YAML by XLS at deploy time)",
|
|
6919
|
-
"items": {
|
|
6920
|
-
"type": "object",
|
|
6921
|
-
"properties": {
|
|
6922
|
-
"propertyKey": {
|
|
6923
|
-
"minLength": 1,
|
|
6924
|
-
"maxLength": 255,
|
|
6925
|
-
"type": "string"
|
|
6926
|
-
},
|
|
6927
|
-
"entityType": {
|
|
6928
|
-
"default": "issue",
|
|
6929
|
-
"enum": [
|
|
6930
|
-
"issue",
|
|
6931
|
-
"project",
|
|
6932
|
-
"user"
|
|
6933
|
-
],
|
|
6934
|
-
"type": "string"
|
|
6935
|
-
},
|
|
6936
|
-
"values": {
|
|
6937
|
-
"type": "array",
|
|
6938
|
-
"minItems": 1,
|
|
6939
|
-
"items": {
|
|
6940
|
-
"type": "object",
|
|
6941
|
-
"properties": {
|
|
6942
|
-
"path": {
|
|
6943
|
-
"minLength": 1,
|
|
6944
|
-
"maxLength": 255,
|
|
6945
|
-
"type": "string"
|
|
6946
|
-
},
|
|
6947
|
-
"type": {
|
|
6948
|
-
"type": "string",
|
|
6949
|
-
"enum": [
|
|
6950
|
-
"number",
|
|
6951
|
-
"string",
|
|
6952
|
-
"text",
|
|
6953
|
-
"user",
|
|
6954
|
-
"date"
|
|
6955
|
-
]
|
|
6956
|
-
},
|
|
6957
|
-
"searchAlias": {
|
|
6958
|
-
"minLength": 1,
|
|
6959
|
-
"maxLength": 255,
|
|
6960
|
-
"pattern": "^[a-zA-Z0-9._-]+$",
|
|
6961
|
-
"type": "string"
|
|
6962
|
-
}
|
|
6963
|
-
},
|
|
6964
|
-
"required": [
|
|
6965
|
-
"path",
|
|
6966
|
-
"type"
|
|
6967
|
-
]
|
|
6968
|
-
}
|
|
6969
|
-
}
|
|
6970
|
-
},
|
|
6971
|
-
"required": [
|
|
6972
|
-
"propertyKey",
|
|
6973
|
-
"values"
|
|
6974
|
-
]
|
|
6975
|
-
}
|
|
6976
|
-
}
|
|
6977
|
-
},
|
|
6978
|
-
"required": [
|
|
6979
|
-
"key"
|
|
6980
|
-
]
|
|
6981
|
-
}
|
|
6982
|
-
},
|
|
6983
6904
|
"jira:entityProperty": {
|
|
6984
6905
|
"type": "array",
|
|
6985
6906
|
"items": {
|
|
@@ -23286,6 +23207,9 @@
|
|
|
23286
23207
|
"maxLength": 300,
|
|
23287
23208
|
"pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
|
|
23288
23209
|
},
|
|
23210
|
+
"useAsConfig": {
|
|
23211
|
+
"type": "boolean"
|
|
23212
|
+
},
|
|
23289
23213
|
"resource": {
|
|
23290
23214
|
"type": "string",
|
|
23291
23215
|
"minLength": 1,
|
|
@@ -23346,6 +23270,9 @@
|
|
|
23346
23270
|
"maxLength": 300,
|
|
23347
23271
|
"pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
|
|
23348
23272
|
},
|
|
23273
|
+
"useAsConfig": {
|
|
23274
|
+
"type": "boolean"
|
|
23275
|
+
},
|
|
23349
23276
|
"resolver": {
|
|
23350
23277
|
"oneOf": [
|
|
23351
23278
|
{
|
|
@@ -23598,6 +23525,9 @@
|
|
|
23598
23525
|
"maxLength": 300,
|
|
23599
23526
|
"pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
|
|
23600
23527
|
},
|
|
23528
|
+
"useAsGetStarted": {
|
|
23529
|
+
"type": "boolean"
|
|
23530
|
+
},
|
|
23601
23531
|
"resource": {
|
|
23602
23532
|
"type": "string",
|
|
23603
23533
|
"minLength": 1,
|
|
@@ -23658,6 +23588,9 @@
|
|
|
23658
23588
|
"maxLength": 300,
|
|
23659
23589
|
"pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
|
|
23660
23590
|
},
|
|
23591
|
+
"useAsGetStarted": {
|
|
23592
|
+
"type": "boolean"
|
|
23593
|
+
},
|
|
23661
23594
|
"resolver": {
|
|
23662
23595
|
"oneOf": [
|
|
23663
23596
|
{
|
package/out/schema/manifest.d.ts
CHANGED
|
@@ -14716,36 +14716,6 @@ export interface Modules {
|
|
|
14716
14716
|
[k: string]: unknown;
|
|
14717
14717
|
}[]
|
|
14718
14718
|
];
|
|
14719
|
-
'jira:entityPropertySet'?: {
|
|
14720
|
-
key: ModuleKeySchema;
|
|
14721
|
-
/**
|
|
14722
|
-
* Path to sidecar YAML file containing entity property definitions
|
|
14723
|
-
*/
|
|
14724
|
-
resource?: string;
|
|
14725
|
-
/**
|
|
14726
|
-
* List of entity property definitions (populated from sidecar YAML by XLS at deploy time)
|
|
14727
|
-
*/
|
|
14728
|
-
properties?: {
|
|
14729
|
-
propertyKey: string;
|
|
14730
|
-
entityType?: 'issue' | 'project' | 'user';
|
|
14731
|
-
values: [
|
|
14732
|
-
{
|
|
14733
|
-
path: string;
|
|
14734
|
-
type: 'number' | 'string' | 'text' | 'user' | 'date';
|
|
14735
|
-
searchAlias?: string;
|
|
14736
|
-
[k: string]: unknown;
|
|
14737
|
-
},
|
|
14738
|
-
...{
|
|
14739
|
-
path: string;
|
|
14740
|
-
type: 'number' | 'string' | 'text' | 'user' | 'date';
|
|
14741
|
-
searchAlias?: string;
|
|
14742
|
-
[k: string]: unknown;
|
|
14743
|
-
}[]
|
|
14744
|
-
];
|
|
14745
|
-
[k: string]: unknown;
|
|
14746
|
-
}[];
|
|
14747
|
-
[k: string]: unknown;
|
|
14748
|
-
}[];
|
|
14749
14719
|
'jira:entityProperty'?: [
|
|
14750
14720
|
{
|
|
14751
14721
|
propertyKey: string;
|
|
@@ -22377,6 +22347,7 @@ export interface Modules {
|
|
|
22377
22347
|
}
|
|
22378
22348
|
| string;
|
|
22379
22349
|
title__i18n?: string;
|
|
22350
|
+
useAsConfig?: boolean;
|
|
22380
22351
|
resource?: string;
|
|
22381
22352
|
function: string;
|
|
22382
22353
|
key: ModuleKeySchema;
|
|
@@ -22389,6 +22360,7 @@ export interface Modules {
|
|
|
22389
22360
|
}
|
|
22390
22361
|
| string;
|
|
22391
22362
|
title__i18n?: string;
|
|
22363
|
+
useAsConfig?: boolean;
|
|
22392
22364
|
resolver?:
|
|
22393
22365
|
| {
|
|
22394
22366
|
function: string;
|
|
@@ -22409,6 +22381,7 @@ export interface Modules {
|
|
|
22409
22381
|
}
|
|
22410
22382
|
| string;
|
|
22411
22383
|
title__i18n?: string;
|
|
22384
|
+
useAsConfig?: boolean;
|
|
22412
22385
|
resource?: string;
|
|
22413
22386
|
function: string;
|
|
22414
22387
|
key: ModuleKeySchema;
|
|
@@ -22421,6 +22394,7 @@ export interface Modules {
|
|
|
22421
22394
|
}
|
|
22422
22395
|
| string;
|
|
22423
22396
|
title__i18n?: string;
|
|
22397
|
+
useAsConfig?: boolean;
|
|
22424
22398
|
resolver?:
|
|
22425
22399
|
| {
|
|
22426
22400
|
function: string;
|
|
@@ -22509,6 +22483,7 @@ export interface Modules {
|
|
|
22509
22483
|
}
|
|
22510
22484
|
| string;
|
|
22511
22485
|
title__i18n?: string;
|
|
22486
|
+
useAsGetStarted?: boolean;
|
|
22512
22487
|
resource?: string;
|
|
22513
22488
|
function: string;
|
|
22514
22489
|
key: ModuleKeySchema;
|
|
@@ -22521,6 +22496,7 @@ export interface Modules {
|
|
|
22521
22496
|
}
|
|
22522
22497
|
| string;
|
|
22523
22498
|
title__i18n?: string;
|
|
22499
|
+
useAsGetStarted?: boolean;
|
|
22524
22500
|
resolver?:
|
|
22525
22501
|
| {
|
|
22526
22502
|
function: string;
|
|
@@ -22541,6 +22517,7 @@ export interface Modules {
|
|
|
22541
22517
|
}
|
|
22542
22518
|
| string;
|
|
22543
22519
|
title__i18n?: string;
|
|
22520
|
+
useAsGetStarted?: boolean;
|
|
22544
22521
|
resource?: string;
|
|
22545
22522
|
function: string;
|
|
22546
22523
|
key: ModuleKeySchema;
|
|
@@ -22553,6 +22530,7 @@ export interface Modules {
|
|
|
22553
22530
|
}
|
|
22554
22531
|
| string;
|
|
22555
22532
|
title__i18n?: string;
|
|
22533
|
+
useAsGetStarted?: boolean;
|
|
22556
22534
|
resolver?:
|
|
22557
22535
|
| {
|
|
22558
22536
|
function: string;
|