@forge/manifest 0.0.0-experimental-c3d0263 → 0.0.0-experimental-869511d

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.
Files changed (38) hide show
  1. package/CHANGELOG.md +168 -2
  2. package/out/processor/basic-validation-processor.d.ts.map +1 -1
  3. package/out/processor/basic-validation-processor.js +2 -1
  4. package/out/processor/full-validation-processor.d.ts.map +1 -1
  5. package/out/processor/full-validation-processor.js +2 -1
  6. package/out/schema/manifest-schema.json +611 -249
  7. package/out/schema/manifest.d.ts +452 -252
  8. package/out/scopes/shipyard-scopes.json +18 -0
  9. package/out/text/errors.d.ts +11 -3
  10. package/out/text/errors.d.ts.map +1 -1
  11. package/out/text/errors.js +11 -3
  12. package/out/types/module-types.d.ts +4 -0
  13. package/out/types/module-types.d.ts.map +1 -1
  14. package/out/types/module-types.js +4 -0
  15. package/out/validators/entity-property-validator.d.ts +6 -0
  16. package/out/validators/entity-property-validator.d.ts.map +1 -0
  17. package/out/validators/entity-property-validator.js +35 -0
  18. package/out/validators/index.d.ts +1 -0
  19. package/out/validators/index.d.ts.map +1 -1
  20. package/out/validators/index.js +1 -0
  21. package/out/validators/modules-validator.d.ts.map +1 -1
  22. package/out/validators/modules-validator.js +14 -6
  23. package/out/validators/modules-validators/confluence/index.d.ts +4 -0
  24. package/out/validators/modules-validators/confluence/index.d.ts.map +1 -0
  25. package/out/validators/modules-validators/confluence/index.js +22 -0
  26. package/out/validators/modules-validators/confluence/validatePropertyUniqueness.d.ts +4 -0
  27. package/out/validators/modules-validators/confluence/validatePropertyUniqueness.d.ts.map +1 -0
  28. package/out/validators/modules-validators/confluence/validatePropertyUniqueness.js +17 -0
  29. package/out/validators/modules-validators/confluence/validateSingleProperty.d.ts +4 -0
  30. package/out/validators/modules-validators/confluence/validateSingleProperty.d.ts.map +1 -0
  31. package/out/validators/modules-validators/confluence/validateSingleProperty.js +15 -0
  32. package/out/validators/modules-validators/jira/issue-adjustment.d.ts +4 -0
  33. package/out/validators/modules-validators/jira/issue-adjustment.d.ts.map +1 -0
  34. package/out/validators/modules-validators/jira/issue-adjustment.js +16 -0
  35. package/out/validators/providers-validator.d.ts +2 -1
  36. package/out/validators/providers-validator.d.ts.map +1 -1
  37. package/out/validators/providers-validator.js +13 -9
  38. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,9 +1,157 @@
1
1
  # @forge/manifest
2
2
 
3
- ## 0.0.0-experimental-c3d0263
3
+ ## 0.0.0-experimental-869511d
4
4
 
5
5
  ### Minor Changes
6
6
 
