@forge/manifest 10.6.0-next.2-experimental-3ed5db1 → 10.6.0-next.3-experimental-4baeb60
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 +19 -1
- package/out/index.d.ts +1 -1
- package/out/index.d.ts.map +1 -1
- package/out/schema/manifest-schema.json +92 -3
- package/out/schema/manifest.d.ts +44 -0
- package/out/scopes/shipyard-scopes.json +1 -0
- package/out/types/module-types.d.ts +1 -0
- package/out/types/module-types.d.ts.map +1 -1
- package/out/types/module-types.js +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,36 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
-
## 10.6.0-next.
|
|
3
|
+
## 10.6.0-next.3-experimental-4baeb60
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
+
- f59b4d7: added jira:globalBackgroundScript
|
|
7
8
|
- fa952eb: Add optional container tunnel manifest schema
|
|
8
9
|
|
|
9
10
|
### Patch Changes
|
|
10
11
|
|
|
11
12
|
- 895d478: Updates Agent MD file with appropriate instructions
|
|
12
13
|
- eeaa160: Added manifest option for permission detection method
|
|
14
|
+
- 504cd62: Added backend SDK for permission handling
|
|
13
15
|
- a85376a: Add scopes for Confluence user and group events
|
|
14
16
|
- 5f384d1: Renaming csuik to uikit and removing jira-sprint-action csuik template
|
|
17
|
+
- 6e2892c: Update manifest definitions
|
|
18
|
+
- de0f1c1: Update manifest definitions
|
|
15
19
|
- b15478b: Update manifest definitions
|
|
20
|
+
- bda8688: Update manifest definitions
|
|
21
|
+
|
|
22
|
+
## 10.6.0-next.3
|
|
23
|
+
|
|
24
|
+
### Minor Changes
|
|
25
|
+
|
|
26
|
+
- f59b4d7: added jira:globalBackgroundScript
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- 504cd62: Added backend SDK for permission handling
|
|
31
|
+
- 6e2892c: Update manifest definitions
|
|
32
|
+
- de0f1c1: Update manifest definitions
|
|
33
|
+
- bda8688: Update manifest definitions
|
|
16
34
|
|
|
17
35
|
## 10.6.0-next.2
|
|
18
36
|
|
package/out/index.d.ts
CHANGED
|
@@ -8,6 +8,6 @@ export * from './text';
|
|
|
8
8
|
export * from './types';
|
|
9
9
|
export * from './utils';
|
|
10
10
|
export * from './validators';
|
|
11
|
-
export { Modules, ManifestSchema, App, Resources, Permissions, Remotes, Fetch, Providers, Backend, Frames, Navigation, Images, Media, Services, Scripts1, Styles1, Scopes, Content1, Fonts, Translations, ForgeSupportedLocaleCode } from './schema/manifest';
|
|
11
|
+
export { Modules, ManifestSchema, App, Resources, Permissions, Remotes, Fetch, Providers, Backend, Client, Frames, Navigation, Images, Media, Services, Scripts1, Styles1, Scopes, Content1, Fonts, Translations, ForgeSupportedLocaleCode, External } from './schema/manifest';
|
|
12
12
|
export declare const validate: (basic?: boolean, manifest?: string | undefined) => Promise<ManifestValidationResult<ManifestSchema | BasicManifestSchema>>;
|
|
13
13
|
//# sourceMappingURL=index.d.ts.map
|
package/out/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAmB,MAAM,SAAS,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAG9D,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,OAAO,EACL,OAAO,EACP,cAAc,EACd,GAAG,EACH,SAAS,EACT,WAAW,EACX,OAAO,EACP,KAAK,EACL,SAAS,EACT,OAAO,EACP,MAAM,EACN,UAAU,EACV,MAAM,EACN,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,OAAO,EACP,MAAM,EACN,QAAQ,EACR,KAAK,EACL,YAAY,EACZ,wBAAwB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAmB,MAAM,SAAS,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAG9D,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,OAAO,EACL,OAAO,EACP,cAAc,EACd,GAAG,EACH,SAAS,EACT,WAAW,EACX,OAAO,EACP,KAAK,EACL,SAAS,EACT,OAAO,EACP,MAAM,EACN,MAAM,EACN,UAAU,EACV,MAAM,EACN,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,OAAO,EACP,MAAM,EACN,QAAQ,EACR,KAAK,EACL,YAAY,EACZ,wBAAwB,EACxB,QAAQ,EACT,MAAM,mBAAmB,CAAC;AAE3B,eAAO,MAAM,QAAQ,+BAET,MAAM,GAAG,SAAS,KAC3B,QAAQ,yBAAyB,cAAc,GAAG,mBAAmB,CAAC,CAInD,CAAC"}
|
|
@@ -668,6 +668,18 @@
|
|
|
668
668
|
},
|
|
669
669
|
"minItems": 1
|
|
670
670
|
},
|
|
671
|
+
"scopes": {
|
|
672
|
+
"type": "array",
|
|
673
|
+
"uniqueItems": true,
|
|
674
|
+
"description": "List of scopes required to access this API route",
|
|
675
|
+
"items": {
|
|
676
|
+
"type": "string",
|
|
677
|
+
"minLength": 1,
|
|
678
|
+
"maxLength": 100,
|
|
679
|
+
"pattern": "^[-.:_a-zA-Z0-9]{1,93}:custom$"
|
|
680
|
+
},
|
|
681
|
+
"minItems": 1
|
|
682
|
+
},
|
|
671
683
|
"key": {
|
|
672
684
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
673
685
|
}
|
|
@@ -3292,6 +3304,12 @@
|
|
|
3292
3304
|
"function"
|
|
3293
3305
|
]
|
|
3294
3306
|
},
|
|
3307
|
+
"contentPropertyKey": {
|
|
3308
|
+
"type": "string",
|
|
3309
|
+
"minLength": 1,
|
|
3310
|
+
"maxLength": 255,
|
|
3311
|
+
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
3312
|
+
},
|
|
3295
3313
|
"resource": {
|
|
3296
3314
|
"type": "string",
|
|
3297
3315
|
"minLength": 1,
|
|
@@ -14751,9 +14769,7 @@
|
|
|
14751
14769
|
"properties": {
|
|
14752
14770
|
"action": {
|
|
14753
14771
|
"type": "string",
|
|
14754
|
-
"
|
|
14755
|
-
"workItemTypeChanged"
|
|
14756
|
-
]
|
|
14772
|
+
"const": "workItemTypeChanged"
|
|
14757
14773
|
},
|
|
14758
14774
|
"expression": {
|
|
14759
14775
|
"type": "string"
|
|
@@ -14803,6 +14819,79 @@
|
|
|
14803
14819
|
},
|
|
14804
14820
|
"minItems": 1
|
|
14805
14821
|
},
|
|
14822
|
+
"jira:globalBackgroundScript": {
|
|
14823
|
+
"type": "array",
|
|
14824
|
+
"items": {
|
|
14825
|
+
"type": "object",
|
|
14826
|
+
"properties": {
|
|
14827
|
+
"resource": {
|
|
14828
|
+
"type": "string",
|
|
14829
|
+
"minLength": 1,
|
|
14830
|
+
"maxLength": 23,
|
|
14831
|
+
"pattern": "^[a-zA-Z0-9_\\-]+$"
|
|
14832
|
+
},
|
|
14833
|
+
"resolver": {
|
|
14834
|
+
"anyOf": [
|
|
14835
|
+
{
|
|
14836
|
+
"additionalProperties": false,
|
|
14837
|
+
"type": "object",
|
|
14838
|
+
"properties": {
|
|
14839
|
+
"function": {
|
|
14840
|
+
"type": "string",
|
|
14841
|
+
"minLength": 1,
|
|
14842
|
+
"maxLength": 255,
|
|
14843
|
+
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
14844
|
+
}
|
|
14845
|
+
},
|
|
14846
|
+
"required": [
|
|
14847
|
+
"function"
|
|
14848
|
+
]
|
|
14849
|
+
},
|
|
14850
|
+
{
|
|
14851
|
+
"additionalProperties": false,
|
|
14852
|
+
"type": "object",
|
|
14853
|
+
"properties": {
|
|
14854
|
+
"endpoint": {
|
|
14855
|
+
"type": "string",
|
|
14856
|
+
"minLength": 1,
|
|
14857
|
+
"maxLength": 255,
|
|
14858
|
+
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
14859
|
+
}
|
|
14860
|
+
},
|
|
14861
|
+
"required": [
|
|
14862
|
+
"endpoint"
|
|
14863
|
+
]
|
|
14864
|
+
}
|
|
14865
|
+
]
|
|
14866
|
+
},
|
|
14867
|
+
"render": {
|
|
14868
|
+
"default": "default",
|
|
14869
|
+
"enum": [
|
|
14870
|
+
"default",
|
|
14871
|
+
"native"
|
|
14872
|
+
],
|
|
14873
|
+
"type": "string"
|
|
14874
|
+
},
|
|
14875
|
+
"displayConditions": {
|
|
14876
|
+
"type": "object",
|
|
14877
|
+
"properties": {}
|
|
14878
|
+
},
|
|
14879
|
+
"key": {
|
|
14880
|
+
"$ref": "#/definitions/ModuleKeySchema"
|
|
14881
|
+
}
|
|
14882
|
+
},
|
|
14883
|
+
"required": [
|
|
14884
|
+
"resource",
|
|
14885
|
+
"key"
|
|
14886
|
+
],
|
|
14887
|
+
"not": {
|
|
14888
|
+
"required": [
|
|
14889
|
+
"unlicensedAccess"
|
|
14890
|
+
]
|
|
14891
|
+
}
|
|
14892
|
+
},
|
|
14893
|
+
"minItems": 1
|
|
14894
|
+
},
|
|
14806
14895
|
"compass:adminPage": {
|
|
14807
14896
|
"type": "array",
|
|
14808
14897
|
"items": {
|
package/out/schema/manifest.d.ts
CHANGED
|
@@ -1098,6 +1098,10 @@ export interface Modules {
|
|
|
1098
1098
|
* List of accepted content types for the API route
|
|
1099
1099
|
*/
|
|
1100
1100
|
accept?: ['application/json', ...'application/json'[]];
|
|
1101
|
+
/**
|
|
1102
|
+
* List of scopes required to access this API route
|
|
1103
|
+
*/
|
|
1104
|
+
scopes?: [string, ...string[]];
|
|
1101
1105
|
key: ModuleKeySchema;
|
|
1102
1106
|
},
|
|
1103
1107
|
...{
|
|
@@ -1114,6 +1118,10 @@ export interface Modules {
|
|
|
1114
1118
|
* List of accepted content types for the API route
|
|
1115
1119
|
*/
|
|
1116
1120
|
accept?: ['application/json', ...'application/json'[]];
|
|
1121
|
+
/**
|
|
1122
|
+
* List of scopes required to access this API route
|
|
1123
|
+
*/
|
|
1124
|
+
scopes?: [string, ...string[]];
|
|
1117
1125
|
key: ModuleKeySchema;
|
|
1118
1126
|
}[]
|
|
1119
1127
|
];
|
|
@@ -12698,6 +12706,7 @@ export interface Modules {
|
|
|
12698
12706
|
dynamicProperties?: {
|
|
12699
12707
|
function: string;
|
|
12700
12708
|
};
|
|
12709
|
+
contentPropertyKey?: string;
|
|
12701
12710
|
resource: string;
|
|
12702
12711
|
resourceUploadId?: string;
|
|
12703
12712
|
viewportSize?: 'small' | 'medium' | 'large';
|
|
@@ -12792,6 +12801,7 @@ export interface Modules {
|
|
|
12792
12801
|
dynamicProperties?: {
|
|
12793
12802
|
function: string;
|
|
12794
12803
|
};
|
|
12804
|
+
contentPropertyKey?: string;
|
|
12795
12805
|
resource: string;
|
|
12796
12806
|
resourceUploadId?: string;
|
|
12797
12807
|
viewportSize?: 'small' | 'medium' | 'large';
|
|
@@ -18071,6 +18081,40 @@ export interface Modules {
|
|
|
18071
18081
|
[k: string]: unknown;
|
|
18072
18082
|
}[]
|
|
18073
18083
|
];
|
|
18084
|
+
'jira:globalBackgroundScript'?: [
|
|
18085
|
+
{
|
|
18086
|
+
resource: string;
|
|
18087
|
+
resolver?:
|
|
18088
|
+
| {
|
|
18089
|
+
function: string;
|
|
18090
|
+
}
|
|
18091
|
+
| {
|
|
18092
|
+
endpoint: string;
|
|
18093
|
+
};
|
|
18094
|
+
render?: 'default' | 'native';
|
|
18095
|
+
displayConditions?: {
|
|
18096
|
+
[k: string]: unknown;
|
|
18097
|
+
};
|
|
18098
|
+
key: ModuleKeySchema;
|
|
18099
|
+
[k: string]: unknown;
|
|
18100
|
+
},
|
|
18101
|
+
...{
|
|
18102
|
+
resource: string;
|
|
18103
|
+
resolver?:
|
|
18104
|
+
| {
|
|
18105
|
+
function: string;
|
|
18106
|
+
}
|
|
18107
|
+
| {
|
|
18108
|
+
endpoint: string;
|
|
18109
|
+
};
|
|
18110
|
+
render?: 'default' | 'native';
|
|
18111
|
+
displayConditions?: {
|
|
18112
|
+
[k: string]: unknown;
|
|
18113
|
+
};
|
|
18114
|
+
key: ModuleKeySchema;
|
|
18115
|
+
[k: string]: unknown;
|
|
18116
|
+
}[]
|
|
18117
|
+
];
|
|
18074
18118
|
'compass:adminPage'?: [
|
|
18075
18119
|
(
|
|
18076
18120
|
| {
|
|
@@ -57,6 +57,7 @@ export declare enum AllModuleTypes {
|
|
|
57
57
|
JiraBoardAction = "jira:boardAction",
|
|
58
58
|
JiraSprintAction = "jira:sprintAction",
|
|
59
59
|
JiraCommand = "jira:command",
|
|
60
|
+
JiraGlobalBackgroundScript = "jira:globalBackgroundScript",
|
|
60
61
|
CompassAdminPage = "compass:adminPage",
|
|
61
62
|
CompassComponentPage = "compass:componentPage",
|
|
62
63
|
CompassGlobalPage = "compass:globalPage",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module-types.d.ts","sourceRoot":"","sources":["../../src/types/module-types.ts"],"names":[],"mappings":"AAAA,oBAAY,cAAc;IACxB,YAAY,kBAAkB;IAC9B,YAAY,kBAAkB;IAC9B,WAAW,iBAAiB;IAC5B,cAAc,oBAAoB;IAClC,YAAY,kBAAkB;IAC9B,SAAS,eAAe;IACxB,YAAY,kBAAkB;IAC9B,oBAAoB,0BAA0B;IAC9C,YAAY,kBAAkB;IAC9B,aAAa,mBAAmB;IAChC,UAAU,gBAAgB;IAC1B,OAAO,aAAa;IACpB,QAAQ,cAAc;IACtB,sBAAsB,4BAA4B;IAClD,gBAAgB,sBAAsB;IACtC,0BAA0B,gCAAgC;IAE1D,uBAAuB,6BAA6B;IACpD,2BAA2B,iCAAiC;IAC5D,qBAAqB,2BAA2B;IAChD,uBAAuB,6BAA6B;IACpD,wBAAwB,8BAA8B;IACtD,oBAAoB,0BAA0B;IAC9C,sBAAsB,4BAA4B;IAClD,mBAAmB,yBAAyB;IAC5C,uBAAuB,6BAA6B;IACpD,0BAA0B,gCAAgC;IAC1D,oBAAoB,0BAA0B;IAC9C,yBAAyB,+BAA+B;IAExD,kBAAkB,wBAAwB;IAC1C,qBAAqB,2BAA2B;IAChD,qBAAqB,2BAA2B;IAChD,wBAAwB,8BAA8B;IACtD,mBAAmB,yBAAyB;IAC5C,eAAe,qBAAqB;IACpC,mBAAmB,yBAAyB;IAC5C,eAAe,qBAAqB;IACpC,iBAAiB,uBAAuB;IACxC,mBAAmB,yBAAyB;IAC5C,eAAe,qBAAqB;IACpC,gBAAgB,sBAAsB;IACtC,cAAc,oBAAoB;IAClC,wBAAwB,8BAA8B;IACtD,aAAa,mBAAmB;IAChC,eAAe,qBAAqB;IACpC,uBAAuB,6BAA6B;IACpD,cAAc,oBAAoB;IAClC,mBAAmB,yBAAyB;IAC5C,6BAA6B,mCAAmC;IAChE,6BAA6B,mCAAmC;IAChE,oBAAoB,0BAA0B;IAC9C,qBAAqB,2BAA2B;IAChD,eAAe,qBAAqB;IACpC,wBAAwB,8BAA8B;IACtD,iBAAiB,uBAAuB;IACxC,wBAAwB,8BAA8B;IACtD,eAAe,qBAAqB;IACpC,gBAAgB,sBAAsB;IACtC,WAAW,iBAAiB;
|
|
1
|
+
{"version":3,"file":"module-types.d.ts","sourceRoot":"","sources":["../../src/types/module-types.ts"],"names":[],"mappings":"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"}
|
|
@@ -61,6 +61,7 @@ var AllModuleTypes;
|
|
|
61
61
|
AllModuleTypes["JiraBoardAction"] = "jira:boardAction";
|
|
62
62
|
AllModuleTypes["JiraSprintAction"] = "jira:sprintAction";
|
|
63
63
|
AllModuleTypes["JiraCommand"] = "jira:command";
|
|
64
|
+
AllModuleTypes["JiraGlobalBackgroundScript"] = "jira:globalBackgroundScript";
|
|
64
65
|
AllModuleTypes["CompassAdminPage"] = "compass:adminPage";
|
|
65
66
|
AllModuleTypes["CompassComponentPage"] = "compass:componentPage";
|
|
66
67
|
AllModuleTypes["CompassGlobalPage"] = "compass:globalPage";
|
package/package.json
CHANGED