@forge/manifest 0.0.0-experimental-e1cefc4 → 0.0.0-experimental-29a2cc1
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 +183 -2
- package/out/index.d.ts +1 -0
- package/out/index.d.ts.map +1 -1
- package/out/index.js +1 -0
- package/out/mapping/product-event-to-scope-mapping.json +110 -61
- package/out/processor/full-validation-processor.d.ts.map +1 -1
- package/out/processor/full-validation-processor.js +0 -2
- package/out/schema/manifest-schema.json +504 -3
- package/out/schema/manifest.d.ts +221 -1
- package/out/scopes/deprecated-shipyard-scopes.json +1 -24
- package/out/scopes/index.d.ts +7 -0
- package/out/scopes/index.d.ts.map +1 -0
- package/out/scopes/index.js +22 -0
- package/out/scopes/shipyard-scopes.json +22 -0
- package/out/text/errors.d.ts +12 -1
- package/out/text/errors.d.ts.map +1 -1
- package/out/text/errors.js +12 -1
- package/out/types/module-types.d.ts +7 -1
- package/out/types/module-types.d.ts.map +1 -1
- package/out/types/module-types.js +7 -1
- package/out/utils/get-all-modules.d.ts +3 -0
- package/out/utils/get-all-modules.d.ts.map +1 -0
- package/out/utils/get-all-modules.js +4 -0
- package/out/utils/index.d.ts +1 -0
- package/out/utils/index.d.ts.map +1 -1
- package/out/utils/index.js +1 -0
- package/out/validators/modules-validator.js +2 -2
- package/out/validators/modules-validators/confluence/index.d.ts.map +1 -1
- package/out/validators/modules-validators/confluence/index.js +6 -0
- package/out/validators/modules-validators/confluence/validateCrossModulePropertyUniqueness.d.ts +4 -0
- package/out/validators/modules-validators/confluence/validateCrossModulePropertyUniqueness.d.ts.map +1 -0
- package/out/validators/modules-validators/confluence/validateCrossModulePropertyUniqueness.js +19 -0
- package/out/validators/modules-validators/confluence/validateCustomContentHierarchy.d.ts +4 -0
- package/out/validators/modules-validators/confluence/validateCustomContentHierarchy.d.ts.map +1 -0
- package/out/validators/modules-validators/confluence/validateCustomContentHierarchy.js +43 -0
- package/out/validators/modules-validators/confluence/validateKeyboardShortcuts.d.ts +4 -0
- package/out/validators/modules-validators/confluence/validateKeyboardShortcuts.d.ts.map +1 -0
- package/out/validators/modules-validators/confluence/validateKeyboardShortcuts.js +102 -0
- package/out/validators/modules-validators/confluence/validatePropertyUniqueness.d.ts.map +1 -1
- package/out/validators/modules-validators/confluence/validatePropertyUniqueness.js +1 -1
- package/out/validators/modules-validators/confluence/validateSingleProperty.d.ts.map +1 -1
- package/out/validators/modules-validators/jira/{issue-adjustment.d.ts → ui-modifications.d.ts} +2 -2
- package/out/validators/modules-validators/jira/ui-modifications.d.ts.map +1 -0
- package/out/validators/modules-validators/jira/{issue-adjustment.js → ui-modifications.js} +4 -4
- package/out/validators/product-trigger-scopes-validator.d.ts +2 -4
- package/out/validators/product-trigger-scopes-validator.d.ts.map +1 -1
- package/out/validators/product-trigger-scopes-validator.js +7 -21
- package/package.json +2 -1
- package/out/validators/deprecated-permissions-validator.d.ts +0 -7
- package/out/validators/deprecated-permissions-validator.d.ts.map +0 -1
- package/out/validators/deprecated-permissions-validator.js +0 -31
- package/out/validators/modules-validators/jira/issue-adjustment.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,186 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
-
## 0.0.0-experimental-
|
|
3
|
+
## 0.0.0-experimental-29a2cc1
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
+
- b447be2: CONFDEV-80332 Added validation for Custom Content modules
|
|
8
|
+
- 4285fc3: Added validator for cross-module uniqueness of property values and a validator for keyboard shortcut accelerators.
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- 74e00c8: Update manifest definitions
|
|
13
|
+
|
|
14
|
+
## 3.9.0-next.2
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- 4285fc36: Added validator for cross-module uniqueness of property values and a validator for keyboard shortcut accelerators.
|
|
19
|
+
|
|
20
|
+
## 3.9.0-next.1
|
|
21
|
+
|
|
22
|
+
### Minor Changes
|
|
23
|
+
|
|
24
|
+
- b447be27: CONFDEV-80332 Added validation for Custom Content modules
|
|
25
|
+
|
|
26
|
+
## 3.8.2-next.0
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- 74e00c86: Update manifest definitions
|
|
31
|
+
|
|
32
|
+
## 3.8.1
|
|
33
|
+
|
|
34
|
+
### Patch Changes
|
|
35
|
+
|
|
36
|
+
- a85953d8: Add IssueTypeEvent mappings
|
|
37
|
+
- 2c42df96: Add beta (granular) scope for custom field configuration event
|
|
38
|
+
- c52209fd: Update manifest definitions
|
|
39
|
+
|
|
40
|
+
## 3.8.1-next.1
|
|
41
|
+
|
|
42
|
+
### Patch Changes
|
|
43
|
+
|
|
44
|
+
- a85953d8: Add IssueTypeEvent mappings
|
|
45
|
+
|
|
46
|
+
## 3.8.1-next.0
|
|
47
|
+
|
|
48
|
+
### Patch Changes
|
|
49
|
+
|
|
50
|
+
- 2c42df9: Add beta (granular) scope for custom field configuration event
|
|
51
|
+
- c52209f: Update manifest definitions
|
|
52
|
+
|
|
53
|
+
## 3.8.0
|
|
54
|
+
|
|
55
|
+
### Minor Changes
|
|
56
|
+
|
|
57
|
+
- 74b6c3c: Adds jira:dashboardBackgroundScript module to module types.
|
|
58
|
+
|
|
59
|
+
### Patch Changes
|
|
60
|
+
|
|
61
|
+
- e892d27: Update manifest definitions
|
|
62
|
+
|
|
63
|
+
## 3.8.0-next.1
|
|
64
|
+
|
|
65
|
+
### Patch Changes
|
|
66
|
+
|
|
67
|
+
- e892d27d: Update manifest definitions
|
|
68
|
+
|
|
69
|
+
## 3.8.0-next.0
|
|
70
|
+
|
|
71
|
+
### Minor Changes
|
|
72
|
+
|
|
73
|
+
- 74b6c3c: Adds jira:dashboardBackgroundScript module to module types.
|
|
74
|
+
|
|
75
|
+
## 3.7.0
|
|
76
|
+
|
|
77
|
+
### Minor Changes
|
|
78
|
+
|
|
79
|
+
- ce4a65f: Hide Granular scopes
|
|
80
|
+
|
|
81
|
+
### Patch Changes
|
|
82
|
+
|
|
83
|
+
- 34d085a: Delete unused DeprecatedPermissionsValidator
|
|
84
|
+
- 9e700ef: Remove Deprecated Permissions validator due to Shipyard modification
|
|
85
|
+
- c87cdea: Update manifest definitions
|
|
86
|
+
|
|
87
|
+
## 3.7.0-next.1
|
|
88
|
+
|
|
89
|
+
### Minor Changes
|
|
90
|
+
|
|
91
|
+
- ce4a65f: Hide Granular scopes
|
|
92
|
+
|
|
93
|
+
### Patch Changes
|
|
94
|
+
|
|
95
|
+
- 34d085a: Delete unused DeprecatedPermissionsValidator
|
|
96
|
+
- c87cdea: Update manifest definitions
|
|
97
|
+
|
|
98
|
+
## 3.6.1-next.0
|
|
99
|
+
|
|
100
|
+
### Patch Changes
|
|
101
|
+
|
|
102
|
+
- 9e700ef8: Remove Deprecated Permissions validator due to Shipyard modification
|
|
103
|
+
|
|
104
|
+
## 3.6.0
|
|
105
|
+
|
|
106
|
+
### Minor Changes
|
|
107
|
+
|
|
108
|
+
- 1a8d47c: Add following Jira Service Management modules:
|
|
109
|
+
|
|
110
|
+
- jiraServiceManagement:portalUserMenuAction module
|
|
111
|
+
- jiraServiceManagement:portalRequestViewAction module
|
|
112
|
+
|
|
113
|
+
- e314dd0: Renaming Issue Adjustments to UI modifications
|
|
114
|
+
- 2bd062d: Add support for Forge Post Functions module
|
|
115
|
+
- 9047581: Add compass:dataProvider module
|
|
116
|
+
|
|
117
|
+
### Patch Changes
|
|
118
|
+
|
|
119
|
+
- 0137135: Scopes for failed expression event
|
|
120
|
+
- 5c9419f: Update manifest definitions
|
|
121
|
+
- e8a6926: Update manifest definitions
|
|
122
|
+
- cb28bc0: Update manifest definitions
|
|
123
|
+
- 0920759: Update manifest definitions
|
|
124
|
+
|
|
125
|
+
## 3.6.0-next.7
|
|
126
|
+
|
|
127
|
+
### Patch Changes
|
|
128
|
+
|
|
129
|
+
- 0920759f: Update manifest definitions
|
|
130
|
+
|
|
131
|
+
## 3.6.0-next.6
|
|
132
|
+
|
|
133
|
+
### Minor Changes
|
|
134
|
+
|
|
135
|
+
- 2bd062d0: Add support for Forge Post Functions module
|
|
136
|
+
|
|
137
|
+
## 3.6.0-next.5
|
|
138
|
+
|
|
139
|
+
### Patch Changes
|
|
140
|
+
|
|
141
|
+
- cb28bc0: Update manifest definitions
|
|
142
|
+
|
|
143
|
+
## 3.6.0-next.4
|
|
144
|
+
|
|
145
|
+
### Minor Changes
|
|
146
|
+
|
|
147
|
+
- e314dd0: Renaming Issue Adjustments to UI modifications
|
|
148
|
+
|
|
149
|
+
## 3.6.0-next.3
|
|
150
|
+
|
|
151
|
+
### Minor Changes
|
|
152
|
+
|
|
153
|
+
- 90475812: Add compass:dataProvider module
|
|
154
|
+
|
|
155
|
+
## 3.6.0-next.2
|
|
156
|
+
|
|
157
|
+
### Patch Changes
|
|
158
|
+
|
|
159
|
+
- 5c9419f4: Update manifest definitions
|
|
160
|
+
- e8a69267: Update manifest definitions
|
|
161
|
+
|
|
162
|
+
## 3.6.0-next.1
|
|
163
|
+
|
|
164
|
+
### Minor Changes
|
|
165
|
+
|
|
166
|
+
- 1a8d47c0: Add following Jira Service Management modules:
|
|
167
|
+
|
|
168
|
+
- jiraServiceManagement:portalUserMenuAction module
|
|
169
|
+
- jiraServiceManagement:portalRequestViewAction module
|
|
170
|
+
|
|
171
|
+
## 3.5.1-next.0
|
|
172
|
+
|
|
173
|
+
### Patch Changes
|
|
174
|
+
|
|
175
|
+
- 01371351: Scopes for failed expression event
|
|
176
|
+
|
|
177
|
+
## 3.5.0
|
|
178
|
+
|
|
179
|
+
### Minor Changes
|
|
180
|
+
|
|
181
|
+
- 3d82376: Added confluence:customContent module
|
|
7
182
|
- d094c69: [CONFDEV-79785] Add manifest validation for confluence:globalSettings new, optional, useAsConfig property to ensure it's only designated once
|
|
8
|
-
-
|
|
183
|
+
- ba674590: Add validation for Issue Adjustments module
|
|
9
184
|
- f3ac287: [CONFDEV-79900] Add manifest validation for confluence:spaceSettings, confluence:globalPage, confluence:spacePage to ensure that route param is unique
|
|
10
185
|
- d196b41: [CONFDEV-79785] Add manifest validation for confluence:globalSettings new, optional, useAsGetStarted property to ensure it's only designated once
|
|
11
186
|
|
|
@@ -17,6 +192,12 @@
|
|
|
17
192
|
- 02839be: Update manifest definitions
|
|
18
193
|
- ffb508a: Update manifest definitions
|
|
19
194
|
|
|
195
|
+
## 3.5.0-next.7
|
|
196
|
+
|
|
197
|
+
### Minor Changes
|
|
198
|
+
|
|
199
|
+
- 3d82376: Added confluence:customContent module
|
|
200
|
+
|
|
20
201
|
## 3.5.0-next.6
|
|
21
202
|
|
|
22
203
|
### Minor Changes
|
package/out/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import { ManifestSchema } from './schema/manifest';
|
|
|
3
3
|
import { BasicManifestSchema } from './schema/basic-manifest';
|
|
4
4
|
export * from './builder';
|
|
5
5
|
export * from './processor';
|
|
6
|
+
export * from './scopes';
|
|
6
7
|
export * from './text';
|
|
7
8
|
export * from './types';
|
|
8
9
|
export * from './utils';
|
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,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,GAAG,EAAE,SAAS,EAAE,WAAW,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAEzG,eAAO,MAAM,QAAQ,+BAET,MAAM,GAAG,SAAS,KAC3B,wBAAwB,CAAC,cAAc,GAAG,mBAAmB,CAK/D,CAAC"}
|
|
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,EAAE,OAAO,EAAE,cAAc,EAAE,GAAG,EAAE,SAAS,EAAE,WAAW,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAEzG,eAAO,MAAM,QAAQ,+BAET,MAAM,GAAG,SAAS,KAC3B,wBAAwB,CAAC,cAAc,GAAG,mBAAmB,CAK/D,CAAC"}
|
package/out/index.js
CHANGED
|
@@ -6,6 +6,7 @@ const types_1 = require("./types");
|
|
|
6
6
|
const builder_1 = require("./builder");
|
|
7
7
|
tslib_1.__exportStar(require("./builder"), exports);
|
|
8
8
|
tslib_1.__exportStar(require("./processor"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./scopes"), exports);
|
|
9
10
|
tslib_1.__exportStar(require("./text"), exports);
|
|
10
11
|
tslib_1.__exportStar(require("./types"), exports);
|
|
11
12
|
tslib_1.__exportStar(require("./utils"), exports);
|