@forge/manifest 0.0.0-experimental-490cfcf → 0.0.0-experimental-edeb51b

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 (32) hide show
  1. package/CHANGELOG.md +117 -1
  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 +509 -329
  7. package/out/schema/manifest.d.ts +386 -280
  8. package/out/scopes/shipyard-scopes.json +18 -0
  9. package/out/text/errors.d.ts +12 -3
  10. package/out/text/errors.d.ts.map +1 -1
  11. package/out/text/errors.js +12 -3
  12. package/out/types/module-types.d.ts +3 -0
  13. package/out/types/module-types.d.ts.map +1 -1
  14. package/out/types/module-types.js +3 -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/global-settings.d.ts +5 -0
  24. package/out/validators/modules-validators/confluence/global-settings.d.ts.map +1 -0
  25. package/out/validators/modules-validators/confluence/global-settings.js +27 -0
  26. package/out/validators/modules-validators/jira/issue-adjustment.d.ts +4 -0
  27. package/out/validators/modules-validators/jira/issue-adjustment.d.ts.map +1 -0
  28. package/out/validators/modules-validators/jira/issue-adjustment.js +16 -0
  29. package/out/validators/providers-validator.d.ts +2 -1
  30. package/out/validators/providers-validator.d.ts.map +1 -1
  31. package/out/validators/providers-validator.js +13 -9
  32. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,11 +1,127 @@
1
1
  # @forge/manifest
2
2
 
3
- ## 0.0.0-experimental-490cfcf
3
+ ## 0.0.0-experimental-edeb51b
4
+
5
+ ### Minor Changes
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
+ - d196b41: [CONFDEV-79785] Add manifest validation for confluence:globalSettings new, optional, useAsGetStarted property to ensure it's only designated once
10
+
11
+ ### Patch Changes
12
+
13
+ - e411a29: Update manifest definitions
14
+ - 0accde8: Update manifest definitions
15
+ - a3bfe81: Update manifest definitions
16
+ - 02839be: Update manifest definitions
17
+ - ffb508a: Update manifest definitions
18
+
19
+ ## 3.5.0-next.5
20
+
21
+ ### Minor Changes
22
+
23
+ - d196b41: [CONFDEV-79785] Add manifest validation for confluence:globalSettings new, optional, useAsGetStarted property to ensure it's only designated once
24
+
25
+ ## 3.5.0-next.4
4
26
 
5
27
  ### Patch Changes
6
28
 
29
+ - e411a29: Update manifest definitions
30
+
31
+ ## 3.5.0-next.3
32
+
33
+ ### Minor Changes
34
+
35
+ - d094c69: [CONFDEV-79785] Add manifest validation for confluence:globalSettings new, optional, useAsConfig property to ensure it's only designated once
36
+
37
+ ## 3.5.0-next.2
38
+
39
+ ### Patch Changes
40
+
41
+ - 02839be: Update manifest definitions
42
+
43
+ ## 3.5.0-next.1
44
+
45
+ ### Patch Changes
46
+
47
+ - a3bfe81: Update manifest definitions
48
+
49
+ ## 3.5.0-next.0
50
+
51
+ ### Minor Changes
52
+
53
+ - ba674590: Add validation for Issue Adjustments module
54
+
55
+ ## 3.4.0
56
+
57
+ ### Minor Changes
58
+
59
+ - 64dd525: Make revokeToken optional in External Auth
60
+ - 8e2c90f: Manifest schema updated. Includes new jira:workflowCondition module
61
+
62
+ ### Patch Changes
63
+
64
+ - 1c6c578: Add jiraEntityProperty values validation
65
+ - 8b4fede: Update manifest definitions
7
66
  - 54bf134: Update manifest definitions
67
+ - 10f147f: Update manifest definitions
8
68
  - 2484683: Update manifest definitions
69
+ - 1a8a4bb: Update manifest definitions
70
+ - e0a44d4: Update manifest definitions
71
+ - 19820d3: Update manifest definitions
72
+ - 1ca8bbc: Update manifest definitions
73
+
74
+ ## 3.4.0-next.9
75
+
76
+ ### Patch Changes
77
+
78
+ - 19820d3: Update manifest definitions
79
+
80
+ ## 3.4.0-next.8
81
+
82
+ ### Minor Changes
83
+
84
+ - 8e2c90f: Manifest schema updated. Includes new jira:workflowCondition module
85
+
86
+ ## 3.4.0-next.7
87
+
88
+ ### Patch Changes
89
+
90
+ - e0a44d40: Update manifest definitions
91
+
92
+ ## 3.4.0-next.6
93
+
94
+ ### Patch Changes
95
+
96
+ - 1ca8bbc9: Update manifest definitions
97
+
98
+ ## 3.4.0-next.5
99
+
100
+ ### Patch Changes
101
+
102
+ - 1c6c578: Add jiraEntityProperty values validation
103
+
104
+ ## 3.4.0-next.4
105
+
106
+ ### Minor Changes
107
+
108
+ - 64dd525: Make revokeToken optional in External Auth
109
+
110
+ ### Patch Changes
111
+
112
+ - 10f147f: Update manifest definitions
113
+
114
+ ## 3.3.1-next.3
115
+
116
+ ### Patch Changes
117
+
118
+ - 1a8a4bb: Update manifest definitions
119
+
120
+ ## 3.3.1-next.2
121
+
122
+ ### Patch Changes
123
+
124
+ - 8b4fede: Update manifest definitions
9
125
 
10
126
  ## 3.3.1-next.1
11
127
 
@@ -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
  }