7
+ - d094c69: [CONFDEV-79785] Add manifest validation for confluence:globalSettings new, optional, useAsConfig property to ensure it's only designated once
8
+ - ba67459: Add validation for Issue Adjustments module
9
+ - f3ac287: [CONFDEV-79900] Add manifest validation for confluence:spaceSettings, confluence:globalPage, confluence:spacePage to ensure that route param is unique
10
+ - d196b41: [CONFDEV-79785] Add manifest validation for confluence:globalSettings new, optional, useAsGetStarted property to ensure it's only designated once
11
+
12
+ ### Patch Changes
13
+
14
+ - e411a29: Update manifest definitions
15
+ - 0accde8: Update manifest definitions
16
+ - a3bfe81: Update manifest definitions
17
+ - 02839be: Update manifest definitions
18
+ - ffb508a: Update manifest definitions
19
+
20
+ ## 3.5.0-next.6
21
+
22
+ ### Minor Changes
23
+
24
+ - f3ac287: [CONFDEV-79900] Add manifest validation for confluence:spaceSettings, confluence:globalPage, confluence:spacePage to ensure that route param is unique
25
+
26
+ ### Patch Changes
27
+
28
+ - 0accde8: Update manifest definitions
29
+ - ffb508a: Update manifest definitions
30
+
31
+ ## 3.5.0-next.5
32
+
33
+ ### Minor Changes
34
+
35
+ - d196b41: [CONFDEV-79785] Add manifest validation for confluence:globalSettings new, optional, useAsGetStarted property to ensure it's only designated once
36
+
37
+ ## 3.5.0-next.4
38
+
39
+ ### Patch Changes
40
+
41
+ - e411a29: Update manifest definitions
42
+
43
+ ## 3.5.0-next.3
44
+
45
+ ### Minor Changes
46
+
47
+ - d094c69: [CONFDEV-79785] Add manifest validation for confluence:globalSettings new, optional, useAsConfig property to ensure it's only designated once
48
+
49
+ ## 3.5.0-next.2
50
+
51
+ ### Patch Changes
52
+
53
+ - 02839be: Update manifest definitions
54
+
55
+ ## 3.5.0-next.1
56
+
57
+ ### Patch Changes
58
+
59
+ - a3bfe81: Update manifest definitions
60
+
61
+ ## 3.5.0-next.0
62
+
63
+ ### Minor Changes
64
+
65
+ - ba674590: Add validation for Issue Adjustments module
66
+
67
+ ## 3.4.0
68
+
69
+ ### Minor Changes
70
+
71
+ - 64dd525: Make revokeToken optional in External Auth
72
+ - 8e2c90f: Manifest schema updated. Includes new jira:workflowCondition module
73
+
74
+ ### Patch Changes
75
+
76
+ - 1c6c578: Add jiraEntityProperty values validation
77
+ - 8b4fede: Update manifest definitions
78
+ - 54bf134: Update manifest definitions
79
+ - 10f147f: Update manifest definitions
80
+ - 2484683: Update manifest definitions
81
+ - 1a8a4bb: Update manifest definitions
82
+ - e0a44d4: Update manifest definitions
83
+ - 19820d3: Update manifest definitions
84
+ - 1ca8bbc: Update manifest definitions
85
+
86
+ ## 3.4.0-next.9
87
+
88
+ ### Patch Changes
89
+
90
+ - 19820d3: Update manifest definitions
91
+
92
+ ## 3.4.0-next.8
93
+
94
+ ### Minor Changes
95
+
96
+ - 8e2c90f: Manifest schema updated. Includes new jira:workflowCondition module
97
+
98
+ ## 3.4.0-next.7
99
+
100
+ ### Patch Changes
101
+
102
+ - e0a44d40: Update manifest definitions
103
+
104
+ ## 3.4.0-next.6
105
+
106
+ ### Patch Changes
107
+
108
+ - 1ca8bbc9: Update manifest definitions
109
+
110
+ ## 3.4.0-next.5
111
+
112
+ ### Patch Changes
113
+
114
+ - 1c6c578: Add jiraEntityProperty values validation
115
+
116
+ ## 3.4.0-next.4
117
+
118
+ ### Minor Changes
119
+
120
+ - 64dd525: Make revokeToken optional in External Auth
121
+
122
+ ### Patch Changes
123
+
124
+ - 10f147f: Update manifest definitions
125
+
126
+ ## 3.3.1-next.3
127
+
128
+ ### Patch Changes
129
+
130
+ - 1a8a4bb: Update manifest definitions
131
+
132
+ ## 3.3.1-next.2
133
+
134
+ ### Patch Changes
135
+
136
+ - 8b4fede: Update manifest definitions
137
+
138
+ ## 3.3.1-next.1
139
+
140
+ ### Patch Changes
141
+
142
+ - 24846832: Update manifest definitions
143
+
144
+ ## 3.3.1-next.0
145
+
146
+ ### Patch Changes
147
+
148
+ - 54bf134: Update manifest definitions
149
+
150
+ ## 3.3.0
151
+
152
+ ### Minor Changes
153
+
154
+ - fcd9580: Add support for compass:teamPage extensions
7
155
  - 6c44d2b: Add following Jira Service Management modules:
