@forge/manifest 0.0.0-experimental-64caa5a → 0.0.0-experimental-490cfcf
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 +355 -6
- package/out/index.d.ts +1 -1
- package/out/index.d.ts.map +1 -1
- package/out/mapping/product-event-to-scope-mapping.json +334 -110
- package/out/processor/full-validation-processor.d.ts.map +1 -1
- package/out/processor/full-validation-processor.js +3 -0
- package/out/schema/basic-manifest-schema.json +32 -0
- package/out/schema/basic-manifest.d.ts +13 -0
- package/out/schema/manifest-schema.json +2345 -1035
- package/out/schema/manifest.d.ts +1853 -1019
- package/out/scopes/deprecated-shipyard-scopes.json +24 -0
- package/out/scopes/shipyard-scopes.json +49 -69
- package/out/text/errors.d.ts +6 -0
- package/out/text/errors.d.ts.map +1 -1
- package/out/text/errors.js +8 -2
- package/out/types/egress-types.d.ts +1 -1
- package/out/types/egress-types.d.ts.map +1 -1
- package/out/types/egress-types.js +3 -1
- package/out/types/module-types.d.ts +9 -0
- package/out/types/module-types.d.ts.map +1 -1
- package/out/types/module-types.js +9 -0
- package/out/validators/connect-authentication-validator.d.ts +7 -0
- package/out/validators/connect-authentication-validator.d.ts.map +1 -0
- package/out/validators/connect-authentication-validator.js +27 -0
- package/out/validators/deprecated-permissions-validator.d.ts +7 -0
- package/out/validators/deprecated-permissions-validator.d.ts.map +1 -0
- package/out/validators/deprecated-permissions-validator.js +31 -0
- package/out/validators/index.d.ts +1 -0
- package/out/validators/index.d.ts.map +1 -1
- package/out/validators/index.js +1 -0
- package/out/validators/modules-validator.d.ts.map +1 -1
- package/out/validators/modules-validator.js +12 -3
- package/out/validators/permissions-validator.d.ts +6 -0
- package/out/validators/permissions-validator.d.ts.map +1 -1
- package/out/validators/permissions-validator.js +78 -69
- package/out/validators/product-trigger-scopes-validator.d.ts +4 -1
- package/out/validators/product-trigger-scopes-validator.d.ts.map +1 -1
- package/out/validators/product-trigger-scopes-validator.js +23 -7
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,35 +1,384 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
-
## 0.0.0-experimental-
|
|
3
|
+
## 0.0.0-experimental-490cfcf
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 54bf134: Update manifest definitions
|
|
8
|
+
- 2484683: Update manifest definitions
|
|
9
|
+
|
|
10
|
+
## 3.3.1-next.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 24846832: Update manifest definitions
|
|
15
|
+
|
|
16
|
+
## 3.3.1-next.0
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 54bf134: Update manifest definitions
|
|
21
|
+
|
|
22
|
+
## 3.3.0
|
|
23
|
+
|
|
24
|
+
### Minor Changes
|
|
25
|
+
|
|
26
|
+
- fcd9580: Add support for compass:teamPage extensions
|
|
27
|
+
- 6c44d2b: Add following Jira Service Management modules:
|
|
28
|
+
- jiraServiceManagement:organizationPanel module
|
|
29
|
+
- jiraServiceManagement:portalHeader module
|
|
30
|
+
- jiraServiceManagement:portalSubheader module
|
|
31
|
+
- jiraServiceManagement:portalFooter module
|
|
32
|
+
- jiraServiceManagement:portalRequestDetail module
|
|
33
|
+
- jiraServiceManagement:portalRequestDetailPanel module
|
|
34
|
+
- jiraServiceManagement:queuePage module
|
|
35
|
+
- jiraServiceManagement:portalProfilePanel module
|
|
36
|
+
- e95919f: Added blob csp support for script content permissions with manifest validation
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- e822a8a: Update manifest definitions
|
|
41
|
+
- 720953f: Update manifest definitions
|
|
42
|
+
- 2420378: Update manifest definitions
|
|
43
|
+
- 051ed1f: Update manifest definitions
|
|
44
|
+
- ad94136: Update manifest definitions
|
|
45
|
+
- e65d33e: Update manifest definitions
|
|
46
|
+
- ae111cd: Update manifest definitions
|
|
47
|
+
- 8e35955: Update manifest definitions
|
|
48
|
+
- c255b24: Update manifest definitions
|
|
49
|
+
- f894871: Update manifest definitions
|
|
50
|
+
- Updated dependencies [88e57a12]
|
|
51
|
+
- @forge/util@1.2.0
|
|
52
|
+
|
|
53
|
+
## 3.3.0-next.9
|
|
54
|
+
|
|
55
|
+
### Patch Changes
|
|
56
|
+
|
|
57
|
+
- 720953f: Update manifest definitions
|
|
58
|
+
|
|
59
|
+
## 3.3.0-next.8
|
|
60
|
+
|
|
61
|
+
### Minor Changes
|
|
62
|
+
|
|
63
|
+
- fcd95803: Add support for compass:teamPage extensions
|
|
64
|
+
|
|
65
|
+
### Patch Changes
|
|
66
|
+
|
|
67
|
+
- e65d33e6: Update manifest definitions
|
|
68
|
+
|
|
69
|
+
## 3.3.0-next.7
|
|
70
|
+
|
|
71
|
+
### Patch Changes
|
|
72
|
+
|
|
73
|
+
- 8e35955: Update manifest definitions
|
|
74
|
+
|
|
75
|
+
## 3.3.0-next.6
|
|
76
|
+
|
|
77
|
+
### Patch Changes
|
|
78
|
+
|
|
79
|
+
- ad94136: Update manifest definitions
|
|
80
|
+
|
|
81
|
+
## 3.3.0-next.5
|
|
82
|
+
|
|
83
|
+
### Minor Changes
|
|
84
|
+
|
|
85
|
+
- e95919f: Added blob csp support for script content permissions with manifest validation
|
|
86
|
+
|
|
87
|
+
### Patch Changes
|
|
88
|
+
|
|
89
|
+
- f894871: Update manifest definitions
|
|
90
|
+
|
|
91
|
+
## 3.3.0-next.4
|
|
92
|
+
|
|
93
|
+
### Patch Changes
|
|
94
|
+
|
|
95
|
+
- ae111cd: Update manifest definitions
|
|
96
|
+
|
|
97
|
+
## 3.3.0-next.3
|
|
98
|
+
|
|
99
|
+
### Minor Changes
|
|
100
|
+
|
|
101
|
+
- 6c44d2b: Add following Jira Service Management modules:
|
|
102
|
+
- jiraServiceManagement:organizationPanel module
|
|
103
|
+
- jiraServiceManagement:portalHeader module
|
|
104
|
+
- jiraServiceManagement:portalSubheader module
|
|
105
|
+
- jiraServiceManagement:portalFooter module
|
|
106
|
+
- jiraServiceManagement:portalRequestDetail module
|
|
107
|
+
- jiraServiceManagement:portalRequestDetailPanel module
|
|
108
|
+
- jiraServiceManagement:queuePage module
|
|
109
|
+
- jiraServiceManagement:portalProfilePanel module
|
|
110
|
+
|
|
111
|
+
### Patch Changes
|
|
112
|
+
|
|
113
|
+
- 051ed1f: Update manifest definitions
|
|
114
|
+
|
|
115
|
+
## 3.3.0-next.2
|
|
116
|
+
|
|
117
|
+
### Patch Changes
|
|
118
|
+
|
|
119
|
+
- e822a8a: Update manifest definitions
|
|
120
|
+
- c255b24: Update manifest definitions
|
|
121
|
+
- Updated dependencies [88e57a1]
|
|
122
|
+
- @forge/util@1.2.0-next.0
|
|
123
|
+
|
|
124
|
+
## 3.3.0-next.1
|
|
125
|
+
|
|
126
|
+
### Patch Changes
|
|
127
|
+
|
|
128
|
+
- 24203783: Update manifest definitions
|
|
129
|
+
|
|
130
|
+
## 3.3.0-next.0
|
|
131
|
+
|
|
132
|
+
### Minor Changes
|
|
133
|
+
|
|
134
|
+
- c145946: Add following Jira Service Management modules:
|
|
135
|
+
- jiraServiceManagement:organizationPanel module
|
|
136
|
+
- jiraServiceManagement:portalHeader module
|
|
137
|
+
- jiraServiceManagement:portalSubheader module
|
|
138
|
+
- jiraServiceManagement:portalFooter module
|
|
139
|
+
- jiraServiceManagement:portalRequestDetail module
|
|
140
|
+
- jiraServiceManagement:portalRequestDetailPanel module
|
|
141
|
+
- jiraServiceManagement:queuePage module
|
|
142
|
+
- jiraServiceManagement:portalProfilePanel module
|
|
143
|
+
|
|
144
|
+
## 3.2.0
|
|
145
|
+
|
|
146
|
+
### Minor Changes
|
|
147
|
+
|
|
148
|
+
- 7f869f7: Added manifest validation for modules using Subpages
|
|
149
|
+
- 72e020c: Adds schemas properties for Data Classifications
|
|
150
|
+
|
|
151
|
+
### Patch Changes
|
|
152
|
+
|
|
153
|
+
- b2cef71: Update manifest definitions
|
|
154
|
+
- 254b239: Update manifest definitions
|
|
155
|
+
- 47744fc: Update manifest definitions
|
|
156
|
+
- 860c4fb: Update manifest definitions
|
|
157
|
+
- 66e969f: Update manifest definitions
|
|
158
|
+
- 2c635f9: Update manifest definitions
|
|
159
|
+
|
|
160
|
+
## 3.2.0-next.6
|
|
161
|
+
|
|
162
|
+
### Patch Changes
|
|
163
|
+
|
|
164
|
+
- 860c4fb0: Update manifest definitions
|
|
165
|
+
|
|
166
|
+
## 3.2.0-next.5
|
|
167
|
+
|
|
168
|
+
### Minor Changes
|
|
169
|
+
|
|
170
|
+
- 72e020c: Adds schemas properties for Data Classifications
|
|
171
|
+
|
|
172
|
+
## 3.2.0-next.4
|
|
173
|
+
|
|
174
|
+
### Patch Changes
|
|
175
|
+
|
|
176
|
+
- 254b2397: Update manifest definitions
|
|
177
|
+
|
|
178
|
+
## 3.2.0-next.3
|
|
179
|
+
|
|
180
|
+
### Patch Changes
|
|
181
|
+
|
|
182
|
+
- b2cef71d: Update manifest definitions
|
|
183
|
+
|
|
184
|
+
## 3.2.0-next.2
|
|
185
|
+
|
|
186
|
+
### Minor Changes
|
|
187
|
+
|
|
188
|
+
- 7f869f7: Added manifest validation for modules using Subpages
|
|
189
|
+
|
|
190
|
+
## 3.1.1-next.1
|
|
191
|
+
|
|
192
|
+
### Patch Changes
|
|
193
|
+
|
|
194
|
+
- 47744fc: Update manifest definitions
|
|
195
|
+
|
|
196
|
+
## 3.1.1-next.0
|
|
197
|
+
|
|
198
|
+
### Patch Changes
|
|
199
|
+
|
|
200
|
+
- 2c635f9: Update manifest definitions
|
|
201
|
+
|
|
202
|
+
## 3.1.0
|
|
203
|
+
|
|
204
|
+
### Minor Changes
|
|
205
|
+
|
|
206
|
+
- 037c31a5: Upgrade webpack from 4 to 5 and other relavent packages to fix the issue for node17+ (openssl change)
|
|
207
|
+
- 813f8f3: Add remotes to external auth config
|
|
208
|
+
|
|
209
|
+
### Patch Changes
|
|
210
|
+
|
|
211
|
+
- debe251: Accept both deprecated scopes and granular scopes when verifying scopes required for product events.
|
|
212
|
+
- f6901fd: Fix invalid scope in product event linting.
|
|
213
|
+
- 8ee1c58: Update manifest definitions
|
|
214
|
+
- 67d2e17: Update manifest definitions
|
|
215
|
+
- 14102be: Update manifest definitions
|
|
216
|
+
- 7b2d17a: Update manifest definitions
|
|
217
|
+
- 8aaa65c: Update manifest definitions
|
|
218
|
+
- d3ccc04: Update manifest definitions
|
|
219
|
+
- 5152239: Update manifest definitions
|
|
220
|
+
- Updated dependencies [037c31a5]
|
|
221
|
+
- @forge/util@1.1.0
|
|
222
|
+
|
|
223
|
+
## 3.1.0-next.9
|
|
224
|
+
|
|
225
|
+
### Patch Changes
|
|
226
|
+
|
|
227
|
+
- 8aaa65c: Update manifest definitions
|
|
228
|
+
|
|
229
|
+
## 3.1.0-next.8
|
|
230
|
+
|
|
231
|
+
### Patch Changes
|
|
232
|
+
|
|
233
|
+
- 67d2e17c: Update manifest definitions
|
|
234
|
+
|
|
235
|
+
## 3.1.0-next.7
|
|
236
|
+
|
|
237
|
+
### Minor Changes
|
|
238
|
+
|
|
239
|
+
- 037c31a: Upgrade webpack from 4 to 5 and other relavent packages to fix the issue for node17+ (openssl change)
|
|
240
|
+
|
|
241
|
+
### Patch Changes
|
|
242
|
+
|
|
243
|
+
- Updated dependencies [037c31a]
|
|
244
|
+
- @forge/util@1.1.0-next.0
|
|
245
|
+
|
|
246
|
+
## 3.1.0-next.6
|
|
247
|
+
|
|
248
|
+
### Patch Changes
|
|
249
|
+
|
|
250
|
+
- 7b2d17a: Update manifest definitions
|
|
251
|
+
|
|
252
|
+
## 3.1.0-next.5
|
|
253
|
+
|
|
254
|
+
### Patch Changes
|
|
255
|
+
|
|
256
|
+
- f6901fd: Fix invalid scope in product event linting.
|
|
257
|
+
|
|
258
|
+
## 3.1.0-next.4
|
|
259
|
+
|
|
260
|
+
### Patch Changes
|
|
261
|
+
|
|
262
|
+
- d3ccc04: Update manifest definitions
|
|
263
|
+
|
|
264
|
+
## 3.1.0-next.3
|
|
265
|
+
|
|
266
|
+
### Patch Changes
|
|
267
|
+
|
|
268
|
+
- debe251: Accept both deprecated scopes and granular scopes when verifying scopes required for product events.
|
|
269
|
+
|
|
270
|
+
## 3.1.0-next.2
|
|
271
|
+
|
|
272
|
+
### Patch Changes
|
|
273
|
+
|
|
274
|
+
- 14102be: Update manifest definitions
|
|
275
|
+
|
|
276
|
+
## 3.1.0-next.1
|
|
277
|
+
|
|
278
|
+
### Patch Changes
|
|
279
|
+
|
|
280
|
+
- 8ee1c58: Update manifest definitions
|
|
281
|
+
|
|
282
|
+
## 3.1.0-next.0
|
|
283
|
+
|
|
284
|
+
### Minor Changes
|
|
285
|
+
|
|
286
|
+
- 813f8f3: Add remotes to external auth config
|
|
287
|
+
|
|
288
|
+
### Patch Changes
|
|
289
|
+
|
|
290
|
+
- 5152239: Update manifest definitions
|
|
291
|
+
|
|
292
|
+
## 3.0.0
|
|
293
|
+
|
|
294
|
+
### Major Changes
|
|
295
|
+
|
|
296
|
+
- 4cfa56d: make bearerMethod mandatory in external auth config
|
|
4
297
|
|
|
5
298
|
### Minor Changes
|
|
6
299
|
|
|
7
300
|
- bd6e025: Add confluence:globalPage module
|
|
301
|
+
- 1c196ff: Add support for external fetch client to reference remote
|
|
302
|
+
- 218fe20: Added an optional connect.authentication property to indicate how the harmonized forge app will be authenticating with tenant API's - using "jwt" or "oauth2". If not specified it defaults to "jwt".
|
|
303
|
+
- 2bca1c0: Show a warning message during forge lint if manifest has deprecated permission scope
|
|
8
304
|
- 0a39c43: Updating forge-manifest to include new Compass Metric scopes
|
|
9
305
|
|
|
10
306
|
### Patch Changes
|
|
11
307
|
|
|
12
|
-
-
|
|
308
|
+
- 271b98a: add new, granular scopes for custom field related product events
|
|
13
309
|
- 22a488e: Add avi:jira:updated:field:context:configuration product event for scope mapping
|
|
14
|
-
- 62089be: Reverting warning message for deprecated non granular scopes as the release date of granular scope is delayed by 2 weeks
|
|
15
310
|
- 689c09b: Update manifest definitions
|
|
16
311
|
- b97660c: Update manifest definitions
|
|
17
312
|
- 7c0d2ee: Update manifest definitions
|
|
18
|
-
-
|
|
313
|
+
- 1dba082: Update manifest definitions
|
|
19
314
|
- d3afe01: Update manifest definitions
|
|
20
315
|
- dfe9dd8: Update manifest definitions
|
|
21
316
|
- 91ea057: Update manifest definitions
|
|
22
317
|
- 3010f0e: Update manifest definitions
|
|
23
318
|
- 2b7c32b: Update manifest definitions
|
|
319
|
+
- e7ee3a7: Update manifest definitions
|
|
24
320
|
- 92d081d: Update manifest definitions
|
|
25
321
|
- d3c8c8d: Update manifest definitions
|
|
322
|
+
- fca240d: Update manifest definitions
|
|
26
323
|
- 36c7c8f: Update manifest definitions
|
|
27
324
|
- d2f6992: Update manifest definitions
|
|
28
|
-
-
|
|
325
|
+
- d18c9f1: Update manifest definitions
|
|
326
|
+
- 1dba082: Update manifest definitions
|
|
327
|
+
- fa963b1: Update manifest definitions
|
|
29
328
|
- 0a7725f: Update manifest definitions
|
|
30
|
-
-
|
|
329
|
+
- 1dba082: Update manifest definitions
|
|
31
330
|
- e4a14c7: Update manifest definitions
|
|
32
331
|
- 2bb89c5: Update manifest definitions
|
|
332
|
+
- 5875eb3: Update manifest definitions
|
|
333
|
+
|
|
334
|
+
## 3.0.0-next.21
|
|
335
|
+
|
|
336
|
+
### Major Changes
|
|
337
|
+
|
|
338
|
+
- 4cfa56d: make bearerMethod mandatory in external auth config
|
|
339
|
+
|
|
340
|
+
### Patch Changes
|
|
341
|
+
|
|
342
|
+
- fca240d: Update manifest definitions
|
|
343
|
+
|
|
344
|
+
## 2.6.0-next.20
|
|
345
|
+
|
|
346
|
+
### Minor Changes
|
|
347
|
+
|
|
348
|
+
- 2bca1c0: Show a warning message during forge lint if manifest has deprecated permission scope
|
|
349
|
+
|
|
350
|
+
### Patch Changes
|
|
351
|
+
|
|
352
|
+
- 271b98a: add new, granular scopes for custom field related product events
|
|
353
|
+
|
|
354
|
+
## 2.6.0-next.19
|
|
355
|
+
|
|
356
|
+
### Patch Changes
|
|
357
|
+
|
|
358
|
+
- d18c9f1: Update manifest definitions
|
|
359
|
+
- 5875eb3: Update manifest definitions
|
|
360
|
+
|
|
361
|
+
## 2.6.0-next.18
|
|
362
|
+
|
|
363
|
+
### Minor Changes
|
|
364
|
+
|
|
365
|
+
- 1c196ff: Add support for external fetch client to reference remote
|
|
366
|
+
|
|
367
|
+
### Patch Changes
|
|
368
|
+
|
|
369
|
+
- e7ee3a7: Update manifest definitions
|
|
370
|
+
|
|
371
|
+
## 2.6.0-next.17
|
|
372
|
+
|
|
373
|
+
### Patch Changes
|
|
374
|
+
|
|
375
|
+
- fa963b1: Update manifest definitions
|
|
376
|
+
|
|
377
|
+
## 2.6.0-next.16
|
|
378
|
+
|
|
379
|
+
### Minor Changes
|
|
380
|
+
|
|
381
|
+
- 218fe20: Added an optional connect.authentication property to indicate how the harmonized forge app will be authenticating with tenant API's - using "jwt" or "oauth2". If not specified it defaults to "jwt".
|
|
33
382
|
|
|
34
383
|
## 2.6.0-next.15
|
|
35
384
|
|
package/out/index.d.ts
CHANGED
|
@@ -7,6 +7,6 @@ export * from './text';
|
|
|
7
7
|
export * from './types';
|
|
8
8
|
export * from './utils';
|
|
9
9
|
export * from './validators';
|
|
10
|
-
export { Modules, ManifestSchema, App, Resources, Permissions, Remotes } from './schema/manifest';
|
|
10
|
+
export { Modules, ManifestSchema, App, Resources, Permissions, Remotes, Fetch } from './schema/manifest';
|
|
11
11
|
export declare const validate: (basic?: boolean, manifest?: string | undefined) => ManifestValidationResult<ManifestSchema | BasicManifestSchema>;
|
|
12
12
|
//# 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,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,MAAM,mBAAmB,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,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"}
|