@forge/manifest 0.0.0-experimental-d8cea00 → 0.0.0-experimental-64caa5a
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 +354 -2
- package/out/builder/processor-builder.d.ts.map +1 -1
- package/out/builder/processor-builder.js +3 -0
- package/out/mapping/product-event-to-scope-mapping.json +90 -0
- package/out/processor/deprecated-csp-method-validation-processor.d.ts +6 -0
- package/out/processor/deprecated-csp-method-validation-processor.d.ts.map +1 -0
- package/out/processor/deprecated-csp-method-validation-processor.js +18 -0
- package/out/schema/manifest-schema.json +1814 -530
- package/out/schema/manifest.d.ts +1157 -575
- package/out/scopes/shipyard-scopes.json +170 -45
- package/out/text/errors.d.ts +1 -0
- package/out/text/errors.d.ts.map +1 -1
- package/out/text/errors.js +1 -0
- package/out/types/module-types.d.ts +2 -0
- package/out/types/module-types.d.ts.map +1 -1
- package/out/types/module-types.js +2 -0
- package/out/types/validation-types.d.ts +2 -1
- package/out/types/validation-types.d.ts.map +1 -1
- package/out/types/validation-types.js +1 -0
- package/out/validators/modules-validator.js +1 -1
- package/out/validators/resources-validator.d.ts.map +1 -1
- package/out/validators/resources-validator.js +26 -2
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,368 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
-
## 0.0.0-experimental-
|
|
3
|
+
## 0.0.0-experimental-64caa5a
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- bd6e025: Add confluence:globalPage module
|
|
8
|
+
- 0a39c43: Updating forge-manifest to include new Compass Metric scopes
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- a0a2c5b: Reverting new granular scopes for custom field related product events as the release date of granular scope is delayed by 2 weeks
|
|
13
|
+
- 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
|
+
- 689c09b: Update manifest definitions
|
|
16
|
+
- b97660c: Update manifest definitions
|
|
17
|
+
- 7c0d2ee: Update manifest definitions
|
|
18
|
+
- 06209fc: Update manifest definitions
|
|
19
|
+
- d3afe01: Update manifest definitions
|
|
20
|
+
- dfe9dd8: Update manifest definitions
|
|
21
|
+
- 91ea057: Update manifest definitions
|
|
22
|
+
- 3010f0e: Update manifest definitions
|
|
23
|
+
- 2b7c32b: Update manifest definitions
|
|
24
|
+
- 92d081d: Update manifest definitions
|
|
25
|
+
- d3c8c8d: Update manifest definitions
|
|
26
|
+
- 36c7c8f: Update manifest definitions
|
|
27
|
+
- d2f6992: Update manifest definitions
|
|
28
|
+
- a017696: Update manifest definitions
|
|
29
|
+
- 0a7725f: Update manifest definitions
|
|
30
|
+
- af1473c: Update manifest definitions
|
|
31
|
+
- e4a14c7: Update manifest definitions
|
|
32
|
+
- 2bb89c5: Update manifest definitions
|
|
33
|
+
|
|
34
|
+
## 2.6.0-next.15
|
|
35
|
+
|
|
36
|
+
### Patch Changes
|
|
37
|
+
|
|
38
|
+
- e4a14c7: Update manifest definitions
|
|
39
|
+
|
|
40
|
+
## 2.6.0-next.14
|
|
41
|
+
|
|
42
|
+
### Patch Changes
|
|
43
|
+
|
|
44
|
+
- 2b7c32b: Update manifest definitions
|
|
45
|
+
|
|
46
|
+
## 2.6.0-next.13
|
|
47
|
+
|
|
48
|
+
### Patch Changes
|
|
49
|
+
|
|
50
|
+
- a0a2c5b: Reverting new granular scopes for custom field related product events as the release date of granular scope is delayed by 2 weeks
|
|
51
|
+
- 689c09b: Update manifest definitions
|
|
52
|
+
- 92d081d: Update manifest definitions
|
|
53
|
+
- 36c7c8f: Update manifest definitions
|
|
54
|
+
|
|
55
|
+
## 2.6.0-next.12
|
|
56
|
+
|
|
57
|
+
### Patch Changes
|
|
58
|
+
|
|
59
|
+
- 62089be: Reverting warning message for deprecated non granular scopes as the release date of granular scope is delayed by 2 weeks
|
|
60
|
+
|
|
61
|
+
## 2.6.0-next.11
|
|
62
|
+
|
|
63
|
+
### Patch Changes
|
|
64
|
+
|
|
65
|
+
- dfe9dd8: Update manifest definitions
|
|
66
|
+
- d3c8c8d: Update manifest definitions
|
|
67
|
+
- 0a7725f: Update manifest definitions
|
|
68
|
+
- 2bb89c5: Update manifest definitions
|
|
69
|
+
|
|
70
|
+
## 2.6.0-next.10
|
|
71
|
+
|
|
72
|
+
### Minor Changes
|
|
73
|
+
|
|
74
|
+
- bd6e025: Add confluence:globalPage module
|
|
75
|
+
|
|
76
|
+
### Patch Changes
|
|
77
|
+
|
|
78
|
+
- d2f6992: Update manifest definitions
|
|
79
|
+
|
|
80
|
+
## 2.6.0-next.9
|
|
81
|
+
|
|
82
|
+
### Patch Changes
|
|
83
|
+
|
|
84
|
+
- 22a488ec: Add avi:jira:updated:field:context:configuration product event for scope mapping
|
|
85
|
+
|
|
86
|
+
## 2.6.0-next.8
|
|
87
|
+
|
|
88
|
+
### Patch Changes
|
|
89
|
+
|
|
90
|
+
- c0e5696: add new, granular scopes for custom field related product events
|
|
91
|
+
- 7c0d2ee: Update manifest definitions
|
|
92
|
+
|
|
93
|
+
## 2.6.0-next.7
|
|
94
|
+
|
|
95
|
+
### Patch Changes
|
|
96
|
+
|
|
97
|
+
- d3afe01: Update manifest definitions
|
|
98
|
+
|
|
99
|
+
## 2.6.0-next.6
|
|
100
|
+
|
|
101
|
+
### Minor Changes
|
|
102
|
+
|
|
103
|
+
- cdd8645: Show a warning message during forge lint if manifest has deprecated permission scope
|
|
104
|
+
|
|
105
|
+
### Patch Changes
|
|
106
|
+
|
|
107
|
+
- b97660c: Update manifest definitions
|
|
108
|
+
|
|
109
|
+
## 2.6.0-next.5
|
|
110
|
+
|
|
111
|
+
### Minor Changes
|
|
112
|
+
|
|
113
|
+
- 0a39c43: Updating forge-manifest to include new Compass Metric scopes
|
|
114
|
+
|
|
115
|
+
## 2.5.1-next.4
|
|
116
|
+
|
|
117
|
+
### Patch Changes
|
|
118
|
+
|
|
119
|
+
- 91ea057: Update manifest definitions
|
|
120
|
+
|
|
121
|
+
## 2.5.1-next.3
|
|
122
|
+
|
|
123
|
+
### Patch Changes
|
|
124
|
+
|
|
125
|
+
- 3010f0e: Update manifest definitions
|
|
126
|
+
|
|
127
|
+
## 2.5.1-next.2
|
|
128
|
+
|
|
129
|
+
### Patch Changes
|
|
130
|
+
|
|
131
|
+
- a017696: Update manifest definitions
|
|
132
|
+
|
|
133
|
+
## 2.5.1-next.1
|
|
134
|
+
|
|
135
|
+
### Patch Changes
|
|
136
|
+
|
|
137
|
+
- af1473c: Update manifest definitions
|
|
138
|
+
|
|
139
|
+
## 2.5.1-next.0
|
|
140
|
+
|
|
141
|
+
### Patch Changes
|
|
142
|
+
|
|
143
|
+
- 06209fc: Update manifest definitions
|
|
144
|
+
|
|
145
|
+
## 2.5.0
|
|
146
|
+
|
|
147
|
+
### Minor Changes
|
|
148
|
+
|
|
149
|
+
- 70e9c8c: Add Jira global full page and Jira projects settings full page extensions
|
|
150
|
+
|
|
151
|
+
### Patch Changes
|
|
152
|
+
|
|
153
|
+
- 4de9850: Added new product events to scope mapping for custom field: deleted/updated/trashed/restored
|
|
154
|
+
- fde4ba7: Adds Compass component link product event -> OAuth scope mapping
|
|
155
|
+
- 601527b: Add scope mappings for Confluence space events
|
|
156
|
+
- 755e35e: Added new product events to scope mapping for custom field context: added/updated/deleted
|
|
157
|
+
- a5656f6: Update manifest definitions
|
|
158
|
+
- cc8799c: Update manifest definitions
|
|
159
|
+
- f5eb8e0: Update manifest definitions
|
|
160
|
+
- f013199: Update manifest definitions
|
|
161
|
+
- 78d682f: Update manifest definitions
|
|
162
|
+
- 70e9c8c: Update manifest definitions
|
|
163
|
+
- dec8066: Update manifest definitions
|
|
164
|
+
- 0e82242: Update manifest definitions
|
|
165
|
+
|
|
166
|
+
## 2.5.0-next.10
|
|
167
|
+
|
|
168
|
+
### Patch Changes
|
|
169
|
+
|
|
170
|
+
- fde4ba7: Adds Compass component link product event -> OAuth scope mapping
|
|
171
|
+
|
|
172
|
+
## 2.5.0-next.9
|
|
173
|
+
|
|
174
|
+
### Patch Changes
|
|
175
|
+
|
|
176
|
+
- 601527b: Add scope mappings for Confluence space events
|
|
177
|
+
|
|
178
|
+
## 2.5.0-next.8
|
|
179
|
+
|
|
180
|
+
### Patch Changes
|
|
181
|
+
|
|
182
|
+
- a5656f6: Update manifest definitions
|
|
183
|
+
- 78d682f: Update manifest definitions
|
|
184
|
+
|
|
185
|
+
## 2.5.0-next.7
|
|
186
|
+
|
|
187
|
+
### Patch Changes
|
|
188
|
+
|
|
189
|
+
- cc8799c: Update manifest definitions
|
|
190
|
+
|
|
191
|
+
## 2.5.0-next.6
|
|
192
|
+
|
|
193
|
+
### Patch Changes
|
|
194
|
+
|
|
195
|
+
- 0e82242: Update manifest definitions
|
|
196
|
+
|
|
197
|
+
## 2.5.0-next.5
|
|
198
|
+
|
|
199
|
+
### Patch Changes
|
|
200
|
+
|
|
201
|
+
- f5eb8e0: Update manifest definitions
|
|
202
|
+
|
|
203
|
+
## 2.5.0-next.4
|
|
204
|
+
|
|
205
|
+
### Patch Changes
|
|
206
|
+
|
|
207
|
+
- 4de9850: Added new product events to scope mapping for custom field: deleted/updated/trashed/restored
|
|
208
|
+
|
|
209
|
+
## 2.5.0-next.3
|
|
210
|
+
|
|
211
|
+
### Patch Changes
|
|
212
|
+
|
|
213
|
+
- dec8066: Update manifest definitions
|
|
214
|
+
|
|
215
|
+
## 2.5.0-next.2
|
|
216
|
+
|
|
217
|
+
### Patch Changes
|
|
218
|
+
|
|
219
|
+
- 755e35e: Added new product events to scope mapping for custom field context: added/updated/deleted
|
|
220
|
+
- f013199: Update manifest definitions
|
|
221
|
+
|
|
222
|
+
## 2.5.0-next.1
|
|
223
|
+
|
|
224
|
+
### Minor Changes
|
|
225
|
+
|
|
226
|
+
- 66f60f9: Add Jira global full page and Jira projects settings full page extensions
|
|
227
|
+
|
|
228
|
+
## 2.4.1-next.0
|
|
229
|
+
|
|
230
|
+
### Patch Changes
|
|
231
|
+
|
|
232
|
+
- bc0c83b: Update manifest definitions
|
|
233
|
+
|
|
234
|
+
## 2.4.0
|
|
235
|
+
|
|
236
|
+
### Minor Changes
|
|
237
|
+
|
|
238
|
+
- fbcb4a3: Add linter detection & auto-fix of deprecated CSP
|
|
239
|
+
- e28cc2c: Added globalPage to compass module types
|
|
240
|
+
|
|
241
|
+
### Patch Changes
|
|
242
|
+
|
|
243
|
+
- 0bc8683: Added new product event to scope mapping
|
|
244
|
+
- f08a9cb: Updated bearerMethod to use 'OneOf' instead of a type array
|
|
245
|
+
- b415d76: Fix manifest validation to detect duplicated module keys
|
|
246
|
+
- b91d511: Update manifest definitions
|
|
247
|
+
- daa138b: Update manifest definitions
|
|
248
|
+
- 33cbdba: Update manifest definitions
|
|
249
|
+
- ee3919d: Update manifest definitions
|
|
250
|
+
- ba6d463: Update manifest definitions
|
|
251
|
+
- 1d7f9f1: Update manifest definitions
|
|
252
|
+
- 82167f3: Update manifest definitions
|
|
253
|
+
- 873f913: Update manifest definitions
|
|
254
|
+
- a9bdd4f: Update manifest definitions
|
|
255
|
+
- 2ea75dd: Update manifest definitions
|
|
256
|
+
- Updated dependencies [4608ccd]
|
|
257
|
+
- @forge/util@1.0.1
|
|
258
|
+
|
|
259
|
+
## 2.4.0-next.9
|
|
260
|
+
|
|
261
|
+
### Patch Changes
|
|
262
|
+
|
|
263
|
+
- ba6d463: Update manifest definitions
|
|
264
|
+
|
|
265
|
+
## 2.4.0-next.8
|
|
266
|
+
|
|
267
|
+
### Minor Changes
|
|
268
|
+
|
|
269
|
+
- e28cc2c: Added globalPage to compass module types
|
|
270
|
+
|
|
271
|
+
### Patch Changes
|
|
272
|
+
|
|
273
|
+
- ee3919d: Update manifest definitions
|
|
274
|
+
|
|
275
|
+
## 2.4.0-next.7
|
|
276
|
+
|
|
277
|
+
### Patch Changes
|
|
278
|
+
|
|
279
|
+
- daa138b: Update manifest definitions
|
|
280
|
+
- 2ea75dd: Update manifest definitions
|
|
281
|
+
|
|
282
|
+
## 2.4.0-next.6
|
|
283
|
+
|
|
284
|
+
### Patch Changes
|
|
285
|
+
|
|
286
|
+
- f08a9cb: Updated bearerMethod to use 'OneOf' instead of a type array
|
|
287
|
+
- 873f913: Update manifest definitions
|
|
288
|
+
|
|
289
|
+
## 2.4.0-next.5
|
|
290
|
+
|
|
291
|
+
### Minor Changes
|
|
292
|
+
|
|
293
|
+
- fbcb4a3: Add linter detection & auto-fix of deprecated CSP
|
|
294
|
+
|
|
295
|
+
### Patch Changes
|
|
296
|
+
|
|
297
|
+
- a9bdd4f: Update manifest definitions
|
|
298
|
+
|
|
299
|
+
## 2.3.1-next.4
|
|
300
|
+
|
|
301
|
+
### Patch Changes
|
|
302
|
+
|
|
303
|
+
- 0bc8683: Added new product event to scope mapping
|
|
304
|
+
|
|
305
|
+
## 2.3.1-next.3
|
|
306
|
+
|
|
307
|
+
### Patch Changes
|
|
308
|
+
|
|
309
|
+
- 1d7f9f1: Update manifest definitions
|
|
310
|
+
|
|
311
|
+
## 2.3.1-next.2
|
|
312
|
+
|
|
313
|
+
### Patch Changes
|
|
314
|
+
|
|
315
|
+
- b415d76: Fix manifest validation to detect duplicated module keys
|
|
316
|
+
- 33cbdba: Update manifest definitions
|
|
317
|
+
|
|
318
|
+
## 2.3.1-next.1
|
|
319
|
+
|
|
320
|
+
### Patch Changes
|
|
321
|
+
|
|
322
|
+
- b91d511: Update manifest definitions
|
|
323
|
+
- Updated dependencies [4608ccd]
|
|
324
|
+
- @forge/util@1.0.1-next.0
|
|
325
|
+
|
|
326
|
+
## 2.3.1-next.0
|
|
327
|
+
|
|
328
|
+
### Patch Changes
|
|
329
|
+
|
|
330
|
+
- 82167f3: Update manifest definitions
|
|
331
|
+
|
|
332
|
+
## 2.3.0
|
|
333
|
+
|
|
334
|
+
### Minor Changes
|
|
335
|
+
|
|
336
|
+
- f3c0748: Updated bearereMethod to allow for custom Objects. Updated Exchange action to allow for custom header names
|
|
8
337
|
|
|
9
338
|
### Patch Changes
|
|
10
339
|
|
|
11
340
|
- bd2be7f: Update manifest definitions
|
|
341
|
+
- 46240f3: Update manifest definitions
|
|
342
|
+
- 18c799a: Update manifest definitions
|
|
343
|
+
- 5ed2e3a: Update manifest definitions
|
|
12
344
|
- 7cfcd6c: Update manifest definitions
|
|
13
345
|
- f0d3871: Update manifest definitions
|
|
346
|
+
- 9b09fef: Update manifest definitions
|
|
347
|
+
|
|
348
|
+
## 2.3.0-next.3
|
|
349
|
+
|
|
350
|
+
### Patch Changes
|
|
351
|
+
|
|
352
|
+
- 46240f3: Update manifest definitions
|
|
353
|
+
- 5ed2e3a: Update manifest definitions
|
|
354
|
+
|
|
355
|
+
## 2.3.0-next.2
|
|
356
|
+
|
|
357
|
+
### Minor Changes
|
|
358
|
+
|
|
359
|
+
- f3c0748: Updated bearereMethod to allow for custom Objects. Updated Exchange action to allow for custom header names
|
|
360
|
+
|
|
361
|
+
### Patch Changes
|
|
362
|
+
|
|
363
|
+
- 18c799a: Update manifest definitions
|
|
364
|
+
- 7cfcd6c: Update manifest definitions
|
|
365
|
+
- 9b09fef: Update manifest definitions
|
|
14
366
|
|
|
15
367
|
## 2.2.2-next.1
|
|
16
368
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"processor-builder.d.ts","sourceRoot":"","sources":["../../src/builder/processor-builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAGL,kBAAkB,EAEnB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"processor-builder.d.ts","sourceRoot":"","sources":["../../src/builder/processor-builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAGL,kBAAkB,EAEnB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAGvD,qBAAa,gBAAiB,YAAW,gBAAgB,CAAC,kBAAkB,CAAC,cAAc,GAAG,mBAAmB,CAAC,CAAC;IACjH,OAAO,CAAC,cAAc,CAAkB;IAExC,OAAO;IAIP,MAAM,CAAC,QAAQ,IAAI,gBAAgB;IAInC,cAAc,CAAC,IAAI,EAAE,eAAe,GAAG,gBAAgB;IAKvD,KAAK,IAAI,kBAAkB,CAAC,cAAc,GAAG,mBAAmB,CAAC;CAclE"}
|
|
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.ProcessorBuilder = void 0;
|
|
4
4
|
const types_1 = require("../types");
|
|
5
5
|
const processor_1 = require("../processor");
|
|
6
|
+
const deprecated_csp_method_validation_processor_1 = require("../processor/deprecated-csp-method-validation-processor");
|
|
6
7
|
class ProcessorBuilder {
|
|
7
8
|
constructor() {
|
|
8
9
|
this.validationType = types_1.ValidationTypes.FULL;
|
|
@@ -22,6 +23,8 @@ class ProcessorBuilder {
|
|
|
22
23
|
return new processor_1.FullValidationProcessor();
|
|
23
24
|
case types_1.ValidationTypes.PRODUCT_TRIGGER:
|
|
24
25
|
return new processor_1.ProductTriggerValidationProcessor();
|
|
26
|
+
case types_1.ValidationTypes.DEPRECATED_CSP_METHOD:
|
|
27
|
+
return new deprecated_csp_method_validation_processor_1.DeprecatedCspMethodValidationProcessor();
|
|
25
28
|
default:
|
|
26
29
|
throw new Error('Unsupported validation type');
|
|
27
30
|
}
|
|
@@ -42,6 +42,60 @@
|
|
|
42
42
|
"read:jira-work"
|
|
43
43
|
]
|
|
44
44
|
},
|
|
45
|
+
{
|
|
46
|
+
"productEvent": "avi:jira:created:field",
|
|
47
|
+
"oAuthScopes": [
|
|
48
|
+
"manage:jira-configuration"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"productEvent": "avi:jira:updated:field",
|
|
53
|
+
"oAuthScopes": [
|
|
54
|
+
"manage:jira-configuration"
|
|
55
|
+
]
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"productEvent": "avi:jira:trashed:field",
|
|
59
|
+
"oAuthScopes": [
|
|
60
|
+
"manage:jira-configuration"
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"productEvent": "avi:jira:deleted:field",
|
|
65
|
+
"oAuthScopes": [
|
|
66
|
+
"manage:jira-configuration"
|
|
67
|
+
]
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"productEvent": "avi:jira:restored:field",
|
|
71
|
+
"oAuthScopes": [
|
|
72
|
+
"manage:jira-configuration"
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"productEvent": "avi:jira:created:field:context",
|
|
77
|
+
"oAuthScopes": [
|
|
78
|
+
"manage:jira-configuration"
|
|
79
|
+
]
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"productEvent": "avi:jira:updated:field:context",
|
|
83
|
+
"oAuthScopes": [
|
|
84
|
+
"manage:jira-configuration"
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"productEvent": "avi:jira:deleted:field:context",
|
|
89
|
+
"oAuthScopes": [
|
|
90
|
+
"manage:jira-configuration"
|
|
91
|
+
]
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"productEvent": "avi:jira:updated:field:context:configuration",
|
|
95
|
+
"oAuthScopes": [
|
|
96
|
+
"read:custom-field-contextual-configuration:jira"
|
|
97
|
+
]
|
|
98
|
+
},
|
|
45
99
|
{
|
|
46
100
|
"productEvent": "avi:confluence:updated:blogpost",
|
|
47
101
|
"oAuthScopes": [
|
|
@@ -119,6 +173,42 @@
|
|
|
119
173
|
"oAuthScopes": [
|
|
120
174
|
"read:confluence-content.all"
|
|
121
175
|
]
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"productEvent": "avi:confluence:created:space:V2",
|
|
179
|
+
"oAuthScopes": [
|
|
180
|
+
"read:confluence-space.summary"
|
|
181
|
+
]
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"productEvent": "avi:confluence:updated:space:V2",
|
|
185
|
+
"oAuthScopes": [
|
|
186
|
+
"read:confluence-space.summary"
|
|
187
|
+
]
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"productEvent": "avi:confluence:deleted:space:V2",
|
|
191
|
+
"oAuthScopes": [
|
|
192
|
+
"read:confluence-space.summary"
|
|
193
|
+
]
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"productEvent": "avi:compass:created:component_link",
|
|
197
|
+
"oAuthScopes": [
|
|
198
|
+
"read:component:compass"
|
|
199
|
+
]
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"productEvent": "avi:compass:updated:component_link",
|
|
203
|
+
"oAuthScopes": [
|
|
204
|
+
"read:component:compass"
|
|
205
|
+
]
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"productEvent": "avi:compass:deleted:component_link",
|
|
209
|
+
"oAuthScopes": [
|
|
210
|
+
"read:component:compass"
|
|
211
|
+
]
|
|
122
212
|
}
|
|
123
213
|
]
|
|
124
214
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { AbstractValidationProcessor } from './abstract-validation-processor';
|
|
2
|
+
import { ManifestSchema } from '../schema/manifest';
|
|
3
|
+
export declare class DeprecatedCspMethodValidationProcessor extends AbstractValidationProcessor<ManifestSchema> {
|
|
4
|
+
constructor();
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=deprecated-csp-method-validation-processor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deprecated-csp-method-validation-processor.d.ts","sourceRoot":"","sources":["../../src/processor/deprecated-csp-method-validation-processor.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAGpD,qBAAa,sCAAuC,SAAQ,2BAA2B,CAAC,cAAc,CAAC;;CAStG"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeprecatedCspMethodValidationProcessor = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const validators_1 = require("../validators");
|
|
6
|
+
const abstract_validation_processor_1 = require("./abstract-validation-processor");
|
|
7
|
+
const FULL_SCHEMA = tslib_1.__importStar(require("../schema/manifest-schema.json"));
|
|
8
|
+
class DeprecatedCspMethodValidationProcessor extends abstract_validation_processor_1.AbstractValidationProcessor {
|
|
9
|
+
constructor() {
|
|
10
|
+
super([
|
|
11
|
+
new validators_1.FileValidator(),
|
|
12
|
+
new validators_1.YamlValidator(),
|
|
13
|
+
new validators_1.SchemaValidator(FULL_SCHEMA),
|
|
14
|
+
new validators_1.ResourcesValidator()
|
|
15
|
+
]);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
exports.DeprecatedCspMethodValidationProcessor = DeprecatedCspMethodValidationProcessor;
|