8
156
  - jiraServiceManagement:organizationPanel module
9
157
  - jiraServiceManagement:portalHeader module
@@ -18,15 +166,33 @@
18
166
  ### Patch Changes
19
167
 
20
168
  - e822a8a: Update manifest definitions
169
+ - 720953f: Update manifest definitions
21
170
  - 2420378: Update manifest definitions
22
171
  - 051ed1f: Update manifest definitions
23
172
  - ad94136: Update manifest definitions
173
+ - e65d33e: Update manifest definitions
24
174
  - ae111cd: Update manifest definitions
25
175
  - 8e35955: Update manifest definitions
26
176
  - c255b24: Update manifest definitions
27
177
  - f894871: Update manifest definitions
28
178
  - Updated dependencies [88e57a12]
29
- - @forge/util@0.0.0-experimental-c3d0263
179
+ - @forge/util@1.2.0
180
+
181
+ ## 3.3.0-next.9
182
+
183
+ ### Patch Changes
184
+
185
+ - 720953f: Update manifest definitions
186
+
187
+ ## 3.3.0-next.8
188
+
189
+ ### Minor Changes
190
+
191
+ - fcd95803: Add support for compass:teamPage extensions
192
+
193
+ ### Patch Changes
194
+
195
+ - e65d33e6: Update manifest definitions
30
196
 
31
197
  ## 3.3.0-next.7
32
198
 
@@ -1 +1 @@
1
- {"version":3,"file":"basic-validation-processor.d.ts","sourceRoot":"","sources":["../../src/processor/basic-validation-processor.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAE/D,qBAAa,wBAAyB,SAAQ,2BAA2B,CAAC,mBAAmB,CAAC;;CAQ7F"}
1
+ {"version":3,"file":"basic-validation-processor.d.ts","sourceRoot":"","sources":["../../src/processor/basic-validation-processor.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAE/D,qBAAa,wBAAyB,SAAQ,2BAA2B,CAAC,mBAAmB,CAAC;;CAS7F"}
@@ -10,7 +10,8 @@ class BasicValidationProcessor extends abstract_validation_processor_1.AbstractV
10
10
  super([
11
11
  new validators_1.FileValidator(),
12
12
  new validators_1.YamlValidator(),
13
- new validators_1.SchemaValidator(BASIC_SCHEMA)
13
+ new validators_1.SchemaValidator(BASIC_SCHEMA),
14
+ new validators_1.EntityPropertyValidator()
14
15
  ]);
15
16
  }
16
17
  }
@@ -1 +1 @@
1
- {"version":3,"file":"full-validation-processor.d.ts","sourceRoot":"","sources":["../../src/processor/full-validation-processor.ts"],"names":[],"mappings":"AAeA,OAAO,EAAE,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAGpD,qBAAa,uBAAwB,SAAQ,2BAA2B,CAAC,cAAc,CAAC;;CAiBvF"}
1
+ {"version":3,"file":"full-validation-processor.d.ts","sourceRoot":"","sources":["../../src/processor/full-validation-processor.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAGpD,qBAAa,uBAAwB,SAAQ,2BAA2B,CAAC,cAAc,CAAC;;CAkBvF"}
@@ -21,7 +21,8 @@ class FullValidationProcessor extends abstract_validation_processor_1.AbstractVa
21
21
  new validators_1.PermissionsValidator(),
22
22
  new deprecated_permissions_validator_1.DeprecatedPermissionsValidator(),
23
23
  new validators_1.DisplayConditionsValidator(DISPLAY_CONDITIONS_SCHEMA),
24
- new validators_1.ProvidersValidator()
24
+ new validators_1.ProvidersValidator(),
25
+ new validators_1.EntityPropertyValidator()
25
26
  ]);
26
27
  }
27
28
  }